TikGrab

Single-page demo for the WASM build of tikgrab-core. URL parsing and HTML extraction run entirely in the browser; the Worker fetch path is wired up but won't work until M8.

1. Parse TikTok URL (WASM, offline)

output will appear here

2. Extract from HTML (WASM, offline)

Paste the HTML of a TikTok page (e.g. via curl -A 'Mozilla/...' <url>).

output will appear here

For actual downloads

This site demonstrates the WASM-offline operations above. For real TikTok downloads (audio for videos, images for photo carousels), install and run tikgrab serve locally. See the project README for setup; the local server runs on http://localhost:8080 and uses the same TLS-impersonating client the CLI does, so it actually downloads. The browser-side fetch path is unavailable because TikTok bot-blocks Cloudflare Workers' fetch at the edge.