domain_analytics_technologies_technology_stats
Analyze technology usage statistics across domains to understand market adoption trends and competitive technology landscapes for SEO strategy development.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return | |
| offset | No | Offset for pagination | |
| technology_name | Yes | Technology name to get stats for |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"description": "Maximum number of results to return",
"type": "number"
},
"offset": {
"description": "Offset for pagination",
"type": "number"
},
"technology_name": {
"description": "Technology name to get stats for",
"type": "string"
}
},
"required": [
"technology_name"
],
"type": "object"
}