Skip to content

牛客网 (Nowcoder)

Mode: 🌐 / 🔐 · Domain: nowcoder.com

Commands

CommandDescription
opencli nowcoder hotHot search ranking
opencli nowcoder trendingTrending posts
opencli nowcoder topicsHot discussion topics
opencli nowcoder recommendRecommended feed
opencli nowcoder creatorsTop content creators leaderboard
opencli nowcoder companiesHot companies for interview prep
opencli nowcoder jobsCareer category listing
opencli nowcoder search <query>Full-text search (type: all/post/question/user/job)
opencli nowcoder suggest <query>Search suggestions
opencli nowcoder experienceInterview experience posts
opencli nowcoder referralInternal referral posts
opencli nowcoder salarySalary disclosure posts
opencli nowcoder papersInterview question bank by company & job
opencli nowcoder practiceCategorized practice questions with progress
opencli nowcoder notificationsUnread message summary
opencli nowcoder detail <id>Post detail view (supports ID / UUID / URL)

Usage Examples

bash
# Hot search ranking
opencli nowcoder hot --limit 10

# Search for interview experiences
opencli nowcoder search "bilibili" --type post --limit 5

# Search suggestions
opencli nowcoder suggest "java"

# Browse interview experience posts
opencli nowcoder experience --limit 10

# View a specific post detail (using UUID from list commands)
opencli nowcoder detail 2b6b64d4adb34ea3838e832ae4447ab1

# Interview question bank for Java at Huawei
opencli nowcoder papers --job 11002 --company 239

# Practice questions for software development
opencli nowcoder practice --job 11226 --limit 10

# Hot companies for C++ positions
opencli nowcoder companies --job 11003

# JSON output
opencli nowcoder trending -f json

# Verbose mode
opencli nowcoder hot -v

Prerequisites

  • Public commands (hot, trending, topics, recommend, creators, companies, jobs): No login required
  • Cookie commands (all others): Chrome running and logged into nowcoder.com, Browser Bridge extension installed

Released under the Apache-2.0 License.