# Find London Business Travel Hotels for Corporate Clients

**Use case:** 

Extract a list of highly-rated hotels in London's business districts, including amenities and average prices, suitable for corporate travel planning. This enabl

## Input

```json
{
  "destination": "London",
  "checkIn": "2024-09-15",
  "checkOut": "2024-09-19",
  "adults": 1,
  "rooms": 1,
  "maxItems": 40,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Hotel Name",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "string"
  },
  "totalPrice": {
    "label": "Total Price",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "string"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "string"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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