# EU IT Services Tender Alert

**Use case:** 

Receive new EU public-sector tenders for IT services based on your CPV code. This task provides only the latest relevant notices.

## Input

```json
{
  "queries": [
    "classification-cpv=72000000"
  ],
  "baseline_key": "eu-it-services-watch-example",
  "limit": 30,
  "max_items": 3
}
```

## Output

```json
{
  "baselineKey": {
    "label": "Watch",
    "format": "text"
  },
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "isNew": {
    "label": "New tender",
    "format": "boolean"
  },
  "baselineCreated": {
    "label": "Baseline created",
    "format": "boolean"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "buyer": {
    "label": "Buyer",
    "format": "text"
  },
  "buyerCountry": {
    "label": "Country",
    "format": "text"
  },
  "deadline": {
    "label": "Deadline",
    "format": "date"
  },
  "url": {
    "label": "Notice",
    "format": "link"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Tender Alert — New EU Tender Watch](https://apify.com/zinin/tender-alert) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/tender-alert) to learn more, explore other use cases, and run it yourself.