Détectez la stack technique complète de toute URL de site. Reconnaît 2000+ technologies incluant CMS, frameworks JavaScript, analytics, CDN, hébergeur, réseaux publicitaires, processeurs de paiement et plateformes e-commerce. Chaque technologie détectée renvoie un score de confiance, une catégorie et une version quand disponible. Construit pour le bulk : 10 000 domaines en entrée, une ligne par site en sortie. Idéal pour prospection commerciale, intelligence concurrentielle, audits de chaîne d'approvisionnement et ciblage ABM.
# Lancer une exécution via l'API Apify 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" ] }' # Ou utiliser avec des agents IA via MCP : # https://mcp.apify.com?tools=santamaria-automations/website-tech-detector
| Champ | Type | Exemple |
|---|---|---|
| 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 |