SEO

Search engine optimization data for agents. Backlink analysis, domain authority, URL metrics, and keyword research.

GET/v1/seo/keyword-metrics

https://api.vee3.io/v1/seo/keyword-metrics

10 tokens

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_metrics
Parameters2 fields
keywordstringRequired

Search keyword or phrase to analyze.

max length 512

countrystringRequired

2-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
keywordstring

Analyzed keyword.

searchVolumeinteger

Estimated monthly search volume in the selected country.

clicksinteger

Estimated monthly clicks from organic search.

cpcnumber

Estimated cost per click in paid search.

difficultyinteger

Keyword difficulty score (higher is harder to rank).

globalSearchVolumeinteger

Estimated global monthly search volume.

trafficPotentialinteger

Estimated traffic potential if ranking well.

HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, seo_not_configured, seo_upstream_error

GET/v1/seo/url-metrics

https://api.vee3.io/v1/seo/url-metrics

10 tokens

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_metrics
Parameters1 field
urlstringRequired

Public page URL to analyze.

max length 2048

Response10 fields
pageobject
4 fields

Metrics for the requested page URL.

backlinksinteger

Backlinks pointing to the page.

refDomainsinteger

Referring domains for the page.

trafficnumber

Estimated organic traffic for the page.

urlRatinginteger

URL rating score for the page.

domainobject
4 fields

Metrics for the parent domain.

domainRatinginteger

Domain authority score from 0 to 100.

backlinksinteger

Total backlinks for the domain.

refDomainsinteger

Referring domains for the domain.

trafficnumber

Estimated organic traffic for the domain.

HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, seo_not_configured, seo_upstream_error

GET/v1/seo/basic-metrics

https://api.vee3.io/v1/seo/basic-metrics

10 tokens

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_metrics
Parameters1 field
urlstringRequired

Public website URL to analyze (for example https://example.com).

max length 2048

Response2 fields
domainRatinginteger

Domain authority score from 0 to 100.

ahRankinteger

Global website rank (lower is stronger).

HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, seo_not_configured, seo_upstream_error

GET/v1/seo/country-codes

https://api.vee3.io/v1/seo/country-codes

0 tokens

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_codes
Parameters0 fields
Response2 fields
country_codesarrayitems
1 field

Supported ISO country codes for keyword metrics.

codestring

2-letter country code.

HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required