# Release Discogs

**Use case:** 

Extract Discogs data filtered by Release. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "search": "nirvana",
  "maxItems": 10,
  "type": "release"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title"
  },
  "artist": {
    "label": "Artist"
  },
  "label": {
    "label": "Label"
  },
  "year": {
    "label": "Year"
  },
  "genre": {
    "label": "Genre"
  },
  "style": {
    "label": "Style"
  },
  "format": {
    "label": "Format"
  },
  "country": {
    "label": "Country"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

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