Better Fetch
Ads and commerce4 runnable operations

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 products

Available

Shop 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

Available

Product 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

Available

Product 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