POST /api/centaline/properties
Price: 1 credit
Get a single Centaline Hong Kong listing by its reference number (or detail URL). Returns the listing with sale price and monthly rent, the land-premium-paid and premium-unpaid asking prices on subsidised housing, the previous asking price or rent and the percentage cut where the asking has been reduced, gross and saleable areas plus efficiency ratio, price and rent per sq ft, rental yield, monthly mortgage estimate, bedroom and ensuite counts, building age and orientation, ownership flags, lease and inclusive-charge flags, estate/building/type codes, labels, nearby places, the district hierarchy, media availability, coordinates and publish/update timestamps.
Get one Centaline (中原地產) Hong Kong listing by reference number, e.g. property='EGA952'. A full detail URL is accepted too. lang switches names and addresses between traditional Chinese, simplified Chinese and English. Areas are in square feet, money in HKD. Use centaline/properties/search to find reference numbers.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)lang string — Language of the returned names, addresses and descriptions. (default: "hk"; one of: "hk", "sc", "en")property string required — Centaline listing reference number, or the listing detail URL. (examples: "EGA952")@type string (default: "CentalineProperty")id string requiredurl string nullablelisting_type string nullableestate_group_name string nullableestate_name string nullablebuilding_name string nullableaddress string nullabledistrict string nullablefloor_level string nullableunit string nullableprice number nullablepremium_paid_price number nullablepremium_unpaid_price number nullableoriginal_price number nullableprice_change_percent number nullablerent number nullableoriginal_rent number nullablerent_change_percent number nullableprice_text string nullablerent_text string nullablegross_area number nullablesaleable_area number nullableefficiency_ratio number nullablegross_price_per_sqft number nullablesaleable_price_per_sqft number nullablegross_rent_per_sqft number nullablesaleable_rent_per_sqft number nullablerental_yield number nullablemonthly_mortgage_payment number nullablebedroom_count integer nullableensuite_count integer nullablebuilding_age integer nullabledirection string nullablebuilding_type string nullableunit_type string nullableestate_structure string nullableis_hos boolean nullableis_public_housing boolean nullableis_house boolean nullableis_sole_agent boolean nullablehas_key boolean nullableis_foreclosure boolean nullableis_pet_friendly boolean nullableis_hot_listing boolean nullableis_director_pick boolean nullablewith_lease boolean nullableis_management_fee_included boolean nullableis_government_rates_included boolean nullableis_government_rent_included boolean nullableestate_group_code string nullableestate_code string nullablebuilding_code string nullabletype_code string nullablelabels array (default: [])nearby_places array (default: [])@type string (default: "CentalineNearbyPlace")name string requiredkind string requiredwalk_minutes integer nullablescope object nullable@type string (default: "CentalineScope")region string nullableregion_code string nullabledistrict string nullabledistrict_code string nullablearea string nullablearea_code string nullablehma string nullablehma_id string nullablehma_description string nullableimage string nullablemedia object nullable@type string (default: "CentalineMediaFlags")has_media boolean nullablehas_photos boolean nullablehas_street_view boolean nullablehas_sphere boolean nullablehas_video boolean nullablehas_virtual_tour boolean nullablehas_floor_plan boolean nullablehas_planning_diagram boolean nullablehas_unit_plan boolean nullablehas_aerial_view boolean nullablehas_building_3d_model boolean nullablelatitude number nullablelongitude number nullableimage string nullableaerial_view_url string nullablepublished_at integer nullableupdated_at integer 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 — No live Centaline listing with this reference number. 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.