R Scraper for Zhihu, a popular Quora-like question-and-answer platform in China
search_zhihu(): search posts by keywordzhihu_answer(): retrieve answers from a given questionzhihu_comment(): retrieve comments from a given postzhihu_child_comment(): retrieve child comments from a given commentzhihu_user(): retrieve details of a given commentzhihu_question_metadata(): retrieve metadata of a given questionzhihu_answer_metadata(): retrieve metadata of a given comment
The scrapper requires a Node.js API to sign a parameter in the request header. Run app.js in the directory sign before using the scrapper.