Bandcamp Album & Artist Scraper
Pricing
from $1.00 / 1,000 results
Go to Apify Store
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
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
4 days ago
Last modified
Categories
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
| Field | Description |
|---|---|
title | Album or track title |
artist | Artist / band name |
price | Price (e.g. "$7 USD" or "name your price") |
tags | Genre tags |
image | Album cover art URL |
url | Direct Bandcamp page URL |
releasedDate | Release date |
type | album / track / artist |
description | Album description (with includeAlbumDetails) |
tracks | Full tracklist with durations (with includeAlbumDetails) |
keywords | Bandcamp 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
| Input | What it does |
|---|---|
searchKeywords | Searches Bandcamp for albums/tracks/artists |
tagUrls | Scrapes a genre tag page (e.g. https://bandcamp.com/tag/ambient) |
artistUrls | Scrapes all releases from a specific artist page |
Notes
- Uses a headless browser — no Bandcamp account needed
includeAlbumDetailsvisits 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