Skip to main content
POST
/
api
/
ubersuggest
/
domains
/
anchors
/ubersuggest/domains/anchors
curl --request POST \
  --url https://api.anysite.io/api/ubersuggest/domains/anchors \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "domain": "<string>",
  "count": 2,
  "timeout": 300
}
'
[
  {
    "anchor_text": "<string>",
    "@type": "@ubersuggest_anchor_text",
    "external_root_domains": 123,
    "external_pages": 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 list backlink anchor texts for

Minimum string length: 1
Example:

"nytimes.com"

count
integer
required

Max number of anchor texts to return

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

anchor_text
string
required
@type
string
default:@ubersuggest_anchor_text
external_root_domains
integer | null
external_pages
integer | null