# Classic Hip-Hop Master Releases Search on Discogs

**Use case:** 

Retrieve detailed data on classic hip-hop master releases from Discogs. Get comprehensive listings, including genres and pressing information.

## Input

```json
{
  "mode": "search",
  "artistId": "108713",
  "artistIds": [],
  "labelId": "1",
  "labelIds": [],
  "masterId": "13814",
  "masterIds": [],
  "releaseId": "1018",
  "releaseIds": [],
  "query": "hip hop rap classic",
  "searchType": "master",
  "sortOrder": "desc",
  "maxResults": 150
}
```

## Output

```json
{
  "_mode": {
    "label": "Mode",
    "format": "text"
  },
  "id": {
    "label": "Discogs ID",
    "format": "number"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "artist": {
    "label": "Artist",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "format": {
    "label": "Format",
    "format": "text"
  },
  "label": {
    "label": "Label",
    "format": "text"
  },
  "have": {
    "label": "Have",
    "format": "number"
  },
  "want": {
    "label": "Want",
    "format": "number"
  },
  "discogsUrl": {
    "label": "Discogs URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

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