VRBO Reviews Scraper avatar
VRBO Reviews Scraper

Pricing

$19.99/month + usage

Go to Apify Store
VRBO Reviews Scraper

VRBO Reviews Scraper

Scrape property reviews from VRBO.com by providing a property listing URL, with automatic pagination and comprehensive review data extraction.

Pricing

$19.99/month + usage

Rating

5.0

(1)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

2

Monthly active users

4 days ago

Last modified

Share

🏡 VRBO Reviews Scraper

This actor allows you to scrape property reviews from VRBO.com by providing a property listing URL. It automatically handles pagination and extracts comprehensive review information including ratings, review text, author details, stay information, and verification status.

Features

  • URL-based Scraping: Extract reviews by providing a complete VRBO property listing URL
  • Automatic Pagination: Automatically loads more reviews until reaching the end or max items limit
  • Comprehensive Review Data: Extract detailed information about each review including:
    • Rating scores and labels
    • Full review text
    • Reviewer names
    • Stay duration and dates
    • Travel type (solo, with partner, family, etc.)
    • Liked aspects (cleanliness, location, communication, etc.)
    • Verification status
  • Smart Deduplication: Automatically removes duplicate reviews based on review IDs

Input Parameters

FieldTypeRequiredDescription
searchUrlstringYesComplete VRBO property listing URL to scrape
maxItemsintegerNoMaximum number of reviews to fetch
proxyConfigurationobjectNoProxy settings for the actor

How to Get Property URL

  1. Go to VRBO.com
  2. Navigate to any property listing page
  3. Copy the complete URL from your browser's address bar
  4. Paste it into the searchUrl field

Example property URL:

https://www.vrbo.com/3444303

Output

The output is a dataset of review objects, each containing:

  • searchUrl: The original property listing URL used
  • reviewId: Unique identifier for the review
  • rating: Numeric rating score (e.g., 10)
  • ratingMax: Maximum possible rating (e.g., 10)
  • ratingLabel: Rating label (e.g., "Excellent", "Good", "Average")
  • author: Name of the reviewer
  • reviewText: Full text of the review
  • liked: Aspects the reviewer liked (e.g., "cleanliness, check-in, communication, location, listing accuracy")
  • stayedText: Stay duration and dates (e.g., "Stayed 4 nights in Sep 2025")
  • travelType: Type of travel group (e.g., "Traveled with partner", "Traveled with family")
  • isVerified: Whether the review is verified
  • scrapedAt: Timestamp of when the review was scraped

Example output:

[
{
"searchUrl": "https://www.vrbo.com/3444303",
"reviewId": "68ee74c8a0c1184dd3cc3407",
"rating": 10,
"ratingMax": 10,
"ratingLabel": "Excellent",
"author": "Beverly S.",
"reviewText": "We thoroughly enjoyed our stay in this cozy mountain cabin. It was the perfect retreat to come back to at the end of a long day of vacationing!",
"liked": "cleanliness, check-in, communication, location, listing accuracy",
"stayedText": "Stayed 4 nights in Sep 2025",
"travelType": "Traveled with partner",
"isVerified": true,
"scrapedAt": "2025-11-12T08:07:17.197Z"
},
...
]

Use Cases

  • Property reputation analysis
  • Guest satisfaction research
  • Competitive property comparison
  • Review sentiment analysis
  • Property management insights
  • Market research for vacation rentals
  • Quality assurance monitoring

Notes

  • Results are automatically paginated until reaching the end or max items limit
  • All timestamps are in ISO 8601 format
  • The actor handles network delays and timeouts gracefully
  • Reviews are deduplicated automatically to ensure unique results

Start scraping property reviews from VRBO today!