# Open EU Green Energy Tenders — Funding & Tenders Portal

**Use case:** 

Get current open EU tender opportunities for green energy projects from the Funding & Tenders Portal, including deadline, budget, and contracting authority.

## Input

```json
{
  "searchQuery": "green energy",
  "opportunityType": "tenders",
  "status": "open",
  "maxItems": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "identifier": {
    "label": "Identifier",
    "format": "text"
  },
  "opportunityTitle": {
    "label": "Opportunity",
    "format": "text"
  },
  "opportunityType": {
    "label": "Type",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "programmeCode": {
    "label": "Programme",
    "format": "text"
  },
  "openingDate": {
    "label": "Opens",
    "format": "text"
  },
  "deadlineDate": {
    "label": "Deadline",
    "format": "text"
  },
  "budgetTotal": {
    "label": "Budget",
    "format": "number"
  },
  "callTitle": {
    "label": "Call",
    "format": "text"
  },
  "url": {
    "label": "Link",
    "format": "link"
  }
}
```

## About this Actor

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