# SoundCloud Scraper (`epctex/soundcloud-scraper`) Actor

Retrieve information from SoundCloud without any restrictions or rate limits. Extremely fast data harvesting about tracks, comments, user profiles, albums, playlists, and more. Download URLs of tracks, monetization methods, number of likes, number of shares, and many more are ready for you.

- **URL**: https://apify.com/epctex/soundcloud-scraper.md
- **Developed by:** [epctex](https://apify.com/epctex) (community)
- **Categories:** Social media
- **Stats:** 332 total users, 10 monthly users, 100.0% runs succeeded, 20 bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

$25.00/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period.You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

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

## 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

## Actor - SoundCloud Scraper

### SoundCloud scraper

Since SoundCloud doesn't provide a good and free API, this actor should help you to retrieve data from it.

The SoundCloud data scraper supports the following features:

-   Search any keyword - Search for any keywords with no rate limit and retrieve the results with ease.

-   Search for users, tracks, playlists, or albums - Filter your search results by object type. Albums, Playlists, Tracks, and Users are available for any search.

-   Get tracks - ID, title, duration, user information, monetization models, repost or like counts, and many other deep-level information is ready for your consumption.

-   Tracks available for download - Get the download URLs for the SoundCloud tracks.

-   Comments for each of the tracks - Looking for user comments? No problem. Retrieve all the comments, dates, user information, and many other things blazing fast!

### Bugs, fixes, updates, and changelog

This scraper is under active development. If you have any feature requests you can create an issue from [here](https://github.com/epctex-support/soundcloud-scraper/issues).


### Input Parameters

The input of this scraper should be JSON containing the list of pages on SoundCloud that should be visited. Possible fields are:

- `startUrls`: (Required) (Array) List of SoundCloud URLs. URLs to start with. It should be a list, search, track, user, album, or playlist URL.

- `includeComments`: (Optional) (Boolean) This will add all the comments that SoundCloud provides into the track objects. Please keep in mind that the time and resources the actor uses will increase proportionally to the number of comments.

- `endPage`: (Optional) (Number) Final number of page that you want to scrape. The default is `Infinite`. This applies to all `search` requests and `startUrls` individually.

- `maxItems`: (Optional) (Number) You can limit scraped items. This should be useful when you search through the big lists or search results.

- `proxy`: (Required) (Proxy Object) Proxy configuration.

This solution requires the use of **Proxy servers**, either your own proxy servers or you can use [Apify Proxy](https://www.apify.com/docs/proxy).

#### Tip

When you want to scrape over a specific list URL, just copy and paste the link as one of the **startUrl**.

If you would like to scrape only the first page of a list then put the link for the page and have the `endPage` as 1.

With the last approach that is explained above you can also fetch any interval of pages. If you provide the 5th page of a list and define the `endPage` parameter as 6 then you'll have the 5th and 6th pages only.

#### Compute Unit Consumption

The actor is optimized to run blazing fast and scrape as many items as possible. Therefore, it forefronts all the detailed requests. If the actor doesn't block very often it'll scrape 100 tracks in 2 minutes with ~0.01-0.03 compute units.

#### SoundCloud Scraper Input example

```json
{
  "startUrls":[
    "https://soundcloud.com/sibel-dar-c/ekin-ekinci-gel-art-k",
    "https://soundcloud.com/sibel-dar-c",
    "https://soundcloud.com/swedish-hiphop-rap-fm/sets/pistoler-poesi-och-sex",
    "https://soundcloud.com/search/sets?q=dnb",
    "https://soundcloud.com/search/people?q=dnb",
    "https://soundcloud.com/search/albums?q=dnb",
    "https://soundcloud.com/search/sounds?q=dnb"
  ],
  "endPage":3,
  "maxItems":20,
  "includeComments":false,
  "proxy":{
    "useApifyProxy":true
  }
}
````

### During the Run

During the run, the actor will output messages letting you know what is going on. Each message always contains a short label specifying which page from the provided list is currently specified.
When items are loaded from the page, you should see a message about this event with a loaded item count and total item count for each page.

If you provide incorrect input to the actor, it will immediately stop with a failure state and output an explanation of what is wrong.

### SoundCloud Export

During the run, the actor stores results into a dataset. Each item is a separate item in the dataset.

You can manage the results in any language (Python, PHP, Node JS/NPM). See the FAQ or <a href="https://www.apify.com/docs/api" target="blank">our API reference</a> to learn more about getting results from this SoundCloud actor.

### Scraped SoundCloud Properties

The structure of each item in SoundCloud looks like this:

```json
{
    "artwork_url": "https://i1.sndcdn.com/artworks-KUd5CFXdByl4gCVn-qYc5Ug-large.jpg",
    "caption": null,
    "commentable": true,
    "comment_count": 754,
    "created_at": "2023-01-24T13:15:38Z",
    "description": "🚨SUBSCRIBE: bit.ly/DnbaSubscribe\n\n🎫 360 SIGN UP: https://t.me/dnballstars360\n\n📲FOLLOW: @dnballstars\n\n📰VISIT: dnballstars.co.uk\n\n🎧PLAYLISTS: lnk.to/DNBA-hotpick\n\n💡Enable Alerts 💥",
    "downloadable": false,
    "download_count": 0,
    "duration": 3558922,
    "full_duration": 3558922,
    "embeddable_by": "all",
    "genre": "Drum & Bass",
    "has_downloads_left": false,
    "id": 1431326908,
    "kind": "track",
    "label_name": null,
    "last_modified": "2023-03-13T21:42:46Z",
    "license": "all-rights-reserved",
    "likes_count": 13904,
    "permalink": "hedex-dnb-allstars-360",
    "permalink_url": "https://soundcloud.com/dnballstars/hedex-dnb-allstars-360",
    "playback_count": 307681,
    "public": true,
    "publisher_metadata": {
        "id": 1431326908,
        "urn": "soundcloud:tracks:1431326908",
        "artist": "",
        "contains_music": true
    },
    "purchase_title": "JOIN US",
    "purchase_url": "https://t.me/dnballstars360",
    "release_date": null,
    "reposts_count": 507,
    "secret_token": null,
    "sharing": "public",
    "state": "finished",
    "streamable": true,
    "tag_list": "",
    "title": "Hedex - DnB Allstars 360°",
    "track_format": "single-track",
    "uri": "https://api.soundcloud.com/tracks/1431326908",
    "urn": "soundcloud:tracks:1431326908",
    "user_id": 366752855,
    "visuals": null,
    "waveform_url": "https://wave.sndcdn.com/AExJj2NYeBEy_m.json",
    "display_date": "2023-01-24T19:00:18Z",
    "media": {
        "transcodings": [
            {
                "url": "https://api-v2.soundcloud.com/media/soundcloud:tracks:1431326908/c75cef09-1ef2-46ea-b8a2-d9b1740eaa56/stream/hls",
                "preset": "mp3_1_0",
                "duration": 3558922,
                "snipped": false,
                "format": {
                    "protocol": "hls",
                    "mime_type": "audio/mpeg"
                },
                "quality": "sq"
            },
            {
                "url": "https://api-v2.soundcloud.com/media/soundcloud:tracks:1431326908/c75cef09-1ef2-46ea-b8a2-d9b1740eaa56/stream/progressive",
                "preset": "mp3_1_0",
                "duration": 3558922,
                "snipped": false,
                "format": {
                    "protocol": "progressive",
                    "mime_type": "audio/mpeg"
                },
                "quality": "sq"
            },
            {
                "url": "https://api-v2.soundcloud.com/media/soundcloud:tracks:1431326908/2b7c6c4a-2bce-465d-8254-5b440e662328/stream/hls",
                "preset": "opus_0_0",
                "duration": 3558895,
                "snipped": false,
                "format": {
                    "protocol": "hls",
                    "mime_type": "audio/ogg; codecs=\"opus\""
                },
                "quality": "sq"
            }
        ]
    },
    "station_urn": "soundcloud:system-playlists:track-stations:1431326908",
    "station_permalink": "track-stations:1431326908",
    "track_authorization": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJnZW8iOiJUUiIsInN1YiI6IiIsInJpZCI6IjEwMmU5MWEwLTNkOWEtNGM0ZC04OTllLTZlMTIwZDM2YWRhMCIsImlhdCI6MTY3OTQ3NTA1Mn0.abKMM2OF_Xh4-JDtM4vEFDzJqQiNPQq7dp027Nc6_KQ",
    "monetization_model": "NOT_APPLICABLE",
    "policy": "ALLOW",
    "user": {
        "avatar_url": "https://i1.sndcdn.com/avatars-000367648727-gp601z-large.jpg",
        "first_name": "",
        "followers_count": 84897,
        "full_name": "",
        "id": 366752855,
        "kind": "user",
        "last_modified": "2023-03-20T12:53:28Z",
        "last_name": "",
        "permalink": "dnballstars",
        "permalink_url": "https://soundcloud.com/dnballstars",
        "uri": "https://api.soundcloud.com/users/366752855",
        "urn": "soundcloud:users:366752855",
        "username": "DnB Allstars",
        "verified": true,
        "city": "London",
        "country_code": null,
        "badges": {
            "pro": false,
            "pro_unlimited": true,
            "verified": true
        },
        "station_urn": "soundcloud:system-playlists:artist-stations:366752855",
        "station_permalink": "artist-stations:366752855"
    },
    "comments": [
        {
            "kind": "comment",
            "id": 1900670014,
            "body": "Oh my days 😳😳😳",
            "created_at": "2023-03-16T17:34:43Z",
            "timestamp": 326931,
            "track_id": 1431326908,
            "user_id": 199049081,
            "self": {
                "urn": "soundcloud:comments:1900670014"
            },
            "user": {
                "avatar_url": "https://a1.sndcdn.com/images/default_avatar_large.png",
                "first_name": "",
                "followers_count": 7,
                "full_name": "",
                "id": 199049081,
                "kind": "user",
                "last_modified": "2023-03-16T17:34:38Z",
                "last_name": "",
                "permalink": "user-655659681",
                "permalink_url": "https://soundcloud.com/user-655659681",
                "uri": "https://api.soundcloud.com/users/199049081",
                "urn": "soundcloud:users:199049081",
                "username": "User 655659681",
                "verified": false,
                "city": null,
                "country_code": null,
                "badges": {
                    "pro": false,
                    "pro_unlimited": false,
                    "verified": false
                },
                "station_urn": "soundcloud:system-playlists:artist-stations:199049081",
                "station_permalink": "artist-stations:199049081"
            }
        },
        {
            "kind": "comment",
            "id": 1900505365,
            "body": "🧐🧐🧐🧐",
            "created_at": "2023-03-16T11:42:41Z",
            "timestamp": 124858,
            "track_id": 1431326908,
            "user_id": 1051717858,
            "self": {
                "urn": "soundcloud:comments:1900505365"
            },
            "user": {
                "avatar_url": "https://i1.sndcdn.com/avatars-m0rsLpyetcHHc00w-yXkOwA-large.jpg",
                "first_name": "",
                "followers_count": 4,
                "full_name": "",
                "id": 1051717858,
                "kind": "user",
                "last_modified": "2023-01-13T09:42:44Z",
                "last_name": "",
                "permalink": "user-172639176",
                "permalink_url": "https://soundcloud.com/user-172639176",
                "uri": "https://api.soundcloud.com/users/1051717858",
                "urn": "soundcloud:users:1051717858",
                "username": "tommymoore05",
                "verified": false,
                "city": "",
                "country_code": "GB",
                "badges": {
                    "pro": false,
                    "pro_unlimited": false,
                    "verified": false
                },
                "station_urn": "soundcloud:system-playlists:artist-stations:1051717858",
                "station_permalink": "artist-stations:1051717858"
            }
        },
    ]
}
```

### Contact

Please visit us through [epctex.com](https://epctex.com) to see all the products that are available for you. If you are looking for any custom integration or so, please reach out to us through the chat box in [epctex.com](https://epctex.com). In need of support? <business@epctex.com> is at your service.

# Actor input Schema

## `startUrls` (type: `array`):

URLs to start with. It should be list, search, track, user, album or playlist URL

## `includeComments` (type: `boolean`):

Include comments for the tracks

## `maxItems` (type: `integer`):

Maximum number of listing items that you want as output. Default is all

## `endPage` (type: `integer`):

The page number that you want to end with. By default there is no end page. This is applies to all search request and startUrls individually.

## `proxy` (type: `object`):

Select proxies to be used by your crawler.

## Actor input object example

```json
{
  "startUrls": [
    "https://soundcloud.com/sibel-dar-c/ekin-ekinci-gel-art-k",
    "https://soundcloud.com/sibel-dar-c",
    "https://soundcloud.com/swedish-hiphop-rap-fm/sets/pistoler-poesi-och-sex",
    "https://soundcloud.com/search/sets?q=dnb",
    "https://soundcloud.com/search/people?q=dnb",
    "https://soundcloud.com/search/albums?q=dnb",
    "https://soundcloud.com/search/sounds?q=dnb"
  ],
  "includeComments": false,
  "maxItems": 20,
  "endPage": 1,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# 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 = {
    "startUrls": [
        "https://soundcloud.com/sibel-dar-c/ekin-ekinci-gel-art-k",
        "https://soundcloud.com/sibel-dar-c",
        "https://soundcloud.com/swedish-hiphop-rap-fm/sets/pistoler-poesi-och-sex",
        "https://soundcloud.com/search/sets?q=dnb",
        "https://soundcloud.com/search/people?q=dnb",
        "https://soundcloud.com/search/albums?q=dnb",
        "https://soundcloud.com/search/sounds?q=dnb"
    ],
    "maxItems": 20,
    "endPage": 1,
    "proxy": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("epctex/soundcloud-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 = {
    "startUrls": [
        "https://soundcloud.com/sibel-dar-c/ekin-ekinci-gel-art-k",
        "https://soundcloud.com/sibel-dar-c",
        "https://soundcloud.com/swedish-hiphop-rap-fm/sets/pistoler-poesi-och-sex",
        "https://soundcloud.com/search/sets?q=dnb",
        "https://soundcloud.com/search/people?q=dnb",
        "https://soundcloud.com/search/albums?q=dnb",
        "https://soundcloud.com/search/sounds?q=dnb",
    ],
    "maxItems": 20,
    "endPage": 1,
    "proxy": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("epctex/soundcloud-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 '{
  "startUrls": [
    "https://soundcloud.com/sibel-dar-c/ekin-ekinci-gel-art-k",
    "https://soundcloud.com/sibel-dar-c",
    "https://soundcloud.com/swedish-hiphop-rap-fm/sets/pistoler-poesi-och-sex",
    "https://soundcloud.com/search/sets?q=dnb",
    "https://soundcloud.com/search/people?q=dnb",
    "https://soundcloud.com/search/albums?q=dnb",
    "https://soundcloud.com/search/sounds?q=dnb"
  ],
  "maxItems": 20,
  "endPage": 1,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call epctex/soundcloud-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "SoundCloud Scraper",
        "description": "Retrieve information from SoundCloud without any restrictions or rate limits. Extremely fast data harvesting about tracks, comments, user profiles, albums, playlists, and more. Download URLs of tracks, monetization methods, number of likes, number of shares, and many more are ready for you.",
        "version": "0.0",
        "x-build-id": "ffCgcH3mmkaTn7rsB"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/epctex~soundcloud-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-epctex-soundcloud-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/epctex~soundcloud-scraper/runs": {
            "post": {
                "operationId": "runs-sync-epctex-soundcloud-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/epctex~soundcloud-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-epctex-soundcloud-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": [
                    "startUrls",
                    "proxy"
                ],
                "properties": {
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "URLs to start with. It should be list, search, track, user, album or playlist URL",
                        "items": {
                            "type": "string"
                        }
                    },
                    "includeComments": {
                        "title": "Include comments",
                        "type": "boolean",
                        "description": "Include comments for the tracks",
                        "default": false
                    },
                    "maxItems": {
                        "title": "Maximum number of listing items",
                        "type": "integer",
                        "description": "Maximum number of listing items that you want as output. Default is all"
                    },
                    "endPage": {
                        "title": "List end page",
                        "type": "integer",
                        "description": "The page number that you want to end with. By default there is no end page. This is applies to all search request and startUrls individually."
                    },
                    "proxy": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Select proxies to be used by your crawler."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
