airbnb.com API: get_wishlist
airbnb.com via Parse · travel
Fetches all saved listings from a shared Airbnb wishlist by its ID and share token (from an invite URL like /wishlists/<id>/invite?share_token=<token>). Returns the wishlist name, total count, and an array of listing summaries including pricing, ratings, coordinates, capacity details, and thumbnail images. Pricing reflects the wishlist's saved dates by default; pass currency to change the price currency. The checkin, checkout, and adults parameters are accepted but pricing is determined by the wishlist's saved date range. Search and retrieve detailed information about Airbnb listings including availability, reviews, and pricing Fulfilled by Parse from airbnb.com.
- airbnb-com
- parse
- platform-key
- real-estate
- reviews-ratings
- travel
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/ebfc2570-a5db-4d9b-9105-c3439a6586fb/get_wishlist
- Interface artifact
- sha256:0a0b3c4aebc90bd1d795275eb7adf6c7600e714e279fab8950e7ffd7a3de1b1f
- Manifest digest
- sha256:846206061f0638993a5b6f03d858abbff517796955c554e6dbbf6e585efe3bc6
Request fields
- adults (integer): Number of adults
- checkin (string): Check-in date in YYYY-MM-DD format
- checkout (string): Check-out date in YYYY-MM-DD format
- currency (string): Currency code for pricing (e.g. USD, EUR, GBP)
- share_token (string, required): Share token from the wishlist invite URL (e.g. '2c51a6c5-b43b-4d22-bcbf-24a1a5070701')
- wishlist_id (string, required): Airbnb wishlist ID (the numeric ID from the invite URL, e.g. '2178650004')
Example queries
- {"share_token":"2c51a6c5-b43b-4d22-bcbf-24a1a5070701","wishlist_id":"2178650004"}