# Public tenders in Lithuania from the last 7 days

**Use case:** 

Contract notices published on TED by buyers in Lithuania over the last seven days - 164 in the week this example was written, from buyers such as Vytauto Didžiojo universitetas (PV). Each row carries the publication number, title, notice type, publication date, buyer name and country, the CPV classification, place of performance and the link to the notice on ted.europa.eu.

## Input

```json
{
  "daysBack": 7,
  "countries": [
    "LTU"
  ],
  "cpvCodes": [],
  "noticeTypes": [
    "cn-standard",
    "cn-social"
  ],
  "openTendersOnly": false,
  "maxNotices": 200,
  "language": "eng",
  "maxRetries": 3
}
```

## Output

```json
{
  "publishedDate": {
    "label": "Published",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "buyerNames": {
    "label": "Buyer",
    "format": "array"
  },
  "buyerCountries": {
    "label": "Country",
    "format": "array"
  },
  "deadlineDate": {
    "label": "Deadline",
    "format": "string"
  },
  "deadlineUtc": {
    "label": "Closes at (UTC)",
    "format": "string"
  },
  "deadlineStatus": {
    "label": "Deadline status",
    "format": "string"
  },
  "daysUntilDeadline": {
    "label": "Days left",
    "format": "integer"
  },
  "totalValue": {
    "label": "Value",
    "format": "number"
  },
  "totalValueCurrency": {
    "label": "Currency",
    "format": "string"
  },
  "cpvCodes": {
    "label": "CPV",
    "format": "array"
  },
  "noticeTypeLabel": {
    "label": "Notice type",
    "format": "string"
  },
  "procedureType": {
    "label": "Procedure",
    "format": "string"
  },
  "contractNature": {
    "label": "Nature",
    "format": "string"
  },
  "placeOfPerformance": {
    "label": "Place",
    "format": "array"
  },
  "noticeUrl": {
    "label": "Open notice",
    "format": "string"
  },
  "publicationNumber": {
    "label": "Publication no.",
    "format": "string"
  },
  "titleLanguage": {
    "label": "Title lang",
    "format": "string"
  },
  "buyerNameLanguage": {
    "label": "Buyer lang",
    "format": "string"
  },
  "rowType": {
    "label": "Row",
    "format": "string"
  },
  "ok": {
    "label": "OK",
    "format": "boolean"
  },
  "reason": {
    "label": "Note",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "noticeType": {
    "label": "Type code",
    "format": "string"
  }
}
```

## About this Actor

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


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

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

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
