tiktok_download_user_media
Download all media from a TikTok user account into organized date folders, including post metadata and an account summary.
Instructions
Download all media (photos slideshows and/or HD MP4 videos) from a TikTok account into organized date folders (YYYY-MM-DD_), with post.json in each folder and full account_summary.json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | Maximum number of posts to check (default: 50) | |
| username | Yes | TikTok username (e.g. @username) or profile URL | |
| media_type | No | Filter media type to download: 'all', 'photos', or 'videos' (default: 'all') | all |
| output_dir | No | Target output directory | ./tiktok_downloads |