# World Bank Tenders Indonesia Scraper

**Use case:** 

Scrape World Bank procurement notices for Indonesia: project, notice type, deadline, agency and buyer contact.

## Input

```json
{
  "maxRecords": 30,
  "mode": "notices",
  "country": "Indonesia"
}
```

## Output

```json
{
  "title": {
    "label": "Title / Description"
  },
  "country": {
    "label": "Country"
  },
  "noticeType": {
    "label": "Notice Type"
  },
  "procurementMethod": {
    "label": "Procurement Method"
  },
  "supplierName": {
    "label": "Supplier (award)"
  },
  "supplierCountry": {
    "label": "Supplier Country"
  },
  "awardAmountUsd": {
    "label": "Award Amount (USD)",
    "format": "number"
  },
  "deadline": {
    "label": "Deadline"
  },
  "publishDate": {
    "label": "Published"
  },
  "projectName": {
    "label": "Project"
  },
  "url": {
    "label": "Link",
    "format": "link"
  }
}
```

## About this Actor

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