domain_analytics_technologies_technologies
Analyze technologies used on websites to identify tech stacks, track competitors' tools, and discover implementation patterns for SEO and development insights.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Filter results by category | |
| technology_group | No | Filter results by technology group | |
| technology_name | No | Filter results by technology name |
Input Schema (JSON Schema)
{
"properties": {
"category": {
"description": "Filter results by category",
"type": "string"
},
"technology_group": {
"description": "Filter results by technology group",
"type": "string"
},
"technology_name": {
"description": "Filter results by technology name",
"type": "string"
}
},
"type": "object"
}