Search products in TikTok Shop.
Endpoint
/v1/tiktok/shop/products/search
Query
Search query text for TikTok Shop products.
1-based results page number. Omit to request the first page. Pagination is page-based.
Optional country or region code for the product search catalog.
const response = await fetch( "https://api.socialfetch.dev/v1/tiktok/shop/products/search?query=shoes", { headers: { "x-api-key": "YOUR_API_KEY" } } ); const data = await response.json(); console.log(data);