# RubyGems Scraper | Ruby Package Registry and Stats (`parseforge/rubygems-scraper`) Actor

Scrape RubyGems package registry data including gem names, versions, downloads, authors, dependencies, runtime requirements, source code repositories, project URLs, and release dates. Extract metadata for monitoring, security audits, and developer ecosystem analysis

- **URL**: https://apify.com/parseforge/rubygems-scraper.md
- **Developed by:** [ParseForge](https://apify.com/parseforge) (community)
- **Categories:** Developer tools, Automation, Other
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $12.00 / 1,000 result items

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

![ParseForge Banner](https://github.com/ParseForge/apify-assets/blob/ad35ccc13ddd068b9d6cba33f323962e39aed5b2/banner.jpg?raw=true)

## 💎 RubyGems Ruby Package Scraper

> 🚀 **Pull RubyGems packages with version, downloads, dependencies, license, repository, ruby version requirement, funding URL, and 34 fields.**

> 🕒 **Last updated:** 2026-05-08 · **📊 34 fields** per record · **170K+ Ruby gems** · version, downloads, dependencies, repo, ruby version requirement, funding URL, MFA flag, built date · search, browse, lookup

The **RubyGems Ruby Package Scraper** pulls rich gem metadata from the official RubyGems registry. Output includes name, version, platform, authors, info / summary / full description, license + licenses array, total + per-version downloads, homepage, source code URI, documentation URI, wiki URI, mailing list, bug tracker URI, changelog URI, funding URI, gem URI, project URI, SHA + spec SHA, yanked + prerelease flags, version-created-at timestamp, full metadata map, MFA-required flag, built-at + ruby-version + rubygems-version (from version detail), runtime + development dependencies arrays.

Three modes in one Actor: free-text search, mostDownloaded / latest / justUpdated browse feeds, and direct lookup by gem name. Lookup mode performs a second call to enrich each record with the latest version's built_at, ruby_version, rubygems_version, and full description.

| 🎯 Target Audience | 💡 Primary Use Cases |
|---|---|
| Ruby developers, security teams, SBOM builders, ecosystem analytics, ML datasets, gem-discovery tools | Ruby supply chain analysis, ecosystem health monitoring, gem-discovery, dependency-graph extraction, bundler tooling |

---

### 📋 What the RubyGems Ruby Package Scraper does

Five filtering workflows in a single run:

- 🔍 **Search.** RubyGems full-text search.
- 📈 **Popular feeds.** Most-downloaded, latest, just-updated.
- 🆔 **Lookup.** Pull specific gems by name with version-detail enrichment.
- ⚙️ **Built-at + ruby version.** Per-version metadata: built timestamp, ruby version, rubygems version.
- 🔐 **MFA + funding.** MFA-required flag and funding URI when published.

> 💡 **Why it matters:** clean, server-side filtering and fresh data on every run.

---
### 🎬 Full Demo

_🚧 Coming soon: a 3-minute walkthrough showing how to go from sign-up to a downloaded dataset._

---

### ⚙️ Input

<table>
<thead>
<tr><th>Input</th><th>Type</th><th>Default</th><th>Behavior</th></tr>
</thead>
<tbody>
<tr><td>maxItems</td><td>integer</td><td>10</td><td>Records to return. Free plan caps at 10, paid plan up to 1,000,000.</td></tr>
<tr><td>mode</td><td>string</td><td>"search"</td><td>search, mostDownloaded, latest, justUpdated, lookup.</td></tr>
<tr><td>query</td><td>string</td><td>""</td><td>Search term (search mode).</td></tr>
<tr><td>names</td><td>string</td><td>""</td><td>Newline-separated gem names (lookup mode).</td></tr>
</tbody>
</table>

**Example: search rails ecosystem.**

```json
{
    "maxItems": 50,
    "mode": "search",
    "query": "rails"
}
````

**Example: lookup specific gems.**

```json
{
    "maxItems": 10,
    "mode": "lookup",
    "names": "rails\nrack\nactiverecord\ndevise\nsidekiq\nactivesupport\nrspec\nbundler\npuma\nrubocop"
}
```

***

### 📊 Output

Each record contains **34 fields**. Download as CSV, Excel, JSON, or XML.

#### 🧾 Schema

| Field | Type | Example |
|---|---|---|
| 📛 `name` | string | `"rails"` |
| 🏷️ `version` | string | `"8.1.3"` |
| 📜 `info` | string | `"Full-stack web application framework"` |
| ⚖️ `license` | string | `"MIT"` |
| 📦 `platform` | string | `"ruby"` |
| 👥 `authors` | string | `"David Heinemeier Hansson"` |
| 📊 `downloads` | number | `574123456` |
| 📊 `versionDownloads` | number | `3085409` |
| 🌐 `homepage` | string | `"https://rubyonrails.org"` |
| 🔗 `sourceCodeUri` | string | `"https://github.com/rails/rails"` |
| 🔗 `documentationUri` | string | `"https://api.rubyonrails.org/v8.1.3/"` |
| 🔗 `bugTrackerUri` | string | `"https://github.com/rails/rails/issues"` |
| 🔗 `changelogUri` | string | `"https://github.com/rails/rails/releases/tag/v8.1.3"` |
| 🔗 `fundingUri` | string | `""` |
| 🚨 `yanked` | boolean | `false` |
| 🔐 `mfaRequired` | boolean | `true` |
| 📅 `versionCreatedAt` | string | `"2026-03-24T20:27:42.098Z"` |
| 🛠️ `builtAt` | string | `"2026-03-24T20:27:42Z"` |
| 💎 `rubyVersion` | string | `">= 3.2.0"` |
| 💎 `rubygemsVersion` | string | `">= 1.8.11"` |
| 📦 `runtimeDependencies` | array of objects | `[{"name":"actioncable","requirements":"= 8.1.3"},...]` |
| 📊 `runtimeDependencyCount` | number | `13` |
| 🌐 `rubygemsUri` | string | `"https://rubygems.org/gems/rails"` |

#### 📦 Sample records

<details>
<summary><strong>💎 rails</strong></summary>

```json
{"name":"rails","version":"8.1.3","license":"MIT","downloads":574123456,"rubyVersion":">= 3.2.0","mfaRequired":true,"runtimeDependencyCount":13}
```

</details>

<details>
<summary><strong>💎 rspec</strong></summary>

```json
{"name":"rspec","version":"3.13.1","license":"MIT","authors":"Steven Baker, David Chelimsky"}
```

</details>

***

### ✨ Why choose this Actor

| | Capability |
|---|---|
| ⚙️ | **Built-at + ruby version.** Per-version timestamps and runtime requirements. |
| 🔐 | **MFA enforcement flag.** Whether the publisher uses MFA-required publishing. |
| 🔗 | **Funding + changelog URIs.** Direct links when the gem provides them. |
| 📦 | **Full dep arrays.** Runtime + development dependencies expressed as structured arrays. |
| 🆓 | **No API key.** RubyGems is open. |

***

### 📈 How it compares to alternatives

| Approach | Cost | Coverage | Refresh | Filters | Setup |
|---|---|---|---|---|---|
| **⭐ This Actor** | $5 free credit | **170K+ gems** | Live per run | 5 modes | ⚡ 2 min |
| RubyGems API | Free | Same | Live | DIY | 🐢 Code |
| Snyk Ruby Advisor | $$ | Same | Live | Yes | 🐢 Account |
| Manual scraping | Free | All | Live | DIY | 🐢 Days |

***

### 🚀 How to use

1. 📝 **Sign up.** [Create a free account with $5 credit](https://console.apify.com/sign-up?fpr=vmoqkp) (takes 2 minutes).
2. 🌐 **Open the Actor.** Find the RubyGems Ruby Package Scraper on the Apify Store.
3. 🎯 **Set input.** Pick filters and `maxItems`.
4. 🚀 **Run it.** Click **Start**.
5. 📥 **Download.** Grab results in the **Dataset** tab as CSV, Excel, JSON, or XML.

> ⏱️ Total time from signup to dataset: **3-5 minutes.** No coding required.

***

### 💼 Business use cases

<table>
<tr>
<td width="50%" valign="top">

#### 💎 Ruby Tooling

- Gem-discovery search
- Bundler / Gemfile builders
- Dependency dashboards
- SBOM for Ruby projects

</td>
<td width="50%" valign="top">

#### 🔐 Security + Compliance

- License audits
- MFA enforcement audits
- Vulnerability triage
- Supply chain analysis

</td>
</tr>
<tr>
<td width="50%" valign="top">

#### 📊 Ecosystem Analytics

- Most-downloaded leaderboards
- Funding-uri adoption
- Authors / orgs stats
- Yank-rate tracking

</td>
<td width="50%" valign="top">

#### 🎓 Learning + Discovery

- Gem comparison
- Reproducible dep snapshots
- Best-practice exploration
- Ruby curriculum

</td>
</tr>
</table>

***

### 🔌 Automating RubyGems Ruby Package Scraper

Control the scraper programmatically:

- 🟢 **Node.js.** Install the `apify-client` NPM package.
- 🐍 **Python.** Use the `apify-client` PyPI package.
- 📚 See the [Apify API documentation](https://docs.apify.com/api/v2) for full details.

The [Apify Schedules feature](https://docs.apify.com/platform/schedules) lets you trigger this Actor on any cron interval.

***

### 🌟 Beyond business use cases

Data like this powers more than commercial workflows.

<table>
<tr>
<td width="50%">

#### 🎓 Research and academia

- Ruby ecosystem studies
- OSS health datasets
- Reproducible gem snapshots
- Network analysis on dependency graphs

</td>
<td width="50%">

#### 🎨 Personal and creative

- Personal gem dashboards
- Curated gem lists
- Side projects with registry data
- Gem-blog backbones

</td>
</tr>
<tr>
<td width="50%">

#### 🤝 Non-profit and civic

- Free SBOM tools
- Educational ecosystem maps
- Civic-tech inventories
- OSS security awareness

</td>
<td width="50%">

#### 🧪 Experimentation

- Train recommender models
- Prototype security scanners
- Build dependency visualizers
- Test license-detection logic

</td>
</tr>
</table>

***

### 🤖 Ask an AI assistant about this scraper

Open a ready-to-send prompt in the AI of your choice:

- 💬 [**ChatGPT**](https://chat.openai.com/?q=How%20do%20I%20use%20the%20RubyGems%20Ruby%20Package%20Scraper%20by%20ParseForge%20on%20Apify%3F%20Show%20me%20input%20examples%2C%20output%20fields%2C%20common%20use%20cases%2C%20and%20how%20to%20integrate%20it%20into%20a%20workflow.)
- 🧠 [**Claude**](https://claude.ai/new?q=How%20do%20I%20use%20the%20RubyGems%20Ruby%20Package%20Scraper%20by%20ParseForge%20on%20Apify%3F%20Show%20me%20input%20examples%2C%20output%20fields%2C%20common%20use%20cases%2C%20and%20how%20to%20integrate%20it%20into%20a%20workflow.)
- 🔍 [**Perplexity**](https://perplexity.ai/search?q=How%20do%20I%20use%20the%20RubyGems%20Ruby%20Package%20Scraper%20by%20ParseForge%20on%20Apify%3F%20Show%20me%20input%20examples%2C%20output%20fields%2C%20common%20use%20cases%2C%20and%20how%20to%20integrate%20it%20into%20a%20workflow.)
- 🅒 [**Copilot**](https://copilot.microsoft.com/?q=How%20do%20I%20use%20the%20RubyGems%20Ruby%20Package%20Scraper%20by%20ParseForge%20on%20Apify%3F%20Show%20me%20input%20examples%2C%20output%20fields%2C%20common%20use%20cases%2C%20and%20how%20to%20integrate%20it%20into%20a%20workflow.)

***

### ❓ Frequently Asked Questions

#### 🧩 How does it work?

Pick a mode (search, mostDownloaded, latest, justUpdated, or lookup). The Actor pages the RubyGems API and emits one record per gem.

#### 📊 How many fields per record?

34. Lookup mode adds built\_at, ruby\_version, rubygems\_version, full description, and metadata via a second call.

#### ⚙️ What's mfaRequired?

True when the gem requires MFA on publish - a security signal.

#### 📦 How are dependencies structured?

Runtime and development dependencies are arrays of objects with name + requirements (semver string).

#### 🔗 Are funding URIs always present?

No. Only set when the gem provides one via metadata.

#### 🆓 Do I need an API key?

No. RubyGems is open.

#### 🔁 Can I schedule runs?

Yes. Schedule daily to track new versions.

#### ⚖️ Is this data free to use?

Yes. RubyGems publishes metadata openly.

#### 🚨 Are yanked gems included?

Yes. The yanked flag is preserved.

#### 💳 Do I need a paid Apify plan?

No. The free plan covers preview runs (10 records).

***

### 🔌 Integrate with any app

RubyGems Ruby Package Scraper connects to any cloud service via [Apify integrations](https://apify.com/integrations):

- [**Make**](https://docs.apify.com/platform/integrations/make) - Automate multi-step workflows
- [**Zapier**](https://docs.apify.com/platform/integrations/zapier) - Connect with 5,000+ apps
- [**Slack**](https://docs.apify.com/platform/integrations/slack) - Get run notifications
- [**Airbyte**](https://docs.apify.com/platform/integrations/airbyte) - Pipe data into your warehouse
- [**GitHub**](https://docs.apify.com/platform/integrations/github) - Trigger runs from commits
- [**Google Drive**](https://docs.apify.com/platform/integrations/drive) - Export datasets to Sheets

***

### 🔗 Recommended Actors

- [**📦 npm Package Registry**](https://apify.com/parseforge/npm-packages-scraper) - Pull npm packages with version, downloads, dependencies, integrity
- [**🐍 PyPI Python Package**](https://apify.com/parseforge/pypi-packages-scraper) - Pull PyPI packages with version, license, classifiers, vulnerabilities
- [**🦀 crates.io Rust Package**](https://apify.com/parseforge/crates-io-rust-scraper) - Pull Rust crates with edition, downloads, features, dependencies
- [**🐳 Docker Hub Image Search**](https://apify.com/parseforge/docker-hub-images-scraper) - Pull Docker repositories with tags, stars, pull count, README
- [**📊 Stack Exchange Questions**](https://apify.com/parseforge/stackexchange-questions-scraper) - Search 170+ Stack Exchange Q\&A sites

> 💡 **Pro Tip:** browse the complete [ParseForge collection](https://apify.com/parseforge) for more reference-data scrapers.

***

**🆘 Need Help?** [**Open our contact form**](https://tally.so/r/BzdKgA) to request a new scraper, propose a custom data project, or report an issue.

***

> **⚠️ Disclaimer:** this Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by RubyGems, the Ruby Central organization, or any individual gem author. All trademarks mentioned are the property of their respective owners. Only publicly available open data is collected.

# Actor input Schema

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

Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000

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

search returns ranked results, lookup pulls each name in your list, mostDownloaded = top gems by total downloads.

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

Free-text gem search.

## `names` (type: `string`):

Gem names, one per line or semicolon-separated.

## Actor input object example

```json
{
  "maxItems": 10,
  "mode": "search",
  "query": "rails",
  "names": "rails\nactivesupport\nsidekiq\npuma\nrspec"
}
```

# Actor output Schema

## `overview` (type: `string`):

No description

# 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 = {
    "maxItems": 10,
    "mode": "search",
    "query": "rails",
    "names": `rails
activesupport
sidekiq
puma
rspec`
};

// Run the Actor and wait for it to finish
const run = await client.actor("parseforge/rubygems-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 = {
    "maxItems": 10,
    "mode": "search",
    "query": "rails",
    "names": """rails
activesupport
sidekiq
puma
rspec""",
}

# Run the Actor and wait for it to finish
run = client.actor("parseforge/rubygems-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 '{
  "maxItems": 10,
  "mode": "search",
  "query": "rails",
  "names": "rails\\nactivesupport\\nsidekiq\\npuma\\nrspec"
}' |
apify call parseforge/rubygems-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "RubyGems Scraper | Ruby Package Registry and Stats",
        "description": "Scrape RubyGems package registry data including gem names, versions, downloads, authors, dependencies, runtime requirements, source code repositories, project URLs, and release dates. Extract metadata for monitoring, security audits, and developer ecosystem analysis",
        "version": "1.0",
        "x-build-id": "ah0ho6NCQnzpochFv"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/parseforge~rubygems-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-parseforge-rubygems-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/parseforge~rubygems-scraper/runs": {
            "post": {
                "operationId": "runs-sync-parseforge-rubygems-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/parseforge~rubygems-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-parseforge-rubygems-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",
                "properties": {
                    "maxItems": {
                        "title": "Max Items",
                        "minimum": 1,
                        "maximum": 1000000,
                        "type": "integer",
                        "description": "Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000"
                    },
                    "mode": {
                        "title": "Mode",
                        "enum": [
                            "search",
                            "lookup",
                            "mostDownloaded",
                            "latest",
                            "justUpdated"
                        ],
                        "type": "string",
                        "description": "search returns ranked results, lookup pulls each name in your list, mostDownloaded = top gems by total downloads.",
                        "default": "search"
                    },
                    "query": {
                        "title": "Search query (search mode)",
                        "type": "string",
                        "description": "Free-text gem search."
                    },
                    "names": {
                        "title": "Gem names (lookup mode)",
                        "type": "string",
                        "description": "Gem names, one per line or semicolon-separated."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
