9b395f5cc3
E2E Headed Chrome / e2e-headed (macos-15) (push) Has been cancelled
E2E Headed Chrome / e2e-headed (ubuntu-latest) (push) Has been cancelled
E2E Headed Chrome / e2e-headed (windows-latest) (push) Has been cancelled
CI / build (macos-latest) (push) Has been cancelled
CI / build (ubuntu-latest) (push) Has been cancelled
CI / build (windows-latest) (push) Has been cancelled
CI / unit-test (push) Has been cancelled
CI / bun-test (push) Has been cancelled
CI / adapter-test (push) Has been cancelled
CI / smoke-test (macos-latest) (push) Has been cancelled
CI / smoke-test (ubuntu-latest) (push) Has been cancelled
Security Audit / audit (push) Has been cancelled
Build Chrome Extension / build (push) Has been cancelled
Trigger Website Rebuild (Docs Updated) / dispatch (push) Has been cancelled
39 lines
1.0 KiB
Markdown
39 lines
1.0 KiB
Markdown
# Ke
|
|
|
|
**Mode**: 🔐 Browser · **Domain**: `ke.com`
|
|
|
|
## Commands
|
|
|
|
| Command | Description |
|
|
|---------|-------------|
|
|
| `opencli ke ershoufang` | Browse second-hand housing listings |
|
|
| `opencli ke zufang` | Browse rental listings |
|
|
| `opencli ke xiaoqu` | Browse neighborhood / community listings |
|
|
| `opencli ke chengjiao` | Browse recent transaction records |
|
|
|
|
## Usage Examples
|
|
|
|
```bash
|
|
# Beijing second-hand housing
|
|
opencli ke ershoufang --city bj --district chaoyang --limit 10
|
|
|
|
# Rentals in Shanghai
|
|
opencli ke zufang --city sh --district pudong --max-price 8000 --limit 10
|
|
|
|
# Communities in Guangzhou
|
|
opencli ke xiaoqu --city gz --district tianhe --limit 10
|
|
|
|
# Recent transactions in Beijing Haidian
|
|
opencli ke chengjiao --city bj --district haidian --limit 10
|
|
```
|
|
|
|
## Prerequisites
|
|
|
|
- Chrome running and logged into `ke.com`
|
|
- [Browser Bridge extension](/guide/browser-bridge) installed
|
|
|
|
## Notes
|
|
|
|
- `city` uses short city codes such as `bj`, `sh`, `gz`, `sz`
|
|
- `district` expects the district slug used in Beike URLs, for example `chaoyang` or `haidian`
|