Zing MP3 Downloader 🎡 avatar
Zing MP3 Downloader 🎡

Pricing

$19.99/month + usage

Go to Store
Zing MP3 Downloader 🎡

Zing MP3 Downloader 🎡

Developed by

EasyApi

EasyApi

Maintained by Community

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. 🎡

5.0 (1)

Pricing

$19.99/month + usage

1

Total users

9

Monthly users

3

Runs succeeded

>99%

Last modified

a month ago

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:

FieldTypeDescription
linksArrayList 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.

{
"links": [
"https://zingmp3.vn/nghe-si/SOOBIN"
]
}

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.

[
{
"url": "https://zingmp3.vn/nghe-si/SOOBIN",
"result": {
"url": "https://zingmp3.vn/nghe-si/SOOBIN",
"source": "zingmp3",
"title": "Zing MP3",
"thumbnail": "https://static-zmp3.zmdcdn.me/skins/common/logo600.png",
"medias": [
{
"url": "http://api.mp3.zing.vn/api/streaming/audio/SOOBIN/320",
"quality": "320p",
"extension": "mp3",
"type": "audio"
}
],
"type": "single",
"error": false,
"time_end": 330
}
}
]