tech_stack
Analyze a website's HTTP headers, meta tags, and JavaScript fingerprints to detect its CMS, framework, CDN, analytics, and more for competitive research or sales prospecting.
Instructions
Detect the technology stack powering a website.
Analyses HTTP headers, HTML meta tags, JavaScript fingerprints, and
resource paths to identify the CMS, frontend framework, CDN, analytics
platform, e-commerce engine, and other technologies in use.
Useful for competitive research, sales prospecting, migration planning,
or understanding what stack a client is running before proposing solutions.
Args:
url: Full URL of the site to analyse (must include https://).
The homepage is usually sufficient; the scan does not crawl.
Returns:
technologies: List of detected technologies, each with:
name: Technology name (e.g. 'WordPress', 'Cloudflare', 'React').
category: Category (CMS, CDN, Analytics, Framework, etc.).
confidence: Detection confidence 0.0–1.0.
version: Version string if detectable (may be null).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |