Back to Zhihu
TikHub·Zhihu

Zhihu Web: Get Zhihu Question Answers

/api/v1/zhihu/web/fetch_question_answerssync$0.0015 / call

Get Zhihu Question Answers List (TikHub · Zhihu Web)

Input
FieldTypeRequiredDescription
question_idstringyesQuestion ID
cursorstringPagination cursor (default "")
limitintegerNumber of answers per page (default 5)
offsetintegerOffset (default 0)
orderstringSort order: default=default sort, updated=sort by time (default "default")
session_idstringSession ID (default "")

Run it

curl -s https://sooma.dev/v1/run \ -H "Authorization: Bearer $SOOMA_API_KEY" \ -H "Content-Type: application/json" \ -d '{"provider":"tikhub","endpoint":"/api/v1/zhihu/web/fetch_question_answers","input":{}}'

Or ask your agent: it will call inspect for this schema and run it over MCP.