searchPeople returns one page of intentionally sparse prospects. Use it to
narrow a market before calling a credit-consuming enrichment action.
automations/search-apollo-people.automation.ts
titles, seniorities, personLocations, emailStatuses,
keywords, organizationIds, organizationDomains (up to 1,000),
organizationLocations, employee and revenue ranges, hiring titles, job
locations/count/date ranges, and employer technology include/exclude sets.
includeSimilarTitles expands title matching. Integer/date range objects use
inclusive min and max. page defaults to 1; perPage defaults to 100
and is limited to 1–100. Optional account selects the binding.
Returns { people, pagination }. Search people include a stable id, sparse
name/title and employer availability fields, but deliberately omit email
addresses and phone numbers. Pass id to enrichPerson or getPerson when you
need complete data.