Airbnb Search
/install airbnb-search
Airbnb Search
Search Airbnb listings from the command line. Returns prices, ratings, and direct booking links.
Requirements
- Python 3.8+
requestslibrary (auto-installed viauv run --with)
Quick Start
# Run directly (no install needed)
uv run --with requests scripts/airbnb-search.py "Steamboat Springs, CO" --checkin 2025-03-01 --checkout 2025-03-03
# JSON output
uv run --with requests scripts/airbnb-search.py "Denver, CO" --checkin 2025-06-01 --checkout 2025-06-05 --json
Options
query Search location (e.g., "Steamboat Springs, CO")
--checkin, -i DATE Check-in date (YYYY-MM-DD)
--checkout, -o DATE Check-out date (YYYY-MM-DD)
--min-price N Minimum price filter
--max-price N Maximum price filter
--min-bedrooms N Minimum bedrooms filter
--limit N Max results (default: 50)
--json Output as JSON
--format FORMAT table or json (default: table)
Example Output
📍 Steamboat Springs, CO
📊 Found 300+ total listings
==========================================================================================
Cozy Mountain Cabin 🏆
2BR/1BA | ⭐4.92 | 127 reviews
💰 $407 total
🔗 https://airbnb.com/rooms/12345678
Notes
- Dates are required for accurate pricing
- Prices include cleaning fees in the total
- No user API key needed — uses Airbnb's public frontend API key (hardcoded, same key used by airbnb.com in the browser)
- May break if Airbnb changes their internal GraphQL API
- Be respectful of rate limits
Links
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install airbnb-search - After installation, invoke the skill by name or use
/airbnb-search - Provide required inputs per the skill's parameter spec and get structured output
What is Airbnb Search?
Search Airbnb listings with prices, ratings, and direct links. No user API key required (uses Airbnb's public frontend API key). Use when searching for Airbnb stays, vacation rentals, or accommodation pricing. It is an AI Agent Skill for Claude Code / OpenClaw, with 1833 downloads so far.
How do I install Airbnb Search?
Run "/install airbnb-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Airbnb Search free?
Yes, Airbnb Search is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Airbnb Search support?
Airbnb Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Airbnb Search?
It is built and maintained by Aaron Levin (@awlevin); the current version is v0.1.4.