# Track Portugal and Spain public tenders

**Use case:** 

Monitor current official EU competition notices whose places of performance include Portugal or Spain, with CPV codes, values, and deadlines.

## Input

```json
{
  "publicationStartDate": "",
  "publicationEndDate": "",
  "daysBack": 7,
  "noticeTypes": [
    "cn-desg",
    "cn-social",
    "cn-standard",
    "pin-cfc-social",
    "pin-cfc-standard",
    "qu-sy",
    "subco"
  ],
  "countries": [
    "PRT",
    "ESP"
  ],
  "cpvPrefixes": [],
  "search": "",
  "preferredLanguage": "eng",
  "scanLimit": 5000,
  "maxItems": 300
}
```

## 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.