Ahrefs
site-audit-page-content
Returns the HTML and extracted text content of a page from your Site Audit crawl. By default, it provides the latest available snapshot, but you can also specify a crawl date and time to retrieve historical snapshots. You can choose to pull raw HTML, rendered HTML, or page text. The endpoint is available only for projects with verified ownership. Use doc tool first to get the real input schema.
Remote ahrefs
Other tools also called site-audit-page-content?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"date": {
"type": "string"
},
"output": {
"type": "string"
},
"select": {
"type": "string"
},
"project_id": {
"type": "integer"
},
"target_url": {
"type": "string"
}
}
}