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

Request

Response

Fields

string
Stable identifier. Use it to deduplicate across pages and across runs.
string
string
string
string
The person’s title as we observed it.
string
Derived from job title. May be null.
string
Derived from job title. May be null.
string
Derived from job title. May be null.
string
Company display name.
string
Normalized domain. Joins directly to domain on /companies.
integer
Employee count.
string
Comma-separated industry labels.
string
string
string
array
Slugs this person is a confirmed user of. May be empty — see the warning below.
string
UTC timestamp. Always agrees with the date filter, which makes it safe as an incremental-sync cursor.
An empty sources array means we checked this person and found no user account — not that they are untracked. Add is_user=true if you only want confirmed users.

Incremental sync recipe

discoveredAt always agrees with the date filter, so a daily job can pull only what changed.
Overlap your window by a day (discovered_days=2 for a daily job) and upsert on id. That costs nothing and protects you against a run that starts late or fails midway.
For a first full backfill, use /people/stream instead of paging.