# Scrape Indie rock artists and albums from Bandcamp

**Use case:** 

Search indie rock on Bandcamp without a login: artists, albums, tracks, tags and release details.

## Input

```json
{
  "searchQueries": [
    "indie rock"
  ],
  "albumUrls": [],
  "artistUrls": [],
  "maxResultsPerQuery": 50,
  "maxReleasesPerArtist": 100,
  "expandArtistReleases": false,
  "concurrency": 5,
  "proxyConfig": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "kind": {
    "label": "Kind"
  },
  "title": {
    "label": "Title"
  },
  "name": {
    "label": "Name"
  },
  "artist": {
    "label": "Artist"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "numTracks": {
    "label": "Tracks"
  },
  "numReleases": {
    "label": "Releases"
  },
  "releaseDate": {
    "label": "Released"
  },
  "location": {
    "label": "Location"
  },
  "genre": {
    "label": "Genre"
  },
  "url": {
    "label": "URL"
  },
  "coverArt": {
    "label": "Cover"
  }
}
```

## About this Actor

This example demonstrates how to use [Bandcamp Scraper](https://apify.com/goat255/bandcamp-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/goat255/bandcamp-scraper) to learn more, explore other use cases, and run it yourself.