VRBO Reviews Scraper
Pricing
$19.99/month + usage
Go to Apify Store
VRBO Reviews Scraper
Scrape property reviews from VRBO.com by providing a property listing URL, with automatic pagination and comprehensive review data extraction.
🏡 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
| Field | Type | Required | Description |
|---|---|---|---|
searchUrl | string | Yes | Complete VRBO property listing URL to scrape |
maxItems | integer | No | Maximum number of reviews to fetch |
proxyConfiguration | object | No | Proxy settings for the actor |
How to Get Property URL
- Go to VRBO.com
- Navigate to any property listing page
- Copy the complete URL from your browser's address bar
- Paste it into the
searchUrlfield
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 usedreviewId: Unique identifier for the reviewrating: 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 reviewerreviewText: Full text of the reviewliked: 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 verifiedscrapedAt: 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!
