Google Maps Reviews Scraper
Scrape Google Maps reviews, reviewer metadata, and structured review records through NanoGPT billing.
Website
API call
Endpoint listPOST /api/v1/googlemaps/reviews
curl -sS \
-X POST \
-H "Authorization: Bearer $NANOGPT_API_KEY" \
-H "Content-Type: application/json" \
-d '{"placeIds":["ChIJN1t_tDeuEmsRUsoyG83frY4"],"maxReviews":10,"reviewsSort":"newest","language":"en","reviewsOrigin":"all","personalData":true,"resultLimit":1000,"waitForFinishSecs":240}' \
"https://nano-gpt.com/api/v1/googlemaps/reviews"