# Bandcamp New Release — Full Export

**Use case:** 

Scrape the full bandcamp new release dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract bandcamp new release for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "maxItems": 200,
  "genreTag": "",
  "sortOrder": "new"
}
```

## Output

```json
{
  "album_id": {
    "label": "Album Id",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "artist": {
    "label": "Artist",
    "format": "string"
  },
  "genre_tag": {
    "label": "Genre Tag",
    "format": "string"
  },
  "release_date": {
    "label": "Release Date",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "bandcamp_url": {
    "label": "Bandcamp Url",
    "format": "string"
  }
}
```

## About this Actor

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