VOOZH about

URL: https://apify.com/foo121/website-contact-scraper

โ‡ฑ Website Email & Contact Scraper โ€” bulk lead extraction ยท Apify


Pricing

$3.00 / 1,000 result items

Go to Apify Store

Website Contact & Email Scraper

Extract emails, phone numbers and social links from any list of websites โ€” with contact-page crawling and email validation. Bulk B2B lead enrichment, pay per result.

Pricing

$3.00 / 1,000 result items

Rating

0.0

(0)

Developer

๐Ÿ‘ ziv shay

ziv shay

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

8 days ago

Last modified

Share

Extract emails, phone numbers and social links from any list of websites โ€” with contact-page crawling, a JS-render fallback for SPA sites, and email validation. Built for bulk B2B lead enrichment. Pay per result.

What it does

Give it a list of websites (plain URLs, bare domains, or objects with a url/website field). For each site it:

  1. Fetches the homepage.
  2. Optionally crawls common contact pages (/contact, /contact-us, /about, /about-us).
  3. Extracts every email, phone number and social profile โ€” LinkedIn, Facebook, Twitter/X, Instagram, YouTube, TikTok, Telegram, WhatsApp, GitHub and Pinterest โ€” from mailto:/tel: links, visible text, and inline JSON/JSON-LD (many sites only ship their socials inside a Next.js data blob, which an anchor-only scraper misses).
  4. Validates each email (syntax), tags role (info@, sales@) and no-reply addresses, and can drop them on request.
  5. JS-render fallback: when a homepage is an empty single-page-app shell, it re-fetches with a full browser profile to recover contacts the plain crawler would miss.

One row is pushed per website โ†’ pay-per-result ready, export to CSV/JSON/Excel.

Input

FieldTypeDefaultDescription
startUrlsarray (required)โ€”Websites to scrape. URLs, bare domains, or { url } objects.
crawlContactPagesbooleantrueAlso fetch contact/about pages.
contactPathsarray/contact, /contact-us, /about, /about-usExtra relative paths to probe.
dropRoleEmailsbooleanfalseExclude role + no-reply addresses, keep personal only.
renderJsbooleantrueBrowser-profile retry for JS-rendered/SPA homepages.
maxConcurrencyinteger10Sites crawled in parallel.
requestTimeoutSecsinteger20Per-page fetch timeout.
proxyConfigurationobjectApify ProxyOutbound proxy.

Output (one row per site)

{
"website":"https://acme.com",
"domain":"acme.com",
"emails":["jane@acme.com","info@acme.com"],
"emailDetails":[
{"email":"jane@acme.com","type":"personal","valid":true},
{"email":"info@acme.com","type":"role","valid":true}
],
"phones":["+15125550123"],
"linkedin":"https://linkedin.com/company/acme",
"facebook":null,"twitter":"https://x.com/acme","instagram":null,
"youtube":"https://www.youtube.com/acme","tiktok":null,
"telegram":null,"whatsapp":null,"github":null,"pinterest":null,
"hasEmail":true,"hasPhone":true,
"emailCount":2,"phoneCount":1,
"pagesScanned":3,"jsFallbackUsed":false,
"status":"scraped","error":null,
"scrapedAt":"2026-06-20T00:00:00.000Z"
}

status is one of scraped, no_contacts_found, unreachable, error โ€” so a single bad site never breaks the run.

Notes on accuracy

Social detection is host-anchored (parses each link's host) rather than naive substring matching, so a URL like measure-ux.com is never mis-tagged as Twitter/X โ€” a class of false positive that simple .includes("x.com") scrapers produce. The biggest entrenched incumbent in this category is very strong (15+ platforms, optional paid email verification); this actor is the cheaper, no-add-on option with solid 10-platform coverage, the JSON-blob fallback above, and per-email role/no-reply typing for clean segmentation.

You might also like

Website Contact & Email Extractor

bohard/website-contact-extractor

Crawl any list of websites and extract emails, phone numbers and social media profiles for lead generation.

๐Ÿ‘ User avatar

Bohdan Shtelmakh

4

Website Contact Extractor - Emails, Phones & Social Links

santhej/website-contact-extractor

Bulk-extract contact details from any list of websites: email addresses, phone numbers, and social profiles (LinkedIn, X, Facebook, Instagram, YouTube). Crawls homepage + contact/about pages. Clean JSON/CSV for lead lists & enrichment.

๐Ÿ‘ User avatar

Santhej Kallada

6

5.0

Website Email Phone Finder

scrapier/website-email-phone-finder

๐Ÿ”Ž Website Email & Phone Finder finds and verifies contact details from any website or domain โ€” emails, phone numbers & contact pages. ๐Ÿš€ Ideal for B2B prospecting, lead gen, and outreach. Bulk search, validation, CSV export & API.

Website Contact Scraper โ€“ Email, Phone & Social Extractor

logiover/website-contact-scraper

Bulk email and contact extractor for any website. Scrape emails, phones and social links with no API and export leads to CSV or JSON.

Website Emails Scraper

automation-lab/website-emails-scraper

Extract emails, phone numbers, social profiles, and contact/about page URLs from public websites. Fast HTTP crawler for lead enrichment.

๐Ÿ‘ User avatar

Stas Persiianenko

2

Extract Contact Details from Any Website โ€“ Email, Phone, Social

unlimitedleadtestinbox/extract-contact-details-from-any-website---email-phone-social

Find website contact details from website url (Email + Phone)

Email Extractor โ€” Website Email, Phone & Social Scraper

aitorsm/email-extractor

Bulk email & phone extractor for a list of websites. Paste URLs or domains, get back deduped emails, phone numbers, and social links per site โ€” homepage plus contact/about pages, junk filtered. For lead lists, CRM enrichment, and outreach.

๐Ÿ‘ User avatar

Aitor Sanchez-Mansilla

4

Bulk Website Contact & Email Finder

gersinhobdc/contact-email-finder

Extract verified emails, phone numbers & social profiles from a list of websites โ€” with decision-maker email ranking. Predictable pay-per-website pricing, no charge for empty results.

Email & Contact Extractor โ€” Emails, Phones, Socials

haketa/email-extractor

Email and contact extractor API: crawl any website or URL list and export emails, phone numbers and social profiles (LinkedIn, Instagram, Facebook, X, YouTube, TikTok). Lead generation, contact enrichment and sales outreach data โ€” fast, no login.