# Track Deadline Changes for Tender Revenue Intelligence

**Use case:** 

Monitor changes in tender revenue deadlines. Receive updates on key tender deadlines relevant to your projects and opportunities.

## Input

```json
{
  "buyerQuery": "Deterministic fixture Title for Tender Revenue Intelligence Bundle",
  "taskIntent": "track-changes",
  "sourceMode": "startUrls",
  "outputMode": "buyer-ready-records",
  "startUrls": [
    {
      "url": "https://ted.europa.eu/en/",
      "sourceId": "TED-SEARCH",
      "userData": {
        "sourceId": "TED-SEARCH"
      }
    }
  ],
  "requestTimeoutSecs": 30,
  "maxRequestRetries": 2,
  "sinceLastRun": false,
  "deltaMode": true,
  "memberTimeoutSecs": 300,
  "zentraOwnerQa": false
}
```

## Output

```json
{
  "opportunityIdentifier": {
    "label": "Opportunity Identifier"
  },
  "buyer": {
    "label": "Buyer"
  },
  "title": {
    "label": "Title"
  },
  "cpvCodes": {
    "label": "Cpv Codes"
  },
  "requirements": {
    "label": "Requirements"
  },
  "fitScore": {
    "label": "Fit Score"
  },
  "deadline": {
    "label": "Deadline"
  },
  "sourceUrl": {
    "label": "Source Url"
  },
  "confidence": {
    "label": "Confidence"
  },
  "deduplicationKey": {
    "label": "Deduplication Key"
  },
  "recordId": {
    "label": "Record Id"
  },
  "sourceName": {
    "label": "Source Name"
  },
  "dedupeKey": {
    "label": "Dedupe Key"
  },
  "retrievedAt": {
    "label": "Retrieved At"
  },
  "score": {
    "label": "Score"
  },
  "scoreReasons": {
    "label": "Score Reasons"
  },
  "errors": {
    "label": "Errors"
  },
  "runSummary": {
    "label": "Run Summary"
  }
}
```

## About this Actor

This example demonstrates how to use [Tender Revenue Intelligence Bundle](https://apify.com/zentrafoundry/tender-revenue-intelligence-bundle) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/tender-revenue-intelligence-bundle) to learn more, explore other use cases, and run it yourself.