# Airbnb Recent Reviews

**Use case:** 

Get the latest Airbnb reviews for a listing — ordered most-recent-first. Track guest sentiment over time, structured JSON.

## Input

```json
{
  "startUrls": [
    "https://www.airbnb.com/rooms/12345678"
  ],
  "searchLocations": [
    "New York, NY"
  ],
  "reviewsMaxPerListing": 50,
  "reviewSort": "recent",
  "maxResults": 50,
  "roomTypes": [],
  "excludeEmptyFields": false,
  "notificationLimit": 5,
  "notifyOnlyChanges": false
}
```

## Output

```json
{
  "reviewerName": {
    "label": "Reviewer name"
  },
  "rating": {
    "label": "Rating"
  },
  "localizedDate": {
    "label": "Localized date"
  },
  "text": {
    "label": "Text"
  },
  "listingId": {
    "label": "Listing id"
  }
}
```

## About this Actor

This example demonstrates how to use [Airbnb Reviews Scraper — Text, Rating, Date & Host Reply](https://apify.com/blackfalcondata/airbnb-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/blackfalcondata/airbnb-reviews-scraper) to learn more, explore other use cases, and run it yourself.