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

---
title: "网络搜索热词分类查询 | 网络搜索热词排行 | API 市场 | 万维易源"
canonical_url: "https://www.showapi.com/apiGateway/view/313"
last_updated: "2026-08-12T02:47:49.107Z"
meta:
  description: 主分类字符串tab查询
  keywords: 网络搜索热词分类查询,网络搜索热词排行,搜索热词排行API,网络热词查询,内容营销优化,用户需求洞察,有机流量提升,搜索引擎优化,社交媒体策略,热门搜索词排行,网络趋势分析,数据驱动营销,舆情监测,市场营销,新闻社交媒体,学术研究,生活资讯,showapi，万维易源，易源接口，api开放平台，开放api，api大全，api接口，接口中心，接口大全，开放平台，api，大数据，接口，API
  "og:description": 主分类字符串tab查询
  "og:title": "网络搜索热词分类查询 | 网络搜索热词排行  |  API 市场"
---

*

*

*

# **网络搜索热词排行**

**免费服务**

每天实时更新两次，为您提供最热门的搜索词汇。基于几大搜索引擎的综合数据分析，为您揭示网络上的热点话题和趋势。轻松查询各个分类下的热门搜索词汇，洞察用户需求和兴趣。随时掌握网络热点，让您的内容更具吸引力！

[舆情监测](https://www.showapi.com/market?search=%E8%88%86%E6%83%85%E7%9B%91%E6%B5%8B) [市场营销](https://www.showapi.com/market?search=%E5%B8%82%E5%9C%BA%E8%90%A5%E9%94%80) [新闻社交媒体](https://www.showapi.com/market?search=%E6%96%B0%E9%97%BB%E7%A4%BE%E4%BA%A4%E5%AA%92%E4%BD%93) [学术研究](https://www.showapi.com/market?search=%E5%AD%A6%E6%9C%AF%E7%A0%94%E7%A9%B6) [生活资讯](https://www.showapi.com/market?search=%E7%94%9F%E6%B4%BB%E8%B5%84%E8%AE%AF)

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

在线调试

**官方自营**

易源官方提供，稳定可信

<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>IT技术</dd>

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

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

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

</dl>

**网络搜索热词分类查询**

接入点说明

```
主分类字符串tab查询
```

接口地址

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

返回格式JSON

请求方式POST/GET

**请求参数**

**Header 参数**

| |
|

| |
|

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

该接口返回经 `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/313/1)

cURL 复制

```
curl -X POST "https://route.showapi.com/313-1?appKey=YOUR_APPKEY" \
  -H "content-type: application/x-www-form-urlencoded"
```

**返回示例**

JSON 复制

```
{
	"showapi_res_code": 0,
	"showapi_res_error": "",
	"showapi_res_id":"ce135f6739294c63be0c021b76b6fbff",
    "showapi_res_body": {
		"ret": [
      
      {
        "category": [
          "全部类型",
          "都市",
          "玄幻",
          "奇幻",
          "历史",
          "科幻",
          "军事",
          "游戏",
          "武侠",
          "现代言情",
          "古代言情",
          "幻想言情",
          "青春"
        ],
        "tab": "novel"
      }
    ],
    "ret_code": 0,
    "showapi_fee_code": 0
	}
}
```

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

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

MCP JSON 复制

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

**OpenAPI 文档**接口级

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

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