πŸš€ Apollo Scraper - $1 / 1K Leads with Emails (up to 50K) avatar
πŸš€ Apollo Scraper - $1 / 1K Leads with Emails (up to 50K)

Pricing

$1.00 / 1,000 leads

Go to Store
πŸš€ Apollo Scraper - $1 / 1K Leads with Emails (up to 50K)

πŸš€ Apollo Scraper - $1 / 1K Leads with Emails (up to 50K)

Developed by

API Dojo

API Dojo

Maintained by Community

Extract Apollo.io leads with verified emails at $1 / 1K leads. No cookies or authentication required. Perfect for B2B sales, marketing & recruiting. Get up to 50K leads with contact details, LinkedIn profiles & company data. Fast, reliable extraction with clean CSV output and data export.

5.0 (6)

Pricing

$1.00 / 1,000 leads

7

Total users

13

Monthly users

13

Runs succeeded

>99%

Last modified

a day ago

🏯 Apollo Leads Scraper: Your B2B prospecting powerhouse πŸ“‘

Introducing the Apollo Leads Scraper, your go-to tool for extracting leads from Apollo.io efficiently. This high-performance scraper excels at rapidly collecting lead data from Apollo search results, making it perfect for sales teams and businesses seeking prospect insights. With intelligent data extraction and cost-effective pricing at just $1 per 1000 leads, this tool delivers exceptional value for comprehensive B2B lead generation.

ℹ️ Disclaimer

We are professionals specializing in data extraction. This actor is exceptionally fine-tuned for scraping Apollo.io, providing you with a comprehensive suite of tools. Moreover, we provide top-tier maintenance and exceptional support. Pure data - at your fingertips. You name it, we get it.

πŸ‰ Features and Functionality

  • No Authentication, no cookies. Just pure data. πŸ›‘οΈ
  • Almost free. $1 per 1K results. πŸ’°
  • No extra costs, no proxy needed. πŸ‰
  • Simple Output, super fast. πŸ’¨
  • Ready for Excel, Google Sheets, CRM import πŸ“Š
  • Perfect for HubSpot, Salesforce, Mailchimp & more πŸ”§

πŸ†“ Free Users

Free users can use the actor with a monthly limit. Please keep in mind that free users can retrieve a maximum of 300 leads per month. If you want unlimited access, you have to subscribe to a paid plan on Apify. You can check this link to subscribe easily.

🎎 Who needs this?

The Apollo Leads Scraper is perfect for B2B professionals who need quality lead data.

  • Sales Teams: Build prospect lists, generate leads for outbound campaigns, and fill your sales pipeline with qualified contacts.

  • Marketing Professionals: Create targeted email lists, build audience segments, and power your marketing campaigns with verified contact data.

  • Recruiters: Find potential candidates, build talent pools, and identify prospects in specific roles or companies for your recruiting efforts.

  • Business Development: Research prospects, identify partnership opportunities, and build comprehensive contact databases for growth initiatives.

  • Small Business Owners: Generate leads for your services, find potential customers, and build your contact database without expensive subscriptions.

🍜 Output Example

Full Format (clean: false) - Exact Response

{
"id": "54a2e1667468693825753044",
"first_name": "Roger",
"last_name": "Ramjattan",
"name": "Roger Ramjattan",
"linkedin_url": "http://www.linkedin.com/in/roger-ramjattan-86534130",
"title": "SALES SUPERVISOR",
"email_status": "verified",
"photo_url": "https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2",
"twitter_url": null,
"github_url": null,
"facebook_url": null,
"extrapolated_email_confidence": null,
"headline": "SALES SUPERVISOR at United Electric Supply",
"email": "rramjattan@unitedelectric.com",
"personal_email": "roger.ramjattan@gmail.com",
"work_email": "rramjattan@unitedelectric.com",
"organization_id": "66e75d66d447880001db8eef",
"employment_history": [
{
"_id": "686968bc2641d30001d8bf9d",
"current": true,
"organization_id": "66e75d66d447880001db8eef",
"organization_name": "United Electric Supply",
"title": "SALES SUPERVISOR"
}
],
"state": "New Jersey",
"city": "Vineland",
"country": "United States",
"organization": {
"id": "66e75d66d447880001db8eef",
"name": "United Electric Supply",
"website_url": "http://www.unitedelectric.com",
"linkedin_url": "http://www.linkedin.com/company/unitedelectricsupply",
"founded_year": 1965,
"logo_url": "https://zenprospect-production.s3.amazonaws.com/uploads/pictures/6856619b6e2c50000148e1ce/picture",
"primary_domain": "unitedelectric.com"
},
"departments": ["master_sales"],
"subdepartments": ["sales"],
"seniority": "manager",
"functions": ["sales"],
"intent_strength": null,
"show_intent": true,
"email_domain_catchall": false,
"revealed_for_current_team": true
}

Clean Format (clean: true) - Flattened Structure

{
"id": "54a2e1667468693825753044",
"first_name": "Roger",
"last_name": "Ramjattan",
"name": "Roger Ramjattan",
"email": "rramjattan@unitedelectric.com",
"personal_email": "roger.ramjattan@gmail.com",
"work_email": "rramjattan@unitedelectric.com",
"title": "SALES SUPERVISOR",
"headline": "SALES SUPERVISOR at United Electric Supply",
"linkedin_url": "http://www.linkedin.com/in/roger-ramjattan-86534130",
"photo_url": "https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2",
"seniority": "manager",
"department": "master_sales",
"city": "Vineland",
"state": "New Jersey",
"country": "United States",
"organization_id": "66e75d66d447880001db8eef",
"organization_name": "United Electric Supply",
"organization_website_url": "http://www.unitedelectric.com",
"organization_linkedin_url": "http://www.linkedin.com/company/unitedelectricsupply",
"organization_founded_year": 1965,
"organization_primary_domain": "unitedelectric.com",
"organization_logo_url": "https://zenprospect-production.s3.amazonaws.com/uploads/pictures/6856619b6e2c50000148e1ce/picture",
"industry": "electrical equipment",
"estimated_num_employees": "500"
}

🍚 Input Parameters

FieldTypeDescriptionDefault value
urlstringRequired. Apollo.io search URL to scrape leads from. Paste your Apollo search URL here.""
customRunNamestringOptional. Custom name for this scraping run. Will be displayed in the final status message.""
maxItemsnumberMaximum number of leads that you want to receive as output100
cleanbooleanIf true, returns flattened single-level data structure with essential fields only. If false, returns full nested structure with all available data.false
customMapFunctionStringFunction that takes each lead object as argument and returns data that will be mapped by the function itself. This function is not intended for filtering, please don't use it for filtering purposes or you will get banned automatically.null

πŸ”§ How It Works

  1. Paste Apollo URL: Copy your Apollo search URL from your browser
  2. Set Lead Count: Choose how many leads you want (up to 50,000)
  3. Start Scraping: Click run and get your data in minutes
  4. Export Results: Download as CSV for Excel, Google Sheets, or import into your CRM

πŸ”§ Troubleshooting

  • Getting Few Results? Check "Maximum number of items on output" (maxItems) field. This field enables you to control the total number of results. Leaving it empty will result in unlimited results (subject to your plan limits).
  • Are Some Outputs Missing? Ensure that you review all fields, not just the overview. You can navigate to the "Storage" tab and select either "Download the results" or "Open in a New Tab."
  • Getting No Results? Confirm that your Apollo URLs are valid search result URLs and contain accessible data.
  • Monthly Limit Reached? Free users are limited to 300 leads per month. Subscribe to a paid plan for unlimited access.

πŸ“ž Contact and Feature Requests

If you need any sort of support, please send an email to apidojo10@gmail.com. You name it, we get it.

🈴 Other Actors you might want to check