# Look Up PitchBook Buyout Fund Data

**Use case:** 

Retrieve public strategy, size, vintage, manager, status, and location details for a known PitchBook fund profile.

## Input

```json
{
  "profileUrls": [
    "11295-73F"
  ],
  "maxItems": 1,
  "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.