Yahoo Organic SERP POST
POST
/serp/yahoo/organic/task_post
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.dataforseo.com/v3/serp/yahoo/organic/task_post' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '[
{
"language_name": "english",
"location_name": "united states",
"keyword": "albert einstein"
}
]'
Response Response Example
{
"version": "0.1.20241227",
"status_code": 20000,
"status_message": "Ok.",
"time": "0.0936 sec.",
"cost": 0.0006,
"tasks_count": 1,
"tasks_error": 0,
"tasks": [
{
"id": "04031123-8029-0066-0000-0838b07c6796",
"status_code": 20100,
"status_message": "Task Created.",
"time": "0.0052 sec.",
"cost": 0.0006,
"result_count": 0,
"path": [
"v3",
"serp",
"yahoo",
"organic",
"task_post"
],
"data": {
"api": "serp",
"function": "task_post",
"se": "yahoo",
"se_type": "organic",
"language_name": "english",
"location_name": "united states",
"keyword": "albert einstein",
"device": "desktop",
"os": "windows"
},
"result": null
}
]
}
Request
Body Params application/json
Responses
Modified at 2025-05-30 08:08:28