datasets_techstack_facets
Get distribution counts of website technologies by facet like CMS or CDN. Filter the tech stack dataset to analyze market share.
Instructions
Facet the website tech-stack dataset. Returns distribution counts over the website tech-stack index (dataset id enum value techstack), honoring the same filters as search — the technology / category market-share view. Facet enum: technology, category, cms, ecommerce, cdn, web_server, server_language, analytics, tld, render_tier, seed_source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Substring match on the site domain, max 256 characters | |
| cdn | No | Exact CDN / hosting filter, e.g. Cloudflare, Fastly, Vercel | |
| cms | No | Exact CMS filter, e.g. WordPress, Shopify, Webflow | |
| not | No | Repeatable exact technology name the site must NOT use (excludes) | |
| tld | No | Exact top-level-domain filter, e.g. com, org, io | |
| facet | Yes | Facet enum: technology, category, cms, ecommerce, cdn, web_server, server_language, analytics, tld, render_tier, seed_source | |
| any_of | No | Repeatable exact technology name; the site must use at least one (OR) | |
| run_id | No | Scan run id; defaults to the latest run | |
| category | No | Exact category filter, e.g. Ecommerce, CMS, Analytics | |
| ecommerce | No | Exact e-commerce platform filter, e.g. Shopify, WooCommerce, Magento | |
| reachable | No | true keeps only sites whose homepage was fetched | |
| technology | No | Repeatable exact technology name the site MUST use (AND) | |
| web_server | No | Exact web-server filter, e.g. nginx, Apache, IIS | |
| has_captcha | No | true keeps only sites with a detected CAPTCHA | |
| render_tier | No | Fetch-tier filter. Enum: http, browser | |
| seed_source | No | Source filter for where the domain was discovered, e.g. tranco | |
| min_tech_count | No | Minimum number of detected technologies, 0 or greater | |
| server_language | No | Exact server language / framework filter, e.g. PHP, ASP.NET, Ruby on Rails |