Check SERP Status

As a response of the API server, you will get a status of your serp task

Requires authentication

Get a status of your serp task

GET https://api.serphouse.com/serp/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/serp/check?id=77224195' \
--header 'Authorization: Bearer <YOUR_API_KEY>'

Last updated