SEO
Search engine optimization data for agents. Backlink analysis, domain authority, URL metrics, and keyword research.
/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
get_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.
overviewobjectdomainRatingintegerDomain authority score for the target.
urlRatingintegerURL 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.
domainRatingintegerDomain 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
/v1/seo/keyword-metricshttps://api.vee3.io/v1/seo/keyword-metrics
Research a keyword: search volume, clicks, cost per click, difficulty, global volume, and traffic potential for a target country.
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
get_seo_keyword_metricsParameters2 fields
keywordstringRequiredSearch keyword or phrase to analyze.
max length 512
countrystringRequired2-letter ISO country code for the target market (default us). Use list_seo_country_codes for supported values.
Default: "us" ยท max length 2
Response7 fields
keywordstringAnalyzed keyword.
searchVolumeintegerEstimated monthly search volume in the selected country.
clicksintegerEstimated monthly clicks from organic search.
cpcnumberEstimated cost per click in paid search.
difficultyintegerKeyword difficulty score (higher is harder to rank).
globalSearchVolumeintegerEstimated global monthly search volume.
trafficPotentialintegerEstimated traffic potential if ranking well.
HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, seo_not_configured, seo_upstream_error
/v1/seo/url-metricshttps://api.vee3.io/v1/seo/url-metrics
Analyze a URL with Ahrefs page-level and domain-level SEO metrics: backlinks, referring domains, traffic estimates, and keyword counts.
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
get_seo_url_metricsParameters1 field
urlstringRequiredPublic page URL to analyze.
max length 2048
Response10 fields
pageobject4 fieldsMetrics for the requested page URL.
pageobjectbacklinksintegerBacklinks pointing to the page.
refDomainsintegerReferring domains for the page.
trafficnumberEstimated organic traffic for the page.
urlRatingintegerURL rating score for the page.
domainobject4 fieldsMetrics for the parent domain.
domainobjectdomainRatingintegerDomain authority score from 0 to 100.
backlinksintegerTotal backlinks for the domain.
refDomainsintegerReferring domains for the domain.
trafficnumberEstimated organic traffic for the domain.
HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, seo_not_configured, seo_upstream_error
/v1/seo/basic-metricshttps://api.vee3.io/v1/seo/basic-metrics
Look up Ahrefs domain authority signals for a website: domain rating and global rank.
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
get_seo_basic_metricsParameters1 field
urlstringRequiredPublic website URL to analyze (for example https://example.com).
max length 2048
Response2 fields
domainRatingintegerDomain authority score from 0 to 100.
ahRankintegerGlobal website rank (lower is stronger).
HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, seo_not_configured, seo_upstream_error
/v1/seo/country-codeshttps://api.vee3.io/v1/seo/country-codes
List supported 2-letter country codes for the country parameter on keyword metrics.
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
list_seo_country_codesParameters0 fields
Response2 fields
country_codesarrayitems1 fieldSupported ISO country codes for keyword metrics.
country_codesarrayitemscodestring2-letter country code.
HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required