Google Maps Scraper API
Real-time Google Maps data API — search businesses, get full place details with hours and contact info, read customer reviews, download photos, and discover nearby places. All data is scraped directly from Google Maps and returned as clean, structured JSON. 5 endpoints: - Search Places — Search businesses and places by query with optional geographic center point (lat/lng), zoom level, and result…
Google Maps Scraper API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Search | ||
| GET |
searchPlaces /google-maps/search |
Search Google Maps for businesses and places by keyword query. Optionally provide coordinates to center the search, control zoom level, and limit the number of results returned. |
| Place | ||
| GET |
getPlaceDetails /google-maps/place-details |
Get comprehensive details for a specific place including address, contact info, opening hours, categories, social profiles, photos, and reviews summary. Provide either a Google… |
| Reviews | ||
| GET |
getPlaceReviews /google-maps/reviews |
Get user reviews for a specific place on Google Maps. Reviews include author info, rating, text, and any owner responses. Results can be sorted by relevance, date, or rating. |
| Photos | ||
| GET |
getPlacePhotos /google-maps/photos |
Get photo URLs for a specific place on Google Maps. Returns direct image URLs that can be used to display or download photos. |
| Nearby | ||
| GET |
searchNearbyPlaces /google-maps/nearby |
Find places near a specific geographic coordinate. Optionally filter by business type (e.g., restaurant, hotel, gas_station). Returns places sorted by proximity. |
Google Maps Scraper API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $20 / month | — |
|
| ULTRA | $40 / month | — |
|
| MEGA | $160 / month | — |
|