realtor
Installation
SKILL.md
🏡 Realtor.com
Realtor.com — search listings, agents, and property details via API
Requirements
| Variable | Required | Description |
|---|---|---|
REALTOR_API_KEY |
âś… | RapidAPI key for Realtor API |
Quick Start
# Search for-sale listings
python3 {{baseDir}}/scripts/realtor.py search-sale --city <value> --state_code <value> --postal_code <value> --price_min <value> --price_max <value>
# Search rentals
python3 {{baseDir}}/scripts/realtor.py search-rent --city <value> --state_code <value> --postal_code <value>