Ahrefs
site-audit-projects
Returns Site Audit project summaries (all projects or a specific project), including health scores, issue counts, and crawled page counts for the latest crawl or a specified historical point in time. Use doc tool first to get the real input schema.
Remote ahrefs
Other tools also called site-audit-projects?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"date": {
"type": "string"
},
"output": {
"type": "string"
},
"project_id": {
"type": "integer"
},
"project_url": {
"type": "string"
},
"project_name": {
"type": "string"
}
}
}