# Changelog of TikTok Shop Scraper — Products, Prices & Reviews (`khadinakbar/tiktok-shop-scraper`) Actor

- **URL**: https://apify.com/khadinakbar/tiktok-shop-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/khadinakbar/tiktok-shop-scraper.md

### 0.1 (2026-05-16)

- Initial release: TikTok Shop product detail scraper (US)
- Input: array of product URLs (shop.tiktok.com/view/product/<id> or shop.tiktok.com/<region>/pdp/<slug>/<id>)
- Returns price (USD), originalPrice, currency, variants with SKU stock, seller info, sold count, images, full review data
- PlaywrightCrawler with fingerprint masking + Apify Residential US proxy + single-use sessions
- Hydration extraction from **MODERN\_ROUTER\_DATA** + live-DOM price extraction (TikTok masks prices in SSR with `$5*` placeholders; we wait for hydration and reject any text containing `*`)
- Two-pass reliability: failed URLs are auto-retried after 45s cooldown with a fresh session pool. Brutal-tested at 15/15 = 100% on diverse product URLs
- Optional review extraction (newest-first) at $0.001 per review
- Pay-per-event: $0.005/product, $0.001/review, $0.00005 actor start
- Pay-per-usage tier also enabled alongside PPE
- v0.2 roadmap: search keyword, shop catalog, category browsing modes (require Camoufox stealth bypass for /shop/s/ and /shop/store/ paths)
