# Discogs Scraper — Vinyl, Music Releases, Artists & Labels (`logiover/discogs-scraper`) Actor

Unofficial Discogs API — no key, no browser. Scrape music releases, vinyl records, masters, artists & labels: full discographies, label catalogs, every pressing/version, genres, styles, formats, catalog numbers and marketplace stats. Export Discogs data to JSON, CSV or Excel.

- **URL**: https://apify.com/logiover/discogs-scraper.md
- **Developed by:** [Logiover](https://apify.com/logiover) (community)
- **Categories:** E-commerce, Business, Developer tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $3.50 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Discogs Scraper — Vinyl Records, Music Releases, Artists & Labels Data API

An **unofficial Discogs scraper** and structured **music discography API** in a single Apify actor. Search the Discogs database, pull an artist's full discography, a record label's entire catalog, every vinyl pressing of an album, and complete release / master / artist / label details — powered directly by the **public Discogs API**. No API key, no login, no headless browser — just fast HTTP and clean, flat JSON you can export to CSV, Excel or JSON.

This **Discogs API alternative** is built for record collectors, vinyl resellers, music-data teams, catalog managers and AI agents who need reliable, structured **Discogs music data** on demand. Eight modes share one input form, and every result is tagged with `_mode` so you can mix modes in a single dataset and filter later.

### What you get

- **Artist discographies** — an artist's complete list of releases and masters, paginated through the full catalog (hundreds or thousands of rows per artist).
- **Label catalogs** — a record label's entire back catalog with catalog numbers, formats and release years.
- **Master versions / pressings** — every pressing, reissue and repress of an album (the "master"), with country, format, label and catalog number — ideal for vinyl variant research.
- **Search** — free-text search across releases, masters, artists and labels, returning genres, styles, formats, labels, catalog numbers, barcodes and marketplace stats.
- **Release details** — `title`, `artist`, `year`, `country`, `genres[]`, `styles[]`, `formats`, `label`, `catno`, community `have`/`want`, `ratingAverage`, `lowestPrice`, `numForSale` and cover image.
- **Master details** — album-level `title`, `artist`, `year`, `genres[]`, `styles[]`, `mainRelease`, `numVersions`, `lowestPrice` and cover art.
- **Artist details** — `name`, `realName`, `profile`, `aliases[]`, `members[]`, `groups[]` and external `urls[]`.
- **Label details** — `name`, `profile`, `contactInfo`, `parentLabel`, `sublabels[]` and `urls[]`.
- **Universal** — clean `discogsUrl`, `resourceUrl`, plus `_mode` and `scrapedAt` (ISO 8601) on every item.

Export everything as **CSV, JSON, Excel (XLSX)**, HTML, RSS or JSON Lines. Four pre-built dataset views (Overview, Releases, Artists, Labels) let you slice the data with zero post-processing.

#### The 8 modes

| Mode | What it returns |
|---|---|
| `artistReleases` | An artist's full discography, paginated (highest volume) — **default** |
| `labelReleases` | A record label's complete catalog, paginated |
| `masterVersions` | Every pressing / version of an album (master), paginated |
| `search` | Free-text search across releases, masters, artists and labels |
| `release` | Full details for one or many release IDs (batch) |
| `master` | Full details for one or many master (album) IDs (batch) |
| `artist` | Artist profile details for one or many artist IDs (batch) |
| `label` | Record-label details for one or many label IDs (batch) |

### Use cases

- **Record collectors** — export an artist's or label's complete discography, track down every vinyl pressing of a favorite album, and build a want-list dataset with `have`/`want` demand signals.
- **Music resellers & price research** — pull `lowestPrice`, `numForSale` and community `have`/`want` counts to spot in-demand records, price your inventory, and monitor a label's catalog for flips.
- **Catalog enrichment** — enrich your own music or e-commerce catalog with Discogs metadata: genres, styles, formats, catalog numbers, release years and cover art via the `release` and `master` modes.
- **Music analytics & ML** — bulk-ingest releases, genres, styles and marketplace stats to train recommenders, chart genre trends by decade, or analyze a label's output.
- **AI agents & RAG** — wrap the actor as a tool so an LLM can answer "list every pressing of Nevermind" or "what has Planet E released?" and embed the structured results.

### How to use

1. Open the actor and pick a **Mode**.
2. Fill the fields that mode needs — the input form shows which apply:
   - **artistReleases / artist**: set an `artistId` like `108713`.
   - **labelReleases / label**: set a `labelId` like `1`.
   - **masterVersions / master**: set a `masterId` like `13814`.
   - **release**: set a `releaseId` like `1018` (or a batch).
   - **search**: set `query` (and optionally `searchType`).
3. Optionally set `maxResults` (drives pagination for the list modes).
4. Run the actor and export results as CSV, JSON or Excel — or pull them via the Apify API.

> **IDs are just the numbers in a Discogs URL.** `discogs.com/artist/108713-Nickelback` → artist `108713`; `discogs.com/master/13814-Nirvana-Nevermind` → master `13814`; `discogs.com/label/1-Planet-E` → label `1`.

Example — pull an artist's full discography:

```json
{
  "mode": "artistReleases",
  "artistId": "108713",
  "maxResults": 300
}
````

Example — every pressing / version of an album:

```json
{
  "mode": "masterVersions",
  "masterId": "13814",
  "maxResults": 500
}
```

Call it from your stack via the Apify API (`run-sync-get-dataset-items`), the JavaScript/Python clients, or no-code tools like Make, n8n and Zapier.

### FAQ

#### Can I scrape Discogs without an API key?

Yes. This is an unofficial Discogs scraper that reads publicly available data through the public Discogs API. You only need an Apify account — no Discogs API key, no OAuth token, no login. (Discogs simply requires a descriptive User-Agent header, which the actor sets for you.)

#### Is this a Discogs API or a Discogs API alternative?

Both, effectively. It works as an **unofficial Discogs API** and a practical **Discogs data API alternative**: you send structured input and get flat JSON back, with pagination, rate-limit handling and CSV/Excel export handled for you — no token management required.

#### How do I export a vinyl collection or discography to CSV or Excel?

Run `artistReleases`, `labelReleases` or `masterVersions`, then download the dataset as CSV, JSON, Excel (XLSX), HTML, RSS or JSON Lines from the run page, or pull it via the Apify API. This makes it a simple **Discogs data export** and vinyl catalog tool.

#### How do I get an artist's full discography data?

Pick `artistReleases` mode and pass the `artistId` (the number in a `discogs.com/artist/…` URL). The actor paginates the artist's entire release list — titles, roles, years, formats, catalog numbers and demand stats — up to your `maxResults`.

#### How do I get a record label's catalog?

Use `labelReleases` with the `labelId`. It paginates the label's full catalog with catalog numbers, formats, artists and release years — perfect for label discographies and reissue tracking.

#### How do I find every pressing or version of an album?

Use `masterVersions` with the album's `masterId`. Discogs groups all pressings under a "master"; this mode returns each version with its country, format, label and catalog number — ideal for vinyl variant and reissue research.

#### How do I get Discogs marketplace / price data?

Release and master details include `lowestPrice` and `numForSale`, and most list results include community `have` and `want` counts. Use these to gauge demand and price records without scraping listing pages.

#### How do I get Discogs IDs?

Every ID is the number in a Discogs URL: `discogs.com/release/1018` → `1018`, `discogs.com/master/13814` → `13814`, `discogs.com/artist/108713` → `108713`, `discogs.com/label/1` → `1`. You can also run `search` first to discover IDs, then feed them into the detail or list modes.

#### Does keyless Discogs search work?

Yes — the public search endpoint returns results without a token. Keyless access is rate-limited to roughly 25 requests per minute, so the actor spaces requests (~2.5s) and retries with backoff on HTTP 429. Large pulls therefore run slowly by design; the ID-based list modes (`artistReleases`, `labelReleases`, `masterVersions`) are the most efficient way to fetch high volumes.

#### What data fields are included?

Depending on the mode: `id`, `type`, `title`, `artist`, `year`, `country`, `genres[]`, `styles[]`, `format`, `label`, `catno`, `have`, `want`, `ratingAverage`, `lowestPrice`, `numForSale`, `thumb`/`coverImage`, `resourceUrl` and a ready-to-open `discogsUrl` — plus `_mode` and `scrapedAt` on every row.

### Support

Open an issue on the actor page for bugs, feature requests, or custom modifications. Responses typically within 24 hours.

### 📝 Changelog

#### 2026-07-01

- Initial release: eight Discogs modes (artist discography, label catalog, master versions, free-text search, and release / master / artist / label details) over the public Discogs API — no key, no browser.

# Actor input Schema

## `mode` (type: `string`):

Which Discogs endpoint to run.

• **artistReleases** — an artist's full discography, paginated (highest volume)
• **labelReleases** — a record label's full catalog, paginated (high volume)
• **masterVersions** — every pressing/version of an album, paginated (high volume)
• **search** — free-text search across releases, masters, artists and labels
• **release** — full details for one or more release IDs (batch)
• **master** — full details for one or more master (album) IDs (batch)
• **artist** — profile details for one or more artist IDs (batch)
• **label** — details for one or more label IDs (batch)

## `artistId` (type: `string`):

Discogs artist ID for **artistReleases** and **artist** modes, e.g. `108713`. The number in a `discogs.com/artist/108713-…` URL.

## `artistIds` (type: `array`):

Array of Discogs artist IDs for batch **artist** detail lookups.

## `labelId` (type: `string`):

Discogs label ID for **labelReleases** and **label** modes, e.g. `1` (Planet E). The number in a `discogs.com/label/1-…` URL.

## `labelIds` (type: `array`):

Array of Discogs label IDs for batch **label** detail lookups.

## `masterId` (type: `string`):

Discogs master (album) ID for **masterVersions** and **master** modes, e.g. `13814` (Nirvana — Nevermind). The number in a `discogs.com/master/13814-…` URL.

## `masterIds` (type: `array`):

Array of Discogs master IDs for batch **master** detail lookups.

## `releaseId` (type: `string`):

Discogs release ID for **release** mode, e.g. `1018`. The number in a `discogs.com/release/1018-…` URL.

## `releaseIds` (type: `array`):

Array of Discogs release IDs for batch **release** detail lookups.

## `query` (type: `string`):

Free-text term for **search** mode (artist name, album, label, catalog number, barcode, etc.).

## `searchType` (type: `string`):

Restrict **search** results to one entity type. Leave empty to search everything.

## `sort` (type: `string`):

Optional sort field for **artistReleases**. One of `year`, `title`, `format`. Leave empty for Discogs default order.

## `sortOrder` (type: `string`):

Sort direction for the artistReleases `sort` field.

## `maxResults` (type: `integer`):

Upper bound on rows returned. For the list modes (artistReleases / labelReleases / masterVersions / search) this drives pagination; for batch detail modes it is effectively the number of IDs you pass.

## Actor input object example

```json
{
  "mode": "artistReleases",
  "artistId": "108713",
  "artistIds": [],
  "labelId": "1",
  "labelIds": [],
  "masterId": "13814",
  "masterIds": [],
  "releaseId": "1018",
  "releaseIds": [],
  "query": "nirvana nevermind",
  "sortOrder": "desc",
  "maxResults": 150
}
```

# Actor output Schema

## `results` (type: `string`):

Full results dataset. Use the Releases view for release/version/search lists, and the Artists / Labels views for entity lookups.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "mode": "artistReleases",
    "artistId": "108713",
    "maxResults": 150
};

// Run the Actor and wait for it to finish
const run = await client.actor("logiover/discogs-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "mode": "artistReleases",
    "artistId": "108713",
    "maxResults": 150,
}

# Run the Actor and wait for it to finish
run = client.actor("logiover/discogs-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "mode": "artistReleases",
  "artistId": "108713",
  "maxResults": 150
}' |
apify call logiover/discogs-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=logiover/discogs-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Discogs Scraper — Vinyl, Music Releases, Artists & Labels",
        "description": "Unofficial Discogs API — no key, no browser. Scrape music releases, vinyl records, masters, artists & labels: full discographies, label catalogs, every pressing/version, genres, styles, formats, catalog numbers and marketplace stats. Export Discogs data to JSON, CSV or Excel.",
        "version": "1.0",
        "x-build-id": "2CkmJboFq9uSS5bd5"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/logiover~discogs-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-logiover-discogs-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/logiover~discogs-scraper/runs": {
            "post": {
                "operationId": "runs-sync-logiover-discogs-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/logiover~discogs-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-logiover-discogs-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "mode"
                ],
                "properties": {
                    "mode": {
                        "title": "Mode",
                        "enum": [
                            "artistReleases",
                            "labelReleases",
                            "masterVersions",
                            "search",
                            "release",
                            "master",
                            "artist",
                            "label"
                        ],
                        "type": "string",
                        "description": "Which Discogs endpoint to run.\n\n• **artistReleases** — an artist's full discography, paginated (highest volume)\n• **labelReleases** — a record label's full catalog, paginated (high volume)\n• **masterVersions** — every pressing/version of an album, paginated (high volume)\n• **search** — free-text search across releases, masters, artists and labels\n• **release** — full details for one or more release IDs (batch)\n• **master** — full details for one or more master (album) IDs (batch)\n• **artist** — profile details for one or more artist IDs (batch)\n• **label** — details for one or more label IDs (batch)",
                        "default": "artistReleases"
                    },
                    "artistId": {
                        "title": "Artist ID",
                        "type": "string",
                        "description": "Discogs artist ID for **artistReleases** and **artist** modes, e.g. `108713`. The number in a `discogs.com/artist/108713-…` URL."
                    },
                    "artistIds": {
                        "title": "Artist IDs (batch, artist mode)",
                        "type": "array",
                        "description": "Array of Discogs artist IDs for batch **artist** detail lookups.",
                        "items": {
                            "type": "string"
                        },
                        "default": []
                    },
                    "labelId": {
                        "title": "Label ID",
                        "type": "string",
                        "description": "Discogs label ID for **labelReleases** and **label** modes, e.g. `1` (Planet E). The number in a `discogs.com/label/1-…` URL."
                    },
                    "labelIds": {
                        "title": "Label IDs (batch, label mode)",
                        "type": "array",
                        "description": "Array of Discogs label IDs for batch **label** detail lookups.",
                        "items": {
                            "type": "string"
                        },
                        "default": []
                    },
                    "masterId": {
                        "title": "Master ID",
                        "type": "string",
                        "description": "Discogs master (album) ID for **masterVersions** and **master** modes, e.g. `13814` (Nirvana — Nevermind). The number in a `discogs.com/master/13814-…` URL."
                    },
                    "masterIds": {
                        "title": "Master IDs (batch, master mode)",
                        "type": "array",
                        "description": "Array of Discogs master IDs for batch **master** detail lookups.",
                        "items": {
                            "type": "string"
                        },
                        "default": []
                    },
                    "releaseId": {
                        "title": "Release ID",
                        "type": "string",
                        "description": "Discogs release ID for **release** mode, e.g. `1018`. The number in a `discogs.com/release/1018-…` URL."
                    },
                    "releaseIds": {
                        "title": "Release IDs (batch)",
                        "type": "array",
                        "description": "Array of Discogs release IDs for batch **release** detail lookups.",
                        "items": {
                            "type": "string"
                        },
                        "default": []
                    },
                    "query": {
                        "title": "Search query",
                        "type": "string",
                        "description": "Free-text term for **search** mode (artist name, album, label, catalog number, barcode, etc.)."
                    },
                    "searchType": {
                        "title": "Search entity type",
                        "enum": [
                            "release",
                            "master",
                            "artist",
                            "label"
                        ],
                        "type": "string",
                        "description": "Restrict **search** results to one entity type. Leave empty to search everything."
                    },
                    "sort": {
                        "title": "Sort (artistReleases)",
                        "enum": [
                            "year",
                            "title",
                            "format"
                        ],
                        "type": "string",
                        "description": "Optional sort field for **artistReleases**. One of `year`, `title`, `format`. Leave empty for Discogs default order."
                    },
                    "sortOrder": {
                        "title": "Sort order",
                        "enum": [
                            "asc",
                            "desc"
                        ],
                        "type": "string",
                        "description": "Sort direction for the artistReleases `sort` field.",
                        "default": "desc"
                    },
                    "maxResults": {
                        "title": "Max results",
                        "minimum": 1,
                        "maximum": 100000,
                        "type": "integer",
                        "description": "Upper bound on rows returned. For the list modes (artistReleases / labelReleases / masterVersions / search) this drives pagination; for batch detail modes it is effectively the number of IDs you pass.",
                        "default": 200
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
