search_deals
Search DealScanner investment properties.
Args:
query: Address, municipality, or neighborhood text to match.
strategy: Investment lens - one of "flip", "rental", "brrrr".
min_price / max_price: Listing price bounds (USD).
beds / baths: Minimum bedroom / bathroom count.
property_class: Comma-separated neighborhood grades (A,B,C,D).
source: "market" (listed) or "sheriff" (auction).
limit: Max results (1-100).
Returns a dict with `results`, `total`, and pagination info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| beds | No | ||
| baths | No | ||
| limit | No | ||
| query | No | ||
| source | No | market | |
| strategy | No | flip | |
| max_price | No | ||
| min_price | No | ||
| property_class | No |