← Back to Skills Marketplace
justoneapi

Beike Resale Housing List API

by justoneapi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
79
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install justoneapi-beike-get-ershoufang-list
Description
Call GET /api/beike/get-ershoufang-list/v1 for Beike Resale Housing List through JustOneAPI with cityId.
README (SKILL.md)

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
Operation Version Method Path OpenAPI summary
getErshoufangListV1 v1 GET /api/beike/get-ershoufang-list/v1 Resale Housing List

Inputs

Parameter In Required by Optional by Type Notes
cityId query all n/a string The ID of the city (e.g., '110000' for Beijing)
condition query n/a all string Filter conditions (e.g., region, price range, layout)
offset query n/a all integer Pagination 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":"\x3CcityId>"}'

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.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: justoneapi-beike-get-ershoufang-list Version: 1.0.0 The skill is a standard API wrapper for fetching Beike resale housing data via JustOneAPI (api.justoneapi.com). The execution logic in bin/run.mjs is straightforward, using the built-in fetch API to make authenticated requests based on user-provided parameters. No evidence of data exfiltration, malicious code execution, or harmful prompt injection was found.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install justoneapi-beike-get-ershoufang-list
  3. After installation, invoke the skill by name or use /justoneapi-beike-get-ershoufang-list
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
Metadata
Slug justoneapi-beike-get-ershoufang-list
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Beike Resale Housing List API?

Call GET /api/beike/get-ershoufang-list/v1 for Beike Resale Housing List through JustOneAPI with cityId. It is an AI Agent Skill for Claude Code / OpenClaw, with 79 downloads so far.

How do I install Beike Resale Housing List API?

Run "/install justoneapi-beike-get-ershoufang-list" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Beike Resale Housing List API free?

Yes, Beike Resale Housing List API is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Beike Resale Housing List API support?

Beike Resale Housing List API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Beike Resale Housing List API?

It is built and maintained by justoneapi (@justoneapi); the current version is v1.0.0.

💬 Comments