Ahrefs
site-explorer-metrics
Provides SEO performance metrics for a specified domain, URL, or site section as of a given date, with options to customize search scope, protocol, country, and search volume mode. When analyzing a domain name, you must use mode=subdomains. Using mode=domain can exclude www and other subdomains. Use doc tool first to get the real input schema.
Remote ahrefs
Other tools also called site-explorer-metrics?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"date": {
"type": "string"
},
"mode": {
"type": "string"
},
"output": {
"type": "string"
},
"target": {
"type": "string"
},
"country": {
"type": "string"
},
"protocol": {
"type": "string"
},
"volume_mode": {
"type": "string"
}
}
}