# Bulk scrape contact info from competitor sites

**Use case:** 

Extract email addresses, phone numbers, LinkedIn, Twitter, and Facebook profiles from competitor websites in bulk. Paste any list of URLs and get contact data.

## Input

```json
{
  "urls": [
    "https://stripe.com",
    "https://paypal.com",
    "https://square.com"
  ],
  "max_emails_per_domain": 5
}
```

## Output

```json
{
  "url": {
    "label": "Website URL",
    "format": "link"
  },
  "emails": {
    "label": "Email Addresses",
    "format": "object"
  },
  "phones": {
    "label": "Phone Numbers",
    "format": "object"
  },
  "socials": {
    "label": "Social Profiles",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Website Email, Phone Numbers & Social Media Profiles Finder](https://apify.com/parsebird/website-contact-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parsebird/website-contact-finder) to learn more, explore other use cases, and run it yourself.