← Tools Reference

Apollo

Apollo integration (Marketing, Data). Imported from open-connector.

API key5 toolshttps://api.apollo.io
POST
apollo_get_api_usage_stats
Retrieve Apollo API usage statistics for the current team and key.

/api/v1/usage_stats/api_usage_stats

POST
apollo_search_organizations
Search Apollo organizations with the first-pass organization filters.

/api/v1/mixed_companies/search

11 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe 1-based page number to request.
perPageintegeroptionalThe number of records to request per page.
organizationIdsarrayoptionalApollo organization IDs used to scope the search.
organizationNamestringoptionalThe organization name query used for partial company-name matching.
organizationLocationsarrayoptionalThe organization headquarters locations to include in the search.
excludedOrganizationLocationsarrayoptionalThe organization headquarters locations to exclude from the search.
organizationDomainsarrayoptionalThe bare company domains used to restrict the organization search.
organizationKeywordTagsarrayoptionalThe organization industry or specialization keywords used to refine the search.
organizationEmployeeRangesarrayoptionalThe employee-count ranges expressed as Apollo 'min,max' strings.
organizationRevenueMinintegeroptionalThe minimum annual revenue, in US dollars, used to refine the organization sear…
organizationRevenueMaxintegeroptionalThe maximum annual revenue, in US dollars, used to refine the organization sear…
POST
apollo_search_people
Search Apollo people with the first-pass prospecting filters.

/api/v1/mixed_people/api_search

14 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe 1-based page number to request.
perPageintegeroptionalThe number of records to request per page.
keywordsstringoptionalThe Apollo keywords string used to refine the people search.
personTitlesarrayoptionalThe current job titles to include in the people search.
includeSimilarTitlesbooleanoptionalWhether Apollo should include titles similar to the supplied person titles.
organizationIdsarrayoptionalThe Apollo organization IDs used to scope the people search.
personLocationsarrayoptionalThe person locations to include in the search.
personSenioritiesarrayoptionalThe person seniority values to include in the search.
contactEmailStatusarrayoptionalThe Apollo contact-email-status values to include.
organizationLocationsarrayoptionalThe organization headquarters locations used to refine the people search.
organizationDomainsarrayoptionalThe organization domains used to refine the people search.
organizationEmployeeRangesarrayoptionalThe employee-count ranges expressed as Apollo 'min,max' strings.
organizationRevenueMinintegeroptionalThe minimum annual revenue, in US dollars, used to refine the people search.
organizationRevenueMaxintegeroptionalThe maximum annual revenue, in US dollars, used to refine the people search.
GET
apollo_enrich_organization
Enrich an Apollo organization by domain.

/api/v1/organizations/enrich

1 parameter
ParamTypeRequiredDescription
domainstringoptionalThe bare company domain used to enrich an Apollo organization.
POST
apollo_enrich_person
Enrich an Apollo person with the first-pass matching inputs.

/api/v1/people/match

10 parameters
ParamTypeRequiredDescription
idstringoptionalThe Apollo person identifier.
emailstringoptionalThe person's email address.
hashedEmailstringoptionalThe hashed email used for Apollo person matching.
linkedinUrlstringoptionalThe LinkedIn profile URL used for Apollo person matching.
namestringoptionalThe full name used for Apollo person matching.
firstNamestringoptionalThe first name used for Apollo person matching.
lastNamestringoptionalThe last name used for Apollo person matching.
organizationNamestringoptionalThe organization name paired with name-based person matching.
domainstringoptionalThe bare organization domain paired with person matching.
revealPersonalEmailsbooleanoptionalWhether Apollo should reveal personal-email data when available.