Loading...
Loading...
Query Redfin.com for real estate prices and property listings in any area. Use this skill when the user wants to find homes for sale, get property prices, or search real estate listings by location with filters.
npx skill4agent add rms1000watt/skills redfin-real-estatepip install selenium beautifulsoup4 webdriver-manager pandasFind homes for sale in [location]
Find properties in [location] under $[price]
Search [location] with [beds]+ beds and [baths]+ baths
Show me [property type] listings in [location]✅ Good: --location "78701"
✅ Good: --location "90210"
❌ Less reliable: --location "Austin TX"# Using zipcode (recommended)
Find homes for sale in 78701
Find properties in 78701 under $500000
Search 78701 with 3 beds
# City names may not work as well
Find homes for sale in Austin TX (may not return results)| Argument | Description | Example |
|---|---|---|
| Zipcode (recommended) or city | |
| Minimum price | |
| Maximum price | |
| Minimum bedrooms | |
| Minimum bathrooms | |
| house, condo, townhouse, land, multi-family | |
| Number of results (default: 10) | |
~/.agents/skills/redfin-real-estate/scripts/scraper.pypython ~/.agents/skills/redfin-real-estate/scripts/scraper.py --location "78701" --limit 10| Argument | Description | Example |
|---|---|---|
| Zipcode (recommended) or city name | |
| Minimum price | |
| Maximum price | |
| Minimum bedrooms | |
| Minimum bathrooms | |
| house, condo, townhouse, land, multi-family | |
| Number of results (default: 10) | |
╔══════════════════════════════════════════════════════════════════════════════╗
║ REDFIN PROPERTY SEARCH RESULTS ║
╠══════════════════════════════════════════════════════════════════════════════╣
║ Address │ Price │ Beds │ Baths │ Sqft │ Year ║
╠══════════════════════════════════════════════════════════════════════════════╣
║ 123 Main St, Austin, TX │ $450,000 │ 3 │ 2 │ 1,850 │ 2015 ║
║ 456 Oak Ave, Austin, TX │ $525,000 │ 4 │ 3 │ 2,200 │ 2018 ║
╚══════════════════════════════════════════════════════════════════════════════╝