Keyword top V4 (SerpstatKeywordProcedure.getKeywordTop)
SerpstatKeywordProcedure.getKeywordTop - this method returns the latest keyword top.
Request parameters:
Parameter |
Description |
Type |
Optional |
Default value |
Value Options |
keyword |
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, ... |
|
filters |
Filter conditions |
int |
yes |
{"top_size": 100} |
{"top_size": 100} top_size digital value from 1 to 100 |
Metrics |
Description |
result |
Contains the answer |
results |
Number of results |
top |
Contains the result |
url |
The page that is in position (specified in ""position"") |
domain |
Domain |
subdomain |
Subdomain |
position |
Keyword position in search results |
types |
List of special elements shown in SERP (for example, video, carousel or map) |
text |
Ad text (if there is PPC) |
title |
Ad title (if there is PPC) |
ads |
Contains PPC results (if any) |
left_lines |
Number of remaining API lines |
Part of the API response, for which 1 credit is charged: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
{
"position": 1,
"url": "https://chrome.google.com/webstore/detail/google-play-music/icppfcnhkcmnfdhfhphakoifcfokfdhg?hl=ru",
"domain": "google.com",
"subdomain": "chrome.google.com",
"types": [
"related_search",
"ads_top",
"video",
"snip_breadcrumbs"
]
}