Website Emails, Phone & Social Media Scraper - Contact Details
Pricing
from $2.50 / 1,000 results
Website Emails, Phone & Social Media Scraper - Contact Details
๐ Website Emails, Phone & Social Media Scraper extracts full contact profiles from bulk URL lists. ๐ Decodes hidden addresses and merges duplicates per domain. ๐ Ideal for agencies building enriched outreach databases.
Pricing
from $2.50 / 1,000 results
Rating
0.0
(0)
Developer
Scrapido
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Website Emails, Phone & Social Media Scraper
Website Emails, Phone & Social Media Scraper helps you collect website contact information at scaleโemails, phone numbers, and social profile linksโso you donโt have to do slow, manual research across hundreds of pages. Itโs built for data harvesting, lead generation automation, and cleaner CRM enrichment using website contact form scraper workflows.
What is Website Emails, Phone & Social Media Scraper? ๐
Website Emails, Phone & Social Media Scraper is an Apify actor that automatically scrapes contact details from websites you provide. It targets each website domain and extracts email addresses, phone numbers (when enabled), and social media profile links (when enabled). This makes it ideal for marketers, sales teams, recruiters, and data analysts who need an email scraper-style workflow without spending hours hunting for contact pages. The result is structured data for automated website data extraction and contact information extractionโturning public web data into actionable lead generation automation outputs.
What Data Does a Website Emails & Social Media Scraper Collect? ๐
It captures the core contact data you need for outreach and enrichment: a domain record, a homepage URL, and arrays for emails and phone numbers, plus a social media section when available.
| Data Category | Field Name | Description | Available |
|---|---|---|---|
| Contact | emails | Email addresses publicly found on the website | โ Always (may be empty) |
| Navigation | homepage_url | The website homepage URL for the scraped domain | โ Always |
| Contact | phone_numbers | Phone numbers publicly found on the website (only if phone extraction is enabled) | โ Always (may be empty) |
| Social | social_media | Social media profile links found on the website (only if social extraction is enabled) | โ Always (may be empty) |
| Identity | domain | The domain extracted from your provided target URL(s) | โ Always |
Types of Data I Can Extract with Website Emails, Phone & Social Media Scraper ๐๏ธ
You can use Website Emails, Phone & Social Media Scraper to gather contact data in a few practical categories:
Contact Data
- Email addresses
- Phone numbers (when
enablePhoneExtractionis enabled)
Social Media Data
- Social media profile links (when
enableSocialMediaExtractionis enabled)
Export-Ready Records
- Structured JSON rows per domain with
domain,homepage_url,emails,phone_numbers, andsocial_media
Lead Generation Automation
- A consistent output format for CRM import, web scraping tools pipelines, and data harvesting workflows
Key Features of Website Emails, Phone & Social Media Scraper โก
| Feature | Benefit |
|---|---|
| โ Email, Phone, and Social Extraction Options | Toggle enablePhoneExtraction and enableSocialMediaExtraction based on your lead generation automation needs |
| โ Proxy Support | Built-in proxy support for reliable scraping and fewer interruptions |
| โ Domain-Based Scraping | You supply target website URLs; the actor extracts domains and scrapes each one |
| โ Structured Dataset Output | Results are pushed to an Apify dataset with consistent field names for easy downstream use |
| โ Deduplication of Social Links | Social profile links are deduplicated by normalized URL |
| โ Resilience for Real-World Sites | Includes robustness for handling domain-level errors without failing the whole run |
| โ Clean, CRM-Friendly Format | Output arrays for emails and phone_numbers, plus social_media objects ready for processing |
Website Emails, Phone & Social Media Scraper User Guide ๐
Required Input Fields
Use the Apify input form or provide an input.json file. Below is a realistic example using the schema defaults.
{"targetUrls": [{ "url": "https://apify.com" }],"enablePhoneExtraction": true,"enableSocialMediaExtraction": true,"proxySettings": {"useApifyProxy": true}}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
targetUrls | array | โ Yes | โ | List of target website URLs to scrape for contact information |
enablePhoneExtraction | boolean | No | true | If enabled, the scraper will also extract phone numbers found on the pages |
enableSocialMediaExtraction | boolean | No | true | If enabled, the scraper will detect and extract social media profile links (e.g., LinkedIn, Twitter, Facebook) |
proxySettings | object | No | โ | Configuration for proxies. Using residential proxies is highly recommended to avoid blocking. Includes proxy support |
Output Format (Apify Dataset) ๐ฆ
The actor pushes one dataset item per scraped domain. Use the dataset schema below as the source of truth.
{"domain": "example.com","homepage_url": "https://example.com","emails": [{"email": "contact@example.com","confidence_score": 86.4,"source_url": "https://example.com/contact","source_type": "body","validation_status": "unknown"},{"email": "sales@example.com","confidence_score": 78.2,"source_url": "https://example.com/about","source_type": "footer","validation_status": "unknown"}],"phone_numbers": [{"phone": "+1 (415) 555-0134","formatted": "+14155550134","source_url": "https://example.com/contact"}],"social_media": [{"platform": "linkedin","url": "https://www.linkedin.com/company/example-inc/","source_url": "https://example.com"},{"platform": "twitter","url": "https://twitter.com/example_inc","source_url": "https://example.com/about"}]}
| Field | Label | Format | Description |
|---|---|---|---|
domain | Domain | text | The domain extracted from your provided target URL(s) |
homepage_url | Homepage | link | Homepage URL for the scraped domain |
emails | Email Addresses | array | Array of extracted email address objects found on the website |
phone_numbers | Phone Numbers | array | Array of extracted phone number objects found on the website |
social_media | Social Media | object | Extracted social media links (deduplicated) as returned by the actor |
Solving Real Problems with Website Emails, Phone & Social Media Scraper ๐ผ
- ๐ฏ Cold Outreach at Scale โ Build a contact list for lead generation automation without manual page-by-page research
- ๐ฃ CRM Enrichment โ Add emails and phone numbers to existing records as part of data harvesting
- ๐ฌ Business Discovery โ Identify which companies publicly list contact channels for outreach and partnerships
- ๐ค Sales Enablement โ Speed up initial prospect research by pulling publicly available contact information
- โ๏ธ Automation-Friendly Workflows โ Feed the structured output into your pipelines using web scraping tools integrations
- ๐งฉ Multi-Channel Leads โ Combine email and phone discovery with social media profile scraping for stronger targeting
Why Choose Our Website Emails, Phone & Social Media Scraper? ๐
- ๐ก๏ธ Reliable proxy-enabled scraping โ Uses your proxy settings to support smoother scraping across real websites
- ๐ Configurable extraction โ Enable or disable phone and social extraction depending on your campaign goals
- ๐ Dataset-first output โ Results are pushed to an Apify dataset with consistent field ordering for easy export
- ๐ Cleaner social link handling โ Social profile links are deduplicated, helping you avoid repeated contacts
How Many Results Can You Scrape? ๐
This actor processes each provided target domain and saves a structured dataset record per domain. The practical number of emails and phone numbers depends on what the website publicly lists and whether enablePhoneExtraction / enableSocialMediaExtraction are enabled. If you provide multiple target URLs, youโll receive multiple dataset itemsโone for each scraped domain.
Legal Guidelines for Scraping Website โ๏ธ
This actor collects information only from publicly available sources. It does not access private accounts or restricted content. You are responsible for complying with applicable laws and each websiteโs Terms of Service, including privacy and anti-spam regulations. Use this tool for legitimate business purposes such as contact information extraction and CRM enrichment. For data-removal requests, contact: scrapidocontact@gmail.com.
FAQ โ Website Emails, Phone & Social Media Scraper โ
How Does the Website Emails, Phone & Social Media Scraper Work?
You provide targetUrls, and the actor extracts domains and scrapes each website for publicly listed contact information. It then pushes structured results into your Apify dataset, including emails, phone_numbers, and social_media (depending on your enabled options).
What Happens If Phone Extraction Is Disabled?
If you set enablePhoneExtraction to false, the dataset items will still be created per domain, but the phone_numbers array may be empty because phone number extraction is turned off.
What Happens If Social Media Extraction Is Disabled?
If you set enableSocialMediaExtraction to false, social profile discovery is disabled for the run. The output will still include the social_media field, but it may be empty.
Can I Use This for Lead Generation Automation?
Yes. The actorโs dataset output is designed for downstream workflows like lead generation automation and CRM enrichmentโso you can take the structured emails, phone numbers, and social links and integrate them into your outreach process.
Where Do I Find the Results?
The actor pushes results to an Apify dataset. Each dataset item corresponds to a scraped domain and includes homepage_url, emails, phone_numbers, and social_media.
How Can I Request Data Removal?
If you need data removal, contact scrapidocontact@gmail.com. Include enough context for the request so the team can locate the relevant output.
Final Word โ๏ธ
Website Emails, Phone & Social Media Scraper turns publicly listed contact channels into structured dataset rowsโso you can move from manual research to automated website contact information extraction. Run it on your target domains and export-ready data arrives in your dataset.