← All APIs
Social platformsLive
Zhihu
Zhihu (知乎) Web — fetch a user by `url_token`, their articles, answers to a question, and the daily hot ranking. Numeric question/answer ids are extracted from the precision-safe `url` field so values above 2^53 round-trip correctly.
Endpoints
4 ready-to-call endpoints
GET/zhihu/users/{url_token}
Get a user by url_token
Profile, headline, avatar (e.g. `excited-vczh` from `zhihu.com/people/excited-vczh`).
GET/zhihu/users/{url_token}/articles
List user articles
Articles authored by the user, paginated.
GET/zhihu/questions/{id}/answers
List answers to a question
Paginated answer feed for a question id.
GET/zhihu/hot-list
Daily hot list
Top trending questions on Zhihu with heat-score text.