# Discover Fintech Startup Domains and Social Presence

**Use case:** 

Obtain official website domains and social media handles for emerging FinTech startups, focusing on European markets. This supports market research, investment 

## Input

```json
{
  "companies": [
    "Revolut",
    "N26",
    "Wise",
    "Klarna",
    "Plaid",
    "Stripe",
    "Adyen",
    "Chime",
    "Monzo",
    "Square"
  ],
  "country": "Germany",
  "maxSocialLinks": 6,
  "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.