# Find Top Tech Company Domains and Social Media Links

**Use case:** 

Identify the official domains and social media presence for leading technology companies to enhance lead generation efforts. This data is crucial for sales outr

## Input

```json
{
  "companies": [
    "Google",
    "Microsoft",
    "Apple",
    "Amazon",
    "Meta",
    "Tesla",
    "NVIDIA",
    "Samsung",
    "Adobe",
    "Salesforce"
  ],
  "country": "US",
  "maxSocialLinks": 5,
  "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.