CRE Scraper v2.0
Scrape commercial real estate listings from Crexi and LoopNet using Claude in Chrome.
Architecture
CODEBLOCK0
Requirements
- - macOS with Claude Code installed
- Claude in Chrome browser extension active
- Logged into Crexi (crexi.com) and LoopNet (loopnet.com) in Chrome
- SSH key authorized on VPS
- INLINECODE0 in ~/.claude/settings.json
Usage
Run Crexi scrape (all 21 combinations):
CODEBLOCK1
Run enrichment on unenriched properties:
CODEBLOCK2
Or inside Claude Code:
CODEBLOCK3
Configuration
- - States: FL, GA, NC, TN, AL, LA, ID
- Asset types: rvpark, selfstorage, marina
- Price range: $800K–$3M
- Min units: 50+ (when known)
- Value-add threshold: VAS ≥ 40
What gets scraped
Per listing:
- - Address, city, state, zip
- Asking price, cap rate, NOI, occupancy
- Units/pads/slips, SF, year built, acreage
- Pro-forma cap rate and NOI
- Broker name, firm, full phone (click-reveal)
- Description and investment highlights
- AI analysis: IRR, DSCR, Cash-on-Cash, Value-Add Score, AI Confidence
Cron schedule (launchd)
- - 7:00am — Crexi scrape (ai.crexi.scraper)
- 8:00am — LoopNet scrape (ai.loopnet.scraper)
- Midnight — Enrichment batch (ai.crexi.enricher)
Trigger phrases
- - "scrape new deals"
- "run the Crexi scraper"
- "find new RV parks in Florida"
- "check LoopNet for self storage in Tennessee"
- "enrich unenriched properties"
- "sync deals to dashboard"
Output
Properties saved to ~/.openclaw/workspace/data/properties.db and synced to OpenClaw Command Center dashboard via sync-properties.py.
CRE Scraper v2.0
使用Chrome中的Claude从Crexi和LoopNet抓取商业房地产列表。
架构
Mac Mini(住宅IP + Chrome)
→ /scrape-crexi 或 /scrape-loopnet 斜杠命令
→ ~/.openclaw/workspace/data/properties.db
→ rsync同步至VPS暂存区
→ sync-properties.py → 指挥中心仪表盘
要求
- - 已安装Claude Code的macOS系统
- 已激活Chrome浏览器中的Claude扩展程序
- 已在Chrome中登录Crexi(crexi.com)和LoopNet(loopnet.com)
- 已在VPS上授权SSH密钥
- 在~/.claude/settings.json中设置chromeEnabled: true
使用方法
运行Crexi抓取(全部21种组合):
bash
~/.openclaw/skills/cre-scraper/run-scrape.sh
对未丰富化的房产进行数据补充:
bash
~/.openclaw/skills/cre-scraper/enrich-batch.sh [batch_size]
或在Claude Code中:
/scrape-crexi
/scrape-loopnet
配置
- - 州份: 佛罗里达州、佐治亚州、北卡罗来纳州、田纳西州、阿拉巴马州、路易斯安那州、爱达荷州
- 资产类型: 房车公园、自助仓储、码头
- 价格范围: 80万–300万美元
- 最低单元数: 50+(已知时)
- 增值阈值: VAS ≥ 40
抓取内容
每个列表包含:
- - 地址、城市、州、邮编
- 要价、资本化率、净营业收入、入住率
- 单元数/地块数/泊位数、建筑面积、建成年份、占地面积
- 预估资本化率和净营业收入
- 经纪人姓名、公司、完整电话(点击显示)
- 描述和投资亮点
- AI分析:内部收益率、偿债备付率、现金回报率、增值评分、AI置信度
定时任务(launchd)
- - 上午7:00 — Crexi抓取(ai.crexi.scraper)
- 上午8:00 — LoopNet抓取(ai.loopnet.scraper)
- 午夜 — 数据补充批次(ai.crexi.enricher)
触发短语
- - 抓取新交易
- 运行Crexi抓取器
- 查找佛罗里达州的新房车公园
- 在田纳西州检查自助仓储
- 补充未丰富化的房产数据
- 同步交易至仪表盘
输出
房产数据保存至~/.openclaw/workspace/data/properties.db,并通过sync-properties.py同步至OpenClaw指挥中心仪表盘。