Use this tool to directly unlock and export up to 10000 leads at a time.
This Apify Actor allows you to extract contact data from Apollo.io based on a specific people search URL. You provide your Apollo search URL and browser cookies, and the Actor handles the scraping process, saving the results to an Apify dataset.
We aim to build the best scraper for all of your use cases. If you have any requests for new scrapers please contact us at AceEngineer1992@gmail.com.
The Actor requires the following input fields:
Field | Type | Description | Required | Default Value |
---|---|---|---|---|
apolloSearchUrl | String | The URL of the Apollo search page you want to scrape (e.g., https://app.apollo.io/#/people?contact_email_addresses[]=present&organization_locations[]=United%20States... ). | Yes | |
apolloBrowserCookies | String | Your Apollo browser cookies. See the "How to get Apollo Cookies" section below for instructions. | Yes | |
maxResults | Number | The maximum number of contacts to scrape from the search results. | No | 25 |
proxyConfig | Object | Apify proxy configuration object. | No |
apollo.io
domain in the list (e.g., a request to finder/contacts
or similar). Click on it.cookie
header. Copy the entire value of this header. This is sensitive information - handle it securely.apolloBrowserCookies
input field for the Actor.Note: Apollo cookies expire. You may need to repeat this process periodically.
The Actor outputs the scraped contact data to the default Apify dataset. Each item in the dataset corresponds to one contact found in the search results and will typically include fields like:
name
firstName
lastName
title
company
email
phoneNumbers
linkedinUrl
apolloContactUrl
(Link to the contact's profile in Apollo)Example Output Item:
1{ 2 "id": "60a7b...", 3 "name": "Jane Doe", 4 "firstName": "Jane", 5 "lastName": "Doe", 6 "title": "Software Engineer", 7 "organization": { "name": "Tech Company Inc.", "website_url": "techcompany.com", ... }, 8 "contact_emails": [ { "email": "jane.doe@techcompany.com", "status": "verified", ... } ], 9 "phone_numbers": [ { "raw_number": "+11234567890", "sanitized_number": "+11234567890", ... } ], 10 "linkedin_url": "https://www.linkedin.com/in/janedoe", 11 "apolloContactUrl": "https://app.apollo.io/#/contacts/60a7b..." 12 // ... other fields 13}
(Please note: The exact output fields depend on the data available in Apollo for each contact and the specific implementation details of the scraper)
maxResults
value first to ensure everything works correctly.proxyConfig
) is highly recommended to avoid rate limiting or IP blocks by Apollo. Residential proxies are often best.apolloBrowserCookies
if you encounter authentication errors.If you encounter issues or have questions, please reach out to me at aceengineer1992@gmail.com
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!