Google Maps Scraper
Search Google Maps places, enrich listings, and return structured results through NanoGPT billing.
Website
API call
Endpoint listPOST /api/v1/googlemaps
curl -sS \
-X POST \
-H "Authorization: Bearer $NANOGPT_API_KEY" \
-H "Content-Type: application/json" \
-d '{"searchStringsArray":["restaurant"],"locationQuery":"New York, USA","maxCrawledPlacesPerSearch":50,"language":"en","searchMatching":"all","website":"allPlaces","skipClosedPlaces":false,"scrapePlaceDetailPage":false,"scrapeTableReservationProvider":false,"includeWebResults":false,"scrapeDirectories":false,"maxQuestions":0,"scrapeContacts":false,"scrapeSocialMediaProfiles":{"facebooks":false,"instagrams":false,"youtubes":false,"tiktoks":false,"twitters":false},"maximumLeadsEnrichmentRecords":0,"leadsEnrichmentDepartments":["sales","marketing"],"verifyLeadsEnrichmentEmails":false,"maxReviews":0,"reviewsStartDate":"2024-01-01","reviewsSort":"newest","reviewsOrigin":"all","scrapeReviewsPersonalData":true,"maxImages":0,"scrapeImageAuthors":false,"countryCode":"US","resultLimit":1000,"waitForFinishSecs":240}' \
"https://nano-gpt.com/api/v1/googlemaps"