Playground
Map Data Batch API
API Guide
Amazon Scrape API
通用采集 API
AI Overview SERP API
Keyword Trends API
Map Data API
Amazon Review 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]"
}
]
}
}积点消耗说明
1.5个/次Authorizations
Bearer token authentication
Body
application/json
用于接口任务提交的信息
The body is of type object.
Response
200 - application/json
成功返回示例
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]"
}
]
}
}
