Parse any TikTok video URL to extract the video ID, creator username, and get normalized URL formats. Useful for developers, content researchers, and marketers tracking TikTok content.
Supported TikTok URL Formats
- **Standard:** tiktok.com/@username/video/1234567890
- **Short URL:** vm.tiktok.com/XXXXXXX (share links from the app)
- **Mobile:** m.tiktok.com/@username/video/1234567890
- **Web:** www.tiktok.com/@username/video/1234567890
What You Can Extract
- **Video ID** — The unique numeric identifier for the video
- **Username** — The creator's TikTok handle
- **Normalized URL** — Clean, consistent format for storage or sharing
Common Use Cases
Content marketers use URL parsing to organize TikTok content research, track competitor videos, or build content databases. Developers use it when building TikTok integrations or analysis tools.
Note: This tool extracts information from the URL itself and does not require API access or any login credentials.