Backlink checker
Discover backlinks pointing to a URL with overview stats and a detailed list of linking pages.
← All SEO endpoints · Capability overview
/v1/seo/backlinkshttps://api.vee3.io/v1/seo/backlinks
Discover backlinks pointing to a URL with overview stats and a detailed list of linking pages.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
seo.backlinksParameters2 fields
urlstringRequiredPublic website URL to check for backlinks.
max length 2048
include_subdomainsbooleanRequiredWhen true (default), include backlinks to the domain and its subdomains. When false, analyze only the exact URL.
Default: true
Response11 fields
overviewobject4 fieldsAggregate backlink statistics for the target.
overviewobjectdomainRatingnumberDomain authority score for the target.
urlRatingnumberURL rating for the target.
backlinksintegerTotal backlinks found.
referringDomainsintegerNumber of referring domains.
backlinksarrayitems5 fieldsIndividual backlink records with anchor text and source URLs.
backlinksarrayitemsanchorstringAnchor text of the backlink.
domainRatingnumberDomain rating of the linking page.
titlestringTitle of the linking page.
urlFromstringURL of the page containing the backlink.
urlTostringTarget URL receiving the backlink.
HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, seo_not_configured, seo_upstream_error