# EU Tender Alerts by CPV – Only New Notices

**Use case:** 

Create scheduled EU tender alerts by CPV. The first run sets a baseline; later runs emit only newly published TED notices.

## Input

```json
{
  "keywords": [],
  "keywordMode": "any",
  "cpvCodes": [
    "33696500"
  ],
  "buyerCountries": [],
  "noticeTypes": [],
  "lookbackDays": 30,
  "publishedSince": "",
  "publishedUntil": "",
  "scope": "ACTIVE",
  "expertQuery": "",
  "preferredLanguage": "eng",
  "onlyNew": true,
  "firstRunMode": "baseline_only",
  "maxResults": 100,
  "pageSize": 100,
  "stateStoreName": "etr-schedule-only-new-tender-alerts",
  "stateNamespace": "schedule-only-new-tender-alerts",
  "requestTimeoutSecs": 30,
  "maxRetries": 2
}
```

## Output

```json
{
  "publicationNumber": {
    "label": "Notice",
    "format": "string"
  },
  "title": {
    "label": "Tender",
    "format": "string"
  },
  "buyerName": {
    "label": "Buyer",
    "format": "string"
  },
  "buyerCountries": {
    "label": "Countries",
    "format": "array"
  },
  "publicationDate": {
    "label": "Published",
    "format": "string"
  },
  "submissionDeadline": {
    "label": "Deadline",
    "format": "string"
  },
  "cpvCodes": {
    "label": "CPV",
    "format": "array"
  },
  "noticeType": {
    "label": "Type",
    "format": "string"
  },
  "tedUrl": {
    "label": "TED",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [EU Tenders API & TED Procurement Monitor](https://apify.com/xerophylous_mercy_0wn/eu-tender-radar) with a specific input configuration. Visit the [Actor detail page](https://apify.com/xerophylous_mercy_0wn/eu-tender-radar) to learn more, explore other use cases, and run it yourself.