(Old version) Summary report
Support for the getSummary method has been discontinued, the procedure will be disabled on 09/23/2022. Please use the getSummaryV2 method instead.
The SerpstatBacklinksProcedure.getSummary method gives you general information about link profile: number of external links, referring IP addresses and subnets, number of referring domains and subdomains, domain authority indicator and types of referring links. The data set is similar to the Overview report.
The data in this report and all the detailed reports can differ slightly due to the algorithm for quickly calculating summary data.
Use case: You want to understand what links your competitors have.
1) Use SerpstatBacklinksProcedure.getSummary to get information about the number of inbound links and referring domains;
2) Determine which sites are linking to your competitors to identify potential link opportunities for your client.
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.getSummary |
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: 000webhostapp.com | |
searchType | Search modes for analysis | string | no | domain_with_subdomains | domain - domain only (site.com) domain_with_subdomains - domain with subdomains (subdomain.site.com) |
Response parameters | |
Parameter | Description |
id | Response id corresponds the request id |
result | Contains the answer |
data | Object with data |
referringDomains | Number of referring domains |
referringSubDomains | Number of referring subdomains |
referringLinks | Number of backlinks |
totalIndexed | Number of indexed pages on Google |
externalDomains | Number of domains to which the analyzed site links |
noFollowLinks | Number of nofollow backlinks |
doFollowLinks | Number of follow backlinks |
referringIps | Number of referring IPs |
referringSubnets | Number of referring subnets |
outlinksTotal | Number of links from the analyzed site |
outlinksUnique | Number of unique links from the analyzed site |
typeText | Number of text backlinks |
typeImg | Number of image backlinks |
typeRedirect | Number of referring redirects |
typeAlt | Number of links with the filled alt attribute |
referringDomainsDynamics | Dynamics of referring domains |
referringSubDomainsDynamics | Dynamics of referring subdomains |
referringLinksDynamics | Dynamics of backlinks |
totalIndexedDynamics | Dynamics of indexed pages on Google |
externalDomainsDynamics | Dynamics of domains to which the analyzed site links |
noFollowLinksDynamics | Dynamics of nofollow backlinks |
doFollowLinksDynamics | Dynamics of follow backlinks |
referringIpsDynamics | Dynamics of referring IPs |
referringSubnetsDynamics | Dynamics of referring subnets |
typeTextDynamics | Dynamics of text backlinks |
typeImgDynamics | Dynamics of image backlinks |
typeRedirectDynamics | Dynamics of referring redirects |
typeAltDynamics | Dynamics of links with the filled alt attribute |
threats | Number of referring malicious sites |
threatsDynamics | Dynamics of referring malicious sites |
mainPageLinks | Number of referring homepages |
mainPageLinksDynamics | Dynamics of referring home pages |
domainRank | Serpstat Domain Rank (SDR) — an indicator of domain authority |
summary_info | Object with data |
left_lines | Left credits of lines for your pricing plan |
page | Page number |
count | Number of results in this answer |
total | Number of results for the request |
sort | Sorting parameter |
order | Data sorted in ascending / descending order |
For 1 request, 5 API credits is spent.
{
"id": "1",
"method": "SerpstatBacklinksProcedure.getSummary",
"params": {
"query" : "serpstat.com",
"searchType": "domain"
}
}
{
"id": "1",
"result": {
"data": {
"referringDomains": 4545,
"referringSubDomains": 975,
"referringLinks": 45333,
"totalIndexed": 914,
"externalDomains": 22,
"noFollowLinks": 17035,
"doFollowLinks": 80136,
"referringIps": 3869,
"referringSubnets": 2261,
"trustRank": 0,
"citationRank": 0,
"domainZoneEdu": 0,
"domainZoneGov": 0,
"outlinksTotal": 19760,
"outlinksUnique": 1284,
"facebookLinks": 0,
"pinterestLinks": 0,
"linkedinLinks": 0,
"vkLinks": 0,
"typeText": 84775,
"typeImg": 11498,
"typeRedirect": 898,
"typeAlt": 0,
"referringDomainsDynamics": 19,
"referringSubDomainsDynamics": 10,
"referringLinksDynamics": 142,
"totalIndexedDynamics": 31,
"externalDomainsDynamics": 1,
"noFollowLinksDynamics": 30,
"doFollowLinksDynamics": 488,
"referringIpsDynamics": 14,
"referringSubnetsDynamics": 8,
"trustRankDynamics": 0,
"citationRankDynamics": 0,
"domainZoneEduDynamics": 0,
"domainZoneGovDynamics": 0,
"outlinksTotalDynamics": 2224,
"outlinksUniqueDynamics": 5,
"facebookLinksDynamics": null,
"pinterestLinksDynamics": null,
"linkedinLinksDynamics": null,
"vkLinksDynamics": null,
"typeTextDynamics": 513,
"typeImgDynamics": 3,
"typeRedirectDynamics": 2,
"typeAltDynamics": 0,
"threats": 5,
"threatsDynamics": 0,
"mainPageLinks": 3848,
"mainPageLinksDynamics": 10,
"domainRank": 57.826405000000001
},
"summary_info": {
"left_lines": 9988762,
"page": 1,
"count": null,
"total": null,
"sort": null,
"order": null
}
}
}