Discogs Listings Scraper — Vinyl & Music Marketplace avatar

Discogs Listings Scraper — Vinyl & Music Marketplace

Pricing

from $1.50 / 1,000 listings

Go to Apify Store
Discogs Listings Scraper — Vinyl & Music Marketplace

Discogs Listings Scraper — Vinyl & Music Marketplace

Search Discogs releases via the official API and enrich with marketplace stats: lowest price, num for sale, want/have. Built for vinyl and music collectors. HTTP JSON only — no Cloudflare HTML scrape on www.discogs.com.

Pricing

from $1.50 / 1,000 listings

Rating

0.0

(0)

Developer

Noah Adler

Noah Adler

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Discogs scraper / Discogs API for release search + marketplace prices: query the official Discogs database and enrich each release with lowest marketplace price, num for sale, and community want/have.

Ideal for vinyl price monitoring, collection research, and PPE pipelines — without fighting Cloudflare on www.discogs.com.

Note
This Actor uses api.discogs.com (JSON). HTML pages on discogs.com are Cloudflare-protected and are not scraped.
Unauthenticated quota ≈ 60 requests/min. Market stats add 1 request per release.

Why this Actor: Official API · Lowest price + stock · Vinyl format filter · Clean PPE rows


What you get

FieldDescription
releaseId / masterIdDiscogs IDs
artist / titleParsed from Discogs title
year / country / formats / labelsCatalog metadata
lowestPrice / currency / numForSaleMarketplace stats
want / haveCommunity demand
detailUrl / imageUrlLinks

Input example

{
"query": "nirvana nevermind",
"type": "release",
"format": "Vinyl",
"maxItems": 10,
"includeMarketStats": true
}

Output example

{
"releaseId": "7097051",
"artist": "Nirvana",
"title": "Nevermind",
"year": "2015",
"formats": ["Vinyl", "LP", "Album"],
"lowestPrice": 19.48,
"currency": "USD",
"numForSale": 232,
"detailUrl": "https://www.discogs.com/release/7097051-Nirvana-Nevermind"
}