Apollo Company Enricher (Decision Makers) with Domain avatar
Apollo Company Enricher (Decision Makers) with Domain

Pricing

$30.00/month + usage

Go to Store
Apollo Company Enricher (Decision Makers) with Domain

Apollo Company Enricher (Decision Makers) with Domain

Developed by

LeadGen Labs

LeadGen Labs

Maintained by Community

Enrich a list of business websites with key decision-makers' data using Apollo.io. This actor retrieves emails, job titles, LinkedIn profiles, and phone numbers of employees from companies matched to your input URLs.

0.0 (0)

Pricing

$30.00/month + usage

0

Total users

12

Monthly users

12

Runs succeeded

56%

Issues response

0.28 hours

Last modified

2 hours ago

Apollo Company Enricher — Enrich Company Domains with Decision Makers from Apollo.io

This actor allows you to enrich a list of company domains with decision-maker data directly from Apollo.io.


How to Use the Actor

  1. Provide input:
    • A list of company domains you want to enrich
    • Your Apollo.io cookies
  2. Run the actor. It will fetch company and people data from Apollo.
  3. View or export the enriched data from the output dataset.

Sample Input

{
"cookies": [
{
"domain": ".apollo.io",
"name": "auth_token",
"value": "your_auth_token_here",
"path": "/",
"httpOnly": true,
"secure": true
}
],
"company_domain_list": [
"stripe.com",
"asana.com",
"zoom.us"
]
}
  • To authenticate with your Apollo.io session:
  • Install the Cookie-Editor Chrome Extension.
  • Go to https://app.apollo.io and log into your account.
  • Click the Cookie-Editor extension icon in your Chrome toolbar.
  • Use the Export tab to copy your cookies as JSON.
  • Paste the exported JSON into the cookies field of the actor input.

Sample Output

{
"asana.com": [
{
"name": "Jane Doe",
"job_title": "VP of Marketing",
"email": "jane.doe@asana.com",
"phone": "+1-555-0123",
"linkedin_url": "https://www.linkedin.com/in/janedoe"
},
{
"name": "John Smith",
"job_title": "Director of Sales",
"email": "john.smith@asana.com",
"phone": null,
"linkedin_url": "https://www.linkedin.com/in/johnsmith"
}
],
"stripe.com": []
}

Feature Request

Kindly raise an issue for feature request - this actor development is ongoing.