# Find Active EU Cybersecurity Tenders

**Use case:** 

Find active EU cybersecurity tenders from TED by security keywords and IT CPV codes. Export buyers, values, official notice links, and deadlines.

## Input

```json
{
  "keywords": [
    "cybersecurity",
    "information security",
    "network security"
  ],
  "countries": [],
  "cpvCodes": [
    "72"
  ],
  "rankingMode": "bestFit",
  "maxResults": 25
}
```

## Output

```json
{
  "fitScore": {
    "label": "Fit score",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "buyerName": {
    "label": "Buyer",
    "format": "string"
  },
  "buyerCountryCodes": {
    "label": "Buyer countries",
    "format": "array"
  },
  "estimatedValue": {
    "label": "Estimated value",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "deadline": {
    "label": "Deadline",
    "format": "string"
  },
  "daysToDeadline": {
    "label": "Days to deadline",
    "format": "integer"
  },
  "fitReasons": {
    "label": "Fit reasons",
    "format": "array"
  },
  "riskFlags": {
    "label": "Risk flags",
    "format": "array"
  },
  "cpvCodes": {
    "label": "CPV codes",
    "format": "array"
  },
  "publicationDate": {
    "label": "Publication date",
    "format": "string"
  },
  "noticeId": {
    "label": "Notice ID",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Official notice",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [EU Tenders API — TED Procurement Deadlines](https://apify.com/ikoles/eu-ted-tender-deadline-radar) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ikoles/eu-ted-tender-deadline-radar) to learn more, explore other use cases, and run it yourself.