Vrbo: Search Listings
Vrbo via Parse · travel
Search for vacation rental listings by location. Returns properties with titles, prices, thumbnails, and listing URLs. Supports optional date filtering and guest count. Results are sorted by Vrbo's recommended algorithm. Each page returns up to ~50 listings. API to search and retrieve vacation rental listings from Vrbo. Fulfilled by Parse from vrbo.com.
- marketplace
- parse
- platform-key
- real-estate
- travel
- vrbo
- vrbo-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- travel
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/c00a1872-7f9d-45ba-bde6-4cf81a483fa6/search_listings
- Interface artifact
- sha256:324a14655d7cab174a4134140608ebb6b77b82b913e19d2e55f0dc8a895800a3
- Manifest digest
- sha256:471fdce99aeef43111c4607040bbae76786209f9957ce3a66d26c04f7d42730b
Request fields
- page (integer): Page number for pagination
- query (string, required): Location to search for (e.g., 'Miami', 'New York', 'Los Angeles')
- adults (integer): Number of adult guests
- checkin (string): Check-in date in YYYY-MM-DD format
- checkout (string): Check-out date in YYYY-MM-DD format
Example queries
- {"page":"1","query":"Miami","adults":"2","checkin":"2026-09-13","checkout":"2026-09-20"}