company_domainsarray · optionalValue supplied for company domains.
minItems: 1 · maxItems: 20
Apollo
Search people by company, role and location with masked contact details.
Search one page of up to 100 people by company domain, employee range, job title, seniority and location. Returns Apollo person IDs, first names, masked surnames, roles and available company information. Email and phone details are not revealed. Each successful call, including an empty page, costs $0.005. Pages are requested separately and the result window ends at page 500.
Agents select this operation with tool ID apollo.people-search, then check its current inputs and price before a run.
company_domainsarray · optionalValue supplied for company domains.
minItems: 1 · maxItems: 20
company_locationsarray · optionalValue supplied for company locations.
minItems: 1 · maxItems: 20
employee_rangesarray · optionalValue supplied for employee ranges.
minItems: 1 · maxItems: 10
limitinteger · optionalValue supplied for limit.
minimum: 1 · maximum: 100
locationsarray · optionalValue supplied for locations.
minItems: 1 · maxItems: 20
pageinteger · optionalValue supplied for page.
minimum: 1 · maximum: 500
senioritiesarray · optionalValue supplied for seniorities.
minItems: 1 · maxItems: 11
titlesarray · optionalValue supplied for titles.
minItems: 1 · maxItems: 20
limitnumberReturned limit value.
next_pagenumberReturned next page value.
pagenumberReturned page value.
resultsarrayReturned results value.
returned_resultsnumberReturned returned results value.
total_entriesnumberReturned total entries value.
Inspect returns this reviewed example, its estimated cost and the current input schema. Run calculates the estimate for your actual input.
{
"tool_id": "apollo.people-search",
"input": {
"limit": 1,
"company_domains": [
"apple.com"
]
}
}{
"page": 1,
"limit": 1,
"results": [
{
"id": "54a2eb6874686938250efd46",
"title": "Editor in Chief",
"company": {
"name": "Apple"
},
"has_email": true,
"first_name": "Philip",
"last_name_obfuscated": "El***t"
}
],
"next_page": 2,
"total_entries": 146878,
"returned_results": 1
}invalid_input: The lookup fields or limits are invalid.example: {"company_domains":["apple.com"],"limit":1}upstream_error: The data provider could not complete a verified result; the wallet was not charged.Check the input and contact Scrollport support with the run ID if the problem persists.Use verified tools with pay-per-use pricing. Provider access is included. Tools that work in your own apps ask you to connect that account.
Connect your first agent to receive $1 trial credit.