Google Ads Search SERP POST
POST
/serp/google/ads_search/task_post
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.dataforseo.com/v3/serp/google/ads_search/task_post' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '[
{
"location_name": "united states",
"platform": "google_search",
"advertiser_ids": [
"AR13752565271262920705",
"AR02439908557932462081"
]
}
]'
Response Response Example
{
"version": "0.1.20241227",
"status_code": 20000,
"status_message": "Ok.",
"time": "0.0832 sec.",
"cost": 0.0006,
"tasks_count": 1,
"tasks_error": 0,
"tasks": [
{
"id": "03311238-8029-0066-0000-a68eaa5442ac",
"status_code": 20100,
"status_message": "Task Created.",
"time": "0.0044 sec.",
"cost": 0.0006,
"result_count": 0,
"path": [
"v3",
"serp",
"google",
"ads_search",
"task_post"
],
"data": {
"api": "serp",
"function": "task_post",
"se": "google",
"se_type": "ads_search",
"location_name": "united states",
"platform": "google_search",
"advertiser_ids": [
"AR04459448256920813569"
],
"device": "desktop",
"os": "windows"
},
"result": null
}
]
}
Request
Body Params application/json
Responses
Modified at 2025-05-30 08:04:18