Den vollständigen Technologie-Stack jeder Website-URL erkennen. Identifiziert 2000+ Technologien inklusive CMS, JavaScript-Frameworks, Analytics, CDN, Hosting-Provider, Ad-Networks, Payment-Processors und E-Commerce-Plattformen. Jede erkannte Technologie liefert Confidence-Score, Kategorie und Version, wenn verfügbar. Für Bulk gebaut: 10.000 Domains rein, eine Zeile pro Site raus. Ideal für Sales-Prospecting, Competitive Intelligence, Supply-Chain-Audits und ABM-Targeting.
# Einen Lauf über die Apify-API starten 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" ] }' # Oder mit KI-Agenten via MCP verwenden: # https://mcp.apify.com?tools=santamaria-automations/website-tech-detector
| Feld | Typ | Beispiel |
|---|---|---|
| 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 |