# Social Media Profile Scraper for E-Commerce Stores

**Use case:** 

Extract social media profiles from specific e-commerce websites. Get detailed links from sites like Allbirds, Bombas, and Mejuri.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.allbirds.com/"
    },
    {
      "url": "https://www.bombas.com/"
    },
    {
      "url": "https://www.mejuri.com/"
    }
  ],
  "maxDepth": 1,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "maxRequestsPerCrawl": 20,
  "useJsBrowser": false
}
```

## Output

```json
{
  "rootDomain": {
    "label": "Root domain"
  },
  "emails": {
    "label": "Emails"
  },
  "socials.linkedin": {
    "label": "Linkedin"
  },
  "socials.instagram": {
    "label": "Instagram"
  },
  "pageTitle": {
    "label": "Page title"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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