Website Tech Stack Scraper
Pricing
from $1.15 / 1,000 results
Website Tech Stack Scraper
Detect the full technology stack of any website from a list of domains: frameworks, analytics, CMS, ecommerce, CDN, payments and 6000+ more, with versions. Plus the email provider and DNS provider resolved from live DNS. No login or API key. Export to JSON, CSV or Excel for lead enrichment.
Pricing
from $1.15 / 1,000 results
Rating
0.0
(0)
Developer
SilentFlow
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 days ago
Last modified
Categories
Share
Find out what any website is built with, in bulk. Give it a list of domains and get back the technologies behind each one: CMS, ecommerce platform, analytics, ad pixels, JavaScript frameworks, CDN, hosting, payment providers, live chat, and more. A fast, reliable alternative to BuiltWith and Wappalyzer, with no account or API key required.
How it works

โจ Why teams choose this over other website technology scrapers
- ๐ฏ Real per-site detection, not stale directory data. Every result comes from analyzing the live website right now, so you see the stack as it is today, not a cached snapshot.
- ๐ Thousands of technologies, with versions. A library of 6,000+ fingerprints across every major category, and it reports version numbers when the site exposes them.
- ๐ Beyond the page: email, DNS and SSL. It also reads DNS records to reveal the email provider (Google Workspace, Microsoft 365), the DNS provider, and the SaaS a company uses (from domain-verification records), plus the SSL certificate authority, signals a page scrape alone can never see.
- โก Built for bulk. Feed it thousands of domains and it works through them in parallel, returning a tidy row per site.
- ๐งฉ Rich categories out of the box. Technologies are grouped into meaningful buckets like Ecommerce, Analytics, Advertising, CDN, Payment, and Live Chat, so you can filter and segment immediately.
- ๐ No account, no API key, no credits elsewhere. Everything runs inside the actor. You only pay for the results you get.
- ๐ธ Priced to run at scale. Pay per result, with no monthly commitment.
- ๐ ๏ธ Clean, predictable output. One flat record per domain, ready for a spreadsheet, a CRM, or a data pipeline.
๐ฏ What you can do with website technology data
| Team | What they build |
|---|---|
| Sales | Lead lists filtered by the exact platforms a prospect uses, so outreach lands on the right accounts |
| Marketing | Market share reports on ecommerce platforms, analytics tools, or ad pixels across a segment |
| Competitive intelligence | A live map of which technologies competitors and their customers adopt |
| Agencies | Instant tech audits of prospects before a pitch, and monitoring of client sites over time |
| Investors | Signal on technology adoption across a portfolio or a target market |
| Recruiters | Company shortlists built from the frameworks and languages a site runs |
๐ฅ Input parameters
| Field | Type | Description |
|---|---|---|
startDomains | array | One or more domains or website URLs to analyze (for example shopify.com). URLs are accepted, the host is extracted automatically. |
maxItems | integer | The maximum number of domains to analyze in this run. Default 100. |
Example input:
{"startDomains": ["shopify.com", "stripe.com", "nike.com"],"maxItems": 100}
๐ Output data
One record per domain. Example:
{"domain": "shopify.com","url": "https://www.shopify.com/","statusCode": 200,"title": "Shopify: The All-in-One Commerce Platform","technologyCount": 5,"technologies": [{ "name": "Shopify", "categories": ["Ecommerce"], "website": "https://www.shopify.com", "confidence": 100 },{ "name": "Cloudflare", "categories": ["CDN"], "website": "https://www.cloudflare.com", "confidence": 100 },{ "name": "Google Analytics 4", "categories": ["Analytics"], "website": "https://marketingplatform.google.com", "confidence": 80 },{ "name": "PayPal", "categories": ["Payment"], "website": "https://www.paypal.com", "confidence": 80 }],"categoriesSummary": { "Ecommerce": 1, "CDN": 1, "Analytics": 1, "Payment": 1 },"emailProvider": "Google Workspace","dnsProvider": "Cloudflare","scrapedAt": "2026-07-04T19:12:36Z"}
๐๏ธ Data fields
| Field | Description |
|---|---|
domain | The domain you requested |
url | The final URL analyzed after redirects |
statusCode | HTTP status returned by the website |
title | The website's page title |
technologyCount | Number of technologies detected |
emailProvider | Detected email host (from DNS), e.g. Google Workspace |
dnsProvider | Detected DNS provider (from DNS), e.g. Cloudflare |
technologies | List of detected technologies |
technologies[].name | Technology name (for example WordPress, Stripe, React) |
technologies[].categories | One or more categories for the technology |
technologies[].website | Official website of the technology vendor |
technologies[].version | Version number when the site exposes one |
technologies[].confidence | Signal strength from 0 to 100 |
categoriesSummary | Count of detected technologies per category |
scrapedAt | Timestamp of the analysis |
๐ Examples
Audit a list of prospects
{ "startDomains": ["acme.com", "globex.com", "initech.com"], "maxItems": 500 }
Check a single site
{ "startDomains": ["example.com"], "maxItems": 1 }
๐ป Integrations
Results are available as JSON, CSV, or Excel from the dataset, and through the Apify API. Connect the output to Google Sheets, Airtable, a CRM, or any data warehouse using Apify integrations and webhooks.
๐ Performance
The scraper analyzes many domains in parallel, so large lists complete quickly. A run of a few hundred domains typically finishes in a couple of minutes.
๐ก Tips for best results
- Pass clean domains such as
example.com. Full URLs work too, the host is extracted for you. - Use
maxItemsto keep runs scoped and predictable when testing. - Some technologies only appear on specific pages. The homepage is analyzed by default, which covers the vast majority of stacks.
- De-duplicate your input list to avoid paying for the same domain twice.
โ FAQ
Which technologies can it detect? A library of 6,000+ fingerprints across CMS, ecommerce, analytics, monitoring, tag managers, advertising, JavaScript frameworks and libraries, UI frameworks, web servers, programming languages, hosting and CDN, bot management, payment providers, marketing and CRM tools, live chat, A/B testing, cookie consent, fonts, video, search, reviews, and accessibility.
Do I need a BuiltWith or Wappalyzer account? No. Everything runs inside the actor.
How fresh is the data? It reflects the website at the moment of the run, not a cached directory.
Do you detect email and DNS providers? Yes. The scraper reads MX, NS and TXT records to identify the email host, the DNS provider, the SSL certificate authority, and SaaS tools that publish domain-verification records.
What does confidence mean? A score from 0 to 100 indicating how strong the detection signal is. Matches from response headers and cookies score highest.
๐ฌ Support
Have a technology you would like added to the detection library, or a question about a result? Reach out through the actor's Apify page and we will help.
Detection is powered in part by the open-source Wappalyzer fingerprint database (via projectdiscovery/wappalyzergo, MIT licensed).