We’ve released the Status endpoint in DataForSEO Labs API.
From now on, using this endpoint, you will find out when the DataForSEO Labs data was last updated. The API response will provide separate update dates for the Google, Bing, and Amazon endpoints of the DataForSEO Labs API.
Example of the API response:
{
"version": "0.1.20220428",
"status_code": 20000,
"status_message": "Ok.",
"time": "0.0938 sec.",
"cost": 0,
"tasks_count": 1,
"tasks_error": 0,
"tasks": [
{
"id": "05231003-2806-0448-0000-46d401ea6c2f",
"status_code": 20000,
"status_message": "Ok.",
"time": "0.0271 sec.",
"cost": 0,
"result_count": 1,
"path": [
"v3",
"dataforseo_labs",
"status"
],
"data": {
"api": "dataforseo_labs",
"function": "status"
},
"result": [
{
"google": {
"date_update": "2022-05-16"
},
"bing": {
"date_update": "2022-05-16"
},
"amazon": {
"date_update": "2022-05-23"
}
}
]
}
]
}
Feel free to learn more in our documentation.