What problem does it solve?
Manually opening Airbnb pages to collect property details is slow and hard to scale. This Skill retrieves complete listing data for any numeric Airbnb listing ID through the internal GraphQL API, without login or page navigation.
Core Features & Use Cases
- Full Listing Retrieval: Returns title, room type, description, photos, coordinates, city, amenities, house rules, highlights, ratings, review count, and bedroom configuration in one JSON response.
- Optional Stay Parameters: Supports check-in/check-out dates, adult count, locale, and currency to unlock price-related context.
- Batch-Friendly Design: Scripts can loop over listing IDs with delays, save results per ID, and resume from breakpoints on failure.
- Use Case: Given a list of Airbnb room URLs, extract the listing IDs and pull structured property data for market research or competitor analysis.
Quick Start
Fetch the full Airbnb listing details for listing ID 5476930 including amenities, photos, ratings, and house rules.