Propertyfinder: Search Properties
Propertyfinder via Parse · real_estate
Search for property listings with filters. Returns comprehensive property data including price, location, agent, broker, images, description, and amenities. Results are paginated with 25 items per page. Supports filtering by location (via ID or slug from get_location_suggestions), price range, area, bedrooms, bathrooms, property type, broker, and sort order. Multiple location IDs can be provided as a comma-separated string to search across several locations simultaneously. Search and browse real estate listings, agents, and broker companies on PropertyFinder UAE (propertyfinder.ae). Fulfilled by Parse from propertyfinder.ae.
- b2b-directory
- maps-geo
- parse
- platform-key
- propertyfinder
- propertyfinder-ae
- 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/655aaf4d-c785-4a58-aa77-9fc5a41fc908/search_properties
- Interface artifact
- sha256:ad0a0f439b2de8daf7eebdba7b6a361c793ebaf554115531569bbe383ecf18c2
- Manifest digest
- sha256:d62511fb95facca54ac7761fedeb5c999ff785efdd4f96f0d364ab9f2d4d3a42
Request fields
- page (integer): Page number for pagination
- sort (string): Sort order for results.: Allowed values: mr, pl, ph
- bedrooms (string): Number of bedrooms filter (e.g., '1', '2', '3')
- category (string): Listing category.: Allowed values: buy, rent
- max_area (integer): Maximum area in sqft
- min_area (integer): Minimum area in sqft
- bathrooms (string): Number of bathrooms filter (e.g., '1', '2', '3')
- broker_id (string): Broker/agency ID to filter properties by a specific company. Obtain from broker.id in search_properties results or id field in search_companies results.
- max_price (integer): Maximum price in AED
- min_price (integer): Minimum price in AED
- location_id (string): Location ID or comma-separated location IDs from get_location_suggestions (e.g., '50' for Dubai Marina, '50,73' for Dubai Marina and Jumeirah Village Circle). Results include properties from any of the specified locations.
- location_slug (string): Location slug from get_location_suggestions 's' field (e.g., 'dubai-marina' for Dubai Marina, 'palm-jumeirah' for Palm Jumeirah). The slug is resolved to a location ID internally for filtering.
- property_type_id (string): Property type ID: '1' for Apartment, '35' for Villa, '22' for Townhouse
Example queries
- {"page":"1","sort":"mr","category":"buy","broker_id":"911","location_id":"50","location_slug":"dubai-marina"}