# World Bank Active Energy Projects Monitor

**Use case:** 

Monitor active World Bank energy projects and export sectors, themes, borrowers, agencies, funding amounts, and project URLs.

## Input

```json
{
  "keyword": "energy",
  "countries": [
    "Rwanda"
  ],
  "statuses": [
    "Active"
  ],
  "sectors": [
    "Energy"
  ],
  "maxItems": 500
}
```

## Output

```json
{
  "projectId": {
    "label": "Project ID"
  },
  "projectName": {
    "label": "Project name"
  },
  "country": {
    "label": "Country"
  },
  "region": {
    "label": "Region"
  },
  "status": {
    "label": "Status"
  },
  "totalAmountUsd": {
    "label": "Total amount USD"
  },
  "approvalDate": {
    "label": "Approval date"
  },
  "closingDate": {
    "label": "Closing date"
  },
  "sectors": {
    "label": "Sectors"
  },
  "themes": {
    "label": "Themes"
  },
  "borrower": {
    "label": "Borrower"
  },
  "implementingAgency": {
    "label": "Implementing agency"
  },
  "projectUrl": {
    "label": "Project URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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