# Daily Monitoring of German Public Infrastructure Tenders

**Use case:** 

Receive daily updates on new public infrastructure tenders in Germany. Get ready-to-use records with sourcing information and match reasons.

## Input

```json
{
  "sourceMode": "sample",
  "startUrls": [],
  "maxItems": 25,
  "sourceIds": [],
  "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 [German Public Infrastructure Tender Monitor](https://apify.com/zentrafoundry/german-public-infrastructure-tender-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/german-public-infrastructure-tender-monitor) to learn more, explore other use cases, and run it yourself.