/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 2 active endpoints including Google Maps place details API, Google Maps search API. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and AI-agent 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/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 search API | /google/map/search | POST | 5 credits/request | mapSearchOption:body | View docs | Try endpoint |