Search People (Apollo)
apollo_people_searchSearch for people by job title, seniority, location, employer domain, or company size. Returns basic profiles; enrich separately for full contact details.
Instructions
Find people via Apollo by title, seniority, location, employer domain/id, or employer size. FREE (no credits) but requires a MASTER Apollo API key. Results are intentionally slim: last names are obfuscated ("Hu***n") and NO email addresses or phone numbers are included — do not loop searching for contact data; pass the returned person id to apollo_person_enrich instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| fields | No | Optional dot-path field projection to shrink the response — only these fields are returned per record. Descends nested objects and maps over arrays, e.g. ["id","name","primary_domain","primary_phone.number"]. Pass ["*"] for the full record. | |
| perPage | No | Results per page, 1-100. Defaults to Apollo's default (10). | |
| qKeywords | No | ||
| personTitles | No | Job titles, OR-matched. Similar titles are included unless includeSimilarTitles=false. | |
| revenueRange | No | Annual revenue range in plain integers (no symbols/commas). | |
| organizationIds | No | ||
| personLocations | No | ||
| personSeniorities | No | ||
| contactEmailStatus | No | ||
| includeSimilarTitles | No | ||
| organizationLocations | No | ||
| qOrganizationDomainsList | No | ||
| organizationNumEmployeesRanges | No | Employee-count ranges as "min,max" strings, e.g. ["1,10","101,200"]. |