Website Tech Stack Detector: CMS, Ecommerce, Analytics & CDN
Pricing
from $9.00 / 1,000 results
Website Tech Stack Detector: CMS, Ecommerce, Analytics & CDN
Find the CMS, ecommerce platform, analytics, frameworks, hosting and payment tools any website runs, from just the domain.
Pricing
from $9.00 / 1,000 results
Rating
0.0
(0)
Developer
Hydrafetch
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
an hour ago
Last modified
Categories
Share
Tech Stack Detector at a glance
- Input: A list of company domains.
- Output: one row per domain with 14 fields, including cms, ecommerce, analytics, hosting.
- Price: $10 per 1,000 domains, charged only for results.
- You need: nothing else. No cookies, no logins, no proxies and no API keys.
- Export: JSON, CSV, Excel or XML, or straight into your own tools with the Apify API and MCP.
What is Tech Stack Detector?
Detects the technologies a website runs from its homepage: CMS, ecommerce platform, analytics and tag managers, JavaScript frameworks, hosting and CDN, payment processors, marketing automation, live chat and thousands more. It returns each technology with its category, version when the site reveals it, and a confidence score, plus one column per common category so a list is easy to filter. Sites where nothing is found are skipped and not charged. Built for technographic lead lists, sales qualification and competitive research.
- Every technology found. Name, category, version when the site reveals it, and a confidence score, across thousands of known technologies.
- The columns you filter on. CMS, ecommerce platform, analytics, JavaScript framework, hosting and CDN, payments, marketing automation and live chat, each as its own field.
- Hosting and infrastructure. CDNs, cloud platforms and web servers are detected too, not only what shows on the page.
- Implied stack. A technology that implies another adds it, such as WordPress bringing PHP and MySQL.
What data can I extract with Tech Stack Detector?
Every result is one row per domain, with these fields:
| Field | What it holds |
|---|---|
domain | The domain you asked for |
finalUrl | The homepage that was read |
cms | Content management system |
ecommerce | Ecommerce platform |
analytics | Analytics tools |
tagManagers | Tag managers |
jsFrameworks | JavaScript and web frameworks |
hosting | Hosting, CDN and cloud platform |
webServer | Web server or reverse proxy |
payments | Payment processors |
marketingAutomation | Marketing automation, CRM and email tools |
liveChat | Live chat tools |
techCount | How many technologies were found |
technologies | Every technology with its categories, version and confidence |
The table view in Apify shows Domain, CMS, Ecommerce, Analytics, Hosting / CDN, Technologies. The full record is in the JSON, CSV, Excel and XML exports, and over the API.
How to use Tech Stack Detector
- Open Tech Stack Detector in the Apify Console. A free Apify account is enough to try it.
- Paste your domains, one per line, or upload a list.
- Click Start. Each domain is processed on its own, so one bad entry never loses the batch.
- Download the results as JSON, CSV or Excel, or send them to your own tools with an integration.
Input
One field: domains. Use bare domains like stripe.com, not https://stripe.com/pricing.
Every line is checked before the run starts. Each must be a domain like stripe.com, not a company name; a run with any other line is refused with that line named, so a typo never costs you anything.
{"domains": ["stripe.com","vercel.com"]}
Output
A domain we cannot resolve is skipped rather than returned empty, and you are not charged for it. The run log names every one that was skipped, so a short result is never a mystery.
{"domain": "allbirds.com","cms": null,"ecommerce": "Shopify","analytics": null,"tagManagers": "Google Tag Manager","hosting": "Cloudflare","payments": "Apple Pay, PayPal","techCount": 10,"technologies": [{"name": "Shopify","categories": ["Ecommerce"],"version": null,"confidence": 100},{"name": "PayPal","categories": ["Payment processors"],"version": null,"confidence": 100}]}
How much does Tech Stack Detector cost?
Tech Stack Detector costs $10 per 1,000 domains returned, which is $0.01 each, with no separate compute charge. 10,000 domains cost $100.
- You pay only for results. A domain that cannot be resolved is skipped and free.
- Try it on the free plan. Each free Apify account can run up to 50 domains through this Actor. On a paid plan, $5 covers about 500 domains.
- Volume discounts. Scale plans pay 5% less per result and Business plans 10% less.
- Cap any run. Set a maximum cost per run in the run options and the Actor stops cleanly when it is reached.
Common use cases
- Technographic lead lists. Find every company in a list running Shopify, HubSpot or a competitor's product.
- Sales qualification. Check a prospect's stack before a call and tailor the pitch.
- Competitive research. See which tools the leaders in your market actually use.
- Market sizing. Count how many sites in a segment use a given platform.
Integrate Tech Stack Detector with other apps
Tech Stack Detector works with the integrations on the Apify platform, including Make, Zapier, n8n, Google Sheets, Slack, Airbyte, Clay, HubSpot and Salesforce through Make or Zapier. Results can also go anywhere with a webhook when a run finishes.
To keep a list current, save your input as a task and put it on a schedule.
Tech Stack Detector API
Run Tech Stack Detector from your own code with the Apify API clients.
JavaScript
import { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: 'YOUR_APIFY_TOKEN' });const run = await client.actor('hydrafetch/website-tech-stack-detector').call({ domains: ["stripe.com","vercel.com"] });const { items } = await client.dataset(run.defaultDatasetId).listItems();console.log(items);
Python
from apify_client import ApifyClientclient = ApifyClient("YOUR_APIFY_TOKEN")run = client.actor("hydrafetch/website-tech-stack-detector").call(run_input={"domains": ["stripe.com","vercel.com"]})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item)
AI agents can call it too. Connect Claude, Cursor or any MCP client to the Apify MCP server and add hydrafetch/website-tech-stack-detector as a tool.
FAQ
How many technologies can it detect?
Thousands, from CMS and ecommerce platforms to analytics, payments, frameworks and hosting, each with a confidence score.
Why is a version sometimes missing?
Many sites do not reveal it. When they do, in a generator tag or a script path, it is returned.
Am I charged for sites where nothing is found?
No. A site with no detectable technology, or one that cannot be reached, is skipped and not charged.
Do I need cookies, a login or proxies?
No. Tech Stack Detector works without cookies, accounts, proxies or API keys. Paste your domains and run it; everything else is handled for you.
Is it legal to use Tech Stack Detector?
Tech Stack Detector collects only publicly available information about the technology websites use. As with any data collection, you are responsible for how you use the results: follow the terms of the websites you work with and data protection laws such as GDPR wherever personal data is involved. If you are unsure about your use case, check with a lawyer.
Does Tech Stack Detector have an API?
Yes. Every run is available through the Apify API, with the JavaScript and Python examples above, and through the Apify MCP server for AI agents.
Other Actors by Hydrafetch
- Company Enrichment API: turn a list of domains into full company records: name, description, logo, brand colors, fonts, socials and industry.
- Bulk Company Logo Finder: give it a list of domains and get a direct image URL for each company logo, with dimensions and dominant color.
- Website Color Palette Extractor: read a site's real design system: colors by role with contrast ratios, the type scale, corner radius and button styling.
- AI SEO & GEO Audit: check whether an LLM or AI agent can actually read your pages, and get the specific reasons when it cannot.
- Website to Markdown: turn a list of URLs into clean markdown for LLMs, RAG and AI agents, with navigation, banners and boilerplate removed.
- Article Extractor: extract the full text, author, publish date and site details from any article or blog post URL.
- Company Social Links Finder: find the LinkedIn company page and every social profile a company links from its own website, from just the domain.
- LinkedIn Company Scraper: get industry, company size, headcount, followers, headquarters and more from LinkedIn company pages, by URL or by domain.
- PDF to Markdown: convert PDF links into clean markdown with headings and tables intact, ready for LLMs, RAG and search.
- Website Crawler to Markdown: crawl a whole website or docs section into clean markdown for LLMs, RAG and AI agents, one row per page.
- Company Jobs Scraper: get every open job at a company from just its domain: titles, teams, locations, pay and full descriptions, from the hiring platform it uses.
- YouTube Transcript Scraper: get the full transcript of any YouTube video with timestamps, title and channel, ready for AI summaries, RAG and search.
- Google Ads Library Scraper: get every Google ad a company runs from just its domain: creatives, formats and first and last shown dates, from the public Ads Transparency Center.
- Company Website Finder: turn a list of company names into their official websites and domains, each checked against the company homepage so directories never slip through.
- Website Screenshot API: capture screenshots of any web pages as hosted PNG links, full page or first screen, rendered in a real browser and priced per screenshot.
Terms of use
Your results are yours. We claim no rights in the inputs you submit or the data you get back. Full terms: hydrafetch.com/terms
Your feedback
Something not working, or a field you need? Open an issue on the Issues tab with the input you used, and we read every one.