Tech Stack Detector — Bulk Website Technology Lookup avatar

Tech Stack Detector — Bulk Website Technology Lookup

Pricing

Pay per usage

Go to Apify Store
Tech Stack Detector — Bulk Website Technology Lookup

Tech Stack Detector — Bulk Website Technology Lookup

Detect frameworks, CMS, analytics, CDN, hosting, chat tools, and more for any list of URLs. No API key needed — reads public HTTP headers and HTML.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Manchitt Sanan

Manchitt Sanan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 hours ago

Last modified

Share

Detect the technology stack of any website in bulk. Identify 500+ technologies across 40+ categories including frameworks, CMS platforms, analytics tools, CDNs, hosting providers, chat tools, payment processors, security services, and more — with no API key required.

Uses five detection vectors inspired by the Wappalyzer open-source project:

  • HTTP response headers — Server, X-Powered-By, CDN markers, cache headers
  • HTML body patterns — Framework fingerprints, SDK includes, class names
  • Meta generator tags<meta name="generator"> for CMS/SSG detection
  • Script source URLs<script src> patterns for analytics, CDN, and widget SDKs
  • Cookies — Session cookies, framework markers, consent flags
  • Implies logic — If WordPress is detected, PHP is automatically added; if Next.js is detected, React and Node.js are added

Use cases

  • Lead qualification — Filter prospects by their tech stack before outreach. Target companies using Salesforce, HubSpot, or Shopify.
  • Competitor research — Discover what your competitors are built on and which tools they use.
  • Sales prospecting — Find companies using a technology your product integrates with or replaces.
  • Agency audits — Quickly audit a client's existing stack before a migration or redesign project.
  • Market research — Analyse what CMS, analytics, or hosting platforms a segment of the market has adopted.
  • Due diligence — Verify the tech stack of a company you're acquiring or partnering with.

Input

{
"urls": [
"https://vercel.com",
"https://shopify.com",
"https://wordpress.org"
],
"maxConcurrency": 5
}
FieldTypeRequiredDefaultDescription
urlsarray of stringsYesWebsite URLs to analyse. https:// is added automatically if omitted.
maxConcurrencyintegerNo5Parallel requests (1-50).

Output

Each URL produces one item in the dataset:

{
"url": "https://vercel.com",
"technologies": [
{ "name": "Vercel", "category": "Hosting" },
{ "name": "Next.js", "category": "JavaScript Framework" },
{ "name": "React", "category": "JavaScript Framework" },
{ "name": "Node.js", "category": "Programming Language" },
{ "name": "Google Analytics", "category": "Analytics" }
],
"techCount": 5,
"categories": ["Hosting", "JavaScript Framework", "Programming Language", "Analytics"],
"statusCode": 200,
"status": "success",
"error": null
}
FieldDescription
urlFinal URL after redirects
technologiesArray of detected technologies, each with name and category
techCountTotal number of technologies detected
categoriesUnique categories present
statusCodeHTTP response status code
statussuccess or error
errorError message if status is error, otherwise null

Detected technology categories

CategoryExamples
Web ServerApache, Nginx, IIS, LiteSpeed, Caddy, Tomcat, Gunicorn
CDNCloudflare, Amazon CloudFront, Fastly, Akamai, BunnyCDN, Azure CDN
HostingVercel, Netlify, GitHub Pages, AWS, Heroku, Render, Railway, Firebase
CMSWordPress, Drupal, Shopify, Webflow, Wix, Squarespace, Ghost, Hugo, Jekyll
E-commerceWooCommerce, Magento, BigCommerce, Shopware, Saleor, Snipcart
JavaScript FrameworkReact, Next.js, Vue.js, Angular, Nuxt, Svelte, Astro, Remix, Solid.js, Qwik
JavaScript LibraryjQuery, Alpine.js, htmx, GSAP, D3.js, Three.js, Chart.js, Socket.io
CSS FrameworkBootstrap, Tailwind CSS, Bulma, Material UI, Chakra UI, Ant Design, DaisyUI
AnalyticsGoogle Analytics, Hotjar, Mixpanel, Plausible, PostHog, Heap, Adobe Analytics, Umami
Tag ManagerGoogle Tag Manager, Adobe Launch, Tealium
MarketingHubSpot, Mailchimp, Marketo, Klaviyo, ActiveCampaign, Braze, Sendinblue
ChatIntercom, Drift, Zendesk, Crisp, Tawk.to, Tidio, Chatwoot, Help Scout
PaymentStripe, PayPal, Square, Braintree, Klarna, Razorpay, Adyen
SecurityGoogle reCAPTCHA, hCaptcha, Cloudflare Turnstile, Auth0, Clerk, Okta
Error TrackingSentry, Bugsnag, Rollbar, Raygun, LogRocket, Honeybadger
MonitoringDatadog, New Relic, Dynatrace, Elastic APM, Pingdom
Programming LanguagePHP, ASP.NET, Java, Python, Ruby, Node.js, Go
Web FrameworkRails, Django, Laravel, Express.js, Flask, Spring, NestJS, FastAPI
FontGoogle Fonts, Adobe Fonts, Font Awesome, Material Icons
A/B TestingOptimizely, VWO, Google Optimize, AB Tasty
Feature FlagsLaunchDarkly, Split.io, Statsig, Flagsmith
SearchAlgolia, Elasticsearch, Typesense, Meilisearch
MediaCloudinary, Imgix, Vimeo, YouTube Embed, Wistia, JW Player
PrivacyOneTrust, Cookiebot, TrustArc, Osano, iubenda
FormsTypeform, JotForm, Gravity Forms, Tally
SocialFacebook SDK, Twitter/X Widgets, LinkedIn Insight, TikTok Pixel
AdvertisingGoogle Ads, Facebook Pixel, Criteo, Taboola
SchedulingCalendly, Cal.com, Chili Piper
NotificationsOneSignal, PushEngage, Firebase Cloud Messaging
WordPress PluginYoast SEO, Elementor, WPBakery, Divi, Jetpack, WP Rocket
AccessibilityAccessiBe, UserWay, AudioEye
PerformanceVarnish, Cloudflare Rocket Loader, Partytown, Service Worker
Build ToolWebpack, Vite, Parcel, esbuild
CRMSalesforce, Pipedrive, Zoho, HubSpot CRM
BackendFirebase, Supabase, AWS Amplify, PlanetScale
MapsGoogle Maps, Mapbox, Leaflet
TranslationGoogle Translate, Weglot, WPML
CommentsDisqus, Utterances, Giscus

Pricing

$0.003 per URL successfully analysed (pay-per-event pricing).

  • Failed requests (timeouts, network errors) are not charged.
  • 1,000 URLs = $3.00
  • 10,000 URLs = $30.00

Performance

  • Default concurrency: 5 parallel requests
  • Typical latency: 500-1500 ms per URL (single HTTP request per site)
  • Cap at 50 concurrent for large batches

Limitations

  • Detection is based on publicly visible signals in HTTP headers, HTML source, meta tags, script URLs, and cookies. Server-side technologies that leave no client-side traces may not be detected.
  • Sites behind heavy bot protection (Cloudflare challenges, JavaScript-only rendering without static HTML) may return limited results.
  • JavaScript-rendered content is not executed — detection is based on the initial HTML response.

No API key required

This actor makes a single HTTP request per URL using a standard browser User-Agent. No authentication, no third-party services, no rate-limit tiers to manage.


  • Broken Link Checker — Recursively crawl your website and find every broken link, 404, redirect, and timeout.
  • Email Validator Pro — Bulk email validation with SMTP check, 5,300+ disposable domains, deliverability scoring.
  • Lighthouse Auditor — Batch Lighthouse audits for performance, SEO, accessibility, and Core Web Vitals.
  • Image Processor — Batch resize, convert to WebP/AVIF, compress, watermark. Powered by sharp.
  • Domain Age Checker — Bulk RDAP domain age, registration, and expiration lookup.
  • Google Sheets Reader & Writer — Read any Google Sheet to JSON or append rows. Service Account auth.

Run on Apify

Run on Apify

No setup needed. Click above to run in the cloud. $0.003 per operation.