# EU & UK Marketing Agency Tender Monitor

**Use case:** 

Public-sector marketing, advertising and digital comms tenders from TED and Find a Tender, ranked by fit so your agency chases the right RFPs.

## Input

```json
{
  "sources": [
    "TED",
    "UK_FTS"
  ],
  "keywords": [
    "advertising",
    "marketing campaign",
    "digital communications",
    "branding",
    "social media"
  ],
  "cpvCodes": [
    "79340000",
    "79341000"
  ],
  "naicsCodes": [
    "541512"
  ],
  "vendorProfile": {
    "capabilities": [
      "brand strategy",
      "media buying",
      "social media",
      "web design"
    ],
    "certifications": [
      "ISO 27001"
    ],
    "maxContractValue": 2000000,
    "eligibleRegions": [
      "GB",
      "IE"
    ],
    "smallBusiness": true
  },
  "generateFitScore": true,
  "useLlm": false,
  "llmModel": "claude-haiku-4-5",
  "onlyNewSinceLastRun": true,
  "lookbackDays": 7,
  "maxResultsPerSource": 100,
  "weeklyDigest": true,
  "webhookUrl": "https://hooks.slack.com/services/T000/B000/XXXX",
  "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.