Website Technology Detector
Pricing
Pay per usage
Go to Apify Store
Website Technology Detector
Detect 80+ technologies across 15+ categories (frameworks, CMS, analytics, CDNs) with confidence scoring.
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Fulcria Labs
Maintained by Community
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
6 days ago
Last modified
Categories
Share
Detect technologies, frameworks, CMS platforms, analytics tools, CDNs, and services used by any website. Similar to BuiltWith or Wappalyzer but available as an Apify actor with structured JSON output.
Features
- 80+ technologies detected across 15+ categories
- Batch processing - analyze multiple URLs at once
- Confidence scoring - each detection includes a confidence percentage
- Security header analysis - check for HSTS, CSP, X-Frame-Options, etc.
- Page metadata - title, description, language, mobile optimization
- Evidence mode - optionally see exactly what triggered each detection
- Concurrent processing - configurable parallelism for speed
Categories Detected
| Category | Examples |
|---|---|
| CMS | WordPress, Drupal, Joomla, Wix, Squarespace, Ghost, Webflow |
| E-commerce | Shopify, WooCommerce, Magento, BigCommerce, PrestaShop |
| JavaScript Framework | React, Vue.js, Angular, Next.js, Nuxt.js, Svelte, Gatsby |
| CSS Framework | Bootstrap, Tailwind CSS, Materialize, Bulma |
| Analytics | Google Analytics, Facebook Pixel, Mixpanel, Segment, Plausible, PostHog |
| CDN | Cloudflare, Fastly, Akamai, AWS CloudFront |
| Hosting | Vercel, Netlify, GitHub Pages, Heroku |
| Web Server | Nginx, Apache, LiteSpeed, IIS, Caddy |
| Customer Support | Intercom, Zendesk, Drift, Crisp |
| Marketing | HubSpot, Mailchimp |
| Payment | Stripe, PayPal |
| Security | reCAPTCHA, hCaptcha, Turnstile |
| Error Tracking | Sentry, Datadog RUM, New Relic, LogRocket |
| SEO | Yoast SEO, Schema.org, Open Graph, Twitter Cards |
| Static Site Generator | Hugo, Gatsby, Astro |
Input
{"urls": ["https://example.com", "https://shopify.com"],"includeEvidence": false,"includeSecurityAnalysis": true,"includeMetadata": true,"maxConcurrency": 5}
| Field | Type | Default | Description |
|---|---|---|---|
urls | string[] | required | List of URLs to analyze |
url | string | - | Single URL (alternative to urls) |
includeEvidence | boolean | false | Include detection evidence (what matched) |
includeSecurityAnalysis | boolean | true | Analyze security headers |
includeMetadata | boolean | true | Extract page metadata |
maxConcurrency | number | 5 | Max parallel requests (1-10) |
Output
{"url": "https://example.com","domain": "example.com","statusCode": 200,"technologies": [{"name": "Cloudflare","category": "CDN","confidence": 100},{"name": "Next.js","category": "JavaScript Framework","confidence": 75}],"technologyCount": 12,"categories": ["CDN", "JavaScript Framework", "Analytics"],"metadata": {"title": "Example Site","description": "...","language": "en","mobileOptimized": true,"scriptCount": 15,"stylesheetCount": 4},"securityHeaders": {"present": ["HSTS", "CSP", "X-Content-Type-Options"],"missing": ["X-Frame-Options"],"score": 70},"analyzedAt": "2026-02-23T08:30:00Z"}
Use Cases
- Sales prospecting: Identify what technologies potential clients use
- Competitive analysis: Compare tech stacks of competitors
- Lead qualification: Filter leads by technology usage
- Market research: Survey technology adoption across industries
- Security audits: Check security header compliance at scale
- SEO analysis: Verify SEO tag implementation across sites