Bandcamp Scraper - New Releases, Artists & Genre Charts avatar

Bandcamp Scraper - New Releases, Artists & Genre Charts

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Bandcamp Scraper - New Releases, Artists & Genre Charts

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

Logiover

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

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

  1. Fill in the input below โ€” the example is already prefilled, so you can just press Start.
  2. Watch the log: it names every source it reaches and how many rows each returned.
  3. 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:

FieldTypeDescription
genrestringGenre slug this row was collected under.
genreTextstringGenre as Bandcamp labels the release.
releaseTitlestringAlbum or track title.
artiststringArtist or band name.
artistLocationstringWhere the artist says they are based.
itemTypestringalbum or track.
itemIdnumberBandcamp's identifier for the release.
bandIdnumberBandcamp's identifier for the artist.
isPreorderbooleanWhether the release is still a pre-order.
publishDatestringWhen the release was published.
featuredTrackTitlestringTrack Bandcamp features for the release.
featuredTrackDurationSecnumberLength of the featured track in seconds.
featuredTrackStreamUrlstringDirect MP3 stream for the featured track.
artworkUrlstringCover art image.
itemUrlstringPublic page for the release.
artistUrlstringArtist's Bandcamp page.
sortstringSort order used for this run.
formatstringFormat filter used for this run.
scrapedAtstringWhen 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.

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.