# Fast airbnb reviews scraper

**Use case:** 

Cheap and fast airbnb reviews scraper. No limits per listing, advanced filtering available, Keyword match option included.

## Input

```json
{
  "listingUrls": [
    {
      "url": "https://www.airbnb.com/rooms/8881364"
    }
  ],
  "maxResults": 200,
  "lang": "en",
  "sort": "BEST_QUALITY",
  "search": "",
  "searchIsLocalFilter": false
}
```

## Output

```json
{
  "listing_title": {
    "label": "Listing"
  },
  "listing_url": {
    "label": "Listing URL"
  },
  "rating": {
    "label": "Rating"
  },
  "text_clean": {
    "label": "Review"
  },
  "text_localized": {
    "label": "Translated Review"
  },
  "text_language": {
    "label": "Translated Into"
  },
  "response": {
    "label": "Host Reply"
  },
  "response_date": {
    "label": "Reply Date"
  },
  "date_localized": {
    "label": "Review Date"
  },
  "highlight": {
    "label": "Highlight"
  },
  "room_type": {
    "label": "Room Type"
  },
  "reviewer_name": {
    "label": "Reviewer"
  },
  "reviewer_location": {
    "label": "Reviewer Location"
  },
  "reviewer_avatar": {
    "label": "Reviewer Avatar"
  },
  "reviewer_profile_url": {
    "label": "Reviewer Profile"
  },
  "reviewer_deleted": {
    "label": "Reviewer Deleted"
  },
  "host_name": {
    "label": "Host"
  },
  "host_avatar": {
    "label": "Host Avatar"
  },
  "host_profile_url": {
    "label": "Host Profile"
  },
  "host_deleted": {
    "label": "Host Deleted"
  },
  "search_keyword": {
    "label": "Search Keyword"
  },
  "keyword_match": {
    "label": "Keyword Match"
  },
  "listing_data": {
    "label": "Listing Details"
  }
}
```

## About this Actor

This example demonstrates how to use [Airbnb Reviews Scraper - Sort, Filter & Get Every Review Fast](https://apify.com/mof1re/airbnb-reviews-scraper-browserless) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mof1re/airbnb-reviews-scraper-browserless) to learn more, explore other use cases, and run it yourself.