Apollo API
This API can scrape structured data from Apollo.io, including people and company profiles. It does not require Apollo account cookies or authentication.
Apollo API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Search People /people/search |
Use this api to search for people |
| GET |
Person Details /people/{id} |
It returns structured data of a person by Apollo person ID |
| GET |
Search Organizations /organizations/search |
Search organizations |
| GET |
Organization Details /organizations/{id} |
This endpoint returns structured data of a organization/company by Apollo organization ID. |
Apollo API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1000 / hour |
|
| PRO | $25 / month | 1000 / hour |
|
| ULTRA | $50 / month | 2000 / hour |
|
| MEGA | $100 / month | 2000 / hour |
|