POST /api/propertyfinder/properties
Price: 10 credits
Get full Property Finder property listing details by id or URL: title, description, price (with period and currency), price per area, beds/baths/area, property type, offering type, furnishing, completion status, amenities, regulatory (RERA/DLD permit and validation), geo coordinates, gallery, agent, broker and location.
Fetch a single Property Finder listing by numeric id (e.g. 101262258) or a property URL. Returns one item with title, description, reference, property_type, offering_type, completion_status (Ready/Off-plan), furnishing (Furnished/Unfurnished/Partly furnished), price/price_period/currency (AED), price_per_area, bedrooms (e.g. '3' or 'studio'), bathrooms, area/area_unit (sqft), is_verified/is_premium/is_exclusive/is_new_construction/is_direct_from_developer/is_high_demand/is_great_value flags, listed_date, available_at (rental availability date), latitude/longitude, location_name/location_path_name, location_tree (hierarchy of id/name/type/alias/level from city down to building), amenities, image+images (gallery), video_id, view_360_url, agent (name, ratings, languages, profile_url), broker (agency name, image, license, totals) and regulatory (permit_number, issued_license_number, permit_validation_url, authority_name, broker/agent license, zone_name). Use domain to select the country marketplace (ae/sa/qa/bh/eg).
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)property string required — Property listing id or a property page URL containing it (examples: "101262258", "https://www.propertyfinder.ae/en/plp/buy/apartment-for-sale-dubai-101262258.html"; minLength: 1)domain string — Country marketplace (default: "ae"; one of: "ae", "sa", "qa", "bh", "eg")@type string (default: "PropertyfinderProperty")id string requiredurl string requireddescription string nullablereference string nullableproperty_type string nullableoffering_type string nullablecategory_id integer nullablecompletion_status string nullablefurnishing string nullableprice number nullableprice_period string nullablecurrency string nullableprice_per_area number nullablebedrooms string nullablebathrooms integer nullablearea number nullablearea_unit string nullableis_verified boolean nullableis_premium boolean nullableis_exclusive boolean nullableis_new_construction boolean nullableis_direct_from_developer boolean nullableis_high_demand boolean nullableis_great_value boolean nullablelisted_date string nullableavailable_at string nullablelatitude number nullablelongitude number nullablelocation_name string nullablelocation_path_name string nullablelocation_tree array (default: [])@type string (default: "PropertyfinderLocationNode")id string requiredname string nullablelocation_type string nullablealias string nullablelevel integer nullableamenities array (default: [])image string nullableimages array (default: [])video_id string nullableview_360_url string nullableagent object nullable@type string (default: "PropertyfinderPropertyAgent")id string nullablename string nullablealias string nullableimage string nullableemail string nullablephone string nullablewhatsapp_phone string nullableposition string nullablelanguages array (default: [])is_super_agent boolean nullableyears_of_experience integer nullabletotal_property_count integer nullablereview_count integer nullablerating number nullabletransaction_count integer nullableprofile_url string nullablebroker object nullable@type string (default: "PropertyfinderPropertyBroker")id string nullablename string nullablealias string nullableimage string nullableaddress string nullableemail string nullablephone string nullablelicense_number string nullabletotal_property_count integer nullabletotal_agent_count integer nullableregulatory object nullable@type string (default: "PropertyfinderRegulatory")permit_number string nullableissued_license_number string nullablepermit_validation_url string nullableauthority_name string nullablebroker_license_number string nullableagent_license_number string nullablezone_name string nullable422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — Property not found (well-formed but nonexistent listing id, or page has no listing) Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.