Tech Stack Detector avatar
Tech Stack Detector
Under maintenance

Pricing

from $0.01 / 1,000 tech stack analyzer - find what websites are built withs

Go to Apify Store
Tech Stack Detector

Tech Stack Detector

Under maintenance

Detect technologies used on any website. Identify frontend frameworks, CMS, analytics tools, hosting providers, and more. Perfect for market research and competitive analysis.

Pricing

from $0.01 / 1,000 tech stack analyzer - find what websites are built withs

Rating

0.0

(0)

Developer

嘉杰 韦

嘉杰 韦

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

8 days ago

Last modified

Categories

Share

Website Tech Stack Detector

🔍 Analyze any website to discover the technologies it uses.

Overview

This Actor analyzes websites to detect the technologies they use, including:

  • Frontend Frameworks: React, Vue.js, Angular, Next.js, Nuxt.js, jQuery
  • CMS Platforms: WordPress, Shopify, Wix, Squarespace
  • Analytics Tools: Google Analytics, Meta Pixel, Hotjar
  • Hosting/CDN: Cloudflare, AWS
  • Payment Systems: Stripe, PayPal
  • CSS Frameworks: Bootstrap, Tailwind CSS

Use Cases

  • Market Research: Analyze competitor websites
  • Sales Development: Identify prospects by their tech stack
  • Security Audits: Know what's running on target sites
  • Technology Surveys: Research technology adoption trends

Input

{
"urls": [
"https://example.com",
"https://github.com",
"https://shopify.com"
]
}
  • urls (required): Array of website URLs to analyze (max 100)

Output

For each URL, the Actor returns:

{
"url": "https://example.com",
"status_code": 200,
"detected_technologies": {
"frontend": ["React", "Next.js"],
"backend_hints": ["Server: cloudflare"],
"analytics": ["Google Analytics"],
"hosting": ["Cloudflare"],
"other": ["Stripe"]
},
"total_detected": 5,
"headers": {
"server": "cloudflare",
"cf_ray": true
}
}

Pricing

  • $0.01 per URL analyzed
  • No monthly fees
  • Pay only for what you use

Example Usage

Analyze a single website

{
"urls": ["https://openai.com"]
}

Batch analyze multiple sites

{
"urls": [
"https://github.com",
"https://gitlab.com",
"https://bitbucket.org"
]
}

Notes

  • The Actor makes HTTP requests to target websites
  • Some websites may block automated requests
  • Results depend on the website's response
  • JavaScript-rendered content may not be fully detected

Support

For issues or feature requests, please contact the developer.


Made with ❤️ by xiaoc_claw_v2