# Build a filtered EU buyer opportunity feed

**Use case:** 

Create a bounded official TED feed by title or buyer keyword, publication dates, country, CPV prefix, notice type, and preferred language.

## Input

```json
{
  "publicationStartDate": "",
  "publicationEndDate": "",
  "daysBack": 30,
  "noticeTypes": [
    "cn-standard",
    "pin-cfc-standard"
  ],
  "countries": [],
  "cpvPrefixes": [],
  "search": "digital",
  "preferredLanguage": "eng",
  "scanLimit": 5000,
  "maxItems": 500
}
```

## Output

```json
{
  "publication_date": {
    "label": "Publication date",
    "format": "string"
  },
  "notice_id": {
    "label": "Notice ID",
    "format": "string"
  },
  "title": {
    "label": "Tender title",
    "format": "string"
  },
  "notice_type": {
    "label": "Notice type",
    "format": "string"
  },
  "buyers": {
    "label": "Buyers",
    "format": "array"
  },
  "countries": {
    "label": "Performance countries",
    "format": "array"
  },
  "cpv_codes": {
    "label": "CPV codes",
    "format": "array"
  },
  "submission_deadlines": {
    "label": "Submission deadlines",
    "format": "array"
  },
  "estimated_value": {
    "label": "Estimated value",
    "format": "number"
  },
  "estimated_value_currency": {
    "label": "Estimated currency",
    "format": "string"
  },
  "official_notice_url": {
    "label": "Official notice",
    "format": "string"
  },
  "coverage": {
    "label": "Coverage telemetry",
    "format": "object"
  },
  "retrieved_at_utc": {
    "label": "Retrieved UTC",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Official EU Public Tender Opportunities API](https://apify.com/redfoxxie/official-eu-public-tenders-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/redfoxxie/official-eu-public-tenders-monitor) to learn more, explore other use cases, and run it yourself.