# Top (Best Selling) Bandcamp - Music Artists and Albums

**Use case:** 

Standard Export of Bandcamp - Music Artists and Albums for Top (Best Selling). Structured results ready to export for analysis, lead generation, or research.

## Input

```json
{
  "tag": "ambient",
  "maxItems": 100,
  "sort": "top"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Cover",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "artist": {
    "label": "Artist",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "genre": {
    "label": "Genre",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "text"
  },
  "releaseDate": {
    "label": "Release Date",
    "format": "text"
  },
  "numTracks": {
    "label": "Tracks",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

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