v1

latestOpenAPI 3.0.12026-08-06614449.8 KB
Market Signals

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 100 per page).

get/api/v2/market_signals

Query parameters

category_ids[]string[] required

List of category UUIDs or slugs

start_datestring date

Start date of range to check for signals (YYYY-MM-DD). Defaults to today.

end_datestring date

End date of range to check for signals (YYYY-MM-DD). Defaults to today.

page[size]integer

Number of results per page. Defaults to 25, max 100.

page[after]string

Cursor for fetching the next page of results.

page[before]string

Cursor for fetching the previous page of results.

Response

Signals retrieved successfully