beycome_comps
Discovery stage — sold comparable listings near a location (GET /comps).
No account or prop_id needed. Supports price / beds / baths / area / lot /
type filters. Use during discovery to support pricing alongside
beycome_estimate.
Slow endpoint: a cold query can take up to ~1 minute to respond — this is normal, you can always retry the call if it times out. Photo URL and listing-link fields are stripped from the records to keep the response small.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pages | No | Number of result pages to fetch. | |
| beds_max | No | Maximum beds. | |
| beds_min | No | Minimum beds. | |
| location | Yes | Location string (city, state, ZIP, etc.). | |
| baths_max | No | Maximum baths. | |
| baths_min | No | Minimum baths. | |
| price_max | No | Maximum price. | |
| price_min | No | Minimum price. | |
| lot_size_max | No | Maximum lot size sqft. | |
| lot_size_min | No | Minimum lot size sqft. | |
| property_type | No | Comma-separated types (singlefamily, condo, townhouse, multifamily, manufactured, land, apartment). | |
| living_area_max | No | Maximum living area sqft. | |
| living_area_min | No | Minimum living area sqft. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||