OLX: Search Real Estate For Sale
OLX via Parse · real_estate
Search for real estate properties for sale in Brazil. Returns paginated results with property summaries including title, price, location, and basic specs. Paginates via integer page number. Each item includes a URL that can be passed to get_listing_detail for full property information. Scraper for OLX Brazil real estate listings, supporting search for sale/rent with detailed filters, keyword search, and full property details extraction. Fulfilled by Parse from olx.com.br.
- maps-geo
- marketplace
- olx
- olx-com-br
- parse
- platform-key
- real-estate
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/bf7032e5-846c-4e0e-a461-76d9559e9e73/search_real_estate_for_sale
- Interface artifact
- sha256:0b34445f4664293e25f92ab84d95f830a784eb42f9f040b193c88ad1c3f61a96
- Manifest digest
- sha256:00a93beaafc5d1d41cd34b03ca8ab5f01235c51d31fb040786777b408df0544e
Request fields
- page (integer): Page number for pagination.
- bedrooms (integer): Minimum number of bedrooms.
- location (string): Location path segment for filtering by region (e.g. 'sp', 'rj', 'sp/grande-sao-paulo').
- max_area (integer): Maximum area in square meters.
- min_area (integer): Minimum area in square meters.
- bathrooms (integer): Minimum number of bathrooms.
- max_price (integer): Maximum price in BRL.
- min_price (integer): Minimum price in BRL.
- property_type (string): Type of property to search for.: Allowed values: casas, apartamentos, terrenos, comercial, quartos
Example queries
- {"page":"1","bedrooms":"2","location":"sp","max_area":"200","min_area":"50","bathrooms":"1","max_price":"500000","min_price":"100000","property_type":"casas"}