POST /api/anjuke/communities
Price: 20 credits
Get one Anjuke residential community (xiaoqu) by id or URL: location, build year, developer, property management and fees, plot and greening ratios, households, parking, the listed average price per square metre with its monthly history, listing counts, nearby metro, and the site's ratings.
Use to profile a residential compound: pass a community id from anjuke/communities/search or from the community on a resale listing, with the same city.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)city string required — City the community is in, as named in the site's host (one of: "baoding", "baotou", "beijing", "bengbu", "cc", "chengdu", "chenzhou", "chongqing", "cs", "cz", "dalian", "dg", "foshan", "fz", "guangzhou", "gy", "haikou", "hangzhou", "heb", "hf", "huhehaote", "huizhou", "huzhou", "jinan", "jx", "km", "ks", "lanzhou", "liuzhou", "luoyang", "mianyang", "nanjing", "nanning", "nantong", "nanyang", "nb", "nc", "qd", "qinhuangdao", "quanzhou", "sanya", "shanghai", "shaoxing", "shenzhen", "sjz", "suzhou", "sy", "taicang", "tianjin", "ty", "weifang", "weihai", "wenzhou", "wuhan", "wulumuqi", "wuxi", "xa", "xm", "xuzhou", "yancheng", "yt", "zh", "zhengzhou", "zibo", "zs"; examples: "guangzhou")community string required — Community id or community URL (examples: "1266246", "https://guangzhou.anjuke.com/community/view/311831"; minLength: 1)@type string (default: "AnjukeCommunity")id string requiredurl string requiredname string nullablealternative_names array (default: [])city_id string nullablecity string nullabledistrict string nullabledistrict_id string nullableblock string nullableblock_id string nullableaddress string nullablelatitude number nullablelongitude number nullableimage string nullablebuilding_type string nullableownership_type string nullableproperty_types array (default: [])built_year integer nullableland_use_term string nullabledeveloper string nullableproperty_management_company string nullableproperty_management_brand string nullableproperty_management_features string nullableproperty_fee string nullabletotal_area_sqm number nullableplot_ratio number nullablegreening_ratio_pct number nullablehousehold_count integer nullableparking string nullableparking_fee string nullablewater_power_supply string nullablehas_elevator boolean nullablehas_nearby_metro boolean nullablehas_nearby_school boolean nullablehas_panorama boolean nullabledescription string nullablemerits string nullabledemerits string nullableevaluation string nullableevaluation_summary string nullabletags array (default: [])metro array (default: [])school string nullablephoto_count integer nullablevideo_count integer nullablepanorama_count integer nullableavg_price_per_sqm number nullableprice_change_month_pct number nullablemarket_sentiment string nullablesale_listing_count integer nullablerent_listing_count integer nullablenew_home_count integer nullablerating number nullablerating_highlights array (default: [])@type string (default: "AnjukeRatingItem")name string requiredscore number nullablenote string nullablerating_breakdown array (default: [])@type string (default: "AnjukeRatingItem")name string requiredscore number nullablenote string nullableprice_history array (default: [])@type string (default: "AnjukePricePoint")month string requiredprice_per_sqm number 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 community with this id is published on Anjuke 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.