Install
openclaw skills install airbnb-agentSearch Airbnb listings, filter short-term rentals, and analyze detail pages for parking, basement, and renovation signals.
openclaw skills install airbnb-agentSearch Airbnb via pyairbnb API, filter listings, and inspect detail pages without login or browser automation.
Use for Airbnb rental searches, shortlist comparison, coordinate-based filtering, and listing detail analysis when login-only data is not required.
bash scripts/setup.sh
Creates .venv/ with pyairbnb + curl-cffi.
| Topic | File |
|---|---|
| Usage, parameters, and limitations | references/api-fields.md |
| API fields and common coordinates | references/api-fields.md |
.venv/ is missing..venv/bin/python3 scripts/search.py "Brighton" \
--check-in 2026-08-27 --check-out 2026-09-04 --guests 3 \
--bedrooms 2 --max-price 20000 --min-rating 4.8 \
--center-lat 50.8225 --center-lng -0.1373 --max-distance-km 2.5
.venv/bin/python3 scripts/details.py /tmp/airbnb_candidates.json \
--top 15 --check-in 2026-08-27 --check-out 2026-09-04 --guests 3
Outputs:
/tmp/airbnb_candidates.json from search/tmp/airbnb_results.json from detail analysis