# Extract VRBO Reviews for Property Analysis

**Use case:** 

Extract up to 200 reviews, ratings, and sentiment from a VRBO property. Analyze guest feedback to enhance property insights and competitive analysis.

## Input

```json
{
  "url": "https://www.vrbo.com/pdp/lo/447050?dateless=true&x_pwa=1&rfrr=HSR&pwa_ts=1785246799259&referrerUrl=aHR0cHM6Ly93d3cudnJiby5jb20vSG90ZWwtU2VhcmNo&useRewards=false&adults=2&regionId=178279&destination=London+%28and+vicinity%29%2C+England%2C+United+Kingdom&destType=MARKET&neighborhoodId=179536&latLong=51.507538%2C-0.127804&searchId=d775642f-ff5a-4cb8-98fc-e7f020bc4332&sort=RECOMMENDED&userIntent=&expediaPropertyId=447050",
  "propertyId": "88961646",
  "results_wanted": 200,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "property_id": {
    "label": "Property ID",
    "format": "text"
  },
  "review_id": {
    "label": "Review ID",
    "format": "text"
  },
  "rating_label": {
    "label": "Rating",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "review_text": {
    "label": "Review",
    "format": "text"
  },
  "trip_summary": {
    "label": "Trip Summary",
    "format": "text"
  },
  "source_type": {
    "label": "Source",
    "format": "text"
  },
  "source_url": {
    "label": "API URL",
    "format": "link"
  }
}
```

## About this Actor

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