Preview people showing intent across multiple topics (free sample)

Free, capped multi-topic preview of the person-grain direction: given up to 25 topic_ids, return a small sample (up to 25) of the top people (as HEMs), merged one row per person and annotated with which of the requested topics they matched, plus the total count of matching people. The merged (group_by=entity) shape is forced. Use it to show a teaser while configuring a source, then call the paid /api/v1/intent/people/multi to pull and pay for the full list.

Nothing is billed. It does not paginate (no cursor, no next_cursor) and never returns raw email; you always get the strongest-intent top of the merged list. Only floor filters are accepted; group_by, per_topic_limit, page_size, cursor, and resolve are not part of this request.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Preview request for the multi-topic topic->people direction. Only the topics and floor filters are accepted; the merged (group_by=entity) shape is forced and the response is a hard-capped top-N sample, so group_by, per_topic_limit, page_size, and cursor are not part of this request (any such fields sent are ignored).

topic_ids
array of strings
required
length between 1 and 25

The topics to preview people across (1-25, deduped).

topic_ids*
string
enum

Minimum intent tier applied to each topic.

Allowed:
integer
0 to 99

Drop people below this percentile score in a topic. 0 or omitted keeps all.

integer
≥ 1

Keep people matching at least this many of the requested topics (default 1 = union).

boolean

When true, each merged person additionally carries masked_email (first character + domain) alongside the hem. The raw, unmasked email is available only via the paid /api/v1/intent/people/multi. Default false.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json