Website Tech Stack Detector
Pricing
from $0.10 / actor start
Go to Apify Store
Under maintenance
Website Tech Stack Detector
Detect what technology any website runs — CMS, frameworks, analytics, CDN, hosting, payment and more. No API key needed. Process hundreds of URLs at once.
Pricing
from $0.10 / actor start
Rating
0.0
(0)
Developer

Les
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
0
Monthly active users
3 days ago
Last modified
Categories
Share
Detect what technology any website runs — instantly, at scale, no API keys needed.
Why this exists
Sales teams, marketers, and developers need to know what tech their prospects or competitors use. Tools like Wappalyzer are browser extensions (manual, one at a time). This actor processes hundreds of URLs in a single run and returns structured JSON.
What it detects
| Category | Examples |
|---|---|
| CMS | WordPress, Webflow, Squarespace, Wix, Ghost, Drupal |
| Framework | Next.js, React, Vue.js, Angular, Svelte, Nuxt, Gatsby |
| Analytics | Google Analytics, GTM, Mixpanel, Segment, Hotjar, PostHog, Amplitude |
| CDN | Cloudflare, AWS CloudFront, Fastly |
| Hosting | Vercel, Netlify, GitHub Pages |
| Ecommerce | Shopify, WooCommerce, Magento, BigCommerce |
| Payment | Stripe, PayPal, Square |
| Marketing | HubSpot, Mailchimp |
| Chat | Intercom, Drift, Zendesk |
| Security | reCAPTCHA, hCaptcha |
Input example
{"urls": ["stripe.com", "notion.so", "shopify.com"],"categories": ["framework", "analytics", "cdn", "hosting"],"maxConcurrency": 5}
Output example
{"url": "stripe.com","domain": "stripe.com","statusCode": 200,"title": "Stripe | Payment Processing Platform for the Internet","technologies": ["Next.js", "Google Analytics", "Cloudflare"],"categories": {"framework": ["Next.js"],"analytics": ["Google Analytics"],"cdn": ["Cloudflare"]},"techCount": 3,"scrapedAt": "2026-03-11T10:00:00.000Z","error": null}
Use cases
- Sales prospecting — find all companies running Shopify to pitch your e-commerce service
- Competitor research — understand what stack your competitors are using
- Tech adoption tracking — monitor which frameworks are gaining market share
- Lead enrichment — add tech stack data to your CRM records
- Account-based marketing — target companies using specific tools
Notes
- No API keys required — works purely from public HTTP responses
- Processes multiple URLs in parallel for speed
- Gracefully handles errors (timeouts, redirects, blocked sites)
- Schedule runs to monitor tech stack changes over time