Discogs Vinyl & Music Scraper
Pricing
from $3.00 / 1,000 results
Discogs Vinyl & Music Scraper
Scrape Discogs releases — demand (have/want), genres, formats, labels and optional marketplace prices. For collectors, dealers and crate-diggers.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Sasha Ebashu
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Scrape Discogs by search or by artist / label — with collector demand (have / want), genres, styles, formats, labels, year, country and optional marketplace prices. Built for vinyl collectors, record dealers and crate-diggers.
No login required — reads Discogs' public API. A free token is optional (only raises the rate limit).
What it does
Give it search terms (and optional filters) and it returns matching releases, normalized:
title, year, format, genre, style, country, label, catno, have, want, demandRatio, masterId, barcode, coverImage, url — plus lowestPrice and numForSale when price enrichment is on.
demandRatio = want ÷ have. Above 1 means more collectors want it than own it — a scarcity / demand signal.
Use cases
- Find in-demand records — sort by
demandRatioto spot what's hot and scarce. - Pricing & flipping — turn on
includePricefor the lowest marketplace price and how many copies are for sale. - Full discography / label catalog — give an artist or label and pull their entire back catalogue.
- Collection valuation — match your wantlist against current demand and prices.
Input
| Field | Description |
|---|---|
queries | Search terms, e.g. Pink Floyd, Aphex Twin. Each scraped separately. |
type | Search type: release, master, artist or label. |
artists | Artist names, Discogs artist URLs (discogs.com/artist/3840-Radiohead) or ids — pulls the full discography. |
labels | Label names, Discogs label URLs (discogs.com/label/23528-Warp-Records) or ids — pulls the full catalog. |
maxPerEntity | How many releases to collect per artist / label (default 100). |
genre / style / year / format / country | Optional search filters. |
includePrice | Enrich releases with lowest marketplace price + copies for sale (slower). |
discogsToken | Optional free token — raises the rate limit for big/price-enriched runs. |
maxItemsPerQuery / maxItems | Caps. |
You can use search, artists and labels together in one run.
Output
One row per release with the fields above. Export to JSON, CSV, Excel or Google Sheets.
Notes
Discogs rate-limits the API (≈25 requests/min per IP without a token, 60 with). The actor uses Apify Proxy to rotate IPs and backs off on rate limits; for large price-enriched runs, add a free token from discogs.com/settings/developers.