URL lists competing with the page V4
SerpstatUrlProcedure.getUrlCompetitors - this method returns URL lists competing the given page.
Request parameters:
Parameter |
Description |
Type |
Optional |
Default value |
Value Options |
url |
URLs for finding competing URLs |
string |
no |
http://allo.ua/ |
|
se |
ID of the search base to be searched |
string |
no |
g_ua, g_ru, ... |
|
sort |
Sorted 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 |
{"cnt": "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 |
Results may be sorted by the following fields:
Parameter |
cnt |
Response metrics:
Metrics |
Description |
result |
Contains the answer |
total |
Number of keywords in top-100 |
cnt |
Number of keywords common to the analyzed page and competitors' pages. |
domain |
Competitor’s domain |
url |
Competitor’s page |
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:
{
"domain": "allo.ua",
"url": "https://allo.ua/ru/mobilnye-telefony-i-sredstva-svyazi/",
"cnt": 149
}