POST /api/anjuke/communities/search
Price: 20 credits
Search Anjuke residential communities (xiaoqu) in a Chinese city by district, average price band and building age, with location, build year, listed average price, listing counts and ratings on each.
List the residential compounds of a city or district, then pass an id with the same city to anjuke/communities for developer, fees, ratios and price history.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)city string required — City to search 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")count integer required — Max number of communities to return (min: 1; max: 1250)district string nullable — District alias as used in the city's listing URLs (examples: "tianhe"; pattern: ^[a-z0-9]+$)avg_price string nullable — Band of the listed average price per square metre, in yuan (one of: "m260", "m261", "m262", "m263", "m264", "m265", "m266")building_age string nullable — Age of the community's buildings (one of: "f1", "f2", "f3", "f4", "f5", "f6")sort string — Result order (default: "default"; one of: "default", "o1", "o2", "o3", "o4", "o10", "o9")@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 — The district alias does not exist in this city 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.