Research Trending Products on TikTok Shop
Discover which products are trending on TikTok Shop to identify emerging opportunities before they saturate.
Browse creator storefronts & shops
Explore creator commerce on TikTok Shop and Amazon storefronts, get product details and reviews, and extract links from Linktree, Komi, Pillar, Linkbio, and Linkme. For product research, affiliate discovery, and e-commerce analysis.
Search TikTok Shop for products matching a query and return structured product listings with prices, ratings, and seller info.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-shop-products",
"skill": "search_tiktok_shop",
"input": {
"query": "viral skincare serum"
}
}' \
https://api.toolrouter.com/v1/tools/callGet reviews for a TikTok Shop product. Accepts either a product ID or a full product URL to retrieve customer reviews.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-shop-products",
"skill": "get_tiktok_shop_reviews",
"input": {
"url": "https://www.tiktok.com/@shop/product/1729382456"
}
}' \
https://api.toolrouter.com/v1/tools/callGet all links, bio info, and social accounts from a Linktree page. URL must include https:// prefix.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-shop-products",
"skill": "get_linktree_page",
"input": {
"url": "https://linktr.ee/garyvee"
}
}' \
https://api.toolrouter.com/v1/tools/callGet product details, listings, and storefront info from an Amazon shop page URL.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-shop-products",
"skill": "get_amazon_shop",
"input": {
"url": "https://www.amazon.com/stores/page/B08N5WRWNW"
}
}' \
https://api.toolrouter.com/v1/tools/callGet detailed information about a TikTok Shop product including exact stock count, related TikTok videos, pricing, and seller info.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-shop-products",
"skill": "get_tiktok_product",
"input": {
"url": "https://www.tiktok.com/@shop/product/1729382456"
}
}' \
https://api.toolrouter.com/v1/tools/callGet all products from a TikTok Shop by shop URL. Supports pagination via cursor.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-shop-products",
"skill": "get_tiktok_shop_products",
"input": {
"url": "https://www.tiktok.com/@brand/shop"
}
}' \
https://api.toolrouter.com/v1/tools/callGet all links, bio info, and social accounts from a Komi creator link page.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-shop-products",
"skill": "get_komi_page",
"input": {
"url": "https://komi.io/creator"
}
}' \
https://api.toolrouter.com/v1/tools/callGet all links, bio info, and social accounts from a Pillar creator link page.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-shop-products",
"skill": "get_pillar_page",
"input": {
"url": "https://pillar.io/creator"
}
}' \
https://api.toolrouter.com/v1/tools/callGet all links, bio info, and social accounts from a Linkbio (lnk.bio) creator link page.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-shop-products",
"skill": "get_linkbio_page",
"input": {
"url": "https://lnk.bio/creator"
}
}' \
https://api.toolrouter.com/v1/tools/callGet profile info and links from a Linkme creator page.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-shop-products",
"skill": "get_linkme_page",
"input": {
"url": "https://linkme.bio/creator"
}
}' \
https://api.toolrouter.com/v1/tools/callclaude mcp add --transport stdio \
--env TOOLROUTER_API_KEY=YOUR_API_KEY \
toolrouter -- npx -y toolrouter-mcpcurl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{"tool":"social-shop-products","skill":"search_tiktok_shop","input":{}}' \
https://api.toolrouter.com/v1/tools/callDiscover which products are trending on TikTok Shop to identify emerging opportunities before they saturate.
Track competitor products across TikTok Shop and Amazon to stay ahead on pricing, positioning, and new launches.
Find relevant academic papers on any research topic across millions of scholarly publications.
Convert street addresses into precise latitude and longitude coordinates for mapping and spatial analysis.
Research social commerce opportunities by analyzing shops, tracking viral commerce content, studying competitors, and monitoring market trends.
Gather ecommerce competitive intelligence by scraping pricing data, researching businesses, monitoring social commerce, and analyzing ad campaigns.
Use `search_tiktok_shop` for product discovery, `get_tiktok_product` for a specific item, and `get_tiktok_shop_products` when you want the full catalog from a shop URL.
Yes. `get_tiktok_product` includes stock count, pricing, seller info, and related videos, while `get_tiktok_shop_reviews` returns customer reviews for a product.
Yes. It also pulls product and storefront data from Amazon shops and extracts link lists from creator pages like Linktree, Komi, Pillar, Linkbio, and Linkme.
`get_tiktok_shop_products` supports pagination with a cursor, so you can page through larger storefronts instead of stopping at the first screen of results.