realestate.listings.for_sale
Search active for-sale property listings across the US with filters for location, price, bedrooms, bathrooms, square footage, and property type.
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
TableJSON 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) |