{
  "openapi": "3.0.1",
  "info": {
    "title": "EU Lobbying Transparency Register Scraper",
    "description": "Search the EU's Transparency Register of organisations lobbying EU institutions by keyword or structured filters (category, field of interest, country, status). Get full organisation profiles: contacts, legal responsible person, goals/remit, financial data, and code of conduct.",
    "version": "1.0",
    "x-build-id": "rNRb2HL2RwglVQQsc"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/crawlerbros~eu-lobbying-transparency-register-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-crawlerbros-eu-lobbying-transparency-register-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/crawlerbros~eu-lobbying-transparency-register-scraper/runs": {
      "post": {
        "operationId": "runs-sync-crawlerbros-eu-lobbying-transparency-register-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/crawlerbros~eu-lobbying-transparency-register-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-crawlerbros-eu-lobbying-transparency-register-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",
        "required": [
          "mode"
        ],
        "properties": {
          "mode": {
            "title": "Mode",
            "enum": [
              "search",
              "advancedSearch",
              "byRegNumber"
            ],
            "type": "string",
            "description": "What to fetch.",
            "default": "search"
          },
          "queryText": {
            "title": "Search keywords (mode=search)",
            "type": "string",
            "description": "Keyword(s) to search for in organisation name, or a REG number, e.g. `google`.",
            "default": "google"
          },
          "regNumbers": {
            "title": "REG numbers (mode=byRegNumber)",
            "type": "array",
            "description": "Exact Transparency Register ID(s) to look up, e.g. `307926548480-84`.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "categories": {
            "title": "Category of registration (mode=advancedSearch)",
            "type": "array",
            "description": "Only include organisations registered under these categories. Leave empty to include all.",
            "items": {
              "type": "string",
              "enum": [
                "category.professionalconsultancies",
                "category.cabinetsavocats",
                "category.independentconsultants",
                "category.companiesgroups",
                "category.tradebusinessassoc",
                "category.tradeunions",
                "category.ongplatformnetworks",
                "category.thinktanksresearch",
                "category.academicinst",
                "category.churchesreligiousorg",
                "category.othersubnatauthorities",
                "category.transnatassocnetworks",
                "category.otherpublicmixedentities"
              ],
              "enumTitles": [
                "Professional consultancies",
                "Law firms",
                "Self-employed individuals",
                "Companies & groups",
                "Trade and business associations",
                "Trade unions and professional associations",
                "Non-governmental organisations, platforms and networks and similar",
                "Think tanks and research institutions",
                "Academic institutions",
                "Organisations representing churches and religious communities",
                "Associations and networks of public authorities",
                "Entities, offices or networks established by third countries",
                "Other organisations, public or mixed entities"
              ]
            },
            "default": []
          },
          "interests": {
            "title": "Fields of interest (mode=advancedSearch)",
            "type": "array",
            "description": "Only include organisations whose declared fields of interest include any of these. Leave empty to include all.",
            "items": {
              "type": "string",
              "enum": [
                "interest.agriculture",
                "interest.bankingandfinancialservices",
                "interest.borderandsecurity",
                "interest.budget",
                "interest.businessandindustry",
                "interest.climateaction",
                "interest.communication",
                "interest.concurrence",
                "interest.consumers",
                "interest.culture",
                "interest.culturemedia",
                "interest.douanes",
                "interest.digitaleconomyandsociety",
                "interest.economyFinance_new",
                "interest.educationandtraining",
                "interest.emploietaffairessociales",
                "interest.energie",
                "interest.elargissement",
                "interest.environnement",
                "interest.europeanneighbourhoodpolicy",
                "interest.relationsexterieurs",
                "interest.securitealimentaire",
                "interest.foreignaffairsandsecuritypolicy",
                "interest.fraudprevention",
                "interest.humanitarianandcivilprotection",
                "interest.generalinstaffair_new",
                "interest.internationalCooperationanddevelopment",
                "interest.justiceetdroitsfondamentaux",
                "interest.maritimeaffairsandfisheries",
                "interest.migrationandasylum",
                "interest.santepublique",
                "interest.politiqueregionale",
                "interest.researchandinnovation",
                "interest.singlemarket",
                "interest.sports",
                "interest.fiscalite",
                "interest.commerce",
                "interest.reseauxtranseuropeen",
                "interest.transports",
                "interest.jeunesse"
              ],
              "enumTitles": [
                "Agriculture and rural development",
                "Banking and financial services",
                "Borders and security",
                "Budget",
                "Business and industry",
                "Climate action",
                "Communication",
                "Competition",
                "Consumers",
                "Culture",
                "Culture and media",
                "Customs",
                "Digital economy and society",
                "Economy, finance and the euro",
                "Education and training",
                "Employment and social affairs",
                "Energy",
                "Enlargement",
                "Environment",
                "European neighbourhood policy",
                "External relations",
                "Food safety",
                "Foreign affairs and security policy",
                "Fraud prevention",
                "Humanitarian aid and civil protection",
                "Institutional affairs",
                "International co-operation and development",
                "Justice and fundamental rights",
                "Maritime affairs and fisheries",
                "Migration and asylum",
                "Public health",
                "Regional policy",
                "Research and innovation",
                "Single market",
                "Sport",
                "Taxation",
                "Trade",
                "Trans-European Networks",
                "Transport",
                "Youth"
              ]
            },
            "default": []
          },
          "interestsRepresented": {
            "title": "Interests represented (mode=advancedSearch)",
            "type": "array",
            "description": "Only include organisations representing this kind of interest. Leave empty to include all.",
            "items": {
              "type": "string",
              "enum": [
                "interestsrepresented.ownmembers",
                "interestsrepresented.clients",
                "interestsrepresented.nocommercialinterest"
              ],
              "enumTitles": [
                "Promotes their own interests or the collective interests of their members",
                "Advances interests of their clients",
                "Does not represent commercial interests"
              ]
            },
            "default": []
          },
          "perimeters": {
            "title": "Level of interest (mode=advancedSearch)",
            "type": "array",
            "description": "Only include organisations operating at this geographic level of interest. Leave empty to include all.",
            "items": {
              "type": "string",
              "enum": [
                "perimeter.europeen",
                "perimeter.mondial",
                "perimeter.national",
                "perimeter.subnational"
              ],
              "enumTitles": [
                "European",
                "Global",
                "National",
                "Regional/local"
              ]
            },
            "default": []
          },
          "activities": {
            "title": "Activities (mode=advancedSearch)",
            "type": "array",
            "description": "Only include organisations participating in these EU activities/groupings. Leave empty to include all.",
            "items": {
              "type": "string",
              "enum": [
                "intergroup",
                "regexp"
              ],
              "enumTitles": [
                "Intergroups and unofficial groupings (European Parliament)",
                "Commission expert groups and other similar entities (European Commission)"
              ]
            },
            "default": []
          },
          "countries": {
            "title": "Location of head office (mode=advancedSearch)",
            "type": "array",
            "description": "Only include organisations whose head office is located in these countries. Leave empty to include all.",
            "items": {
              "type": "string",
              "enum": [
                "country.gr",
                "country.lu",
                "country.mt",
                "country.ro",
                "country.si",
                "country.at",
                "country.cy",
                "country.de",
                "country.be",
                "country.bg",
                "country.hr",
                "country.cz",
                "country.dk",
                "country.ee",
                "country.fi",
                "country.fr",
                "country.hu",
                "country.ie",
                "country.it",
                "country.lv",
                "country.lt",
                "country.nl",
                "country.pl",
                "country.pt",
                "country.sk",
                "country.es",
                "country.se",
                "country.gh",
                "country.gi",
                "country.gl",
                "country.gd",
                "country.gp",
                "country.gu",
                "country.gt",
                "country.gg",
                "country.gn",
                "country.gw",
                "country.gy",
                "country.ht",
                "country.hm",
                "country.va",
                "country.hn",
                "country.hk",
                "country.in",
                "country.iq",
                "country.il",
                "country.jp",
                "country.kz",
                "country.kp",
                "country.kg",
                "country.lb",
                "country.ly",
                "country.mg",
                "country.my",
                "country.mr",
                "country.mx",
                "country.mc",
                "country.ma",
                "country.mm",
                "country.np",
                "country.nc",
                "country.ne",
                "country.nf",
                "country.om",
                "country.pa",
                "country.py",
                "country.pn",
                "country.pr",
                "country.sh",
                "country.sm",
                "country.pm",
                "country.sn",
                "country.sl",
                "country.za",
                "country.ss",
                "country.lk",
                "country.sj",
                "country.ch",
                "country.tj",
                "country.tg",
                "country.tt",
                "country.tm",
                "country.ug",
                "country.gb",
                "country.uy",
                "country.ve",
                "country.wf",
                "country.zm",
                "country.bl",
                "country.cw",
                "country.sx",
                "country.af",
                "country.ax",
                "country.al",
                "country.dz",
                "country.as",
                "country.ad",
                "country.ao",
                "country.ai",
                "country.aq",
                "country.ag",
                "country.ar",
                "country.am",
                "country.au",
                "country.az",
                "country.bh",
                "country.by",
                "country.bj",
                "country.bo",
                "country.bv",
                "country.bn",
                "country.bi",
                "country.ca",
                "country.cf",
                "country.cn",
                "country.co",
                "country.cd",
                "country.ci",
                "country.dj",
                "country.ec",
                "country.gq",
                "country.et",
                "country.fj",
                "country.gf",
                "country.ga",
                "country.vu",
                "country.vn",
                "country.vg",
                "country.vi",
                "country.eh",
                "country.ye",
                "country.zw",
                "country.xk",
                "country.aw",
                "country.bs",
                "country.bd",
                "country.bb",
                "country.bz",
                "country.bm",
                "country.bt",
                "country.ba",
                "country.bw",
                "country.br",
                "country.io",
                "country.bf",
                "country.kh",
                "country.cm",
                "country.cv",
                "country.ky",
                "country.td",
                "country.cl",
                "country.cx",
                "country.cc",
                "country.km",
                "country.cg",
                "country.ck",
                "country.cr",
                "country.cu",
                "country.dm",
                "country.do",
                "country.eg",
                "country.sv",
                "country.er",
                "country.fk",
                "country.fo",
                "country.pf",
                "country.tf",
                "country.gm",
                "country.ge",
                "country.is",
                "country.id",
                "country.ir",
                "country.im",
                "country.jm",
                "country.je",
                "country.jo",
                "country.ke",
                "country.ki",
                "country.kr",
                "country.kw",
                "country.la",
                "country.ls",
                "country.lr",
                "country.li",
                "country.mo",
                "country.mk",
                "country.mw",
                "country.mv",
                "country.ml",
                "country.mh",
                "country.mq",
                "country.mu",
                "country.yt",
                "country.fm",
                "country.md",
                "country.mn",
                "country.me",
                "country.ms",
                "country.mz",
                "country.na",
                "country.nr",
                "country.an",
                "country.nz",
                "country.ni",
                "country.ng",
                "country.nu",
                "country.mp",
                "country.no",
                "country.pk",
                "country.pw",
                "country.ps",
                "country.pg",
                "country.pe",
                "country.ph",
                "country.qa",
                "country.re",
                "country.ru",
                "country.rw",
                "country.kn",
                "country.lc",
                "country.vc",
                "country.ws",
                "country.st",
                "country.sa",
                "country.rs",
                "country.sc",
                "country.sg",
                "country.sb",
                "country.so",
                "country.gs",
                "country.sd",
                "country.sr",
                "country.sz",
                "country.sy",
                "country.tw",
                "country.tz",
                "country.th",
                "country.tl",
                "country.tk",
                "country.to",
                "country.tn",
                "country.tr",
                "country.tc",
                "country.tv",
                "country.ua",
                "country.ae",
                "country.us",
                "country.um",
                "country.uz"
              ],
              "enumTitles": [
                "Greece",
                "Luxembourg",
                "Malta",
                "Romania",
                "Slovenia",
                "Austria",
                "Cyprus",
                "Germany",
                "Belgium",
                "Bulgaria",
                "Croatia",
                "Czech Republic",
                "Denmark",
                "Estonia",
                "Finland",
                "France",
                "Hungary",
                "Ireland",
                "Italy",
                "Latvia",
                "Lithuania",
                "Netherlands",
                "Poland",
                "Portugal",
                "Slovakia",
                "Spain",
                "Sweden",
                "Ghana",
                "Gibraltar",
                "Greenland",
                "Grenada",
                "Guadeloupe",
                "Guam",
                "Guatemala",
                "Guernsey",
                "Guinea",
                "Guinea Bissau",
                "Guyana",
                "Haiti",
                "Heard Island And Mcdonald Islands",
                "Holy See (Vatican City State)",
                "Honduras",
                "Hong Kong",
                "India",
                "Iraq",
                "Israel",
                "Japan",
                "Kazakhstan",
                "Korea, People'S Democratic Republic Of",
                "Kyrgyzstan",
                "Lebanon",
                "Libya",
                "Madagascar",
                "Malaysia",
                "Mauritania",
                "Mexico",
                "Monaco",
                "Morocco",
                "Myanmar",
                "Nepal",
                "New Caledonia",
                "Niger",
                "Norfolk Island",
                "Oman",
                "Panama",
                "Paraguay",
                "Pitcairn",
                "Puerto Rico",
                "Saint Helena",
                "San Marino",
                "Saint Pierre And Miquelon",
                "Senegal",
                "Sierra Leone",
                "South Africa",
                "South Sudan",
                "Sri Lanka",
                "Svalbard And Jan Mayen",
                "Switzerland",
                "Tajikistan",
                "Togo",
                "Trinidad And Tobago",
                "Turkmenistan",
                "Uganda",
                "United Kingdom",
                "Uruguay",
                "Venezuela",
                "Wallis And Futuna",
                "Zambia",
                "Saint Barthelemy",
                "Curacao",
                "Sint Maarten",
                "Afghanistan",
                "Aland Islands",
                "Albania",
                "Algeria",
                "American Samoa",
                "Andorra",
                "Angola",
                "Anguilla",
                "Antarctica",
                "Antigua And Barbuda",
                "Argentina",
                "Armenia",
                "Australia",
                "Azerbaijan",
                "Bahrain",
                "Belarus",
                "Benin",
                "Bolivia",
                "Bouvet Island",
                "Brunei",
                "Burundi",
                "Canada",
                "Central African, Republic",
                "China",
                "Colombia",
                "Congo, Democratic Republic Of",
                "Cote D'Ivoire",
                "Djibouti",
                "Ecuador",
                "Equatorial Guinea",
                "Ethiopia",
                "Fiji",
                "French Guiana",
                "Gabon",
                "Vanuatu",
                "Vietnam",
                "British Virgin Islands",
                "Us Virgin Islands",
                "Western Sahara",
                "Yemen",
                "Zimbabwe",
                "Kosovo (*)",
                "Aruba",
                "Bahamas",
                "Bangladesh",
                "Barbados",
                "Belize",
                "Bermuda",
                "Bhutan",
                "Bosnia-Herzegovina",
                "Botswana",
                "Brazil",
                "British Indian Ocean Territory",
                "Burkina Faso",
                "Cambodia",
                "Cameroon",
                "Cape Verde",
                "Cayman Islands",
                "Chad",
                "Chile",
                "Christmas Island",
                "Cocos (Keeling), Islands",
                "Comoros",
                "Congo",
                "Cook Islands",
                "Costa Rica",
                "Cuba",
                "Dominica",
                "Dominican Republic",
                "Egypt",
                "El Salvador",
                "Eritrea",
                "Falkland Islands (Malvinas)",
                "Faroe Islands",
                "French Polynesia",
                "French Southern Territories",
                "Gambia",
                "Georgia",
                "Iceland",
                "Indonesia",
                "Iran, Islamic Republic Of",
                "Isle Of Man",
                "Jamaica",
                "Jersey",
                "Jordan",
                "Kenya",
                "Kiribati",
                "Korea, Republic Of",
                "Kuwait",
                "Laos, People'S Democratic Republic",
                "Lesotho",
                "Liberia",
                "Liechtenstein",
                "Macao",
                "North Macedonia",
                "Malawi",
                "Maldives",
                "Mali",
                "Marshall Islands",
                "Martinique",
                "Mauritius",
                "Mayotte",
                "Micronesia, Federated States Of",
                "Moldova, Republic Of",
                "Mongolia",
                "Montenegro",
                "Montserrat",
                "Mozambique",
                "Namibia",
                "Nauru",
                "Netherlands Antilles",
                "New Zealand",
                "Nicaragua",
                "Nigeria",
                "Niue",
                "Northern Marianas",
                "Norway",
                "Pakistan",
                "Palau",
                "Palestine (*)",
                "Papua New Guinea",
                "Peru",
                "Philippines",
                "Qatar",
                "Reunion",
                "Russia, Federation Of",
                "Rwanda",
                "Saint Kitts And Nevis",
                "Saint Lucia",
                "Saint Vincent And The Grenadines",
                "Samoa",
                "Sao Tome And Principe",
                "Saudi Arabia",
                "Serbia",
                "Seychelles",
                "Singapore",
                "Solomon Islands",
                "Somalia",
                "South Georgia And South Sandwich Islands",
                "Sudan",
                "Surinam",
                "Swaziland",
                "Syria, Arab Republic",
                "Taiwan",
                "Tanzania, United Republic Of",
                "Thailand",
                "East Timor",
                "Tokelau",
                "Tonga",
                "Tunisia",
                "Turkey",
                "Turks And Caicos Islands",
                "Tuvalu",
                "Ukraine",
                "United Arab Emirates",
                "United States",
                "United States Minor Outlying Islands",
                "Uzbekistan"
              ]
            },
            "default": []
          },
          "status": {
            "title": "Registration status (mode=advancedSearch)",
            "enum": [
              "any",
              "ACTIVATED",
              "SUSPENDED"
            ],
            "type": "string",
            "description": "Only include organisations with this registration status. Leave as \"Any\" to include both.",
            "default": "any"
          },
          "registrationDateFrom": {
            "title": "Registration date from (mode=advancedSearch)",
            "type": "string",
            "description": "Only include organisations registered on/after this date. Format `YYYY-MM-DD`.",
            "default": ""
          },
          "registrationDateTo": {
            "title": "Registration date to (mode=advancedSearch)",
            "type": "string",
            "description": "Only include organisations registered on/before this date. Format `YYYY-MM-DD`.",
            "default": ""
          },
          "lastUpdateDateFrom": {
            "title": "Last update date from (mode=advancedSearch)",
            "type": "string",
            "description": "Only include organisations last updated on/after this date. Format `YYYY-MM-DD`.",
            "default": ""
          },
          "lastUpdateDateTo": {
            "title": "Last update date to (mode=advancedSearch)",
            "type": "string",
            "description": "Only include organisations last updated on/before this date. Format `YYYY-MM-DD`.",
            "default": ""
          },
          "includeDetails": {
            "title": "Include full organisation profile",
            "type": "boolean",
            "description": "When true, the actor fetches each matched organisation's full profile page (contact info, legal responsible person, goals/remit, fields of interest, financial data incl. EU grants received, code of conduct). When false, only the search-result-row fields are returned (faster).",
            "default": true
          },
          "maxItems": {
            "title": "Max items",
            "minimum": 1,
            "maximum": 500,
            "type": "integer",
            "description": "Hard cap on emitted records.",
            "default": 20
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}