---
title: "Shop Search"
method: GET
path: "/v1/tiktok/shop/search"
tags: ["TikTok Shop"]
---

# Shop Search

`GET /v1/tiktok/shop/search`

Searches TikTok Shop for products matching a keyword query. Returns an array of product objects each with `title`, `cover` image, `url` (product page link), `price`, `sold_count`, `review_count`, `rating`, and `shop_name`. Paginate with `page`; filter by region.

## Query parameters

- `query` string, required
- `page` number
- `region` 'US' | 'GB' | 'DE' | 'FR' | 'IT' | 'ID' | 'MY' | 'MX' | 'PH' | 'SG' | 'ES' | 'TH' | 'VN' | 'BR' | 'JP' | 'IE'

## Response `200`

Successful response

---

[API](https://skmtc.dev/scrapecreators/apis/scrape-creators-api.md) · [All operations](https://skmtc.dev/scrapecreators/apis/scrape-creators-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scrapecreators/scrape-creators-api/revisions/e9ec3dbbd8b8/schema)
