Website Contact & Social Extractor
Pricing
from $6.00 / 1,000 results
Website Contact & Social Extractor
Crawl any website and get one clean row per domain with every e-mail, phone number and social profile it exposes.
Pricing
from $6.00 / 1,000 results
Rating
0.0
(0)
Developer
Murat Uzun
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
18 hours ago
Last modified
Categories
Share
What is Website Contact & Social Extractor?
Website Contact & Social Extractor is an Apify Actor that crawls a list of websites and returns one clean row per domain with every e-mail, phone number, and social profile the site exposes. Feed it bare domains or full URLs and it aggregates contacts across the whole crawl, so 200 crawled pages still produce 200 usable leads, not 20,000 fragments. It runs on plain HTTP, no headless browser, for fast, cheap runs.
What data does Website Contact & Social Extractor extract?
Website Contact & Social Extractor extracts every contact channel a site exposes, normalized and de-duplicated:
| Field | Type | Description |
|---|---|---|
domain | string | Root domain, www. stripped |
startUrl | string | The input URL that seeded this row |
title / description | string | Site <title> and meta description |
emails | array | Unique, lower-cased e-mails from mailto: links and page source |
phones | array | Numbers from tel: links, normalized so formatting differences dedupe |
socials | object | Profile URLs by platform: LinkedIn, X/Twitter, Instagram, Facebook, YouTube, TikTok, GitHub, Telegram, WhatsApp |
emailCount / phoneCount | number | Quick sort keys |
pagesCrawled | number | Pages actually visited |
scrapedAt | string | ISO timestamp |
How to use Website Contact & Social Extractor
- Paste your websites into Websites (bare domains or full URLs).
- Leave Max pages per website (30) and Max link depth (2) at their defaults — contact info rarely needs more.
- Toggle Extract e-mails / phones / socials off as needed, attach a Proxy if rate-limited, click Start, then download results as JSON, CSV, Excel, or HTML.
Example input
{"startUrls": [{ "url": "https://apify.com" }],"maxPagesPerDomain": 30,"maxDepth": 2,"extractEmails": true,"extractPhones": true,"extractSocials": true}
Example output
{"domain": "example.com","startUrl": "https://example.com","title": "Example — Industrial Coatings","emails": ["info@example.com", "sales@example.com"],"phones": ["+902120000000"],"socials": { "linkedin": ["https://linkedin.com/company/example"] },"emailCount": 2,"phoneCount": 1,"pagesCrawled": 18,"scrapedAt": "2026-09-09T18:40:00.000Z"}
Input parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
startUrls | array | apify.com | Websites to crawl, one row each |
maxPagesPerDomain | integer | 30 | Page budget per website (1–1000) |
maxDepth | integer | 2 | Link depth from the start URL (0–5) |
followSubdomains | boolean | false | Also crawl subdomains |
extractEmails/Phones/Socials | boolean | true | Toggle each channel |
maxConcurrency | integer | 10 | Parallel requests (1–50) |
proxyConfiguration | object | none | Optional proxy |
Pricing
Website Contact & Social Extractor uses pay-per-event pricing: $0.01 per website result ($10 per 1,000), plus a negligible $0.00005 actor-start fee. Platform usage is included — no separate compute-unit billing. Set Maximum cost per run to cap spend; the Actor trims its own crawl list to stay within budget.
Website Contact & Social Extractor vs. manual lookup and per-page-priced scrapers
Manual lookup means opening each site and copy-pasting details — it doesn't scale past a few dozen leads. This Actor processes an entire domain list in one run at $10 per 1,000 results. Unlike scrapers priced per page, it charges per website, so a 200-page crawl still costs one result.
Using Website Contact & Social Extractor with AI agents and MCP
Website Contact & Social Extractor runs on pay-per-event pricing with limited permissions — the two requirements for an Actor to be callable through the Apify MCP server at mcp.apify.com. An agent passes startUrls and gets one row per domain back, and connects via n8n, Make, Zapier, or LangChain through Apify's integrations.
FAQ
Is this legal? The Actor reads only public HTML. You're responsible for crawling sites you're allowed to, respecting their terms, and handling any personal data under GDPR/KVKK.
How accurate are the e-mails? They come from mailto: links and page source, filtered through a blocklist removing common false positives (image filenames, sentry.io keys, placeholder addresses). Some noise can still slip through on unusual markup.
Why no phone numbers on a site I know lists one? Phones come from tel: links only — scraping digits from raw text produces far more false positives than real numbers.
How do I control cost? Set Maximum cost per run; the Actor caps how many websites it processes. Lowering Max pages per website also cuts compute.
Can I export as CSV or Excel? Yes, from the Output tab and API.
Related Actors
Part of the webdatatools web-intelligence suite — every Actor is pay-per-event, runs without proxies or a headless browser, and returns one clean row per entity:
Browse the whole suite at webdatatools, or call ten of these Actors straight from Claude, Cursor or Cline with the webdatatools MCP server.
Website & domain intelligence
- Website Tech Stack Detector — CMS, e-commerce, analytics, pixels and payments per domain
- Domain DNS & Email Security Checker — SPF, DKIM, DMARC, MX provider, registrar and domain age
- Domain Security Audit — TLS expiry, security headers, redirect chain, robots and llms.txt
- Subdomain Finder (Certificate Transparency) — every subdomain seen in CT logs, with a live DNS check
- Bulk Core Web Vitals & PageSpeed Audit — Lighthouse scores, LCP, CLS, INP and top fixes per URL
- On-Page SEO Audit — title, meta, headings, links, images and schema issues per page
- Sitemap URL Extractor & Change Monitor — every sitemap URL, or new and removed pages between runs
- Wayback Machine Snapshot & Page Change Tracker — how a page changed over time, or every archived snapshot
Content for AI, LLMs and RAG
- AI Web Search & Read — a query turned into clean Markdown from the top search results
- Website to Markdown Crawler for LLM & RAG — any site as clean Markdown per page, no browser
- Article & News Extractor — clean article text, author, date and Markdown per URL
- Structured Data & JSON-LD Extractor — Schema.org and Open Graph data from any page
- Google News Scraper — news results by keyword, topic or site
- Press Release Monitor — PR Newswire, Business Wire and GlobeNewswire releases
Search, video and social
- Google Search Results Scraper — organic SERP results per keyword and country
- YouTube Comments Scraper — comments and replies with likes, no API key
- YouTube Channel Latest Videos — the latest 15 videos of any channel from RSS
- YouTube Channel Videos Scraper — a channel's full video, shorts and stream list
- YouTube Search Results Scraper — videos, channels and playlists per query
- YouTube Video Details Scraper — views, likes, description, tags and chapters per video
- Apple Podcasts Lookup & Episodes Scraper — podcast metadata and episodes from iTunes and RSS
- Bluesky Scraper — posts, profiles, followers and threads from the AT Protocol API
Leads, jobs and company data
- Company 360 — one row per domain: contacts, tech, security, hiring and company facts
- Hiring Signals Scraper — open jobs and hiring velocity from 10 public ATS boards
- Y Combinator Companies & Founders Scraper — YC startups by batch, industry and hiring status
- Wikidata Entity & Company Enrichment — HQ, founders, employees, revenue and social IDs per company
- Bulk Email Validator — syntax, MX, disposable, role and free-provider checks
- OpenStreetMap POI Extractor — shops and amenities by radius, bbox or area
Developer, app and research data
- npm, PyPI & Crates.io Package Health Checker — releases, downloads, deprecation and a health score
- GitHub Repository Health & Activity Report — stars, commits, contributors and risk flags per repo
- VS Code Marketplace Extension Scraper — installs, ratings and versions per extension
- Chrome Web Store Extension Scraper — users, rating, version and developer per extension
- Google Play Store Scraper — apps, ratings, installs, developer contact and reviews
- App Store (iOS) App Metadata & Top Charts — ratings, price, version and charts per app
- CrossRef DOI & Citation Metadata Lookup — papers, authors, journals and citation counts
- FDA Recalls & Adverse Events Monitor — food, drug and device recalls from openFDA
- iCal / ICS Calendar Feed to Events Extractor — any public calendar feed as event rows
- Shopify Store Products Scraper — catalog, prices, variants and stock per store
Support and feedback
Found a bug or want a feature? Open an issue on the Issues tab.