
Apollo.io (API)
3 days trial then $12.00/month - No credit card required now

Apollo.io (API)
3 days trial then $12.00/month - No credit card required now
Search and enrich People or Organizations (with Job postings). It's fast and costs little.
Actor Metrics
8 Monthly users
No reviews yet
2 bookmarks
>99% runs succeeded
1 days response time
Created in Jan 2025
Modified a month ago
You can access the Apollo.io (API) programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "queries": [
3 {
4 "contact_email_status": [
5 "verified"
6 ],
7 "organization_locations": [
8 "new york"
9 ],
10 "organization_num_employees_ranges": [
11 "1-10"
12 ]
13 }
14 ],
15 "proxy": {
16 "useApifyProxy": true,
17 "apifyProxyGroups": []
18 }
19}' |
20apify call canadesk/apollo-io-api --silent --output-dataset
Apollo.io (API) API through CLI
The Apify CLI is the official tool that allows you to use Apollo.io (API) locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: