Website Contact Data Scraper
Pricing
Pay per usage
Go to Apify Store
Website Contact Data Scraper
Extract emails, phones, social links, addresses, and contact forms from any website URL. Perfect for B2B lead generation, sales prospecting, and CRM data enrichment.
Apify Actor: contact-scraper
Extract emails, phones, social links, addresses, and contact forms from any website URL.
What This Actor Does
Given a website URL, this actor:
- Fetches the page (and optionally crawls sub-pages up to N hops deep)
- Extracts all email addresses via pattern matching
- Finds phone numbers in any common international format
- Identifies social media profile links (LinkedIn, Twitter/X, Facebook, Instagram, YouTube, TikTok)
- Detects physical addresses via regex patterns
- Locates pages with contact forms
- Saves everything as a structured JSON dataset
Input Parameters
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
url | string | ✅ | — | Website URL to scrape (e.g. https://www.example.com) |
max_depth | integer | ❌ | 1 | Crawl depth: 1 = homepage only, 2+ = sub-pages |
find_social | boolean | ❌ | true | Extract social media links |
find_phones | boolean | ❌ | true | Extract phone numbers |
find_emails | boolean | ❌ | true | Extract email addresses |
Output Dataset Fields
source_url, domain, pages_crawled, crawl_timestamp,emails[], phones[], addresses[],social_links: { linkedin, twitter, facebook, instagram, youtube, tiktok },contact_forms[]
Use Cases
- B2B lead generation — Build contact lists from directories, company sites, event pages
- Sales prospecting — Enrich CRM records with real phone/email data
- Cold outreach — Automate contact discovery for personalised email campaigns
- Due diligence — Verify if companies have genuine published contact info
- Journalism — Quick contact extraction for research
Limitations
- Cloudflare-protected sites may block scraping (upgrade to Apify Pro plan for residential proxy support)
- max_depth > 1 increases runtime proportionally
- Free tier: 100 concurrent results, 7-day dataset retention
Pricing
Recommended run cost: $0.05 – $0.10 per URL (scales with depth for multi-page crawls).
About
Built by Sid / Statistically World Cup — sports statistics and data content for the beautiful game.