Website Email & Contact Extractor: Lead Generation Tool
Pricing
$9.99/month + usage
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
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
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:
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
target_urls | array of strings | Yes | β | List of website URLs (e.g., https://example.com). |
max_pages | integer | No | 5 | Maximum 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:
| Field | Type | Description |
|---|---|---|
domain | string | Clean domain name (e.g., apify.com). |
emails | array | List of extracted email addresses. |
phone_numbers | array | List of extracted phone numbers (international format). |
social_links | object | Social media profiles (LinkedIn, Facebook, Instagram, etc.). |
source_url | string | Original input URL. |
pages_scanned | integer | Number of pages crawled (actual). |
status | string | Verified or Failed. |
extracted_at | string | ISO 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
- Create a task with this actor.
- Provide input β list the website URLs you want to scrape.
- Set crawl depth β choose how many pages to scan per domain.
- Configure proxies β optionally enable Apify proxy in the input or via the run tab.
- Run β the actor crawls each site and pushes data to the Dataset.
- 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.txtand 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_pagescontrols breadth; deeper crawls may take longer and use more resources.