# Tender Change Comparison Reports by Buyer Fit

**Use case:** 

Analyze changes in tender data to assess buyer fit. Get structured insights from the latest procurement information.

## Input

```json
{
  "searchKeywords": [
    "compare tender change v2 by buyer fit",
    "tender change monitor v2"
  ],
  "taskIntent": "compare-buyer-fit",
  "sourceMode": "startUrls",
  "outputMode": "buyer-ready-records",
  "startUrls": [
    {
      "url": "https://ted.europa.eu/en/",
      "sourceId": "TED-SEARCH",
      "userData": {
        "sourceId": "TED-SEARCH"
      }
    }
  ],
  "maxItems": 10,
  "perSourceLimit": 25,
  "maxTotalChargeUsd": 5,
  "overallTimeoutSecs": 900,
  "requestTimeoutSecs": 30,
  "maxRequestRetries": 2,
  "sinceLastRun": false,
  "deltaMode": true
}
```

## 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"
  },
  "recordId": {
    "label": "Record id",
    "format": "string"
  },
  "sourceName": {
    "label": "Source name",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "retrievedAt": {
    "label": "Retrieved at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Tender Change Monitor v2](https://apify.com/zentrafoundry/tender-change-monitor-v2) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/tender-change-monitor-v2) to learn more, explore other use cases, and run it yourself.