Retrieve 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 250 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 records per page (default: 25, max: 250)
Cursor for fetching the next page of results
Cursor for fetching the previous page of results
Response
Signals retrieved successfully