{
  "openapi": "3.0.1",
  "info": {
    "title": "Advanced Website Traffic Generator (Human Like)",
    "description": "Generates realistic website traffic and get their stats on Google analytics with configurable visits, device profiles, geo-targeting, scroll/click behavior, and proxy rotation.",
    "version": "0.1",
    "x-build-id": "2YTFjnpbRJKtM4mWs"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/antique_fusetar~human-web-traffic-generator/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-antique_fusetar-human-web-traffic-generator",
        "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/antique_fusetar~human-web-traffic-generator/runs": {
      "post": {
        "operationId": "runs-sync-antique_fusetar-human-web-traffic-generator",
        "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/antique_fusetar~human-web-traffic-generator/run-sync": {
      "post": {
        "operationId": "run-sync-antique_fusetar-human-web-traffic-generator",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "required": [
          "start_urls"
        ],
        "properties": {
          "start_urls": {
            "title": "Start URLs",
            "type": "array",
            "description": "List of URLs to send traffic to. Visits will be distributed evenly across all URLs.",
            "items": {
              "type": "object",
              "required": [
                "url"
              ],
              "properties": {
                "url": {
                  "type": "string",
                  "title": "URL of a web page",
                  "format": "uri"
                }
              }
            }
          },
          "total_visits": {
            "title": "Total visits",
            "minimum": 1,
            "maximum": 1000000,
            "type": "integer",
            "description": "Total number of simulated visits across all start URLs.",
            "default": 50
          },
          "duration_minutes": {
            "title": "Duration",
            "minimum": 1,
            "maximum": 1440,
            "type": "integer",
            "description": "Spread visits over this many minutes.",
            "default": 2
          },
          "concurrency": {
            "title": "Concurrency",
            "type": "object",
            "description": "Min and max parallel browser sessions.",
            "properties": {
              "min": {
                "title": "Min concurrency",
                "type": "integer",
                "description": "Minimum parallel browser sessions.",
                "default": 1,
                "minimum": 1,
                "maximum": 50,
                "editor": "number"
              },
              "max": {
                "title": "Max concurrency",
                "type": "integer",
                "description": "Maximum parallel browser sessions.",
                "default": 3,
                "minimum": 1,
                "maximum": 50,
                "editor": "number"
              }
            },
            "default": {
              "min": 1,
              "max": 3
            }
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Select which Apify proxy group to use. Residential proxies recommended."
          },
          "proxy": {
            "title": "Proxy options",
            "type": "object",
            "description": "Enable/disable proxy and set target countries.",
            "properties": {
              "use": {
                "title": "Enable proxy",
                "type": "boolean",
                "description": "Route traffic through proxies. If off, uses Actor's own IP.",
                "default": true,
                "editor": "checkbox"
              },
              "countries": {
                "title": "Target countries",
                "type": "array",
                "description": "Each visit randomly picks a country. 2-letter ISO codes.",
                "editor": "select",
                "default": [
                  "US",
                  "IN",
                  "GB"
                ],
                "items": {
                  "type": "string",
                  "enumSuggestedValues": [
                    "AD",
                    "AE",
                    "AR",
                    "AT",
                    "AU",
                    "AW",
                    "BB",
                    "BE",
                    "BH",
                    "BM",
                    "BN",
                    "BR",
                    "BS",
                    "CA",
                    "CH",
                    "CL",
                    "CO",
                    "CY",
                    "CZ",
                    "DE",
                    "DK",
                    "EE",
                    "ES",
                    "EU",
                    "FI",
                    "FO",
                    "FR",
                    "GB",
                    "GL",
                    "GR",
                    "GU",
                    "GY",
                    "HK",
                    "HR",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IM",
                    "IN",
                    "IS",
                    "IT",
                    "JE",
                    "JP",
                    "KR",
                    "KW",
                    "KY",
                    "LT",
                    "LU",
                    "LV",
                    "MO",
                    "MT",
                    "MX",
                    "MY",
                    "NC",
                    "NL",
                    "NO",
                    "NZ",
                    "PH",
                    "PL",
                    "PR",
                    "PT",
                    "QA",
                    "RO",
                    "RU",
                    "SA",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SX",
                    "TH",
                    "TR",
                    "TW",
                    "UA",
                    "US",
                    "UY",
                    "VI",
                    "VN",
                    "ZA"
                  ],
                  "enumTitles": [
                    "Andorra",
                    "UAE",
                    "Argentina",
                    "Austria",
                    "Australia",
                    "Aruba",
                    "Barbados",
                    "Belgium",
                    "Bahrain",
                    "Bermuda",
                    "Brunei",
                    "Brazil",
                    "Bahamas",
                    "Canada",
                    "Switzerland",
                    "Chile",
                    "Colombia",
                    "Cyprus",
                    "Czech Republic",
                    "Germany",
                    "Denmark",
                    "Estonia",
                    "Spain",
                    "European Union",
                    "Finland",
                    "Faroe Islands",
                    "France",
                    "United Kingdom",
                    "Greenland",
                    "Greece",
                    "Guam",
                    "Guyana",
                    "Hong Kong",
                    "Croatia",
                    "Hungary",
                    "Indonesia",
                    "Ireland",
                    "Israel",
                    "Isle of Man",
                    "India",
                    "Iceland",
                    "Italy",
                    "Jersey",
                    "Japan",
                    "South Korea",
                    "Kuwait",
                    "Cayman Islands",
                    "Lithuania",
                    "Luxembourg",
                    "Latvia",
                    "Macau",
                    "Malta",
                    "Mexico",
                    "Malaysia",
                    "New Caledonia",
                    "Netherlands",
                    "Norway",
                    "New Zealand",
                    "Philippines",
                    "Poland",
                    "Puerto Rico",
                    "Portugal",
                    "Qatar",
                    "Romania",
                    "Russia",
                    "Saudi Arabia",
                    "Sweden",
                    "Singapore",
                    "Slovenia",
                    "Slovakia",
                    "Sint Maarten",
                    "Thailand",
                    "Turkey",
                    "Taiwan",
                    "Ukraine",
                    "United States",
                    "Uruguay",
                    "US Virgin Islands",
                    "Vietnam",
                    "South Africa"
                  ]
                }
              }
            },
            "default": {
              "use": true,
              "countries": [
                "US",
                "IN",
                "GB"
              ]
            }
          },
          "device_distribution": {
            "title": "Device distribution",
            "type": "object",
            "description": "Probability weights for each device type.",
            "properties": {
              "windows": {
                "title": "Windows",
                "type": "number",
                "description": "Weight for Windows desktop.",
                "default": 0.4,
                "minimum": 0,
                "maximum": 1,
                "editor": "number"
              },
              "mac": {
                "title": "Mac",
                "type": "number",
                "description": "Weight for macOS desktop.",
                "default": 0.3,
                "minimum": 0,
                "maximum": 1,
                "editor": "number"
              },
              "linux": {
                "title": "Linux",
                "type": "number",
                "description": "Weight for Linux desktop.",
                "default": 0.1,
                "minimum": 0,
                "maximum": 1,
                "editor": "number"
              },
              "android": {
                "title": "Android",
                "type": "number",
                "description": "Weight for Android mobile.",
                "default": 0.1,
                "minimum": 0,
                "maximum": 1,
                "editor": "number"
              },
              "ios": {
                "title": "iOS",
                "type": "number",
                "description": "Weight for iOS mobile.",
                "default": 0.1,
                "minimum": 0,
                "maximum": 1,
                "editor": "number"
              }
            },
            "default": {
              "windows": 0.4,
              "mac": 0.3,
              "linux": 0.1,
              "android": 0.1,
              "ios": 0.1
            }
          },
          "country_device_map": {
            "title": "Per-country device mix",
            "type": "array",
            "description": "Override device type mix per proxy country. One entry shows by default - fill it and a new one appears automatically. Countries not configured here use the global Device distribution above.",
            "items": {
              "type": "object",
              "properties": {
                "country": {
                  "title": "Country",
                  "type": "string",
                  "description": "Select the proxy country for this device mix.",
                  "editor": "select",
                  "enum": [
                    "AD",
                    "AE",
                    "AR",
                    "AT",
                    "AU",
                    "AW",
                    "BB",
                    "BE",
                    "BH",
                    "BM",
                    "BN",
                    "BR",
                    "BS",
                    "CA",
                    "CH",
                    "CL",
                    "CO",
                    "CY",
                    "CZ",
                    "DE",
                    "DK",
                    "EE",
                    "ES",
                    "EU",
                    "FI",
                    "FO",
                    "FR",
                    "GB",
                    "GL",
                    "GR",
                    "GU",
                    "GY",
                    "HK",
                    "HR",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IM",
                    "IN",
                    "IS",
                    "IT",
                    "JE",
                    "JP",
                    "KR",
                    "KW",
                    "KY",
                    "LT",
                    "LU",
                    "LV",
                    "MO",
                    "MT",
                    "MX",
                    "MY",
                    "NC",
                    "NL",
                    "NO",
                    "NZ",
                    "PH",
                    "PL",
                    "PR",
                    "PT",
                    "QA",
                    "RO",
                    "RU",
                    "SA",
                    "SE",
                    "SG",
                    "SI",
                    "SK",
                    "SX",
                    "TH",
                    "TR",
                    "TW",
                    "UA",
                    "US",
                    "UY",
                    "VI",
                    "VN",
                    "ZA"
                  ],
                  "enumTitles": [
                    "Andorra",
                    "UAE",
                    "Argentina",
                    "Austria",
                    "Australia",
                    "Aruba",
                    "Barbados",
                    "Belgium",
                    "Bahrain",
                    "Bermuda",
                    "Brunei",
                    "Brazil",
                    "Bahamas",
                    "Canada",
                    "Switzerland",
                    "Chile",
                    "Colombia",
                    "Cyprus",
                    "Czech Republic",
                    "Germany",
                    "Denmark",
                    "Estonia",
                    "Spain",
                    "European Union",
                    "Finland",
                    "Faroe Islands",
                    "France",
                    "United Kingdom",
                    "Greenland",
                    "Greece",
                    "Guam",
                    "Guyana",
                    "Hong Kong",
                    "Croatia",
                    "Hungary",
                    "Indonesia",
                    "Ireland",
                    "Israel",
                    "Isle of Man",
                    "India",
                    "Iceland",
                    "Italy",
                    "Jersey",
                    "Japan",
                    "South Korea",
                    "Kuwait",
                    "Cayman Islands",
                    "Lithuania",
                    "Luxembourg",
                    "Latvia",
                    "Macau",
                    "Malta",
                    "Mexico",
                    "Malaysia",
                    "New Caledonia",
                    "Netherlands",
                    "Norway",
                    "New Zealand",
                    "Philippines",
                    "Poland",
                    "Puerto Rico",
                    "Portugal",
                    "Qatar",
                    "Romania",
                    "Russia",
                    "Saudi Arabia",
                    "Sweden",
                    "Singapore",
                    "Slovenia",
                    "Slovakia",
                    "Sint Maarten",
                    "Thailand",
                    "Turkey",
                    "Taiwan",
                    "Ukraine",
                    "United States",
                    "Uruguay",
                    "US Virgin Islands",
                    "Vietnam",
                    "South Africa"
                  ]
                },
                "windows": {
                  "title": "Windows %",
                  "type": "integer",
                  "description": "Weight for Windows desktop (0–100)",
                  "default": 0,
                  "minimum": 0,
                  "maximum": 100,
                  "editor": "number"
                },
                "mac": {
                  "title": "Mac %",
                  "type": "integer",
                  "description": "Weight for macOS desktop (0–100)",
                  "default": 0,
                  "minimum": 0,
                  "maximum": 100,
                  "editor": "number"
                },
                "linux": {
                  "title": "Linux %",
                  "type": "integer",
                  "description": "Weight for Linux desktop (0–100)",
                  "default": 0,
                  "minimum": 0,
                  "maximum": 100,
                  "editor": "number"
                },
                "android": {
                  "title": "Android %",
                  "type": "integer",
                  "description": "Weight for Android mobile (0–100)",
                  "default": 0,
                  "minimum": 0,
                  "maximum": 100,
                  "editor": "number"
                },
                "ios": {
                  "title": "iOS %",
                  "type": "integer",
                  "description": "Weight for iOS mobile (0–100)",
                  "default": 0,
                  "minimum": 0,
                  "maximum": 100,
                  "editor": "number"
                }
              }
            }
          },
          "behavior_distribution": {
            "title": "Behavior distribution",
            "type": "object",
            "description": "Probability weights for browsing behavior types.",
            "properties": {
              "bounce": {
                "title": "Bounce",
                "type": "number",
                "description": "Quick visit - minimal scroll, no click.",
                "default": 0.15,
                "minimum": 0,
                "maximum": 1,
                "editor": "number"
              },
              "normal": {
                "title": "Normal",
                "type": "number",
                "description": "Medium scroll, likely clicks a link.",
                "default": 0.65,
                "minimum": 0,
                "maximum": 1,
                "editor": "number"
              },
              "deep": {
                "title": "Deep",
                "type": "number",
                "description": "Deep scroll, always clicks, browses after.",
                "default": 0.2,
                "minimum": 0,
                "maximum": 1,
                "editor": "number"
              }
            },
            "default": {
              "bounce": 0.15,
              "normal": 0.65,
              "deep": 0.2
            }
          },
          "click_targets": {
            "title": "Click targets",
            "type": "object",
            "description": "Each click target type can be enabled/disabled with its own probability and matching rules.",
            "properties": {
              "main_links_enabled": {
                "title": "Main links - Enabled",
                "type": "boolean",
                "description": "Click <a> links on the page.",
                "default": true,
                "editor": "checkbox"
              },
              "main_links_probability": {
                "title": "Main links - Probability",
                "type": "number",
                "description": "Weight for clicking main links (relative to other targets).",
                "default": 0.94,
                "minimum": 0,
                "maximum": 1,
                "editor": "number"
              },
              "main_links_patterns": {
                "title": "Main links - URL patterns",
                "type": "array",
                "description": "Only click links whose href contains one of these strings. Leave empty to click any link.",
                "default": [
                  "manual_redirect.php"
                ],
                "editor": "stringList",
                "items": {
                  "type": "string"
                }
              },
              "main_links_domains": {
                "title": "Main links - Domains",
                "type": "array",
                "description": "Only click links pointing to one of these domains. Leave empty to allow all domains.",
                "default": [
                  "www.profitablecpmratenetwork.com"
                ],
                "editor": "stringList",
                "items": {
                  "type": "string"
                }
              },
              "div_ids_enabled": {
                "title": "Div clicks - Enabled",
                "type": "boolean",
                "description": "Click specific div elements by their HTML ID.",
                "default": false,
                "editor": "checkbox"
              },
              "div_ids_probability": {
                "title": "Div clicks - Probability",
                "type": "number",
                "description": "Weight for clicking div elements (relative to other targets).",
                "default": 0.03,
                "minimum": 0,
                "maximum": 1,
                "editor": "number"
              },
              "div_ids_list": {
                "title": "Div clicks - Element IDs",
                "type": "array",
                "description": "HTML IDs of div elements to click (without #). Example: atContainer-1d9b72232985152b0bb812d355eacf14",
                "default": [
                  "atContainer-1d9b72232985152b0bb812d355eacf14"
                ],
                "editor": "stringList",
                "items": {
                  "type": "string"
                }
              },
              "iframe_enabled": {
                "title": "Iframe clicks - Enabled",
                "type": "boolean",
                "description": "Click inside iframe elements on the page.",
                "default": false,
                "editor": "checkbox"
              },
              "iframe_probability": {
                "title": "Iframe clicks - Probability",
                "type": "number",
                "description": "Weight for clicking iframes (relative to other targets).",
                "default": 0.03,
                "minimum": 0,
                "maximum": 1,
                "editor": "number"
              }
            }
          },
          "headers": {
            "title": "Custom HTTP headers",
            "type": "object",
            "description": "Additional HTTP headers sent with each request."
          },
          "speed": {
            "title": "Speed mode",
            "enum": [
              "1x",
              "2x",
              "3x",
              "4x",
              "5x",
              "6x",
              "7x",
              "8x",
              "9x",
              "10x"
            ],
            "type": "string",
            "description": "Reduce visit duration by dividing all behavioral waits (scroll pauses, idle time, dwell time, post-click browse) by the selected factor. Page loads and proxy checks are not affected. 1x = full human-like timing. 4x = quarter time. 10x = fastest (minimal waits, saves rental cost).",
            "default": "1x"
          },
          "div_dwell_seconds": {
            "title": "Div ad dwell time",
            "minimum": 1,
            "maximum": 30,
            "type": "integer",
            "description": "How many seconds each div ad element stays in the viewport before clicking. This is the time the ad network needs to register an impression. NOT affected by speed mode - this is a network requirement, not a behavioral timing. Minimum 1s, maximum 30s.",
            "default": 6
          },
          "headless": {
            "title": "Headless browser",
            "type": "boolean",
            "description": "Run browsers in headless mode. Uses significantly less RAM, allowing higher concurrency on the same machine. Some anti-bot systems may detect headless mode more easily.",
            "default": true
          },
          "max_request_retries": {
            "title": "Max retries per visit",
            "minimum": 0,
            "maximum": 20,
            "type": "integer",
            "description": "Max retry attempts for a failed visit. Each retry uses a fresh proxy, browser context, and identity. Total attempts per visit = retries + 1. Failures include dead/suspect proxies, IP reuse, budget exceeded, or crashes.",
            "default": 2
          },
          "abort_on_tail": {
            "title": "Skip retry tail",
            "type": "boolean",
            "description": "When enabled, retries are skipped once the number of remaining visits drops below the concurrency setting. During the main burst phase all retries run normally. Only the slow 'tail' - where a few leftover retries run one at a time at low concurrency - is cut. Saves significant run time with poor proxy countries without reducing retries during the burst.",
            "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}