File size: 3,944 Bytes
c7df430
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
---
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](https://apify.com/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

```json
[
  {
    "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](https://apify.com/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.