Discogs Vinyl & Music Release Scraper avatar

Discogs Vinyl & Music Release Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Discogs Vinyl & Music Release Scraper

Discogs Vinyl & Music Release Scraper

Scrape Discogs for vinyl records, CDs, and music releases. Search by artist, album, label, or genre. Get pricing, tracklists, formats, and marketplace data.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Navenan

Navenan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Scrape Discogs for vinyl records, CDs, and music releases using Discogs' public API. Perfect for collectors, dealers, and music researchers.

What it scrapes

FieldDescription
titleRelease title (Artist - Album format)
yearRelease year
countryCountry of release
labelRecord label(s)
formatPhysical format (LP, 12", CD, etc.)
genreGenre tags
styleStyle tags (sub-genres)
catnoCatalogue number
community.wantHow many users want this
community.haveHow many users own this
coverImageAlbum artwork URL
urlDirect Discogs page URL
numForSaleListings for sale (optional)
lowestPriceLowest marketplace price (optional)

Example input

{
"searchQueries": ["Pink Floyd", "Miles Davis Kind of Blue"],
"type": "release",
"format": "Vinyl",
"maxResultsPerQuery": 200,
"includeMarketplaceStats": true
}

Example output

{
"id": 4159689,
"type": "release",
"title": "Pink Floyd - The Dark Side Of The Moon",
"year": "1973",
"country": "UK",
"label": ["Harvest"],
"format": ["Vinyl", "LP", "Album", "Gatefold"],
"genre": ["Rock"],
"style": ["Psychedelic Rock", "Prog Rock"],
"catno": "SHVL 804",
"community": { "want": 45821, "have": 112034 },
"coverImage": "https://i.discogs.com/...",
"url": "https://www.discogs.com/release/4159689",
"numForSale": 312,
"lowestPrice": 12.50,
"lowestPriceCurrency": "USD",
"scrapedAt": "2024-01-15T10:30:00.000Z"
}

Use cases

  • Collector research — find all pressings of a specific album
  • Price tracking — monitor marketplace prices for rare records
  • Dealer inventory — bulk research catalogue numbers and values
  • Want list building — export community want/have counts for demand analysis
  • Music research — build datasets of releases by genre, label, or era

Result types

  • release — A specific pressing (most detailed, recommended)
  • master — The canonical release grouping all pressings
  • artist — Artist profiles
  • label — Record label pages

Notes

  • Uses Discogs' free public API — no authentication required
  • Rate limits: ~25 requests/minute — the scraper handles this automatically
  • includeMarketplaceStats fetches an extra API call per result — use sparingly on large runs
  • For best results, combine format: "Vinyl" with a genre filter