๐Ÿ’ฟ Discogs Scraper - Vinyl, Releases & Labels avatar

๐Ÿ’ฟ Discogs Scraper - Vinyl, Releases & Labels

Pricing

from $1.60 / 1,000 results

Go to Apify Store
๐Ÿ’ฟ Discogs Scraper - Vinyl, Releases & Labels

๐Ÿ’ฟ Discogs Scraper - Vinyl, Releases & Labels

Discogs Scraper to search the Discogs music database for vinyl, CDs and releases by artist, album, genre or year. Extract title, year, country, genre, style, format, label, catalog number, barcode and cover image. For record collectors, music data tools and discography databases.

Pricing

from $1.60 / 1,000 results

Rating

0.0

(0)

Developer

Ben

Ben

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

0

Monthly active users

16 days ago

Last modified

Share

๐Ÿ’ฟ Discogs Scraper โ€” Vinyl, Music Releases & Labels

Extract music data from Discogs โ€” the world's largest catalog of vinyl, CDs and music releases โ€” as clean, structured data. Search the Discogs database by keyword, type, genre or year and get title, year, country, genre, style, format, label, catalog number, barcode and cover image for every result. It's keyless, fast and reliable โ€” no proxy or browser needed. Built for record collectors, music data tools and discography databases. Export to JSON/CSV/Excel, run on a schedule, call via API, or connect to Make, Zapier or n8n.

๐ŸŽต What is the Discogs Scraper?

It turns any Discogs database search into a structured dataset. Give it a search term (like daft punk or nirvana nevermind), choose what to search for (release, master, artist or label), and optionally filter by genre and year โ€” it returns every matching result with full metadata and cover art. Because it queries the public Discogs database API and flattens the paged JSON into clean rows, you get tidy, ready-to-use records without touching the raw API. It paginates automatically and respects Discogs' rate limits.

Every result arrives with the fields collectors and music apps actually need: the catalog number and barcode to identify an exact pressing, the country and year to tell editions apart, genre and style arrays for filtering, the format breakdown (Vinyl, LP, CD, Album) and both thumbnail and full-size cover art. Each record also carries its Discogs id, the master_id that groups all versions of a recording, and direct links to the Discogs page and the API resource โ€” so you can drill deeper whenever you need to. Billing is per result, so empty searches cost nothing.

What data does it extract?

  • title and id
  • type โ€” release / master / artist / label
  • year and country
  • genre and style
  • format โ€” Vinyl, LP, CD, Album, โ€ฆ
  • label and catno (catalog number)
  • barcode and master_id
  • thumb and cover_image
  • url and resource_url
  • search_query and scraped_at

โฌ‡๏ธ Input

Search the Discogs database by keyword, with optional filters:

FieldDescription
searchQueryArtist, album or release keyword, e.g. daft punk, nirvana nevermind
typeWhat to search for โ€” release, master, artist or label
genreOptional genre filter, e.g. Electronic, Rock, Jazz
yearOptional release year filter, e.g. 1997
maxResultsMaximum results to return (1โ€“10000)

Example input

{
"searchQuery": "daft punk",
"type": "release",
"genre": "Electronic",
"year": "2001",
"maxResults": 50
}

โฌ†๏ธ Output

Every result is one clean row (view as a table, or export JSON / CSV / Excel):

{
"id": 7445961,
"type": "release",
"title": "Daft Punk - Discovery",
"year": "2001",
"country": "Europe",
"genre": ["Electronic"],
"style": ["House", "Disco"],
"format": ["Vinyl", "LP", "Album"],
"label": ["Virgin"],
"catno": "7243 8 49606 1 1",
"barcode": ["724384960612"],
"master_id": 23838,
"thumb": "https://i.discogs.com/.../R-150.jpg",
"cover_image": "https://i.discogs.com/.../R.jpg",
"url": "https://www.discogs.com/release/7445961",
"resource_url": "https://api.discogs.com/releases/7445961",
"search_query": "daft punk",
"scraped_at": "2026-06-26T15:30:00+00:00"
}

๐Ÿ’ก Use cases

  • ๐ŸŽถ Record collecting: track pressings, variants, catalog numbers and barcodes for any artist or album.
  • ๐Ÿ“Š Marketplace analytics: analyse releases by genre, year, country and format to spot trends.
  • ๐Ÿ—‚๏ธ Music databases: build and enrich discographies with clean, structured metadata.
  • ๐Ÿ–ผ๏ธ Data enrichment: append release details and cover art to your own catalog or app.

โ“ FAQ

How do I search the Discogs database? Enter a searchQuery, choose a type (release, master, artist or label), optionally add a genre and year, then Run. You get structured results with title, year, country, genre, format, label, catalog number and cover art.

What's the difference between a release and a master? A release is one specific pressing/version, while a master groups all versions of the same recording. Set type to master to dedupe across pressings, or release for every individual edition.

Can I search by genre or year only? You can combine a keyword with genre and year filters. A searchQuery (or genre) is required to run โ€” keyword plus genre and year together gives the most precise results.

Do I need an API key? No. It's keyless โ€” just enter a search query. There's no Discogs account or token to set up.

Do I need a proxy? No. It calls the public Discogs database API directly, so no proxy or browser is required.

Does it include cover art? Yes โ€” each result includes both a thumb (small) and cover_image (full-size) URL where available.

How many results can it return? Up to your maxResults cap (max 10000); it paginates the API automatically and waits between pages to respect Discogs' rate limit (~25 requests/min).

Can I get artists and labels too? Yes โ€” set type to artist or label to search those instead of releases.

Can I run it on a schedule or via API? Yes โ€” schedule recurring runs in Apify, call it via the API/SDK, or connect it to Make, Zapier or n8n.

How do I identify a specific pressing? Use the catno (catalog number), barcode, country and year fields together โ€” they pin down an exact edition, while master_id links it back to all other versions of the same recording.

Is scraping Discogs legal? It uses the public Discogs database API to retrieve publicly available metadata. Use the data only for lawful purposes and respect Discogs' terms and rate limits.

๐Ÿ”— You might also like


Keywords: Discogs scraper, Discogs API, vinyl data, music database, record collecting, discography data, music releases scraper, catalog number lookup, barcode music data, genre style metadata, record label data, vinyl cover art, music marketplace analytics, Discogs database search.