๐ Tech Stack Detector โ BuiltWith Alternative
Pricing
from $500.00 / 1,000 results
๐ Tech Stack Detector โ BuiltWith Alternative
Detect any website's tech stack โ frameworks, analytics, CDN, CMS, ecommerce platforms. Build competitive intelligence reports.
Pricing
from $500.00 / 1,000 results
Rating
0.0
(0)
Developer
Stephan Corbeil
Maintained by CommunityActor stats
0
Bookmarked
5
Total users
0
Monthly active users
2 days ago
Last modified
Categories
Share
Company Tech Stack Detector
A comprehensive Apify actor that detects technologies used by websites through HTTP header analysis, meta tag inspection, and HTML content scanning. Similar to Wappalyzer and BuiltWith.
Features
- HTTP Header Detection: Identifies servers, CDNs, and infrastructure from response headers
- Meta Tag Parsing: Extracts generator and meta information
- HTML Content Analysis: Scans page content for technology signatures
- Categorized Results: Organizes detected technologies by type
- Evidence Tracking: Shows which detection method identified each technology
- URL Normalization: Handles URLs with or without protocol
Supported Technology Categories
- CMS: WordPress, Shopify, Wix, Squarespace, Webflow, Drupal, Joomla, Ghost
- JavaScript Frameworks: React, Next.js, Vue.js, Nuxt.js, Angular, Svelte, Gatsby
- Analytics: Google Analytics, Google Tag Manager, Hotjar, Segment, Mixpanel, Amplitude, Heap
- Infrastructure: Cloudflare, AWS, Vercel, Netlify, Heroku, Nginx, Apache
- Marketing/Chat: Intercom, Drift, HubSpot, Mailchimp, Zendesk, Crisp
- Payments: Stripe, PayPal
- Fonts/CDN: Google Fonts, Font Awesome, jQuery, Bootstrap, Tailwind CSS
Input
{"url": "https://www.shopify.com"}
- url (string, required): Website URL to analyze (with or without protocol, defaults to https://)
Output
{"url": "https://www.shopify.com","finalUrl": "https://www.shopify.com/","technologies": ["Shopify", "Google Analytics", ...],"technologyCount": 12,"categories": {"CMS": ["Shopify"],"Analytics": ["Google Analytics"],"Infrastructure": ["Cloudflare"],...},"details": [{"technology": "Shopify","evidence": ["html:cdn\\.shopify\\.com"]},...],"serverHeader": "Shopify","poweredBy": ""}
How It Works
- Fetches the target URL with a modern browser User-Agent
- Parses HTTP response headers
- Extracts and analyzes meta tags
- Scans HTML content for technology signatures
- Matches against comprehensive technology pattern database
- Returns categorized results with detection evidence
Technical Details
- Async/Await: Uses httpx for non-blocking HTTP requests
- HTML Parsing: BeautifulSoup with lxml parser for robust HTML handling
- Regex Patterns: Case-insensitive pattern matching for technology signatures
- Timeout: 30-second timeout per request
- Redirect Handling: Follows HTTP redirects automatically
Usage Example
Run on Apify Platform:
Input: {"url": "https://www.github.com"}
Or run locally:
$docker run -it company-tech-stack <<< '{"url": "https://www.github.com"}'
Version
1.0.0 - Initial release
Author
Steve Corbeil
๐ป Code Example โ Python
from apify_client import ApifyClientclient = ApifyClient("YOUR_APIFY_TOKEN")run = client.actor("nexgendata/company-tech-stack-detector").call(run_input={# Fill in the input shape from the actor's input_schema})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item)
๐ Code Example โ cURL
curl -X POST "https://api.apify.com/v2/acts/nexgendata~company-tech-stack-detector/run-sync-get-dataset-items?token=YOUR_TOKEN" \-H "Content-Type: application/json" \-d '{ /* input schema */ }'
โ FAQ
Q: How do I get started? Sign up at apify.com, grab your API token from Settings โ Integrations, and run the actor via the Apify console, API, Python SDK, or any integration (Zapier, Make.com, n8n).
Q: What's the typical cost per run? See the pricing section below. Most runs finish under $0.10 for typical batches.
Q: Is this actor maintained? Yes. NexGenData maintains 165+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get responses within 24 hours.
Q: Can I use the output commercially? Yes โ you own the output data. Check the target site's Terms of Service for any usage restrictions on the scraped content itself.
Q: How do I handle rate limits? Apify manages concurrency and retries automatically. For very large batches (10K+ items), run multiple smaller jobs in parallel instead of one mega-job for better reliability.
๐ฐ Pricing
Pay-per-event pricing โ you only pay for what you actually extract.
- Actor Start: $0.0001
- result: $0.0080
๐ Related NexGenData Actors
๐ Apify Affiliate Program
New to Apify? Sign up with our referral link โ you get free platform credits on signup, and you help fund the maintenance of this actor fleet.
๐ More From NexGenData
Explore the full catalog, tutorials, Gumroad data packs, and newsletter at thenextgennexus.com โ the brand home for everything we ship.
- ๐ Tutorials & how-to guides
- ๐๏ธ Full actor catalog with usage examples
- ๐ฆ Gumroad data packs (one-time purchases)
- ๐ฌ Newsletter โ monthly drops of new actors and revenue experiments
Built and maintained by NexGenData โ 165+ actors covering scraping, enrichment, MCP servers, and automation. ๐ Home: thenextgennexus.com
Why Tech Stack Detector Beats BuiltWith, Wappalyzer, SimilarTech & Manual Source-View
| Feature | NexGenData Tech Stack Detector | BuiltWith Pro | Wappalyzer | SimilarTech | Manual source-view |
|---|---|---|---|---|---|
| Cost | $0.008 / site, pay-per-result | $295-995 / month | $250-500 / month | $$$ / month | Free (slow) |
| Tech categories | CMS + JS + analytics + infra + payments + chat + CDN + fonts | Yes (premium tiers) | Yes | Yes | DIY |
| Evidence trail | Yes โ which signature matched, where | Limited | Yes | Limited | Manual |
| Bulk export | JSON / CSV / Excel | Plan-gated CSV | Plan-gated | Plan-gated | DIY |
| API access | Apify REST + SDKs | Paid plan | Paid plan | Paid plan | None |
| Auth required | Apify token | Account + plan | Account + plan | Account + plan | None |
| Monthly minimum | None | $295+ | $250+ | $$$ | None |
| Per-call cost equivalent | $0.008 | ~$0.02-0.10 | ~$0.05 | ~$0.10+ | Time |
Most B2B sales + ABM teams pick this actor instead of BuiltWith Pro because per-site cost is 5-20ร lower at comparable category coverage, and it's the only drop-in alternative to Wappalyzer that ships JSON / CSV bulk exports without a monthly seat license. Cheaper than SimilarTech for the per-site enrichment use case.
Related NexGenData Lead-Gen + Tech-Intel Actors
| Use case | Actor |
|---|---|
| B2B leads finder (multi-source) | b2b-leads-finder |
| AI lead-gen agent (NL-query interface) | lead-gen-ai-agent |
| Company enrichment from domain | company-enrichment-tool |
| Find emails on a domain | company-email-finder |
| Contact info scraper (emails + phones + socials) | contact-info-scraper |
| Lead-list enricher (CSV in โ CSV out) | lead-list-enricher |
| Hiring-signal detector (job-post tech-stack signals) | hiring-signal-detector |
| Email validator (SMTP + MX) | email-validator |
| Website email extractor | website-email-extractor |
Browse the full NexGenData catalog of 260+ actors at https://apify.com/nexgendata?fpr=2ayu9b