# EBRD Ukraine contract award extractor

**Use case:** 

Extract EBRD ECEPP Ukraine award notices with signed values, currencies, contractors, lots, projects, and clients.

## Input

```json
{
  "searchUrls": [
    {
      "url": "https://ecepp.ebrd.com/delta/noticeSearchResults.html"
    }
  ],
  "keyword": "water",
  "countries": [
    "Ukraine"
  ],
  "noticeTypes": [
    "Contract Award"
  ],
  "includeDetails": true,
  "maxItems": 50,
  "maxConcurrency": 4
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "noticeType": {
    "label": "Notice type",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "publicationDate": {
    "label": "Published",
    "format": "string"
  },
  "closingDate": {
    "label": "Closing",
    "format": "string"
  },
  "projectName": {
    "label": "Project",
    "format": "string"
  },
  "clientName": {
    "label": "Client",
    "format": "string"
  },
  "contractValue": {
    "label": "Contract value",
    "format": "number"
  },
  "contractCurrency": {
    "label": "Currency",
    "format": "string"
  },
  "contractorName": {
    "label": "Contractor",
    "format": "string"
  },
  "displayNoticeId": {
    "label": "Display notice ID",
    "format": "string"
  },
  "detailUrl": {
    "label": "ECEPP notice",
    "format": "string"
  }
}
```

## About this Actor

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