Topic
Crawlora's Discogs coverage: 7 live API endpoints and 1 guide on scraping Discogs data. See the endpoint table and the Discogs Scraper API hub below for parameters, pricing, and comparisons.
API endpoints
| Method | Endpoint | Summary | Docs |
|---|---|---|---|
GET | /discogs/search | Search the Discogs database | |
GET | /discogs/release/{id} | Get a Discogs release | |
GET | /discogs/master/{id} | Get a Discogs master release | |
GET | /discogs/artist/{id} | Get a Discogs artist profile | |
GET | /discogs/artist/{id}/releases | List a Discogs artist's releases | |
GET | /discogs/label/{id} | Get a Discogs label profile | |
GET | /discogs/label/{id}/releases | List a Discogs label's releases |
API hub
Extract Discogs releases, masters, artists, and labels — search, detail, and discographies — as structured JSON from the public Discogs music database.
Explore the Discogs Scraper APIGuides