# TED Tenders Monitor — New EU Procurement Alerts (`newsignal/ted-delta-monitor`) Actor

Get alerted only on NEW EU public tenders. Monitors TED (Tenders Electronic Daily) for a clean delta feed — filter by CPV code, country, or value.

- **URL**: https://apify.com/newsignal/ted-delta-monitor.md
- **Developed by:** [Davide](https://apify.com/newsignal) (community)
- **Categories:** Automation, Lead generation
- **Stats:** 2 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $5.00 / 1,000 tender founds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## 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.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

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).


# README

## TED Delta-Monitor — EU Tenders

### What does TED Delta-Monitor do?

TED Delta-Monitor watches [TED (Tenders Electronic Daily)](https://ted.europa.eu), the official EU public procurement journal, and emits **only the tender notices that are new since the last run**. Unlike one-shot TED scrapers, it keeps a persistent memory of already-seen notices in a Key-Value Store, so a scheduled run gives you a clean **delta feed**: no duplicates, no re-processing, just what appeared since you last looked.

Run it on the Apify platform to get API access, scheduling, webhooks and integrations (Slack, email, Make, Zapier) out of the box.

### Why use TED Delta-Monitor?

- **Alerting, not scraping** — schedule it daily and pipe new tenders straight to your CRM, Slack or email. The delta logic means every item in the dataset is actionable.
- **Open tenders by default** — it filters to contract notices (`cn-*`), the ones you can still bid on, each with its submission **deadline**.
- **Clean source** — data comes from the official, keyless TED Search API (reuse permitted under Commission Decision 2011/833/EU). No anti-bot games, no ToS risk.

### How to use TED Delta-Monitor

1. Set the **CPV codes** for your industry (e.g. `33600000` = pharmaceutical products).
2. Optionally narrow by **country** (ISO-3, e.g. `ITA`), **keywords** or **minimum value**.
3. Run once to seed the memory, then **schedule** it (e.g. daily).
4. Consume new notices from the dataset, or attach a webhook/integration for push alerts.

### Input

| Field | Meaning | Default |
|---|---|---|
| `cpv_codes` | CPV codes to monitor (OR) | `["33600000"]` |
| `countries` | Buyer countries, ISO-3 | all |
| `keywords` | Words matched in title/buyer | none |
| `notice_types` | Notice-type families | `["cn"]` (open tenders) |
| `min_value` | Minimum estimated value (EUR) | none |
| `days_back` | Fetch window in days | `7` |
| `only_new` | Emit only unseen notices | `true` |

### Output

One dataset item per **new** notice. You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.

```json
{
    "notice_id": "442011-2026",
    "title": "Poland – Pharmaceutical products – DFP.271.127.2026.AB",
    "buyer": "SZPITAL UNIWERSYTECKI W KRAKOWIE",
    "country": ["POL"],
    "cpv": ["33600000", "33680000", "15880000"],
    "value": 2521475.52,
    "deadline": "2026-07-14+02:00",
    "publication_date": "2026-06-29+02:00",
    "notice_type": "cn-standard",
    "link": "https://ted.europa.eu/en/notice/-/detail/442011-2026"
}
````

### How much does it cost to monitor TED?

Runs are light: one HTTP request per 250 notices, no browser. A typical daily run over a 7-day window completes in seconds.

Pricing is **pay-per-event** — you pay for results, not for idle polling:

| Event | Price |
|---|---|
| Actor start | $0.00005 |
| New tender notice found | $0.005 |

A scheduled daily run that finds nothing costs virtually zero. A typical filtered feed (5–50 new notices/day) costs **$0.75–7.50 per month**. You can cap spending with the **Max cost per run** setting: if a run hits the cap, it stops emitting and delivers the remaining notices on the next run — nothing is lost.

### FAQ, disclaimers, and support

TED data is published by the Publications Office of the EU and may be reused with source acknowledgement (Decision 2011/833/EU). This Actor queries the official public API and respects its terms. Notice deadlines exist only on open tenders; award notices (`can-*`) have none. For issues or feature requests, use the Issues tab.

# Actor input Schema

## `cpv_codes` (type: `array`):

CPV codes (product/service category) to monitor, e.g. "33600000". OR filter across codes. Empty = no CPV filter.

## `countries` (type: `array`):

Buyer countries in TED's ISO-3 format (e.g. "ITA", "CZE", "DEU"). An invalid code makes the run fail with a message naming the rejected value. Empty = all countries.

## `keywords` (type: `array`):

Keywords to match in the notice text. Empty = no text filter.

## `notice_types` (type: `array`):

Notice-type families to include. Default \["cn"] = OPEN tenders only (contract notices, with a deadline). Use \["cn", "can"] to also include awarded contracts (can-\*, no deadline).

## `days_back` (type: `integer`):

Fetch window: notices published in the last N days (publication-date >=). The delta vs the Key-Value Store then filters out the ones already seen.

## `min_value` (type: `integer`):

Minimum estimated contract value in EUR. Omitted = no value filter.

## `only_new` (type: `boolean`):

If true (default), emits only notices not yet seen (delta vs the previous run's Key-Value Store). If false, emits every notice matching the filters.

## Actor input object example

```json
{
  "cpv_codes": [
    "33600000"
  ],
  "notice_types": [
    "cn"
  ],
  "days_back": 7,
  "only_new": true
}
```

# Actor output Schema

## `new_notices` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "cpv_codes": [
        "33600000"
    ],
    "notice_types": [
        "cn"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("newsignal/ted-delta-monitor").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "cpv_codes": ["33600000"],
    "notice_types": ["cn"],
}

# Run the Actor and wait for it to finish
run = client.actor("newsignal/ted-delta-monitor").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "cpv_codes": [
    "33600000"
  ],
  "notice_types": [
    "cn"
  ]
}' |
apify call newsignal/ted-delta-monitor --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=newsignal/ted-delta-monitor",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "TED Tenders Monitor — New EU Procurement Alerts",
        "description": "Get alerted only on NEW EU public tenders. Monitors TED (Tenders Electronic Daily) for a clean delta feed — filter by CPV code, country, or value.",
        "version": "0.0",
        "x-build-id": "aNhaFlRIwapZ70TK4"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/newsignal~ted-delta-monitor/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-newsignal-ted-delta-monitor",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/newsignal~ted-delta-monitor/runs": {
            "post": {
                "operationId": "runs-sync-newsignal-ted-delta-monitor",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/newsignal~ted-delta-monitor/run-sync": {
            "post": {
                "operationId": "run-sync-newsignal-ted-delta-monitor",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "cpv_codes": {
                        "title": "CPV codes",
                        "type": "array",
                        "description": "CPV codes (product/service category) to monitor, e.g. \"33600000\". OR filter across codes. Empty = no CPV filter.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "countries": {
                        "title": "Countries (ISO-3)",
                        "type": "array",
                        "description": "Buyer countries in TED's ISO-3 format (e.g. \"ITA\", \"CZE\", \"DEU\"). An invalid code makes the run fail with a message naming the rejected value. Empty = all countries.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "keywords": {
                        "title": "Keywords",
                        "type": "array",
                        "description": "Keywords to match in the notice text. Empty = no text filter.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "notice_types": {
                        "title": "Notice types",
                        "type": "array",
                        "description": "Notice-type families to include. Default [\"cn\"] = OPEN tenders only (contract notices, with a deadline). Use [\"cn\", \"can\"] to also include awarded contracts (can-*, no deadline).",
                        "default": [
                            "cn"
                        ],
                        "items": {
                            "type": "string"
                        }
                    },
                    "days_back": {
                        "title": "Days back",
                        "minimum": 1,
                        "maximum": 90,
                        "type": "integer",
                        "description": "Fetch window: notices published in the last N days (publication-date >=). The delta vs the Key-Value Store then filters out the ones already seen.",
                        "default": 7
                    },
                    "min_value": {
                        "title": "Minimum value (EUR)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Minimum estimated contract value in EUR. Omitted = no value filter."
                    },
                    "only_new": {
                        "title": "Only new since last run",
                        "type": "boolean",
                        "description": "If true (default), emits only notices not yet seen (delta vs the previous run's Key-Value Store). If false, emits every notice matching the filters.",
                        "default": true
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
