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 jsonNotes
newsuses the public RSS feed and works without Browser Bridge.hot,search, andarticleuse Browser Bridge and are best run with Chrome open.hot --typeacceptscatalog,renqi,zonghe, andshoucang.
Prerequisites
news: No browser required — uses public RSS feedhot,search,article: Chrome running with Browser Bridge extension installed