# Extract SaaS Company Social Media Profiles for Marketing

**Use case:** 

Gather website domains and all available social media links for a list of prominent SaaS companies. This enables marketers to track competitor activity, identif

## Input

```json
{
  "companies": [
    "HubSpot",
    "Slack",
    "Zoom",
    "Shopify",
    "Atlassian",
    "DocuSign",
    "ServiceNow",
    "Snowflake",
    "Datadog",
    "Workday"
  ],
  "maxSocialLinks": 7,
  "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.