# EU Funding Opportunity Monitor

**Use case:** 

Monitor EU grants and tenders weekly by keyword, status, deadline, budget, and opportunity detail URL.

## Input

```json
{
  "keyword": "energy",
  "opportunityType": "both",
  "statuses": [
    "open",
    "forthcoming"
  ],
  "programmePeriod": "2021-2027",
  "maxItems": 150
}
```

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