# EU Digital Tenders Extractor

**Use case:** 

Extract EU digital tender opportunities from the Funding & Tenders Portal for procurement and BD monitoring.

## Input

```json
{
  "keyword": "digital",
  "opportunityType": "tenders",
  "statuses": [
    "open"
  ],
  "programmePeriod": "2021-2027",
  "maxItems": 100
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "opportunityType": {
    "label": "Type"
  },
  "status": {
    "label": "Status"
  },
  "reference": {
    "label": "Reference"
  },
  "callIdentifier": {
    "label": "Call"
  },
  "callTitle": {
    "label": "Call title"
  },
  "deadline": {
    "label": "Deadline"
  },
  "budget": {
    "label": "Budget"
  },
  "programmePeriod": {
    "label": "Period"
  },
  "programme": {
    "label": "Programme"
  },
  "url": {
    "label": "Detail URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [EU Funding & Tenders Scraper](https://apify.com/automation-lab/eu-funding-and-tenders-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/eu-funding-and-tenders-scraper) to learn more, explore other use cases, and run it yourself.