# Monitor Travel Rate Parity Deadline Changes

**Use case:** 

Monitor changes in travel rate parity deadlines. Access buyer-ready records with detailed tender notices and timely updates.

## Input

```json
{
  "watchlistTerms": [
    "track travel rate parity deadline changes",
    "travel rate parity monitor"
  ],
  "taskIntent": "track-changes",
  "sourceMode": "sample",
  "outputMode": "buyer-ready-records",
  "startUrls": [],
  "requestTimeoutSecs": 30,
  "maxRequestRetries": 2,
  "sinceLastRun": false,
  "deltaMode": true
}
```

## Output

```json
{
  "productName": {
    "label": "Product Name",
    "format": "string"
  },
  "marketplace": {
    "label": "Marketplace",
    "format": "string"
  },
  "sellerName": {
    "label": "Seller Name",
    "format": "string"
  },
  "offerUrl": {
    "label": "Offer Url",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "stockStatus": {
    "label": "Stock Status",
    "format": "string"
  },
  "recordId": {
    "label": "Record id",
    "format": "string"
  },
  "sourceName": {
    "label": "Source name",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "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 [Travel Rate Parity Monitor](https://apify.com/zentrafoundry/travel-rate-parity-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/travel-rate-parity-monitor) to learn more, explore other use cases, and run it yourself.