---
title: "Get Trending Keyword"
method: GET
path: "/api/trending/keyword"
tags: ["Trending"]
---

# Get Trending Keyword

`GET /api/trending/keyword`

Get Trending Keyword

## Query parameters

- `page` integer — Page
- `limit` integer — Number of items per page (maximum is 20)
- `period` 7 | 30 | 120 — Period in days: - 7: Last 7 days - 30: Last 30 days - 120: Last 120 days
- `country` string — Country code. Head [here](https://gist.githubusercontent.com/apiboxguru/21d1cff1bef7732d9533389cb540541f/raw/6669d1e0025b67e8c7a0a1649cd8c75c5d5d2803/tiktok_trending_support_countries_with_codes.json) for a full list of supported countries
- `industry` string — Head to [here](https://gist.githubusercontent.com/apiboxguru/d36908ea2bbe307e81bcc09ccf59616b/raw/302b5a442df9a6efced1dc430fd64d10a8226aeb/tiktok-ads-industry-code.json) for a full list of Industry code. You can combine multiple industries by using a comma. For example: 22102000000,22101000000
- `objective` '1' | '2' | '3' | '4' | '5' | '8' | '14' — Objective: - 1: Traffic - 2: App Installs - 3: Conversions - 4: Video Views - 5: Reach - 8: Lead Generation - 14: Product Sales You can combine multiple objectives by using a comma. For example: 1,2
- `keyword_type` '1' | '2' | '3' | '4' | '5' | '6' — Objective: - 1: Selling points - 2: Pain points - 3: Target audience - 4: Call-to-action - 5: Other - 6: Products You can combine multiple objectives by using a comma. For example: 1,2

## Response `200`

Success

- object
  - `data` object
    - `pagination` object
      - `has_more` boolean
      - `page` number
      - `size` number
      - `total_count` number
    - `keyword_list` object[]
      - `comment` number
      - `cost` number
      - `cpa` number
      - `ctr` number
      - `cvr` number
      - `impression` number
      - `keyword` string
      - `like` number
      - `play_six_rate` number
      - `post` number
      - `post_change` number
      - `share` number
      - `video_list` string[]

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/tikfly/apis/tikfly-api-unoffical-tiktok-api.md) · [All operations](https://skmtc.net/tikfly/apis/tikfly-api-unoffical-tiktok-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tikfly/tikfly-api-unoffical-tiktok-api/versions/892e18b9f5af/schema)
