Skip to main content
Returns the companies Huntd tracks for your organization. Supports pagination, date filtering and source / is_user filtering.

Request

Response

Fields

string
The normalized, stable key for this company. Use it to deduplicate and to join to /people.
string
Company display name.
integer
Employee count.
string
Comma-separated industry labels.
string
integer
How many tracked people you have at this company.
array
Source slugs with at least one confirmed user at this company.
string
UTC timestamp of when we last checked this company.
An empty sources array means we checked and found no user — not that the company is untracked.

Joining to people

companyDomain on /people is normalized to exactly match domain here, so the two endpoints join directly with no cleanup.
The people integer on this endpoint is the count Huntd tracks. It will not always equal the number of rows you get back from /people for that domain, because your /people query may be filtered by source, date, or is_user.
For a full export of both sets, see streaming.