How To See Keyword Search Volume - Learn To Predict Demand And Sales With Serpstat

What is Search Volume Crawling
To examine a domain, you don't need to open Serpstat in a new tab - all necessary data is available with one click directly on the site!
Click on the icon and you'll get multiple SEO metrics about a domain or page: visibility, traffic, keywords, top competitors in the region, etc.
Read the post to learn about the benefits of the updated Serpstat checker.
Who needs Search Volume Crawling
Benefits of Serpstat Search Volume Crawling service
V=K/Vg|y + 60
where:
К - the number of keywords
Vg|y - the crawling speed (keywords per minute):
10.000 for Google
2000 for Yandex.
Serpstat Search Volume Crawling prices
We ignore all duplicates and don't charge additional costs for crawling them.
How to order Search Volume Crawling
With Our Crawling Tool
In The Market: PPC SERP Crawling
Methods of Serpstat Search Volume Crawling Service
SerpstatTaskProcedure.addKeywordListFreq - set crawling task
SerpstatTaskProcedure.getTaskResultFreq - get crawled results from that task
To find the number of API limits available, contact your personal manager or Customer Success team via online chat or email support@serpstat.com.
SerpstatTaskProcedure.addKeywordListFreq
POST : http://api.serpstat.com/v4?token=<YOUR_PERSONAL_TOKEN>
{
"id": 1,
"method": "SerpstatTaskProcedure.addKeywordListFreq",
"params": {
"keywords": ["iphone", "iphone X", "iphone 10", "iphone 11", "iphone 12", "iphone 13"],
"seId": 2,
"typeId": 1,
"regionId": 213,
"match": "extra"
}
}
<YOUR_PERSONAL_TOKEN> - Serpstat API key. Visit the Profile page to get this key.
method - method name. Must be SerpstatTaskProcedure.addKeywordListFreq params (JSON) - the list of request parameters:
example: "[!buy !cheap !phones !online]"
"exact": does not consider word order, but considers the word form.
example: "!buy !cheap !phones !online"
"phrase": considers everything that contains these words in any order and any word forms.
example: "buy cheap phones online"
"wide": broad match.
example: buy cheap phones online
"wide-fixed": broad match with fixed word form.
example: !buy !cheap !phones !online
{
"id": 1,
"result": {
"taskId": "e3a17d3b-b6b3-4ef3-83a0-4d37e5e9ce40",
"accepted": 59929,
"blocked": [
"greater boston area www.snhu.edu site:linkedin.com/in/\n",
"vapormax plus site:dhgate.com\n",
"cache:http://tivix.co/13-kanal-disney.html\n",
]
}
}
taskId (string) - request Id, that should be used in SerpstatTaskProcedure.getTaskResultFreq method to get crawling results.
accepted (int) - the total number of keywords for volume check excluding those in blocked.
blocked (array) - an array with blocked keywords. Blocked keywords do not charge API limits.
SerpstatTaskProcedure.addKeywordListFreq
POST : http://api.serpstat.com/v4?token=<YOUR_PERSONAL_TOKEN>
{
"id": 1,
"method": "SerpstatTaskProcedure.getTaskResultFreq",
"params": {
"taskId": "665f297a-94c6-401c-9971-bed3025c1055",
"page": 1,
"pageSize": 10
}
}
method - method name. Must be SerpstatTaskProcedure.addKeywordListFreq
params (JSON) - the list of request parameters:
{
"id": 1,
"result": {
"total": 6,
"page": 1,
"pageSize": 10,
"keywords": [
{
"keyword": "iphone 10",
"keyword.raw": "iphone 10",
"status": 0,
"cost": 0.3,
"searchVolume": 120,
"competition": 29
},
],
"taskMeta": {
"typeId": 1,
"seId": 1,
"regionId": 2024,
"match": "exact"
}
}
}
{
"id": 1,
"result": {
"total": 6,
"page": 1,
"pageSize": 10,
"keywords": [
{
"keyword": "iphone 10",
"keyword.raw": "iphone 10",
"status": 0,
"cost": 0.3,
"searchVolume": 120
},
{
"keyword": "iphone 11",
"keyword.raw": "iphone 11",
"status": 0,
"cost": 0.5,
"searchVolume": 150
},
],
"taskMeta": {
"typeId": 1,
"seId": 2,
"regionId": 213,
"match": "exact"
}
}
}
result (JSON object) - object with results
total (int) - the total number of keywords excluding blocked and duplicate keywords.
page (int) - the number of the results page.
pageSize (int) - the number of results per page.
keywords (JSON array of objects) - an array of keywords with information for every keyword.
example: "[!buy !cheap !phones !online]"
"exact": does not consider word order, but considers word form.
example: "!buy !cheap !phones !online"
"phrase": considers everything that contains these words in a different order and different word forms.
example: "buy cheap phones online"
"wide": broad match.
example: buy cheap phones online
"wide-fixed": broad match with fixed word form.
example: !buy !cheap !phones !online
Learn how to get the most out of Serpstat
Want to get a personal demo, trial period or bunch of successful use cases?
Send a request and our expert will contact you ;)
Cases, lifehacks, researches and useful articles
Don’t you have time to follow the news? No worries!
Our editor Stacy will choose articles that will definitely help you with your work. Join our cozy community :)
By clicking the button, you agree to our privacy policy.