๐Ÿ” Tech Stack Detector โ€” BuiltWith Alternative avatar

๐Ÿ” Tech Stack Detector โ€” BuiltWith Alternative

Pricing

from $500.00 / 1,000 results

Go to Apify Store
๐Ÿ” Tech Stack Detector โ€” BuiltWith Alternative

๐Ÿ” 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

Stephan Corbeil

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

0

Monthly active users

2 days ago

Last modified

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

  1. CMS: WordPress, Shopify, Wix, Squarespace, Webflow, Drupal, Joomla, Ghost
  2. JavaScript Frameworks: React, Next.js, Vue.js, Nuxt.js, Angular, Svelte, Gatsby
  3. Analytics: Google Analytics, Google Tag Manager, Hotjar, Segment, Mixpanel, Amplitude, Heap
  4. Infrastructure: Cloudflare, AWS, Vercel, Netlify, Heroku, Nginx, Apache
  5. Marketing/Chat: Intercom, Drift, HubSpot, Mailchimp, Zendesk, Crisp
  6. Payments: Stripe, PayPal
  7. 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

  1. Fetches the target URL with a modern browser User-Agent
  2. Parses HTTP response headers
  3. Extracts and analyzes meta tags
  4. Scans HTML content for technology signatures
  5. Matches against comprehensive technology pattern database
  6. 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 ApifyClient
client = 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

๐Ÿš€ 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

FeatureNexGenData Tech Stack DetectorBuiltWith ProWappalyzerSimilarTechManual source-view
Cost$0.008 / site, pay-per-result$295-995 / month$250-500 / month$$$ / monthFree (slow)
Tech categoriesCMS + JS + analytics + infra + payments + chat + CDN + fontsYes (premium tiers)YesYesDIY
Evidence trailYes โ€” which signature matched, whereLimitedYesLimitedManual
Bulk exportJSON / CSV / ExcelPlan-gated CSVPlan-gatedPlan-gatedDIY
API accessApify REST + SDKsPaid planPaid planPaid planNone
Auth requiredApify tokenAccount + planAccount + planAccount + planNone
Monthly minimumNone$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.

Use caseActor
B2B leads finder (multi-source)b2b-leads-finder
AI lead-gen agent (NL-query interface)lead-gen-ai-agent
Company enrichment from domaincompany-enrichment-tool
Find emails on a domaincompany-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 extractorwebsite-email-extractor

Browse the full NexGenData catalog of 260+ actors at https://apify.com/nexgendata?fpr=2ayu9b