# Airbnb Reviews by City

**Use case:** 

Scrape Airbnb reviews across an entire city — text, rating, date, reviewer and host reply for every listing found. Structured JSON.

## Input

```json
{
  "startUrls": [],
  "searchLocations": [
    "New York, NY"
  ],
  "reviewsMaxPerListing": 20,
  "reviewSort": "best",
  "maxResults": 1000,
  "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.