Ahrefs
site-audit-issues
Returns all issues from your Site Audit crawl. By default, it provides data from the latest available crawl, but you can also specify a crawl date and time to retrieve historical metrics. Use doc tool first to get the real input schema.
Remote ahrefs
Other tools also called site-audit-issues?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"date": {
"type": "string"
},
"output": {
"type": "string"
},
"project_id": {
"type": "integer"
},
"date_compared": {
"type": "string"
}
}
}