---
name: Zhihu Media Crawler
slug: zhihu-media-crawler
category: Automation
description: Zhihu Media Crawler collects Zhihu answers, articles, videos, comments, and creator evidence with MediaCrawler through search and exact URLs. Use it for expert discourse, problem framing, objections, terminology, topic, or creator research.
github: "https://github.com/tsingyuai/growth-lab/tree/main/collectors/media-crawler-zhihu"
language: Python
stars: 1734
forks: 150
install: "npx degit https://github.com/tsingyuai/growth-lab/tree/main/collectors/media-crawler-zhihu ~/.claude/skills/media-crawler-zhihu"
installs_to: ~/.claude/skills/media-crawler-zhihu
source_path: collectors/media-crawler-zhihu/SKILL.md
collection_size: 19
category_size: 1523
collection_url: "https://dirskills.com/collections/tsingyuai/growth-lab"
added: 2026-08-19T07:25:49.187Z
last_synced: 2026-08-19T07:25:49.187Z
canonical_url: "https://dirskills.com/skills/zhihu-media-crawler"
---

# Zhihu Media Crawler

Zhihu Media Crawler collects Zhihu answers, articles, videos, comments, and creator evidence with MediaCrawler through search and exact URLs. Use it for expert discourse, problem framing, objections, terminology, topic, or creator research.

**Install:**

```bash
npx degit https://github.com/tsingyuai/growth-lab/tree/main/collectors/media-crawler-zhihu ~/.claude/skills/media-crawler-zhihu
```

## README

# Zhihu collection

Follow [media-crawler](../media-crawler/SKILL.md). Require purpose, keyword/content/creator inputs, sample and date bounds, comments/media scope, and invoking Model Memory destination.

Search with `--platform zhihu --type search` using problem wording, concept/category and audience/use-case variants. Shortlist by relevance, argument/content-type diversity, recency, author fit and engagement. Configure `ZHIHU_SPECIFIED_ID_LIST` with full answer, article, or video URLs; configure `ZHIHU_CREATOR_URL_LIST` with full people URLs. Run detail/creator mode.

Preserve content type. For answers retain question context; for articles retain article title; for video identify unavailable transcript rather than inventing one. Separate author text from comments, deduplicate by canonical content ID, and retain discovery-query provenance. Enable comments/media only for a shortlist and stop on challenge/risk control.

Return content-type breakdown, inputs, raw/copied paths, detail/comment/media coverage, time, commit, exclusions and selection rationale.
