# Investing.com News Scraper (`xtracto/investing-scraper`) Actor

Extract full article text, related tickers, and reader comments from investing.com news articles. No browser or account needed - fast HTTP-only extraction.

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

## Pricing

from $18.00 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.
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

## Investing.com News Scraper

Extract full article text, related financial instruments, and reader comments from **investing.com** news articles — no account, no browser, no setup required.

### Why use this actor

- **Full article text, not just a headline** — the complete body of each news article, in clean plain text.
- **Rich financial context** — every financial instrument mentioned in the article (stocks, indices, forex) is captured alongside the news, including name, exchange ticker, pair ID, and live price change for the day.
- **Reader sentiment included** — comment threads are collected in full: author name, message text, like/dislike counts, and threaded replies with parent reference.
- **No login or subscription required** — works on regular investing.com news without an account.
- **Stable, consistent JSON** — the same fields are returned for every article, making it easy to pipe directly into a database, spreadsheet, or downstream pipeline.
- **Latest headlines on demand** — use `mode: "latest"` to pull the newest article URLs without processing individual articles.

---

### How it works

1. You give the actor one or more investing.com article URLs — or set `mode` to `"latest"` to fetch fresh headlines automatically.
2. The actor fetches the full article: headline, body text, byline, publication date, and featured image.
3. Any financial instruments linked in the article are collected as ticker records — name, exchange symbol, pair ID, and current-day price change.
4. Reader comments are captured in full, including threaded replies with like and dislike counts.
5. Results appear in the dataset immediately, ready to download as JSON, CSV, or Excel.

Pagination, retries, and IP management are handled automatically — you only need to provide URLs.

---

### Input

```json
{
  "url": "https://www.investing.com/news/stock-market-news/no-ceiling-in-sight-this-analyst-just-raised-his-kospi-target-again-4691696",
  "mode": "article",
  "limit": 10
}
````

| Field | Type | Description |
|---|---|---|
| `url` | string | Single investing.com article URL to extract. |
| `urls` | array | Multiple article URLs to extract in one run. |
| `mode` | string | `"article"` (default) — extract a single URL. `"latest"` — return the newest headlines from the feed. |
| `limit` | integer | Maximum number of articles returned in `latest` mode. Default: `10`. |

***

### Output

```json
{
  "url": "https://www.investing.com/news/stock-market-news/no-ceiling-in-sight-this-analyst-just-raised-his-kospi-target-again-4691696",
  "source": "Investing.com",
  "news_id": 4691696,
  "title": "\"No ceiling in sight\": This analyst just raised his KOSPI target again",
  "description": "\"No ceiling in sight\": This analyst just raised his KOSPI target again",
  "content": "Investing.com -- KB Securities raised its KOSPI year-end target by 40% to 10,500 points, citing artificial intelligence-led earnings upgrades as the index pushed to successive record highs in recent sessions. KB strategist Euntaek Lee said the ongoing rally \"is faster and stronger\" than Korea's famous \"three lows\" bull market of 1986-89, which returned eight times in four years...",
  "published_date": "2026-05-15T10:43:39Z",
  "modified_date": "2026-05-15T10:43:39Z",
  "authors": ["Vahid Karaahmetovic"],
  "image": "https://i-invdn-com.investing.com/news/moved_LYNXNPEB7B0FP_L.jpg",
  "canonical_url": "https://www.investing.com/news/stock-market-news/no-ceiling-in-sight-this-analyst-just-raised-his-kospi-target-again-4691696",
  "language": "en_US",
  "word_count": 338,
  "source_name": "Investing.com",
  "comments_count": 7,
  "tickers": [
    {
      "symbol": "KOSPI",
      "ticker": "KS11",
      "pair_id": 37426,
      "pair_type": "indice",
      "change_pct": "-6.12%",
      "change_color": "red"
    },
    {
      "symbol": "SK Hynix Inc",
      "ticker": "000660",
      "pair_id": 43430,
      "pair_type": "Equities",
      "change_pct": "-7.66%",
      "change_color": "red"
    },
    {
      "symbol": "Samsung Electronics Co",
      "ticker": "005930",
      "pair_id": 43433,
      "pair_type": "Equities",
      "change_pct": "-8.61%",
      "change_color": "red"
    }
  ],
  "comments": [
    {
      "comment_id": "46853946",
      "parent_id": null,
      "username": "Fahim Bin Abdullah",
      "text": "hi",
      "date": "22 hours ago",
      "likes": 1,
      "dislikes": 0
    },
    {
      "comment_id": "46854111",
      "parent_id": null,
      "username": "Stephen Corsaro",
      "text": "to the moon I say , ignore the troubles.",
      "date": "21 hours ago",
      "likes": 1,
      "dislikes": 0
    },
    "... 5 more"
  ]
}
```

| Field | Type | Description |
|---|---|---|
| `url` | string | The article URL that was scraped. |
| `source` | string | Always `"Investing.com"`. |
| `news_id` | integer | Investing.com's internal article number, taken from the URL. |
| `title` | string | Article headline. |
| `description` | string | Lead sentence or summary from the article's metadata. |
| `content` | string | Full article body, cleaned of ads and navigation. |
| `published_date` | string | ISO 8601 publication timestamp. |
| `modified_date` | string | ISO 8601 last-updated timestamp. |
| `authors` | array | Journalist or staff byline, e.g. `["Vahid Karaahmetovic"]`. |
| `image` | string | Featured article image URL. |
| `canonical_url` | string | The definitive URL for this article (may differ from input for regional editions). |
| `language` | string | Content language code, e.g. `"en_US"`. |
| `word_count` | integer | Approximate word count of the article body. |
| `source_name` | string | Provider label, e.g. `"Investing.com"` or a wire agency name. |
| `comments_count` | integer | Total number of comments on the article. |
| `tickers` | array | Related financial instruments (see below). |
| `comments` | array | Reader comments and threaded replies (see below). |

#### Tickers

Each item in `tickers`:

| Field | Type | Description |
|---|---|---|
| `symbol` | string | Display name of the instrument, e.g. `"KOSPI"`, `"SK Hynix Inc"`. |
| `ticker` | string | Exchange ticker code, e.g. `"KS11"`, `"000660"`. |
| `pair_id` | integer | Investing.com's internal instrument ID. |
| `pair_type` | string | Asset class: `"indice"`, `"Equities"`, `"currency"`, etc. |
| `change_pct` | string | Price change for the day, e.g. `"-6.12%"`. `null` if unavailable. |
| `change_color` | string | `"green"` (up) or `"red"` (down). `null` if change is zero or unavailable. |

#### Comments

Each item in `comments`:

| Field | Type | Description |
|---|---|---|
| `comment_id` | string | Investing.com's unique comment ID. |
| `parent_id` | string|null | ID of the parent comment for replies; `null` for top-level comments. |
| `username` | string | Display name of the commenter. |
| `text` | string | Comment body text. |
| `date` | string | Relative timestamp as shown on the page, e.g. `"22 hours ago"`. |
| `likes` | integer | Number of upvotes on this comment. |
| `dislikes` | integer | Number of downvotes on this comment. |

***

### Fetch latest news

Set `mode` to `"latest"` to retrieve the newest article URLs from the feed without extracting full articles.

**Input:**

```json
{
  "mode": "latest",
  "limit": 10
}
```

**Output** — array of objects:

```json
[
  {
    "url": "https://www.investing.com/news/stock-market-news/fda-drug-center-head-fired-after-commissioners-exit-4694463",
    "title": "FDA drug center head fired after commissioner's exit",
    "published_date": "2026-05-16 16:54:26",
    "source": "Investing.com",
    "news_id": 4694463
  },
  {
    "url": "https://www.investing.com/news/stock-market-news/blackrock-weighs-5-bln10-bln-investment-in-spacex-ipo-the-information-4694475",
    "title": "BlackRock weighs $5 bln-$10 bln investment in SpaceX IPO — The Information",
    "published_date": "2026-05-16 16:49:02",
    "source": "Investing.com",
    "news_id": 4694475
  }
]
```

Source: `https://www.investing.com/rss/news.rss`

***

### Cron schedule: auto-fetch newest articles

1. **Schedule** a recurring run with `{"mode": "latest", "limit": 20}` via Apify Schedules — e.g. `*/30 * * * *` for every 30 minutes.
2. **Webhook** the resulting URLs into another run with `mode: "article"` to extract full content. Apify's "Actor finished" webhook lets you chain runs without glue code.

Common cron expressions:

| Frequency | Cron |
|---|---|
| Every 15 minutes | `*/15 * * * *` |
| Hourly | `0 * * * *` |
| Every 6 hours | `0 */6 * * *` |
| Daily at 06:00 UTC | `0 6 * * *` |

***

### Notes

- **Comments** are sourced from the same page load as the article — no separate request is needed. Returns an empty array if the article has no comments.
- **Tickers** reflect the price change as of the time the article was fetched. The values are live at scrape time, not historical.

***

### Other News Actors

| Actor | Source |
|---|---|
| [`aljazeera-scraper`](https://apify.com/xtracto/aljazeera-scraper) | Al Jazeera |
| [`apnews-scraper`](https://apify.com/xtracto/apnews-scraper) | AP News |
| [`bbc-scraper`](https://apify.com/xtracto/bbc-scraper) | BBC News |
| [`cnbc-scraper`](https://apify.com/xtracto/cnbc-scraper) | CNBC |
| [`forbes-scraper`](https://apify.com/xtracto/forbes-scraper) | Forbes |
| [`fortune-scraper`](https://apify.com/xtracto/fortune-scraper) | Fortune |
| [`ft-scraper`](https://apify.com/xtracto/ft-scraper) | Financial Times |
| [`guardian-scraper`](https://apify.com/xtracto/guardian-scraper) | The Guardian |
| [`msn-scraper`](https://apify.com/xtracto/msn-scraper) | MSN News |
| [`nytimes-scraper`](https://apify.com/xtracto/nytimes-scraper) | New York Times |
| [`reuters-scraper`](https://apify.com/xtracto/reuters-scraper) | Reuters |
| [`scmp-scraper`](https://apify.com/xtracto/scmp-scraper) | South China Morning Post |
| [`techcrunch-scraper`](https://apify.com/xtracto/techcrunch-scraper) | TechCrunch |
| [`upi-scraper`](https://apify.com/xtracto/upi-scraper) | UPI |
| [`yahoo-finance-scraper`](https://apify.com/xtracto/yahoo-finance-scraper) | Yahoo Finance |
| [`smart-news-loader`](https://apify.com/xtracto/smart-news-loader) | Any URL — adaptive loader |

# Actor input Schema

## `url` (type: `string`):

Single investing.com article URL to extract.

## `urls` (type: `array`):

List of investing.com article URLs to extract in one run.

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

Operation mode: 'article' to extract a single article (default), 'latest' to fetch newest headlines from investing.com.

## `limit` (type: `integer`):

Number of latest articles to return when mode is 'latest'. Default: 10.

## Actor input object example

```json
{
  "url": "https://www.investing.com/news/stock-market-news/no-ceiling-in-sight-this-analyst-just-raised-his-kospi-target-again-4691696",
  "mode": "article",
  "limit": 10
}
```

# 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 = {
    "url": "https://www.investing.com/news/stock-market-news/no-ceiling-in-sight-this-analyst-just-raised-his-kospi-target-again-4691696",
    "mode": "article",
    "limit": 10
};

// Run the Actor and wait for it to finish
const run = await client.actor("xtracto/investing-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 = {
    "url": "https://www.investing.com/news/stock-market-news/no-ceiling-in-sight-this-analyst-just-raised-his-kospi-target-again-4691696",
    "mode": "article",
    "limit": 10,
}

# Run the Actor and wait for it to finish
run = client.actor("xtracto/investing-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 '{
  "url": "https://www.investing.com/news/stock-market-news/no-ceiling-in-sight-this-analyst-just-raised-his-kospi-target-again-4691696",
  "mode": "article",
  "limit": 10
}' |
apify call xtracto/investing-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Investing.com News Scraper",
        "description": "Extract full article text, related tickers, and reader comments from investing.com news articles. No browser or account needed - fast HTTP-only extraction.",
        "version": "1.0",
        "x-build-id": "8A7iW5MFpLie9oirj"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/xtracto~investing-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-xtracto-investing-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/xtracto~investing-scraper/runs": {
            "post": {
                "operationId": "runs-sync-xtracto-investing-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/xtracto~investing-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-xtracto-investing-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": {
                    "url": {
                        "title": "Article URL",
                        "type": "string",
                        "description": "Single investing.com article URL to extract."
                    },
                    "urls": {
                        "title": "Article URLs",
                        "type": "array",
                        "description": "List of investing.com article URLs to extract in one run.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "mode": {
                        "title": "Mode",
                        "enum": [
                            "article",
                            "latest"
                        ],
                        "type": "string",
                        "description": "Operation mode: 'article' to extract a single article (default), 'latest' to fetch newest headlines from investing.com.",
                        "default": "article"
                    },
                    "limit": {
                        "title": "Limit",
                        "type": "integer",
                        "description": "Number of latest articles to return when mode is 'latest'. Default: 10.",
                        "default": 10
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
