Automated extraction of structured data from web pages. Livescraper does this against Google Maps, Google Search and arbitrary websites — without you writing scrapers.
A tool that returns business listings from Google Maps as CSV/JSON — names, addresses, phones, ratings, reviews, websites. Livescraper's flagship product.
The free Google product (formerly Google My Business) that lets a business control its Maps/Search listing. The data shown on a GBP listing is what scrapers pull.
Search Engine Results Page. The page Google returns for a query — organic results, ads, map pack, knowledge panel. Scraping SERPs is how rank-trackers work.
Outbound email to someone who hasn't opted in. Legal in most jurisdictions if relevant + has a clear unsubscribe; deliverability requires careful list hygiene.
Application Programming Interface — a structured way for software to talk to software. Livescraper exposes a REST API so you can run scrapes from your own code.
A cap on how many requests you can make per second/minute. Protects servers from abuse; means scrapers must pace themselves. Livescraper handles this for you.