Skip to content
ActionApollo.ioUpdated May 2026

How do I find prospects matching specific criteria in Apollo.io?

Short answer: Drop the "Apollo.ioSearch People" action anywhere in your workflow, map the inputs from upstream nodes, and publish.

Inputs

The fields this action accepts.

Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.

FieldTypeRequiredDescription
Job Titles
person_titles
stringOptionalComma-separated
Company Domains
q_organization_domains
stringOptionalCompany Domains. e.g. "stripe.com, shopify.com"
Locations
person_locations
stringOptionalLocations. e.g. "San Francisco, New York"
Results per Page
per_page
numberOptionalResults per Page
Sample request
{
"person_titles": "CEO, CTO, VP Engineering",
"q_organization_domains": "stripe.com, shopify.com",
"person_locations": "San Francisco, New York",
"per_page": "{{trigger.per_page}}"
}
Returns
{
"people": [
{
"id": "person123",
"email": "john@company.com",
"title": "CEO",
"last_name": "Doe",
"first_name": "John",
"linkedin_url": "https://linkedin.com/in/johndoe",
"organization": {
"name": "Company Inc"
}
}
],
"pagination": {
"total_entries": 500
}
}

Use these fields in downstream nodes for routing, logging, or error handling.

Triggered by

Apps that pair well as the trigger for Search People.

Any of these apps can fire this action as part of a workflow.

FAQ

Questions about Search People.

What does the Search People action do in Apollo.io?
Apollo's persona + firmographic search — "VP+ at Series B SaaS in SF Bay Area using HubSpot". Returns ranked prospects with contact info ready to enroll into Apollo sequences. The base prospecting query for outbound campaigns.
What inputs does Search People require?
Search People has no required inputs. Sensible defaults are applied if you leave fields blank.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if Apollo.io returns an error?
The workflow pauses on the failed node, the error message is captured in the run log, and you can retry the run with one click. Auto-retry policies are configurable per workflow with exponential backoff up to 5 attempts.
Does Search People support batch operations?
Yes. Run Search People inside a Loop node to process arrays. Tiny Command handles Apollo.io's rate limits automatically so you don't have to throttle manually.
More actions

Other Apollo.io actions.

Send search people from your workflows.

Triggered by anything in the catalog. Free tier available. No credit card.