Beike Resale Housing List API

v1.0.0

Call GET /api/beike/get-ershoufang-list/v1 for Beike Resale Housing List through JustOneAPI with cityId.

0· 67·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for justoneapi/justoneapi-beike-get-ershoufang-list.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Beike Resale Housing List API" (justoneapi/justoneapi-beike-get-ershoufang-list) from ClawHub.
Skill page: https://clawhub.ai/justoneapi/justoneapi-beike-get-ershoufang-list
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: JUST_ONE_API_TOKEN
Required binaries: node
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install justoneapi-beike-get-ershoufang-list

ClawHub CLI

Package manager switcher

npx clawhub@latest install justoneapi-beike-get-ershoufang-list
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the actual behavior: the included Node helper calls https://api.justoneapi.com/api/beike/get-ershoufang-list/v1. Requested items (node binary and JUST_ONE_API_TOKEN) are appropriate for making that API call.
Instruction Scope
SKILL.md and bin/run.mjs only instruct collecting the declared parameters (cityId, optional condition/offset) and the token, then performing an HTTP GET to the documented endpoint. There are no instructions to read arbitrary files, other env vars, or send data to unexpected endpoints.
Install Mechanism
This is instruction-only with a simple local Node script; there is no install spec, no external downloads, and nothing is written to disk beyond running the provided script. Requiring the node binary is proportionate.
Credentials
Only JUST_ONE_API_TOKEN is required (declared as the primary credential) and is used to populate the endpoint's token query parameter. This is reasonable, but note that the API uses a token in the URL query string which can be exposed in logs or Referer headers—users should avoid sharing tokens and use limited-scope tokens if available.
Persistence & Privilege
always is false and the skill does not request system-wide persistence or modify other skills. It runs as an on-demand helper and does not require elevated privileges.
Assessment
This skill appears coherent: it runs a small Node script that calls JustOneAPI's Beike endpoint and requires JUST_ONE_API_TOKEN. Before installing, ensure you trust api.justoneapi.com and are comfortable providing a token. Do not paste tokens into chat or screenshots; set JUST_ONE_API_TOKEN as an environment variable and let the skill pass it to the helper. Be aware the token is sent in the URL query (possible exposure in logs or Referer headers); use a limited-scope or rotatable token if possible and revoke it if you suspect compromise.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

Binsnode
EnvJUST_ONE_API_TOKEN
Primary envJUST_ONE_API_TOKEN
latestvk97ah5hzbxfk1akhehmrmqkmds85detk
67downloads
0stars
1versions
Updated 4d ago
v1.0.0
MIT-0

Beike Resale Housing List

Use this focused JustOneAPI skill for resale Housing List in Beike. It targets GET /api/beike/get-ershoufang-list/v1. Required non-token inputs are cityId. OpenAPI describes it as: Get Beike resale Housing List data, including - Supports filtering by city/region, price range, and layout, for building search result pages for property portals and aggregating market data for regional housing trends.

Endpoint Scope

  • Platform key: beike
  • Endpoint key: get-ershoufang-list
  • Platform family: Beike
  • Skill slug: justoneapi-beike-get-ershoufang-list
OperationVersionMethodPathOpenAPI summary
getErshoufangListV1v1GET/api/beike/get-ershoufang-list/v1Resale Housing List

Inputs

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

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

Version Choice

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

Run This Endpoint

Supported operation IDs in this skill: getErshoufangListV1.

node {baseDir}/bin/run.mjs --operation "getErshoufangListV1" --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 getErshoufangListV1 on /api/beike/get-ershoufang-list/v1.
  • Echo the required lookup scope (cityId) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get Beike resale Housing List data, including - Supports filtering by city/region, price range, and layout, for building search result pages for property portals and aggregating market data for regional housing trends.
  • Return raw JSON only after the short, endpoint-specific summary.
  • If the backend errors, include the backend payload and the exact operation ID.

Comments

Loading comments...