zillow-airbnb-matcher
Find properties for sale that are already generating Airbnb income. Cross-references Zillow listings with active Airbnb rentals using geo-matching and calculates investment metrics.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/freemountaindeer/zillow-airbnb-matcherZillow × Airbnb Matcher Skill
This skill finds for-sale properties that already have an active Airbnb listing nearby — using GPS-based geo-matching to cross-reference Zillow and Airbnb data.
How to Use (Chat Commands)
Send any of these messages:
| Message | What Happens |
|---|---|
search airbnb 78704 | Search Austin TX zip code |
search airbnb Nashville TN | Search by city |
check properties 33139 | Miami Beach STR check |
airbnb demo | Run demo (no API needed) |
search airbnb 78704 max 800000 | Filter by max price |
search airbnb 78704 min 3 beds | Filter by bedrooms |
How It Works
- Zillow search — Finds all for-sale properties in the ZIP code (~2 seconds)
- Airbnb search — Finds all active Airbnb listings in the same area (~3 seconds)
- Geo-matching — Matches properties within 100-200 meters using GPS coordinates
- Investment analysis — Calculates cap rate, cash flow, mortgage, and break-even occupancy
⏱️ Total runtime: ~5-10 seconds per search (RapidAPI is fast)
Important Notes
- Revenue estimates are based on nightly rate × 70% occupancy. For precise data, use AirDNA ($100+/mo)
- Geo-matching means the Airbnb may be a neighbor's property, not the exact same house — always verify
- Free tier gives 100 Airbnb + 600 Zillow searches per month (RapidAPI free plan)
- Cost per search: $0 on free plan
Setup
- Get free RapidAPI key: https://rapidapi.com → Sign up (free, no credit card)
- Subscribe to these 2 APIs (both free):
- Add to your .env:
RAPIDAPI_KEY=your_key_here - Test:
airbnb demo(no API needed) - Live test:
search airbnb 78704
See GUIDE.md for step-by-step setup instructions.
Investment Metrics
The tool calculates (with 20% down, 7.25% rate, 30yr fixed):
- Cap Rate — annual return on full purchase price
- Cash-on-Cash — return on your actual cash invested
- Monthly Cash Flow — what's left after ALL expenses
- GRM — how many years of revenue to pay back purchase price
- Break-even occupancy — minimum % booked to not lose money
Investment Grades
- 🟢 A (Excellent) — Cap ≥6%, CoC ≥10%, occupancy ≥85%
- 🟡 B (Good) — Solid returns, normal market risk
- 🟠 C (Fair) — Works but thin margins
- 🔴 D (Weak) — Avoid unless value-add opportunity
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-freemountaindeer-zillow-airbnb-matcher": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
pingyin-weilaicheng-topic
平阴未来城抖音选题知识库 - 包含项目卖点、对标账号策略、选题执行规范。解决"抖音选题=短视频≠直播"的核心铁律。
portfolio
Manage investment portfolios. Use when adding positions, analyzing allocation, calculating returns, or generating rebalance advice.
blockbuster-therapy-predictor
Predict which early-stage biotechnology platforms (PROTAC, mRNA, gene editing, etc.) have the highest potential to become blockbuster therapies. Analyzes clinical trial progression, patent landscape maturity, and venture capital funding trends to generate investment and R&D prioritization scores. Trigger when: User asks about technology investment potential, platform selection, or therapeutic modality comparison.
homestruk-deal-analyzer
Analyze rental property investment deals by calculating key metrics including cap rate, cash-on-cash return, DSCR, GRM, and the 1% rule. Use when evaluating a property purchase, comparing deals, running what-if scenarios on price or financing, or when an owner asks whether a deal makes financial sense. Produces a deal verdict and 5-year projection.
homestruk-rent-comps
Analyze rental comps and recommend rent pricing for Massachusetts properties. Use when user asks about rent pricing, market rent, comparable properties, rent increases, or what to charge for rent. Searches Zillow, Apartments.com, and Craigslist data to find comparable listings and calculates recommended rent based on property features, location, and market conditions.