获取Reddit APP搜索自动补全建议/Fetch Reddit APP Search Typeahead Suggestions

Redditapi

About

获取Reddit APP搜索自动补全建议/Fetch Reddit APP Search Typeahead Suggestions

Documentation

获取Reddit APP搜索自动补全建议/Fetch Reddit APP Search Typeahead Suggestions

[中文]

用途:

  • 获取Reddit APP搜索框的自动补全建议,包括推荐的版块、用户和搜索词

参数:

  • query: 搜索关键词,输入的搜索文本
  • safe_search: 安全搜索设置,可选值为"unset"(未设置)或"strict"(严格模式)
  • allow_nsfw: 是否允许显示NSFW(成人)内容,"0"表示不允许,"1"表示允许

返回:

  • 搜索建议JSON数据,包含以下类型的建议:
    • 相关版块(subreddits)
    • 相关用户(users)
    • 搜索词建议(search suggestions)
    • 热门话题(trending topics)

[English]

Purpose:

  • Fetch autocomplete suggestions for the Reddit APP search box, including recommended subreddits, users, and search terms

Parameters:

  • query: Search keyword, the search text being typed
  • safe_search: Safe search setting, options are "unset" or "strict"
  • allow_nsfw: Whether to allow NSFW (adult) content display, "0" means disallow, "1" means allow

Returns:

  • JSON data of search suggestions containing the following types:
    • Related subreddits
    • Related users
    • Search term suggestions
    • Trending topics

[示例/Example]

query="programming" safe_search="unset" allow_nsfw="0" need_format=false

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

Try 获取Reddit APP搜索自动补全建议/Fetch Reddit APP Search Typeahead Suggestions

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

Open in Playground

Related Models