![Zing MP3 Downloader 🎵 avatar](https://images.apifyusercontent.com/FsQP3_ml60_T4herJ_rR7n4lW4QC341M25wZ9F7hZbM/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vdkVMYzlxVFRpNFBGcU50RlUtYWN0b3ItTGYyN2FYYURuOWszY3FKSmotb3ZhYW9hWWJLMS16aW5nbXAzLWxvZ28ucG5n.webp)
Zing MP3 Downloader 🎵
2 hours trial then $19.99/month - No credit card required now
![Zing MP3 Downloader 🎵](https://images.apifyusercontent.com/FsQP3_ml60_T4herJ_rR7n4lW4QC341M25wZ9F7hZbM/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vdkVMYzlxVFRpNFBGcU50RlUtYWN0b3ItTGYyN2FYYURuOWszY3FKSmotb3ZhYW9hWWJLMS16aW5nbXAzLWxvZ28ucG5n.webp)
Zing MP3 Downloader 🎵
2 hours trial then $19.99/month - No credit card required now
Extract high-quality audio information and download links from Zing MP3. Perfect for music metadata collection, content analysis, and building music libraries. Supports batch processing with detailed track information. 🎵
Extract audio information and download links from Zing MP3, Vietnam's popular music streaming platform.
Features ✨
- 🔍 Extract audio metadata from Zing MP3 URLs
- 🎧 Get high-quality MP3 download links (320kbps)
- 📊 Retrieve detailed track information including title, artist, and duration
- 🚀 Process multiple URLs in parallel
- 💾 Export results in JSON format
Usage 💡
This actor accepts a list of Zing MP3 URLs and returns detailed information about each track, including:
- Direct download links
- Audio quality options
- Track metadata
- Thumbnail images
- Duration information
Input Parameters 📝
The actor accepts the following input parameters:
Field | Type | Description |
---|---|---|
links | Array | List of Zing MP3 URLs to process (Required) |
Output 📤
The actor stores its results in the default dataset, with each record containing:
- Original URL
- Track information
- Download links
- Error status (if any)
Limitations ⚠️
- Only works with public Zing MP3 URLs
- Respects rate limiting of 1 request per second
- Some premium content might not be accessible
Input Example
A full explanation of an input example in JSON.
1{ 2 "links": [ 3 "https://zingmp3.vn/nghe-si/SOOBIN" 4 ] 5}
Output sample
The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "url": "https://zingmp3.vn/nghe-si/SOOBIN", 4 "result": { 5 "url": "https://zingmp3.vn/nghe-si/SOOBIN", 6 "source": "zingmp3", 7 "title": "Zing MP3", 8 "thumbnail": "https://static-zmp3.zmdcdn.me/skins/common/logo600.png", 9 "medias": [ 10 { 11 "url": "http://api.mp3.zing.vn/api/streaming/audio/SOOBIN/320", 12 "quality": "320p", 13 "extension": "mp3", 14 "type": "audio" 15 } 16 ], 17 "type": "single", 18 "error": false, 19 "time_end": 330 20 } 21 } 22]
Actor Metrics
1 monthly user
-
0 No stars yet
>99% runs succeeded
Created in Feb 2025
Modified 6 days ago