Bandcamp Album & Artist Scraper avatar

Bandcamp Album & Artist Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Bandcamp Album & Artist Scraper

Bandcamp Album & Artist Scraper

Scrape Bandcamp albums, tracks, and artists by keyword or genre tag. Get title, artist, price, genre tags, tracklist, cover art, and release date.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Navenan

Navenan

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

4 days ago

Last modified

Share

Scrape Bandcamp for albums, tracks, and artists by keyword, genre tag, or artist page. Perfect for music researchers, labels, and playlist curators discovering independent music.

What it scrapes

FieldDescription
titleAlbum or track title
artistArtist / band name
pricePrice (e.g. "$7 USD" or "name your price")
tagsGenre tags
imageAlbum cover art URL
urlDirect Bandcamp page URL
releasedDateRelease date
typealbum / track / artist
descriptionAlbum description (with includeAlbumDetails)
tracksFull tracklist with durations (with includeAlbumDetails)
keywordsBandcamp keywords (with includeAlbumDetails)

Example input

{
"searchKeywords": ["lo-fi hip hop", "jazz fusion"],
"itemType": "a",
"maxResultsPerQuery": 100,
"includeAlbumDetails": false
}

Example output

{
"title": "Midnight in Tokyo",
"artist": "ChilledBeats",
"price": "name your price",
"tags": ["lo-fi", "hip-hop", "chill", "instrumental"],
"image": "https://f4.bcbits.com/img/...",
"url": "https://chilledbeats.bandcamp.com/album/midnight-in-tokyo",
"releasedDate": "January 2024",
"type": "album",
"query": "lo-fi hip hop",
"scrapedAt": "2024-01-15T10:30:00.000Z"
}

Use cases

  • Label A&R — discover independent artists gaining traction in a genre
  • Music research — build datasets of releases by genre or tag
  • Playlist curation — find new music in specific niches
  • Competitor analysis — scrape a specific artist's full catalogue
  • Price research — track how indie artists price their music
  • Fan data — monitor new releases from favourite genres

Input types

InputWhat it does
searchKeywordsSearches Bandcamp for albums/tracks/artists
tagUrlsScrapes a genre tag page (e.g. https://bandcamp.com/tag/ambient)
artistUrlsScrapes all releases from a specific artist page

Notes

  • Uses a headless browser — no Bandcamp account needed
  • includeAlbumDetails visits each album page for tracklists and descriptions — slower but richer
  • Tag pages load dynamically; results may vary by genre popularity
  • Bandcamp pages are public — no proxy needed for most runs