# Scrape World Bank projects in Africa

**Use case:** 

Run a saved World Bank Projects Scraper task to collect Africa-region World Bank project rows for a selected topic.

## Input

```json
{
  "searchQueries": [
    "water"
  ],
  "projectCountryCodes": [
    "IN",
    "BR"
  ],
  "projectRegion": "Africa",
  "projectStatus": "",
  "projectSector": "",
  "maxProjectRecords": 25,
  "projectIds": [],
  "indicatorCodes": [],
  "indicatorCountryCodes": [],
  "maxIndicatorRecords": 50
}
```

## Output

```json
{
  "projectId": {
    "label": "Project ID",
    "format": "string"
  },
  "projectName": {
    "label": "Project name",
    "format": "string"
  },
  "status": {
    "label": "Project status",
    "format": "string"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "countries": {
    "label": "Project countries",
    "format": "array"
  },
  "approvalDate": {
    "label": "Approval date",
    "format": "string"
  },
  "closingDate": {
    "label": "Closing date",
    "format": "string"
  },
  "approvalFiscalYear": {
    "label": "Approval fiscal year",
    "format": "integer"
  },
  "borrower": {
    "label": "Borrower",
    "format": "string"
  },
  "implementingAgency": {
    "label": "Implementing agency",
    "format": "string"
  },
  "indicatorCode": {
    "label": "Indicator code",
    "format": "string"
  },
  "indicatorName": {
    "label": "Indicator name",
    "format": "string"
  },
  "country": {
    "label": "Indicator country",
    "format": "object"
  },
  "year": {
    "label": "Year",
    "format": "integer"
  },
  "value": {
    "label": "Indicator value",
    "format": "number"
  }
}
```

## About this Actor

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