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.
Simply provide an array of Bandcamp track or album URLs, and the actor will process each link.
For each processed URL, you'll receive detailed information including:
A full explanation of an input example in JSON.
1{ 2 "links": [ 3 "https://emilyhenry.bandcamp.com/track/oh-no" 4 ] 5}
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]
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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!