Google Maps Data
Google Maps Data, gives you programmatic access to Google Maps business data at scale. Search any business type in any country, city, or state and get back structured lead data including business name, phone number, website, address, rating, review count, coordinates, and more. Whether you're building a lead generation tool, a market research platform, a competitor intelligence dashboard, or a…
Google Maps Data endpoints
| Method | Endpoint | Description |
|---|---|---|
| System | ||
| GET |
getBalance /balance |
Returns your monthly place limit and current usage. |
| GET |
getHealth /health |
Returns API status. Use this to verify connectivity. |
| Scraping | ||
| GET |
listScrapes /scrapes |
Returns a list of recent scrape jobs. Stateless for RapidAPI consumers - returns an empty array. |
| GET |
getScrapeStatus /scrapes/{id} |
Poll this endpoint after receiving a 202 from POST /scrapes to check progress. |
| GET |
getScrapeResults /scrapes/{id}/results |
Fetch the business lead results for a completed scrape job. Only callable when status is done. Returns 400 otherwise. |
| POST |
submitScrape /scrapes |
Submit a new business lead scrape request. Response behaviour: - If enough results already exist in cache -> 200 with status "done" and results inline. - If a fresh scrape is… |
| POST |
cancelScrape /scrapes/{id}/cancel |
Cancel an active scrape job. Has no effect if the job is already done or failed. |
| Geo Data | ||
| GET |
searchCities /geodata/cities |
Fuzzy city search within a country and optionally a state. Use city names in scrape requests. |
| GET |
listCountries /geodata/countries |
Returns all countries supported by the scraper. Use country codes in scrape requests. |
| GET |
listStates /geodata/states |
Returns states or provinces for a given country. Use state codes in scrape requests. |
Google Maps Data pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $40 / month | 2 / second |
|
| ULTRA Recommended | $100 / month | 2 / second |
|
| MEGA | $180 / month | 4 / second |
|