# 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 ` | Search 36kr articles | | `opencli 36kr article ` | 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