Website Technology Detector API — CMS, Frameworks, CDN
Pricing
$20.00 / 1,000 page scanneds
Website Technology Detector API — CMS, Frameworks, CDN
Detect what a website is built with via API. Input: a site URL. Output: JSON list of detected technologies — CMS (WordPress, Shopify), JS frameworks (React, Vue, Next.js), analytics, CDNs — from HTML and header signatures. Pay per result: $0.02 per page scanned.
Pricing
$20.00 / 1,000 page scanneds
Rating
0.0
(0)
Developer
Anthony Snider
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Website Technology Detector
Find out what any website is built with — CMS, JS frameworks, analytics, CDNs, and servers — from a single URL.
Live on the Apify Store — run it instantly or call it as an agent tool via Apify MCP.
What you get
- CMS & site builders — WordPress, Shopify, Wix, Squarespace, Drupal, Joomla, Webflow, Ghost, HubSpot, and more.
- JS frameworks & libraries — React, Vue, Angular, Next.js, Nuxt, Svelte, Gatsby, jQuery, Alpine, Lodash.
- UI frameworks — Bootstrap, Tailwind CSS, Font Awesome.
- Analytics & tag managers — Google Analytics, Google Tag Manager, Facebook Pixel, Hotjar, Segment, Mixpanel, Plausible, Matomo.
- Infra — Cloudflare, Fastly, CloudFront, Akamai, Vercel, Netlify, GitHub Pages, Nginx, Apache, IIS, LiteSpeed, Express, PHP, ASP.NET, Rails.
Every detection comes with a confidence score and the exact evidence (HTML snippet, header, or cookie) that triggered it — no black boxes.
Detection runs purely on HTML + response-header signatures (meta generator tags, script sources, global vars, class prefixes, cookies, Server / X-Powered-By / X-Generator headers). Single URL or bulk, your choice.
Input
{"url": "https://www.cloudflare.com","maxUrls": 50}
Or scan many at once:
{"urls": ["https://wordpress.org", "https://vercel.com", "https://www.shopify.com"]}
Output
One dataset item per URL:
{"url": "https://www.cloudflare.com","finalUrl": "https://www.cloudflare.com/","statusCode": 200,"server": "cloudflare","poweredBy": null,"technologies": [{ "name": "Cloudflare", "category": "CDN", "confidence": 0.9, "evidence": "header server: cloudflare" },{ "name": "Next.js", "category": "JavaScript Framework", "confidence": 0.95, "evidence": "html: /_next/static/" },{ "name": "React", "category": "JavaScript Framework", "confidence": 0.8, "evidence": "html: data-reactroot" }]}