# Find Seed Stage Venture Capital Funds for Fundraising

**Use case:** 

Identify active seed-stage venture capital funds to target for your startup's fundraising efforts. This helps entrepreneurs efficiently build a targeted list of

## Input

```json
{
  "searchQuery": "seed stage venture capital",
  "maxItems": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Fund Name",
    "format": "text"
  },
  "fundStrategy": {
    "label": "Strategy",
    "format": "text"
  },
  "fundStatus": {
    "label": "Status",
    "format": "text"
  },
  "fundSize": {
    "label": "Size",
    "format": "text"
  },
  "vintageYear": {
    "label": "Vintage",
    "format": "number"
  },
  "fundManager": {
    "label": "Manager",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "profileUrl": {
    "label": "PitchBook URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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