Music release and discography collection
Discogsエンドポイントを使えば、「Music release and discography collection」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn the public Discogs music database into structured JSON — search across releases, masters, artists, and labels; release and master detail with formats, genres, styles, and catalog numbers; and full artist and label discographies for music catalogs, discography research, and enrichment. Credential-free.
Extract Discogs releases, masters, artists, and labels — search, detail, and discographies — as structured JSON from the public Discogs music database.
エンドポイントファミリー
5
ドキュメント化されたパラメータ
21
サンプル数
7
ライブカタログスナップショット
稼働エンドポイント
7
メソッド
GET
必須パラメータ
14
スキーマ参照
7
{
"platform": "Discogs",
"endpoint": "discogs-search",
"method": "GET",
"path": "/discogs/search",
"auth": "apiKey"
}ユースケース
Extract Discogs releases, masters, artists, and labels — search, detail, and discographies — as structured JSON from the public Discogs music database.
Discogsエンドポイントを使えば、「Music release and discography collection」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Discogsエンドポイントを使えば、「Artist and label catalog enrichment」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Discogsエンドポイントを使えば、「Format, genre, and pressing research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
各CrawloraプラットフォームAPIは、特定のデータサーフェスに合わせて設計されています。汎用的なfetchエンドポイントを公開する代わりに、エンドポイント固有のリクエストロジック、マネージドインフラ、パース、正規化、課金、そしてPlaygroundで検証済みのサンプルを組み合わせています。
対象プラットフォームとエンドポイントの種類に合わせてリクエスト挙動をチューニングしています。
対応エンドポイントはマネージドプロキシルーティングを利用でき、信頼性を高めながらインフラ運用の手間を減らせます。
JavaScriptレンダリングが必要な動的ページは、マネージドブラウザインスタンス経由で処理できます。
チャレンジページや利用不能な上流レスポンスを検知し、明確に通知します。
結果は生のHTMLではなく、ドキュメント化されたJSONで返されます。
本番統合の前に、DocsとPlaygroundから同じルートをテストできます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/discogs/artist/{id}
/discogs/label/{id}
/discogs/master/{id}
/discogs/release/{id}
/discogs/search
エンドポイントカタログ
/discogs/searchSearches Discogs releases, masters, artists, and labels. Credential-free official Discogs database data.
/discogs/release/{id}Returns a normalized Discogs release: artists, labels, formats, tracklist, credits, identifiers, videos, images, and community want/have/rating. Credential-free official Discogs database data (api.discogs.com).
/discogs/master/{id}Returns a normalized Discogs master release: the version-agnostic grouping of a release across pressings/reissues (artists, tracklist, genres/styles, videos, images, marketplace stats). Credential-free official Discogs database data.
/discogs/artist/{id}Returns a normalized Discogs artist profile: real name, bio, links, name variations, aliases, and group memberships. Credential-free official Discogs database data.
/discogs/artist/{id}/releasesReturns an artist's paginated release/master credits (role, format, label, year, want/collection counts). Credential-free official Discogs database data.
/discogs/label/{id}Returns a normalized Discogs label profile: profile text, contact info, parent label, and sub-labels. Credential-free official Discogs database data.
/discogs/label/{id}/releasesReturns a label's paginated release catalog (title, artist, format, catalog number, year). Credential-free official Discogs database data.
関連API
Media & Streaming
Research streaming catalogs, title availability, providers, offers, seasons, episodes, and release changes from JustWatch with normalized JSON.
Media & Streaming
Turn Apple Books ebook and audiobook pages into structured data — search, catalog detail, paginated customer reviews, similar titles, author bibliographies, series listings, and chart rankings as normalized JSON. Credential-free.
Media & Streaming
Collect ESPN sports scores, teams, standings, rankings, rosters, athletes, game summaries, and news as normalized JSON for sports data workflows.
Discogsのスクレイピング方法
Discogs is the reference database for physical and digital music releases. Crawlora's Discogs endpoints return search, release/master detail, and artist/label discographies as normalized JSON — no Discogs API token, rate-limit juggling, or proxy setup.
A search across releases/masters/artists/labels, a release or master by id, or an artist/label with its releases.
Pass a query or a Discogs id to Crawlora's Discogs endpoint (e.g. /discogs/search, /discogs/release, /discogs/artist/{id}/releases).
Receive title, country, formats, labels, genres, styles, catalog numbers, and barcodes as clean JSON, with fields varying by release / master / artist / label.
Batch across search pages and discographies to build catalogs for music research, cataloging, or enrichment.
FAQ
Send a search query or a Discogs id to Crawlora's Discogs endpoints and get releases, masters, artists, and labels as structured JSON — search, detail, and discographies — without holding a Discogs API token. Collect public database data and respect Discogs' terms.
Yes — /discogs/artist/{id}/releases and /discogs/label/{id}/releases return paginated discographies, and /discogs/master and /discogs/release return per-title detail with formats, genres, styles, and catalog numbers.
Collecting publicly accessible music database data (releases, artists, labels) is generally permissible if you respect Discogs' terms of use, robots directives, rate limits, and applicable law. This is for public data you are authorized to collect.