Search US Properties For Sale
realestate.listings.for_saleSearch active US real estate listings. Filter by city, state, ZIP, price, bedrooms, bathrooms, sqft, and property type to find properties for sale.
Instructions
Search active for-sale property listings across the US — filter by city, state, ZIP, price range, bedrooms, bathrooms, sqft, property type. Returns address, price, specs, photos. Millions of MLS listings (RapidAPI / Realtor.com data)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City name, e.g. "Austin" (use with state_code) | |
| state_code | No | Two-letter US state code, e.g. "TX" | |
| postal_code | No | ZIP code, e.g. "78701" (alternative to city+state) | |
| price_min | No | Minimum listing price in USD | |
| price_max | No | Maximum listing price in USD | |
| beds_min | No | Minimum number of bedrooms | |
| baths_min | No | Minimum number of bathrooms | |
| sqft_min | No | Minimum square footage | |
| property_type | No | Property type filter | |
| sort | No | Sort order (default: relevant) | |
| limit | No | Number of results (default 10, max 42) | |
| offset | No | Pagination offset (default 0) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |