Bulk Website Tech Stack Detector — CMS, Analytics, CDN avatar

Bulk Website Tech Stack Detector — CMS, Analytics, CDN

Pricing

from $0.70 / 1,000 results

Go to Apify Store
Bulk Website Tech Stack Detector — CMS, Analytics, CDN

Bulk Website Tech Stack Detector — CMS, Analytics, CDN

Detect the tech stack of thousands of websites at once: CMS, e-commerce platform, JS framework, analytics, marketing/chat tools, CDN, hosting and server. Fast, cheap, keyless technographics for sales intelligence and lead generation.

Pricing

from $0.70 / 1,000 results

Rating

0.0

(0)

Developer

Haketa

Haketa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Bulk Website Tech Stack Detector — CMS, Analytics, CDN & More

Detect the technology stack of thousands of websites at once. Paste a list of sites and get, for each one: CMS, e-commerce platform, JS framework, analytics & marketing tools, payment providers, CDN, hosting and web server.

Fast, cheap and keyless — the technographics you need for sales intelligence, lead scoring, competitor research and market analysis.


Why this Actor?

Knowing what a website is built with is gold for sales and research: target every Shopify store, find sites still on an old CMS, score leads by their martech stack, or map a market's platform share. Dedicated technographics tools are expensive and per-lookup; this Actor checks a whole list at once, on plain HTTP, so it stays cheap at scale.

  • Sales intelligence — filter prospects by platform (e.g. all WooCommerce sites, all HubSpot users).
  • Lead scoring & enrichment — add tech signals to your CRM records.
  • Competitor & market research — map CMS / e-commerce / CDN share across a list of sites.
  • Agency prospecting — find sites on platforms you specialize in.

What you get

One record per site:

FieldDescription
urlThe site
statusCodeHTTP status
cmsContent management system (WordPress, Wix, Drupal…)
ecommerceE-commerce platform (Shopify, WooCommerce, Magento…)
frameworksJS frameworks (Next.js, React, Vue, Angular…)
analyticsAnalytics (Google Analytics, GTM, Hotjar, Segment…)
marketingMarketing & chat (HubSpot, Intercom, Mailchimp, Klaviyo…)
paymentPayment providers (Stripe, PayPal, Square)
cdnCDN (Cloudflare, Fastly, CloudFront, Vercel, Netlify…)
serverWeb server (nginx, Apache, IIS…)
jsLibrariesLibraries (jQuery, Bootstrap, Tailwind…)
allTechnologiesAll detected technologies
techCountHow many were detected
errorError, if the check failed
scrapedAtTimestamp

Example output

{
"url": "https://www.shopify.com",
"statusCode": "200",
"ecommerce": "Shopify",
"analytics": "Google Analytics, Google Tag Manager",
"cdn": "Cloudflare",
"server": "Cloudflare",
"allTechnologies": "Shopify, Google Analytics, Google Tag Manager, Cloudflare",
"techCount": "4",
"scrapedAt": "2026-07-09T15:00:00.000Z"
}

Input

FieldTypeDefaultDescription
urlsarrayRequired. Websites to analyze. Paste a list or upload/link a text/CSV file.
maxConcurrencyinteger50Sites analyzed in parallel (up to 300).
timeoutSecsinteger30Give up on a site after this many seconds.

Example

{ "urls": [{ "url": "https://shopify.com" }, { "url": "https://wordpress.org" }], "maxConcurrency": 50 }

You can also link a remote text/CSV file of URLs for very large lists.


Use cases in detail

1. Build a platform-targeted prospect list

Run a list of company sites, then filter ecommerce = Shopify (or WooCommerce, Magento…) to get every prospect on the platform you sell to.

2. Lead scoring by martech

marketing and analytics tell you how sophisticated a prospect is — sites running HubSpot/Segment/Klaviyo are further along and often better leads.

3. Market & competitor research

Aggregate cms / ecommerce / cdn across a market to see platform share and trends.

4. Agency prospecting

Specialize in Webflow, Shopify or WordPress? Find sites on (or off) those platforms to pitch.


How to use it

  1. Click Try for free.
  2. Paste or upload your websites.
  3. Click Start.
  4. Export as JSON, CSV, Excel, or via the Apify API.

Hundreds of sites finish in seconds; large lists run cheaply on plain HTTP.


Calling from the API

curl -X POST "https://api.apify.com/v2/acts/YOUR_ACTOR_ID/runs?token=YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{ "urls": [{"url":"https://shopify.com"}] }'

Then fetch the dataset (JSON/CSV):

$curl "https://api.apify.com/v2/acts/YOUR_ACTOR_ID/runs/last/dataset/items?token=YOUR_APIFY_TOKEN&format=csv"

Works with webhooks, Zapier, Make and n8n.


Frequently asked questions

How does it detect technologies? It fetches each site's HTML and response headers and matches them against a library of fingerprints (script URLs, markers, headers). No browser, so it's fast and cheap.

How many sites can it handle? Thousands to millions — it auto-scales concurrency and streams results.

Does it render JavaScript? No — it reads the server-rendered HTML and headers, which is where the vast majority of tech signals live. Technologies injected only by later JS execution may not appear.

Why did a site show fewer technologies than expected? Some stacks are only detectable via runtime JS or are intentionally obscured. The detector focuses on high-confidence signals to keep false positives low.

Can I filter by platform? Yes — export and filter on cms, ecommerce, marketing, etc., or search allTechnologies.


Tips

  • Filter on ecommerce / cms to build platform-specific prospect lists.
  • Combine with a contact scraper to turn a tech-targeted list into outreach-ready leads.
  • Raise maxConcurrency for speed on big runs.

Notes

This Actor performs standard HTTP requests and inspects publicly returned HTML and headers to infer technologies. Detection is best-effort (signal-based) and not guaranteed complete. Use on sites you have the right to analyze.


Support

Want more fingerprints (a specific platform/tool), or a field exposed differently? Open an issue from the Actor's page.