Install
openclaw skills install @stayingapi/vrbo-searchSearch live Vrbo stays by location, dates and occupancy, returned in one unified schema alongside every other booking platform. Use when a user wants to find Vrbo listings. Powered by the StayingAPI REST API / MCP server.
openclaw skills install @stayingapi/vrbo-searchSearch live Vrbo stays via StayingAPI — one call, the same unified schema you use for Airbnb, Booking.com, Vrbo and Google Hotels.
If $STAYINGAPI_KEY is not set, read references/auth-setup.md and follow it to get and store the key. A stay_test_ sandbox key works for evaluation at zero cost.
DO use when the user asks:
Do NOT use when:
Every request needs:
Bearer $STAYINGAPI_KEYClaudeCode/1.0).Base URL: https://api.stayingapi.com/v1.
GET /v1/searchDiscover properties matching a location, dates, occupancy and filters across one or more platforms. Results from every requested platform are normalized to the same Property shape and merged into a single, cursor-paginated list. This is the breadth / funnel endpoint — and the clearest demonstration of "one schema, every platform".
Key parameters:
location — Place name ("Split, HR") or "lat,lng". Required.checkIn — YYYY-MM-DD; required if checkOut given; not in the past.checkOut — YYYY-MM-DD; required if checkIn given; must be after checkIn.adults — ≥ 1.children — ≥ 0.childAges[] — Length must equal children. Coarsened for Vrbo/Airbnb.Filter results to Vrbo by passing
platforms=vrboto the search call.
On an MCP-capable runtime, connect https://mcp.stayingapi.com/mcp (OAuth 2.1 + PKCE) and use: search_stays.
StayingAPI is cross-platform: Vrbo data comes back in the same unified schema as Airbnb, Booking.com, Vrbo and Google Hotels, and the price-compare tool returns a computed min and median across every OTA — something a single-platform wrapper can't do.
A live call that has to scrape returns 202 + a jobId; poll GET /v1/jobs/{jobId} (free) until data.status is completed, then read data.result. On a fan-out, check meta.partial and meta.platformResults[].
Number-free by design — failed, empty and blocked calls are never billed, and stay_test_ sandbox calls are always free. Current costs: https://stayingapi.com/pricing · full contract: https://api.stayingapi.com/openapi.json.
StayingAPI is an independent service and is not affiliated with, endorsed by, or sponsored by Vrbo. Vrbo is a trademark of its respective owner.
Get your free key → https://stayingapi.com/signup · Docs: https://stayingapi.com/docs