App Logo
tiktok.com

Get TikTok sound/music videos

List videos that use a given TikTok sound, by music id, up to `count`.

Input

musicId required

Numeric TikTok sound/music id (the `music.id` returned by get_video / get_user_videos).

count optional

Target number of videos to collect; scrolls the sound feed until this many are gathered or results run out.

Default: 30

Output

videos required
hasMore required
musicId required
title optional

Sound title, if present on the returned items.

FAQ

List videos that use a given TikTok sound, by music id, up to `count`.
Required: musicId. Optional: count.
It returns title, videos, hasMore, musicId.
Yes. It acts as you on tiktok.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the tiktok.com cookies saved by the Reduck extension.
Unknown: its author has not declared whether it changes anything on tiktok.com, so treat it as if it could.
Ask an AI agent connected to Reduck to run reduck/tiktok.com/get_music_videos, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/tiktok.com/get_music_videos
It is part of Reduck's official curated catalogue.

Start building not clicking