Check Search Status
As a response of the API server, you will get a status of your trend search task.
Requires authentication
Get a status of your trend search task
GET
https://api.serphouse.com/trends/check
Query Parameters
Name
Type
Description
id*
String
unique identifier of your serp task
Headers
Name
Type
Description
Authorization*
String
Bearer <YOUR_API_KEY>
{
"status": "success",
"msg": "Completed",
"results": ""
}
Example request:
curl --location --request GET 'https://api.serphouse.com/trends/check?id=76850016' \
--header 'Authorization: Bearer <YOUR_API_KEY>'
Last updated
Was this helpful?