---
title: "Hot Search"
method: GET
path: "/api/douyin/hot-search/v1"
tags: ["Douyin (TikTok China)"]
---

# Hot Search

`GET /api/douyin/hot-search/v1`

Searches Douyin (TikTok China) content with optional keyword, category, video-type, ranking, pagination, engagement, and creator-follower filters. Use it to support trend discovery and campaign research.

## Query parameters

- `token` string, required
- `keyword` string
- `contentType` 'ALL' | 'FASHION' | 'TECHNOLOGY' | 'SCIENCE' | 'PHOTOGRAPHY' | 'FOOD' | 'MOTHER_BABY' | 'PARENTING' | 'DRAMA' | 'GAME' | 'AUTOMOTIVE' | 'ANIMAL' | 'TRAVEL' | 'DANCE' | 'TRADITIONAL_CULTURE' | 'ART' | 'SPORTS' | 'MUSIC' | 'LIFE_RECORD' | 'HOME_LIVING' | 'LEISURE_ENTERTAINMENT' | 'WORKPLACE' | 'AGRICULTURE' | 'CASUAL' | 'ACG' | 'MOVIE' | 'TV_SERIES' | 'VARIETY_SHOW' | 'CELEBRITY' | 'HUMANITIES_SOCIAL_SCIENCE' | 'EDUCATION_CAMPUS' | 'EMOTION' | 'FINANCE' | 'PUBLIC_WELFARE' — Douyin Hot Search content type.
- `videoType` 'ALL' | 'XINGTU_VIDEO' | 'NATURAL_VIDEO' — Douyin Hot Search video type.
- `sortType` 'COMPREHENSIVE' | 'HIGH_INTERACTION' | 'HIGH_LIKE' | 'HIGH_COMMENT' | 'HIGH_SHARE' — Douyin Hot Search sort type.
- `page` integer
- `likeCountMin` integer
- `likeCountMax` integer
- `commentCountMin` integer
- `commentCountMax` integer
- `shareCountMin` integer
- `shareCountMax` integer
- `interactionCountMin` integer
- `interactionCountMax` integer
- `followerCountMin` integer
- `followerCountMax` integer

## 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/1375f3be960b/schema)
