Free Google Maps Scraper - Simplified Version avatar
Free Google Maps Scraper - Simplified Version

Pricing

from $1.60 / 1,000 results

Go to Apify Store
Free Google Maps Scraper - Simplified Version

Free Google Maps Scraper - Simplified Version

Developed by

Blue Orion

Blue Orion

Maintained by Community

Simplified version of "Free Google Maps Scraper - Low-cost & Extensive". FASTER & CHEAPER.

5.0 (1)

Pricing

from $1.60 / 1,000 results

0

11

11

Last modified

8 hours ago

📍What is Google Maps Scraper (Simplified Version)

This is the lightweight version of Free Google Maps Scraper - Low-cost & Extensive which focuses on the most commonly used data fields, excluding heavy details such as reviewsDistribution, tickets, tours, menu, and menuUrl for significantly faster scraping performance.

You can use FREE credit to scrape 3750 locations each month or you can use paid service for only $1.99 per 1000 results.


🚀 Overview

This actor searches Google Maps for places matching your search terms in one or more starting locations. When you search for places on Google Maps, our tool doesn’t just look around a single point — it intelligently expands the search across a wider area. It automatically divides large areas into smaller grids, handles pagination and scrolling, and extracts all visible place details into structured JSON output while managing Google Maps’ dynamic interface.

💡 Tips to Maximize Search Results

  • Start with a small dataset to test and validate your results.
  • Use precise location names, such as Manhattan, NY, USA instead of NY, USA.
  • Keep at least 3 km of distance between each location.
  • Set a reasonable maximum number of places to scrape per location and search term.
    For example, when searching for restaurants in Manhattan, NY, you might set the limit to 100 or more,
    while in less populated areas like Nebraska, it should be much lower.

📦 Outputs

Each place becomes one JSON record containing (depending on availability):

  • title, subTitle
  • address, street, city, state, postalCode, countryCode
  • website, phone, phoneUnformatted
  • location: { lat, lng }
  • openingHours, timeZone
  • categoryName, categories
  • placeId, cid, fid, kgmid
  • url, searchPageUrl
  • reviewScore, reviewsCount,
  • imageUrl, imagesCount
  • hotelPrices
  • orderOnlineUrls, reserveTableUrls
  • gasPrices, chargingStations
  • additionalInfo: flexible attributes like accessibility or amenities
  • scrapedAt: ISO timestamp

Excluded outputs in this version: reviewsDistribution, tickets, tours, menu, menuUrl

Example Outputs

General Output Structure

{
"title": "Hyatt Place New York/Yonkers",
"subTitle": null,
"price": null,
"address": "7000 Mall Walk, Yonkers, NY 10704, United States",
"neighborhood": "Southeast Yonkers",
"street": "7000 Mall Walk",
"city": "Yonkers",
"postalCode": "10704",
"state": "New York",
"countryCode": "US",
"website": "https://www.hyatt.com/hyatt-place/en-US/lgazy-hyatt-place-new-york-yonkers?src=corp_lclb_google_seo_lgazy&utm_source=google&utm_medium=organic&utm_campaign=lmr",
"phone": "+1 914-377-1400",
"phoneUnformatted": "+19143771400",
"location": {
"lat": 40.9273149,
"lng": -73.8536824
},
"timeZone": "America/New_York",
"openingHours": [],
"imageUrl": "https://lh3.googleusercontent.com/p/AF1QipNsdJF9kDj78RzHQpLAI1Giina7pifpIKhh07pS=w408-h272-k-no",
"url": "https://www.google.com/maps/preview/place/Hyatt+Place+New+York%2FYonkers,+7000+Mall+Walk,+Yonkers,+NY+10704,+United+States/@40.9273149,-73.8536824,3014a,13.1y/data=!4m2!3m1!1s0x89c2f2a451f2a037:0x3e1c4b877a059200",
"language": "en",
"claimThisBusiness": false,
"permanentlyClosed": false,
"categoryName": "Hotel",
"categories": [
"Hotel"
],
"fid": "0x89c2f2a451f2a037:0x3e1c4b877a059200",
"cid": "4475535174939283968",
"placeId": "ChIJN6DyUaTywokRAJIFeodLHD4",
"kgmid": "/g/11bymvpmrn",
"searchPageUrl": "https://www.google.com/maps/search/hotel+near+New+York",
"reviewsCount": 1200,
"reviewScore": 4.2,
"imagesCount": 908,
"hotelPrices": [],
"peopleAlsoSearch": [],
"additionalInfo": {},
"gasPrices": null,
"chargingStations": [],
"reserveTableUrls": [],
"orderOnlineUrls": [],
"scrapedAt": "2025-10-16T06:41:44.851Z"
}

EV Charging Station or Gas Station Output Structure (if available)

This section is included for places that operate as fuel stations or EV charging locations.
It provides structured details on available charging connectors, power capacity, and fuel prices, depending on the station type.

Fields include:

  • chargingStations – A list of EV charging options with details such as:

    • connectorType – Type of charging connector (e.g., CCS, Type 2, CHAdeMO).
    • total – Number of available connectors of that type.
    • power_kW – Maximum charging power in kilowatts.
    • note – Additional notes (e.g., Fast, Medium, Slow).
  • gasPrices – A list of available fuel types and their current prices, including:

    • gasType – Type of fuel (e.g., Regular, Diesel, Premium).
    • priceTag – Price as displayed on Google Maps.
    • price – Numeric value of the price.
    • currency – Currency code (e.g., USD, EUR).
    • unit – Unit of measurement (e.g., per gallon, per liter).
    • updatedAt – Timestamp of the last price update.

This structure helps identify stations offering EV charging services or fuel prices, enabling data-driven insights into energy and mobility infrastructure.

{
"chargingStations": [
{
"connectorType": "CCS",
"total": 2,
"power_kW": 110,
"note": "Fast"
},
{
"connectorType": "Type 2",
"total": 1,
"power_kW": 22,
"note": "Medium"
}
],
}
{
"gasPrices": [
{
"priceTag": "$3.10",
"updatedAt": "2025-10-15T07:30:00.000Z",
"unit": "gallon",
"currency": "USD",
"price": 3.1,
"gasType": "Regular"
},
{
"priceTag": "$4.06",
"updatedAt": "2025-10-15T07:30:00.000Z",
"unit": "gallon",
"currency": "USD",
"price": 4.06,
"gasType": "Diesel"
}
]
}

Food & Service Business Output Structure (if available)

This section appears for places that provide online ordering, or table reservations—such as restaurants, cafés, bars, and other food or service businesses. It includes links to external ordering or booking platforms.

Fields include:

  • reserveTableUrls – URLs for table reservations (e.g., OpenTable, Resy).

  • orderOnlineUrls – Online food ordering links (e.g., Uber Eats, DoorDash, Toast).

This data helps identify businesses offering food services or online ordering options directly from their Google Maps listings.

{
"reserveTableUrls": [
"https://www.opentable.com/restaurant/profile/1214629?ref=1068"
],
"orderOnlineUrls": [
"https://www.seamless.com/menu/sicily-328-w-46th-st-new-york/3032457",
"https://www.postmates.com/store/sicily-osteria/DuSJB_1_Ug2Sy4k946YuqA",
"https://www.doordash.com/store/sicily-osteria-new-york-24044493/",
"https://www.grubhub.com/restaurant/sicily-328-w-46th-st-new-york/3032457",
"https://www.ubereats.com/store/sicily-osteria/DuSJB_1_Ug2Sy4k946YuqA",
"https://order.toasttab.com/online/sicily-328-330-w-46th-street",
"https://www.toasttab.com/local/order/sicily-328-330-w-46th-street/r-5a0ef539-f1e7-4e0b-999e-8c1b985c24d1"
]
}

Additional Information Output Structure (if available)

This section provides detailed descriptive attributes about a place, collected from Google Maps’ About and Details panels. It captures a wide range of optional metadata that describes services, accessibility, atmosphere, and visitor experience.

{
"additionalInfo": {
"Service options": [
{
"Onsite services": true
}
],
"Accessibility": [
{
"Wheelchair accessible entrance": true
},
{
"Wheelchair accessible parking lot": true
}
],
"Planning": [
{
"Getting tickets in advance recommended": true
}
],
"Children": [
{
"Good for kids": true
}
]
}
}

⚙️ Inputs

FieldTypeDescription
searchTermsarray<string>List of search terms (e.g., hotel, cafe, gym, things to do, restaurant).
startingLocationsarray<string>Locations to start searching from (e.g., South Bronx, New York, USA, Manhattan, New York, USA).
maxItemsintegerMaximum number of places to scrape per location. Default: 10.
languagestringLanguage code for Google Maps (e.g., en, fr, ja).
modestringEither aggressive (fast, proxy recommended) or slow (human-like).

Required: searchTerms, startingLocations, and language.


Google Maps data is subject to Google’s Terms of Service.
Use scraped data responsibly, and ensure compliance with local regulations and platform rules.

Other Actors:

Check out our other Apify actors: 👉 Comprehensive Google Maps Reviews Scraper 👉 Free Google Maps Scraper - Low-cost & Extensive