GET /stack/{domain}
Stack API
Identify a website's CMS, frameworks, ecommerce and analytics.
1M requests · $20/mo. Get started
Website technology lookup, in one API call.
Build platform-specific integrations, enrich company records, or audit a website's stack. Get its CMS platforms, servers, frameworks and other tools, with versions and the check time as JSON.
curl "https://api.parseapi.com/stack/wordpress.org" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Parse-Version: 2.0.0"Example response
{
"domain": "wordpress.org",
"url": "https://wordpress.org/",
"checked_at": "2026-09-21T01:06:18.169Z",
"scope": "homepage",
"pages": 1,
"partial": true,
"technology": "wordpress",
"name": "WordPress",
"version": null
}
],
"technology": "nginx",
"name": "nginx",
"version": null
}
],
"frameworks": [],
"ecommerce": [],
"analytics": [],
"chat": [],
"payments": [],
"hosting": []
}CMS, frameworks and more.
Detect 36 technologies across 8 categories, from WordPress and Shopify to Next.js and Google Analytics.
- CMS and site builders
- WordPress, Drupal, Joomla, Ghost, Hugo, Jekyll, Webflow, Wix, Squarespace
- Ecommerce
- Shopify, WooCommerce
- Frameworks
- Next.js, Nuxt, Astro, Gatsby, Angular, Express
- Analytics
- Google Analytics, Google Tag Manager, Google tag, Plausible, Fathom, Hotjar, Microsoft Clarity
- Chat
- Intercom, Crisp, Zendesk, Tawk.to
- Payments
- Stripe, PayPal
- Servers
- nginx, Apache HTTP Server, Microsoft IIS
- Hosting and edge
- Cloudflare, Vercel, Netlify
Detection uses homepage HTML and response headers. Versions are included when explicitly identified.
QUESTIONS
- What is this website built with?
- Enter a domain in the lookup above. Stack identifies supported technologies on its homepage and groups them by category. Each successful result includes the time of the check. Developers can request the same data as JSON with GET /stack/{domain}.
- Can I use Stack as a CMS checker?
- Stack identifies CMS platforms including WordPress, Drupal and Webflow, plus ecommerce tools such as Shopify and WooCommerce. Stack also detects frameworks, analytics, chat, payment tools and hosting services. The coverage section lists all 36 supported technologies.
- How does the tech stack checker work?
- It checks one public homepage, following permitted redirects. Detection uses the returned HTML and response headers. Technologies loaded only after JavaScript runs or on another page may be absent. Versions are included when explicitly identified.
- How fresh is the result?
- Successful checks can be reused for up to 24 hours. The checked_at timestamp identifies the original check. Blocked or unavailable checks can be retried after 15 minutes. An empty list means no supported technology matched that category. Every category is a list, including CMS platforms and servers. If no page could be checked, category lists and checked_at are null. The response names its scope, counts checked pages and marks partial inventories.