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