logiover's picture
Publish sample dataset for website-contact-scraper
c7df430 verified
metadata
license: cc-by-4.0
pretty_name: Website Contact Scraper  Email, Phone & Social Extractor
tags:
  - lead_gen
  - web-scraping
  - apify
  - lead-generation
  - business
  - scraper
size_categories:
  - n<1K

Website Contact Scraper – Email, Phone & Social Extractor

Extract emails, phone numbers and social links (LinkedIn, Instagram, X/Twitter, Facebook, YouTube) from any website. Auto-detects Contact/About pages (depth 1) and returns clean JSON per domain. Great for B2B lead gen, outreach, CRM enrichment and research.

What the actor scrapes

Website Contact Scraper — Email, Phone & Social Media Extractor Extract emails, phone numbers, LinkedIn, Instagram, Twitter/X, Facebook, and YouTube links from any website automatically. The fastest B2B lead scraper on Apify — crawls home pages and Contact/About pages in seconds, with zero manual work. Built for sales teams, growth hackers, recruiters, and marketing agencies. --- ## What Is This Actor? Finding contact information on websites is tedious, repetitive, and doesn't scale. This

Who this is for

This sample is useful for anyone working in lead gen, lead generation, business who wants a quick look at the shape of the data before running the live actor at scale. Treat it as a static snapshot — counts, prices and timestamps reflect the moment the sample was captured and will drift over time.

Source

Live source: This dataset is a static sample. For fresh, customizable extractions, run the live Apify actor: logiover/website-contact-scraper

Fields

  • url — canonical URL of the item
  • rootDomain — field captured by the actor
  • pageType — field captured by the actor
  • pageTitle — field captured by the actor
  • metaDescription — field captured by the actor
  • emails — field captured by the actor
  • phones — field captured by the actor
  • socials — field captured by the actor
  • scrapedAt — timestamp the row was scraped

Sample preview

[
  {
    "url": "https://apify.com",
    "rootDomain": "apify.com",
    "pageType": "Home",
    "pageTitle": "Apify: Full-stack web scraping and data extraction platform",
    "metaDescription": "Cloud platform for web scraping, browser automation, AI agents, and data for AI. Use 30,000+ ready-made tools, code templates, or order a custom solution.",
    "emails": [],
    "phones": [],
    "socials": {
      "linkedin": "http://linkedin.com/company/apify/",
      "twitter": "https://x.com/apify",
      "instagram": null,
      "facebook": null,
      "youtube": "https://www.youtube.com/apify"
    },
    "scrapedAt": "2026-05-15T10:51:58.385Z"
  },
  {
    "url": "https://apify.com/contact",
    "rootDomain": "apify.com",
    "pageType": "Contact/About",
    "pageTitle": "Contact us · Apify",
    "metaDescription": "Contact details for Apify, including address, support information, and social media channels.",
    "emails": [
      "hello@apify.com"
    ],
    "phones": [],
    "socials": {
      "linkedin": "https://www.linkedin.com/company/apify/",
      "twitter": "https://x.com/apify",
      "instagram": null,
      "facebook": null,
      "youtube": "https://www.youtube.com/apify"
    },
    "scrapedAt": "2026-05-15T10:51:58.818Z"
  }
]

Snapshot stats

  • Row count in this sample: 4
  • Data quality flag at capture time: THIN

License & Attribution

Released under Creative Commons Attribution 4.0 (CC BY 4.0). If you use this data, please credit the source actor and link back to its Apify Store page: logiover/website-contact-scraper.

The sample is provided as-is for evaluation and research. Source websites retain their own terms of service — downstream users are responsible for complying with them when running the live actor or redistributing scraped content.