获取知乎文章搜索V3/Get Zhihu Article Search V3

Zhihuapi

About

获取知乎文章搜索V3/Get Zhihu Article Search V3

Documentation

获取知乎文章搜索V3/Get Zhihu Article Search V3

[中文]

用途:

  • 获取知乎文章搜索V3

参数:

  • keyword: 搜索关键词
  • offset: 偏移量
  • limit: 每页文章数量
  • show_all_topics: 显示所有主题,
    • 0 不显示话题
    • 1 显示话题
  • search_source: 搜索来源
    • Filter 过滤参数生效
    • Normal 为普通结果
  • search_hash_id: 搜索哈希ID,用于过滤重复搜索结果
  • vertical: 空 不限类型
    • answer 只看回答
    • article 只看文章
    • zvideo 只看视频
  • sort: 空 综合排序
    • upvoted_count 最多赞同
    • created_time 最新发布
  • time_interval: 时间间隔
    • 空 不限时间
    • a_day 一天内
    • a_week 一周内
    • a_month 一个月内
    • three_months 三个月内
    • half_a_year 半年内
    • a_year 一年内
  • vertical_info: 垂类信息
    • 0,0,0,0,0,0,0,0,0,0,0,0 不限类型,不会设置勿填

返回:

  • 知乎文章搜索V3

[English]

Purpose:

  • Get Zhihu Article Search V3

Parameters:

  • keyword: Search Keywords
  • offset: Offset
  • limit: Number of articles per page
  • show_all_topics: Show all topics
    • 0 Do not show topics
    • 1 Show topics
  • search_source: Search Source
    • Filter parameter takes effect
    • Normal is normal result
  • search_hash_id: Search Hash ID, used to filter duplicate search results
  • vertical: Empty unlimited type
    • answer only see answers
    • article only see articles
    • zvideo only see videos
  • sort: Empty comprehensive sorting
    • upvoted_count most upvoted
    • created_time latest release
  • time_interval: Time interval
    • Empty unlimited time
    • a_day within a day
    • a_week within a week
    • a_month within a month
    • three_months within three months
    • half_a_year within half a year
    • a_year within a year
  • vertical_info: Vertical information
    • 0,0,0,0,0,0,0,0,0,0,0,0 unlimited type, do not set do not fill

Returns:

  • Zhihu Article Search V3

[示例/Example]

默认搜索,综合排序,不限时间

keyword = "deepseek" offset = "0" limit = "20" show_all_topics = 0 search_source = "Normal" search_hash_id = "" vertical = "" sort = "" time_interval = "" vertical_info = ""

只看回答,最多赞同,三月内

keyword = "deepseek" offset = "0" limit = "20" show_all_topics = 0 search_source = "Filter" search_hash_id = "" vertical = "answer" sort = "upvoted_count" time_interval = "three_months" vertical_info = "0,0,0,0,0,0,0,0,0,0,0,0"

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

Try 获取知乎文章搜索V3/Get Zhihu Article Search V3

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

Open in Playground

Related Models