Detect GTM Tech Stack
detect_gtm_tech_stackAnalyze a company's public website to detect CRM, sequencer, and marketing automation tools. Returns boolean flags for each tool as a flat JSON row, ready for Clay integrations.
Instructions
Detect which GTM tools a company uses from its public website. Returns CRM, sequencer, and marketing automation signals with per-tool boolean flags as a flat, Clay-ready JSON row. Read-only; requires an APIFY_TOKEN and consumes Apify credits per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Bare company domain, e.g. stripe.com | |
| crawl_additional_pages | No | Crawl up to 2 extra pages for better coverage. Defaults to true when omitted. |