Website Tech Stack & CMS Detector
Pricing
from $4.00 / 1,000 domain tech auditeds
Go to Apify Store

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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
π» Website Tech Stack, CMS & Marketing Pixel Detector
Instantly detect website technology infrastructure, CMS platforms, frontend frameworks, CDN providers, live chat widgets, and active marketing retargeting pixels.
π Table of Contents
- π Key Features
- π₯ Input Parameters
- π€ Output Dataset Example
- π» Integration Examples
- π³ Pricing & Pay-Per-Event
- β Frequently Asked Questions
π 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
| Parameter | Type | Default | Description |
|---|---|---|---|
domainsText | String | Required | List of domain names or URLs separated by newlines. |
maxThreads | Integer | 15 | Concurrency rate. |
timeout | Integer | 10 | Timeout 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 ApifyClientclient = 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.