# Local Business Contact Finder - Emails & Phones in Bulk

**Use case:** 

Build a contact list for local outreach from a list of business website URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://onescales.com/pages/contact"
    }
  ],
  "checkIframes": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "string"
  },
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "phones": {
    "label": "Phones",
    "format": "array"
  },
  "phonesUncertain": {
    "label": "Phones (Uncertain)",
    "format": "array"
  },
  "linkedIns": {
    "label": "LinkedIn",
    "format": "array"
  },
  "twitters": {
    "label": "Twitter/X",
    "format": "array"
  },
  "instagrams": {
    "label": "Instagram",
    "format": "array"
  },
  "facebooks": {
    "label": "Facebook",
    "format": "array"
  },
  "youtubes": {
    "label": "YouTube",
    "format": "array"
  },
  "tiktoks": {
    "label": "TikTok",
    "format": "array"
  },
  "pinterests": {
    "label": "Pinterest",
    "format": "array"
  },
  "discords": {
    "label": "Discord",
    "format": "array"
  },
  "telegrams": {
    "label": "Telegram",
    "format": "array"
  },
  "whatsapps": {
    "label": "WhatsApp",
    "format": "array"
  },
  "snapchats": {
    "label": "Snapchat",
    "format": "array"
  },
  "threads": {
    "label": "Threads",
    "format": "array"
  },
  "reddits": {
    "label": "Reddit",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Website Contact & Social Media Extractor](https://apify.com/onescales/website-contact-social-media-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/onescales/website-contact-social-media-extractor) to learn more, explore other use cases, and run it yourself.