# EU Cybersecurity Tender Monitoring Workflow

**Use case:** 

Monitor TED Europa cybersecurity procurement notices by expert query, publication date, deadline, and raw notice enrichment.

## Input

```json
{
  "keywords": [
    "software"
  ],
  "expertQuery": "classification-cpv IN (72000000) AND text ~ \"cybersecurity\"",
  "countries": [
    "DEU"
  ],
  "publicationDateFrom": "2026-01-01",
  "deadlineDateFrom": "2026-01-15",
  "sortBy": "publication-date-desc",
  "language": "eng",
  "maxItems": 100,
  "pageSize": 100,
  "includeRawNotice": true
}
```

## Output

```json
{
  "publicationNumber": {
    "label": "Publication number",
    "format": "text"
  },
  "noticeTitle": {
    "label": "Title",
    "format": "text"
  },
  "buyerName": {
    "label": "Buyer",
    "format": "text"
  },
  "deadlineDate": {
    "label": "Deadline",
    "format": "text"
  },
  "estimatedValue": {
    "label": "Estimated value",
    "format": "number"
  },
  "estimatedValueCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "cpvCodes": {
    "label": "CPV codes",
    "format": "text"
  },
  "countryCodes": {
    "label": "Countries",
    "format": "text"
  },
  "tedUrl": {
    "label": "TED URL",
    "format": "link"
  },
  "pdfUrl": {
    "label": "PDF URL",
    "format": "link"
  },
  "xmlUrl": {
    "label": "XML URL",
    "format": "link"
  },
  "sourceApiUrl": {
    "label": "Source API",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [TED Europa Tenders Scraper](https://apify.com/automation-lab/ted-europa-tenders-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/ted-europa-tenders-scraper) to learn more, explore other use cases, and run it yourself.