# Tripadvisor Review Data for Madrid Tapas Tour

**Use case:** 

Collect structured reviews for the Madrid Tapas and Taverns tour. Access insights on customer sentiment and feedback directly from Tripadvisor.

## Input

```json
{
  "product_url": "https://www.tripadvisor.com/AttractionProductReview-g187514-d11995329-Madrid_Tapas_Taverns_Small_Group_Food_History_Tour-Madrid.html",
  "page_size": 10,
  "page": 1
}
```

## Output

```json
{
  "id": {
    "label": "Review ID",
    "format": "string"
  },
  "product_id": {
    "label": "Product ID",
    "format": "string"
  },
  "product_url": {
    "label": "Product URL",
    "format": "string"
  },
  "review_id": {
    "label": "TripAdvisor Review ID",
    "format": "string"
  },
  "author_name": {
    "label": "Author",
    "format": "string"
  },
  "user_identifier_value": {
    "label": "User identifier value",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "content": {
    "label": "Content",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "string"
  },
  "review_date": {
    "label": "Review Date",
    "format": "string"
  },
  "trip_type": {
    "label": "Trip Type",
    "format": "string"
  },
  "helpful_votes": {
    "label": "Helpful",
    "format": "integer"
  },
  "owner_response": {
    "label": "Owner Response",
    "format": "string"
  },
  "owner_response_author": {
    "label": "Response Author",
    "format": "string"
  },
  "owner_response_date": {
    "label": "Response Date",
    "format": "string"
  },
  "language": {
    "label": "Language",
    "format": "string"
  },
  "photos": {
    "label": "Photos",
    "format": "array"
  },
  "overall_star_rating": {
    "label": "Overall Rating",
    "format": "number"
  },
  "overall_review_count": {
    "label": "Total Reviews",
    "format": "integer"
  }
}
```

## About this Actor

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