Aggregate GTM Signals
aggregate_gtm_signalsCombine hiring and tech-stack signals into a single composite GTM score. Returns a ready-to-use JSON row with a recommended action and optional plain-English summary.
Instructions
Aggregate a company's GTM signals into one composite score. Runs hiring-signal and tech-stack detection in a single call and returns a flat, Clay-ready JSON row with a composite GTM score, a recommended action, and an optional plain-English summary. Read-only; requires an APIFY_TOKEN and consumes Apify credits per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_domain | Yes | Bare company domain without https:// and without a trailing slash. Example: stripe.com | |
| include_summary | No | Include a plain-English gtm_signal_summary field in the output. Defaults to the actor's default when omitted. | |
| explain_mode | No | If true, gtm_signal_summary becomes a longer, more detailed explanation instead of a 1 to 2 sentence summary. |