TikTok Product Extractor Installer
Version: 2026.06.27.4
Windows PowerShell
irm "https://tiktok-product-extractor-install.pages.dev/install-windows.ps1" -UseBasicParsing | iex
安装完成后会自动启动本地服务并打开 http://127.0.0.1:8765/。
Windows CMD
powershell -NoProfile -ExecutionPolicy Bypass -Command "irm 'https://tiktok-product-extractor-install.pages.dev/install-windows.ps1' -UseBasicParsing | iex"
macOS
bash -c "$(curl -fsSL https://tiktok-product-extractor-install.pages.dev/install-mac.sh)"