Lead Generator β€” B2B Email Finder & Contact Prospecting avatar

Lead Generator β€” B2B Email Finder & Contact Prospecting

Under maintenance

Pricing

$30.00 / 1,000 results

Go to Apify Store
Lead Generator β€” B2B Email Finder & Contact Prospecting

Lead Generator β€” B2B Email Finder & Contact Prospecting

Under maintenance

Find B2B leads from any website: extract emails, phone numbers, and social profiles. Supports domain lists, Google search integration, and CSV export. Built for sales teams and lead enrichment.

Pricing

$30.00 / 1,000 results

Rating

0.0

(0)

Developer

Luan M.

Luan M.

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 hours ago

Last modified

Categories

Share

Lead Generator & Email Finder

Extract emails, phone numbers, social media profiles, and business information from any website or search results. Perfect for sales prospecting, lead enrichment, and market research.


πŸš€ Quick Start

  1. Install dependencies
$npm install
  1. Run locally
# Via script (uses input from Apify storage or defaults)
npm start
# Or directly with custom input
node src/main.js
  1. Run on Apify Platform

πŸ“‹ Input Parameters

ParameterTypeDefaultDescription
startUrlsarray[]List of website URLs to scrape for leads
searchQuerystring""Google search query to find businesses (e.g. "plumbers in Austin")
keywordsstring""Comma-separated keywords (alternative to searchQuery)
maxLeadsinteger50Maximum number of lead records to collect (max: 10,000)
maxPagesinteger10Max pages to crawl per domain when deep extraction is enabled
extractDeepbooleanfalseCrawl deeper into each domain to find more contact pages
includePhonesbooleantrueExtract phone numbers alongside emails
includeSocialbooleantrueExtract LinkedIn, Twitter, Facebook, Instagram, and other social links
proxyConfigurationobjectApify ProxyProxy config to avoid IP blocking (recommended: RESIDENTIAL proxies)

Input examples

Option 1: Direct URLs

{
"startUrls": [
{ "url": "https://example-company.com" },
{ "url": "https://another-business.com/contact" }
],
"maxLeads": 100,
"includePhones": true
}

Option 2: Search Query (find leads from Google)

{
"searchQuery": "real estate agents in San Francisco",
"maxLeads": 200,
"extractDeep": true,
"includeSocial": true
}

Option 3: Bulk keywords

{
"keywords": "dentist, dental clinic, orthodontist",
"maxLeads": 500,
"extractDeep": true
}

πŸ“€ Output Fields

Each lead record contains:

FieldTypeDescription
urlstringSource URL where lead was found
companyNamestringCompany or business name (from meta tags / title)
descriptionstringMeta description or business description
emailsstring[]All discovered email addresses
phonesstring[]All discovered phone numbers (if enabled)
socialLinksobject[]Social media URLs with platform name
addressstringPhysical address (if found in structured data)
crawledAtstringISO timestamp of extraction

Sample output

[
{
"url": "https://example-company.com/contact",
"companyName": "Example Company Inc.",
"description": "Leading provider of widgets and gadgets since 1999.",
"emails": ["info@example-company.com", "support@example-company.com"],
"phones": ["+15551234567"],
"socialLinks": [
{ "platform": "LinkedIn", "url": "https://linkedin.com/company/example" },
{ "platform": "Twitter/X", "url": "https://twitter.com/example" }
],
"address": "123 Main St, San Francisco, CA 94102",
"crawledAt": "2026-05-30T12:00:00.000Z"
}
]

πŸ’° Pricing

PlanCredits per runWhat you get
Starter$20Up to 100 leads, basic extraction
Professional$35Up to 500 leads, deep extraction, social + phones
Enterprise$50Up to 10,000 leads, full deep crawl, priority support

Pricing is per run. Runs are charged based on compute units consumed. Most runs complete within 2–10 minutes depending on maxLeads and extractDeep settings.


🎯 Common Use Cases

  1. Sales Prospecting β€” Build targeted lead lists from competitor websites or industry directories
  2. Recruitment β€” Find contact info for companies in specific locations or sectors
  3. Market Research β€” Gather competitive intelligence and business data
  4. Partnership Outreach β€” Discover partnership opportunities with relevant businesses
  5. Email Marketing β€” Build permission-based email lists from public websites

πŸ”§ How It Works

  1. Accepts your target URLs or search queries
  2. Navigates each page using a real browser (Playwright) β€” renders JavaScript, handles SPAs
  3. Extracts emails via regex patterns, phone numbers, social links, and business metadata
  4. Optionally deep-crawls the domain to find contact/about pages
  5. Deduplicates and delivers clean, structured lead data to your dataset

⚠️ Best Practices

  • Use proxy rotation β€” Enable Apify residential proxies for SERP scraping
  • Set realistic maxLeads β€” Start with 50–100 to test, then scale up
  • Deep extraction works best on well-structured business websites
  • Combine with searchQuery for the most powerful lead generation β€” Google finds businesses, we extract their contacts

πŸ“„ License

MIT