Detect GTM Tech Stack
detect_gtm_tech_stackDetects the GTM tech stack of any company from its public website, returning boolean flags for CRM and marketing automation tools like HubSpot, Salesforce, and Marketo.
Instructions
Detect which GTM tools a company uses from its public-facing website. Returns CRM, sequencer, and marketing automation signals as a flat, Clay-ready JSON row, with per-tool boolean flags for HubSpot, Salesforce, Apollo, Gong, Intercom, and Marketo, plus a composite tech stack signal. Read-only; requires an APIFY_TOKEN and consumes Apify credits per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Bare company domain without https:// and without a trailing slash. Example: stripe.com | |
| crawl_additional_pages | No | If true, crawls up to 2 additional pages per domain (pricing, product) to improve detection coverage. Slightly increases run time. Defaults to true when omitted. |