VOOZH about

URL: https://apify.com/scrapemint/lead-enrichment-pipeline

โ‡ฑ Lead Enrichment Pipeline: Emails, Phones, Socials, Company ยท Apify


๐Ÿ‘ Lead Enrichment Pipeline: Emails, Phones, Socials, Company avatar

Lead Enrichment Pipeline: Emails, Phones, Socials, Company

Pricing

Pay per event

Go to Apify Store

Lead Enrichment Pipeline: Emails, Phones, Socials, Company

Turn a list of domains into enriched leads. Per domain: emails, phones, social profiles (LinkedIn, Twitter, Instagram, Facebook, YouTube, GitHub, TikTok), and company signals. Built for sales and BD teams running cold outbound. One row per enriched lead. Pay per result.

Pricing

Pay per event

Rating

0.0

(0)

Developer

๐Ÿ‘ Ken M

Ken M

Maintained by Community

Actor stats

1

Bookmarked

8

Total users

4

Monthly active users

19 days ago

Last modified

Categories

Share

Lead Enrichment Pipeline: Domain to Emails, Phones, Socials, and Company Data

Turn a list of company domains into a clean lead file. Per domain you get every email and phone number we can find on the public site, every social profile (LinkedIn, Twitter, Instagram, Facebook, YouTube, GitHub, TikTok), and company signals (name, tagline, has blog, has careers page, has pricing page). One row per domain. Pay per enriched result.

Built for sales teams, BD reps, and agencies running cold outbound at volume. Drop a list of 500 domains in, get back a CSV with contact data ready to paste into your sequencer.


What you get in 30 seconds

flowchart LR
A[Input: list of domains<br/>acme.com, example.io] --> B[Crawl priority pages<br/>contact, about, team, careers]
B --> C[Extract emails, phones,<br/>social profiles, company data]
C --> D[Enriched lead per domain<br/>JSON, CSV, Excel]
D --> E[Sales sequencer,<br/>CRM, or warehouse]

Paste a domain list. Get one enriched lead per domain. No subscription, no monthly seat fees, no credit math.


Who this is for

RoleWhat you use it for
SDR / outbound repEnrich a fresh ZoomInfo or Apollo export with the contact emails published on each company site
BD lead at an agencyBuild a 5,000 row prospect file from a list of target accounts in one run
Founder doing manual outboundSkip the $99 a month Hunter subscription, pay per result
RevOps teamPipe new SFDC accounts through this actor for daily contact refresh
RecruiterSource agency partners by pulling careers and contact pages across a target list

Pricing vs typical alternatives

ToolPlanEffective price per enriched contact
Hunter.ioStarter, 500 searches per month, $49$0.098
Snov.ioStarter, 1,000 credits per month, $39$0.039
ApolloBasic, 1,200 credits per year on free tier, paid tiers credit gatedvaries
Clearbit / RevealCustom contracts$$$
This actorPay per result, no subscription$0.03

Pay only for results we return. Unreachable domains are free. Domains with no contacts found cost $0.005 (a sixth of an enriched result).


Sample output

{
"domain":"acme.com",
"url_canonical":"https://www.acme.com/",
"company":{
"name":"Acme Corp",
"tagline":"Tools that ship work, not meetings",
"description":"Acme builds collaboration software for distributed product teams.",
"linkedin_url":"https://www.linkedin.com/company/acme",
"github_org":"https://github.com/acme"
},
"emails":[
{"value":"hello@acme.com","source_url":"https://www.acme.com/contact","context":"mailto"},
{"value":"press@acme.com","source_url":"https://www.acme.com/about","context":"page text"}
],
"phones":[
{"value":"+1 415 555 0143","source_url":"https://www.acme.com/contact","context":"tel"}
],
"socials":{
"linkedin":"https://www.linkedin.com/company/acme",
"twitter":"https://x.com/acme",
"instagram":null,
"facebook":"https://www.facebook.com/acmecorp",
"youtube":null,
"github":"https://github.com/acme",
"tiktok":null
},
"tech_signals":{
"has_blog":true,
"has_careers_page":true,
"has_pricing_page":true
},
"pages_scanned":6,
"scraped_at":"2026-05-07T18:42:11.421Z"
}

How it works

flowchart TD
A[Domain list input] --> B[Normalize to root domain]
B --> C[Generate priority URL list<br/>contact, about, team, careers, imprint, blog, pricing]
C --> D[PlaywrightCrawler<br/>parallel domains]
D --> E[Extract emails<br/>mailto + body text]
D --> F[Extract phones<br/>tel + body text]
D --> G[Extract socials<br/>anchor href patterns]
D --> H[Extract company meta<br/>og:site_name, og:description]
E --> I[Filter blocklist<br/>example.com, sentry.io]
I --> J[One row per domain]
F --> J
G --> J
H --> J
J --> K[(Apify dataset<br/>JSON, CSV, Excel)]

The actor crawls a fixed priority list of paths (/, /contact, /about, /team, /careers, /imprint, plus tech signal pages like /blog and /pricing). It stops once maxPagesPerDomain is hit. Domains run in parallel via the configured concurrency. Robots.txt is obeyed by default.


Input fields

FieldTypeDefaultNotes
domainsarray of stringsrequiredPlain domains or full URLs. Up to 10,000 per run.
maxPagesPerDomaininteger8Cap on pages crawled per domain. Range 1 to 25.
includeSocialDiscoverybooleantruePull LinkedIn, Twitter, IG, FB, YT, GitHub, TikTok URLs. No extra requests.
includeCompanyDatabooleantruePull name, tagline, description from homepage meta tags.
obeyRobotsTxtbooleantrueSkip pages disallowed in robots.txt.
navigationDelayMsinteger1500Polite delay between page loads.
concurrencyinteger4Parallel domains. Range 1 to 20.
proxyConfigurationobjectApify proxy onResidential proxies recommended for protected sites.

Run it from the API

curl-X POST "https://api.apify.com/v2/acts/scrapemint~lead-enrichment-pipeline/runs?token=YOUR_TOKEN"\
-H"Content-Type: application/json"\
-d'{
"domains": ["stripe.com", "linear.app", "vercel.com"],
"maxPagesPerDomain": 6
}'

Result is written to the run's default dataset. Pull it as JSON, CSV, or Excel:

$curl"https://api.apify.com/v2/datasets/RUN_DATASET_ID/items?format=csv&token=YOUR_TOKEN"> leads.csv

Why we built it

Every other lead enrichment tool we looked at locks contact data behind a $49 to $99 monthly subscription, then makes you reason about credits. If you only need to enrich 200 domains this month, you do not want a 1,000 credit per month plan. Pay per result is the right shape for spiky, project based outbound work.

The output is intentionally raw. We do not score, we do not guess emails using firstname.lastname@domain patterns, and we do not invent data. Everything in the output came from a real public page on the company's own site.


What this actor does NOT do (yet)

  • Email pattern guessing. No first.last@domain synthesis. Guessed emails are spam grade and tank deliverability for buyers.
  • Person level enrichment. This is company level. For named contact lookup at a target company, see Apollo or Hunter for now.
  • LinkedIn page scraping. We discover the LinkedIn company URL from the target site's links. We do not crawl LinkedIn itself, which gets accounts banned.
  • Phone number validation. Phones are returned as found. Validate with a separate tool before dialing if compliance matters.

Cross sell

Pair this actor with:

  • Website Content Crawler for full text content of every page on each domain
  • GitHub Issue Monitor to track when target accounts publish new code or issues
  • HN Lead Monitor to catch the moment a target account posts on Show HN

Compliance posture

Everything we extract is data the target company already publishes on its public website. We obey robots.txt by default. We do not crawl LinkedIn, Facebook, or any other platform that requires authentication. If a buyer plans to use the output for cold email in EU jurisdictions, they remain responsible for GDPR compliant outreach (legitimate interest, opt out, etc.). This actor is a data extraction tool, not a sender.

You might also like

Email & Contact Lead Scraper โ€” Domain to Leads

sian.agency/email-contact-lead-scraper

Turn any domain into B2B leads โ€” emails, phone numbers and social profiles in one run. Batch up to 20 domains per call. 3 operations: website contacts (emails + phones + 9 social networks), bulk email search by domain, and social profile discovery. Clean JSON, pay per result.

๐Ÿ‘ User avatar

SIรN Oรœ

2

Website Emails, Phones & Social Profiles Scraper

igolaizola/web-contact-scraper

Scrape emails, phone numbers, and social profiles (LinkedIn, X/Twitter, Facebook, Instagram) from a bulk list of website URLs/domains. Great for lead generation, cold outreach, sales prospecting, recruiting, and CRM enrichment. Fast, scalable contact extraction with Apify-ready exports: CSV/JSON.

๐Ÿ‘ User avatar

Iรฑigo Garcia Olaizola

259

Email & Contact Extractor โ€” Emails, Phones, Socials

haketa/email-extractor

Email and contact extractor API: crawl any website or URL list and export emails, phone numbers and social profiles (LinkedIn, Instagram, Facebook, X, YouTube, TikTok). Lead generation, contact enrichment and sales outreach data โ€” fast, no login.

Lead Sonar โ€” Website Contact & Company Intelligence

lofomachines/lead-sonar

Turn any list of websites into enriched, sales-ready leads: emails, phone numbers, social profiles, technology insights, industry classification, company summaries, and lead scores. No login required.

Lead Enrichment Pipeline, Company URL to Verified Contacts

george.the.developer/lead-enrichment-pipeline

One API call: provide a LinkedIn company URL, get back enriched employee profiles with validated emails. Combines LinkedIn scraping, company intelligence, and email discovery into a single pipeline.

13

1.0

Website Contact Finder โ€” Emails, Phones & Socials for Leads

automation-lab/website-contact-finder

Turn company websites into outreach-ready contact signals. Extract public emails, phones, social profiles, contact pages, and optional email verification in bulk; export CRM/Instantly-ready CSV, Excel, JSON, or API results.

๐Ÿ‘ User avatar

Stas Persiianenko

395

๐Ÿ” Lead List Enricher โ€” Emails, Phones & Social from Any Domain

nexgendata/lead-list-enricher

Enrich your lead lists with contact data from any website. Upload domains or company URLs and get emails, phone numbers, social media profiles, and tech stack. Free Clearbit & ZoomInfo alternative. Bulk domain enrichment for sales teams.