# DACH Renovation Tender Deadline Tracker

**Use case:** 

Monitor deadline changes for DACH accessibility renovation tenders. Get buyer-ready records with source evidence and change hints.

## Input

```json
{
  "sourceMode": "startUrls",
  "startUrls": [
    {
      "url": "https://docs.ted.europa.eu/api/latest/search.html",
      "sourceId": "TED-SEARCH",
      "userData": {
        "sourceId": "TED-SEARCH"
      }
    },
    {
      "url": "https://single-market-economy.ec.europa.eu/single-market/public-procurement/digital-procurement/common-procurement-vocabulary_en",
      "sourceId": "TED-CPV",
      "userData": {
        "sourceId": "TED-CPV"
      }
    },
    {
      "url": "https://oeffentlichevergabe.de/ui/en/Open-Data-Richtlinie",
      "sourceId": "OEV-OPEN",
      "userData": {
        "sourceId": "OEV-OPEN"
      }
    }
  ],
  "maxItems": 10,
  "sourceIds": [
    "TED-SEARCH",
    "TED-CPV",
    "OEV-OPEN"
  ],
  "pricingEvents": [],
  "sinceLastRun": false,
  "watchlistTerms": [],
  "includeSourceUrls": true,
  "includeMatchReasons": true,
  "outputMode": "buyer-ready-records"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "buyerName": {
    "label": "Buyer name",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "deadline": {
    "label": "Deadline",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "recordId": {
    "label": "Record id",
    "format": "string"
  },
  "sourceName": {
    "label": "Source name",
    "format": "string"
  },
  "retrievedAt": {
    "label": "Retrieved at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [DACH Accessibility Renovation Tender Feed](https://apify.com/zentrafoundry/dach-accessibility-renovation-tender-feed) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/dach-accessibility-renovation-tender-feed) to learn more, explore other use cases, and run it yourself.