Scrape Google Maps businesses
scrape_google_mapsFind and extract business leads from Google Maps, including contact details, ratings, and coordinates. Use specific keywords with location to get targeted results for lead generation.
Instructions
Search Google Maps and return business leads: name, address, phone, email, website, rating, reviews count, category, coordinates. Costs 2 credits per call — every call bills again (NOT idempotent, do not retry on your own). Always confirm with the user before spending credits. Multiple related keywords in one call cost the same 2 credits. Blocks until the scrape finishes (typically 30-120s). Be specific with keywords, e.g. "vegan restaurant in Brooklyn NY".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | ISO 639-1 result language, e.g. "en", "es", "de". | en |
| depth | No | 1-2, higher returns more results at the same credit cost. | |
| No | Also crawl business websites to extract contact emails (recommended for lead generation / cold outreach). | ||
| radius | No | Search radius in meters (default 20000). | |
| keywords | Yes | Search queries including a location, e.g. ["dentist in Chicago IL"]. Multiple related keywords cost the same 2 credits. | |
| max_wait_seconds | No | How long to wait for the scrape to finish before handing back a job id to poll. |