site-explorer-domain-rating-history
Track historical domain rating changes for any URL or domain over a specified period using customizable date ranges and grouping intervals. Analyze trends and performance shifts.
Instructions
Retrieves the historical domain rating data for a specified domain or URL over a defined date range and grouping 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"
}