TikTok Shop reference
Public US product discovery, product details, seller signals, ratings, and visible verified reviews from TikTok Shop.
Each operation below runs through the tool endpoint shown, and is available through REST, MCP, and the Better Fetch workspace.
Shop search
AvailableShop search from public TikTok Shop surfaces, returned as structured data for agents, research, and monitoring workflows.
curl -sS -X POST "https://betterfetch.co/api/tools/tiktok_shop_scraper/run" \
-H "Authorization: Bearer bf_your_key_here" \
-H "Content-Type: application/json" \
-d '{"input":{"mode":"search","query":"shoes","max_results":10,"region":"US"}}'Tool: tiktok_shop_scraper
Shop products
AvailableShop products from public TikTok Shop surfaces, returned as structured data for agents, research, and monitoring workflows.
curl -sS -X POST "https://betterfetch.co/api/tools/tiktok_shop_scraper/run" \
-H "Authorization: Bearer bf_your_key_here" \
-H "Content-Type: application/json" \
-d '{"input":{"mode":"products","url":"tiktok.com/shop/store/goli-nutrition/7495794203056835079","max_results":10,"region":"US"}}'Tool: tiktok_shop_scraper
Product details
AvailableProduct details from public TikTok Shop surfaces, returned as structured data for agents, research, and monitoring workflows.
curl -sS -X POST "https://betterfetch.co/api/tools/tiktok_shop_scraper/run" \
-H "Authorization: Bearer bf_your_key_here" \
-H "Content-Type: application/json" \
-d '{"input":{"mode":"product","url":"tiktok.com/shop/pdp/goli-ashwagandha-gummies-with-vitamin-d-ksm-66-vegan-non-gmo/1729587769570529799","region":"US"}}'Tool: tiktok_shop_scraper
Product reviews
AvailableProduct reviews from public TikTok Shop surfaces, returned as structured data for agents, research, and monitoring workflows.
curl -sS -X POST "https://betterfetch.co/api/tools/tiktok_shop_scraper/run" \
-H "Authorization: Bearer bf_your_key_here" \
-H "Content-Type: application/json" \
-d '{"input":{"mode":"product_reviews","url":"tiktok.com/shop/pdp/goli-ashwagandha-gummies-with-vitamin-d-ksm-66-vegan-non-gmo/1729587769570529799","region":"US"}}'Tool: tiktok_shop_scraper