# Analyze Vacation Rental Demand in Tokyo for Specific Dates

**Use case:** 

Collect Airbnb availability and pricing data for popular Tokyo districts during peak travel seasons to understand demand and supply dynamics. This analysis supp

## Input

```json
{
  "location": "Shinjuku, Tokyo, Japan",
  "checkIn": "2025-03-20",
  "checkOut": "2025-03-27",
  "adults": 3,
  "maxItems": 75
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "type": {
    "label": "Property Type",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  }
}
```

## About this Actor

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