site-explorer-url-rating-history
Analyze historical URL rating data for a domain or URL over a specified date range, grouped by selected intervals, to track performance trends and SEO metrics.
Instructions
Retrieves the historical URL rating data for a specified domain or URL over a defined date range, grouped by a chosen time interval. Use doc tool first to get the real input schema.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
date_from | Yes | ||
date_to | No | ||
history_grouping | No | ||
target | Yes |
Input Schema (JSON Schema)
{
"properties": {
"date_from": {
"type": "string"
},
"date_to": {
"type": "string"
},
"history_grouping": {
"type": "string"
},
"target": {
"type": "string"
}
},
"required": [
"date_from",
"target"
],
"type": "object"
}