get_news_by_date
Retrieve news data for specific dates to analyze historical trends and compare information across platforms like Weibo and Zhihu.
Instructions
获取指定日期的新闻数据,用于历史数据分析和对比
Args: date_range: 日期范围,支持多种格式: - 范围对象: {"start": "2025-01-01", "end": "2025-01-07"} - 自然语言: "今天", "昨天", "本周", "最近7天" - 单日字符串: "2025-01-15" - 默认值: "今天" platforms: 平台ID列表,如 ['zhihu', 'weibo'],不指定则使用所有平台 limit: 返回条数限制,默认50,最大1000 include_url: 是否包含URL链接,默认False(节省token)
Returns: JSON格式的新闻列表,包含标题、平台、排名等信息
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_range | No | ||
| platforms | No | ||
| limit | No | ||
| include_url | No |