# Find Ecommerce Store Contact Details

**Use case:** 

Find Ecommerce Store Contact Details by scraping public emails, phone numbers, and social links from websites.

## Input

```json
{
  "urls": [
    "https://www.allbirds.com",
    "https://www.warbyparker.com",
    "https://www.glossier.com"
  ]
}
```

## Output

```json
{
  "index": {
    "label": "Index",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "phones": {
    "label": "Phones",
    "format": "array"
  },
  "socials": {
    "label": "Socials",
    "format": "array"
  }
}
```

## About this Actor

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