domain_analytics_technologies_summary
Analyze which technologies a website uses by filtering results by technology name, group, or category to understand the technical stack powering any domain.
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"
}