Bandcamp Audio Downloader ๐ŸŽต avatar
Bandcamp Audio Downloader ๐ŸŽต

Pricing

$19.99/month + usage

Go to Apify Store
Bandcamp Audio Downloader ๐ŸŽต

Bandcamp Audio Downloader ๐ŸŽต

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. ๐ŸŽต

Pricing

$19.99/month + usage

Rating

5.0

(1)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

4

Bookmarked

19

Total users

2

Monthly active users

10 days ago

Last modified

Share

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.

{
"links": [
"https://emilyhenry.bandcamp.com/track/oh-no"
]
}

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://emilyhenry.bandcamp.com/track/oh-no",
"result": {
"url": "https://emilyhenry.bandcamp.com/track/oh-no",
"title": "Oh No Emily Henry and Megan Leigh",
"source": "bandcamp",
"thumbnail": "https://f4.bcbits.com/img/a3238660833_10.jpg",
"duration": 179.569,
"medias": [
{
"url": "https://t4.bcbits.com/stream/3859b34a2730fffb785337e0b62b3662/mp3-128/3595165533?p=0&ts=1738916021&t=5ef2dec262ba510dae2ce424c1d4f668dd6015ae&token=1738916021_3df514f681929e3b3034684b182cf0270c338bda",
"quality": "128kbps",
"extension": "mp3",
"type": "audio"
}
],
"type": "single",
"error": false,
"time_end": 1489
}
}
]