> **平台**: 万维易源 (ShowAPI)
> **接入方式**: 统一 API 网关 (HTTPS POST/GET)
> **认证**: showapi_appid + showapi_sign
> **文档**: https://www.showapi.com/apiGateway/view/109/36

---
title: "用发布时间检索新闻 | 新闻API接口 | API 市场 | 万维易源"
canonical_url: "https://www.showapi.com/apiGateway/view/109/36"
last_updated: "2026-08-15T04:55:17.394Z"
meta:
  description: 这个接入点可按新闻发布时间检索。建议使用最新类新闻频道（如电商最新频道），这类频道新闻源相对较多，更新速度相对较快。
  keywords: 用发布时间检索新闻,新闻API接口,实时新闻API,新闻查询,新闻数据API,电商新闻,体育赛事,社交媒体,新闻分类API,新闻API集成,移动应用新闻,时事热点,新闻机构,新闻内容API,关键词筛选,新闻资讯优化,独家新闻接口,内容时效性,用户体验提升,新闻查询API,新闻源,新闻更新,新闻频道,社交媒体新闻API,移动应用新闻API,新闻资讯,时事热点,体育赛事,社交媒体,新闻机构,新闻查询,生活资讯,新闻要闻,showapi，万维易源，易源接口，api开放平台，开放api，api大全，api接口，接口中心，接口大全，开放平台，api，大数据，接口，API
  "og:description": 这个接入点可按新闻发布时间检索。建议使用最新类新闻频道（如电商最新频道），这类频道新闻源相对较多，更新速度相对较快。
  "og:title": "用发布时间检索新闻 | 新闻API接口  |  API 市场"
---

*

*

*

# **新闻API接口**

**免费服务**

多频道新闻接口，仅供内部数据分析、统计及机器学习使用，不得用于终端展示。版权问题请联系新闻发布者。数据约每5-10分钟刷新一次。

[新闻资讯](https://www.showapi.com/market?search=%E6%96%B0%E9%97%BB%E8%B5%84%E8%AE%AF) [时事热点](https://www.showapi.com/market?search=%E6%97%B6%E4%BA%8B%E7%83%AD%E7%82%B9) [体育赛事](https://www.showapi.com/market?search=%E4%BD%93%E8%82%B2%E8%B5%9B%E4%BA%8B) [社交媒体](https://www.showapi.com/market?search=%E7%A4%BE%E4%BA%A4%E5%AA%92%E4%BD%93) [新闻机构](https://www.showapi.com/market?search=%E6%96%B0%E9%97%BB%E6%9C%BA%E6%9E%84) [新闻查询](https://www.showapi.com/market?search=%E6%96%B0%E9%97%BB%E6%9F%A5%E8%AF%A2) [生活资讯](https://www.showapi.com/market?search=%E7%94%9F%E6%B4%BB%E8%B5%84%E8%AE%AF) [新闻要闻](https://www.showapi.com/market?search=%E6%96%B0%E9%97%BB%E8%A6%81%E9%97%BB)

**免费接口，注册即用，无需单独购买。 **

在线调试

**官方自营**

易源官方提供，稳定可信

<dl>

<dt>服务商</dt>
<dd>昆明秀派科技有限公司</dd>

<dt>电话</dt>
<dd>400-998-8033</dd>

<dt>QQ</dt>
<dd>4009988033</dd>

<dt>邮箱</dt>
<dd>[service@showapi.com](mailto:service@showapi.com)</dd>

</dl>

<dl>

<dt>所属分类</dt>
<dd>生活服务</dd>

<dt>接入点</dt>
<dd>4 个</dd>

<dt>请求方式</dt>
<dd>POST/GET</dd>

<dt>返回格式</dt>
<dd>JSON</dd>

</dl>

**用发布时间检索新闻**

接入点说明

```
这个接入点可按新闻发布时间检索。建议使用最新类新闻频道（如电商最新频道），这类频道新闻源相对较多，更新速度相对较快。
```

接口地址

https://route.showapi.com/109-36?appKey={your\_appKey} [查看密钥](https://www.showapi.com/console#/myApp) [调用帮助](https://www.showapi.com/helpcenter/view#/3960/1)

返回格式JSON

请求方式POST/GET

更新频率热门新闻频道最快每10分钟更新，只能查询最近15天的新闻。

**请求参数**

**Header 参数**

| |
|

| |
|

**Post 表单**

| |
|

| |
|
| |
| |
| |
| |
| |
| |

**返回参数**查看公共返回参数

该接口返回经 `showapi_res_body` 系统封装，业务数据均位于该对象内；系统级字段见公共返回参数。

**返回体**

| |
|

| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |

**请求示例**

[查看我的 appKey](https://www.showapi.com/console#/myApp) [查看使用向导](https://www.showapi.com/helpcenter/view#/3960/1) [Python / Java 等多语言示例](https://www.showapi.com/apitest/market/109/36)

cURL 复制

```
curl -X POST "https://route.showapi.com/109-36?appKey=YOUR_APPKEY" \
  -H "content-type: application/x-www-form-urlencoded" \
  -d "channelId=&channelName=&title=%E8%B6%B3%E7%90%83&page=1&maxResult=20&beginTime=2025-01-18%2012%3A00%3A00&endTime=2025-01-20%2013%3A00%3A00"
```

**返回示例**

JSON 复制

```
{
	"showapi_res_code": 0,
	"showapi_res_error": "",
	"showapi_res_id":"ce135f6739294c63be0c021b76b6fbff",
    "showapi_res_body": {
		"ret_code": 0,
		"pagebean": {
			"allPages": 5,
			"contentlist": [{
					"allList": [
					],
					"pubDate": "2025-01-14 11:36:05",
					"title": "漳州足球大数据：拥有足球特色学校91所国家级46所",
					"channelName": "社会最新",
					"imageurls": [],
					"desc": "",
					"source": "手机中国",
					"channelId": "5572a10bb3cdc86cf39001f8",
					"nid": "10427894029754912460",
					"link": "http://m.china.com.cn/baidu/doc_1_3_1596740.html"
				}

			],
			"currentPage": 1,
			"allNum": 94,
			"maxResult": 20
		}
	}
}
```

**MCP 服务集成**接口级

在 Cherry Studio、ChatBox 等支持 MCP 的客户端中配置，将 {your\_appKey} 替换为真实 AppKey（ [AppKey 管理](https://www.showapi.com/console#/myApp)）。该服务覆盖本接口全部接入点。

MCP JSON 复制

```
{
  "mcpServers": {
    "showapi-mcp-109": {
      "url": "http://www.showapi.com.cn/mcp/109/{your_appKey}"
    }
  }
}
```

**OpenAPI 文档**接口级

标准 OpenAPI 3.0 文档，覆盖本接口全部接入点，可导入 Apifox / Postman / Swagger UI，或供 AI Agent 直接消费。

[在线查看 YAML](https://www.showapi.com/openapi/market/109.yaml) [下载 YAML](https://www.showapi.com/openapi/market/109.yaml) [查看 JSON](https://www.showapi.com/openapi/market/109.json)