Links intersection - summary
The SerpstatBacklinksProcedure.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.
Use case: With the SerpstatBacklinksProcedure.getIntersectSummary, you can compare the link mass of several domains, and find common and unique donors for each site.
General request parameters and instructions for using Serpstat API
Request parameters | |||||
Parameter | Description | Type | Required | Default value | Value options |
id | A request id: the response contains the same id. Enter any number (number) or text (string) value | int/string | yes |
| Text or number value. For example: 1, test |
method | API method name | string | yes |
| SerpstatBacklinksProcedure.getIntersectSummary |
params | The object with parameters {...}, it lists all the following parameters and arrays [...] |
| yes | ||
query | Domain of the analyzed site. Specify the domain without http / https and «/» | string | yes | The text value of the domain being analyzed. For example: site.com | |
intersect | Domains to find common donors with | string | yes | klubok.com, issaplus.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": ""
}
}
}