Playground
Map Data Batch API
Getting Started
AI SERP API
Amazon Niche Data
Playground
- POSTAuth
- POSTAmazon Scrape API
- POSTAmazon Async API
- POSTAmazon Follow Seller API
- POSTAmazon Review API
- POSTSERP Async API
- POSTSERP Batch API
- POSTAI Mode API
- POSTAI Overview SERP API
- POSTKeyword Trends API
- POSTMap Data API
- POSTMap Data Batch API
- POSTCategory Tree API
- POSTSearch Categories API
- POSTBatch Category Paths API
- POSTCategory Filter API
- POSTNiche Filter API
- POSTWIPO API
- POSTGeneral Scrape API
Playground
Map Data Batch API
POST
/
extract
/
batch
/
maps
curl --request POST \
--url https://scrapeapi.pangolinfo.com/api/v3/extract/batch/maps \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"hl": "en",
"ll": "37.7822392,-122.4642121,13z",
"num": 50,
"from": 0,
"timeout": 25000,
"querys": [
"restaurants near San Francisco"
],
"urls": [
""
]
}'{
"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 Credit/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/extract/batch/maps \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"hl": "en",
"ll": "37.7822392,-122.4642121,13z",
"num": 50,
"from": 0,
"timeout": 25000,
"querys": [
"restaurants near San Francisco"
],
"urls": [
""
]
}'{
"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]"
}
]
}
}
