Missing keywords
The SerpstatUrlProcedure.getUrlMissingKeywords method returns keywords that competitors are ranking for but the given URL isn’t ranking for them. The data set is similar to Missing keywords report in the URL analysis.
General request parameters and instructions for using Serpstat API
Search databases available
Request parameters |
|||||
Parameter |
Description |
Type |
Optional |
Default value |
Value Options |
id |
A request id: the response contains the same id. Enter any number (number) or text (string) value |
int/string |
no |
1, test |
|
method |
API method name |
string |
no |
SerpstatUrlProcedure.getUrlMissingKeywords |
|
params |
The object with parameters {...}, it lists all the following parameters and arrays [...] |
array |
no |
|
|
url |
Analyzed URL |
string |
no |
https://www.nike.com |
|
se |
ID of the search base to be searched (there are both Google and Yandex databases available, for example: g_us or y_157). |
string |
no |
g_us |
|
sort |
Order of sorting the results in the format |
array |
yes |
[ ]empty array |
{"weight": "asc"} |
page |
Page number in response |
int |
yes |
1 |
"page": "5" |
size |
Number of results per page in response |
int |
yes |
100 |
"size": "10" |
Filters |
Filter conditions |
array |
yes |
"region_queries_count": "1000"; "region_queries_count_wide": "1000";
"keyword": "iphone" "minus_keywords": ["case", "red"] "concurrency": "7"; "weight": "8"; |
Response parameters | |
Parameter |
Description |
id |
Response id corresponds the request id |
result |
Contains the answer |
data |
Array with data |
region_queries_count |
Search volume in selected region |
geo_names |
List of toponyms in the array (if toponyms are present in the keywords) |
types |
List of special elements shown in SERP (for example, video, carousel or map) |
cost |
Cost per click, $ |
region_queries_count_wide |
Search volume (broad match) |
keyword |
Keyword that competitors are ranking for in top-10 search results, while the analyzed page is not ranking for these search queries even in Google`s top-100 results. |
concurrency |
Keyword competition in PPC (0-100%) |
weight | Connection strength shows the number of competitors who are ranking for the given keyword |
summary_info | Object with data |
page | Page number |
left_lines | API credits remaining |
Credits: the number of charged credits corresponds to the number of results obtained upon request. You can get no more than 60000 results per a query. Part of the API response, for which 1 credit is charged:
{
"region_queries_count": 1220000,
"geo_names": [],
"types": [
"ads_bot",
"also_asks",
"kn_graph_carousel_list",
"shopping_rhs",
"shopping_top",
"snip_breadcrumbs"
],
"cost": 0.58999999999999997,
"region_queries_count_wide": 0,
"keyword": "shoes",
"concurrency": 100,
"weight": 2
},
{
"id": "1",
"method": "SerpstatUrlProcedure.getUrlMissingKeywords",
"params": {
"url": "https://www.nike.com",
"se": "g_us",
"sort": {"weight": "asc"},
"page": "1",
"size": "10"
}
}
{
"id": "1",
"result": {
"data": [
{
"region_queries_count": 1220000,
"geo_names": [],
"types": [
"ads_bot",
"also_asks",
"kn_graph_carousel_list",
"shopping_rhs",
"shopping_top",
"snip_breadcrumbs"
],
"cost": 0.58999999999999997,
"region_queries_count_wide": 0,
"keyword": "shoes",
"concurrency": 100,
"weight": 2
},
{
"region_queries_count": 60500,
"geo_names": [],
"types": [
"kn_graph_disambiguation",
"also_asks",
"snip_breadcrumbs"
],
"cost": 1.76,
"region_queries_count_wide": 0,
"keyword": "finish",
"concurrency": 57,
"weight": 2
}
],
"summary_info": {
"page": 1,
"left_lines": 998129
}
}
}