Detect website tech stack
detect_website_tech_stackIdentify a website's CMS, ecommerce platform, JavaScript frameworks, analytics, CDN, hosting, and payment tools to qualify leads, research competitors, and prospect sales.
Instructions
Detect the technologies a website runs on: CMS, ecommerce platform, JavaScript frameworks, analytics and ad tags, CDN, hosting, payment and marketing tools (7,600+ fingerprints, with versions and confidence). Use it for lead qualification, competitor research, sales prospecting or 'what is this site built with?' questions. Reads only the public page, one request per site. Cost: $0.003 per website analyzed, billed to your Apify account; failed or unreachable sites are free. Runs the Apify actor kantolabs/website-tech-stack-detector with your APIFY_TOKEN; maxTotalChargeUsd caps the spend per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | Domains or full URLs to analyze, e.g. ["shopify.com", "https://example.com/pricing"]. Duplicates are removed. | |
| timeoutSecs | No | Give up after this many seconds (max 300, Apify's limit for synchronous runs). Default 280. For big batches, split the input into several calls. | |
| minConfidence | No | Only report technologies detected with at least this confidence (%). Default 50; 0 returns every weak guess. | |
| maxTotalChargeUsd | No | Hard spending cap for this call in USD, enforced by Apify: the run stops once it has charged this much. Default 1 (server setting KANTO_MAX_CHARGE_USD). | |
| includeDescriptions | No | Add a one-paragraph description of each technology (larger output). Default false. |