---
title: "Hot Article Search"
method: GET
path: "/api/weixin/search-article-hot/v1"
tags: ["WeChat Official Accounts"]
deprecated: true
---

# Hot Article Search

`GET /api/weixin/search-article-hot/v1`

> **Deprecated.**

Searches hot WeChat Official Account articles within a required date range of up to 7 days, with optional keyword plus publication-format, category, and page filters. Use it to identify high-interest content for trend research or editorial benchmarking.

## Query parameters

- `token` string, required
- `keyword` string
- `publishType` 'IMAGE_TEXT' | 'VIDEO' | 'AUDIO' | 'IMAGE' | 'TEXT' | 'REPRINT' — Weixin hot article publish type
- `category` 'ALL' | 'INTERNATIONAL' | 'SPORTS' | 'ENTERTAINMENT' | 'SOCIETY' | 'FINANCE' | 'CURRENT_AFFAIRS' | 'TECHNOLOGY' | 'EMOTION' | 'AUTOMOTIVE' | 'EDUCATION' | 'FASHION' | 'GAMES' | 'MILITARY' | 'TRAVEL' | 'FOOD' | 'CULTURE' | 'HEALTH' | 'HUMOR' | 'HOME' | 'ANIMATION' | 'PETS' | 'PARENTING' | 'ASTROLOGY' | 'HISTORY' | 'MUSIC' | 'UNCATEGORIZED' | 'COMPREHENSIVE' | 'WORKPLACE' | 'AGRICULTURE' | 'ELDERLY_CARE' — Weixin hot article category
- `page` integer
- `startDay` string, required
- `endDay` string, required

## Response `200`

OK

- object
  - `code` 0 | 100 | 101 | 202 | 300 | 301 | 302 | 303 | 400 | 404 | 500 | 503 | 600 | 601 | 602, required
  - `message` string, nullable, required
  - `data` unknown, required
  - `recordTime` string, nullable, required
  - `requestId` string

## Other responses

- `400` — Invalid request parameters or body
- `401` — Invalid or inactive access token
- `403` — Permission denied
- `429` — Request rate or daily quota limit exceeded
- `500` — Internal server error
- `503` — Service temporarily unavailable

---

[API](https://skmtc.dev/justoneapi/apis/openapi-definition.md) · [All operations](https://skmtc.dev/justoneapi/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/justoneapi/openapi-definition/revisions/c8bf6986edd0/schema)
