# Compare Package Holidays from Berlin Across 5 Sites

**Use case:** 

Compare Berlin-departure package holidays across TUI, DERTOUR, weg.de, ab-in-den-urlaub.de, and alltours in one normalized dataset with source evidence.

## Input

```json
{
  "destination": "Antalya",
  "startDate": "8 weeks",
  "endDate": "10 weeks",
  "nights": 7,
  "adults": 2,
  "childAges": [],
  "departureAirports": [
    "BER"
  ],
  "operators": [
    "tui",
    "dertour",
    "weg",
    "aidu",
    "alltours"
  ],
  "outputMode": "offers",
  "comparisonMode": "lowest_offer_in_search_window",
  "maxResultsPerOperator": 1,
  "sort": "priceAsc",
  "includeRaw": false,
  "history": {
    "enabled": false,
    "storeName": "package-price-history",
    "retentionDays": 90,
    "observationIntervalHours": 24,
    "emitSeries": true
  },
  "enrichment": {
    "enabled": false,
    "storeName": "package-offer-enrichment",
    "ttlHours": 6,
    "maxOffersPerSource": 3
  },
  "airportMatrix": {
    "enabled": false,
    "maxAirports": 8,
    "concurrency": 3,
    "requestBudget": 50,
    "emitRows": true
  },
  "signals": {
    "enabled": false,
    "minimumSnapshots": 3,
    "evidenceWindowDays": 14,
    "emitRows": true
  },
  "forecast": {
    "enabled": false,
    "minimumObservations": 7,
    "horizonDays": 7,
    "emitRows": true
  },
  "reliability": {
    "circuitFailureThreshold": 3,
    "circuitCooldownSeconds": 120
  },
  "alerts": {
    "enabled": false,
    "webhookUrls": [],
    "types": [
      "price_drop",
      "price_rise",
      "availability_narrowing",
      "source_recovery"
    ],
    "priceChangePercent": 5,
    "capacityScore": 50,
    "cooldownHours": 24,
    "maxAlertsPerRun": 20,
    "emitRows": true
  },
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "countryCode": "DE"
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "message": {
    "label": "Message",
    "format": "string"
  },
  "operator": {
    "label": "Operator",
    "format": "string"
  },
  "tourOperator": {
    "label": "Tour operator",
    "format": "string"
  },
  "dachEntityId": {
    "label": "Dach entity id",
    "format": "string"
  },
  "hotel": {
    "label": "Hotel",
    "format": "object"
  },
  "travel": {
    "label": "Travel",
    "format": "object"
  },
  "departureAirport": {
    "label": "Departure airport",
    "format": "object"
  },
  "room": {
    "label": "Room",
    "format": "object"
  },
  "board": {
    "label": "Board",
    "format": "object"
  },
  "transfer": {
    "label": "Transfer",
    "format": "object"
  },
  "availability": {
    "label": "Availability",
    "format": "object"
  },
  "price": {
    "label": "Price",
    "format": "object"
  },
  "cheapestOperator": {
    "label": "Cheapest operator",
    "format": "string"
  },
  "cheapestTotalPrice": {
    "label": "Cheapest total price",
    "format": "number"
  },
  "source": {
    "label": "Source",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Package Holiday Price Comparison - Pauschalreise, TUI, DERTOUR](https://apify.com/kamerozkan/dach-package-holiday-price-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/kamerozkan/dach-package-holiday-price-api) to learn more, explore other use cases, and run it yourself.