Back to Tool
⚙️

Tech Stack Detector API

Identify technologies used by any website

Endpoint

POST/api/v1/tech-stack-detector

Authentication

Include your API key in the request header:

X-API-Key: your_api_key_here

Get your API key from the Dashboard

Request Body

Content-Type: application/json

FieldTypeRequiredDescription
urlstringYesThe URL to analyze

Response

FieldTypeDescription
urlstringThe analyzed URL
technologiesarrayArray of detected technologies
technologies[].namestringTechnology name (e.g., "React", "WordPress")
technologies[].categorystringCategory (e.g., "Frontend Framework", "CMS")
technologies[].confidencenumberDetection confidence (0-100)
technologies[].evidencestringHow the technology was detected

Code Examples

curl -X POST https://tools.shubhambadgujar.com/api/v1/tech-stack-detector \
  -H "X-API-Key: your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://github.com"}'

Pricing

First 50 free, then $0.01 per call

Get API Key

Rate Limits

  • • 100 requests per minute
  • • 10,000 requests per day
  • • Max request size: 10MB

Need Help?

Contact us at support@shubhambadgujar.com