v1
latestOpenAPI 3.0.12026-08-06614449.8 KBRetrieve buyer intent signals for a date range
Requires market_signals.read scope.
Retrieve buyer intent signals (interactions) for specific categories.
Returns one result per buyer intent interaction within the specified date range. Each interaction includes the category UUID, company name, and domain.
If no dates are provided, defaults to today for both start and end date.
Results are paginated using cursor-based pagination (default 25, max 100 per page).
Query parameters
List of category UUIDs or slugs
Start date of range to check for signals (YYYY-MM-DD). Defaults to today.
End date of range to check for signals (YYYY-MM-DD). Defaults to today.
Number of results per page. Defaults to 25, max 100.
Cursor for fetching the next page of results.
Cursor for fetching the previous page of results.
Response
Signals retrieved successfully