Top search engine keywords by V4 domain (SerpstatDomainProcedure.getDomainKeywords)
SerpstatDomainProcedure.getDomainKeywords — this method shows top search engine keywords by domain. You can load up to 60000 results using this method.
Request parameters:
Parameter |
Description |
Optional |
Default value |
Value options |
domain |
Domain name |
no |
|
|
se |
ID of the search base to be searched |
no |
|
g_ua, y_213 |
url |
Link to refine your search |
yes |
null |
https://allo.ua |
keywords |
Array of keywords to search for |
yes |
[] |
["buy"] |
minusKeywords |
Negative keyword array |
yes |
[] |
["allo", "alo"] |
filters |
Filter conditions |
yes |
|
{ "concurrency_from": "0", "concurrency_to": "1" } |
sort |
Sort order of the results in the format: {{{field}}: {{order}}} field - field to sort by order - sort direction (asc - ascending, desc - descending) |
yes |
{"position": "asc", "region_queries_count":"desc"} |
{"cost": "asc"} |
page |
Page number in response |
yes |
1 |
5 |
size |
Number of results per page in response |
yes |
100 |
"size": {{page_size}} min: 1, max: 1000 |
Sorting results is possible by the following fields:
Parameter |
region_queries_count |
types |
cost
|
keyword_length |
concurrency |
geo_names |
traff |
region_queries_count_wide |
dynamic |
position |
found_results |
To filter the results use the following parameters:
Parameter | Description | Possible value |
position_from | min position for a keyword | 1-100 |
position_to | max position for a keyword | 1-100 |
queries_from | min number of monthly searches | 0-100,000,000 |
queries_to | max number of monthly searches | 0-100,000,000 |
cost_from | min CPC | 0-200 |
cost_to | max CPC | 0-200 |
concurrency_from | min competition value | 1-100 |
concurrency_to | max competition value | 1-100 |
Response parameters:
Parameter |
Description |
result |
Contains the answer |
total |
Number of keywords found for which the domain ranked in top-100 |
region_queries_count |
Number of keyword queries in a selected region |
domain |
Domain ranking by keyword |
keyword |
Keyword ranking on a selected website |
keyword_length |
Number of words divided by space in a keyword |
url |
URL appeared in the search result for the query |
right_spelling |
Recommended correction of a misspelled keyword |
dynamic |
Position change for the keyword |
found_results |
Number of results found for “keyword” |
cost |
Cost per click, $ |
concurrency |
Keyword competition in the PPC (0-100) |
position |
Keyword position in search results |
subdomain |
Subdomain appeared in search results for a given keyword |
types |
List of special elements shown in SERP (for example, video, carousel or map) |
geo_names |
List of toponyms in the array (if toponyms are present in the keywords) |
left_lines |
Number of remaining API lines |
Part of the API response, for which 1 credit is charged:
{
"domain": "google.com",
"subdomain": "translate.google.com",
"keyword": "переводчик",
"keyword_length": 1,
"url": "https://translate.google.com/?hl=ru",
"position": 1,
"types": [
"pic",
"a_box_translation",
"related_search"
],
"found_results": 39600000,
"cost": 0.2,
"concurrency": 0,
"region_queries_count": 9140000,
"region_queries_count_wide": 6120000,
"geo_names": [
],
"traff": 9140000,
"dynamic": 0
}