Skip to main content
Scrape Google Maps place details

Authorizations

x-scrapeunblocker-key
string
header
required

Your ScrapeUnblocker API key. Apply on every request.

Query Parameters

url
string | null

A Google Maps place URL (share link or /maps/place/... URL). The feature id or place_id is read out of it.

place_id
string | null

A Google place_id, e.g. 'ChIJN1t_tDeuEmsRUsoyG83frY4'.

feature_id
string | null

A Maps feature id '0xHEX:0xHEX', e.g. '0x47e66e2964e34e2d:0x8ddca9ee380ef7e0'. Fastest - no resolve step.

hl
string
default:en

Google UI language, e.g. 'en', 'de', 'fr'.

gl
string
default:us

Google country, ISO-2 lowercase, e.g. 'us'.

proxy_country
string
default:us

Exit-IP country (ISO-2). Defaults to a US exit - an EU exit hits Google's consent wall.

raw
boolean
default:false

Include the decoded place core array under raw.

Response

JSON place object.