# UK Consultancy Tender Scoring, Read by LLM

**Use case:** 

Vague scope on a UK consultancy notice? An LLM reads each tender and returns a bid/no-bid call, so unclear requirements still get a clear verdict.

## Input

```json
{
  "sources": [
    "UK_FTS"
  ],
  "keywords": [
    "management consultancy",
    "business transformation",
    "programme delivery",
    "PMO"
  ],
  "cpvCodes": [
    "79400000"
  ],
  "naicsCodes": [
    "541512"
  ],
  "vendorProfile": {
    "capabilities": [
      "management consulting",
      "change management",
      "programme delivery"
    ],
    "certifications": [
      "ISO 27001",
      "Cyber Essentials Plus"
    ],
    "minContractValue": 100000,
    "eligibleRegions": [
      "GB"
    ],
    "smallBusiness": true
  },
  "generateFitScore": true,
  "useLlm": true,
  "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.