# Refresh PitchBook Fund Due Diligence Data

**Use case:** 

Normalize mixed PitchBook IDs and URLs, deduplicate fund profiles, and retry challenges with fresh residential sessions.

## Input

```json
{
  "profileUrls": [
    "11295-73F",
    "https://pitchbook.com/profiles/fund/11342-89F",
    "https://pitchbook.com/profiles/fund/11394-82F",
    "11295-73F"
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxRetries": 3,
  "requestTimeoutSecs": 90
}
```

## 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.