# Renewable energy procurement notices in Germany

**Use case:** 

Search official EU TED renewable energy procurement notices for German buyers and export titles, CPV codes, deadlines, values, and links.

## Input

```json
{
  "keywords": [
    "renewable energy"
  ],
  "countries": [
    "DEU"
  ],
  "resultType": "all",
  "sortBy": "publication-date-desc",
  "language": "eng",
  "maxItems": 20,
  "pageSize": 100,
  "maxNoticesScanned": 1000,
  "includeRawNotice": false
}
```

## Output

```json
{
  "publicationNumber": {
    "label": "Publication number",
    "format": "string"
  },
  "noticeTitle": {
    "label": "Notice title",
    "format": "string"
  },
  "publicationDate": {
    "label": "Publication date",
    "format": "string"
  },
  "buyerName": {
    "label": "Primary buyer",
    "format": "string"
  },
  "cpvCodes": {
    "label": "CPV codes",
    "format": "array"
  },
  "countryCodes": {
    "label": "Performance countries",
    "format": "array"
  },
  "deadlineDate": {
    "label": "Primary deadline",
    "format": "string"
  },
  "maximumEstimatedValue": {
    "label": "Maximum estimated value",
    "format": "number"
  },
  "awardTotalValue": {
    "label": "Award total value",
    "format": "number"
  },
  "awardCurrency": {
    "label": "Award currency",
    "format": "string"
  },
  "winnerNames": {
    "label": "Award winners",
    "format": "array"
  },
  "isAwardNotice": {
    "label": "Award notice",
    "format": "boolean"
  },
  "tedUrl": {
    "label": "TED notice URL",
    "format": "string"
  },
  "pdfUrl": {
    "label": "PDF URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [EU TED Procurement Notices Scraper](https://apify.com/automation-lab/eu-ted-procurement-notices.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/eu-ted-procurement-notices.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/automation-lab/eu-ted-procurement-notices.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
