External domains

The getOutDomains method gives you a list of the domains that are linked to the analyzed site. The data set is similar to the External domains report. 

General request parameters and instructions for using Serpstat API

Request parameters
Parameter Description Default
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.getOutDomains
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 "/"
searchType required Search type:
* domain - only domain (site.com)
* domain_with_subdomains - domain with subdomains (subdomain.site.com)
* URL - the specific URL (site.com/path/)
part_url - URL starts with (site.com/path/*)
page optional A page number (number value) 1
size optional A number of results (number value) 100
sort optional Sorting:
* domain_links - the number of links linking to the domain
* domain_to - the domain to which the link from the analyzed
* domain_rank - SDR (Serpstat Domain Rank), an indicator of domain authority
domain_rank
order optional Order:
asc - in the ascending order
desc - in the descending order
desc
complexFilter optional Data filtering, entered as arrays [...] with the following parameters:
1) field - filter parameter; available filtering:
* domain_links - the number of links to the domain
* domain_from - domain 
* domain_rank - SDR (Serpstat Domain Rank), an indicator of domain authority

2) compareType - filter parameter:
* gt - greater than (number value)
* lt - less than (number value)
* gte - greater than or equal (number value)
* lte - less than or equal (number value)
* eq - exact match (number or text value)
* neq - does not meet the requirement (number or text value)
* between - between (number value)
* contains - contains (text value)
* notContains - does not contain (text value)
* startsWith - starts with (text value)
* endsWith - ends with (text value)

3) value - filter value

Quick filters:
additional_filters - the following parameters are currently available:
* only_subdomains - shows only subdomains
* only_hosts - shows only hosts
* last_week - data for the last week

The first square brackets list the "OR" conditions. The second within the first are the "AND" conditions.

Response parameters
Parameter Description
id Response id corresponds the request id
result Contains the answer
data Array with data
domain_to Domain to which the link from the analyzed
domain_links Number of links linking to the domain
domain_rank SDR (Serpstat Domain Rank)
summary_info Object with data
page Page number
total Number of results for 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:

{
     "domain_to": "youtube.com",
     "domain_links": 8835,
     "domain_rank": 100
}

Example
Request data:
{
 "id": 1,
 "method": "SerpstatBacklinksProcedure.getOutDomains",
 "params": {
     "query": "serpstat.com",
     "searchType": "domain_with_subdomains",
     "sort": "domain_links",
     "order": "desc",
     "page": 1,
     "size": 2,
     "complexFilter": [
            [
                {
                    "field": "domain_to",
                    "compareType": "contains",
                    "value": [
                        ".com"
                    ]
                },
                {
                    "field": "domain_rank",
                    "compareType": "gte",
                    "value": [
                        "1"
                    ]
                },
                {
                    "field": "domain_links",
                    "compareType": "gte",
                    "value": [
                        "1"
                    ]
                },
                 {
                    "additional_filters": "only_subdomains"
                }
            ]
        ]
  }
}
Response data:
{
    "id": "1",
    "result": {
        "data": [
            {
                "domain_to": "support.google.com",
                "domain_links": 351,
                "domain_rank": 0
            },
            {
                "domain_to": "chrome.google.com",
                "domain_links": 219,
                "domain_rank": 0
            }
        ],
        "summary_info": {
            "left_lines": 999818,
            "page": 1,
            "count": 2,
            "total": 291,
            "sort": "domain_links",
            "order": "DESC"
        }
    }
}

Share this article with your friends

Are you sure?

Introducing Serpstat

Find out about the main features of the service in a convenient way for you!

Please send a request, and our specialist will offer you education options: a personal demonstration, a trial period, or materials for self-study and increasing expertise — everything for a comfortable start to work with Serpstat.

Name

Email

Phone

We are glad of your comment
I agree to Serpstat`s Privacy Policy.

Thank you, we have saved your new mailing settings.

Open support chat