Website Email & Contact Extractor: Lead Generation Tool avatar

Website Email & Contact Extractor: Lead Generation Tool

Pricing

$9.99/month + usage

Go to Apify Store
Website Email & Contact Extractor: Lead Generation Tool

Website Email & Contact Extractor: Lead Generation Tool

Extract emails, phone numbers, and social media links (LinkedIn, Facebook, IG) from any website. Perfect for lead generation and outreach. Features built-in proxy support and deep-scan technology to find hidden contact details on sub-pages like /contact or /about.

Pricing

$9.99/month + usage

Rating

0.0

(0)

Developer

Scrape Pilot

Scrape Pilot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share


πŸ“‡ Business Contact Extractor β€” Emails, Phone & Social Links

Extract verified contact information from any business website.
Get emails, phone numbers, and social media profiles β€” perfect for lead generation, sales intelligence, and business enrichment.


πŸš€ Why This Tool Is Essential

  • Multi‑Page Crawling – Configurable depth (max_pages) to explore beyond the homepage.
  • Comprehensive Contact Data – Emails, phone numbers, LinkedIn, Facebook, Instagram.
  • Bulk Processing – Scrape dozens of website URLs in one run.
  • Proxy Ready – Uses Apify’s proxy configuration to avoid IP blocks.
  • Clean JSON Output – Ready for CRM, sales tools, or analytics dashboards.

πŸ“₯ Input Schema

The actor accepts a JSON object with the following fields:

FieldTypeRequiredDefaultDescription
target_urlsarray of stringsYes–List of website URLs (e.g., https://example.com).
max_pagesintegerNo5Maximum number of pages to crawl per domain.

Example Input

{
"target_urls": [
"https://apify.com",
"https://stripe.com",
"https://shopify.com"
],
"max_pages": 10
}

πŸ“€ Output Fields

Each website returns an object with the following structure:

FieldTypeDescription
domainstringClean domain name (e.g., apify.com).
emailsarrayList of extracted email addresses.
phone_numbersarrayList of extracted phone numbers (international format).
social_linksobjectSocial media profiles (LinkedIn, Facebook, Instagram, etc.).
source_urlstringOriginal input URL.
pages_scannedintegerNumber of pages crawled (actual).
statusstringVerified or Failed.
extracted_atstringISO timestamp when data was extracted.

Example Output

[
{
"domain": "apify.com",
"emails": ["contact@apify.com", "support@apify.com"],
"phone_numbers": ["+1-202-555-0178", "+44 20 7946 0958"],
"social_links": {
"linkedin": "https://linkedin.com/company/apify",
"facebook": "https://facebook.com/apify",
"instagram": "https://instagram.com/apify"
},
"source_url": "https://apify.com",
"pages_scanned": 5,
"status": "Verified",
"extracted_at": "2026-03-30T20:00:00Z"
}
]

πŸ›  How to Use on Apify

  1. Create a task with this actor.
  2. Provide input – list the website URLs you want to scrape.
  3. Set crawl depth – choose how many pages to scan per domain.
  4. Configure proxies – optionally enable Apify proxy in the input or via the run tab.
  5. Run – the actor crawls each site and pushes data to the Dataset.
  6. Export – download results as JSON, CSV, or Excel.

Running via API

curl -X POST "https://api.apify.com/v2/acts/your-username~contact-extractor/runs" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-d '{
"target_urls": ["https://example.com"],
"max_pages": 3
}'

πŸ’‘ Ideal Use Cases

  • Lead Generation – Build prospect lists with verified contact details.
  • Sales Intelligence – Enrich CRM with emails, phones, and social links.
  • Competitor Research – Understand how other businesses present contact info.
  • Market Analysis – Collect contact data for entire industry segments.
  • Data Enrichment – Augment existing databases with missing fields.

πŸ” SEO Keywords

contact scraper, email extractor, phone number scraper, social media finder, lead generation tool, business contact intelligence, website crawler, Apify contact extractor, sales prospecting


⚠️ Notes & Limitations

  • Demo / Placeholder Data – The current version uses simulated data for demonstration. A production version would implement actual web crawling with HTML parsing.
  • Rate Limits – Respect website robots.txt and terms of service. Use residential proxies for large‑scale runs.
  • Data Accuracy – Extracted contacts may require verification. Not all pages will yield valid data.
  • Crawl Depth – max_pages controls breadth; deeper crawls may take longer and use more resources.