Advanced Google Maps Scraper
Pricing
from $4.00 / 1,000 results
Advanced Google Maps Scraper
Google Maps place-details scraper for Place IDs or Maps URLs. Reliably returns place id, name, category, and address. Other fields (phone, rating, hours, website, etc.) are best-effort when Google shows them โ not guaranteed complete on every place.
Pricing
from $4.00 / 1,000 results
Rating
0.0
(0)
Developer
slash scrape
Maintained by CommunityActor stats
4
Bookmarked
211
Total users
0
Monthly active users
3 hours ago
Last modified
Categories
Share
โ What does it do?
This Google Maps place-details scraper loads a place by Maps URL and/or Place ID (or a Manager dataset ID) and writes one dataset row per place.
Reliable on the current public build:
- Place
id namecategoryaddress
Best-effort / often incomplete today: phone, rating, review count, opening hours, popular times, website, plus code, share link, description, menu link, and amenity/property lists. Prefer this actor for identity + location basics; use Reviews / Photos actors for review text and photo URLs.
Useful for lead generation and local SEO workflows when you already have Place IDs or Maps URLs (or a dataset from the Advanced Google Maps Scraping Manager).
๐พ What data can users scrape from Google Maps?
Reliable fields
- ๐ Place
id - ๐ Name
- ๐๏ธ Category
- ๐ Address
As-available fields (best-effort โ not guaranteed on every place)
- ๐ท๏ธ Description โ when present
- โญ๏ธ Rating โ when present
- ๐ Review Count โ when present
- ๐ธ Photo Count โ when present
- ๐ Phone โ when present
- ๐ฅ๏ธ Website โ when present
- ๐ Menu Link โ when present
- โ Plus Code โ when present
- ๐ Share Link โ when present
- ๐ช Opening Times โ when present (array of open/close times; index 0 is Sunday)
- ๐ Popular Times โ when present
- ๐ Properties โ when present (amenity/property lists)
If you don't already have a list of Google Maps URLs or Place IDs, search an area with the Advanced Google Maps Scraping Manager and chain this details scraper via datasetId.
For review text, use the Advanced Google Maps Reviews Scraper. For photo URLs, use the Advanced Google Maps Photos Scraper.
Output format
Reliable fields
- ๐
idโ Place ID - ๐ Name โ String, name of the place on Google Maps
- ๐๏ธ Category โ Google's category, e.g. "monument" or "restaurant"
- ๐ Address โ Physical street address
As-available fields
- ๐ท๏ธ Description โ When present: Google's description of the place
- โญ๏ธ Rating โ When present: average rating from reviews
- ๐ Review Count โ When present: total reviews; get review text via Reviews scraper
- ๐ธ Photo Count โ When present: total photos; get photo URLs via Photos scraper
- ๐ Phone โ When present: telephone number
- ๐ฅ๏ธ Website โ When present: web address link
- ๐ Menu Link โ When present: menu link (mostly restaurants / cafes)
- โ Plus Code โ When present: Google location code
- ๐ Share Link โ When present: link to the place on Google Maps
- ๐ช Opening Times โ When present: array of opening hours (index 0 Sunday โฆ 6 Saturday)
- ๐ Popular Times โ When present: busy percentage by hour/day
- ๐ Properties โ When present: list of properties per category
๐ญ Example Output
Typical reliable payload on the current build:
{"id": "ChIJxxxxxxxx","name": "Example Place","category": "Restaurant","address": "123 Example St, City, ST"}
NOTE: Illustrative rich payload โ many places will omit phone, hours, rating, and properties on the current build.
{"id": "ChIJ3aqq5Q1ZwokRb9hLO7Gyxgw","name": "Edge","category": "Tourist attraction","rating": 4.5,"reviewCount": 17446,"address": "30 Hudson Yards, New York, NY 10001, United States","phone": "+1 332 445-9812","website": "https://www.edgenyc.com/","plusCode": "QX3X+JJ New York, USA","shareLink": "https://maps.app.goo.gl/Ky446q9SAHJKHhj","description": "Protruding 100-stories-high observation deck, with a glass floor, bar & 360-degree NYC views."}
๐ Input format
You can supply a URL or a place ID to scrape place details.
NOTE: if you supply both a URL and a place ID for a single place, it may be scraped twice and both results will appear in the dataset. Prefer either a URL or a place ID for each place, not both.
- ๐ฏ Targets
- ๐ Place URLs
- ๐ Place IDs
- ๐พ Dataset ID (e.g. from Advanced Google Maps Scraping Manager)
If you are using the Advanced Google Maps Scraping Manager to find places, use the integrations tab in the manager actor to trigger this scraper automatically when places are found.
๐๏ธ Speed
Speed depends on Actor memory and settings. Capture time varies; missing optional fields usually means a faster row, not a failed run.
๐ณ Pricing (pay-per-event)
Pricing: Pay-per-event. Bronze $5 / Silver $4.50 / Gold $4.00 per 1,000 events at 1 GB RAM. Actor-start billing also applies (events scale with memory GB). One Bronze unit โ one billed place-details row.
Free Apify users can run all documented features โ nothing core is paid-only gated. Higher volume or richer optional fields cost more via events, not feature locks.
๐โโ๏ธ FAQs
Q: Can the data be exported in different formats?
A: Yes, the scraped data can be downloaded in formats such as JSON or CSV for analysis.
Q: Is it legal to scrape Google Maps place details?
A: You should consult the Terms of Service for Google Maps to determine if your use case is permitted.
Q: Can I input a location and search term to find places to scrape?
A: Yes, using the Advanced Google Maps Scraping Manager. This details scraper can be chained so it runs automatically when the manager finds places that match your search.