Google Maps Scraper avatar
Google Maps Scraper

Deprecated

Pricing

$10.00 / 1,000 results

Go to Store
Google Maps Scraper

Google Maps Scraper

Deprecated

Developed by

Toto Visotsky

Toto Visotsky

Maintained by Community

This Apify scraper extracts data from Google Maps for any search query in any location. It retrieves titles, ratings, review counts, and URLs by querying Google Maps, parsing structured data, and exporting results in a table format. It can be used for businesses, landmarks, or any mapped entity.

4.5 (2)

Pricing

$10.00 / 1,000 results

0

Total users

6

Monthly users

6

Runs succeeded

>99%

Last modified

a month ago

Google Maps Scraper Actor

This actor scrapes business data from Google Maps based on search queries and locations.

Input Parameters

  • searchQuery (Required): What to search for (e.g., "restaurants", "hotels", etc.)
  • location (Required): Where to search (e.g., "New York, NY")
  • maxResults (Optional): Maximum number of results to scrape (default: 100)

Output Format

The actor outputs JSON data containing:

  • Business name
  • Address
  • Rating
  • Reviews count
  • Phone number
  • Website (if available)
  • Business hours
  • Location coordinates

Usage

{
"searchQuery": "coffee shops",
"location": "Manhattan, NY",
"maxResults": 50
}