Competitor’s keywords missing on the specified page V4 (SerpstatUrlProcedure.getUrlMissingKeywords)
SerpstatUrlProcedure.getUrlMissingKeywords — this method returns keywords that competitors are ranking but the given URL isn’t.
Request parameters:
Parameter |
Description |
Type |
Optional |
Default value |
Value Options |
url |
Keyword to search for |
string |
no |
to buy a car |
|
se |
ID of the search base to be searched |
string |
no |
g_ua, g_ru, ... |
|
sort |
Sort order of the results in the format: {{{field}}: {{order}}} field - field to sort by order - sort direction (asc - ascending, desc - descending) |
array |
yes |
[ ]empty array |
{"weight": "asc"} |
page |
Page number in response |
int |
yes |
1 |
5 |
size |
Number of results per page in response |
int |
yes |
100 |
"size": {{page_size}}
min: 1, max: 1000 |
Parameter |
weight |
Request metrics:
Metrics |
Description |
result |
Contains the answer |
region_queries_count |
Search volume in selected region |
region_queries_count_wide |
Search volume (broad match) |
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, $ |
keyword |
Keyword for which competitors are ranking but the given URL isn’t. |
concurrency |
Keyword competition in PPC (0-100) |
weight | Connection strength shows the number of competitors who are ranking for the given keyword |
left_lines | Number of remaining API lines |
Limits: the number of charged limits 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": 1,
"geo_names": [],
"types": [
"pic",
"video",
"local_pack",
"related_search",
"snip_reviews_stars"
],
"cost": 0,
"region_queries_count_wide": 0,
"keyword": "магазин алло г харьков",
"concurrency": 0,
"weight": 9
}