Opendoor: Search Listings
Opendoor via Parse · real_estate
Search Opendoor home listings by market with optional bedroom, bathroom, and price filters. Returns up to 30 listings per call sorted by newest listing date. Each listing includes address, price, bed/bath counts, square footage, and a photo URL. Use the returned address_id and slug to fetch full property details via get_property_details. Access public home listings on Opendoor.com including prices, addresses, and property details across US markets. Fulfilled by Parse from opendoor.com.
- maps-geo
- marketplace
- opendoor
- opendoor-com
- parse
- platform-key
- real-estate
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/30a9df8f-f592-4434-94ff-282a928c9b5c/search_listings
- Interface artifact
- sha256:e7503c05947f6f93659270dcede0483ec9af87aab717f847e12e7231016cfd1b
- Manifest digest
- sha256:51a40f8a2bf899a73b6326d83568195e3f92948ae3760b31f93206848c0ff2c2
Request fields
- market (string): Opendoor market identifier (e.g. 'atlanta', 'dallas', 'salt_lake_city', 'charlotte'). Corresponds to available markets on the site.
- min_beds (integer): Minimum number of bedrooms to filter by.
- max_price (integer): Maximum list price in whole dollars (e.g. 400000 for $400,000).
- min_baths (integer): Minimum number of bathrooms to filter by.
- min_price (integer): Minimum list price in whole dollars (e.g. 200000 for $200,000).
Example queries
- {"market":"atlanta"}