🏡 Realtor.com
Realtor.com — search listings, agents, and property details via API
Requirements
| Variable | Required | Description |
|---|
| INLINECODE0 | ✅ | RapidAPI key for Realtor API |
Quick Start
CODEBLOCK0
All Commands
| Command | Description |
|---|
| INLINECODE1 | Search for-sale listings |
| INLINECODE2 |
Search rentals |
|
search-sold | Search recently sold |
|
property | Get property details |
|
agents | Search agents |
|
agent-get | Get agent details |
|
auto-complete | Location auto-complete |
Output Format
All commands output JSON by default. Add --human for readable formatted output.
CODEBLOCK1
Script Reference
| Script | Description |
|---|
| INLINECODE9 | Main CLI — all commands in one tool |
Credits
Built by
M. Abidi |
agxntsix.ai
YouTube |
GitHub
Part of the
AgxntSix Skill Suite for OpenClaw agents.
📅 Need help setting up OpenClaw for your business? Book a free consultation
🏡 Realtor.com
Realtor.com — 通过API搜索房源、经纪人及房产详情
环境要求
| 变量 | 是否必需 | 说明 |
|---|
| REALTORAPIKEY | ✅ | Realtor API的RapidAPI密钥 |
快速开始
bash
搜索在售房源
python3 {{baseDir}}/scripts/realtor.py search-sale --city <城市> --state
code <州代码> --postalcode <邮政编码> --price
min <最低价格> --pricemax <最高价格>
搜索出租房源
python3 {{baseDir}}/scripts/realtor.py search-rent --city <城市> --state
code <州代码> --postalcode <邮政编码>
搜索近期成交
python3 {{baseDir}}/scripts/realtor.py search-sold --city <城市> --state_code <州代码>
获取房产详情
python3 {{baseDir}}/scripts/realtor.py property --property_id <房产ID>
搜索经纪人
python3 {{baseDir}}/scripts/realtor.py agents --city <城市> --state_code <州代码> --name <姓名>
获取经纪人详情
python3 {{baseDir}}/scripts/realtor.py agent-get --nrds_id
位置自动补全
python3 {{baseDir}}/scripts/realtor.py auto-complete --input <输入内容>
所有命令
| 命令 | 说明 |
|---|
| search-sale | 搜索在售房源 |
| search-rent |
搜索出租房源 |
| search-sold | 搜索近期成交 |
| property | 获取房产详情 |
| agents | 搜索经纪人 |
| agent-get | 获取经纪人详情 |
| auto-complete | 位置自动补全 |
输出格式
所有命令默认输出JSON格式。添加 --human 参数可输出可读的格式化内容。
bash
python3 {{baseDir}}/scripts/realtor.py <命令> --human
脚本参考
| 脚本 | 说明 |
|---|
| {{baseDir}}/scripts/realtor.py | 主命令行工具 — 所有命令集成于一个工具 |
致谢
由 M. Abidi 构建 | agxntsix.ai
YouTube | GitHub
属于面向OpenClaw代理的 AgxntSix技能套件 的一部分。
📅 需要帮助为您的企业搭建OpenClaw? 预约免费咨询