Discogs
3 days trial then $12.00/month - No credit card required now
Discogs
3 days trial then $12.00/month - No credit card required now
Get or search for prices, artists, releases, labels and more from Discogs. It's fast and costs little!
You can access the Discogs programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "ids": [
3 "32515302"
4 ],
5 "myids": {
6 "input": [
7 {
8 "id": "https://www.discogs.com/label/1430979-Daft-Punk",
9 "process": "get",
10 "category": "label"
11 },
12 {
13 "id": "855971",
14 "process": "get",
15 "category": "artist"
16 },
17 {
18 "id": "855971",
19 "process": "get",
20 "category": "artistReleases"
21 },
22 {
23 "id": "daft punk",
24 "process": "search",
25 "category": "artist"
26 },
27 {
28 "id": "https://www.discogs.com/sell/release/32515302",
29 "process": "sell",
30 "category": "release"
31 },
32 {
33 "id": "00602508108556",
34 "process": "sell",
35 "category": "list"
36 }
37 ]
38 },
39 "mycookie": "",
40 "proxy": {
41 "useApifyProxy": true,
42 "apifyProxyGroups": [
43 "RESIDENTIAL"
44 ]
45 }
46}' |
47apify call canadesk/discogs --silent --output-dataset
Discogs API through CLI
The Apify CLI is the official tool that allows you to use Discogs locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
Actor Metrics
1 monthly user
-
1 star
>99% runs succeeded
Created in Jan 2025
Modified a day ago