Bandcamp Audio Downloader 🎵 avatar

Bandcamp Audio Downloader 🎵

Try for free

2 hours trial then $19.99/month - No credit card required now

Go to Store
Bandcamp Audio Downloader 🎵

Bandcamp Audio Downloader 🎵

easyapi/bandcamp-audio-downloader
Try for free

2 hours trial then $19.99/month - No credit card required now

Download and extract audio tracks from Bandcamp effortlessly! This actor fetches direct download links, comprehensive metadata, and audio information from Bandcamp pages, perfect for music collectors, researchers, and content aggregators. 🎵

Extract and download audio tracks from Bandcamp with ease! This actor helps you retrieve direct download links, metadata, and audio information from any Bandcamp track or album page.

Features ✨

  • 🎯 Extract direct MP3 download links
  • 📝 Retrieve comprehensive track metadata
  • 🖼️ Get high-quality artwork thumbnails
  • ⏱️ Track duration information
  • 🎨 Support for various audio qualities
  • 🚀 Fast and efficient processing

Use Cases 🎯

  • Music archiving and collection
  • Audio content analysis
  • Music library management
  • Research and data collection
  • Content aggregation

Simply provide an array of Bandcamp track or album URLs, and the actor will process each link.

Output 📊

For each processed URL, you'll receive detailed information including:

  • Direct download URL
  • Track title
  • Audio duration
  • Thumbnail URL
  • Audio quality options
  • Source information

Limitations ⚠️

  • Only processes public Bandcamp tracks
  • Respects Bandcamp's terms of service
  • Rate limiting may apply

Tips 💡

  • Ensure all URLs are valid Bandcamp links
  • Allow sufficient run time for processing multiple tracks
  • Monitor your storage usage when processing many tracks

Input Example

A full explanation of an input example in JSON.

1{
2    "links": [
3        "https://emilyhenry.bandcamp.com/track/oh-no"
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://emilyhenry.bandcamp.com/track/oh-no",
4        "result": {
5            "url": "https://emilyhenry.bandcamp.com/track/oh-no",
6            "title": "Oh No Emily Henry and Megan Leigh",
7            "source": "bandcamp",
8            "thumbnail": "https://f4.bcbits.com/img/a3238660833_10.jpg",
9            "duration": 179.569,
10            "medias": [
11                {
12                    "url": "https://t4.bcbits.com/stream/3859b34a2730fffb785337e0b62b3662/mp3-128/3595165533?p=0&ts=1738916021&t=5ef2dec262ba510dae2ce424c1d4f668dd6015ae&token=1738916021_3df514f681929e3b3034684b182cf0270c338bda",
13                    "quality": "128kbps",
14                    "extension": "mp3",
15                    "type": "audio"
16                }
17            ],
18            "type": "single",
19            "error": false,
20            "time_end": 1489
21        }
22    }
23]
Developer
Maintained by Community

Actor Metrics

  • 2 monthly users

  • 0 No stars yet

  • >99% runs succeeded

  • Created in Feb 2025

  • Modified 6 days ago