# Audit Low Rated Airbnb Reviews for Guest Issues

**Use case:** 

Review the lowest-rated public Airbnb feedback from selected listings to spot recurring guest issues and service gaps.

## Input

```json
{
  "listingUrls": [
    "https://www.airbnb.com/rooms/20669368"
  ],
  "listingIds": [
    "20669368"
  ],
  "maxReviewsPerListing": 12,
  "sortBy": "RATING_ASC",
  "language": "en",
  "includeHostResponse": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "rating": {
    "label": "Rating",
    "format": "integer"
  },
  "reviewerName": {
    "label": "Reviewer",
    "format": "string"
  },
  "reviewerLocation": {
    "label": "Location",
    "format": "string"
  },
  "comments": {
    "label": "Review",
    "format": "string"
  },
  "createdAt": {
    "label": "Date",
    "format": "string"
  },
  "hostResponse": {
    "label": "Host reply",
    "format": "string"
  },
  "listingUrl": {
    "label": "Listing",
    "format": "string"
  }
}
```

## About this Actor

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