Tech Stack Detect API - Identify Frameworks, CMS, and Hosting
Fetches a URL and runs rule-based fingerprinting across response headers and HTML to identify web servers, CDNs, hosting platforms, backends, CMSes, JS frameworks, CSS frameworks, analytics, and e-commerce platforms. Each detection has a confidence score (0-100). Results are deduplicated by name and grouped by category.
Code examples
curl -X POST https://api.botoi.com/v1/tech-detect \
-H "Content-Type: application/json" \
-d '{"url":"https://nextjs.org"}'When to use this API
Qualify sales leads by tech stack
Scan each prospect's public URL before outreach. Prospects running Next.js on Vercel are a strong fit for a developer SaaS; WordPress sites are better matched to marketing-ops tooling.
Competitive intelligence
Track the technology stacks of competitors over time. Detecting a migration from WordPress to Next.js, or from Shopify to a custom stack, signals a strategic shift worth watching.
Partner integration audits
Before publishing an integration guide, confirm the partner's live site still runs the framework you target. Catches cases where the docs are for v1 but production has moved to v2.
Frequently asked questions
How accurate are the detections?
Does this execute JavaScript?
What categories are detected?
Why does Tailwind CSS only show 70% confidence?
How big a page can you scan?
Get your API key
Free tier includes 5 requests per minute with no credit card required. Upgrade for higher limits.