# TED EU IT Tender Alerts with Bid Fit Scoring

**Use case:** 

New EU IT and cybersecurity tenders on TED, filtered by CPV 72000000 and scored against your firm so you see which are worth bidding.

## Input

```json
{
  "sources": [
    "TED"
  ],
  "keywords": [
    "managed IT services",
    "network",
    "cybersecurity",
    "cloud migration"
  ],
  "cpvCodes": [
    "72000000"
  ],
  "naicsCodes": [
    "541512"
  ],
  "vendorProfile": {
    "capabilities": [
      "managed IT",
      "cloud migration",
      "helpdesk",
      "cybersecurity"
    ],
    "certifications": [
      "ISO 27001"
    ],
    "eligibleRegions": [
      "DE",
      "NL",
      "BE"
    ],
    "smallBusiness": true
  },
  "generateFitScore": true,
  "useLlm": false,
  "llmModel": "claude-haiku-4-5",
  "onlyNewSinceLastRun": true,
  "lookbackDays": 7,
  "maxResultsPerSource": 100,
  "weeklyDigest": true,
  "webhookUrl": "",
  "fetchSamDescriptions": false,
  "stateStoreName": "rfp-tender-fit-monitor-state"
}
```

## Output

```json
{
  "fit.fit_score": {
    "label": "Fit",
    "format": "number"
  },
  "fit.bid_recommendation.decision": {
    "label": "Call"
  },
  "title": {
    "label": "Title"
  },
  "buyer": {
    "label": "Buyer"
  },
  "source": {
    "label": "Source"
  },
  "country": {
    "label": "Country"
  },
  "deadline": {
    "label": "Deadline"
  },
  "value.amount": {
    "label": "Value",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "is_new": {
    "label": "New"
  },
  "is_changed": {
    "label": "Changed"
  }
}
```

## About this Actor

This example demonstrates how to use [RFP & Tender Fit Monitor — Bid/No-Bid Scoring & Alerts](https://apify.com/dami_studio/rfp-tender-fit-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dami_studio/rfp-tender-fit-monitor) to learn more, explore other use cases, and run it yourself.