# Travel Rate Parity Comparison by Buyer

**Use case:** 

Evaluate travel rate differences among platforms. Receive detailed buyer-fit records highlighting rates, deadlines, and action-ready insights.

## Input

```json
{
  "watchlistTerms": [
    "compare travel rate parity by buyer fit",
    "travel rate parity monitor"
  ],
  "taskIntent": "compare-buyer-fit",
  "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.