Links intersection (getIntersectSummary)
The getIntersectSummary method gives you a list of the number of common domains (donors) that refer to the analyzed domain. The data set is similar to the Links intersect report.
General request parameters and instructions for using Serpstat API
Request parameters |
||
Parameter | Description | |
id | required | A request id. Any number or string value is allowed. |
method | required | API method name: SerpstatBacklinksProcedure.getIntersectSummary |
params | required | The array with parameters {...}, it lists all the following parameters and arrays. |
query | required | A domain of the analyzed site. Specify the domain without http/ https и "/". |
intersect | required | Domains to find common donors |
Response parameters | |
Parameter | Description |
id | Request id |
result | Contains the answer |
data | Array with data |
referring_domains_count | Number of referring domains |
domains | The analyzing domains |
summary_info | Array with data |
page | Page number |
total | Number of results for request |
count | Number of results in this answer |
left_lines | Left limit of lines for your pricing plan |
sort | What data is sorted by |
order | Data sorted in ascending / descending order |
API credits are spent at 1 credit per line. Part of the API response for which you spend 1 credit:
{
"referring_domains_count": 179,
"domains": "gepur.com, klubok.com"
}
{
"id": 1,
"method": "SerpstatBacklinksProcedure.getIntersectSummary",
"params": {
"query": "gepur.com",
"intersect": ["klubok.com", "issaplus.com"]
}
}
{
"id": "1",
"result": {
"data": [
{
"referring_domains_count": 582,
"domains": "issaplus.com"
},
{
"referring_domains_count": 762,
"domains": "gepur.com"
},
{
"referring_domains_count": 179,
"domains": "gepur.com, klubok.com"
},
{
"referring_domains_count": 893,
"domains": "klubok.com"
},
{
"referring_domains_count": 155,
"domains": "gepur.com, issaplus.com"
},
{
"referring_domains_count": 229,
"domains": "klubok.com, issaplus.com"
},
{
"referring_domains_count": 108,
"domains": "gepur.com, klubok.com, issaplus.com"
}
],
"summary_info": {
"left_lines": 999851,
"page": 1,
"count": 7,
"total": 0,
"sort": "",
"order": ""
}
}
}