Links intersection - summary
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: the response contains the same id. Enter any number (number) or text (string) value |
method | required | API method name: SerpstatBacklinksProcedure.getIntersectSummary |
params | required | The object with parameters {...}, it lists all the following parameters and arrays [...] |
query | required | A domain of the analyzed site. Specify the domain without HTTP, HTTPS, and "/" |
intersect | required | Domains to find common donors: site.com |
Response parameters | |
Parameter | Description |
id | Response id corresponds the request id |
result | Contains the answer |
data | Array with data |
referring_domains_count | Number of referring domains |
domains | The analyzed domain |
summary_info | Object with data |
page | Page number |
total | Number of results for the request |
count | Number of results in this answer |
left_lines | Left credits of lines for your pricing plan |
sort | What data are sorted by |
order | Data sorted: * asc - in the ascending order * desc - in the 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": ""
}
}
}