# Hotel Price Comparison Full Export

**Use case:** 

Full Export of Hotel Price Comparison. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "locationSlug": "New-York,NY,United-States-c28573",
  "locationId": "28573",
  "checkinDate": "",
  "checkoutDate": "",
  "adults": 2,
  "rooms": 1,
  "maxItems": 500,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "freeBreakfastOnly": false,
  "freeCancellationOnly": false
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image Url",
    "format": "link"
  },
  "hotelId": {
    "label": "Hotel Id",
    "format": "text"
  },
  "hotelName": {
    "label": "Hotel Name",
    "format": "text"
  },
  "starRating": {
    "label": "Star Rating",
    "format": "number"
  },
  "guestRating": {
    "label": "Guest Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "number"
  },
  "reviewCategory": {
    "label": "Review Category",
    "format": "date"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "lat": {
    "label": "Lat",
    "format": "number"
  },
  "lng": {
    "label": "Lng",
    "format": "number"
  },
  "distanceFromCenter": {
    "label": "Distance From Center",
    "format": "number"
  },
  "lowestNightlyRate": {
    "label": "Lowest Nightly Rate",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "providerName": {
    "label": "Provider Name",
    "format": "text"
  },
  "providerCode": {
    "label": "Provider Code",
    "format": "text"
  },
  "originalPrice": {
    "label": "Original Price",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount Percent",
    "format": "number"
  },
  "freeBreakfast": {
    "label": "Free Breakfast",
    "format": "boolean"
  },
  "freeCancellation": {
    "label": "Free Cancellation",
    "format": "boolean"
  },
  "isSoldOut": {
    "label": "Is Sold Out",
    "format": "boolean"
  },
  "mealPlanIncluded": {
    "label": "Meal Plan Included",
    "format": "text"
  },
  "freebies": {
    "label": "Freebies",
    "format": "array"
  },
  "amenities": {
    "label": "Amenities",
    "format": "array"
  },
  "allProviders": {
    "label": "All Providers",
    "format": "array"
  },
  "historicHighPrice": {
    "label": "Historic High Price",
    "format": "number"
  },
  "checkinDate": {
    "label": "Checkin Date",
    "format": "date"
  },
  "checkoutDate": {
    "label": "Checkout Date",
    "format": "date"
  },
  "numberOfNights": {
    "label": "Number Of Nights",
    "format": "number"
  },
  "adults": {
    "label": "Adults",
    "format": "number"
  },
  "hotelUrl": {
    "label": "Hotel Url",
    "format": "link"
  },
  "bookingUrl": {
    "label": "Booking Url",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Hotel Price Comparison Scraper](https://apify.com/parseforge/hotel-booking-sites-direct-hotel-websites-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/hotel-booking-sites-direct-hotel-websites-scraper) to learn more, explore other use cases, and run it yourself.