search_people
Search for people in Apollo's database by keywords, job titles, companies, locations, seniority, and more. Returns name, title, company, and LinkedIn URL at no credit cost.
Instructions
Search for people in Apollo's database. This is FREE and does not cost credits. Use this as the primary discovery tool. Returns name, title, company, and LinkedIn URL. Does NOT return email/phone -- use enrich_person to get contact info (costs 1 credit). Supports filtering by title, company, location, seniority, and more. Max 10 results per page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q_keywords | No | General keyword search across all fields | |
| person_titles | No | Job titles to filter by, e.g. ['CEO', 'CTO'] | |
| person_not_titles | No | Job titles to exclude | |
| q_organization_domains | No | Company domains to search within, e.g. ['google.com']. Will be auto-cleaned. | |
| organization_locations | No | HQ locations of the company, e.g. ['San Francisco, CA', 'New York'] | |
| person_locations | No | Locations of the person, e.g. ['California, United States'] | |
| person_seniorities | No | Seniority levels: 'founder', 'c_suite', 'vp', 'director', 'manager', 'senior', 'entry' | |
| contact_email_status | No | Email status filter: 'verified', 'guessed', 'unavailable' | |
| organization_num_employees_ranges | No | Employee count ranges, e.g. ['1,10', '11,50', '51,200'] | |
| organization_ids | No | Apollo organization IDs to filter by | |
| q_organization_keyword_tags | No | Company keyword tags, e.g. ['blockchain', 'DeFi', 'web3'] | |
| currently_using_any_of_technology_uids | No | Technologies the company uses, e.g. ['solidity', 'ethereum']. Use underscores for spaces. | |
| q_organization_job_titles | No | Job titles in the company's active postings, e.g. ['Solidity', 'Rust'] | |
| organization_latest_funding_stage_cd | No | Latest funding stage: 'seed', 'series_a', 'series_b', 'angel', 'pre_seed', etc. | |
| revenue_range | No | Revenue range in USD, e.g. {min: 1000000, max: 10000000} | |
| include_similar_titles | No | Include similar titles to person_titles. Default true. Set false for exact match. | |
| page | No | Page number (starts at 1) | |
| per_page | No | Results per page (max 100, default 10) |