Detect the full technology stack of any website URL. Recognizes 2000+ technologies including CMS, JavaScript frameworks, analytics, CDN, hosting provider, ad networks, payment processors, and e-commerce platforms. Each detected technology returns a confidence score, category, and version when available. Built for bulk: pass 10,000 domains and it returns one row per site. Ideal for sales prospecting, competitive intelligence, supply-chain audits, and ABM targeting.
# Start a run via the Apify API curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~website-tech-detector/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "urls": [ "https://shopify.com", "https://stripe.com", "https://hubspot.com", "https://example-store.com", "https://corp-site.com" ] }' # Or use with AI agents via MCP: # https://mcp.apify.com?tools=santamaria-automations/website-tech-detector
| Field | Type | Example |
|---|---|---|
| url | string | https://shopify.com |
| tech_count | integer | 24 |
| primary_cms | string | Shopify |
| primary_framework | string | React |
| has_analytics | boolean | true |
| has_cdn | boolean | true |
| hosting_provider | string | Fastly |
| technologies | array | [{"name":"React","category":"JavaScript Framework","version":"18.2"}] |
| server_header | string | cloudflare |
| scraped_at | string | 2026-06-13T10:15:42Z |