App Logo
tiktok.com

Get TikTok music info

Get a TikTok sound's metadata by music id: title, author, duration, video count, original/commercial flags, cover and play URL. Complements get_music_videos (which lists the videos using the sound).

Input

musicId required

Numeric TikTok music/sound id (e.g. from get_video's music, or a /music/...-<id> URL).

Output

id required
title required
videoCount required

Number of videos using this sound.

cover optional

Cover image URL. Signed, expires within hours.

author optional

The TikTok account that owns the sound (for original sounds, the creator).

playUrl optional

Audio stream URL. Signed, expires within hours.

duration optional

Usable clip length in seconds.

original optional

True for an original creator sound (not a licensed track).

authorName optional

Credited sound author name.

isCommerce optional

Commercial/licensed music library track.

isCopyrighted optional

FAQ

Get a TikTok sound's metadata by music id: title, author, duration, video count, original/commercial flags, cover and play URL. Complements get_music_videos (which lists the videos using the sound).
Required: musicId.
It returns id, cover, title, author, playUrl, duration, original, authorName, isCommerce, videoCount, isCopyrighted.
No. It only uses pages of tiktok.com that are reachable without signing in.
It only reads. It looks things up on tiktok.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/tiktok.com/get_music_info, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/tiktok.com/get_music_info
It is part of Reduck's official curated catalogue.

Start building not clicking