# Get B2B Software Company Social Media Contacts

**Use case:** 

Retrieve the official domains and key social media links for leading B2B software providers to enrich CRM data and refine sales outreach. Access to these direct

## Input

```json
{
  "companies": [
    "SAP",
    "Oracle",
    "IBM",
    "Cisco",
    "VMware",
    "Palo Alto Networks",
    "CrowdStrike",
    "Splunk",
    "Zendesk",
    "UiPath"
  ],
  "maxSocialLinks": 8,
  "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.