Apollo

Apollo

Prospecting
basesolana
4 endpoints

Sales intelligence and engagement platform. Access contacts, companies, and deals with enrichment, search, and outreach.

Base URLhttps://api.dao.pub/market/apollo
POST/api/v1/mixed_companies/search$0.02

Organization Search

POST JSON body with filters. Search for organizations by name, location, size, and industry.

Body
q_organization_namestring (optional)
organization_locationsstring (optional)
organization_num_employees_rangesstring (optional, e.g. '1,10', '11,50')
organization_industry_tag_idsstring (optional)
pagenumber (optional)
per_pagenumber (optional)
POST/api/v1/mixed_people/api_search$0.02

People API Search

POST JSON body with search filters. Returns matching people. Combine person_titles, person_seniorities, organization_domains etc. to narrow results.

Body
q_keywordsstring (optional)
person_titlesstring (optional)
person_senioritiesstring (optional: 'senior', 'manager', 'director', 'vp', 'c_suite')
person_locationsstring (optional)
contact_email_statusstring (optional: 'verified')
organization_domainsstring (optional)
pagenumber (optional)
per_pagenumber (optional, max 100)
POST/api/v1/people/bulk_match$0.06

Bulk People Enrichment

POST JSON body with details array. Each entry is like /people/match. Returns enriched profiles for multiple people.

Body
details[object Object]
POST/api/v1/people/match$0.03

People Enrichment

POST JSON body with at least one identifier. Returns enriched person profile with contact details, employment, and social links.

Body
first_namestring (optional)
last_namestring (optional)
emailstring (optional)
organization_namestring (optional)
domainstring (optional)
linkedin_urlstring (optional)