get-tencent-news-trending
Retrieve trending news from Tencent, covering global and domestic events, social issues, financial updates, entertainment, and sports. Monitor comprehensive Chinese news insights with Trends Hub.
Instructions
获取腾讯新闻热点榜,包含国内外时事、社会热点、财经资讯、娱乐动态及体育赛事的综合性中文新闻资讯
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"page_size": {
"default": 20,
"type": "integer"
}
},
"type": "object"
}