# World Bank Project Procurement Extractor

**Use case:** 

Monitor one World Bank project ID for procurement notices, tenders, bid references, deadlines, and contact organizations.

## Input

```json
{
  "query": "water",
  "country": "Africa",
  "status": "Published",
  "projectId": "P174867",
  "maxResults": 50,
  "pageSize": 50,
  "includeRaw": true
}
```

## 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.