# European Private Equity Investor Contacts List

**Use case:** 

Extract European private equity firms with over $100M AUM, including primary contact emails for M&A and fundraising outreach.

## Input

```json
{
  "regions": [
    "Europe"
  ],
  "investorTypes": [
    "PE/Buyout"
  ],
  "excludeInvestorTypes": [],
  "excludeOtherInvestorTypes": [],
  "excludeInvestorStatuses": [],
  "minAUM": 100,
  "maxItems": 300,
  "requiredFields": [
    "Primary Contact Email"
  ],
  "strictDeduplication": true,
  "previousLeadsFiles": []
}
```

## Output

```json
{
  "Company Name": {
    "label": "Company Name",
    "format": "text"
  },
  "Company URL": {
    "label": "Company URL",
    "format": "link"
  },
  "Primary Investor Type": {
    "label": "Investor Type",
    "format": "text"
  },
  "Investor Status": {
    "label": "Status",
    "format": "text"
  },
  "AUM": {
    "label": "AUM (M)",
    "format": "number"
  },
  "Website": {
    "label": "Website",
    "format": "link"
  },
  "Primary Contact": {
    "label": "Primary Contact",
    "format": "text"
  },
  "Primary Contact Title": {
    "label": "Contact Title",
    "format": "text"
  },
  "Primary Contact Email": {
    "label": "Contact Email",
    "format": "text"
  },
  "Primary Contact Phone": {
    "label": "Contact Phone",
    "format": "text"
  },
  "HQ Global Region": {
    "label": "Region",
    "format": "text"
  },
  "HQ Global Sub Region": {
    "label": "Sub Region",
    "format": "text"
  },
  "HQ Country/ Territory/Region": {
    "label": "Country/Region",
    "format": "text"
  },
  "HQ City": {
    "label": "City",
    "format": "text"
  },
  "Total Investments": {
    "label": "Total Investments",
    "format": "number"
  },
  "Total Active Portfolio": {
    "label": "Active Portfolio",
    "format": "number"
  },
  "Total Exits": {
    "label": "Total Exits",
    "format": "number"
  },
  "# of Investment Professionals": {
    "label": "Investment Professionals",
    "format": "number"
  },
  "Other Investor Types": {
    "label": "Other Types",
    "format": "text"
  },
  "Description": {
    "label": "Description",
    "format": "text"
  },
  "Preferred Industry": {
    "label": "Industry",
    "format": "text"
  },
  "Preferred Verticals": {
    "label": "Verticals",
    "format": "text"
  },
  "Preferred Geography": {
    "label": "Geography",
    "format": "text"
  },
  "Preferred Investment Types": {
    "label": "Investment Types",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Pitchbook Scraper | Investor Email and Contact Data Extractor](https://apify.com/parseforge/pitchbook-investors-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/pitchbook-investors-scraper) to learn more, explore other use cases, and run it yourself.