# Find business emails from SaaS company websites

**Use case:** 

Scrape public email addresses from SaaS company websites for B2B sales prospecting. Build targeted outreach lists fast.

## Input

```json
{
  "urls": [
    "https://vercel.com",
    "https://linear.app",
    "https://notion.so"
  ],
  "max_emails_per_domain": 10
}
```

## 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.