Bandcamp Scraper - New Releases, Artists & Genre Charts
Pricing
from $2.00 / 1,000 results
Bandcamp Scraper - New Releases, Artists & Genre Charts
Export Bandcamp releases by genre and sort order. Returns album, artist, genre, release date, seller location, artwork and a streamable featured track. Keyless JSON feed, thousands of releases per genre.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer
Logiover
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Export Bandcamp releases by genre and sort order. Returns album, artist, genre, release date, seller location, artwork and a streamable featured track. Keyless JSON feed, thousands of releases per genre.
โจ What this Actor does
- Track new releases in a genre without refreshing the discover page.
- Build an A&R shortlist from where artists say they are based.
- Feed a music blog or newsletter with this week's arrivals.
- Study how vinyl and cassette availability differs by genre.
๐ Quick start
- Fill in the input below โ the example is already prefilled, so you can just press Start.
- Watch the log: it names every source it reaches and how many rows each returned.
- Export from the Storage tab as JSON, CSV, Excel or feed it straight into your own tools.
๐ฅ Input
{"genres": ["electronic","ambient"],"sort": "new","maxItems": 300}
Every field is documented in the input form. Nothing here needs an API key or a login.
๐ค Output
One row per record, with these columns:
| Field | Type | Description |
|---|---|---|
genre | string | Genre slug this row was collected under. |
genreText | string | Genre as Bandcamp labels the release. |
releaseTitle | string | Album or track title. |
artist | string | Artist or band name. |
artistLocation | string | Where the artist says they are based. |
itemType | string | album or track. |
itemId | number | Bandcamp's identifier for the release. |
bandId | number | Bandcamp's identifier for the artist. |
isPreorder | boolean | Whether the release is still a pre-order. |
publishDate | string | When the release was published. |
featuredTrackTitle | string | Track Bandcamp features for the release. |
featuredTrackDurationSec | number | Length of the featured track in seconds. |
featuredTrackStreamUrl | string | Direct MP3 stream for the featured track. |
artworkUrl | string | Cover art image. |
itemUrl | string | Public page for the release. |
artistUrl | string | Artist's Bandcamp page. |
sort | string | Sort order used for this run. |
format | string | Format filter used for this run. |
scrapedAt | string | When this row was collected. |
A column that is empty means the source did not publish that value for that record โ it is never a silent substitute for zero or for "unknown".
โ Frequently asked questions
Do I need an API key or an account? No. This Actor reads a public feed.
What happens if the source blocks the run? A refused exit IP is replaced within a quarter of a second, up to five times, before the Actor tries anything else. If nothing gets through, the run fails with the reason โ it never reports success with zero rows, because "there is no such data" and "the source would not answer" are very different answers and you should not have to guess which one you got.
How do I schedule this? Use the Schedules tab. Daily is usually enough; the sources here do not change by the minute.
Can I get the results into Google Sheets or a database?
Yes โ use the dataset export, or the Apify API and integrations. Every run
writes a SUMMARY record to the key-value store with the outcome and counts,
which is handy for monitoring an automated pipeline.
๐ฐ Pricing
Pay per result. You are charged for the rows you receive and nothing else, so a run that finds nothing costs nothing.
โ๏ธ Legal
This Actor collects publicly available information only. It does not log in, does not bypass access controls, and collects no private data. You are responsible for using the output in line with the source's terms and with applicable law, including GDPR where personal data is involved.
โญ Support
Found something wrong, or want a field that is not here? Open an issue on the Actor's page โ include the run ID and I will look at it.
๐ Changelog
2026-09-25
- First release.