# Open EU software tenders on TED, filtered and scored

**Use case:** 

Every open EU public tender mentioning software, from the official TED feed, with country, CPV code, deadline and buyer in one clean dataset.

## Input

```json
{
  "keywords": [
    "software"
  ],
  "cpvCodes": [],
  "countries": [],
  "publishedWithinDays": 7,
  "onlyOpen": true,
  "maxItems": 100,
  "monitorMode": false,
  "monitorName": "default",
  "maxTendersToScore": 50,
  "alertMinScore": 0
}
```

## Output

```json
{
  "title": {
    "label": "Object",
    "format": "string"
  },
  "buyer": {
    "label": "Buyer",
    "format": "string"
  },
  "country": {
    "label": "Buyer country",
    "format": "string"
  },
  "relevanceScore": {
    "label": "AI relevance score",
    "format": "number"
  },
  "recommendation": {
    "label": "AI recommendation",
    "format": "string"
  },
  "publicationDate": {
    "label": "Publication date",
    "format": "string"
  },
  "deadline": {
    "label": "Response deadline",
    "format": "string"
  },
  "marketType": {
    "label": "Market type",
    "format": "string"
  },
  "estimatedValue": {
    "label": "Estimated value",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "url": {
    "label": "Notice URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [EU Tenders Monitor 🇪🇺 : TED Alerts, Filters & AI Scoring](https://apify.com/tagadanar/ted-tenders-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tagadanar/ted-tenders-monitor) to learn more, explore other use cases, and run it yourself.