{
  "openapi": "3.0.1",
  "info": {
    "title": "New Jersey Consumer Affairs License Verification Scraper",
    "description": "Look up New Jersey professional and business licenses from the Division of Consumer Affairs public verification system. Search by name, license number, or profession/board across nursing, real estate appraisal, cosmetology, engineering, accountancy, pharmacy, and 50+ other regulated professions.",
    "version": "1.0",
    "x-build-id": "MnwhdLpNSQTM0a6uD"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/crawlerbros~new-jersey-consumer-affairs-license-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-crawlerbros-new-jersey-consumer-affairs-license-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~new-jersey-consumer-affairs-license-scraper/runs": {
      "post": {
        "operationId": "runs-sync-crawlerbros-new-jersey-consumer-affairs-license-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~new-jersey-consumer-affairs-license-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-crawlerbros-new-jersey-consumer-affairs-license-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": [
          "searchType"
        ],
        "properties": {
          "searchType": {
            "title": "Search type",
            "enum": [
              "person",
              "business"
            ],
            "type": "string",
            "description": "Search for an individually licensed person, or a licensed business/facility (e.g. pharmacy, accountancy firm, cosmetology shop).",
            "default": "person"
          },
          "profession": {
            "title": "Profession / board",
            "enum": [
              "",
              "Accountancy",
              "Acupuncture",
              "Applied Behavior Analysts",
              "Approved Hosp. Training Prog.",
              "Architecture",
              "Art Therapist Advisory Comm",
              "Athletic Trainers",
              "Audiology",
              "CDS",
              "Cemetery",
              "Cert Psychoanalysts Adv Comm",
              "Chiropractic Examiners",
              "Cosmetology and Hairstyling",
              "Court Reporting",
              "Creative Arts",
              "Dentistry",
              "Diet and Nutrition",
              "EEMW",
              "Electrical Contractors",
              "Electrologists",
              "Engineers & Land Surveyors",
              "Genetic Counseling",
              "Hearing Aid Dispensers",
              "Home Improvement Contractors",
              "Home Inspection Advisory Comm",
              "HVACR",
              "Interior Designers",
              "Int'l Labor and Matchmaking",
              "Kosher / Hallal",
              "Landscape Architecture",
              "Legalized Games",
              "Marriage and Family Therapy",
              "Massage and Bodywork Therapy",
              "Master Hearth Adv Committee",
              "Master Plumbers",
              "Medical Examiners",
              "Mortuary Science",
              "Nursing",
              "Occupational Therapy",
              "Ophthalmic Dispensers",
              "Optometry",
              "Orthotics & Prosthetics",
              "Perfusionist",
              "Pharmacy",
              "Physical Therapy",
              "Physician Assistants",
              "Polysomnography",
              "Professional Planners",
              "Psychology",
              "Real Estate Appraisers",
              "Respiratory Care",
              "Servicemember Civil Relief Act",
              "Social Work Examiners",
              "Veterinary Medical Examiners"
            ],
            "type": "string",
            "description": "Filter by the licensing board/profession (e.g. Nursing, Cosmetology and Hairstyling, Real Estate Appraisers). Leave as \"All professions\" to search every board.",
            "default": ""
          },
          "personLicenseType": {
            "title": "Person license type (used when Search type = Person)",
            "enum": [
              "",
              "Authorization",
              "1 Year Temporary Permit",
              "3 Year Temporary Permit",
              "Acupuncturist",
              "ADC Intern",
              "Adv. Practice Nurse - Non Resident",
              "Adv. Practice Nurse - Resident",
              "AMC Controlling Person",
              "Applied Behavior Analyst",
              "Apprentice Ophthalmic Disp Branch",
              "Apprentice Ophthalmic Dispenser",
              "Apprentice Ophthalmic Tech Branch",
              "Apprentice Ophthalmic Technician",
              "Apprentice Plumber",
              "Approved Instructor",
              "Architect Exam Candidate",
              "Assistant Applied Behavior Analyst",
              "Assoc Counselor Graduate License",
              "Assoc Marriage & Family Therapist",
              "Associate Art Therapist",
              "Associate Counselor",
              "Associate Dance Movement Therapist",
              "Associate Drama Therapist",
              "Associate Home Inspector",
              "Athletic Trainer",
              "Athletic Trainer Temporary",
              "Audiologist",
              "Audiologist Non-Renewable Temp",
              "Audiologist Temporary License",
              "Audiologist-Speech Lang Path",
              "Barber",
              "Beautician",
              "Bioanalytical Lab Dir - Spec",
              "Bioanalytical Laboratory Dir",
              "Branch OM Certification",
              "Branch TPA Certification",
              "Burglar Alarm License",
              "CADC Intern Temp License",
              "CDS Advanced Practice Nurse",
              "CDS APN Branch",
              "CDS Certified Nurse Midwife",
              "CDS CNM Branch",
              "CDS Dentist",
              "CDS Dentist Branch",
              "CDS Optometrist",
              "CDS Optometrist Branch",
              "CDS PA Branch",
              "CDS Physician",
              "CDS Physician Assistant",
              "CDS Physician Branch",
              "CDS Podiatrist",
              "CDS Podiatrist Branch",
              "CDS Veterinarian",
              "CDS Veterinarian Branch",
              "CE Provider",
              "CE Provider - Person",
              "CE Sponsor (Person)",
              "CE Sponsors-Individual",
              "Cert Residential Appraiser",
              "Cert. Realtime Court Reporter",
              "Certified Alcohol & Drug Coun.",
              "Certified Court Reporter",
              "Certified General Appraiser",
              "Certified Midwife",
              "Certified Nurse Midwife",
              "Certified Professional Midwife",
              "Certified Psychoanalyst",
              "Certified Public Accountant",
              "Certified Social Worker",
              "Chair-Booth Rental",
              "Chiropractic Assistant",
              "Chiropractic Temp Travel Lic",
              "Chiropractor",
              "Class A Electrical Apprentice",
              "Class A Journeyman Electrician",
              "Class B Wireman",
              "Clinical Dance Movement Therapist",
              "Clinical Drama Therapist",
              "CNM w/Prescriptive Authority",
              "Collaborative Practice",
              "Compensated Worker",
              "Cosmetologist-Hairstylist",
              "CPC Class Registration",
              "Dental Assistant Internship",
              "Dental Assistant Ortho Intern",
              "Dental Hygienist",
              "Dental Hygienist Branch",
              "Dentist",
              "Dentist Branch",
              "Dispenser Training Permit",
              "DO NOT URen Temp Physical Therapist Asst",
              "DO NOT USE Ren Temp Physical Therapist",
              "DO NOT USE Temp Physical Therapist Asst",
              "DO NOT USE Temporary Physical Therapist",
              "Doctor of Osteopathic Medicine",
              "Doctor of Osteopathy by IMLCC",
              "Dog Handler/Trainer",
              "Electrical Contractor",
              "Electrodiagnostic Permit",
              "Electrologist",
              "Elevator Mechanic",
              "Endodontics Specialty Br Prmt",
              "Endodontics Specialty Permit",
              "Engineer-In-Training",
              "Enteral Sedation Branch Permit",
              "Enteral Sedation Permit",
              "FBL CE Sponsor (Person)",
              "Fire Alarm License",
              "For. Nurse CSA  - Non Resident",
              "For. Nurse CSA - Resident",
              "General Anesthesia Branch Permit",
              "General Anesthesia Permit",
              "Genetic Counselor",
              "Genetic Counselor Work Permit",
              "Hair Braider",
              "Hearing Aid Dispenser",
              "Herbology",
              "HHA Program Instructors",
              "Home Inspector",
              "Homemaker - HHA",
              "Hospital",
              "HVACR CE Sponsor",
              "Immunization Approval",
              "Interim Business Qualifier",
              "Interior Designer",
              "INTL Physician Temporary License",
              "Journeyman Plumber",
              "Land Surveyor-In-Training",
              "Lic. Clin. Alcohol & Drug Coun.",
              "Lic. Clinical Social Worker",
              "Lic. Prac. Nurse-Single State",
              "Lic. Prac.Nurse-Multi State",
              "Licensed Landscape Architect",
              "Licensed Residential Appraiser",
              "Licensed Social Worker",
              "Limited Professional Certificate",
              "Limited Reg'd Ortho Assistant",
              "Limited Registered Dental Asst",
              "Limited Teaching Certificate",
              "Local Anesthesia Branch Permit",
              "Local Anesthesia Permit",
              "Locksmith License",
              "LPN Graduate License",
              "LSW Graduate License",
              "Manicurist",
              "Marriage and Family Therapist",
              "Massage and Bodywork Therapist",
              "Massage Business Owner/Manager",
              "Massage, Bodywork & Somatic Therapist",
              "Master Hearth Specialist",
              "Master HVACR Contractor",
              "Master Plumber",
              "MD-Acupuncture Certification",
              "Medical Doctor",
              "Medical Doctor by IMLCC",
              "Medical Gas Piping Brazer",
              "Medical Gas Piping Installer",
              "Medical Gas Piping Instructor",
              "Military Temp Courtesy Lic LPN",
              "Military Temp Courtesy Lic RPN",
              "Mortuary Intern",
              "Mortuary Practitioner",
              "non-license",
              "Occupational Therapist",
              "Occupational Therapist -Temp",
              "Occupational Therapist -Temp Renewal",
              "Occupational Therapy Asst",
              "Occupational Therapy Asst-Temp",
              "Occupational Therapy Asst-Temp Renewal",
              "OM Certification",
              "One-Year Permit",
              "Ophthalmic Dispenser",
              "Ophthalmic Dispenser Branch Office",
              "Ophthalmic Technician",
              "Ophthalmic Technician Branch Office",
              "Optometrist",
              "Optometrist - Branch",
              "Optometrist - Inactive",
              "Oral & Max Rad Spec Br Prmt",
              "Oral & Max Rad Spec Prmt",
              "Oral & Max Surg Spec Br Prmt",
              "Oral & Max Surgery Spec Prmt",
              "Oral Pathology Spec Br Permit",
              "Oral Pathology Specialty Permit",
              "Orthodontics Spec Br Permit",
              "Orthodontics Specialty Permit",
              "Orthotist",
              "Orthotist Assistant",
              "Out of State Pharmacist Immunization",
              "Parenteral Conscious Sedation Permit",
              "PCS Branch Permit",
              "Pediatric-Pedodontic Spec Br Prmt",
              "Pediatric-Pedodontic Spec Prmt",
              "Pedorthist",
              "Perfusionist",
              "Periodontics Spec Br Permit",
              "Periodontics Specialty Permit",
              "Pharmacist",
              "Pharmacist Graduate License",
              "Pharmacy Intern",
              "Pharmacy Intern Immunization Approval",
              "Pharmacy Tech Immunization Approval",
              "Pharmacy Technician",
              "Physical Therapist",
              "Physical Therapist Asst",
              "Physician Assistant",
              "Physician Assistant Graduate License",
              "Planner-In-Training",
              "Plumber Candidate",
              "Plumber CE Sponsor",
              "Podiatrist",
              "Practicing Psychologist",
              "Preceptor Certificate",
              "Prof. Engineer & Land Surveyor",
              "Professional Art Therapist",
              "Professional Counselor",
              "Professional Engineer",
              "Professional Land Surveyor",
              "Professional Music Therapist",
              "Professional Planner",
              "Prosthetist",
              "Prosthetist & Orthotist",
              "Prosthetist & Orthotist Asst",
              "Prosthetist Assistant",
              "Prosthodontics Spec Br Permit",
              "Prosthodontics Specialty Prmt",
              "Public Accountant",
              "Public Health Spec Br Permit",
              "Public Health Specialty Permit",
              "Public School Accountant",
              "Qualified Background Check",
              "Recreational Therapist",
              "Reg Municipal Accountant",
              "Reg Municipal Accountant (Only)",
              "Reg. Prof. Nurse-Single State",
              "Reg.Prof. Nurse-Multi State",
              "Registered Architect",
              "Registered Dental Assistant",
              "Rehabilitation Counselor",
              "Researcher",
              "Resident Permit",
              "Respiratory Care Graduate License",
              "Respiratory Care Practitioner",
              "Respiratory Care Temporary",
              "RPN Graduate License",
              "Salesperson",
              "Salesperson- Branch License",
              "Skin Care Specialist",
              "SLP Clin Internship Temp License",
              "Specialty Permits",
              "Specialty Permits Branch",
              "Speech Lang Pathologist-1YR TEMP",
              "Speech Language Pathologist",
              "Student Permit",
              "Student Registration",
              "Teacher",
              "Technician",
              "Technologist",
              "Telecom Wiring Exempt-Person",
              "Temp Ophthalmic Disp Branch",
              "Temp Ophthalmic Tech Branch",
              "TEMP Visiting Physical Therapist",
              "Temporary Dispenser",
              "Temporary Ophthalmic Dispenser",
              "Temporary Ophthalmic Tech",
              "Temporary Perfusionist License",
              "Temporary Permit",
              "Temporary Physician Assistant",
              "Temporary Practice Permit",
              "Temporary Privileges",
              "Temporary Registered Reporter",
              "Temporary Salesperson",
              "Temporary Salesperson Branch",
              "Three-Year Permit",
              "TPA Certification",
              "Trainee",
              "Trainee Permit",
              "Veterinarian",
              "Veterinarian Branch",
              "Veterinarian Non-Active",
              "Veterinarian Temporary Permit"
            ],
            "type": "string",
            "description": "Filter by the exact person license/certification type (e.g. Registered Professional Nurse, Certified Public Accountant, Professional Engineer). Ignored when Search type = Business.",
            "default": ""
          },
          "businessLicenseType": {
            "title": "Business license type (used when Search type = Business)",
            "enum": [
              "",
              "Ambulatory Care Facility",
              "Analytical Lab",
              "Animal Shelter",
              "Annex Classroom",
              "Appraisal Management Company",
              "Approval For Bulk Sale",
              "BA and FA Business",
              "BA and LS Business",
              "Barber Shop",
              "Burglar Alarm Business",
              "CDS ADS Branch",
              "CDS Automated Dispensing Sys",
              "CDS Out of State Pharmacy",
              "CDS Pharmacy",
              "CE Provider - Facility",
              "CE Sponsor",
              "CE Sponsor (Facility)",
              "CE Sponsor-Facility",
              "Cemetery",
              "Certificate of Authority",
              "Certificate of Authorization",
              "Clinic",
              "Cosmetology Private School",
              "Cosmetology Vocational School",
              "CPC Class Registration (LS Only)",
              "CPC Class Registration (PE Only)",
              "CPC Provider",
              "CPC Provider (PE Only)",
              "CPC Provider (PLS Only)",
              "Dental Clinic",
              "Electrical Business Permit",
              "Exam Provider",
              "FA and LS Business",
              "FBL Business",
              "FBL Business Candidate",
              "FBL CE Sponsor (Facility)",
              "Financial Interests",
              "Fire Alarm Business",
              "Firm Registration",
              "Firm Registration (Out of State)",
              "Funeral Home",
              "Funeral Home Transfer",
              "Gallery Shop",
              "Hair Braiding Shop",
              "Hair Braiding Shop Waiver",
              "Hallal ESTB Inspection",
              "HHA Program Approval",
              "Home Elevation Business Contr",
              "Home Improvement Business Contr",
              "Hospital",
              "I.V. Pharmacy",
              "Institutional Pharmacy",
              "Int'l Matching Organization",
              "Kosher ESTB Inspection",
              "Locksmith Business",
              "Long Term Care Facility",
              "Manicuring Shop",
              "Manicuring Shop-Waiver",
              "Manufacturer",
              "Massage and Bodywork Employer",
              "Narcotic Treatment Program",
              "NJ Hospital GRE Program",
              "non-license facility",
              "Nursing School Accreditation Program",
              "Ophthalmic CE Sponsor",
              "Out of State Pharmacy",
              "Pharmacy",
              "Premises",
              "Privileges & Affiliations",
              "Provisional Appraisal Mgmt Co",
              "Provisional Nursing School Accreditation",
              "Res Alcoholism Trtmt Facility",
              "Res Drug Trtmt Facility",
              "Researcher-Facility",
              "Seller - Health Club Services",
              "Shop",
              "Shop Waiver",
              "Skin Care Spclty Shop Waiver",
              "Skin Care Specialty Shop",
              "Sponsor",
              "Sponsor - NJ Law & Ethics Course",
              "Telecom Contractor",
              "Telecom Wiring Exempt-Facility",
              "Wholesaler/Distributor"
            ],
            "type": "string",
            "description": "Filter by the exact business/facility license type (e.g. Pharmacy, Cemetery, Funeral Home). Ignored when Search type = Person.",
            "default": ""
          },
          "firstName": {
            "title": "First / middle name (Search type = Person)",
            "type": "string",
            "description": "Licensee's first or middle name. Combine with Last name for a precise person search. At least 2 characters recommended."
          },
          "lastName": {
            "title": "Last name (Search type = Person)",
            "type": "string",
            "description": "Licensee's last name. At least 2 characters recommended. Example: Smith"
          },
          "businessName": {
            "title": "Business name (Search type = Business)",
            "type": "string",
            "description": "Full or partial business/facility name. At least 2 characters recommended. Example: CVS Pharmacy"
          },
          "licenseNumber": {
            "title": "License number",
            "type": "string",
            "description": "Exact or partial NJ license number, e.g. 26NP00997200. Works for both person and business searches."
          },
          "city": {
            "title": "City",
            "type": "string",
            "description": "Filter by the licensee's or business's city on file with the Division of Consumer Affairs. At least 2 characters recommended."
          },
          "licenseStatus": {
            "title": "Filter by license status",
            "enum": [
              "",
              "Act Non-Renew DO NOT USE",
              "Active",
              "Active Non-Current",
              "Active Non-Renewable",
              "Active Paper",
              "Active Pending Dispo",
              "Active Reduced Fee 65+",
              "Active-BON Review",
              "Active-Non Renewable",
              "Admin Pending",
              "Administrative Suspension",
              "Archived",
              "Authorized",
              "Barred",
              "Closed",
              "Completed",
              "Deceased",
              "Deleted",
              "Denied",
              "Dissolved",
              "Do not use",
              "Expired",
              "Inactive",
              "Inactive-Paid",
              "Late",
              "Late Renewal",
              "Not Active",
              "Null and Void",
              "OIT Pending",
              "Out of Business",
              "Pending",
              "Reclassified",
              "Reinstatement Pending",
              "Rescinded",
              "Retired",
              "Retired Paper",
              "Retired-Paid",
              "Revoked",
              "Suspended",
              "Transfer Pending",
              "Unaffiliated",
              "Voluntary Surrender",
              "Withdrawn"
            ],
            "type": "string",
            "description": "Only emit records whose current license status matches. The full option list mirrors every status value New Jersey's own system defines (sourced from its official bulk-download search form). This filter is applied after fetching each candidate's detail page (the public search form itself has no status filter), so leaving it unset returns more results faster.",
            "default": ""
          },
          "maxItems": {
            "title": "Max items",
            "minimum": 1,
            "maximum": 2000,
            "type": "integer",
            "description": "Hard cap on the number of license records returned.",
            "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}