domain_analytics_technologies_domain_technologies
Analyze the technology stack of any domain to identify web technologies, frameworks, and software used for competitive research and technical SEO insights.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return | |
| offset | No | Offset for pagination | |
| target | Yes | Target domain to analyze |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"description": "Maximum number of results to return",
"type": "number"
},
"offset": {
"description": "Offset for pagination",
"type": "number"
},
"target": {
"description": "Target domain to analyze",
"type": "string"
}
},
"required": [
"target"
],
"type": "object"
}