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

Website Tech Stack, CMS & Marketing Pixel 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
4 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.