dubizzle.com.eg API: search_properties
dubizzle.com.eg via Parse · real_estate
Search for property listings with various filters. Returns paginated results sorted by newest listing by default. Supports filtering by location, category, price range, bedrooms, bathrooms, and area. Each result includes full listing details with photos, seller info, and amenities. Search and browse property listings, classifieds, agencies, and locations on dubizzle.com.eg (OLX Egypt) Fulfilled by Parse from dubizzle.com.eg.
- dubizzle-com-eg
- maps-geo
- marketplace
- 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/c387c7a6-02cc-45c8-8c3c-1ad385542b86/search_properties
- Interface artifact
- sha256:034feb90126f8cffd8994939bc15456efd28c49ef88428b6a5caf73a6a093c45
- Manifest digest
- sha256:b6492df13a11a4093eac535aaf77ed67708ef51bb0148a5f8aa650c18d727851
Request fields
- page (integer): Page number
- sort (string): Sort order for results: Allowed values: newly_listed, price_asc, price_desc
- limit (integer): Results per page
- area_max (integer): Maximum area in sqm
- area_min (integer): Minimum area in sqm
- bedrooms (string): Number of bedrooms (e.g. '1', '2', '3')
- category (string): Category slug (e.g. 'apartments-duplex-for-sale', 'villas-for-sale'). Defaults to 'properties'.
- location (string): Location slug to filter by (e.g. 'cairo', 'new-cairo')
- bathrooms (string): Number of bathrooms (e.g. '1', '2', '3')
- price_max (integer): Maximum price in EGP
- price_min (integer): Minimum price in EGP
Example queries
- {"page":"1","sort":"newly_listed","limit":"5","area_max":"500","area_min":"50","bedrooms":"3","category":"apartments-duplex-for-sale","location":"cairo","bathrooms":"2","price_max":"10000000","price_min":"1000000"}