API Reference · Search
Search People
Find people matching an ICP by job title, seniority, department, industry, or country. Returns ranked LinkedIn profiles — enrich them separately for verified contact data. Combine filters to tighten the match.
POSThttps://app.saleshub.ai/v1/search/people
$0
No per-row cost. Every Saleshub plan is flat and unlimited — responses always return credits_used: 0. Page through results freely.
body parameters
querystringoptional
Free-text search across person name and headline.
titlestringoptional
Job-title keyword, e.g.
Head of RevOps.senioritystringoptional
Exact seniority band.
OwnerC-SuiteVPDirectorManagerSeniorEntry+ more
departmentstringoptional
Functional department.
EngineeringSalesMarketingFinanceOperationsProductHuman ResourcesLegal+ more
industrystringoptional
Industry of the person's company.
Information TechnologyComputer SoftwareFinance and BankingManufacturingRetailHealth and PharmaceuticalsMarketing & AdvertisingReal Estate+ more
company_domainstringoptional
Scope the search to one company by domain.
countrystringoptional
ISO country name, e.g.
United States.limitintegeroptionaldefault: 10
Number of results. Min
1, max 25.offsetintegeroptionaldefault: 0
Results to skip, for pagination.
response fields
| Field | Type | Description |
|---|---|---|
| name | string | Full name. |
| title | string | Current job title. |
| company | string | Current company name. |
| location | string | City / country. |
| linkedin_url | string | Profile URL — pass to an enrich endpoint. |
| _score | float | Relevance rank. |
status codes
200Success.
400Bad request — the body could not be processed.
401Unauthorized — invalid or missing API key.
404Not found — no match for the data provided.
422Invalid input — a filter value isn't a supported enum.
429Rate limited — retry after the
Retry-After header.