---
title: "List products on TikTok Shop"
method: GET
path: "/social-intelligence/products"
tags: ["Social Intelligence"]
---

# List products on TikTok Shop

`GET /social-intelligence/products`

Paginated list of products across the TikTok Shop ecosystem. Filter by category, search by name, sort by gmv28d, unitsSold, etc.

## Query parameters

- `page` integer
- `page_size` integer
- `search` string, nullable
- `category` string, nullable
- `subcategory` string, nullable
- `sort_by` string, nullable — gmv28d, unitsSold, rating, creators, videos
- `sort_order` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/reacherapp/apis/reacher-data-api.md) · [All operations](https://skmtc.dev/reacherapp/apis/reacher-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/reacherapp/reacher-data-api/revisions/578c830ce294/schema)
