Skip to main content
POST /person-search finds people from Huntr’s people index using structured filters — job titles, employers, skills, schools, and location.

Preview match count (free)

Search people

Filter tips

Scope to a company with currentCompanyWebsite

This is the most reliable way to mean “people at company X”:
Do not use linkedin.com as a company website — that matches broadly, not one employer.

Job titles use contains match

"CTO" matches “Group CTO”, “Former CTO”, etc. List variants explicitly:

Past vs current roles

keyword scans the full profile when no dedicated filter fits. Prefer explicit title and employer filters when you can.

Pagination

Same pattern as company search:
  • One page per request (max 200)
  • Loop with pagination.token
  • Keep the same query between pages

After you have people

See Contact enrichment.

Pricing

Per person returned. Count endpoint is free. See GET /pricing.

Next step