# Closed World Bank Funded Projects

**Use case:** 

Extract World Bank Funded Projects data filtered by Closed. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "query": "climate",
  "country": "",
  "status": "Closed",
  "sector": "",
  "approvalYearMin": 0,
  "approvalYearMax": 0
}
```

## Output

```json
{
  "projectId": {
    "label": "ID",
    "format": "text"
  },
  "projectName": {
    "label": "Name",
    "format": "text"
  },
  "countryName": {
    "label": "Country",
    "format": "text"
  },
  "regionName": {
    "label": "Region",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "totalCommitment": {
    "label": "Total ($)",
    "format": "text"
  },
  "sectorText": {
    "label": "Sector",
    "format": "text"
  },
  "themeText": {
    "label": "Theme",
    "format": "text"
  },
  "boardApprovalDate": {
    "label": "Approved",
    "format": "text"
  },
  "closingDate": {
    "label": "Closing",
    "format": "text"
  },
  "projectUrl": {
    "label": "WB",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [World Bank Funded Projects Scraper](https://apify.com/parseforge/worldbank-projects-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/worldbank-projects-scraper) to learn more, explore other use cases, and run it yourself.