Website Tech Stack Detector: Wappalyzer Alternative, $2 per 1,000 Sites

Detect the full technology stack of any website URL. Recognizes 2000+ technologies including CMS, JavaScript frameworks, analytics, CDN, hosting provider, ad networks, payment processors, and e-commerce platforms. Each detected technology returns a confidence score, category, and version when available. Built for bulk: pass 10,000 domains and it returns one row per site. Ideal for sales prospecting, competitive intelligence, supply-chain audits, and ABM targeting.

Open on Apify → Try it now
Pricing
$0.002/site
RAM
128MB
Coverage
Any URL
Output fields
15+
Proxy
Apify datacenter
Tech
Wappalyzer engine

What you get

Primary use cases

API example

# Start a run via the Apify API
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~website-tech-detector/runs?token=YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "urls": [
      "https://shopify.com",
      "https://stripe.com",
      "https://hubspot.com",
      "https://example-store.com",
      "https://corp-site.com"
    ]
  }'

# Or use with AI agents via MCP:
# https://mcp.apify.com?tools=santamaria-automations/website-tech-detector

Integrations

Output fields

FieldTypeExample
urlstringhttps://shopify.com
tech_countinteger24
primary_cmsstringShopify
primary_frameworkstringReact
has_analyticsbooleantrue
has_cdnbooleantrue
hosting_providerstringFastly
technologiesarray[{"name":"React","category":"JavaScript Framework","version":"18.2"}]
server_headerstringcloudflare
scraped_atstring2026-06-13T10:15:42Z

Related Actors

Open on Apify → Try it now (free tier available)