Website Tech Stack Detector avatar

Website Tech Stack Detector

Pricing

from $4.25 / 1,000 site analyzeds

Go to Apify Store
Website Tech Stack Detector

Website Tech Stack Detector

Detect the technologies a website runs — CMS, ecommerce platform, analytics, marketing/CRM, JS framework, hosting/CDN, chat and payments — straight from its public HTML and HTTP headers. No browser, no proxies, no login. Built for sales targeting and competitive research.

Pricing

from $4.25 / 1,000 site analyzeds

Rating

0.0

(0)

Developer

Tim Zinin

Tim Zinin

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Tech Stack Detector — CMS, Ecommerce & Marketing Stack Lookup

Point this Actor at a list of websites and find out exactly what each one runs — CMS, ecommerce platform, analytics, marketing/CRM, chat widget, JS framework, payment provider and hosting/CDN — read straight from the public HTML and HTTP headers. No browser, no proxies, no login, nothing to configure.

What you get

  • CMS — WordPress, Webflow, Shopify, Wix, Squarespace, Drupal, Joomla, Ghost, Tilda, Framer.
  • Ecommerce platform — Shopify, WooCommerce, Magento, BigCommerce, Salesforce Commerce, PrestaShop.
  • Analytics & tags — GA4, Universal Analytics, Google Tag Manager, Meta Pixel, Hotjar, Segment, Mixpanel, Amplitude, Plausible, Microsoft Clarity.
  • Marketing / CRM — HubSpot, Marketo, Salesforce Pardot, Mailchimp, Klaviyo.
  • Chat & support — Intercom, Drift, Zendesk, Crisp, Tawk.to, Calendly.
  • Framework — Next.js, Nuxt, Gatsby, Angular, jQuery.
  • Payments — Stripe, PayPal.
  • Hosting / CDN — Cloudflare, Vercel, Netlify, AWS CloudFront, Fastly, GitHub Pages, Nginx, Apache.
  • Sales signals — plain-English cues such as "runs an online store (Shopify)", "invests in marketing automation (HubSpot)", "SaaS with customer-success budget (Intercom)".
  • Runs on Apify: schedule it, monitor it, call it from the API, export to JSON/CSV/Excel or push straight into your own pipeline.

Who is this for

  • Sales & SDR teams — qualify and segment leads by the tools they already run
  • Agencies — find prospects on a platform you specialize in, or audit a client's stack
  • Competitive & market research — see what a set of competitors is built on
  • Recruiters & analysts — infer a company's engineering choices from the outside

Why it matters

Technographic data behind tools like BuiltWith ($295–995/mo) and Wappalyzer ($250–450/mo, with credits that expire) is derived from the same public source: a page's own HTML and headers. This Actor reads that directly and charges per website checked — no monthly seat, no expiring credits.

Accuracy

Detection is signature-based over the homepage HTML and response headers. Path-based fingerprints (e.g. wp-content/) are matched only when they belong to the site itself, so a third-party widget hosted on someone else's WordPress CDN will not misflag the page. Detections are conservative: it reports what it can confirm, not guesses — a technology that leaves no public trace on the homepage won't show up.

How to run it

  1. Click Try for free — no card needed on the free plan.
  2. Paste your websites into Websites, one per line.
  3. Press Start. Results land in the dataset — read them in the UI, pull them from the API, or have a webhook push them onward.

Pricing

Pay-per-event: $0.005 per run start + $0.005 per result. No monthly seat, no minimum. 100 websites cost about $0.51; 1,000 websites about $5.01.

A website that could not be fingerprinted is still returned, with found: false and the reason — and it is not charged for. You pay for answers, not for attempts.

Input

FieldRequiredWhat it does
websitesyesWebsites to fingerprint. Up to 100 per run.
maxConcurrencynoHow many to check at once, 1–50 (default 10).
{
"websites": ["shopify.com", "wordpress.org", "vercel.com"],
"maxConcurrency": 10
}

Output

One row per website. This is a real row from a real run:

{
"url": "https://wordpress.org/",
"checkedAt": "2026-07-26T13:28:51.658Z",
"found": true,
"httpStatus": 200,
"technologiesCount": 4,
"technologies": ["WordPress", "Google Tag Manager", "Nginx", "Google Fonts"],
"byCategory": {
"CMS": ["WordPress"],
"Tag Manager": ["Google Tag Manager"],
"Hosting/CDN": ["Nginx"],
"Fonts": ["Google Fonts"]
},
"cms": "WordPress",
"ecommerce": null,
"hosting": "Nginx",
"salesSignals": [],
"summary": "https://wordpress.org/ — WordPress, Nginx. 4 technologies detected."
}
FieldWhat it means
technologies / technologiesCountFull flat list and its length
byCategorySame technologies grouped — CMS, Ecommerce, Analytics, Tag Manager, Marketing/CRM, Chat/Support, Framework, Payments, Hosting/CDN, Fonts
salesSignalsPlain-English cues, empty when the stack has none worth flagging
foundfalse means fingerprinting failed; the row says why and is not billed

Related tools for adjacent workflows in B2B lead generation and data enrichment.

ActorWhat it does
Tech Stack Change DetectorPair it in the B2B lead generation and data enrichment workflow: Detect a website's current technologies (CMS, ecommerce, analytics, marketing/CRM, framework, hosting/CDN,...
B2B Lead EnricherPair it in the B2B lead generation and data enrichment workflow: Turn a list of company websites into sales-qualified lead cards: detected tech stack, a rough revenue...
Company Profile LookupPair it in the B2B lead generation and data enrichment workflow: Turn a domain or company name into one unified company card: website tech stack (CMS, ecommerce, key tech)...
Company Hiring RadarPair it in the B2B lead generation and data enrichment workflow: Pull every open role a company is hiring for from its public job board (Greenhouse, Lever, Ashby) and turn...
Intent Signal AggregatorPair it in the B2B lead generation and data enrichment workflow: Is this company in-market right now? Combines public hiring activity (Greenhouse, Lever, Ashby) and recent...

FAQ

Does it render JavaScript? No — it reads the served HTML and headers. That's fast, cheap and enough for the fingerprints above. Technology injected only after heavy client-side rendering may not appear.

Is it accurate? It reports confirmed signatures and avoids the common false positive of a foreign CDN asset mislabeling the whole site. It won't detect a technology that leaves no public trace on the homepage.

Is this legal? Yes — it reads publicly served HTML and standard HTTP headers, the same data any browser receives.

Can I filter by technology? Every result lists technologies and byCategory; filter the dataset downstream, e.g. keep only rows where ecommerce == "Shopify".

Can I call it from an AI agent? Yes — standard Apify Actor, callable from the Apify API, the SDK, or the Apify MCP server.

What this is NOT. It does not render pages, detect technology hidden behind heavy client-side JavaScript, or replace a full technographic database. It reads what the homepage's HTML and headers actually expose.

Found a wrong result, or need a technology we don't detect? Open an issue on this Actor's page.


Built by zinin. Questions? Telegram @timzinin.