
Google Maps Scraper
Pricing
Pay per event

Google Maps Scraper
Extract data from thousands of Google Maps locations and businesses. Get Google Maps data including reviews, reviewer details, images, contact info, opening hours, location, prices & more. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.
4.1 (57)
Pricing
Pay per event
1154
Total users
98.4k
Monthly users
9.4k
Runs succeeded
98%
Response time
4.2 days
Last modified
9 hours ago
Is it possible to run of Cid instead of Place ID or both?
Closed
Google Place ID can change for a particular listing, so using it as the sole reference mapping point in your database could lead to issues tracking that listing over time.
To address this potential issue you could have a combination input of the Google Place ID and the CID (Customer ID) as the reference mapping points.
Would it be possible to incorporate both Place ID and CID as input values when getting updated information for more accurate mapping?

Ondrej Klinovský (ondrejklinovsky)
Hi,
you can use both place id
and cid
in form of start URL:
- place id URL:
https://www.google.com/maps/search/?api=1&query=<PLACE_TITLE>&query_place_id=<PLACE_ID>
- or cid URL:
https://www.google.com/maps?cid=<PLACE_CID>