Companies showing intent across multiple topics

Multi-topic account discovery: given up to 25 topic_ids in one call,
return the companies showing intent across them. The fan-out runs in
parallel server-side, so a 25-topic request is about as fast as a single
topic.

group_by selects the response shape:

  • entity (default): one row per company, annotated with which of the
    requested topics it shows intent on (topics), how many it matched
    (topic_count), and aggregate signals. Set min_topics to require a
    company match at least N of the topics (N = number of topics =
    intersection; default 1 = union). This view is cursor-paginated.
  • topic: the raw per-topic ranked lists (the same fan-out, not
    merged), one bucket per requested topic.

min_score and min_people_count filter each topic's results.
per_topic_limit (default 1000, max 5000) caps how deep each topic is
scanned. min_topics, page_size, and cursor apply only to
group_by=entity.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
topic_ids
array of strings
required
length between 1 and 25

The topics to discover companies across (1-25, deduped).

topic_ids*
string
enum

Minimum intent tier applied to each topic. high returns only companies with a high-intent person; omit or medium returns all.

Allowed:
integer
≥ 0

Drop companies with fewer than this many distinct people of intent in a topic. 0 or omitted keeps all.

string
enum

Response shape: entity (default) merges to one row per company; topic returns raw per-topic lists.

Allowed:
integer
1 to 5000

How deep each topic is scanned, i.e. the universe the merge ranks from (default 1000, max 5000). One bounded Query per topic, so this stays a single round trip.

integer
≥ 1

group_by=entity only: keep companies matching at least this many of the requested topics (default 1 = union; = number of topics = intersection).

integer
1 to 1000

group_by=entity only: companies per page (default 50, max 1000).

string

group_by=entity only: opaque pagination cursor from a prior response's next_cursor. Bound to the query that produced it.

Responses

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