Discogs Vinyl Records Price Guide avatar

Discogs Vinyl Records Price Guide

Under maintenance

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Discogs Vinyl Records Price Guide

Discogs Vinyl Records Price Guide

Under maintenance

Search Discogs music database and get current marketplace prices for vinyl records, CDs, and cassettes. No auth required.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Anthony Ts

Anthony Ts

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Discogs Vinyl Records Price Guide Scraper

Search the Discogs music database and get live marketplace prices for vinyl records, CDs, cassettes, and more — all via the public Discogs REST API. No browser, no proxy, no authentication required.

Why this scraper?

Discogs is the world's largest music database and marketplace, with millions of records listed for sale. Dealers, collectors, and resellers constantly need to know:

  • How many copies of a specific pressing are currently for sale?
  • What is the lowest current asking price?
  • Which pressings are most affordable for a given album?

This scraper answers all three questions by combining Discogs database search with live marketplace statistics.

What you get

Each result includes:

FieldDescription
releaseIdDiscogs release ID
titleAlbum/release title
artistArtist name
yearRelease year
countryCountry of release
labelRecord label
catnoCatalog number
formatFull format description (e.g. "Vinyl, LP, Album, Original")
genreMusic genre(s)
styleMusic style(s)
numForSaleNumber of copies currently for sale on Discogs
lowestPriceCurrent lowest asking price
lowestPriceCurrencyPrice currency
marketAvailableWhether any copies are currently for sale
discogsUrlLink to release page
marketplaceUrlDirect link to buy listings

Input parameters

{
"query": "pink floyd dark side",
"format": "vinyl",
"country": "US",
"yearMin": 1970,
"yearMax": 1980,
"maxItems": 50
}
ParameterTypeDescription
querystringKeyword search (artist + album)
artiststringArtist name (alternative to query)
albumstringAlbum title (alternative to query)
formatstringFormat: vinyl, CD, Cassette, etc. (default: vinyl)
genrestringGenre: Rock, Jazz, Electronic, Hip Hop, etc.
stylestringStyle: Blues Rock, Bebop, Ambient, etc.
countrystringCountry of release: US, UK, Germany, etc.
yearMinintegerMinimum release year
yearMaxintegerMaximum release year
barcodestringExact barcode search
maxItemsintegerMax results (default: 25)

Use cases

  • Record dealers: Price your inventory against current market rates
  • Collectors: Find which pressing of an album is most affordable
  • Flippers: Spot arbitrage opportunities between regions/years
  • Price tracking: Monitor how market prices change over time
  • Discography research: Discover all pressings of an album with availability

Sample output

{
"releaseId": 4121673,
"title": "Abbey Road",
"artist": "The Beatles",
"year": 1969,
"country": "UK",
"label": "Apple Records",
"catno": "PCS 7088",
"format": "Vinyl, LP, Album",
"genre": ["Rock"],
"style": ["Pop Rock"],
"numForSale": 127,
"lowestPrice": 5.33,
"lowestPriceCurrency": "USD",
"marketAvailable": true,
"discogsUrl": "https://www.discogs.com/release/4121673",
"marketplaceUrl": "https://www.discogs.com/sell/release/4121673"
}

Notes

  • Rate limited to ~24 requests/minute (Discogs public API limit). For large maxItems values, runs may take several minutes.
  • Discogs returns marketplace stats in USD by default; other currencies may appear for non-US sellers.
  • Price data reflects current Discogs marketplace listings and updates in real-time.