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

NameTypeDescription

id*

String

unique identifier of your serp task

Headers

NameTypeDescription

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