# Verify E-commerce Brand Social Media Links

**Use case:** 

Confirm the accurate website domains and all social media profiles for major e-commerce brands, ensuring data integrity for partnership managers and affiliate m

## Input

```json
{
  "companies": [
    "Shein",
    "Zara",
    "H&M",
    "Nike",
    "Adidas",
    "ASOS",
    "Etsy",
    "Wayfair",
    "IKEA",
    "Target"
  ],
  "country": "UK",
  "maxSocialLinks": 10,
  "autoProxyFallback": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "officialWebsite": {
    "label": "Website",
    "format": "link"
  },
  "linkedin": {
    "label": "LinkedIn",
    "format": "link"
  },
  "twitter": {
    "label": "X / Twitter",
    "format": "link"
  },
  "facebook": {
    "label": "Facebook",
    "format": "link"
  },
  "instagram": {
    "label": "Instagram",
    "format": "link"
  },
  "youtube": {
    "label": "YouTube",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Company Domain & Social Links Finder](https://apify.com/crawlerbros/company-domain) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/company-domain) to learn more, explore other use cases, and run it yourself.