VOOZH about

URL: https://apify.com/ethereal_wool/zhihu-user-content-scraper

⇱ Zhihu User Content Scraper & API Β· Apify


πŸ‘ ❓ Zhihu User Content Scraper avatar

❓ Zhihu User Content Scraper

Pricing

$3.00 / 1,000 results

Go to Apify Store

❓ Zhihu User Content Scraper

Extract Zhihu user content data β€” title, and more. Scrape by keyword, URL or ID. Export to JSON, CSV & Excel, use the API, schedule runs and integrate. No code required.

Pricing

$3.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Jackie Chen

Jackie Chen

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

Zhihu User Content Scraper

πŸ‘ zhihu-user-content-scraper

Scrape Zhihu (ηŸ₯乎) users by their url_token. Get every published article (with the full HTML body), or switch modes to pull a user's profile, their followers, their followees, or the columns they follow. Each record is returned as clean, structured data: title, content, excerpt, vote-up and comment counts, author info, and the canonical URL.

Unofficial. This Actor is not affiliated with, authorized, or endorsed by Zhihu (ηŸ₯乎 / ζ™Ίθ€…ε€©δΈ‹η§‘ζŠ€). It is an independent tool that retrieves publicly available data via a third-party API. Use it in compliance with Zhihu's terms and all applicable laws; you are responsible for how you use the retrieved data.

What it does

Give one or more Zhihu url_tokens β€” the slug in a profile URL zhihu.com/people/<token> (e.g. kaifulee for ζŽεΌ€ε€) β€” and pick a content type:

  • Articles (default) β€” every article the user has published, including the full HTML content, title, excerpt, vote-up / comment counts and timestamps. Paginated automatically. Sort by newest or most up-voted.
  • Profile β€” the user's profile object (name, headline, avatar, follower / answer counts, etc.). One record per user.
  • Followers / Followees β€” the people who follow, or are followed by, the user.
  • Columns β€” the columns the user follows.

Input

FieldTypeDefaultDescription
userUrlTokensstring[]["kaifulee"]Zhihu user url_tokens. Each is scraped independently.
contentTypeenumarticlesarticles / profile / followers / followees / columns.
sortTypeenumcreatedArticle sort: created (newest) or voteups (most up-voted). Articles only.
maxItemsinteger10Max total records across all users. Ignored for profile.

Example input

{
"userUrlTokens":["kaifulee"],
"contentType":"articles",
"sortType":"voteups",
"maxItems":50
}

Output

One dataset item per record. Articles look like:

{
"id":"606602766",
"type":"article",
"title":"ChatGPTεΌ•ε‘ε€±δΈšζζ…ŒοΌŸθΏ™20种ε·₯δ½œθ¦ιΏεΌ€οΌ",
"excerpt":"OpenAIζ–°θΏ‘ζŽ¨ε‡Ίηš„ChatGPTε·²η»ηˆ†η«ε‡Ίεœˆ ...",
"content":"<p>...full HTML body...</p>",
"url":"http://zhuanlan.zhihu.com/p/606602766",
"articleType":"normal",
"voteupCount":354,
"commentCount":124,
"created":1676559521,
"updated":1676559615,
"author":{"id":"...","name":"ζŽεΌ€ε€","urlToken":"kaifulee","headline":"..."},
"authorName":"ζŽεΌ€ε€",
"userUrlToken":"kaifulee",
"source":"articles:kaifulee"
}

Other content types share the same flat shape (id, type, title, url, authorName, …) with mode-specific fields (e.g. followerCount for profiles, itemsCount for columns).

Notes

  • Data is sourced live; the upstream occasionally emits transient blocks and an intermittent 400, so the Actor retries with exponential backoff.
  • Records are de-duplicated by id within a run.

You might also like

❓ Zhihu Search Scraper

ethereal_wool/zhihu-search-scraper

Extract Zhihu search data β€” title, author, engagement, and more. Scrape by keyword, URL or ID. Export to JSON, CSV & Excel, use the API, schedule runs and integrate. No code required.

❓ Zhihu Question Answers Scraper

ethereal_wool/zhihu-question-answers-scraper

Extract Zhihu question answers data β€” title, author, engagement, and more. Scrape by keyword, URL or ID. Export to JSON, CSV & Excel, use the API, schedule runs and integrate. No code required.

TikTok User Posts Scraper | $3/1K Videos

ethereal_wool/tiktok-user-posts

Extract TikTok user posts data β€” title, author, engagement, and more. Scrape by keyword, URL or ID. Export to JSON, CSV & Excel, use the API, schedule runs and integrate. No code required.

🐦 Twitter / X User Profile Scraper

ethereal_wool/twitter-user-profile

Extract Twitter / X user profile data β€” name, and more. Scrape by keyword, URL or ID. Export to JSON, CSV & Excel, use the API, schedule runs and integrate. No code required.

Instagram User Posts Scraper | $2/1K Posts

ethereal_wool/instagram-user-posts-scraper

Extract Instagram user posts data β€” title, author, engagement, and more. Scrape by keyword, URL or ID. Export to JSON, CSV & Excel, use the API, schedule runs and integrate. No code required.

πŸ“Έ Instagram Profile Scraper

ethereal_wool/instagram-profile-scraper

Extract Instagram profile data β€” title, author, engagement, and more. Scrape by keyword, URL or ID. Export to JSON, CSV & Excel, use the API, schedule runs and integrate. No code required.

🎡 TikTok Profile Scraper

ethereal_wool/tiktok-profile

Extract TikTok profile data β€” title, author, engagement, and more. Scrape by keyword, URL or ID. Export to JSON, CSV & Excel, use the API, schedule runs and integrate. No code required.

πŸ“Έ Instagram Comments Scraper

ethereal_wool/instagram-comments-scraper

Extract Instagram comments data β€” text, and more. Scrape by keyword, URL or ID. Export to JSON, CSV & Excel, use the API, schedule runs and integrate. No code required.

YouTube Search Scraper | $3/1K Results

ethereal_wool/youtube-search-scraper

Extract YouTube search data β€” title, author, and more. Scrape by keyword, URL or ID. Export to JSON, CSV & Excel, use the API, schedule runs and integrate. No code required.

🎡 TikTok Comments Scraper

ethereal_wool/tiktok-comments

Extract TikTok comments data β€” text, and more. Scrape by keyword, URL or ID. Export to JSON, CSV & Excel, use the API, schedule runs and integrate. No code required.