# EU Tenders Scraper (TED) (`eesti/eu-tenders-scraper`) Actor

Search official EU public procurement tenders via the TED Search API by keyword, CPV code, country, or publication date. $0.01/tender + $0.02 start.

- **URL**: https://apify.com/eesti/eu-tenders-scraper.md
- **Developed by:** [ando](https://apify.com/eesti) (community)
- **Categories:** Business
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $10.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 web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
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/docs.md):

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

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python/docs.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/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

## EU Tenders Scraper (TED)

Search official EU public procurement notices from **TED (Tenders Electronic Daily)** — the EU's central platform for publishing public procurement tenders — using the official [TED Search API v3](https://docs.ted.europa.eu/api/latest/search.html). Filter by CPV code, buyer country, publication date, or a raw TED expert query, and get clean, structured tender data.

### Features

- **Official API, no scraping** — queries `api.ted.europa.eu/v3/notices/search` directly; no authentication required
- **Flexible filtering** — combine CPV codes, buyer countries, and a publication-date lower bound, or write your own raw expert query
- **EU-wide coverage** — searches notices from all EU member states plus EEA/associated countries publishing to TED
- **Structured output** — title, buyer, country, CPV codes, estimated value (EUR), submission deadline, and direct notice URL

### Input

| Field | Type | Required | Default | Description |
|-------|------|-----------|---------|-------------|
| `query` | `string` | No | — | Raw TED expert search query (ANDed with the filters below if both are set) |
| `cpv_codes` | `array` | No | `[]` | CPV codes to filter by (OR-ed together) |
| `countries` | `array` | No | `[]` | ISO alpha-3 buyer country codes to filter by (OR-ed together) |
| `published_since` | `string` | No | — | `YYYY-MM-DD` lower bound on publication date |
| `max_results` | `integer` | No | `50` | Maximum tenders to return (1-200) |

If **no** filters are provided at all, the Actor defaults to notices published in the last 30 days to avoid an unbounded query.

#### Input Example

```json
{
  "cpv_codes": ["45000000"],
  "countries": ["DEU"],
  "published_since": "2026-06-01",
  "max_results": 50
}
````

#### Custom expert query example

```json
{
  "query": "classification-cpv=72000000 AND organisation-country-buyer=FRA",
  "max_results": 100
}
```

See the [TED expert search field reference](https://docs.ted.europa.eu/api/latest/search.html) for the full list of queryable fields and operators.

### Output

```json
{
  "title": "Germany – Construction work – 2026-49 Zoo: rockwork construction",
  "buyer": "Zoo Duisburg gGmbH",
  "country": "DEU",
  "cpv": ["45000000", "45200000", "92312000"],
  "value_eur": 38631.17,
  "deadline": "2026-06-30T10:00:00+02:00",
  "url": "https://ted.europa.eu/en/notice/370732-2026/html",
  "published_at": "2026-06-01+02:00"
}
```

| Field | Description |
|-------|-------------|
| `title` | Notice title (native language, falls back to an English-generated title) |
| `buyer` | Contracting authority / buyer name |
| `country` | ISO alpha-3 country code of the buyer, or `null` if not published |
| `cpv` | Common Procurement Vocabulary codes (deduplicated) |
| `value_eur` | Estimated procurement value **only when published in EUR**; `null` otherwise |
| `deadline` | Tender submission deadline (ISO datetime), or `null` if not applicable |
| `url` | Direct link to the notice on ted.europa.eu (English where available) |
| `published_at` | Publication date on TED |

### Pricing

| Event | Cost |
|-------|------|
| Actor start | $0.02 |
| Tender Found | $0.01 |

**Typical run cost:** 50 tenders ≈ `$0.02 + 50 × $0.01 = $0.52`.

### Limitations

- **EUR-only value conversion** — `value_eur` is only populated when TED itself reports the estimated value in EUR. Notices published in other currencies (e.g. non-eurozone member states) return `value_eur: null` rather than performing currency conversion.
- **`max_results` is capped at 200** per run, and the TED API returns at most 250 notices per page — this Actor issues a single page-1 request per run, so it does not paginate beyond that.
- Field availability varies by notice type and country — very old or minimal notices may have missing `buyer`, `deadline`, or `cpv` data (returned as `"Unknown buyer"` or `null`).
- This Actor is not affiliated with or endorsed by the EU Publications Office; it consumes TED's public, unauthenticated Search API as documented at [docs.ted.europa.eu](https://docs.ted.europa.eu/api/latest/search.html).

### Use Cases

- Track new construction/IT/consulting tenders in target countries
- Monitor competitor bids and awarded contract values by CPV sector
- Build lead-generation pipelines for public-sector sales teams
- Feed procurement notices into BI dashboards or CRM systems

# Actor input Schema

## `query` (type: `string`):

Optional raw TED expert search query string (see the TED Search API expert query syntax, e.g. "classification-cpv=45000000 AND organisation-country-buyer=DEU"). If provided, it is combined with AND against the cpv\_codes/countries/published\_since filters below.

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

Common Procurement Vocabulary codes to filter by, e.g. "45000000" for construction work. Multiple codes are OR-ed together.

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

ISO 3166-1 alpha-3 country codes of the contracting authority, e.g. "DEU", "FRA", "ITA". Multiple countries are OR-ed together.

## `published_since` (type: `string`):

Only include notices published on or after this date, in YYYY-MM-DD format (e.g. "2026-01-01"). If no filters are set at all, defaults to the last 30 days.

## `max_results` (type: `integer`):

Maximum number of tenders to return (1-200).

## Actor input object example

```json
{
  "cpv_codes": [
    "45000000"
  ],
  "countries": [
    "DEU"
  ],
  "max_results": 50
}
```

# Actor output Schema

## `results` (type: `string`):

No description

## `resultsCsv` (type: `string`):

No description

## `run` (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": [
        "45000000"
    ],
    "countries": [
        "DEU"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("eesti/eu-tenders-scraper").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": ["45000000"],
    "countries": ["DEU"],
}

# Run the Actor and wait for it to finish
run = client.actor("eesti/eu-tenders-scraper").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": [
    "45000000"
  ],
  "countries": [
    "DEU"
  ]
}' |
apify call eesti/eu-tenders-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=eesti/eu-tenders-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "EU Tenders Scraper (TED)",
        "description": "Search official EU public procurement tenders via the TED Search API by keyword, CPV code, country, or publication date. $0.01/tender + $0.02 start.",
        "version": "1.0",
        "x-build-id": "sCuVrurMNdAnkDKl1"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/eesti~eu-tenders-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-eesti-eu-tenders-scraper",
                "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/eesti~eu-tenders-scraper/runs": {
            "post": {
                "operationId": "runs-sync-eesti-eu-tenders-scraper",
                "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/eesti~eu-tenders-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-eesti-eu-tenders-scraper",
                "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": {
                    "query": {
                        "title": "Custom TED expert query",
                        "type": "string",
                        "description": "Optional raw TED expert search query string (see the TED Search API expert query syntax, e.g. \"classification-cpv=45000000 AND organisation-country-buyer=DEU\"). If provided, it is combined with AND against the cpv_codes/countries/published_since filters below."
                    },
                    "cpv_codes": {
                        "title": "CPV codes",
                        "type": "array",
                        "description": "Common Procurement Vocabulary codes to filter by, e.g. \"45000000\" for construction work. Multiple codes are OR-ed together.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "countries": {
                        "title": "Buyer countries",
                        "type": "array",
                        "description": "ISO 3166-1 alpha-3 country codes of the contracting authority, e.g. \"DEU\", \"FRA\", \"ITA\". Multiple countries are OR-ed together.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "published_since": {
                        "title": "Published since",
                        "type": "string",
                        "description": "Only include notices published on or after this date, in YYYY-MM-DD format (e.g. \"2026-01-01\"). If no filters are set at all, defaults to the last 30 days."
                    },
                    "max_results": {
                        "title": "Max results",
                        "minimum": 1,
                        "maximum": 200,
                        "type": "integer",
                        "description": "Maximum number of tenders to return (1-200).",
                        "default": 50
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
