# Compare hotel prices in London on Despegar

**Use case:** 

Search Despegar hotel availability for London dates and export names, prices, ratings, and locations. Monitor travel accommodation prices for market research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.us.despegar.com/accommodations/results/REG_201907/2026-07-27/2026-07-29/2?from=SB2&facet=city&reSearch=true"
    }
  ],
  "destination": "London",
  "facet": "city",
  "checkInDate": "2026-07-27",
  "checkOutDate": "2026-07-29",
  "adults": 2,
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "destination": {
    "label": "Destination"
  },
  "destinationId": {
    "label": "Destination id"
  },
  "checkInDate": {
    "label": "Check in date"
  },
  "checkOutDate": {
    "label": "Check out date"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "rating": {
    "label": "Rating"
  },
  "stars": {
    "label": "Stars"
  },
  "address": {
    "label": "Address"
  },
  "location": {
    "label": "Location"
  },
  "imageUrl": {
    "label": "Image url"
  },
  "hotelUrl": {
    "label": "Hotel url"
  },
  "resultUrl": {
    "label": "Result url"
  }
}
```

## About this Actor

This example demonstrates how to use [Despegar Hotels Scraper](https://apify.com/rainminer/despegar-hotels-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rainminer/despegar-hotels-scraper) to learn more, explore other use cases, and run it yourself.