← 返回
未分类 中文

Airbnb Agent

Search Airbnb listings, filter short-term rentals, and analyze detail pages for parking, basement, and renovation signals.
搜索Airbnb房源、筛选短租并分析详情页中的停车、地下室及装修信号。
suidge suidge 来源
未分类 clawhub v1.0.2 1 版本 100000 Key: 无需
★ 0
Stars
📥 305
下载
💾 0
安装
1
版本
#agent#airbnb#latest#real-estate#search#travel

概述

Airbnb Agent

Search Airbnb via pyairbnb API, filter listings, and inspect detail pages without login or browser automation.

When to Use

Use for Airbnb rental searches, shortlist comparison, coordinate-based filtering, and listing detail analysis when login-only data is not required.

Setup

bash scripts/setup.sh

Creates .venv/ with pyairbnb + curl-cffi.

Quick Reference

TopicFile
-------------
Usage, parameters, and limitationsreferences/api-fields.md
API fields and common coordinatesreferences/api-fields.md

Core Rules

  1. Run setup first if .venv/ is missing.
  2. Search by coordinate box; ask for or derive center coordinates before running.
  3. Treat detail keyword matches as signals, not verified facts.
  4. Pass the same dates and guest count to both search and detail analysis.
  5. Save JSON outputs and cite listing URLs when summarizing recommendations.

Workflow

.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

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-05-09 17:01 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Find Skills

root
帮助用户发现和安装智能体技能,当用户询问如「如何做X」、「找X的技能」、「有能做...的吗」等问题时
★ 1,516 📥 571,231
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 865 📥 342,552
life-service

Todo Tracker

suidge
管理后续事项并在心跳检查时提醒用户
★ 0 📥 724