Website Tech Stack Detector avatar

Website Tech Stack Detector

Under maintenance

Pricing

from $0.10 / actor start

Go to Apify Store
Website Tech Stack Detector

Website Tech Stack Detector

Under maintenance

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

Les

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

3 days ago

Last modified

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

CategoryExamples
CMSWordPress, Webflow, Squarespace, Wix, Ghost, Drupal
FrameworkNext.js, React, Vue.js, Angular, Svelte, Nuxt, Gatsby
AnalyticsGoogle Analytics, GTM, Mixpanel, Segment, Hotjar, PostHog, Amplitude
CDNCloudflare, AWS CloudFront, Fastly
HostingVercel, Netlify, GitHub Pages
EcommerceShopify, WooCommerce, Magento, BigCommerce
PaymentStripe, PayPal, Square
MarketingHubSpot, Mailchimp
ChatIntercom, Drift, Zendesk
SecurityreCAPTCHA, 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