Playground
Map Data Batch API
API Guide
Amazon Scrape API
General Scrape API
AI Overview SERP API
Keyword Trends API
Map Data API
Playground
Map Data Batch API
Concurrently parse map pages or business details
POST
/
extractTask
/
batch
/
maps
curl --request POST \
--url https://scrapeapi.pangolinfo.com/api/v3/extractTask/batch/maps \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"edgeId": "<string>",
"hl": "en",
"isGetHealthEdge": true,
"ll": "37.7822392,-122.4642121,13z",
"num": 50,
"start": 0,
"timeout": 25000,
"querys": "restaurants near San Francisco"
}'{
"status": 1,
"taskId": "string",
"url": "string",
"errorMessage": "string",
"html": "string",
"data": {
"organicResults": [
{
"place_id": "0x808f7e3c8b5b7e93:0x7e267bfa507a2912",
"name": "Lazy Bear",
"about": null,
"rating": 4.8,
"number_of_reviews": 1122,
"borough": "Mission District",
"street_addr": "3416 19th St",
"street_addr_supplement": null,
"city": "San Francisco",
"postal_code": "94110",
"...": "[Additional Properties Truncated]"
}
]
}
}Credit Consumption
1.5 Credits/Per RequestAuthorizations
Bearer token authentication
Body
application/json
Information for API task submission
The body is of type object.
Response
200 - application/json
Successful return example
The response is of type object.
curl --request POST \
--url https://scrapeapi.pangolinfo.com/api/v3/extractTask/batch/maps \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"edgeId": "<string>",
"hl": "en",
"isGetHealthEdge": true,
"ll": "37.7822392,-122.4642121,13z",
"num": 50,
"start": 0,
"timeout": 25000,
"querys": "restaurants near San Francisco"
}'{
"status": 1,
"taskId": "string",
"url": "string",
"errorMessage": "string",
"html": "string",
"data": {
"organicResults": [
{
"place_id": "0x808f7e3c8b5b7e93:0x7e267bfa507a2912",
"name": "Lazy Bear",
"about": null,
"rating": 4.8,
"number_of_reviews": 1122,
"borough": "Mission District",
"street_addr": "3416 19th St",
"street_addr_supplement": null,
"city": "San Francisco",
"postal_code": "94110",
"...": "[Additional Properties Truncated]"
}
]
}
}
