Detect GTM Tech Stack
detect_gtm_tech_stackDetects GTM tools used by a company from its public website. Returns boolean flags for HubSpot, Salesforce, Apollo, Gong, Intercom, Marketo, and a composite tech stack signal.
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. |