Domains intersection V4 (SerpstatDomainProcedure.getDomainsIntersection)
SerpstatDomainProcedure.getDomainsIntersection — this method introduces general keywords for domains.
Request parameters:
Parameter |
Description |
Optional |
Default value |
Value options |
domains |
Array of domains min2, max3 |
no |
- |
["starbucks.com", "apple.com"] |
se |
ID of the search base to be searched |
no |
- |
g_us, g_es, ... |
page |
Page number in response |
yes |
1 |
5 |
size |
Number of results per page in response |
yes |
100 |
100-1000 |
Metrics |
Description |
result |
Contains the answer |
total |
Number of found keywords ranking the given domain in top-100 |
region_queries_count |
Search volume in selected region |
keyword |
Keyword ranking the given website |
keyword_length |
Number of words divided by space in a keyword |
keyword_id |
Keyword id in our database |
keyword_crc |
Checksum for a quick search |
types | List of special elements shown in SERP (for example, video, carousel or map) |
found_results | Number of results found for "keyword" |
cost | Cost per click, $ |
concurrency | Keyword competition in the PPC (0-100) |
region_queries_count_wide | Search volume (broad match) |
url_crc | CRC code (encryption method) for the "url" variable |
domain 1,2,3 | Positions of the intersected domains for the given keyword |
geo_names | List of toponyms in the array (if toponyms are present in the keywords) |
traff | Estimated traffic to a website (number of visitors) |
subdomain 1,2,3 | Website subdomain which is displayed in search results for the given keyword |
url 1,2,3 | URL displayed in SERP for the given keyword |
position 1,2,3 | Keyword position in search results |
dynamic 1,2,3 | Position change 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.
Part of the API response, for which 1 credit is charged:
{
"keyword": "знімок екрану леново",
"keyword_length": 3,
"types": [
"pic",
"related_search",
"also_asks"
],
"found_results": 100,
"cost": 0,
"concurrency": 0,
"region_queries_count": 1,
"region_queries_count_wide": 0,
"geo_names": [
],
"traff": 0,
"domain3": "rozetka.ua",
"subdomain3": "i1.rozetka.ua",
"url3": "https://i1.rozetka.ua/goods/documents/1079791/lenovo_vibe_k5_note_pro_silver_documents_1079791792.pdf",
"position3": 19,
"dynamic3": null,
"domain2": "citrus.ua",
"subdomain2": "www.citrus.ua",
"url2": "https://www.citrus.ua/planshety/lenovo-yoga3-x50f-16gbl-za0h0060ua-608291.html",
"position2": 42,
"dynamic2": null,
"domain1": "allo.ua",
"subdomain1": "blog.allo.ua",
"url1": "https://blog.allo.ua/obzor-smartfona-lenovo-vibe-x2_2014-11-13/",
"position1": 30,
"dynamic1": null
}
{
"id": {{any_num_or_string}},
"method": "SerpstatDomainProcedure.getDomainsIntersection",
"params": {
"se": {{search_engine}},
"domains": [{{domain1}}, {{domain2}}, {{domain3}}], //min 2, max 3 domains
(optional) "page": {{page}}
(optional) "size": {{page_size}}
},
}
{
"id": "1",
"result": {
"data": [
{
"region_queries_count": 1,
"types": [
"related_search",
"refine_by_brand",
"a_box_fsnippet",
"snip_reviews_stars",
"snip_breadcrumbs"
],
"cost": 0,
"keyword_length": 4,
"concurrency": 0,
"geo_names": [],
"traff": 0,
"region_queries_count_wide": 0,
"keyword": "most recent starbucks drink",
"found_results": 63000000,
"domain1": "starbucks.com",
"subdomain1": "stories.starbucks.com",
"url1": "https://stories.starbucks.com/press/2019/starbucks-new-summer-food-and-drink-menu-hits-stores-nationwide-today/",
"position1": 4,
"dynamic1": null,
"domain2": "apple.com",
"subdomain2": "apps.apple.com",
"url2": "https://apps.apple.com/us/app/starbucks/id331177714",
"position2": 29,
"dynamic2": -25
}
],
"summary_info": {
"page": 1,
"total": 225031,
"left_lines": 999789
}
}
}