What problem does it solve?
VRBO sits behind Akamai Bot Manager, so plain HTTP requests and standard Playwright get a 429 bot wall, making vacation-rental search results inaccessible to automation. This Skill bypasses that wall using Patchright (an undetected Playwright fork) running headed, returning structured whole-home, condo, and cabin listings with all-in pricing.
Core Features & Use Cases
- Akamai Bot Manager bypass: Uses Patchright with a persistent profile and homepage warm-up to earn the
_abck cookie, with configurable retries and clear block detection.
- Structured listing extraction: Three-layer extraction (embedded Redux/Apollo state, data-stid DOM cards, anchor fallback) returning bedrooms, bathrooms, sleeps, ratings, coordinates, per-night and total prices with taxes included.
- Filtering and JSON output: Client-side filters for minimum bedrooms, pets, children, and result limits, with
--json output for orchestration by trip-planning or hotel-comparison workflows.
- Use Case: Ask your AI to compare Airbnb vs VRBO for a 3-bedroom condo in Canmore for a group ski trip; it runs this Skill and returns listings with all-in totals and booking links.
Quick Start
Ask your AI assistant to search VRBO for whole-home rentals in your destination with your check-in and check-out dates, for example "search VRBO for a 3-bedroom condo in Canmore from June 26 to July 2 for 3 adults".