# DACH Heat Pump Tender Records by Buyer Fit

**Use case:** 

Access top DACH public building heat pump tenders sorted by buyer fit. Get detailed tender notices including buyer, deadline, and source links.

## Input

```json
{
  "sourceMode": "startUrls",
  "startUrls": [
    {
      "url": "https://docs.ted.europa.eu/api/latest/search.html",
      "sourceId": "TED-SEARCH",
      "userData": {
        "sourceId": "TED-SEARCH"
      }
    },
    {
      "url": "https://single-market-economy.ec.europa.eu/single-market/public-procurement/digital-procurement/common-procurement-vocabulary_en",
      "sourceId": "TED-CPV",
      "userData": {
        "sourceId": "TED-CPV"
      }
    },
    {
      "url": "https://oeffentlichevergabe.de/ui/en/Open-Data-Richtlinie",
      "sourceId": "OEV-OPEN",
      "userData": {
        "sourceId": "OEV-OPEN"
      }
    }
  ],
  "maxItems": 10,
  "sourceIds": [
    "TED-SEARCH",
    "TED-CPV",
    "OEV-OPEN"
  ],
  "pricingEvents": [],
  "sinceLastRun": false,
  "watchlistTerms": [],
  "includeSourceUrls": true,
  "includeMatchReasons": true,
  "outputMode": "buyer-ready-records"
}
```

## Output

```json
{
  "recordId": {
    "label": "Record id",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "sourceName": {
    "label": "Source name",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source url",
    "format": "string"
  },
  "runSummary": {
    "label": "Run summary",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [DACH Public Building Heat Pump Tender Radar](https://apify.com/zentrafoundry/dach-public-building-heat-pump-tender-radar) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/dach-public-building-heat-pump-tender-radar) to learn more, explore other use cases, and run it yourself.