# DACH Laboratory Equipment Tender Finder

**Use case:** 

Access targeted DACH laboratory equipment tenders with source evidence. Get buyer-ready records from key procurement data sources.

## Input

```json
{
  "searchKeywords": [
    "source-backed signal",
    "buyer fit"
  ],
  "taskIntent": "validate-buyer-fit",
  "sourceMode": "sample",
  "outputMode": "buyer-ready-records",
  "startUrls": [],
  "maxItems": 10
}
```

## Output

```json
{
  "opportunityId": {
    "label": "Opportunity Id",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "buyerName": {
    "label": "Buyer Name",
    "format": "string"
  },
  "deadline": {
    "label": "Deadline",
    "format": "string"
  },
  "estimatedValue": {
    "label": "Estimated Value",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source Url",
    "format": "string"
  },
  "fitScore": {
    "label": "Fit Score",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [DACH Laboratory Equipment Tender Feed](https://apify.com/zentrafoundry/dach-laboratory-equipment-tender-feed) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/dach-laboratory-equipment-tender-feed) to learn more, explore other use cases, and run it yourself.