POST /api/centaline/estates
Price: 10 credits
Get the full profile of a Hong Kong residential estate (屋苑) by its Centaline type code. Returns the estate name in Chinese and English, address and prose description, ownership category, developer and management company, phase/building/unit counts, first and last occupation dates, walking time to the MTR, clubhouse facilities and category labels, current sale and rent price levels with month-on-month trend and listing and transaction counts, the Centaline adjusted price and rent per sq ft with the rental yield, the phase list with per-phase listing counts, 2021 census figures for the surrounding area (population, households, median age, income, rent, mortgage, spoken language, education and tenure), the school nets, the district hierarchy, the agents and branches that cover the estate, photos, site floor plans and coordinates.
Get one Centaline (中原地產) Hong Kong estate by type code, e.g. estate='3-OVDUURFSRJ' (太古城 / Taikoo Shing). The estate page URL is accepted too. Type codes start with 3- (estate group), 2- (phase) or 1- (single building); find them with centaline/estates/search. lang switches text between traditional Chinese, simplified Chinese and English. Areas are square feet, money is HKD.
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")estate string required — Centaline estate type code, or the estate page URL. (examples: "3-OVDUURFSRJ")@type string (default: "CentalineEstate")id string requiredurl string nullablename string nullablename_en string nullablephase_name string nullablephase_name_en string nullableaddress string nullabledescription string nullableestate_usage string nullabledeveloper string nullablemanagement_company string nullablephase_count integer nullablebuilding_count integer nullableunit_count integer nullablefirst_occupation_at integer nullablelast_occupation_at integer nullablemtr_station string nullablemtr_walk_minutes integer nullablefacilities array (default: [])category_labels array (default: [])sale object nullable@type string (default: "CentalinePriceTrend")saleable_price_per_sqft number nullablesaleable_price_per_sqft_change_percent number nullablegross_price_per_sqft number nullablegross_price_per_sqft_change_percent number nullablemin_price number nullablemax_price number nullablemin_saleable_price_per_sqft number nullablemax_saleable_price_per_sqft number nullablelisting_count integer nullabletransaction_count integer nullablerent object nullable@type string (default: "CentalinePriceTrend")saleable_price_per_sqft number nullablesaleable_price_per_sqft_change_percent number nullablegross_price_per_sqft number nullablegross_price_per_sqft_change_percent number nullablemin_price number nullablemax_price number nullablemin_saleable_price_per_sqft number nullablemax_saleable_price_per_sqft number nullablelisting_count integer nullabletransaction_count integer nullableadjusted_sale_price_per_sqft number nullableadjusted_rent_per_sqft number nullablerental_yield number nullablephases array (default: [])@type string (default: "CentalineEstatePhase")id string requiredname string nullablesale_listing_count integer nullablerent_listing_count integer nullablelatitude number nullablelongitude number nullableagents array (default: [])@type string (default: "CentalineAgent")id string nullablename string nullablename_en string nullablelicense string nullablephone string nullableemail string nullablebranch_code string nullablebranch_name string nullablelisting_count integer nullablerating number nullableexperience string nullableimage string nullablebranches array (default: [])@type string (default: "CentalineBranch")id string requiredurl string nullablename string nullablebranch_code string nullablebranch_name string nullabledistrict string nullableaddress string nullablephone string nullablefax string nullablemanager_name string nullablemanager_name_en string nullablemanager_id string nullableagent_count integer nullablelisting_count integer nullablesale_listing_count integer nullablerent_listing_count 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 nullablelatitude number nullablelongitude number nullableimage string nullablecensus object nullable@type string (default: "CentalineEstateCensus")statistical_year integer nullablepopulation number nullablehousehold_count number nullablemedian_age number nullableaverage_household_size number nullablemedian_household_income number nullablemedian_monthly_rent number nullablemedian_rent_to_income_ratio number nullablemedian_mortgage_payment number nullablemedian_mortgage_to_income_ratio number nullablecantonese_speaking_percent number nullableputonghua_speaking_percent number nullableenglish_speaking_percent number nullabletertiary_education_percent number nullablesecondary_education_percent number nullableprimary_education_percent number nullableowner_occupied_percent number nullableowner_occupied_with_mortgage_percent number nullablerented_percent number nullableschool_net object nullable@type string (default: "CentalineSchoolNet")primary_school_net string nullableprimary_school_url string nullablesecondary_school_district string nullablesecondary_school_url string 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 nullablebookmark_count integer nullablefloor_plan_count integer nullablefloor_plans array (default: [])images array (default: [])latitude number nullablelongitude number nullableimage string 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 Centaline estate with this type code. 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.