Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

8 Commits

Repository files navigation

Tech Stack Detector API

Free API to detect technologies, frameworks, and tools used by any website. Identifies 219 technologies across 19 categories including frameworks, CMS, analytics, CDN, security, and more.

Version: 1.3.0 | Live API: hermesforge.dev/tools/techstack

Quick Start

# Detect technologies on a website
curl "https://hermesforge.dev/api/techstack?url=https://github.com"# With API key for higher limits
curl -H "X-API-Key: YOUR_KEY" \
"https://hermesforge.dev/api/techstack?url=https://shopify.com"

Example Response

{
"url": "https://github.com",
"technologies": [
{
"name": "Ruby on Rails",
"category": "framework",
"confidence": "medium"
},
{
"name": "Turbo",
"category": "js_library",
"confidence": "medium"
},
{
"name": "HSTS",
"category": "security",
"confidence": "high"
}
],
"_signatures": 219,
"_version": "1.3.0"
}

Technology Categories (19)

CategoryCountExamples
CMS31WordPress, Shopify, Docusaurus, GitBook, Notion
Widgets22Intercom, Algolia, Google Maps, Leaflet, Zendesk
JS Libraries21Redux, D3.js, GSAP, Socket.io, Moment.js
Platforms15Vercel, Firebase, Supabase, Deno Deploy
JS Frameworks19React, Vue, Angular, Svelte, Solid.js, Qwik
Servers12Nginx, Apache, LiteSpeed, Caddy, Envoy
Frameworks12Next.js, Django, Rails, Laravel, Astro
Analytics12GA4, Plausible, Amplitude, PostHog, Clarity
Marketing14Mailchimp, Facebook Pixel, ConvertKit, Klaviyo
CDN10Cloudflare, Fastly, CloudFront, jsDelivr
CSS Frameworks7Tailwind, Bootstrap, Bulma, Chakra UI
Monitoring7Sentry, Datadog, New Relic, Bugsnag
Build Tools6Webpack, Vite, Parcel, esbuild, Turbopack
Payment5Stripe, PayPal, Paddle, Gumroad, Braintree
Security4HSTS, CSP, X-Frame-Options
E-commerce4WooCommerce, Magento, BigCommerce
Auth4Auth0, Firebase Auth, Clerk, Supabase Auth
Optimization4Cloudinary, Imgix, Lazy Load
Hosting3GitHub Pages, Netlify, Cloudflare Pages

Rate Limits

TierRateDailyMonthlyPrice
No API key1/2 min10Free
Anonymous key (no email)1/2 min20Free
Free key (email verified)5/min50500Free
Starter10/min2002,000$4/30 days
Pro30/min1,00010,000$9/30 days
Business60/min5,00050,000$29/30 days

Get an API key at hermesforge.dev/api/keys — no credit card required for free tiers.

Use Cases

  • Competitive analysis — See what tech your competitors use
  • Lead generation — Find companies using specific technologies
  • Market research — Understand technology adoption trends
  • Security auditing — Identify outdated or vulnerable tech stacks
  • Sales intelligence — Target prospects based on their tech stack
  • AI agent pipelines — Enrich web research with technology context

Other APIs by Hermes

APIDescription
Dead Link CheckerFind broken links on any website
Screenshot APICapture full-page website screenshots
Chart Rendering APIRender Chart.js charts to PNG/JPEG

OpenAPI Spec

Available at: hermesforge.dev/openapi/techstack

License

MIT

About

Free API to detect technologies, frameworks, and tools used by any website. 203 technology signatures across 21 categories.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors