top_investment_areas
Rank the best areas to invest (neighborhoods + municipalities).
Answers "where should I invest?" using DealScanner's market intelligence.
Args:
sort_by: Ranking metric - one of "cap_rate" (avg cap rate),
"roi"/"flip_watch" (projected flip ROI), "count" (inventory),
or "price" (lowest median price first).
limit: Number of areas to return (1-50).
Returns a dict with `areas` (name, type, cap_rate, roi, count,
median_price, ...) sorted by the chosen metric.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| sort_by | No | cap_rate |