SERPHouseSERPHouse

Check SERP Status

Check the processing status of a scheduled SERP task by its unique ID.

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

Requires authentication → provide your API key as a Bearer token in the Authorization header.

Get a Status of Your SERP Task

GET https://api.serphouse.com/serp/check

Query Parameters

NameTypeDescription
id *StringUnique identifier of your SERP task

Headers

NameTypeDescription
Authorization *StringBearer <YOUR_API_KEY>

Example Request

curl --location --request GET 'https://api.serphouse.com/serp/check?id=77224195' \--header 'Authorization: Bearer <YOUR_API_KEY>'

Example Response

{  "status": "success",  "msg": "Completed",  "results": ""}

Last updated on

How is this guide?

On this page