Cheapest Google Maps Scraper avatar
Cheapest Google Maps Scraper

Pricing

Pay per event

Go to Store
Cheapest Google Maps Scraper

Cheapest Google Maps Scraper

Developed by

Rahul Singh

Rahul Singh

Maintained by Community

The cheapest way to get Google Maps data on the Apify free plan.

5.0 (2)

Pricing

Pay per event

2

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

8 hours ago

📍 Cheapest Google Maps Scraper

This actor allows you to capture all OPEN locations/businesses on Google Maps cheaper and faster than before while on the free Apify plan.

❗ If you are planning to scrape more than 5000 results, consider using the rental version: Scale Google Maps Scraper

Comparision against Compass' pay-per-event Google Maps Scraper

This scraper is 2.9x faster and +16% cheaper

ScraperPriceTime to Run
Compass$0.14752s
Huncho$0.12318s

💰 Pricing

This actor charges per event. Each sucessful place scraped is $0.0035. No other events are charged.

❗ If you are planning to scrape more than 5000 results, consider using the rental version: Scale Google Maps Scraper

✏️ Input

Keywords

This is where you can input search terms you would like to scrape such as: restaurants, gas station, gyms...

Max Results per Scrape

Control the number of results you capture per section of the area you are scraping. For a denser location consider higher values like 80, 100 or 120, for sparse areas use lower numbers like 20, 40, or 60. You can leave this value blank and let our algorithm decide based on area density.

Any value that isn't 20, 40, 60, 80, 100, or 120 will be rounded up to the next. For example, 21 will be rounded up to 40.

Locations

Enter in all the locations you would like to scrape. You can input multiple cities and/or states at once but we recommend keeping them all within the same country for each actor run.

Note: The city boundary is automatically defined by Nominatim so agglomeration areas aren't explicitly included but results may still contain locations/businesses from neighboring areas.

Sample Input Structure

{
"keywords": [
"restaurant"
],
"locations": [
"Miami, Florida, United States"
],
"max_results": 120
}

🗃️ Output

Here is a list of all fields captured and their description:

  • Google Place ID
    • Unique ID for each Google Maps location/business
  • Name
  • Description
  • Website
  • Domain
  • Name Address
    • The name and address of the location/business
  • Neighborhood
  • Street
  • City
  • Postcode
  • State
  • Country
  • Longitude
  • Latitude
  • Phone Number
  • Unformatted Phone Number
    • Phone number stripped of all special characters
  • Extension
    • Phone extension
  • Price Level
    • $, $$, $$$, or $$$$ (denotes cost: least expensive to most)
  • Reviews
    • Total number of reviews
  • One Star Reviews
    • Number of 1 star reviews
  • Two Star Reviews
    • Number of 2 star reviews
  • Three Star Reviews
    • Number of 3 star reviews
  • Four Star Reviews
    • Number of 4 star reviews
  • Five Star Reviews
    • Number of 5 star reviews
  • Rating
    • Star rating out of 5
  • Categories
    • List of categories this location/business falls under
  • Hours
    • Daily hours of operation
  • Logo
    • Link to logo
  • Additional Info
    • Context specific additional info: hotels may have average nightly rate, gas stations may have current price
  • Reservations
    • Food based businesses may have links to reservation providers
  • Scraped At
    • Scrape date and time

Sample Output Structure

{
"google_place_id": "ChIJ4xF5UVfL2YgR1zQO5CN_OkM",
"name": "MESTIZO Restaurant Latin Cuisine & Coffee",
"description": null,
"website": "https://order.restaurantmestizo.com/",
"domain": "order.restaurantmestizo.com",
"name_address": "MESTIZO Restaurant Latin Cuisine & Coffee, 600 Crandon Blvd APT 130, Key Biscayne, FL 33149",
"neighborhood": null,
"street": "600 Crandon Blvd APT 130",
"city": "Key Biscayne",
"postcode": "33149",
"state": "Florida",
"country": "US",
"longitude": -80.16449,
"latitude": 25.689876,
"phone_number": "(305) 456-0886",
"unformatted_phone_number": "3054560886",
"extension": null,
"price_level": "$",
"reviews": 1942,
"one_star_reviews": 7,
"two_star_reviews": 5,
"three_star_reviews": 12,
"four_star_reviews": 66,
"five_star_reviews": 1852,
"rating": 4.9,
"categories": "latin_american_restaurant, coffee_shop, venezuelan_restaurant",
"hours": {
"Thursday": "7:30AM–10PM",
"Friday": "7:30AM–11PM",
"Saturday": "8AM–11PM",
"Sunday": "8AM–10PM",
"Monday": "7:30AM–10PM",
"Tuesday": "7:30AM–10PM",
"Wednesday": "7:30AM–10PM"
},
"logo": "https://lh3.googleusercontent.com/-qTGu0BAsJIE/AAAAAAAAAAI/AAAAAAAAAAA/kImvlnD_ueQ/s44-p-k-no-ns-nd/photo.jpg",
"additional_info": "Dogs allowed",
"reservations": null,
"scraped_at": "2025-06-19 15:48:22"
}