# Scrape Airbnb listings in Bangkok, Thailand

**Use case:** 

Search Airbnb listings and pricing in Bangkok, Thailand without a login: title, price, rating, host and availability.

## Input

```json
{
  "locations": [
    "Bangkok, Thailand"
  ],
  "listingUrls": [],
  "maxResultsPerSource": 100,
  "currency": "USD",
  "adults": 1,
  "concurrency": 5,
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "url": {
    "label": "URL"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewsCount": {
    "label": "Reviews"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "propertyType": {
    "label": "Property"
  },
  "bedrooms": {
    "label": "Bedrooms"
  },
  "beds": {
    "label": "Beds"
  },
  "bathrooms": {
    "label": "Baths"
  },
  "isSuperhost": {
    "label": "Superhost"
  },
  "images": {
    "label": "Images"
  }
}
```

## About this Actor

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