# Find Budget Hotels in Tokyo Under $100 Per Night

**Use case:** 

Discover affordable hotel options in Tokyo for budget-conscious travelers or cost-effective group bookings. Optimize travel planning and resource allocation by 

## Input

```json
{
  "mode": "searchHotels",
  "cityName": "Tokyo",
  "checkIn": "2024-09-01",
  "checkOut": "2024-09-03",
  "maxPrice": 100,
  "maxItems": 40,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "address": {
    "label": "Address"
  },
  "starRating": {
    "label": "Star rating"
  },
  "rating": {
    "label": "Rating"
  },
  "pricePerNight": {
    "label": "Price per night"
  },
  "currency": {
    "label": "Currency"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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