Wappalyzer & BuiltWith Tech Lookup avatar

Wappalyzer & BuiltWith Tech Lookup

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Wappalyzer & BuiltWith Tech Lookup

Wappalyzer & BuiltWith Tech Lookup

Fast, high-precision HTTP tech stack scanner. Detect 100+ technologies across CMS, E-Commerce, JavaScript frameworks, payment gateways, analytics, CDN, and email providers for any website domain.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Willy Lengkong

Willy Lengkong

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

πŸ” Wappalyzer & BuiltWith Tech Stack Lookup - CMS, E-Commerce, Frameworks & DNS Detector

Fast, high-precision HTTP technology scanner for any website domain. Detect 100+ technologies across CMS, E-Commerce platforms, JavaScript frameworks, payment gateways, analytics, CDN, and email providers with zero browser overhead.


⚑ Key Features

  • πŸš€ 100% HTTP & Blazing Fast: Inspects HTML, JavaScript runtime variables, meta headers, scripts, cookies, and DNS in milliseconds.
  • 🏷️ 100+ Signatures Supported:
    • CMS: WordPress, Webflow, Wix, Squarespace, Ghost, Drupal, Strapi, etc.
    • E-Commerce: Shopify, WooCommerce, Magento, BigCommerce, PrestaShop, etc.
    • JavaScript Frameworks: Next.js, Nuxt.js, React, Vue.js, Angular, Svelte, Astro, Remix, jQuery.
    • UI / CSS: Tailwind CSS, Bootstrap, Material-UI, Chakra UI.
    • Analytics & Ad Tracking: Google Analytics (GA4), Google Tag Manager, Segment, Hotjar, Mixpanel, Facebook Pixel.
    • CDN & Infrastructure: Cloudflare, AWS CloudFront, Fastly, Vercel, Netlify.
    • Payment Processors: Stripe, PayPal, Klarna.
    • CRM & Support: Intercom, HubSpot, Zendesk, Klaviyo.
  • πŸ“§ DNS & Email Intelligence: Direct MX resolution to detect Google Workspace, Microsoft 365, ProtonMail, and SPF records.
  • πŸ›‘οΈ WAF Bypass: Uses modern Chrome TLS fingerprinting to bypass anti-bot challenges.

πŸ“₯ Input Parameters

ParameterTypeDefaultDescription
domainsArray["stripe.com", "shopify.com"]List of website URLs or domain names.
rawUrlsString""Newline/comma-separated text block of URLs or domains.
concurrencyInteger5Number of concurrent website scans (1 to 20).
timeoutSecNumber12.0HTTP request timeout per website domain.
proxyConfigurationObjectnullApify Proxy configuration (optional).

πŸ“€ Sample Output

{
"target": "shopify.com",
"url": "https://shopify.com",
"domain": "shopify.com",
"status_code": 200,
"server": "cloudflare",
"technologies": [
{
"name": "Google Workspace (Gmail)",
"category": "Email Provider",
"confidence": 100
},
{
"name": "Shopify",
"category": "E-Commerce",
"confidence": 100
},
{
"name": "React",
"category": "JavaScript Frameworks",
"confidence": 100
},
{
"name": "Cloudflare",
"category": "CDN & Security",
"confidence": 100
},
{
"name": "Google Tag Manager",
"category": "Analytics & Tracking",
"confidence": 100
}
],
"categories": [
"Analytics & Tracking",
"CDN & Security",
"E-Commerce",
"Email Provider",
"JavaScript Frameworks"
],
"dns_intelligence": {
"email_provider": "Google Workspace (Gmail)",
"mx_records": ["aspmx.l.google.com", "alt1.aspmx.l.google.com"],
"spf_record": "v=spf1 include:_spf.google.com ~all"
}
}