Guides
Task-oriented walkthroughs for the things people do with tt.
Each guide is built around a job rather than a command, and together they cover every command in the tool. They assume you have run the quick start.
- A video and its author reads one video and
pages a user's feed (
video,posts). - Comments and replies reads a video's
discussion (
comments,replies). - Searching and profiles finds videos and
accounts and reads a profile (
search,users,user). - Hashtags and sounds reads a tag or sound and
the videos under it (
hashtag,sound). - The trending feed reads the logged-out
recommend feed (
trending). - Discovering hot nodes walks the public graph
from seeds (
discover). - The raw page blob prints a page's whole
universal-data JSON (
raw). - Serving and agents runs the commands over HTTP,
as MCP tools, and as a
tiktok://driver (serve,mcp).
A video and its author
Read one video, then page the author's other posts.
Hashtags and sounds
Read a hashtag or a sound, then the videos under it.
Discovering hot nodes
Walk the public graph from seeds and rank the hottest users, videos, hashtags, and sounds it reaches.
Comments and replies
Read a video's comments, expand the threads, and pull replies under one comment.
Searching and profiles
Search for videos and accounts, then read a profile in full.
The trending feed
Read the logged-out recommend feed and slice it with the usual tools.
The raw page blob
Print a page's whole universal-data JSON, the source the SSR commands read from.
Serving and agents
Run the same commands over HTTP, as an MCP tool set, or as a tiktok:// resource driver.