Skip to main content
POST
/
api
/
ubersuggest
/
domains
/
backlinks-overview
/ubersuggest/domains/backlinks-overview
curl --request POST \
  --url https://api.anysite.io/api/ubersuggest/domains/backlinks-overview \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "domain": "<string>",
  "timeout": 300
}
'
[
  {
    "domain": "<string>",
    "@type": "@ubersuggest_domain_backlink_profile",
    "domain_authority": 123,
    "backlinks": 123,
    "ref_domains": 123,
    "ref_domains_gov_edu": 123,
    "follow": 123,
    "nofollow": 123
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
domain
string
required

Domain to look up the backlink profile for

Minimum string length: 1
Examples:

"nytimes.com"

"example.com"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

domain
string
required
@type
string
default:@ubersuggest_domain_backlink_profile
domain_authority
integer | null
ref_domains
integer | null
ref_domains_gov_edu
integer | null
follow
integer | null
nofollow
integer | null