TikTok Music Posts Video Scraper avatar

TikTok Music Posts Video Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
TikTok Music Posts Video Scraper

TikTok Music Posts Video Scraper

Scrape videos that use a specific TikTok sound (`music_id`) with rich metadata, including playback URLs, stats, covers, and author fields. Supports pagination and max-result limits for scalable collection.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

6

Total users

4

Monthly active users

15 days ago

Last modified

Share

🎵 TikTok Music Posts Video Scraper

Collect videos associated with a specific TikTok sound (music_id). The actor calls /api/tiktok/music/posts, paginates automatically, and pushes each video item to the dataset with scrapedAt.

✨ Key Features

  • 🎵 Query by music_id (required)
  • 📄 Auto-pagination
  • 📊 Rich video fields: engagement stats, covers, play URLs, music and author info
  • 🎯 maxResults cap to control collection volume
  • 📋 Structured JSON output for analysis and pipelines

📈 Typical Use Cases

  1. Track how a sound is being used across videos
  2. Analyze engagement distribution for a specific music trend
  3. Build datasets for content or ad research
  4. Monitor new videos under a target sound over time

📝 Input

ParameterRequiredDescription
music_idYesTikTok music id
maxResultsNoMaximum videos to collect, default 30

Input Example

{
"music_id": "7502556199716391711",
"maxResults": 40
}

Output Example

[
{
"aweme_id": "v15044gf0000d0f6jtnog65t69t3dme0",
"video_id": "7502551047378832671",
"region": "US",
"title": "\"find your joy in what's happening today\" 🥺❤️ @Torchy Swinson ",
"duration": 58,
"play_count": 1287045,
"digg_count": 7611,
"comment_count": 5358,
"share_count": 754,
"music_info": {
"id": "7502556199716391711",
"title": "original sound - tiktok",
"author": "TikTok"
},
"author": {
"id": "107955",
"unique_id": "tiktok",
"nickname": "TikTok"
},
"scrapedAt": "2026-03-23T06:40:35.280Z"
}
]