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

# Get Top Product Detail

`GET /api/trending/top-products/detail`

Get Top Product Detail

## Query parameters

- `product_id` string, required — Product ID

## Response `200`

Success

- object
  - `info` object
    - `audience_ages` string, nullable
    - `audience_interests` string[]
    - `cover_url` string
    - `ecom_type` string
    - `first_ecom_category` object
      - `id` string
      - `label` string
      - `value` string
    - `hashtags` string[]
    - `posts` string[]
    - `second_ecom_category` object
      - `id` string
      - `label` string
      - `parent_id` string
      - `value` string
    - `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/versions/892e18b9f5af/schema)
