Detect AI Tooling
detect_ai_toolingAssess a company's real AI adoption by analyzing its domain, returning an AI maturity tier (none, declared, deployed, commercialized) alongside detected vendors and evidence from public data.
Instructions
Given a company domain, determine how far that company has actually gone with AI. Returns an ai_maturity tier of none, declared (says AI but nothing observable is running), deployed (AI tooling is live on the site), or commercialized (the pricing page charges for AI via credits, tokens, an add-on, an AI-named plan, or a per-outcome price). Also returns the detected AI vendors and categories, validated llms.txt status, robots.txt AI-crawler policy, and the quotable evidence strings behind the verdict. A domain behind a bot challenge comes back with blocked=true at low confidence rather than as a false negative. Public data only, no login. Returns flat Clay-ready JSON. Read-only; requires an APIFY_TOKEN and consumes Apify credits per domain analyzed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | A single company domain, e.g. intercom.com. Provide either domain or domains. | |
| domains | No | Batch mode: several company domains analyzed in one call. Takes precedence over domain. | |
| skipCache | No | Force a fresh analysis and ignore the 7 day result cache. | |
| check_pricing | No | Fetch and score the pricing page. Default true. Setting this false is faster but caps the result at 'deployed', because 'commercialized' can only be proven on a pricing page. |