# List Real Estate Funds by Vintage Year for Market Analysis

**Use case:** 

Generate a list of real estate funds to analyze their vintage years, helping to assess market cycles and performance benchmarks. This aids limited partners and 

## Input

```json
{
  "searchQuery": "real estate funds 2020",
  "maxItems": 25,
  "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.