Bing Local Pack SERP Completed Tasks
GET
/serp/bing/local_pack/tasks_ready
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.dataforseo.com/v3/serp/bing/local_pack/tasks_ready' \
--header 'Authorization: Basic Og=='
Response Response Example
{
"version": "0.1.20241227",
"status_code": 20000,
"status_message": "Ok.",
"time": "0.2516 sec.",
"cost": 0,
"tasks_count": 1,
"tasks_error": 0,
"tasks": [
{
"id": "04021018-8029-0087-0000-be4d860e6b86",
"status_code": 20000,
"status_message": "Ok.",
"time": "0.1364 sec.",
"cost": 0,
"result_count": 1,
"path": [
"v3",
"serp",
"bing",
"local_pack",
"tasks_ready"
],
"data": {
"api": "serp",
"function": "tasks_ready",
"se": "bing",
"se_type": "local_pack"
},
"result": [
{
"id": "04021010-8029-0066-0000-5b8f2a3136e1",
"se": "bing",
"se_type": "local_pack",
"date_posted": "2025-04-02 07:10:28 +00:00",
"tag": "",
"endpoint_regular": "/v3/serp/bing/local_pack/task_get/regular/04021010-8029-0066-0000-5b8f2a3136e1",
"endpoint_advanced": null,
"endpoint_html": "/v3/serp/bing/local_pack/task_get/html/04021010-8029-0066-0000-5b8f2a3136e1"
}
]
}
]
}
Request
Responses
Modified at 2025-05-30 08:06:57