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

SOCIAL_MEDIAINTEGRATIONSOTHERApify

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]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!