# Find Corporate Venture Capital Firms for Strategic Partnersh

**Use case:** 

Identify active corporate venture capital (CVC) firms to explore potential strategic partnerships and co-investment opportunities. This helps startups and large

## Input

```json
{
  "searchQuery": "corporate venture capital",
  "maxItems": 15,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "primaryInvestorType": {
    "label": "Type",
    "format": "text"
  },
  "investorStatus": {
    "label": "Status",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "totalInvestments": {
    "label": "Investments",
    "format": "number"
  },
  "activePortfolio": {
    "label": "Portfolio",
    "format": "number"
  },
  "profileUrl": {
    "label": "PitchBook URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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