Google Maps Search API: Async Structured Data in cURL
Scrape Google Maps search results into structured JSON/CSV with ScraperAPI async in cURL. Retrieve local business data by query and geolocation for analytics.
This endpoint will retrieve maps data from a Google Maps search and transform it into usable JSON.
Single Query Request:
Multiple Query Request:
API_KEY
(required)
User's normal API Key
QUERY
(required)
Query string for example: vegan restaurant
LATITUDE
(required)
Latitude value, for example: 21.029738077531196
LONGITUDE
(required)
Longitude value, for example: 105.85222341863856
Sample Response
Single Query Request:
Multiple Query Request:
After the job(s) finish, you will find the result under the response
key in the response JSON object. The structure is the same as in the corresponding SYNC data endpoint.
Last updated
Was this helpful?