# Website Email and Phone Scraper

**Use case:** 

Find public emails and phone numbers from website lists, with social links and source pages included when available.

## Input

```json
{
  "domains": [
    "centralrestaurante.com",
    "caitlinmcweeney.com",
    "apify.com",
    "stripe.com",
    "supabase.com"
  ],
  "maxResults": 1000,
  "resultMode": "contactsOnly",
  "maxPagesPerWebsite": 3,
  "concurrency": 100,
  "requestTimeoutSecs": 5,
  "extractPhones": true,
  "extractSocials": true,
  "includePersonalData": true,
  "sameDomainOnly": true
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "phones": {
    "label": "Phones",
    "format": "array"
  },
  "facebooks": {
    "label": "Facebooks",
    "format": "array"
  },
  "instagrams": {
    "label": "Instagrams",
    "format": "array"
  },
  "linkedIns": {
    "label": "Linked ins",
    "format": "array"
  },
  "pagesFetched": {
    "label": "Pages",
    "format": "integer"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Website Email Scraper & Phone Finder ✅ $2/1k](https://apify.com/x_guru/website-email-phone-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/x_guru/website-email-phone-finder) to learn more, explore other use cases, and run it yourself.