# EU Biotechnology & Diagnostics Tenders

**Use case:** 

Find recent European biotechnology and diagnostics procurement notices with buyers, deadlines, and direct TED links.

## Input

```json
{
  "keywords": [
    "biotechnology",
    "diagnostic"
  ],
  "keywordMode": "any",
  "cpvCodes": [],
  "buyerCountries": [],
  "noticeTypes": [],
  "lookbackDays": 90,
  "publishedSince": "",
  "publishedUntil": "",
  "scope": "ALL",
  "expertQuery": "",
  "preferredLanguage": "eng",
  "onlyNew": false,
  "firstRunMode": "emit_recent",
  "maxResults": 25,
  "pageSize": 25,
  "stateStoreName": "etr-find-biotech-diagnostics-tenders",
  "stateNamespace": "find-biotech-diagnostics-tenders",
  "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.