{
  "openapi": "3.0.1",
  "info": {
    "title": "JDMuscleUSA Product & Brand Scraper",
    "description": "Scrape JDMuscleUSA.com's full JDM/aftermarket parts catalog (48,938+ products across 373 brands), with vehicle fitment, pricing, and variant detail.",
    "version": "0.1",
    "x-build-id": "qeLTVMfadquGBICLS"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/artsiom_k~jdmuscle-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-artsiom_k-jdmuscle-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/artsiom_k~jdmuscle-scraper/runs": {
      "post": {
        "operationId": "runs-sync-artsiom_k-jdmuscle-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/artsiom_k~jdmuscle-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-artsiom_k-jdmuscle-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "entityType": {
            "title": "Entity type",
            "enum": [
              "products",
              "brands"
            ],
            "type": "string",
            "description": "Scrape products (JDM/aftermarket auto parts, with price, brand, category, vehicle fitment, and every real purchasable variant) or brands (a real directory crawl with live per-brand product counts — see dataset_schema.json for the field set of each).",
            "default": "products"
          },
          "startUrls": {
            "title": "Start URLs",
            "type": "array",
            "description": "Optional list of specific JDMuscleUSA product URLs (https://jdmuscleusa.com/products/{handle}) to scrape directly, instead of discovering via the full catalog. Only applies to entityType=products. A startUrls-scoped run cannot detect delistings or update the incremental baseline.",
            "items": {
              "type": "string"
            }
          },
          "brands": {
            "title": "Brands",
            "type": "array",
            "description": "Optional: restrict entityType=products to specific brands instead of the full 48,938-product catalog. Leave empty to crawl every brand. Each selected brand is paginated to its real completion (not capped at 250, unlike entityType=brands's own tracked_product_count) via /collections/{slug}/products.json?page=N — confirmed live to paginate correctly (unlike the site's own since_id mechanism, which is currently stalled — see README). This list was captured from a real full brands run; if the site adds a new brand later it won't appear here until the list is regenerated.",
            "items": {
              "type": "string",
              "enum": [
                "3d-maxpider",
                "acl",
                "act",
                "advan",
                "advanced-flow-engineering",
                "aem",
                "aeroflowdynamics",
                "aeromotive",
                "afe",
                "air-lift-performance",
                "airaid",
                "akrapovic",
                "alcon",
                "alpharex",
                "amp-research",
                "ams",
                "anzo",
                "aodhan-wheels",
                "apexi",
                "arb",
                "ark-performance",
                "arp",
                "ast",
                "ati",
                "autometer",
                "avs",
                "backrack",
                "baja-designs",
                "bak",
                "banks-power",
                "bbs",
                "bedrug",
                "bell",
                "belltech",
                "billetworkz",
                "bilstein",
                "blitz",
                "blouch-performance-turbo",
                "blox-racing",
                "bmr-suspension",
                "body-armor-4x4",
                "boost-lab",
                "borgwarner",
                "borla",
                "bosch",
                "boundary",
                "brake-rotors",
                "brembo",
                "brembo-oe",
                "brian-crower",
                "bride",
                "buddy-club",
                "burger-motorsports",
                "carbon-reproductions",
                "carrillo",
                "centric",
                "clutch-masters",
                "cobb-tuning",
                "cometic",
                "cometic-gasket",
                "comp-cams",
                "company23",
                "competition-clutch",
                "compressive-tuning",
                "corbeau",
                "corsa-performance",
                "cosmis",
                "course-motorsports",
                "coursems",
                "cp-pistons",
                "csf",
                "csf-racing",
                "ctek",
                "curt",
                "cusco",
                "custom-performance-engineering",
                "d2-racing",
                "dark-matterx",
                "darton",
                "daystar",
                "dba",
                "deatschwerks",
                "defi",
                "delete",
                "delicious-tuning",
                "design-engineering-inc",
                "diode-dynamics",
                "disc-brakes-australia",
                "dkm-clutch",
                "drunkmann-tuning",
                "dmm-motorsports",
                "dragy",
                "dress-up-bolts",
                "driveshaft-shop",
                "dv8-offroad",
                "eagle",
                "earls",
                "ebc",
                "ebc-brakes",
                "edelbrock",
                "egr",
                "eibach",
                "enkei",
                "esr-wheels",
                "eventuri",
                "exedy",
                "extang",
                "extreme-online-store",
                "ets",
                "factionfab",
                "ferodo",
                "ferrari",
                "ferrea",
                "ferrea-racing",
                "fi-exhaust",
                "fidanza",
                "fifteen52",
                "fleece-performance",
                "flowmaster",
                "fluidampr",
                "forced-performance",
                "forced-performance-turbos",
                "ford",
                "forgestar",
                "fortune-auto",
                "fox",
                "ft-86-speedfactory",
                "fuel-injector-clinic",
                "fumoto",
                "garrett",
                "gates",
                "gcs",
                "gibson",
                "girodisc",
                "go-fast-bits",
                "go-rhino",
                "godspeed-project",
                "goodridge",
                "gorilla",
                "gram-lights",
                "grams-performance",
                "grassroots-performance",
                "greddy",
                "grimmspeed",
                "gsc-power-division",
                "h-r",
                "h-r-special-springs-lp",
                "hallman",
                "haltech",
                "hawk-brakes",
                "hawk-performance",
                "hawk-performance-hps",
                "hella",
                "hks",
                "hoa",
                "hotchkis",
                "hps",
                "hps-performance",
                "husky-liners",
                "hyperco",
                "iag-performance",
                "ibr",
                "ichiba",
                "icon",
                "illumaesthetic",
                "injector-dynamics",
                "innovate-motorsports",
                "innovative-mounts",
                "invidia",
                "isc-suspension",
                "isr-performance",
                "iwire",
                "j-l",
                "j-sport",
                "jba",
                "jdmuscle",
                "jdmuscle-gift-card",
                "je-pistons",
                "k-n",
                "k-n-engineering",
                "k-n-filters",
                "k1-technologies",
                "kartboy",
                "kc-hilites",
                "killer-b",
                "killer-b-motorsport",
                "king-engine-bearings",
                "koni",
                "konig",
                "kooks",
                "koyo",
                "koyo-cooling",
                "kraftwerks",
                "ksport",
                "kyb",
                "lamin-x",
                "lp-aventure",
                "lund",
                "magnaflow",
                "magnaflow-performance",
                "mahle",
                "manley-performance",
                "maperformance",
                "maserati",
                "maxton",
                "maxton-design",
                "mazda",
                "mbrp",
                "mcgard",
                "mcleod-racing",
                "megan-racing",
                "mele-design-firm",
                "method-wheels",
                "mgp",
                "mickey-thompson",
                "milltek",
                "mishimoto",
                "mitsubishi",
                "momo",
                "mooresport",
                "morimoto",
                "moroso",
                "moton",
                "motul",
                "mountune",
                "mrt",
                "mss-suspension",
                "mtec-industries",
                "muteki",
                "mxp",
                "mxp-exhausts",
                "n-fab",
                "nameless-performance",
                "ngk",
                "nissan-infiniti",
                "nitrous-express",
                "nostrum-performance",
                "nrg",
                "oao",
                "ohlins",
                "olm",
                "omni-power",
                "option-lab",
                "oracle-lighting",
                "os-giken",
                "p-l-motorsports",
                "p3-gauges",
                "pace-edwards",
                "pdm",
                "pedal-commander",
                "pedders",
                "pedders-suspension",
                "piaa",
                "pirelli",
                "planted-technology",
                "porsche",
                "powerstop",
                "prl-motorsports",
                "process-west",
                "profile-performance",
                "progress-technology",
                "project-kics",
                "project-mu",
                "prosport",
                "prothane",
                "ptp-turbo-blankets",
                "pure-turbos",
                "putco",
                "race-star",
                "racechip",
                "racecomp-engineering",
                "racing-art",
                "radium-engineering",
                "rally-armor",
                "rally-innovations",
                "rays",
                "readylift",
                "remark",
                "remus",
                "retrax",
                "revel",
                "rexpeed",
                "rhino-rack",
                "ridetech",
                "rigid-industries",
                "roll-n-lock",
                "route",
                "royal-purple",
                "rs-r",
                "rugged-ridge",
                "russell",
                "schrader",
                "scion",
                "seibon",
                "shw-performance",
                "silvers-north-america",
                "skunk2-racing",
                "skyjacker",
                "smy-clustermaker",
                "snow-performance",
                "south-bend-clutch",
                "sparco",
                "spc-performance",
                "spec",
                "spec-d-tuning",
                "spectre",
                "speed-bleeder",
                "spl-parts",
                "spyder",
                "ssr",
                "ssr-wheels",
                "stampede",
                "steamspeed",
                "sti",
                "sticker",
                "sticker-fab",
                "stoptech",
                "stri",
                "subaru-jdm",
                "subaru-oem",
                "subispeed",
                "super-pro",
                "superpro",
                "supertech",
                "suya-performance",
                "swift",
                "swift-springs",
                "tanabe",
                "tial",
                "tint-my-light",
                "titan-7",
                "toms",
                "tomei",
                "tomioka-racing",
                "torque-solution",
                "toyo",
                "toyota-lexus",
                "toyota-oem",
                "trd",
                "truhart",
                "truxedo",
                "turbo-xs",
                "turbosmart",
                "turboxs",
                "undercover",
                "valenti",
                "varis",
                "verus-engineering",
                "vibrant",
                "victor-reinz",
                "vis-racing",
                "vivid-racing",
                "vland",
                "volk-racing",
                "vortech",
                "wagner-tuning",
                "walbro",
                "weapon-r",
                "weathertech",
                "wedssport",
                "wehrli",
                "weld",
                "westin",
                "wheel-mate",
                "whiteline",
                "wilwood",
                "wiseco",
                "work-wheels",
                "xclutch",
                "yellow-speed-racing",
                "yokohama-tire",
                "yukon-gear-axle",
                "zone-offroad"
              ],
              "enumTitles": [
                "3D MAXpider",
                "ACL",
                "ACT",
                "Advan",
                "Advanced Flow Engineering",
                "AEM",
                "AeroFlowDynamics",
                "Aeromotive",
                "aFe",
                "Air Lift Performance",
                "Airaid",
                "Akrapovic",
                "Alcon",
                "AlphaRex",
                "AMP Research",
                "AMS",
                "ANZO",
                "Aodhan Wheels",
                "Apexi",
                "ARB",
                "ARK Performance",
                "ARP",
                "AST",
                "ATI",
                "AutoMeter",
                "AVS",
                "BackRack",
                "Baja Designs",
                "BAK",
                "Banks Power",
                "BBS",
                "BedRug",
                "Bell",
                "Belltech",
                "Billetworkz",
                "Bilstein",
                "Blitz",
                "Blouch Performance Turbo",
                "BLOX Racing",
                "BMR Suspension",
                "Body Armor 4x4",
                "Boost Lab",
                "BorgWarner",
                "Borla",
                "Bosch",
                "Boundary",
                "Brake Rotors",
                "Brembo",
                "Brembo OE",
                "Brian Crower",
                "Bride",
                "Buddy Club",
                "Burger Motorsports",
                "Carbon Reproductions",
                "Carrillo",
                "Centric",
                "Clutch Masters",
                "Cobb Tuning",
                "Cometic",
                "Cometic Gasket",
                "COMP Cams",
                "Company23",
                "Competition Clutch",
                "Compressive Tuning",
                "Corbeau",
                "Corsa Performance",
                "Cosmis",
                "Course Motorsports",
                "CourseMS",
                "CP Pistons",
                "CSF",
                "CSF Racing",
                "CTEK",
                "Curt",
                "Cusco",
                "Custom Performance Engineering",
                "D2 Racing",
                "Dark MatterX",
                "Darton",
                "Daystar",
                "DBA",
                "Deatschwerks",
                "Defi",
                "Delete",
                "Delicious Tuning",
                "Design Engineering, Inc.",
                "Diode Dynamics",
                "Disc Brakes Australia",
                "DKM Clutch",
                "Dmann Tuning",
                "DMM MOTORSPORTS",
                "Dragy",
                "Dress Up Bolts",
                "Driveshaft Shop",
                "DV8 Offroad",
                "Eagle",
                "Earls",
                "EBC",
                "EBC Brakes",
                "Edelbrock",
                "EGR",
                "Eibach",
                "Enkei",
                "ESR Wheels",
                "Eventuri",
                "Exedy",
                "Extang",
                "Extreme Online Store",
                "Extreme Turbo Systems",
                "FactionFab",
                "Ferodo",
                "Ferrari",
                "Ferrea",
                "Ferrea Racing",
                "FI Exhaust",
                "Fidanza",
                "fifteen52",
                "Fleece Performance",
                "Flowmaster",
                "Fluidampr",
                "Forced Performance",
                "Forced Performance Turbos",
                "Ford",
                "Forgestar",
                "Fortune Auto",
                "FOX",
                "Ft-86 SpeedFactory",
                "Fuel Injector Clinic",
                "Fumoto",
                "Garrett",
                "Gates",
                "GCS",
                "Gibson",
                "GiroDisc",
                "Go Fast Bits",
                "Go Rhino",
                "Godspeed Project",
                "Goodridge",
                "Gorilla",
                "Gram Lights",
                "Grams Performance",
                "Grassroots Performance",
                "GReddy",
                "GrimmSpeed",
                "GSC Power Division",
                "H&amp;R",
                "H&amp;R Special Springs, LP",
                "Hallman",
                "Haltech",
                "Hawk Brakes",
                "Hawk Performance",
                "Hawk Performance/ HPS",
                "Hella",
                "HKS",
                "HOA",
                "Hotchkis",
                "HPS",
                "HPS Performance",
                "Husky Liners",
                "HyperCo",
                "IAG Performance",
                "IBR",
                "Ichiba",
                "ICON",
                "illumaesthetic",
                "Injector Dynamics",
                "Innovate Motorsports",
                "Innovative Mounts",
                "Invidia",
                "ISC Suspension",
                "ISR Performance",
                "iWire",
                "J&amp;L",
                "J-Sport",
                "JBA",
                "JDMuscle",
                "JDMuscle Gift Card",
                "JE Pistons",
                "K&amp;N",
                "K&amp;N Engineering",
                "K&amp;N Filters",
                "K1 Technologies",
                "Kartboy",
                "KC HiLiTES",
                "Killer B",
                "Killer B Motorsport",
                "King Engine Bearings",
                "Koni",
                "Konig",
                "Kooks",
                "Koyo",
                "Koyo Cooling",
                "KraftWerks",
                "KSport",
                "KYB",
                "Lamin-X",
                "LP Aventure",
                "LUND",
                "Magnaflow",
                "Magnaflow Performance",
                "Mahle",
                "Manley Performance",
                "MAPerformance",
                "Maserati",
                "Maxton",
                "Maxton Design",
                "Mazda",
                "MBRP",
                "McGard",
                "McLeod Racing",
                "Megan Racing",
                "MeLe Design Firm",
                "Method Wheels",
                "MGP",
                "Mickey Thompson",
                "Milltek",
                "Mishimoto",
                "Mitsubishi",
                "MOMO",
                "Mooresport",
                "Morimoto",
                "Moroso",
                "Moton",
                "Motul",
                "Mountune",
                "MRT",
                "MSS Suspension",
                "MTEC Industries",
                "Muteki",
                "MXP",
                "MXP Exhausts",
                "N-Fab",
                "Nameless Performance",
                "NGK",
                "Nissan / Infiniti",
                "Nitrous Express",
                "Nostrum Performance",
                "NRG",
                "OAO",
                "Ohlins",
                "OLM",
                "Omni Power",
                "Option Lab",
                "ORACLE Lighting",
                "OS Giken",
                "P&amp;L Motorsports",
                "P3 Gauges",
                "Pace Edwards",
                "PDM",
                "Pedal Commander",
                "Pedders",
                "Pedders Suspension",
                "PIAA",
                "Pirelli",
                "Planted Technology",
                "Porsche",
                "PowerStop",
                "PRL Motorsports",
                "Process West",
                "Profile Performance",
                "Progress Technology",
                "Project KICS",
                "Project Mu",
                "Prosport",
                "Prothane",
                "PTP Turbo Blankets",
                "Pure Turbos",
                "Putco",
                "Race Star",
                "RaceChip",
                "Racecomp Engineering",
                "Racing Art",
                "Radium Engineering",
                "Rally Armor",
                "Rally Innovations",
                "Rays",
                "ReadyLIFT",
                "Remark",
                "Remus",
                "Retrax",
                "Revel",
                "Rexpeed",
                "Rhino-Rack",
                "Ridetech",
                "Rigid Industries",
                "Roll-N-Lock",
                "Route",
                "Royal Purple",
                "RS-R",
                "Rugged Ridge",
                "Russell",
                "Schrader",
                "Scion",
                "Seibon",
                "SHW Performance",
                "Silver's North America",
                "Skunk2 Racing",
                "Skyjacker",
                "SMY ClusterMaker",
                "Snow Performance",
                "South Bend Clutch",
                "Sparco",
                "SPC Performance",
                "SPEC",
                "Spec-D Tuning",
                "Spectre",
                "Speed Bleeder",
                "SPL Parts",
                "Spyder",
                "SSR",
                "SSR Wheels",
                "Stampede",
                "SteamSpeed",
                "STI",
                "Sticker",
                "Sticker Fab",
                "Stoptech",
                "STRI",
                "Subaru JDM",
                "Subaru OEM",
                "Subispeed",
                "Super Pro",
                "Superpro",
                "Supertech",
                "Suya Performance",
                "Swift",
                "Swift Springs",
                "Tanabe",
                "Tial",
                "Tint My Light",
                "Titan 7",
                "TOM'S",
                "Tomei",
                "Tomioka Racing",
                "Torque Solution",
                "Toyo",
                "Toyota / Lexus",
                "Toyota OEM",
                "TRD",
                "Truhart",
                "Truxedo",
                "Turbo XS",
                "Turbosmart",
                "TurboXS",
                "Undercover",
                "Valenti",
                "Varis",
                "Verus Engineering",
                "Vibrant",
                "Victor Reinz",
                "VIS Racing",
                "Vivid Racing",
                "VLAND",
                "Volk Racing",
                "Vortech",
                "Wagner Tuning",
                "Walbro",
                "Weapon R",
                "Weathertech",
                "WedsSport",
                "Wehrli",
                "Weld",
                "Westin",
                "Wheel Mate",
                "Whiteline",
                "Wilwood",
                "Wiseco",
                "Work Wheels",
                "XClutch",
                "Yellow Speed Racing",
                "Yokohama Tire",
                "Yukon Gear &amp; Axle",
                "Zone Offroad"
              ]
            }
          },
          "maxItems": {
            "title": "Max results",
            "minimum": 1,
            "type": "integer",
            "description": "Stop after pushing this many dataset items. Defaults to 50 — a fast, cheap preview, and what keeps an unconfigured run within Apify's automated 5-minute QA check. The full site has 48,938+ products and 373 brands. Raise this or clear it (set to null) for a full run.",
            "default": 50
          },
          "mode": {
            "title": "Incremental mode",
            "enum": [
              "auto",
              "full",
              "incremental"
            ],
            "type": "string",
            "description": "\"auto\" (recommended): full scan on the first run for entityType=products, incremental (new/changed only) afterwards. \"full\": always push every item and refresh the baseline — schedule this periodically to catch delistings and price changes. \"incremental\": always push only new/changed items. Only a plain, unscoped run (no startUrls, no item errors) can detect delistings or update the baseline. Not used by entityType=brands (a fresh live directory crawl every run, no delta mode).",
            "default": "auto"
          },
          "concurrency": {
            "title": "Concurrency",
            "minimum": 1,
            "type": "integer",
            "description": "How many product detail pages to fetch in parallel for entityType=products. Defaults to 25 (this portfolio's standard default). Not used by entityType=brands, which always fetches sequentially regardless of this value — the brand-collection endpoint has a real, hard rate limit at full scale (see README).",
            "default": 25
          },
          "impersonate": {
            "title": "TLS impersonation target",
            "type": "string",
            "description": "curl_cffi browser TLS-impersonation target. Defaults to \"chrome\" internally. Only applies to entityType=products (entityType=brands always uses \"chrome\", not exposed as an input — see README for why swapping impersonation targets needs real cloud-infra verification, not just a local test)."
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}