Signals
The Signals API surfaces timely, sales-relevant events detected on a company's domain — e-commerce growth, ad-network adoption, technology installs, buyer intent, company news, and traffic shifts — so sales and marketing teams can prioritize outreach at the right moment.
Recommended flow:
- Start with Describe. Call the
Signals - Describeendpoint first to discover the available date range and supported granularity for each signal type. This tells you the freshest data window before you query anything else. - Use those values in your signal request. Take the
start_date,end_date, andgranularityreturned by Describe and pass them as query parameters into the specific signal endpoint you want (E-commerce, Ad Network, Technology, Intent, News, or Traffic). - Read the response. Every signal endpoint returns the same envelope — a
metaobject plus adataarray of signal records. If no signals are found for the selected timeframe, you'll still get a successful 200 response with an informational message rather than an error.
Signal types available:
- Intent — buyer intent topic activity by country and metro area
- Technology — technology stack additions, removals, and upcoming renewals
- Traffic — significant traffic changes and new market entries
- E-commerce — revenue and transaction-volume changes
- Ad Network — started/stopped working with an ad network
- News — categorized company news (funding, M&A, leadership changes, etc.)
Each signal type is independently entitled, so access may vary by account. All endpoints share the same authentication (api_key) and base request pattern — only the response fields differ by signal type.
Endpoints
v5/sales-intelligence/sales-signals/describe
v5/sales-intelligence/sales-signals/intent?granularity=weekly&start_date=start_date&end_da...
v5/sales-intelligence/sales-signals/technology?granularity=daily&start_date=start_date&end...
v5/sales-intelligence/sales-signals/traffic?granularity=monthly&start_date=start_date&end_...
v5/sales-intelligence/sales-signals/ecommerce?granularity=monthly&start_date=start_date&en...
v5/sales-intelligence/sales-signals/ad-network?granularity=monthly&start_date=start_date&e...
v5/sales-intelligence/sales-signals/news?granularity=daily&start_date=start_date&end_date=...