TikTok Product Extractor Installer
Version: 2026.06.27.6
Windows PowerShell
irm "https://tiktok-product-extractor-install.pages.dev/install-windows.ps1" -UseBasicParsing | iex
安装器会优先使用已有 Python;如果 Windows 没有 Python,会自动下载私有 Python 运行时到 .tiktok-product,不写入系统 PATH。安装完成后会启动带守护重启的本地服务并打开 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)"