LaunchKit · 2026
Back to Skills

airbnb-search

Search Airbnb listings with prices, ratings, and direct links.

1
1.4k downloads
by @awlevin

Setup & Installation

openclaw skills install @awlevin/airbnb-search

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install airbnb-search

Version History

v0.1.4Feb 12, 2026 - Version note by skill developer:

Address security report: clarify API key messaging, remove curl|bash installer, document API fragility

What This Skill Does

Searches Airbnb listings from the command line and returns prices, ratings, and direct booking links. No API key registration required. It uses the same public frontend API key Airbnb's website uses in the browser.

No account or API key setup is needed since it uses Airbnb's existing public frontend key, so searches run immediately without registration.

When to use it

  • Comparing nightly rates across different check-in windows
  • Filtering rentals by bedroom count before booking a group trip
  • Setting a max price to find budget-friendly stays in a city
  • Pulling a structured list of listings for travel cost estimation
  • Checking pricing for a specific ski resort town over a holiday weekend

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Find Airbnb listings in Steamboat Springs, CO for March 1-3 with at least 2 bedrooms

AGENT
  1. 1Run airbnb-search script with location 'Steamboat Springs, CO' and dates 2025-03-01 to 2025-03-03
  2. 2Apply --min-bedrooms 2 filter to narrow results
  3. 3Retrieve listings with total prices, star ratings, review counts, and booking URLs
  4. 4Display results as a formatted table
OUTPUT

Table of matching cabins showing total price (including cleaning fees), bedroom count, star rating, and a direct Airbnb room link for each result