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
49 lines
1.3 KiB
Markdown
49 lines
1.3 KiB
Markdown
# 36kr (36氪)
|
|
|
|
**Mode**: 🌐 Public / 🔐 Browser · **Domain**: `36kr.com`
|
|
|
|
## Commands
|
|
|
|
| Command | Description |
|
|
|---------|-------------|
|
|
| `opencli 36kr hot` | 36氪热榜 — trending articles |
|
|
| `opencli 36kr news` | Latest tech/startup news from 36kr |
|
|
| `opencli 36kr search <query>` | Search 36kr articles |
|
|
| `opencli 36kr article <id-or-url>` | Read full article content |
|
|
|
|
## Usage Examples
|
|
|
|
```bash
|
|
# Trending articles
|
|
opencli 36kr hot --limit 10
|
|
|
|
# Hot by type
|
|
opencli 36kr hot --type renqi --limit 10
|
|
opencli 36kr hot --type zonghe --limit 10
|
|
|
|
# Latest news
|
|
opencli 36kr news --limit 20
|
|
|
|
# Search articles
|
|
opencli 36kr search "AI" --limit 10
|
|
opencli 36kr search "OpenAI" --limit 5
|
|
|
|
# Read full article (by ID or URL)
|
|
opencli 36kr article 3000000123456
|
|
opencli 36kr article https://36kr.com/p/3000000123456
|
|
|
|
# JSON output
|
|
opencli 36kr hot -f json
|
|
```
|
|
|
|
## Notes
|
|
|
|
- `news` uses the public RSS feed and works without Browser Bridge.
|
|
- `hot`, `search`, and `article` use Browser Bridge and are best run with Chrome open.
|
|
- `hot --type` accepts `catalog`, `renqi`, `zonghe`, and `shoucang`.
|
|
|
|
## Prerequisites
|
|
|
|
- `news`: No browser required — uses public RSS feed
|
|
- `hot`, `search`, `article`: Chrome running with [Browser Bridge extension](/guide/browser-bridge) installed
|