Maps & Local Data2 active endpointsapiKey

Google Maps scraping API

Collect local business and place data from Google Maps for location intelligence workflows.

Fetch Google Maps place details and local search results through documented Crawlora API endpoints.

Endpoint families

2

Documented params

4

Examples

2

Live catalog snapshot

Google Maps coverage

Active endpoints

2

Methods

GET, POST

Required params

4

Schema refs

2

Place1
Search1
{
  "platform": "Google Maps",
  "endpoint": "google-map-place",
  "method": "GET",
  "path": "/google/map/place/{place_id}",
  "auth": "apiKey"
}

Use cases

Workflows that fit Google Maps

Fetch Google Maps place details and local search results through documented Crawlora API endpoints.

Local business discovery

Use Google Maps endpoints to turn local business discovery into repeatable API requests with documented inputs and JSON responses.

Place detail enrichment

Use Google Maps endpoints to turn place detail enrichment into repeatable API requests with documented inputs and JSON responses.

Location intelligence

Use Google Maps endpoints to turn location intelligence into repeatable API requests with documented inputs and JSON responses.

Coverage map

Know what the API can collect before integrating

These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.

1 endpoints

Place

/google/map/place/{place_id}

GETapiKey
1 endpoints

Search

/google/map/search

POSTapiKey

Featured endpoints

Google Maps API endpoints

Browse full docs
GETapiKeyexample
/google/map/place/{place_id}
Details

Google Maps place details API

Returns detailed information for a specified place_id. Rate limit is enforced at 1 request per second.

place_id:pathx-api-key:header
POSTapiKeyexample
/google/map/search
Details

Google Maps search API

Returns results from Google Maps based on search options. Rate limit is enforced at 1 request per second.

mapSearchOption:bodyx-api-key:header

Start building

Test Google Maps endpoints against the same catalog used by Docs.