---
title: "Get Top Products"
method: GET
path: "/api/trending/top-products"
tags: ["Trending"]
---

# Get Top Products

`GET /api/trending/top-products`

Get Top Products

## Query parameters

- `page` integer — Page
- `last` 7 | 30 | 120 — Last in days: - 1: Yesterday - 7: Last 7 days - 30: Last 30 days
- `order_by` 'post' | 'post_change' | 'ctr' | 'cvr' | 'cpa' | 'cost' | 'like' | 'share' | 'comment' | 'impression' | 'play_six_rate' — Order by: - post: Popularity - post_change: Popularity change - ctr: CTR - cvr: CVR - cpa: CPA - cost: Cost - like: Like - share: Share - comment: Comment - impression: Impression - play_six_rate: 6s view rate
- `country_code` 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
- `keyword` string — Search Keyword
- `category_id` '605196' | '602284' | '601450' | '801928' | '951432' | '601755' | '605248' | '700437' | '604453' | '700645' | '604968' | '600001' | '600942' | '953224' | '802184' | '600024' | '824584' | '824328' | '601303' | '602118' | '601739' | '601352' | '603014' | '600154' | '604579' | '604206' | '834312' | '601152' — Category ID: - 605196: Automotive & Motorbike - 602284: Baby & Maternity - 601450: Beauty & Personal Care - 801928: Books, Magazines & Audio - 951432: Collectibles - 601755: Computers & Office Equipment - 605248: Fashion Accessories - 700437: Food & Beverages - 604453: Furniture - 700645: Health - 604968: Home Improvement - 600001: Home Supplies - 600942: Household Appliances - 953224: Jewellery, Accessories & Derivatives - 802184: Kids Fashion - 600024: Kitchenware - 824584: Luggage & Bags - 824328: Menswear & Men's Underwear - 601303: Muslim Fashion - 602118: Pet Supplies - 601739: Phones & Electronics - 601352: Shoes - 603014: Sports & Outdoor - 600154: Textiles & Soft Furnishings - 604579: Tools & Hardware - 604206: Toys & Hobbies - 834312: Virtual Products - 601152: Womenswear & Women's Underwear
- `week` string
- `month` string

## Response `200`

Success

- object
  - `data` object
    - `pagination` object
      - `has_more` boolean
      - `page` number
      - `size` number
      - `total_count` number
    - `list` object[]
      - `comment` number
      - `cost` number
      - `cover_url` string, nullable
      - `cpa` number
      - `ctr` number
      - `cvr` number
      - `ecom_type` string
      - `first_ecom_category` object
        - `id` string
        - `label` string
        - `value` string
      - `impression` number
      - `like` number
      - `play_six_rate` number
      - `post` number
      - `post_change` number
      - `second_ecom_category` object
        - `id` string
        - `label` string
        - `parent_id` string
        - `value` string
      - `share` number
      - `third_ecom_category` object
        - `id` string
        - `label` string
        - `parent_id` string
        - `value` string
      - `url_title` 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/revisions/892e18b9f5af/schema)
