Beike Community List API

Integrations

Call GET /api/beike/community/list/v1 for Beike Community List through JustOneAPI with cityId.

Install

openclaw skills install @justoneapi/justoneapi-beike-community-list

Beike Community List

Use this focused JustOneAPI skill for community List in Beike. It targets GET /api/beike/community/list/v1. Required non-token inputs are cityId. OpenAPI describes it as: Get Beike community List data, including - Community name and unique ID and Average listing price and historical price trends, for identifying popular residential areas in a city and comparing average housing prices across different communities.

Endpoint Scope

  • Platform key: beike
  • Endpoint key: community/list
  • Platform family: Beike
  • Skill slug: justoneapi-beike-community-list
OperationVersionMethodPathOpenAPI summary
communityListV1v1GET/api/beike/community/list/v1Community List

Inputs

ParameterInRequired byOptional byTypeNotes
cityIdqueryalln/astringThe ID of the city (e.g., '110000' for Beijing)
conditionqueryn/aallstringFilter conditions for communities
limitOffsetqueryn/aallintegerPagination offset, starting from 0 (e.g., 0, 20, 40...)

Request body: none documented; send parameters through path or query arguments.

Version Choice

Use communityListV1 for the documented v1 endpoint. There are no alternate versions grouped in this skill.

Run This Endpoint

Supported operation IDs in this skill: communityListV1.

node {baseDir}/bin/run.mjs --operation "communityListV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"cityId":"<cityId>"}'

Ask for any missing required parameter before calling the helper. Keep user-provided IDs, cursors, keywords, and filters unchanged.

Environment

  • Required: JUST_ONE_API_TOKEN
  • Pass the token with --token "$JUST_ONE_API_TOKEN"; do not paste token values into chat messages, screenshots, or logs.
  • Get a token from Just One API Dashboard.
  • Authentication details: Just One API Usage Guide.

Output Focus

  • State the operation ID and endpoint path used, for example communityListV1 on /api/beike/community/list/v1.
  • Echo the required lookup scope (cityId) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get Beike community List data, including - Community name and unique ID and Average listing price and historical price trends, for identifying popular residential areas in a city and comparing average housing prices across different communities.
  • Return raw JSON only after the short, endpoint-specific summary.
  • If the backend errors, include the backend payload and the exact operation ID.