# SGX Listed Companies Scraper - Singapore Exchange Data (`jungle_synthesizer/sgx-listed-companies-scraper`) Actor

Scrape 1,200+ SGX-listed securities. Extract tickers, ISIN codes, sectors, listing boards (Mainboard/Catalist), asset types (stocks, REITs, ETFs, business trusts), real-time prices, and corporate info: country, listing date, address, and company background.

- **URL**: https://apify.com/jungle\_synthesizer/sgx-listed-companies-scraper.md
- **Developed by:** [BowTiedRaccoon](https://apify.com/jungle_synthesizer) (community)
- **Categories:** Business, Other
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

Pay per event

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

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

## SGX Listed Companies Scraper

Scrapes all listed securities from the [Singapore Exchange (SGX)](https://www.sgx.com) via its public JSON API. Returns tickers, ISIN codes, sector classifications, real-time price data, and corporate profiles for 1,200+ Mainboard and Catalist securities — no authentication required.

---

### SGX Listed Companies Scraper Features

- Extracts 30 fields per security across three SGX data sources: prices, metadata, and corporate information
- Covers all asset types: stocks, REITs, ETFs, business trusts, bonds, and derivatives
- Filters by asset type — pull only REITs, only ETFs, or the full universe
- Returns ISIN codes, CPF eligibility flags, and sector classification for every security
- Includes corporate profiles: country of incorporation, listing date, registered address, and company background
- Delivers real-time price data: last price, day change, volume, VWAP, bid/ask, high/low
- Pure API scraping — no browser required, no proxies needed
- Handles SGX's three-endpoint data join automatically via `ibmCode` as the join key

---

### What Can You Do With SGX Data?

- **Quantitative analysts** — Build factor models using sector, listing board, and price data across the full SGX universe
- **Compliance teams** — Screen CPF-eligible securities and verify ISIN codes against internal records
- **Investment researchers** — Track new listings by date, monitor Catalist vs Mainboard composition, profile REITs by country of incorporation
- **Financial data vendors** — Supplement proprietary databases with SGX's full listed-company universe including corporate backgrounds
- **Fintech developers** — Feed structured company profiles into portfolio tools, screening engines, or financial dashboards
- **Academic researchers** — Study Singapore's capital markets, sector distribution, and corporate structure across 1,200+ securities

---

### How SGX Listed Companies Scraper Works

1. Pre-loads market metadata from `marketmetadata/v2` (ISIN codes, CPF eligibility) and paginates through `corporateinformation/v1.0` (country, listing date, address, background) before the main crawl starts.
2. Fetches all securities from `securities/v1.1` in a single API call — SGX returns the full universe in one page.
3. Joins all three datasets using `ibmCode` as the common key, combining price data with ISIN codes and corporate profiles.
4. Applies asset type and derivative filters, then saves each security as a structured record.

---

### Input

```json
{
  "assetType": "all",
  "includeDerivatives": false,
  "maxItems": 15
}
````

| Field | Type | Default | Description |
|-------|------|---------|-------------|
| `assetType` | string | `"all"` | Filter by security type. Options: `all`, `stocks`, `reits`, `etfs`, `businesstrusts`, `bonds` |
| `includeDerivatives` | boolean | `false` | Include warrants, DLCs, and structured products in the output |
| `maxItems` | integer | `15` | Maximum records to return. Set to `0` for the full universe |

**Filter by asset type:**

```json
{
  "assetType": "reits",
  "includeDerivatives": false,
  "maxItems": 0
}
```

**Include derivatives (warrants, DLCs, structured products):**

```json
{
  "assetType": "all",
  "includeDerivatives": true,
  "maxItems": 0
}
```

***

### SGX Listed Companies Scraper Output Fields

```json
{
  "ticker": "D05",
  "isin": "SG1L01001701",
  "company_name": "DBS GRP HOLDINGS",
  "asset_type": "stocks",
  "listing_board": "MAINBOARD",
  "sector_code": "K",
  "sector_name": "Finance",
  "currency": "SGD",
  "board_lot": 100,
  "last_price": 44.48,
  "day_change": 0.26,
  "day_change_pct": 0.587,
  "day_volume": 3250100,
  "day_value_sgd": 144396.0,
  "day_high": 44.56,
  "day_low": 44.19,
  "open_price": 44.27,
  "bid_price": "44.480",
  "ask_price": "44.490",
  "adjusted_vwap": 44.435,
  "ex_dividend_date": null,
  "cpf_eligible": "Y",
  "country_of_incorporation": "Singapore",
  "listing_date": "09 July 1999 on MAINBOARD",
  "incorporation_date": "19860715",
  "registered_address": "12 Marina Boulevard, DBS Asia Central, Marina Bay Financial Centre Tower 3, Singapore 018982",
  "website": "https://www.dbs.com",
  "company_background": "DBS Group Holdings Ltd is a financial services group in Asia, with a presence in 19 markets.",
  "trading_time": "20260505_161600",
  "scraped_at": "2026-05-05T07:32:14.000Z"
}
```

| Field | Type | Description |
|-------|------|-------------|
| `ticker` | string | SGX stock code (e.g. `D05` for DBS) |
| `isin` | string | ISIN identifier (e.g. `SG1L01001701`) |
| `company_name` | string | Company or security name |
| `asset_type` | string | Security type: `stocks`, `reits`, `etfs`, `businesstrusts`, `companywarrants`, `structuredwarrants`, `dlcertificates`, `sgsbonds`, `retailbonds`, etc. |
| `listing_board` | string | Listing board: `MAINBOARD` or `CATALIST` |
| `sector_code` | string | Single-letter sector code (e.g. `K`=Finance, `L`=Real Estate & REITs) |
| `sector_name` | string | Human-readable sector name |
| `currency` | string | Trading currency (e.g. `SGD`, `USD`) |
| `board_lot` | number | Minimum shares per trade |
| `last_price` | number | Last traded price |
| `day_change` | number | Absolute price change for the day |
| `day_change_pct` | number | Percentage price change for the day |
| `day_volume` | number | Total shares traded for the day |
| `day_value_sgd` | number | Total value traded in SGD for the day |
| `day_high` | number | Day high price |
| `day_low` | number | Day low price |
| `open_price` | number | Opening price |
| `bid_price` | string | Best bid price |
| `ask_price` | string | Best ask price |
| `adjusted_vwap` | number | Adjusted volume-weighted average price |
| `ex_dividend_date` | string | Ex-dividend date (if applicable) |
| `cpf_eligible` | string | CPF investment scheme eligibility (`Y`/`N`) |
| `country_of_incorporation` | string | Country where the company is incorporated |
| `listing_date` | string | Listing date and board (e.g. `08 December 2023 on MAINBOARD`) |
| `incorporation_date` | string | Date of incorporation (`YYYYMMDD`) |
| `registered_address` | string | Registered office address (combined) |
| `website` | string | Company website URL |
| `company_background` | string | Company description and business background |
| `trading_time` | string | Timestamp of last price update (`YYYYMMDD_HHmmss`) |
| `scraped_at` | string | ISO 8601 timestamp when the record was scraped |

***

### 🔍 FAQ

#### How do I scrape SGX listed companies?

SGX Listed Companies Scraper connects directly to SGX's public JSON API — no login, no browser, no proxy setup. Configure `assetType` to narrow the output, set `maxItems` to `0` for the full universe, and run it.

#### What data can I get from SGX?

SGX Listed Companies Scraper returns 30 fields per security: ticker, ISIN, sector classification, listing board (Mainboard/Catalist), real-time price data (last price, volume, VWAP, bid/ask), and corporate profiles (country, listing date, registered address, company background). The corporate profile data comes from a separate SGX endpoint and is joined automatically — you don't need to fetch it separately.

#### How much does SGX Listed Companies Scraper cost to run?

The full universe of 1,200+ securities runs in under a minute and costs around $1.20. Price-per-event billing at $0.0015/record, and the complete dataset is just over 1,200 records.

#### Can I filter by asset type?

Set `assetType` to `stocks`, `reits`, `etfs`, `businesstrusts`, or `bonds`. The default `all` returns the full listed universe. Derivatives (warrants, DLCs, structured products) are excluded by default — set `includeDerivatives: true` to include them.

#### Does SGX Listed Companies Scraper need proxies?

No. SGX's public API doesn't require proxies. The scraper connects directly from Apify's servers and returns results cleanly.

***

### Need More Features?

Need custom fields, additional SGX endpoints, or a scheduled run for daily market snapshots? [File an issue](https://console.apify.com/actors/issues) or get in touch.

### Why Use SGX Listed Companies Scraper?

- **Affordable** — Full 1,200+ security universe for around $1.20 per run, including corporate profiles
- **Complete coverage** — Joins three SGX API endpoints automatically, so you get ISIN codes, sector data, and corporate backgrounds in one structured output instead of assembling it yourself
- **No friction** — No authentication, no proxies, no browser overhead. Points at a public API and returns clean JSON.

# Actor input Schema

## `sp_intended_usage` (type: `string`):

Please describe how you plan to use the data extracted by this crawler.

## `sp_improvement_suggestions` (type: `string`):

Provide any feedback or suggestions for improvements.

## `sp_contact` (type: `string`):

Provide your email address so we can get in touch with you.

## `assetType` (type: `string`):

Filter by security type. 'all' returns the full universe. Options: all, stocks, reits, etfs, businesstrusts, bonds

## `includeDerivatives` (type: `boolean`):

Include warrants, DLCs, and structured products in the output.

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

Maximum number of securities to return. Set to 0 for all.

## `proxyConfiguration` (type: `object`):

Select proxies. SGX public API does not require proxies.

## Actor input object example

```json
{
  "sp_intended_usage": "Describe your intended use...",
  "sp_improvement_suggestions": "Share your suggestions here...",
  "sp_contact": "Share your email here...",
  "assetType": "all",
  "includeDerivatives": false,
  "maxItems": 15,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# Actor output Schema

## `results` (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 = {
    "sp_intended_usage": "Describe your intended use...",
    "sp_improvement_suggestions": "Share your suggestions here...",
    "sp_contact": "Share your email here...",
    "assetType": "all",
    "includeDerivatives": false,
    "maxItems": 15,
    "proxyConfiguration": {
        "useApifyProxy": false
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("jungle_synthesizer/sgx-listed-companies-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 = {
    "sp_intended_usage": "Describe your intended use...",
    "sp_improvement_suggestions": "Share your suggestions here...",
    "sp_contact": "Share your email here...",
    "assetType": "all",
    "includeDerivatives": False,
    "maxItems": 15,
    "proxyConfiguration": { "useApifyProxy": False },
}

# Run the Actor and wait for it to finish
run = client.actor("jungle_synthesizer/sgx-listed-companies-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 '{
  "sp_intended_usage": "Describe your intended use...",
  "sp_improvement_suggestions": "Share your suggestions here...",
  "sp_contact": "Share your email here...",
  "assetType": "all",
  "includeDerivatives": false,
  "maxItems": 15,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}' |
apify call jungle_synthesizer/sgx-listed-companies-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "SGX Listed Companies Scraper - Singapore Exchange Data",
        "description": "Scrape 1,200+ SGX-listed securities. Extract tickers, ISIN codes, sectors, listing boards (Mainboard/Catalist), asset types (stocks, REITs, ETFs, business trusts), real-time prices, and corporate info: country, listing date, address, and company background.",
        "version": "1.0",
        "x-build-id": "e71ve96QagkTboqci"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/jungle_synthesizer~sgx-listed-companies-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-jungle_synthesizer-sgx-listed-companies-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/jungle_synthesizer~sgx-listed-companies-scraper/runs": {
            "post": {
                "operationId": "runs-sync-jungle_synthesizer-sgx-listed-companies-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/jungle_synthesizer~sgx-listed-companies-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-jungle_synthesizer-sgx-listed-companies-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": {
                    "sp_intended_usage": {
                        "title": "What is the intended usage of this data?",
                        "minLength": 1,
                        "type": "string",
                        "description": "Please describe how you plan to use the data extracted by this crawler."
                    },
                    "sp_improvement_suggestions": {
                        "title": "How can we improve this crawler for you?",
                        "minLength": 1,
                        "type": "string",
                        "description": "Provide any feedback or suggestions for improvements."
                    },
                    "sp_contact": {
                        "title": "Contact Email",
                        "minLength": 1,
                        "type": "string",
                        "description": "Provide your email address so we can get in touch with you."
                    },
                    "assetType": {
                        "title": "Asset Type Filter",
                        "enum": [
                            "all",
                            "stocks",
                            "reits",
                            "etfs",
                            "businesstrusts",
                            "bonds"
                        ],
                        "type": "string",
                        "description": "Filter by security type. 'all' returns the full universe. Options: all, stocks, reits, etfs, businesstrusts, bonds",
                        "default": "all"
                    },
                    "includeDerivatives": {
                        "title": "Include Derivatives",
                        "type": "boolean",
                        "description": "Include warrants, DLCs, and structured products in the output.",
                        "default": false
                    },
                    "maxItems": {
                        "title": "Max Items",
                        "type": "integer",
                        "description": "Maximum number of securities to return. Set to 0 for all.",
                        "default": 15
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Select proxies. SGX public API does not require proxies."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
