Google Maps Scraper avatar

Google Maps Scraper

Try for free

Pay $5.00 for 1,000 results

View all Actors
Google Maps Scraper

Google Maps Scraper

easyapi/google-maps-scraper
Try for free

Pay $5.00 for 1,000 results

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. 🗺️🔍

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.

1{
2    "maxItems": 100,
3    "query": "pizza"
4}

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.

1[
2	{
3        "title": "Wild Pepper Pizza",
4        "data_cid": "2781359009394505507",
5        "gps_coordinates": {
6            "latitude": 40.752412199999995,
7            "longitude": -111.8879737
8        },
9        "address": "Salt Lake City, UT",
10        "sponsored": false,
11        "extensions": [
12            "Wild Pepper Pizza",
13            "3.6(609)",
14            "$10–20",
15            "Pizza",
16            "Salt Lake City, UT",
17            "Dine-in",
18            "Takeout",
19            "No-contact delivery"
20        ],
21        "rating": 3.6,
22        "reviews": 609,
23        "category": "Pizza",
24        "position": 1
25    },
26    {
27        "title": "Big Daddy's Pizza",
28        "data_cid": "3321921044144921491",
29        "gps_coordinates": {
30            "latitude": 40.7516776,
31            "longitude": -111.8859464
32        },
33        "address": "Salt Lake City, UT",
34        "sponsored": false,
35        "extensions": [
36            "Big Daddy's Pizza",
37            "4.0(1.4K)",
38            "$10–20",
39            "Pizza",
40            "Salt Lake City, UT",
41            "Take-out & delivery spot with late hours"
42        ],
43        "rating": 4,
44        "reviews": 14000,
45        "category": "Pizza",
46        "position": 2
47    },
48    ...
49]
Developer
Maintained by Community
Actor metrics
  • 8 monthly users
  • 2 stars
  • 100.0% runs succeeded
  • Created in Oct 2024
  • Modified 18 days ago