# European Fintech Y Combinator Founder Scraper

**Use case:** 

Export founders behind European Y Combinator fintech companies in one run. Helps market researchers map the fintech founder network across the EU and UK.

## Input

```json
{
  "query": "fintech",
  "topCompanyFoundersOnly": false,
  "batches": [],
  "industries": [
    "Fintech"
  ],
  "subindustries": [
    "Payments",
    "Consumer Finance",
    "Banking and Exchange"
  ],
  "roles": [],
  "regions": [
    "United Kingdom",
    "Germany",
    "France",
    "Spain",
    "Netherlands",
    "Portugal"
  ],
  "maxItems": 10,
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "avatar_thumb": {
    "label": "Avatar",
    "format": "image"
  },
  "full_name": {
    "label": "Name",
    "format": "text"
  },
  "current_title": {
    "label": "Title",
    "format": "text"
  },
  "current_company": {
    "label": "Company",
    "format": "text"
  },
  "batches": {
    "label": "Batches",
    "format": "array"
  },
  "yc_parent_industries": {
    "label": "Industries",
    "format": "array"
  },
  "current_region": {
    "label": "Region",
    "format": "text"
  },
  "top_company": {
    "label": "Top company",
    "format": "boolean"
  },
  "yc_company_url": {
    "label": "Company page",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Y Combinator Founders Scraper](https://apify.com/datacach/yc-founders-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datacach/yc-founders-scraper) to learn more, explore other use cases, and run it yourself.