zillow-airbnb-matcher

Media & Streaming
v3.1.0
Benign

Find properties for sale that are already generating Airbnb income.

2507 downloads507 installsby @freemountaindeer

Setup & Installation

Install command

clawhub install freemountaindeer/zillow-airbnb-matcher

If the CLI is not installed:

Install command

npx clawhub@latest install freemountaindeer/zillow-airbnb-matcher

Or install with OpenClaw CLI:

Install command

openclaw skills install freemountaindeer/zillow-airbnb-matcher

or paste the repo link into your assistant's chat

Install command

https://github.com/openclaw/skills/tree/main/skills/freemountaindeer/zillow-airbnb-matcher

What This Skill Does

Cross-references Zillow for-sale listings with active Airbnb rentals using GPS geo-matching within 100-200 meters. Calculates investment metrics including cap rate, cash-on-cash return, monthly cash flow, and break-even occupancy. Revenue estimates assume 70% occupancy based on current nightly rates.

Combines two data sources in one query instead of manually cross-checking Zillow and Airbnb tabs and doing mortgage math by hand.

When to Use It

  • Screening ZIP codes for short-term rental investment properties
  • Filtering Zillow results by bedroom count or max price before visiting
  • Running a quick cap rate check on a property found at an open house
  • Comparing STR potential across multiple neighborhoods in a city
  • Identifying active Airbnb neighbors as proof of rental demand before buying
View original SKILL.md file
# Zillow × 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

1. **Zillow search** — Finds all for-sale properties in the ZIP code (~2 seconds)
2. **Airbnb search** — Finds all active Airbnb listings in the same area (~3 seconds)
3. **Geo-matching** — Matches properties within 100-200 meters using GPS coordinates
4. **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

1. Get free RapidAPI key: https://rapidapi.com → Sign up (free, no credit card)
2. Subscribe to these 2 APIs (both free):
   - Airbnb: https://rapidapi.com/3b-data-3b-data-default/api/airbnb13
   - Zillow: https://rapidapi.com/SwongF/api/us-property-market1
3. Add to your .env: `RAPIDAPI_KEY=your_key_here`
4. Test: `airbnb demo` (no API needed)
5. 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

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Screening ZIP codes for short-term rental investment properties

AGENT
  1. 1Screening ZIP codes for short-term rental investment properties
  2. 2Filtering Zillow results by bedroom count or max price before visiting
  3. 3Running a quick cap rate check on a property found at an open house
  4. 4Comparing STR potential across multiple neighborhoods in a city
  5. 5Identifying active Airbnb neighbors as proof of rental demand before buying
OUTPUT
Find properties for sale that are already generating Airbnb income.

Share this skill

Security Audits

VirusTotalBenign
OpenClawBenign
View full report

These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.

Details

LanguageMarkdown
Last updatedFeb 25, 2026