get-juejin-article-rank
Track top-ranked technical articles on Juejin across categories like front-end, back-end, AI, mobile development, and more within Trends Hub for insights and learning.
Instructions
获取掘金文章榜,包含前端开发、后端技术、人工智能、移动开发及技术架构等领域的高质量中文技术文章和教程
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category_id | No | 6809637769959178254 |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"category_id": {
"anyOf": [
{
"const": "6809637769959178254",
"description": "后端",
"type": "string"
},
{
"const": "6809637767543259144",
"description": "前端",
"type": "string"
},
{
"const": "6809635626879549454",
"description": "Android",
"type": "string"
},
{
"const": "6809635626661445640",
"description": "iOS",
"type": "string"
},
{
"const": "6809637773935378440",
"description": "人工智能",
"type": "string"
},
{
"const": "6809637771511070734",
"description": "开发工具",
"type": "string"
},
{
"const": "6809637776263217160",
"description": "代码人生",
"type": "string"
},
{
"const": "6809637772874219534",
"description": "阅读",
"type": "string"
}
],
"default": "6809637769959178254"
}
},
"type": "object"
}