Apollo & B2B Lead Scraper avatar

Apollo & B2B Lead Scraper

Pricing

from $1.50 / 1,000 enriched b2b leads

Go to Apify Store
Apollo & B2B Lead Scraper

Apollo & B2B Lead Scraper

High-margin B2B contact intelligence and lead scraper. Enrich prospects, generate corporate email permutations with real-time deliverability verification, and detect company tech stacks.

Pricing

from $1.50 / 1,000 enriched b2b leads

Rating

0.0

(0)

Developer

Axery

Axery

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

๐ŸŽฏ Apollo & B2B Lead Scraper - Contact Enrichment, Verified Work Emails & Company Tech

High-margin B2B lead intelligence and prospect enrichment actor. Generate verified work email permutations, perform real-time MX deliverability checks, extract LinkedIn search URLs, and detect company tech stacks with zero browser overhead.


โšก Key Features

  • ๐Ÿš€ 3 Powerful Enrichment Modes:
    • prospects: Enrich prospect names (First Name, Last Name, Company Domain) into verified corporate work emails with deliverability scores.
    • domain_leads: Discover executive and decision-maker lead patterns for target companies and domains.
    • emails: Reverse email verification, disposable domain filtering, corporate classification, and MX diagnostics.
  • โœ‰๏ธ Real-Time Deliverability Assessment: DNS-over-HTTPS (DoH) MX validation against destination mail servers (Google Workspace, Microsoft 365, Proofpoint, etc.).
  • ๐Ÿ” Company Tech Stack Detection: Automatically scans company websites for CMS (Shopify, WordPress), JavaScript frameworks (Next.js, React), and analytics.
  • ๐Ÿ”— LinkedIn Direct Search Links: Pre-formatted LinkedIn search URL parameters for instant lead verification.
  • ๐Ÿ’ฐ Pay-Per-Event (PPE) Optimized: Perfect for automated cold outreach, CRM enrichment, and sales intelligence pipelines.

๐Ÿ“ฅ Input Parameters

ParameterTypeDefaultDescription
modeString"prospects"Enrichment mode: prospects, domain_leads, or emails.
prospectsArray[...]List of prospect objects (firstName, lastName, domain, title).
domainsArray["stripe.com"]Target company domains for domain lead generation.
targetTitlesArray["CEO", "CTO"]Target job titles for executive lead discovery.
verifySmtpBooleantruePerform MX deliverability checks.
detectTechStackBooleantrueScan company website to identify software & technologies used.
concurrencyInteger4Number of concurrent lead checks (1 to 10).
proxyConfigurationObjectnullApify Proxy configuration (optional).

๐Ÿ“ค Sample Output (prospects mode)

{
"first_name": "Patrick",
"last_name": "Collison",
"full_name": "Patrick Collison",
"title": "Chief Executive Officer",
"company_name": "Stripe",
"company_domain": "stripe.com",
"company_website": "https://stripe.com",
"work_email": "patrick.collison@stripe.com",
"deliverability_status": "VALID",
"confidence_score": 95,
"is_corporate_email": true,
"all_email_permutations": [
"patrick.collison@stripe.com",
"patrick@stripe.com",
"p.collison@stripe.com",
"pcollison@stripe.com"
],
"linkedin_search_url": "https://www.linkedin.com/search/results/people/?keywords=Patrick+Collison+Stripe+Chief+Executive+Officer",
"company_tech_stack": [
"Next.js",
"React",
"Cloudflare"
]
}