获取知乎想法评论区/Get Zhihu Pin Comments

Zhihuapi

About

获取知乎想法评论区/Get Zhihu Pin Comments

Documentation

获取知乎想法评论区/Get Zhihu Pin Comments

[中文]

用途:

  • 获取知乎想法 (pin) 的评论区列表

参数:

  • pin_id: 想法ID
  • order_by: 排序方式,score=默认排序,ts=最新排序
  • limit: 每页评论数量
  • offset: 偏移量,翻页从返回里取游标

返回:

  • 知乎想法评论列表

[English]

Purpose:

  • Get the comments of a Zhihu pin

Parameters:

  • pin_id: Pin ID
  • order_by: Sort, score=default, ts=newest
  • limit: Number of comments per page
  • offset: Offset, take the cursor from the response for paging

Returns:

  • Zhihu Pin Comments

[示例/Example]

pin_id = "2050290260991534603" order_by = "score" limit = "20" offset = ""

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 获取知乎想法评论区/Get Zhihu Pin Comments

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models