Access sales intelligence and engagement via Apollo.io API. Find leads and manage sequences. Use when this capability is needed.
Sales intelligence platform.
export APOLLO_API_KEY="xxxxxxxxxx"
curl -X POST "https://api.apollo.io/v1/mixed_people/search" \
-H "Content-Type: application/json" \
-d '{"api_key": "'$APOLLO_API_KEY'", "person_titles": ["CEO", "CTO"], "organization_num_employees_ranges": ["1,50"]}'
curl -X POST "https://api.apollo.io/v1/mixed_companies/search" \
-H "Content-Type: application/json" \
-d '{"api_key": "'$APOLLO_API_KEY'", "organization_num_employees_ranges": ["1,50"]}'
<!-- tomevault:3.0:skill_md:2026-04-07 -->curl -X POST "https://api.apollo.io/v1/people/match" \
-H "Content-Type: application/json" \
-d '{"api_key": "'$APOLLO_API_KEY'", "email": "[email protected]"}'
curl -X POST "https://api.apollo.io/v1/contacts" \
-H "Content-Type: application/json" \
-d '{"api_key": "'$APOLLO_API_KEY'", "first_name": "John", "last_name": "Doe", "email": "[email protected]"}'
Converted and distributed by TomeVault | Claim this content