Preview people showing intent on a topic (free sample)

Free, capped preview of the person-grain topic direction: given a
topic_id, return a small sample (up to 25) of the top people (as HEMs),
ranked by perc_score, plus the topic's total count. Use it to show a
teaser while configuring a source, then call the paid /api/v1/intent/people
to pull and pay for the full list.

Nothing is billed. Distinct from dry_run (which returns a cost count and no
records): this returns actual sample records. It does not paginate (no
cursor, no next_cursor) and never returns seen_email; you always get the
strongest-intent top of the list. count is the topic's full people total,
so the sample is only a window onto it.

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

Preview request for the topic->people direction. Only the topic and floor filters are accepted: preview returns a hard-capped top-N sample and does not paginate, so page_size, cursor, resolve, and dry_run are not part of this request (any such fields sent are ignored).

string
required

The topic to preview people for.

string
enum

Minimum intent tier. high returns only high-intent people; omit or medium returns all.

Allowed:
integer
0 to 99

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

Responses

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