get-sspai-rank
Retrieve trending tech and lifestyle content rankings from Sspai, including product reviews, app recommendations, and productivity tips, filtered by category and limit.
Instructions
获取少数派热榜,包含数码产品评测、软件应用推荐、生活方式指南及效率工作技巧的优质中文科技生活类内容
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | ||
tag | No | 分类 | 热门文章 |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"limit": {
"default": 40,
"type": "integer"
},
"tag": {
"default": "热门文章",
"description": "分类",
"enum": [
"热门文章",
"应用推荐",
"生活方式",
"效率技巧",
"少数派播客"
],
"type": "string"
}
},
"type": "object"
}