realtor.com API: search_properties
realtor.com via Parse · real_estate
Search for real estate properties by location (city/state or ZIP code) with support for status, price, beds, baths, and property type filters. Returns paginated results sorted by the specified field. Pagination is offset-based with limit and offset parameters. Each property summary includes basic details; use get_property_details for full information including history and schools. Comprehensive real estate data from Realtor.com including property listings, detailed property information, agent matching, location autocomplete, and market analytics. Fulfilled by Parse from realtor.com.
- finance
- maps-geo
- parse
- platform-key
- real-estate
- realtor-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/8fac95fb-f5aa-42ec-8b47-f4c2de511855/search_properties
- Interface artifact
- sha256:3f1b3e2cf9edc55c236fabf6b1c33e0d65737c16c9a4c314f2911bb688d305b1
- Manifest digest
- sha256:d92a372060a884e442b31f2316b2fc029ef7129d5e4f0f000380dca8a39bc739
Request fields
- limit (integer): Number of results to return per page.
- offset (integer): Pagination offset (number of results to skip).
- status (string): JSON array of listing statuses to filter by. Accepted values include 'for_sale' and 'for_rent'. Example: '["for_sale"]'.
- beds_min (integer): Minimum number of bedrooms filter.
- location (string, required): Location to search. Accepts 'City, ST' format (e.g. 'Austin, TX') or a 5-digit ZIP code (e.g. '78701').
- baths_min (number): Minimum number of bathrooms filter.
- max_price (integer): Maximum listing price filter.
- min_price (integer): Minimum listing price filter.
- sort_field (string): Field to sort results by.: Allowed values: list_date, list_price
- property_type (string): JSON array of property types to filter by. Accepted values include 'single_family', 'condos', 'multi_family', 'mobile', 'land', 'farm', 'townhomes'. Example: '["single_family", "condos"]'.
- sort_direction (string): Sort direction.: Allowed values: asc, desc
Example queries
- {"limit":"5","offset":"0","status":"[\"for_sale\"]","beds_min":"2","location":"Austin, TX","baths_min":"1","max_price":"500000","min_price":"100000","sort_field":"list_date","property_type":"[\"single_family\"]","sort_direction":"asc"}