# EBRD open tender deadline data feed

**Use case:** 

Create a scheduled EBRD ECEPP tender feed filtered to open opportunities, with closing dates and enriched procurement details.

## Input

```json
{
  "searchUrls": [
    {
      "url": "https://ecepp.ebrd.com/delta/noticeSearchResults.html"
    }
  ],
  "keyword": "water",
  "statuses": [
    "Open"
  ],
  "closingFrom": "2026-07-23",
  "includeDetails": true,
  "maxItems": 100,
  "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.