# Canonical Hreflang Auditor (`junipr/canonical-hreflang-auditor`) Actor

Audit canonical and hreflang relationships, reciprocal tags, conflicts, and international SEO risks.

- **URL**: https://apify.com/junipr/canonical-hreflang-auditor.md
- **Developed by:** [junipr](https://apify.com/junipr) (community)
- **Categories:** Developer tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $4.90 / 1,000 page auditeds

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/docs.md):

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

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python/docs.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/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

## Canonical Hreflang Auditor

<!-- FIXED_INCLUSIVE_PPE_20260707_START -->
### Store Positioning

**Store title:** Canonical Hreflang Auditor

**Short description:** Audit canonical and hreflang relationships, reciprocal tags, conflicts, and international SEO risks.

**SEO title:** Canonical Hreflang Auditor — technical SEO, web, and domain audit

**SEO description:** Audit canonical and hreflang relationships, reciprocal tags, conflicts, and international SEO risks. Use it to find crawlability, indexability, security, metadata, and page-quality issues with evidence-backed rows and audit reports.

**Categories:** SEO_TOOLS

**Keywords:** canonical, hreflang, auditor, seo audit, web/domain audit

### Fixed-Inclusive PPE Pricing

This actor uses pay-per-event pricing. Event prices include Apify platform usage; users are not expected to pay a separate platform-usage pass-through charge for the configured pricing model.

- Tier: W1 — Web/domain audit
- Primary event: `page-audited` at $0.00490 base
- Default max charge: $10.00
- Store discounts: FREE/BRONZE base, SILVER discounted, GOLD deepest approved discount

Event set:

- `actor-start`: base $0.00500, GOLD $0.00400. Canonical Hreflang Auditor: charged when actor start is completed. The price includes Apify platform usage; no separate usage pass-through is intended.
- `page-audited`: base $0.00490, GOLD $0.00392. Canonical Hreflang Auditor: charged when page audited is completed. The price includes Apify platform usage; no separate usage pass-through is intended.
- `rule-parsed`: base $0.00372, GOLD $0.00298. Canonical Hreflang Auditor: charged when rule parsed is completed. The price includes Apify platform usage; no separate usage pass-through is intended.
- `finding-emitted`: base $0.00372, GOLD $0.00298. Canonical Hreflang Auditor: charged when finding emitted is completed. The price includes Apify platform usage; no separate usage pass-through is intended.
- `audit-report-generated`: base $0.05000, GOLD $0.04000. Canonical Hreflang Auditor: charged when audit report generated is completed. The price includes Apify platform usage; no separate usage pass-through is intended.

### Public Task Concepts

- Audit Canonical Hreflang controls with capped supplied targets
- Find high-priority Canonical Hreflang issues before release
- Validate Canonical Hreflang evidence from supplied pages
- Prioritize Canonical Hreflang fixes with severity and proof
- Export Canonical Hreflang QA rows for client review
<!-- FIXED_INCLUSIVE_PPE_20260707_END -->

Audit canonical and hreflang relationships, reciprocal tags, conflicts, and international SEO risks from safe page snapshots or tightly capped live URLs.

### What This Actor Does

Canonical Hreflang Auditor checks whether pages have clear canonical signals and healthy hreflang clusters. It returns structured rows for each page with canonical status, hreflang languages, missing reciprocal links, duplicate or invalid language codes, x-default gaps, conflicts, issue codes, and recommendations.

The default run uses bundled fixture snapshots and makes no network calls. Live fetching is opt-in with low caps so users can start small.

### What This Actor Does Not Do

- It does not guarantee rankings, traffic, revenue, or search-engine treatment.
- It does not crawl unlimited sites by default.
- It does not use a browser or proxy by default.
- It does not collect sensitive personal data.

### Best Use Cases

- International SEO QA before launching localized pages.
- Finding missing self-referencing hreflang tags.
- Checking reciprocal hreflang relationships across supplied page snapshots.
- Detecting duplicate language codes and invalid hreflang values.
- Finding canonical URLs that conflict with localization clusters.

### Input Fields

- `pages`: optional page snapshots with `sourceUrl`, `html`, `canonicalUrls`, or `hreflangs`.
- `urls`: optional live URLs. Used only when `fetchPages` is `true`.
- `fetchPages`: fetch live HTML for URLs. Default `false`.
- `maxPages`: page cap. Default `3`, maximum `50`.
- `requestTimeoutMs`: per-request timeout for live fetches.
- `requireXDefault`: flag clusters without `x-default`.
- `requireSelfReference`: flag pages without self-referencing hreflang.
- `requireReciprocalLinks`: check reciprocal links among supplied pages.
- `includeReport`: write summary JSON and Markdown report to key-value store.
- `maxChargeUsd`: hard PPE cap. Defaults to `$10` and prevents uncharged rows or reports.
- `debug`: enable verbose logs.

### Example Input

```json
{
  "fetchPages": false,
  "maxPages": 3,
  "requireXDefault": true,
  "requireSelfReference": true,
  "requireReciprocalLinks": true,
  "includeReport": true
}
````

### Output Fields

Each dataset row includes:

- `sourceUrl`, `sourceId`, and `sourceType`
- `canonicalUrl`, `canonicalStatus`, and canonical issue codes
- `hreflangCount`, `hreflangLanguages`, and target URLs
- `missingSelfReference`, `missingXDefault`, and reciprocal issue counts
- duplicate and invalid language counts
- combined `issueCodes`, `status`, `severity`, and `recommendation`

### Example Output

```json
{
  "sourceUrl": "https://example.com/fr/",
  "status": "warn",
  "severity": "medium",
  "canonicalUrl": "https://example.com/fr/",
  "canonicalStatus": "self",
  "hreflangLanguages": ["fr", "en"],
  "missingXDefault": true,
  "reciprocalMissingCount": 1,
  "issueCodes": ["missing-x-default", "missing-reciprocal-hreflang"],
  "recommendation": "Add reciprocal hreflang links on alternate pages that are included in the supplied page set."
}
```

### Cost-Control Tips

- Start with the default fixture input.
- Keep `fetchPages` off unless you need live HTML.
- Use `pages` snapshots for deterministic audits.
- Keep `maxPages` low for first live runs.
- Use `includeReport: false` if you only need dataset rows.

### Scheduling Examples

- Daily international SEO QA for a small set of high-value localized pages.
- Weekly pre-launch check for canonical/hreflang changes.
- One-off migration QA after moving localized URLs.

### Public Task Examples

- Fixture international SEO audit.
- One live URL smoke after usage is approved.
- Canonical conflict review.
- x-default gap check.
- Reciprocal hreflang check.

### FAQ

#### Does this actor crawl a whole website?

No. It audits supplied snapshots by default and only fetches listed URLs when explicitly enabled.

#### Does it need residential proxies?

No browser or proxy is used by default. If a target site blocks simple HTTP fetches, provide snapshots through `pages` instead of enabling live fetches.

#### Does it guarantee Google will accept my hreflang setup?

No. It surfaces structural issues and likely risks. Search engine behavior is not guaranteed.

### Troubleshooting

- Empty output usually means your supplied page snapshots had no canonical or hreflang content and `fetchPages` was disabled.
- If live fetches time out, lower `maxPages`, increase `requestTimeoutMs`, or provide page snapshots.
- If reciprocal checks look incomplete, supply all pages from the same hreflang cluster in one run.

### Limitations

- Live fetching does not execute JavaScript.
- Reciprocal checks only compare pages supplied or fetched in the same run.
- The actor validates common hreflang formats but does not replace a full SEO review.

### Source And Safety Notes

Use this actor on pages you own, manage, or have permission to audit. The default input avoids network activity to keep Apify automated checks and free-plan users safe.

### Changelog

- `1.0.0`: Initial local-first canonical/hreflang auditor with fixture tests, safe defaults, PPE billing guards, and summary report output.

# Actor input Schema

## `pages` (type: `array`):

Optional page snapshots with HTML, canonical, and hreflang tags. Defaults use tiny fixtures and make no network calls.

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

Optional URLs to fetch. Used only when fetchPages is true.

## `fetchPages` (type: `boolean`):

Fetch page HTML for each URL. Default false avoids network usage.

## `maxPages` (type: `integer`):

Maximum pages to audit in one run.

## `requestTimeoutMs` (type: `integer`):

Timeout per live HTTP request. Used only when fetchPages is true.

## `requireXDefault` (type: `boolean`):

Flag hreflang clusters without an x-default URL.

## `requireSelfReference` (type: `boolean`):

Flag pages that do not include their own URL in the hreflang cluster.

## `requireReciprocalLinks` (type: `boolean`):

Check reciprocal hreflang links among supplied pages.

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

Alias for Max Targets/Maximum Records used by the Junipr actor baseline. When both are provided, actor-specific limits still apply.

## `includeReport` (type: `boolean`):

Store result JSON, summary JSON, and a Markdown report in the key-value store.

## `maxChargeUsd` (type: `number`):

Hard local spending cap for actor-start, per-item, and report events. The actor stops before work or withholds uncharged output when the next event would exceed this amount.

## `dryRun` (type: `boolean`):

Validate input and write a dry-run summary without PPE charges or dataset output.

## `debug` (type: `boolean`):

Enable verbose logs.

## Actor input object example

```json
{
  "pages": [],
  "urls": [],
  "fetchPages": false,
  "maxPages": 3,
  "requestTimeoutMs": 8000,
  "requireXDefault": true,
  "requireSelfReference": true,
  "requireReciprocalLinks": true,
  "maxItems": 1,
  "includeReport": true,
  "maxChargeUsd": 10,
  "dryRun": false,
  "debug": false
}
```

# Actor output Schema

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

Canonical and hreflang audit rows.

## `summary` (type: `string`):

Run-level summary stored in the key-value store.

## `report` (type: `string`):

Concise Markdown report stored in the key-value store.

# 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 = {};

// Run the Actor and wait for it to finish
const run = await client.actor("junipr/canonical-hreflang-auditor").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 = {}

# Run the Actor and wait for it to finish
run = client.actor("junipr/canonical-hreflang-auditor").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 '{}' |
apify call junipr/canonical-hreflang-auditor --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Canonical Hreflang Auditor",
        "description": "Audit canonical and hreflang relationships, reciprocal tags, conflicts, and international SEO risks.",
        "version": "1.0",
        "x-build-id": "Mnog42TN5w8bGuqhM"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/junipr~canonical-hreflang-auditor/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-junipr-canonical-hreflang-auditor",
                "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/junipr~canonical-hreflang-auditor/runs": {
            "post": {
                "operationId": "runs-sync-junipr-canonical-hreflang-auditor",
                "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/junipr~canonical-hreflang-auditor/run-sync": {
            "post": {
                "operationId": "run-sync-junipr-canonical-hreflang-auditor",
                "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": {
                    "pages": {
                        "title": "Page Snapshots",
                        "type": "array",
                        "description": "Optional page snapshots with HTML, canonical, and hreflang tags. Defaults use tiny fixtures and make no network calls.",
                        "items": {
                            "type": "object"
                        },
                        "default": []
                    },
                    "urls": {
                        "title": "Live URLs",
                        "type": "array",
                        "description": "Optional URLs to fetch. Used only when fetchPages is true.",
                        "items": {
                            "type": "string"
                        },
                        "default": []
                    },
                    "fetchPages": {
                        "title": "Fetch Pages",
                        "type": "boolean",
                        "description": "Fetch page HTML for each URL. Default false avoids network usage.",
                        "default": false
                    },
                    "maxPages": {
                        "title": "Maximum Pages",
                        "minimum": 1,
                        "maximum": 50,
                        "type": "integer",
                        "description": "Maximum pages to audit in one run.",
                        "default": 3
                    },
                    "requestTimeoutMs": {
                        "title": "HTTP Timeout",
                        "minimum": 1000,
                        "maximum": 30000,
                        "type": "integer",
                        "description": "Timeout per live HTTP request. Used only when fetchPages is true.",
                        "default": 8000
                    },
                    "requireXDefault": {
                        "title": "Require x-default",
                        "type": "boolean",
                        "description": "Flag hreflang clusters without an x-default URL.",
                        "default": true
                    },
                    "requireSelfReference": {
                        "title": "Require Self Reference",
                        "type": "boolean",
                        "description": "Flag pages that do not include their own URL in the hreflang cluster.",
                        "default": true
                    },
                    "requireReciprocalLinks": {
                        "title": "Require Reciprocal Links",
                        "type": "boolean",
                        "description": "Check reciprocal hreflang links among supplied pages.",
                        "default": true
                    },
                    "maxItems": {
                        "title": "Max Items",
                        "minimum": 1,
                        "maximum": 50,
                        "type": "integer",
                        "description": "Alias for Max Targets/Maximum Records used by the Junipr actor baseline. When both are provided, actor-specific limits still apply.",
                        "default": 1
                    },
                    "includeReport": {
                        "title": "Generate Summary Report",
                        "type": "boolean",
                        "description": "Store result JSON, summary JSON, and a Markdown report in the key-value store.",
                        "default": true
                    },
                    "maxChargeUsd": {
                        "title": "Maximum Charge (USD)",
                        "minimum": 0,
                        "maximum": 1000,
                        "type": "number",
                        "description": "Hard local spending cap for actor-start, per-item, and report events. The actor stops before work or withholds uncharged output when the next event would exceed this amount.",
                        "default": 10
                    },
                    "dryRun": {
                        "title": "Dry Run",
                        "type": "boolean",
                        "description": "Validate input and write a dry-run summary without PPE charges or dataset output.",
                        "default": false
                    },
                    "debug": {
                        "title": "Debug Logging",
                        "type": "boolean",
                        "description": "Enable verbose logs.",
                        "default": false
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
