scout.search_listings
Search active real estate listings in Flika's coverage area (SC + GA). Returns up to 25 listings matching the filters. Use scout.coverage() first if you're unsure whether a city is covered.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zip | No | 5-digit ZIP code. | |
| city | No | City name (e.g. 'Greenville', 'Charleston', 'Atlanta'). | |
| limit | No | Max listings to return (1-25, default 10). | |
| state | No | Two-letter state code, SC or GA. | |
| max_beds | No | Maximum bedroom count. | |
| min_beds | No | Minimum bedroom count. | |
| max_price | No | Maximum list price (USD). | |
| min_price | No | Minimum list price (USD). |