VOOZH about

URL: https://apify.com/kawsar/discogs-record-miner

โ‡ฑ Discogs Record Miner ยท Apify


Pricing

from $3.00 / 1,000 results

Go to Apify Store

Discogs Record Miner

Discogs Record Miner is a dedicated search scraper that extracts artist profiles, releases, and labels from Discogs, so you can build and update your music catalog databases without blocks.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Kawsar

Kawsar

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

24 days ago

Last modified

Share

Discogs Record Miner is an automated search scraper built to collect artists, releases, master recordings, and labels from Discogs. Music shops, vinyl collectors, and archivists can run multiple search queries in batch mode to pull search result listings in seconds.

The tool includes automatic multi-page pagination to fetch any number of results and routes all requests through a built-in proxy bypass system, so you will not get rate-limited or blocked while collecting data.

Use cases

  • Database building: Populate your music application or personal archive with structured Discogs search records.
  • Inventory tracking: Match physical music stock lists against the Discogs catalog to pull accurate release links and images.
  • Market research: Run search queries for artists and labels to track what releases are currently cataloged.
  • Archiving: Save lists of master records and release variations for historical catalog preservation.

Input

The actor accepts a list of queries to run in batch mode. You can filter results by specific category and set a maximum number of records to return for each query:

ParameterTypeDefaultDescription
queriesarray["miles davis"]List of search queries to run in batch mode (one query per line). Can include artist names, album titles, track names, or catalog numbers.
searchTypestringallFilter results by category. Options are all (everything), artist, release, master (master releases), and label.
maxItemsPerQueryinteger25Maximum number of search records to return for EACH individual query. The actor automatically paginates through results (25 items per page) to reach this limit.
requestTimeoutSecsinteger30Per-request timeout in seconds when calling Discogs search pages.

Example input

{
"queries":[
"miles davis",
"kind of blue",
"blue note"
],
"searchType":"all",
"maxItemsPerQuery":50,
"requestTimeoutSecs":30
}

Output

The actor stores results in a dataset. Each entry contains the following fields:

{
"query":"miles davis",
"itemType":"master release",
"itemTitle":"Miles Davis At Fillmore",
"url":"https://www.discogs.com/master/65664-Miles-Davis-Miles-Davis-At-Fillmore",
"imageUrl":"https://i.discogs.com/UYL6EF3ktq9ROohUl0gFSrgrnrNEYVCsh2qYXaU3F3I/rs:fit/g:sm/q:40/h:300/w:300/czM6Ly9kaXNjb2dz/LWRhdGFiYXNlLWlt/YWdlcy9BLTIzNzU1/LTE3NjI4NjQzNDkt/MjU4NC5qcGVn",
"artistName":"Miles Davis",
"artistUrl":"https://www.discogs.com/artist/23755-Miles-Davis",
"scrapedAt":"2026-06-03T10:14:00.000Z"
}
FieldTypeDescription
querystringThe search keyword used to find this record.
itemTypestringThe category of the Discogs item (e.g. artist, release, master release, label).
itemTitlestringThe name or title of the Discogs item.
urlstringThe direct Discogs link to the item.
imageUrlstringThe cover image or artist avatar thumbnail URL.
artistNamestringThe creator or artist name (for releases and master records).
artistUrlstringThe direct Discogs link to the artist's profile.
scrapedAtstringThe ISO timestamp indicating when the search was completed.

How it works

  1. Batch Processing: The actor reads your list of search queries and processes them sequentially.
  2. Category Filters: Each search is queried with your specific category filter (e.g., searching for "Kind of Blue" as a release only, or "Miles Davis" as an artist only).
  3. Automatic Pagination: If you set maxItemsPerQuery to more than 25, the actor will fetch successive pages (e.g., page=1, page=2) until the limit is reached or there are no more results.
  4. Proxy Routing: All requests are routed through built-in proxy bypass servers to securely retrieve the content from Discogs.
  5. Data Compilation: The raw HTML response of each page is parsed to extract metadata for every search card and stored in your Apify dataset.

Integrations

Connect Discogs Record Miner with other apps and services using Apify integrations. You can integrate with Make, Zapier, Slack, Airbyte, GitHub, Google Sheets, Google Drive, and many more. You can also use webhooks to trigger actions whenever results are available.

You might also like

Discogs

canadesk/discogs

Get or search for prices, artists, releases, labels and more from Discogs. It's fast and costs little!

๐Ÿ‘ User avatar

Canadesk Support

22

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

benthepythondev/discogs-scraper

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.

Discogs Scraper

crawlerbros/discogs-scraper

Scrape Discogs, the world's largest music database and marketplace. Search releases, masters, artists, and labels; pull full discographies; resolve marketplace listings and price stats. HTTP-only via the official Discogs API.

Discogs Scraper

gio21/discogs-scraper

Scrape Discogs music releases by search query via public API. Artist, title, year, label, format, genres, country. Pay per release.

Discogs Marketplace Scraper

devilscrapes/discogs-sold-price

Scrape Discogs marketplace listings โ€” asking price, seller, condition, ships-from โ€” plus public marketplace stats for any release ID or search query, export to JSON or CSV. A Discogs API + HTML scraper that handles the rate limits and retries for you. No login.

Discogs.com Scraper

shahidirfan/Discogs-com-Scraper

Extract vinyl records, CDs, and cassettes from Discogs with pricing, condition details, and seller info. Perfect for music collectors, dealers, and market research. Build your music database instantly without limits.

8

5.0

Discogs Scraper

parseforge/discogs-scraper

Scrape music releases, artists, and labels from Discogs. Get album titles, artists, years, genres, styles, formats, countries, tracklists, and community have/want stats for millions of records. Filter by type, year, country, genre, style, and format.

Discogs.com Scraper

devcake/discogs-com-scraper

Scrape Discogs for vinyl records, original pressings, and collector data. Get marketplace prices, matrix numbers, and pressing plant info.

Discogs Marketplace Vinyl Price Guide Scraper

jungle_synthesizer/discogs-marketplace-vinyl-price-guide-scraper

Scrape Discogs marketplace pricing data for vinyl records. Returns current market stats (copies for sale, lowest price), per-condition price suggestions (Mint/NM/VG+), and collector demand signals. Uses the official Discogs REST API โ€” no Cloudflare HTML scraping.

๐Ÿ‘ User avatar

BowTiedRaccoon

3

Related articles

5 powerful scrapers to add to your SEO tool kit
Read more
Eye-opening guide to product review scraping in 2023
Read more