# Fast Tripadvisor Reviews Scraper

**Use case:** 

Scrape tripadvisor reviews API. No proxies required. Fast, multiple filter options available. Keyword, rating, sorting and many filter options, keyword match.

## Input

```json
{
  "listingUrls": [
    {
      "url": "https://www.tripadvisor.com/Hotel_Review-g187849-d19239938-Reviews-INNSiDE_by_Melia_Milano_Torre_GalFa-Milan_Lombardy.html"
    }
  ],
  "maxResults": 200,
  "rating": [],
  "months": [],
  "type": [],
  "searchIsLocalFilter": false
}
```

## Output

```json
{
  "listing_title": {
    "label": "Listing"
  },
  "listing_url": {
    "label": "Listing URL"
  },
  "rating": {
    "label": "Rating"
  },
  "title": {
    "label": "Review Title"
  },
  "text": {
    "label": "Review"
  },
  "text_clean": {
    "label": "Review (Clean)"
  },
  "published_date": {
    "label": "Published Date"
  },
  "visited_date": {
    "label": "Visited Date"
  },
  "trip_type": {
    "label": "Trip Type"
  },
  "tip": {
    "label": "Tip"
  },
  "helpful_votes": {
    "label": "Helpful Votes"
  },
  "photos": {
    "label": "Photos"
  },
  "author": {
    "label": "Reviewer"
  },
  "owner_response": {
    "label": "Owner Response"
  },
  "subratings": {
    "label": "Subratings"
  },
  "keyword_query": {
    "label": "Search Keyword"
  },
  "keyword_match": {
    "label": "Keyword Match"
  },
  "reviews_stats": {
    "label": "Listing Stats"
  },
  "review_url": {
    "label": "Review URL"
  },
  "report_url": {
    "label": "Report URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Tripadvisor Reviews Scraper - No Browser Needed, Full Filters](https://apify.com/mof1re/tripadvisor-reviews-scraper-browserless) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mof1re/tripadvisor-reviews-scraper-browserless) to learn more, explore other use cases, and run it yourself.