# Tokyo Airbnb Apartment Listings Export

**Use case:** 

Access detailed Airbnb apartment listings in Tokyo, including prices, ratings, and reviews. Get up to 200 results in USD.

## Input

```json
{
  "location": "Tokyo, Japan",
  "locations": [
    "Lisbon, Portugal",
    "Barcelona, Spain"
  ],
  "searchUrls": [
    "https://www.airbnb.com/s/Rome--Italy/homes?adults=2"
  ],
  "checkIn": "2026-08-01",
  "checkOut": "2026-08-05",
  "currency": "USD",
  "maxResults": 200,
  "includeDetails": false,
  "detailConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "thumbnail": {
    "label": "Thumbnail",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "roomType": {
    "label": "Room type",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceLabel": {
    "label": "Price label",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "searchLocation": {
    "label": "Search location",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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