B2B Lead Intelligence & Company Enricher avatar

B2B Lead Intelligence & Company Enricher

Pricing

from $80.00 / 1,000 enriched leads

Go to Apify Store
B2B Lead Intelligence & Company Enricher

B2B Lead Intelligence & Company Enricher

Extract emails, LinkedIn, phone, tech stack & social profiles from any company domain. Perfect for B2B lead generation, sales prospecting & market research. Fast, accurate, no coding needed.

Pricing

from $80.00 / 1,000 enriched leads

Rating

5.0

(1)

Developer

Hicham Errazougui

Hicham Errazougui

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

2

Monthly active users

9 days ago

Last modified

Share

πŸ” B2B Lead Intelligence β€” Email, LinkedIn & Company Enricher

Turn any domain into a full lead profile in seconds.

Extract verified emails, LinkedIn company pages, phone numbers, tech stack, social media profiles, and company information β€” all from just a domain name. Built for sales teams, marketers, recruiters, and growth hackers.


πŸš€ What It Does

Paste in a list of domains (e.g. stripe.com, notion.so) and get back a rich dataset with:

Data PointDescription
πŸ“§ EmailsAll discoverable email addresses on the domain
πŸ’Ό LinkedInCompany LinkedIn page URL
πŸ“ž PhonePhone numbers found on the website
πŸ› οΈ Tech StackTechnologies detected (CRM, analytics, frameworks, payments)
🌐 Social ProfilesTwitter/X, Instagram, Facebook, YouTube, GitHub, TikTok
🏒 Company InfoName, description, industry, location

πŸ’‘ Use Cases

  • Sales prospecting β€” Build lead lists with verified contact info
  • Competitor research β€” See what tools your competitors use
  • Agency outreach β€” Find emails and LinkedIn for cold outreach campaigns
  • Recruitment β€” Find company contacts before applying
  • Market research β€” Analyze tech stacks across an industry

πŸ“₯ Input

Simply provide a list of company domains:

{
"domains": [
"stripe.com",
"notion.so",
"vercel.com",
"linear.app"
],
"findEmails": true,
"findLinkedIn": true,
"findPhone": true,
"findTechStack": true,
"findSocialProfiles": true,
"maxDepth": 2,
"maxPagesPerDomain": 15
}

Input Parameters

ParameterTypeDefaultDescription
domainsArrayrequiredList of company domains to enrich
findEmailsBooleantrueExtract email addresses
findLinkedInBooleantrueFind LinkedIn company page
findPhoneBooleantrueExtract phone numbers
findTechStackBooleantrueDetect technologies used
findSocialProfilesBooleantrueFind social media profiles
maxDepthNumber2How deep to crawl (1-5)
maxPagesPerDomainNumber15Max pages to visit per domain
proxyConfigObjectβ€”Apify proxy settings (recommended)

πŸ“€ Output

Each domain produces a clean JSON record:

{
"domain": "stripe.com",
"companyName": "Stripe",
"emails": [
"press@stripe.com",
"support@stripe.com"
],
"linkedinUrl": "https://www.linkedin.com/company/stripe",
"phone": ["+1 (888) 926-2289"],
"description": "Stripe powers online and in-person payment processing and financial solutions for businesses of all sizes.",
"techStack": [
"Cloudflare",
"Google Analytics",
"Google Tag Manager",
"React",
"Stripe"
],
"industry": "Financial Technology",
"location": "San Francisco, CA",
"socialProfiles": {
"twitter": "https://twitter.com/stripe",
"linkedin": "https://linkedin.com/company/stripe",
"facebook": "https://facebook.com/stripe",
"github": "https://github.com/stripe"
},
"pagesScraped": 12,
"scrapedAt": "2025-03-01T14:22:00.000Z"
}

βš™οΈ Tips for Best Results

  1. Enable proxies β€” Use Apify's Residential proxy group to avoid blocks on large runs
  2. Set crawl depth to 2-3 β€” Contact and About pages usually have the most data
  3. Process in batches β€” For large lists (100+ domains), split into batches of 50
  4. Export as CSV β€” Use Apify's built-in dataset export for Excel/Google Sheets

πŸ’° Pricing

This Actor uses Apify's pay-per-result model. Typical costs:

  • ~$0.10–0.30 per domain (depending on crawl depth)
  • 100 leads β‰ˆ $10–30 in compute units

This Actor only scrapes publicly available information from company websites. It does not bypass authentication, access private data, or violate robots.txt directives. Always ensure your use complies with applicable laws (GDPR, CAN-SPAM, etc.) in your jurisdiction.


πŸ› Issues & Support

Found a bug or have a feature request? Open an issue or reach out via the Apify community forum.

Built with ❀️ using Apify SDK and Crawlee