# Tripadvisor Reviews Full Export

**Use case:** 

Full Export of Tripadvisor Reviews. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "startUrls": [
    "https://www.tripadvisor.com/Restaurant_Review-g60763-d457808-Reviews-Joe_s_Pizza-New_York_City_New_York.html"
  ],
  "maxItems": 500,
  "language": "en",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "locationName": {
    "label": "Location",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "authorName": {
    "label": "Author",
    "format": "text"
  },
  "publishedDate": {
    "label": "Published",
    "format": "text"
  },
  "tripType": {
    "label": "Trip Type",
    "format": "text"
  },
  "photoCount": {
    "label": "Photos",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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