# Extract Emails, Phones & Socials from Website List - Scraper

**Use case:** 

Turn a list of websites into a clean contact list — emails, phone numbers, and social profiles. Built for lead generation. Pay only for results found.

## Input

```json
{
  "websites": [
    "apify.com",
    "anthropic.com",
    "ycombinator.com"
  ]
}
```

## Output

```json
{
  "inputUrl": {
    "label": "Input url"
  },
  "domain": {
    "label": "Domain"
  },
  "finalUrl": {
    "label": "Final url"
  },
  "emails": {
    "label": "Emails"
  },
  "phones": {
    "label": "Phones"
  },
  "phonesFormatted": {
    "label": "Phones formatted"
  },
  "facebook": {
    "label": "Facebook"
  },
  "instagram": {
    "label": "Instagram"
  },
  "linkedin": {
    "label": "Linkedin"
  },
  "twitter": {
    "label": "Twitter"
  },
  "youtube": {
    "label": "Youtube"
  },
  "tiktok": {
    "label": "Tiktok"
  },
  "pinterest": {
    "label": "Pinterest"
  },
  "github": {
    "label": "Github"
  },
  "telegram": {
    "label": "Telegram"
  },
  "whatsapp": {
    "label": "Whatsapp"
  },
  "contactPage": {
    "label": "Contact page"
  },
  "status": {
    "label": "Status"
  }
}
```

## About this Actor

This example demonstrates how to use [Website Contact Scraper - $5/1K Results - Email, Phone, Social](https://apify.com/mamies/website-contact-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mamies/website-contact-scraper) to learn more, explore other use cases, and run it yourself.