API

Search volume

Adding a volume check request

Description

The method allows adding a request to check a search volume. Checking one keyword costs $0.005. Checking a few keywords (from 2 to 700) costs $0.2.

Request format

Copy
POST https://api4.seranking.com/key-volume/

Parameters

If the region id is passed, the check is performed via Google.

NameRequiredDescription
queryYesSearch query or a query array 

Result

If successful, the server returns the request ID for checking.

Response example

Copy
{
"id":1
}

Errors

HTTP codeError message
400Invalid

Request list

Request format

Copy
GET https://api4.seranking.com/key-volume/

Result

If successful, the server returns the request list for the search volume check.

Response example

Copy
[{
"id":1,
"add_time": "2018-08-15 12:51:21",
"total_queries" : 1,
"total_finished" : 1,
"country" : "USA"
}]

Check results

Request format

Copy
GET https://api4.seranking.com/key-volume/{task_id}

Result

The server returns the check result or status.

Response example

If the result has not been received yet.

Copy
{
  "status" : "processing"
}

If the result is ready.

Copy

[{
  "query": "query 1",
"volume": 2342
}]

Deleting a volume check request

Request format

Copy
DELETE https://api4.seranking.com/key-volume/{task_id}

Result

If successful, the server returns HTTP 204.

Learn how SE Ranking’s API can boost your SEO!

Hi! Meet our product expert, Alex.

He’ll walk you through the API and show you how to get the most out of it.

  • Enjoy a tailored demo on integrating rich, structured SEO data into your stack.
  • Pin down every tech detail live—auth, endpoints, rate limits, data formats.
  • Compare usage tiers and pricing so you can unlock maximum data value.

Request a free demo to see our tools and integrations in action

By clicking this button, you agree to SE Ranking’s Terms of Services and Privacy Policy.