curl --location --request POST 'https://api.dataforseo.com/v3/serp/google/dataset_search/task_post' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"keyword": "water quality",
"last_updated": "1m",
"file_formats": [
"archive",
"image"
],
"usage_rights": "noncommercial",
"is_free": true,
"topics": [
"natural_sciences",
"geo"
]
}
]'{
"version": "0.1.20241227",
"status_code": 20000,
"status_message": "Ok.",
"time": "0.0869 sec.",
"cost": 0.0006,
"tasks_count": 1,
"tasks_error": 0,
"tasks": [
{
"id": "03311034-8029-0066-0000-361d7cc2cb61",
"status_code": 20100,
"status_message": "Task Created.",
"time": "0.0096 sec.",
"cost": 0.0006,
"result_count": 0,
"path": [
"v3",
"serp",
"google",
"dataset_search",
"task_post"
],
"data": {
"api": "serp",
"function": "task_post",
"se": "google",
"se_type": "dataset_search",
"keyword": "water quality",
"last_updated": "1m",
"file_formats": [
"archive",
"image"
],
"usage_rights": "noncommercial",
"is_free": true,
"topics": [
"natural_sciences",
"geo"
],
"device": "desktop",
"os": "windows"
},
"result": null
}
]
}