Google Maps Scraper avatar
Google Maps Scraper

Pricing

$5.00 / 1,000 results

Go to Store
Google Maps Scraper

Google Maps Scraper

Developed by

EasyApi

EasyApi

Maintained by Community

Powerful Google Maps scraper, collect up to 5000 place results per time, with flexible search options, language support. Perfect for market research, local business discovery, and geospatial data collection. ๐Ÿ—บ๏ธ๐Ÿ”

5.0 (1)

Pricing

$5.00 / 1,000 results

6

Total users

139

Monthly users

27

Runs succeeded

>99%

Last modified

2 months ago

Google Maps Scraper ๐Ÿ—บ๏ธ๐Ÿ”

Effortlessly scrape data from Google Maps with this powerful and flexible Actor! ๐Ÿš€

Features โœจ

  • ๐ŸŒ Scrape places, businesses, and locations from Google Maps
  • ๐Ÿ”ข Retrieve up to 5000 results per run
  • ๐ŸŒ Support for multiple countries and languages
  • ๐Ÿ’พ Results saved directly to your Apify dataset

Use Cases ๐Ÿ’ก

  • ๐Ÿ“Š Market research and competitor analysis
  • ๐Ÿ™๏ธ Local business discovery
  • ๐Ÿ—บ๏ธ Geospatial data collection
  • ๐Ÿจ Hotel and restaurant information gathering
  • ๐Ÿš— Transportation and logistics planning

How It Works ๐Ÿ› ๏ธ

  1. Set your search parameters in the input
  2. Results are processed and saved to your Apify dataset
  3. Repeat until the desired number of results is reached or all available data is collected

Input Parameters ๐Ÿ“

  • maxItems: Maximum number of results to collect (20-5000)
  • query: Your search term
  • gl: Google country code (e.g., "us" for United States)
  • hl: Interface language (e.g., "en" for English)
  • nfpr: No auto-correction of spelling (0 or 1)

Output ๐Ÿ“Š

The Actor provides detailed information about each place, including:

  • Name
  • Address
  • Rating
  • Number of reviews
  • Phone number
  • Website
  • And more!

Get started with Google Maps Scraper today and unlock valuable location-based insights for your projects! ๐Ÿš€๐Ÿ—บ๏ธ

Input Example

A full explanation of an input example in JSON.

{
"maxItems": 100,
"query": "pizza"
}

Output sample

The results will be wrapped into a dataset which you can always find in theย Storageย tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"title": "Wild Pepper Pizza",
"data_cid": "2781359009394505507",
"gps_coordinates": {
"latitude": 40.752412199999995,
"longitude": -111.8879737
},
"address": "Salt Lake City, UT",
"sponsored": false,
"extensions": [
"Wild Pepper Pizza",
"3.6(609)",
"$10โ€“20",
"Pizza",
"Salt Lake City, UT",
"Dine-in",
"Takeout",
"No-contact delivery"
],
"rating": 3.6,
"reviews": 609,
"category": "Pizza",
"position": 1
},
{
"title": "Big Daddy's Pizza",
"data_cid": "3321921044144921491",
"gps_coordinates": {
"latitude": 40.7516776,
"longitude": -111.8859464
},
"address": "Salt Lake City, UT",
"sponsored": false,
"extensions": [
"Big Daddy's Pizza",
"4.0(1.4K)",
"$10โ€“20",
"Pizza",
"Salt Lake City, UT",
"Take-out & delivery spot with late hours"
],
"rating": 4,
"reviews": 14000,
"category": "Pizza",
"position": 2
},
...
]