# Compare Public PitchBook Fund Profiles

**Use case:** 

Extract a real set of PitchBook fund profile URLs into a consistent dataset for comparison and export.

## Input

```json
{
  "profileUrls": [
    "https://pitchbook.com/profiles/fund/10911-07F",
    "https://pitchbook.com/profiles/fund/10921-87F",
    "https://pitchbook.com/profiles/fund/10928-08F"
  ],
  "maxItems": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxRetries": 2,
  "requestTimeoutSecs": 60
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "string"
  },
  "name": {
    "label": "Fund",
    "format": "string"
  },
  "fundStrategy": {
    "label": "Strategy",
    "format": "string"
  },
  "fundStatus": {
    "label": "Status",
    "format": "string"
  },
  "fundSize": {
    "label": "Size",
    "format": "string"
  },
  "vintageYear": {
    "label": "Vintage",
    "format": "integer"
  },
  "fundManager": {
    "label": "Manager",
    "format": "string"
  },
  "fundCategory": {
    "label": "Category",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "totalInvestments": {
    "label": "Investments",
    "format": "integer"
  },
  "totalLimitedPartners": {
    "label": "LPs",
    "format": "integer"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "string"
  }
}
```

## About this Actor

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