---
title: "Search Trending Tiktok Endpoint"
method: GET
path: "/api/v1/trending-tiktok/search"
tags: ["trending-tiktok"]
---

# Search Trending Tiktok Endpoint

`GET /api/v1/trending-tiktok/search`

Search trending TikTok content and return it ranked by virality (saves/likes/views).

## Query parameters

- `query` string, required — Search term, e.g. 'marketing', 'saas', 'ai tools'
- `cursor` string, nullable — Pagination cursor from a previous response's next_cursor
- `min_saves` integer — Drop results below this save count
- `sort_by` string — virality_score | saves | likes | views | shares
- `published_within` string — yesterday | this-week | this-month | last-3-months | last-6-months | all-time
- `media_type` string — all | video | image | carousel

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/a9374f6fe96c/schema)
