# Shallow website email scraping by default

**Use case:** 

Find public website email addresses from a seed page and shallow internal pages without configuring crawler depth or page rules.

## Input

```json
{
  "urls": [
    {
      "url": "https://www.w3.org/contact/"
    }
  ],
  "maxNbEmailsToScrape": 25,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "email": {
    "label": "Email",
    "format": "string"
  },
  "url": {
    "label": "Source URL",
    "format": "string"
  },
  "seedUrl": {
    "label": "Seed URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Website Emails Scraper](https://apify.com/maximedupre/website-emails-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/website-emails-scraper) to learn more, explore other use cases, and run it yourself.