# World Bank Water Tender Notices Scraper

**Use case:** 

Extract World Bank water procurement notices, bid deadlines, project IDs, countries, and buyer contacts for Africa tender monitoring.

## Input

```json
{
  "query": "water",
  "country": "Africa",
  "status": "Published",
  "maxResults": 100,
  "pageSize": 50,
  "includeRaw": false
}
```

## Output

```json
{
  "noticeId": {
    "label": "Notice ID"
  },
  "noticeType": {
    "label": "Notice type"
  },
  "status": {
    "label": "Status"
  },
  "noticeDate": {
    "label": "Notice date"
  },
  "submissionDeadlineDate": {
    "label": "Deadline"
  },
  "country": {
    "label": "Country / region"
  },
  "projectId": {
    "label": "Project ID"
  },
  "projectName": {
    "label": "Project"
  },
  "bidReferenceNo": {
    "label": "Bid reference"
  },
  "bidDescription": {
    "label": "Bid description"
  },
  "procurementMethodName": {
    "label": "Procurement method"
  },
  "contactOrganization": {
    "label": "Contact organization"
  },
  "contactEmail": {
    "label": "Contact email"
  },
  "noticeUrl": {
    "label": "Notice URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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