LaunchKit · 2026
Back to Skills

zillow-airbnb-matcher

Find properties for sale that are already generating Airbnb income.

2
507 downloads
by @freemountaindeer

Setup & Installation

openclaw skills install @freemountaindeer/zillow-airbnb-matcher

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install zillow-airbnb-matcher

Version History

v3.1.0Feb 19, 2026 - Version note by skill developer:

Fixed registry metadata: declared RAPIDAPI_KEY env var, install spec, and node requirement. Resolves security scan warnings.

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

Example Workflow

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

INPUT

User asks: search airbnb 78704 max 800000

AGENT
  1. 1Queries Zillow for all for-sale listings in ZIP 78704 under $800,000
  2. 2Queries Airbnb for active rentals in the same geographic area
  3. 3Geo-matches listings within 100-200 meters using GPS coordinates
  4. 4Calculates cap rate, cash-on-cash return, monthly cash flow, GRM, and break-even occupancy for each match
  5. 5Returns ranked results with investment grade (A/B/C/D) for each property
OUTPUT

List of matched properties with investment metrics and grades, e.g. '3BR at $649k — Cap Rate 7.2%, CoC 11.4%, Cash Flow +$380/mo, Grade: A'

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

RAPIDAPI_KEY environment variable — free key from rapidapi.com (no credit card required)RapidAPI subscription to airbnb13 API (free tier)RapidAPI subscription to us-property-market1 API (free tier)