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

# Get Top Product Metrics

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

Get Top Product Metrics

## Query parameters

- `product_id` string, required — Product ID

## Response `200`

Success

- object
  - `data` object
    - `info` 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
      - `ctr_metrics` object[]
        - `time` number
        - `value` number
      - `post_metrics` object[]
        - `time` number
        - `value` number

## 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)
