/google/map/place/{place_id}apiKey5 credits/requestGoogle Maps place details API
Returns detailed information for a specified place_id. Rate limit is enforced at 1 request per second.
Required params: place_id:path
API Reference
Use Crawlora's Google Maps Scraper API endpoints to extract supported public Google Map data as structured JSON. This documentation covers 4 active endpoints including Google Maps place details API, Google Maps place photos API, Google Maps place reviews API, Google Maps search API. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and agent-native workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as place_id, mapSearchOption, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.
Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.
curl -X GET "https://api.crawlora.net/api/v1/google/map/place/ChIJN1t_tDeuEmsRUsoyG83frY4" \
-H "x-api-key: $CRAWLORA_API_KEY"These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.
/google/map/place/{place_id}apiKey5 credits/requestReturns detailed information for a specified place_id. Rate limit is enforced at 1 request per second.
Required params: place_id:path
/google/map/place/{place_id}/photosapiKey5 credits/requestReturns the photos Google publishes for a specified place_id — the imagery shown on the place's Google Maps page, typically dozens of images for a well-covered business. Each entry carries the image URL as served plus its pixel dimensions when reported; swap the trailing size suffix on the URL (e.g. `=w203-h100-k-no`) to request other dimensions. Contributor avatars and review-attached photos are excluded. This is the place page's image set, not a paginated archive feed. Rate limit is enforced at 1 request per second.
Required params: place_id:path
/google/map/place/{place_id}/reviewsapiKey5 credits/requestReturns the reviews Google shows on a specified place_id's Google Maps page — typically the 8 most relevant, each with its rating, text, reviewer, timestamp, and any photos the reviewer attached. Photo-only reviews return an empty `text`. This is the place page's first page of reviews, not the full review archive. Rate limit is enforced at 1 request per second.
Required params: place_id:path
/google/map/searchapiKey5 credits/requestReturns results from Google Maps based on search options. Rate limit is enforced at 1 request per second.
Required params: mapSearchOption:body
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Google Maps place details API | /google/map/place/{place_id} | GET | 5 credits/request | place_id:path | View docs | Try endpoint |
| Google Maps place photos API | /google/map/place/{place_id}/photos | GET | 5 credits/request | place_id:path | View docs | Try endpoint |
| Google Maps place reviews API | /google/map/place/{place_id}/reviews | GET | 5 credits/request | place_id:path | View docs | Try endpoint |
| Google Maps search API | /google/map/search | POST | 5 credits/request | mapSearchOption:body | View docs | Try endpoint |