Website Tech Stack & CMS Detector avatar

Website Tech Stack & CMS Detector

Pricing

from $4.00 / 1,000 domain tech auditeds

Go to Apify Store
Website Tech Stack & CMS Detector

Website Tech Stack & CMS Detector

Detect CMS (WordPress, Shopify, Webflow, Wix), Frameworks, CDN, Meta Pixel, Google Analytics, GTM, Hotjar, Clarity, Intercom & Live Chat widgets.

Pricing

from $4.00 / 1,000 domain tech auditeds

Rating

0.0

(0)

Developer

sadique shaikh

sadique shaikh

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

πŸ’» Website Tech Stack, CMS & Marketing Pixel Detector

Apify Actor Pay Per Event

Instantly detect website technology infrastructure, CMS platforms, frontend frameworks, CDN providers, live chat widgets, and active marketing retargeting pixels.


πŸ“Œ Table of Contents


🌟 Key Features

  • βš™οΈ CMS Platforms: WordPress, Shopify, Webflow, Squarespace, Wix, Ghost, Custom.
  • 🎨 WordPress Theme Detector: Identifies active WP theme folder names.
  • βš›οΈ Frontend Frameworks: React, Next.js, Vue.js, Nuxt.js, Laravel.
  • ⚑ CDN & Hosting: Cloudflare, Fastly, Akamai, Cloudfront, Nginx, Apache.
  • πŸ”’ SSL Certificate Status: HTTPS security check.
  • πŸ“Š Tracking & Analytics Pixels:
    • Google Analytics (GA4/UA)
    • Google Tag Manager (GTM)
    • Meta (Facebook) Pixel
    • LinkedIn Insight Tag
    • Microsoft Clarity
    • Hotjar
  • πŸ’¬ Live Chat Widgets: Intercom, Zendesk, Tidio, Crisp, Drift.

πŸ“₯ Input Parameters

ParameterTypeDefaultDescription
domainsTextStringRequiredList of domain names or URLs separated by newlines.
maxThreadsInteger15Concurrency rate.
timeoutInteger10Timeout per URL in seconds.
{
"domainsText": "shopify.com\nwordpress.org\nwebflow.com",
"maxThreads": 15,
"timeout": 10
}

πŸ“€ Output Dataset Example (JSON)

{
"domain": "example.com",
"status": "Online",
"load_time_sec": 1.12,
"cms": "WordPress",
"wp_theme": "astra",
"framework": "React",
"cdn": "Cloudflare",
"ssl_active": true,
"google_analytics": true,
"google_tag_manager": true,
"meta_pixel": true,
"linkedin_insight_tag": false,
"clarity_active": true,
"hotjar_active": false,
"live_chat_present": true,
"live_chat_provider": "Intercom"
}

πŸ’» Integration Examples

Node.js / JavaScript

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: 'YOUR_API_KEY' });
const run = await client.actor('validatormails/website-tech-pixels-detector').call({
domainsText: 'shopify.com\nstripe.com',
maxThreads: 15
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

Python

from apify_client import ApifyClient
client = ApifyClient('YOUR_API_KEY')
run = client.actor('validatormails/website-tech-pixels-detector').call(run_input={
'domainsText': 'shopify.com\nstripe.com',
'maxThreads': 15
})
for item in client.dataset(run['defaultDatasetId']).iterate_items():
print(item)

πŸ’³ Pricing & Pay-Per-Event (PPE)

  • $0.0040 per domain processed ($4.00 per 1,000 domains).
  • Pay only for successful detections.