# Monitor Public Sector SaaS Tenders on TED

**Use case:** 

Preview EU TED notices mentioning SaaS or cloud software as JSON. Disable sampleMode on a saved Task for monitoring. Not affiliated with TED or the EU.

## Input

```json
{
  "sampleMode": true,
  "cpvCodes": [
    "72"
  ],
  "countries": [],
  "keywords": [
    "software as a service",
    "SaaS",
    "cloud software"
  ],
  "minValueEur": 0,
  "noticeTypes": [
    "cn-standard",
    "cn-social",
    "cn-desg"
  ],
  "includeChangeNotices": true,
  "lookbackDays": 3,
  "maxNewPerRun": 25
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type",
    "format": "string"
  },
  "publicationDate": {
    "label": "Publication date",
    "format": "string"
  },
  "publicationNumber": {
    "label": "Publication number",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "buyerName": {
    "label": "Buyer",
    "format": "string"
  },
  "buyerCountry": {
    "label": "Buyer country",
    "format": "string"
  },
  "cpvCodes": {
    "label": "CPV codes",
    "format": "array"
  },
  "estimatedValueEur": {
    "label": "Estimated value EUR",
    "format": "number"
  },
  "deadlineDate": {
    "label": "Earliest deadline",
    "format": "string"
  },
  "isChangeNotice": {
    "label": "Change notice",
    "format": "boolean"
  },
  "links": {
    "label": "TED links",
    "format": "object"
  },
  "message": {
    "label": "Run message",
    "format": "string"
  },
  "matchedToday": {
    "label": "Matched at prime",
    "format": "integer"
  },
  "matched": {
    "label": "Matched",
    "format": "integer"
  },
  "delivered": {
    "label": "Delivered",
    "format": "integer"
  },
  "changedDelivered": {
    "label": "Changes delivered",
    "format": "integer"
  },
  "malformedSkipped": {
    "label": "Malformed skipped",
    "format": "integer"
  },
  "quiet": {
    "label": "Quiet run",
    "format": "boolean"
  },
  "overflow": {
    "label": "Overflow",
    "format": "boolean"
  },
  "budgetLimited": {
    "label": "Budget limited",
    "format": "boolean"
  },
  "newTenderChargesAttempted": {
    "label": "New charges attempted",
    "format": "integer"
  },
  "changedTenderChargesAttempted": {
    "label": "Change charges attempted",
    "format": "integer"
  },
  "newTenderChargesActual": {
    "label": "New charges actual",
    "format": "integer"
  },
  "changedTenderChargesActual": {
    "label": "Change charges actual",
    "format": "integer"
  },
  "chargeStatus": {
    "label": "Charge status",
    "format": "string"
  },
  "queryFloor": {
    "label": "Query floor",
    "format": "string"
  },
  "createdAt": {
    "label": "Created",
    "format": "string"
  },
  "completedAt": {
    "label": "Completed",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [TED Tender Monitor - EU Tender Alerts & CPV](https://apify.com/uplifted_novice_vbl/ted-tender-watch.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/uplifted_novice_vbl/ted-tender-watch.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/uplifted_novice_vbl/ted-tender-watch.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
