# Def Jam Recordings Catalogue on Discogs

**Use case:** 

Releases issued on Def Jam Recordings, with catalogue number, pressing country, format, collector counts, rating and live marketplace price and stock.

## Input

```json
{
  "query": "Aphex Twin",
  "genre": "Jazz",
  "style": "Techno",
  "label": "Def Jam Recordings",
  "country": "Germany",
  "format": "Vinyl",
  "year": "1994",
  "artistIds": [
    "72872",
    "125246"
  ],
  "labelIds": [
    "23528"
  ],
  "minCommunityHave": 500,
  "minForSale": 5,
  "includeMarketData": true,
  "maxReleases": 200,
  "requestsPerMinute": 22
}
```

## Output

```json
{
  "labels": {
    "label": "Labels",
    "format": "array"
  },
  "catalogNumbers": {
    "label": "Catalogue numbers",
    "format": "array"
  },
  "handle": {
    "label": "Artist",
    "format": "string"
  },
  "releaseTitle": {
    "label": "Release title",
    "format": "string"
  },
  "year": {
    "label": "Year",
    "format": "integer"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "formats": {
    "label": "Formats",
    "format": "array"
  },
  "genres": {
    "label": "Genres",
    "format": "array"
  },
  "styles": {
    "label": "Styles",
    "format": "array"
  }
}
```

## About this Actor

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