# Build a list of European fintech VCs with contacts

**Use case:** 

Build a list of European venture firms backing fintech startups, with partner contacts included: names, titles, emails when available, and LinkedIn URLs.

## Input

```json
{
  "Firm_Types": [
    "Venture Capital Investor"
  ],
  "Focus_Areas": [
    "Financial Services"
  ],
  "Investment_Stages": [
    "Seed",
    "Series A"
  ],
  "Countries": [
    "United Kingdom",
    "Germany",
    "France",
    "Netherlands",
    "Sweden",
    "Spain",
    "Switzerland",
    "Ireland"
  ],
  "Keyword": "Sequoia",
  "Max_Results": 10,
  "Offset": 0,
  "Order_By": "created_at",
  "Order_Direction": "desc",
  "Include_Contacts": true
}
```

## Output

```json
{
  "firm_name": {
    "label": "Firm"
  },
  "firm_type_name": {
    "label": "Type"
  },
  "firm_country": {
    "label": "Country"
  },
  "firm_website": {
    "label": "Website",
    "format": "link"
  },
  "investor_contacts": {
    "label": "Investor Contacts"
  }
}
```

## About this Actor

This example demonstrates how to use [Startup Investors Data Scraper](https://apify.com/johnvc/startup-investors-data-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/startup-investors-data-scraper) to learn more, explore other use cases, and run it yourself.