{
  "openapi": "3.0.1",
  "info": {
    "title": "JobStreet Scraper — MY, SG, ID, PH (+ JobsDB TH & HK)",
    "description": "Scrape JobStreet jobs across Malaysia, Singapore, Indonesia and the Philippines by keyword, location, category, work type, date or salary — with parsed salaries, full descriptions, company profiles, incremental change tracking and notifications.",
    "version": "1.0",
    "x-build-id": "2GVoY1fEmPI86fi2E"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/corvuslab~jobstreet-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-corvuslab-jobstreet-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/corvuslab~jobstreet-scraper/runs": {
      "post": {
        "operationId": "runs-sync-corvuslab-jobstreet-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/corvuslab~jobstreet-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-corvuslab-jobstreet-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": {
          "country": {
            "title": "🌏 Market",
            "enum": [
              "MY",
              "SG",
              "ID",
              "PH",
              "TH",
              "HK"
            ],
            "type": "string",
            "description": "Which JobStreet / JobsDB market to search. Ignored for jobs reached through **Start URLs**, where the market is detected from the URL.",
            "default": "MY"
          },
          "query": {
            "title": "Search keywords",
            "type": "string",
            "description": "Keywords to search for, e.g. `software engineer`. Leave empty to return every job in the market (optionally narrowed by the filters below). Also accepts a JSON list — `[\"data analyst\", \"business analyst\"]` — to run several searches at once."
          },
          "queries": {
            "title": "Extra search keywords",
            "uniqueItems": true,
            "type": "array",
            "description": "Run several searches in one go. Each entry is a **separate** search and results are merged and de-duplicated — they are OR-ed, not AND-ed.",
            "items": {
              "type": "string"
            }
          },
          "location": {
            "title": "Location",
            "uniqueItems": true,
            "type": "array",
            "description": "City, state or region to search in, e.g. `Kuala Lumpur`, `Selangor`, `Metro Manila`. Add several to search each one. Leave empty for the whole country. Also accepts a plain string or a JSON list.",
            "items": {
              "type": "string"
            }
          },
          "startUrls": {
            "title": "Start URLs (paste from your browser)",
            "type": "array",
            "description": "Paste JobStreet URLs directly — either a search page (`/software-engineer-jobs/in-Kuala-Lumpur`) or a single job (`/job/12345678`). The market is detected from the URL, and search URLs are paginated automatically.",
            "items": {
              "type": "object",
              "required": [
                "url"
              ],
              "properties": {
                "url": {
                  "type": "string",
                  "title": "URL of a web page",
                  "format": "uri"
                }
              }
            }
          },
          "category": {
            "title": "Job category",
            "uniqueItems": true,
            "type": "array",
            "description": "Filter by job category. Several categories broaden the search (OR).",
            "items": {
              "type": "string",
              "enum": [
                "Accounting",
                "Administration & Office Support",
                "Advertising, Arts & Media",
                "Banking & Financial Services",
                "CEO & General Management",
                "Call Centre & Customer Service",
                "Community Services & Development",
                "Construction",
                "Consulting & Strategy",
                "Design & Architecture",
                "Education & Training",
                "Engineering",
                "Farming, Animals & Conservation",
                "Government & Defence",
                "Healthcare & Medical",
                "Hospitality & Tourism",
                "Human Resources & Recruitment",
                "Information & Communication Technology",
                "Insurance & Superannuation",
                "Legal",
                "Manufacturing, Transport & Logistics",
                "Marketing & Communications",
                "Mining, Resources & Energy",
                "Real Estate & Property",
                "Retail & Consumer Products",
                "Sales",
                "Science & Technology",
                "Self Employment",
                "Sport & Recreation",
                "Trades & Services"
              ],
              "enumTitles": [
                "Accounting",
                "Administration & Office Support",
                "Advertising, Arts & Media",
                "Banking & Financial Services",
                "CEO & General Management",
                "Call Centre & Customer Service",
                "Community Services & Development",
                "Construction",
                "Consulting & Strategy",
                "Design & Architecture",
                "Education & Training",
                "Engineering",
                "Farming, Animals & Conservation",
                "Government & Defence",
                "Healthcare & Medical",
                "Hospitality & Tourism",
                "Human Resources & Recruitment",
                "Information & Communication Technology",
                "Insurance & Superannuation",
                "Legal",
                "Manufacturing, Transport & Logistics",
                "Marketing & Communications",
                "Mining, Resources & Energy",
                "Real Estate & Property",
                "Retail & Consumer Products",
                "Sales",
                "Science & Technology",
                "Self Employment",
                "Sport & Recreation",
                "Trades & Services"
              ]
            }
          },
          "subCategory": {
            "title": "Job sub-category",
            "uniqueItems": true,
            "type": "array",
            "description": "Narrow to specific sub-categories. Its parent category is applied automatically, so you don't need to set both.",
            "items": {
              "type": "string",
              "enum": [
                "Account & Relationship Management",
                "Account & Relationship Management (Sales)",
                "Accounts Officers/Clerks",
                "Accounts Payable",
                "Accounts Receivable/Credit Control",
                "Actuarial",
                "Administration",
                "Administrative Assistants",
                "Aerospace Engineering",
                "Aged & Disability Support",
                "Agency Account Management",
                "Agronomy & Farm Services",
                "Air Conditioning & Refrigeration",
                "Air Force",
                "Airlines",
                "Ambulance/Paramedics",
                "Analysis & Reporting",
                "Analysis & Reporting (Banking & Financial Services)",
                "Analysis & Reporting (Manufacturing, Transport & Logistics)",
                "Analysis & Reporting (Mining, Resources & Energy)",
                "Analysis & Reporting (Sales)",
                "Analysts",
                "Analysts (Real Estate & Property)",
                "Architects",
                "Architectural Drafting",
                "Architecture",
                "Army",
                "Art Direction",
                "Assembly & Process Work",
                "Assessment",
                "Assistant Accountants",
                "Audit - External",
                "Audit - Internal",
                "Automotive Engineering",
                "Automotive Trades",
                "Aviation Services",
                "Bakers & Pastry Chefs",
                "Banking & Finance Law",
                "Banking - Business",
                "Banking - Corporate & Institutional",
                "Banking - Retail/Branch",
                "Bar & Beverage Staff",
                "Biological & Biomedical Sciences",
                "Biotechnology & Genetics",
                "Board Appointments",
                "Body Corporate & Facilities Management",
                "Bookkeeping & Small Practice Accounting",
                "Brand Management",
                "Brokerage",
                "Building Services Engineering",
                "Building Trades",
                "Business Services & Corporate Advisory",
                "Business/Systems Analysts",
                "Butchers",
                "Buying",
                "CEO",
                "COO & MD",
                "Carpentry & Cabinet Making",
                "Chefs/Cooks",
                "Chemical Engineering",
                "Chemistry & Physics",
                "Child Welfare, Youth & Family Services",
                "Childcare & Outside School Hours Care",
                "Chiropractic & Osteopathic",
                "Civil/Structural Engineering",
                "Claims",
                "Cleaning Services",
                "Client & Sales Administration",
                "Client Services",
                "Clinical/Medical Research",
                "Coaching & Instruction",
                "Collections",
                "Commercial Sales, Leasing & Property Mgmt",
                "Community Development",
                "Company Secretaries",
                "Compliance & Risk",
                "Compliance & Risk (Banking & Financial Services)",
                "Computer Operators",
                "Conservation, Parks & Wildlife",
                "Construction Law",
                "Consultants",
                "Consulting & Generalist HR",
                "Contracts Administration",
                "Contracts Management",
                "Corporate & Commercial Law",
                "Corporate Development",
                "Corporate Finance & Investment Banking",
                "Cost Accounting",
                "Couriers, Drivers & Postal Services",
                "Credit",
                "Criminal & Civil Law",
                "Customer Service - Call Centre",
                "Customer Service - Customer Facing",
                "Data Entry & Word Processing",
                "Database Development & Administration",
                "Dental",
                "Developers/Programmers",
                "Dieticians",
                "Digital & Search Marketing",
                "Direct Marketing & CRM",
                "Editing & Publishing",
                "Electrical/Electronic Engineering",
                "Electricians",
                "Emergency Services",
                "Employment Services",
                "Engineering - Hardware",
                "Engineering - Network",
                "Engineering - Software",
                "Engineering Drafting",
                "Environment & Planning Law",
                "Environment & Sustainability Consulting",
                "Environmental Engineering",
                "Environmental Services",
                "Environmental, Earth & Geosciences",
                "Estimating",
                "Event Management",
                "Event Management (Marketing & Communications)",
                "Family Law",
                "Farm Labour",
                "Farm Management",
                "Fashion & Textile Design",
                "Field Engineering",
                "Financial Accounting & Reporting",
                "Financial Managers & Controllers",
                "Financial Planning",
                "Fishing & Aquaculture",
                "Fitness & Personal Training",
                "Fitters, Turners & Machinists",
                "Fleet Management",
                "Floristry",
                "Food Technology & Safety",
                "Forensic Accounting & Investigation",
                "Foreperson/Supervisors",
                "Freight/Cargo Forwarding",
                "Front Office & Guest Services",
                "Fund Administration",
                "Fundraising",
                "Funds Management",
                "Gaming",
                "Gardening & Landscaping",
                "General Practitioners",
                "General/Business Unit Manager",
                "Generalists - In-house",
                "Generalists - Law Firm",
                "Government - Federal",
                "Government - Local",
                "Government - State",
                "Graphic Design",
                "Hair & Beauty Services",
                "Health, Safety & Environment",
                "Health, Safety & Environment (Mining, Resources & Energy)",
                "Help Desk & IT Support",
                "Horticulture",
                "Housekeeping",
                "Housing & Homelessness Services",
                "Illustration & Animation",
                "Import/Export & Customs",
                "Indigenous & Multicultural Services",
                "Industrial & Employee Relations",
                "Industrial Design",
                "Industrial Engineering",
                "Industrial Relations & Employment Law",
                "Insolvency & Corporate Recovery",
                "Insurance & Superannuation Law",
                "Intellectual Property Law",
                "Interior Design",
                "Internal Communications",
                "Inventory & Fixed Assets",
                "Journalism & Writing",
                "Kitchen & Sandwich Hands",
                "Laboratory & Technical Services",
                "Labourers",
                "Landscape Architecture",
                "Law Clerks & Paralegals",
                "Legal Practice Management",
                "Legal Secretaries",
                "Library Services & Information Management",
                "Litigation & Dispute Resolution",
                "Locksmiths",
                "Machine Operators",
                "Maintenance",
                "Maintenance & Handyperson Services",
                "Management",
                "Management & Change Consulting",
                "Management & Support",
                "Management (Advertising, Arts & Media)",
                "Management (Banking & Financial Services)",
                "Management (Community Services & Development)",
                "Management (Construction)",
                "Management (Engineering)",
                "Management (Healthcare & Medical)",
                "Management (Hospitality & Tourism)",
                "Management (Information & Communication Technology)",
                "Management (Insurance & Superannuation)",
                "Management (Manufacturing, Transport & Logistics)",
                "Management (Marketing & Communications)",
                "Management (Mining, Resources & Energy)",
                "Management (Sales)",
                "Management (Sport & Recreation)",
                "Management - Agency",
                "Management - Area/Multi-site",
                "Management - Department/Assistant",
                "Management - Internal",
                "Management - Schools",
                "Management - Store",
                "Management - Universities",
                "Management - Vocational",
                "Management Accounting & Budgeting",
                "Market Research & Analysis",
                "Marketing Assistants/Coordinators",
                "Marketing Communications",
                "Materials Handling Engineering",
                "Materials Sciences",
                "Mathematics, Statistics & Information Sciences",
                "Mechanical Engineering",
                "Media Strategy, Planning & Buying",
                "Medical Administration",
                "Medical Imaging",
                "Medical Specialists",
                "Merchandisers",
                "Mining - Drill & Blast",
                "Mining - Engineering & Maintenance",
                "Mining - Exploration & Geoscience",
                "Mining - Operations",
                "Mining - Processing",
                "Modelling & Simulation",
                "Mortgages",
                "Nannies & Babysitters",
                "Natural Resources & Water",
                "Natural Therapies & Alternative Medicine",
                "Navy",
                "Networks & Systems Administration",
                "New Business Development",
                "Nursing - A&E, Critical Care & ICU",
                "Nursing - Aged Care",
                "Nursing - Community, Maternal & Child Health",
                "Nursing - Educators & Facilitators",
                "Nursing - General Medical & Surgical",
                "Nursing - High Acuity",
                "Nursing - Management",
                "Nursing - Midwifery, Neo-Natal, SCN & NICU",
                "Nursing - Paediatric & PICU",
                "Nursing - Psych, Forensic & Correctional Health",
                "Nursing - Theatre & Recovery",
                "Occupational Health & Safety",
                "Office Management",
                "Oil & Gas - Drilling",
                "Oil & Gas - Engineering & Maintenance",
                "Oil & Gas - Exploration & Geoscience",
                "Oil & Gas - Operations",
                "Oil & Gas - Production & Refinement",
                "Optical",
                "Organisational Development",
                "Other",
                "Other (Administration & Office Support)",
                "Other (Advertising, Arts & Media)",
                "Other (Banking & Financial Services)",
                "Other (CEO & General Management)",
                "Other (Call Centre & Customer Service)",
                "Other (Community Services & Development)",
                "Other (Construction)",
                "Other (Consulting & Strategy)",
                "Other (Design & Architecture)",
                "Other (Education & Training)",
                "Other (Engineering)",
                "Other (Farming, Animals & Conservation)",
                "Other (Government & Defence)",
                "Other (Healthcare & Medical)",
                "Other (Hospitality & Tourism)",
                "Other (Human Resources & Recruitment)",
                "Other (Information & Communication Technology)",
                "Other (Insurance & Superannuation)",
                "Other (Legal)",
                "Other (Manufacturing, Transport & Logistics)",
                "Other (Marketing & Communications)",
                "Other (Mining, Resources & Energy)",
                "Other (Real Estate & Property)",
                "Other (Retail & Consumer Products)",
                "Other (Sales)",
                "Other (Science & Technology)",
                "Other (Sport & Recreation)",
                "Other (Trades & Services)",
                "PA, EA & Secretarial",
                "Painters & Sign Writers",
                "Pathology",
                "Pattern Makers & Garment Technicians",
                "Payroll",
                "Performing Arts",
                "Personal Injury Law",
                "Pharmaceuticals & Medical Devices",
                "Pharmacy",
                "Photography",
                "Physiotherapy, OT & Rehabilitation",
                "Pickers & Packers",
                "Planning",
                "Planning & Scheduling",
                "Plant & Machinery Operators",
                "Plumbers",
                "Police & Corrections",
                "Policy",
                "Policy, Planning & Regulation",
                "Power Generation & Distribution",
                "Printing & Publishing Services",
                "Process Engineering",
                "Product Management & Development",
                "Product Management & Development (Marketing & Communications)",
                "Production, Planning & Scheduling",
                "Programme & Project Management",
                "Programming & Production",
                "Project Engineering",
                "Project Management",
                "Project Management (Engineering)",
                "Promotions",
                "Property Law",
                "Psychology, Counselling & Social Work",
                "Public Relations & Corporate Affairs",
                "Public Transport & Taxi Services",
                "Purchasing, Procurement & Inventory",
                "Quality Assurance & Control",
                "Quality Assurance & Control (Manufacturing, Transport & Logistics)",
                "Quality Assurance & Control (Science & Technology)",
                "Rail & Maritime Transport",
                "Receptionists",
                "Records Management & Document Control",
                "Recruitment - Agency",
                "Recruitment - Internal",
                "Remuneration & Benefits",
                "Research & Fellowships",
                "Reservations",
                "Residential Leasing & Property Management",
                "Residential Sales",
                "Residents & Registrars",
                "Retail & Property Development",
                "Retail Assistants",
                "Risk Consulting",
                "Road Transport",
                "Sales",
                "Sales - Inbound",
                "Sales - Outbound",
                "Sales - Pre & Post",
                "Sales Coordinators",
                "Sales Representatives/Consultants",
                "Security",
                "Security Services",
                "Self Employment",
                "Settlements",
                "Speech Therapy",
                "Stockbroking & Trading",
                "Strategy & Planning",
                "Strategy & Planning (Consulting & Strategy)",
                "Student Services",
                "Superannuation",
                "Supervisors",
                "Supervisors/Team Leaders",
                "Surveying",
                "Surveying (Mining, Resources & Energy)",
                "Systems Accounting & IT Audit",
                "Systems Engineering",
                "Tailors & Dressmakers",
                "Tax Law",
                "Taxation",
                "Teaching - Early Childhood",
                "Teaching - Primary",
                "Teaching - Secondary",
                "Teaching - Tertiary",
                "Teaching - Vocational",
                "Teaching Aides & Special Needs",
                "Team Leaders",
                "Team Leaders/Supervisors",
                "Technical Writing",
                "Technicians",
                "Telecommunications",
                "Testing & Quality Assurance",
                "Tour Guides",
                "Trade Marketing",
                "Training & Development",
                "Travel Agents/Consultants",
                "Treasury",
                "Treasury (Banking & Financial Services)",
                "Tutoring",
                "Underwriting",
                "Urban Design & Planning",
                "Valuation",
                "Veterinary Services & Animal Welfare",
                "Volunteer Coordination & Support",
                "Waiting Staff",
                "Warehousing, Storage & Distribution",
                "Water & Waste Engineering",
                "Web & Interaction Design",
                "Web Development & Production",
                "Welders & Boilermakers",
                "Winery & Viticulture",
                "Workers' Compensation",
                "Workplace Training & Assessment"
              ],
              "enumTitles": [
                "Account & Relationship Management",
                "Account & Relationship Management (Sales)",
                "Accounts Officers/Clerks",
                "Accounts Payable",
                "Accounts Receivable/Credit Control",
                "Actuarial",
                "Administration",
                "Administrative Assistants",
                "Aerospace Engineering",
                "Aged & Disability Support",
                "Agency Account Management",
                "Agronomy & Farm Services",
                "Air Conditioning & Refrigeration",
                "Air Force",
                "Airlines",
                "Ambulance/Paramedics",
                "Analysis & Reporting",
                "Analysis & Reporting (Banking & Financial Services)",
                "Analysis & Reporting (Manufacturing, Transport & Logistics)",
                "Analysis & Reporting (Mining, Resources & Energy)",
                "Analysis & Reporting (Sales)",
                "Analysts",
                "Analysts (Real Estate & Property)",
                "Architects",
                "Architectural Drafting",
                "Architecture",
                "Army",
                "Art Direction",
                "Assembly & Process Work",
                "Assessment",
                "Assistant Accountants",
                "Audit - External",
                "Audit - Internal",
                "Automotive Engineering",
                "Automotive Trades",
                "Aviation Services",
                "Bakers & Pastry Chefs",
                "Banking & Finance Law",
                "Banking - Business",
                "Banking - Corporate & Institutional",
                "Banking - Retail/Branch",
                "Bar & Beverage Staff",
                "Biological & Biomedical Sciences",
                "Biotechnology & Genetics",
                "Board Appointments",
                "Body Corporate & Facilities Management",
                "Bookkeeping & Small Practice Accounting",
                "Brand Management",
                "Brokerage",
                "Building Services Engineering",
                "Building Trades",
                "Business Services & Corporate Advisory",
                "Business/Systems Analysts",
                "Butchers",
                "Buying",
                "CEO",
                "COO & MD",
                "Carpentry & Cabinet Making",
                "Chefs/Cooks",
                "Chemical Engineering",
                "Chemistry & Physics",
                "Child Welfare, Youth & Family Services",
                "Childcare & Outside School Hours Care",
                "Chiropractic & Osteopathic",
                "Civil/Structural Engineering",
                "Claims",
                "Cleaning Services",
                "Client & Sales Administration",
                "Client Services",
                "Clinical/Medical Research",
                "Coaching & Instruction",
                "Collections",
                "Commercial Sales, Leasing & Property Mgmt",
                "Community Development",
                "Company Secretaries",
                "Compliance & Risk",
                "Compliance & Risk (Banking & Financial Services)",
                "Computer Operators",
                "Conservation, Parks & Wildlife",
                "Construction Law",
                "Consultants",
                "Consulting & Generalist HR",
                "Contracts Administration",
                "Contracts Management",
                "Corporate & Commercial Law",
                "Corporate Development",
                "Corporate Finance & Investment Banking",
                "Cost Accounting",
                "Couriers, Drivers & Postal Services",
                "Credit",
                "Criminal & Civil Law",
                "Customer Service - Call Centre",
                "Customer Service - Customer Facing",
                "Data Entry & Word Processing",
                "Database Development & Administration",
                "Dental",
                "Developers/Programmers",
                "Dieticians",
                "Digital & Search Marketing",
                "Direct Marketing & CRM",
                "Editing & Publishing",
                "Electrical/Electronic Engineering",
                "Electricians",
                "Emergency Services",
                "Employment Services",
                "Engineering - Hardware",
                "Engineering - Network",
                "Engineering - Software",
                "Engineering Drafting",
                "Environment & Planning Law",
                "Environment & Sustainability Consulting",
                "Environmental Engineering",
                "Environmental Services",
                "Environmental, Earth & Geosciences",
                "Estimating",
                "Event Management",
                "Event Management (Marketing & Communications)",
                "Family Law",
                "Farm Labour",
                "Farm Management",
                "Fashion & Textile Design",
                "Field Engineering",
                "Financial Accounting & Reporting",
                "Financial Managers & Controllers",
                "Financial Planning",
                "Fishing & Aquaculture",
                "Fitness & Personal Training",
                "Fitters, Turners & Machinists",
                "Fleet Management",
                "Floristry",
                "Food Technology & Safety",
                "Forensic Accounting & Investigation",
                "Foreperson/Supervisors",
                "Freight/Cargo Forwarding",
                "Front Office & Guest Services",
                "Fund Administration",
                "Fundraising",
                "Funds Management",
                "Gaming",
                "Gardening & Landscaping",
                "General Practitioners",
                "General/Business Unit Manager",
                "Generalists - In-house",
                "Generalists - Law Firm",
                "Government - Federal",
                "Government - Local",
                "Government - State",
                "Graphic Design",
                "Hair & Beauty Services",
                "Health, Safety & Environment",
                "Health, Safety & Environment (Mining, Resources & Energy)",
                "Help Desk & IT Support",
                "Horticulture",
                "Housekeeping",
                "Housing & Homelessness Services",
                "Illustration & Animation",
                "Import/Export & Customs",
                "Indigenous & Multicultural Services",
                "Industrial & Employee Relations",
                "Industrial Design",
                "Industrial Engineering",
                "Industrial Relations & Employment Law",
                "Insolvency & Corporate Recovery",
                "Insurance & Superannuation Law",
                "Intellectual Property Law",
                "Interior Design",
                "Internal Communications",
                "Inventory & Fixed Assets",
                "Journalism & Writing",
                "Kitchen & Sandwich Hands",
                "Laboratory & Technical Services",
                "Labourers",
                "Landscape Architecture",
                "Law Clerks & Paralegals",
                "Legal Practice Management",
                "Legal Secretaries",
                "Library Services & Information Management",
                "Litigation & Dispute Resolution",
                "Locksmiths",
                "Machine Operators",
                "Maintenance",
                "Maintenance & Handyperson Services",
                "Management",
                "Management & Change Consulting",
                "Management & Support",
                "Management (Advertising, Arts & Media)",
                "Management (Banking & Financial Services)",
                "Management (Community Services & Development)",
                "Management (Construction)",
                "Management (Engineering)",
                "Management (Healthcare & Medical)",
                "Management (Hospitality & Tourism)",
                "Management (Information & Communication Technology)",
                "Management (Insurance & Superannuation)",
                "Management (Manufacturing, Transport & Logistics)",
                "Management (Marketing & Communications)",
                "Management (Mining, Resources & Energy)",
                "Management (Sales)",
                "Management (Sport & Recreation)",
                "Management - Agency",
                "Management - Area/Multi-site",
                "Management - Department/Assistant",
                "Management - Internal",
                "Management - Schools",
                "Management - Store",
                "Management - Universities",
                "Management - Vocational",
                "Management Accounting & Budgeting",
                "Market Research & Analysis",
                "Marketing Assistants/Coordinators",
                "Marketing Communications",
                "Materials Handling Engineering",
                "Materials Sciences",
                "Mathematics, Statistics & Information Sciences",
                "Mechanical Engineering",
                "Media Strategy, Planning & Buying",
                "Medical Administration",
                "Medical Imaging",
                "Medical Specialists",
                "Merchandisers",
                "Mining - Drill & Blast",
                "Mining - Engineering & Maintenance",
                "Mining - Exploration & Geoscience",
                "Mining - Operations",
                "Mining - Processing",
                "Modelling & Simulation",
                "Mortgages",
                "Nannies & Babysitters",
                "Natural Resources & Water",
                "Natural Therapies & Alternative Medicine",
                "Navy",
                "Networks & Systems Administration",
                "New Business Development",
                "Nursing - A&E, Critical Care & ICU",
                "Nursing - Aged Care",
                "Nursing - Community, Maternal & Child Health",
                "Nursing - Educators & Facilitators",
                "Nursing - General Medical & Surgical",
                "Nursing - High Acuity",
                "Nursing - Management",
                "Nursing - Midwifery, Neo-Natal, SCN & NICU",
                "Nursing - Paediatric & PICU",
                "Nursing - Psych, Forensic & Correctional Health",
                "Nursing - Theatre & Recovery",
                "Occupational Health & Safety",
                "Office Management",
                "Oil & Gas - Drilling",
                "Oil & Gas - Engineering & Maintenance",
                "Oil & Gas - Exploration & Geoscience",
                "Oil & Gas - Operations",
                "Oil & Gas - Production & Refinement",
                "Optical",
                "Organisational Development",
                "Other",
                "Other (Administration & Office Support)",
                "Other (Advertising, Arts & Media)",
                "Other (Banking & Financial Services)",
                "Other (CEO & General Management)",
                "Other (Call Centre & Customer Service)",
                "Other (Community Services & Development)",
                "Other (Construction)",
                "Other (Consulting & Strategy)",
                "Other (Design & Architecture)",
                "Other (Education & Training)",
                "Other (Engineering)",
                "Other (Farming, Animals & Conservation)",
                "Other (Government & Defence)",
                "Other (Healthcare & Medical)",
                "Other (Hospitality & Tourism)",
                "Other (Human Resources & Recruitment)",
                "Other (Information & Communication Technology)",
                "Other (Insurance & Superannuation)",
                "Other (Legal)",
                "Other (Manufacturing, Transport & Logistics)",
                "Other (Marketing & Communications)",
                "Other (Mining, Resources & Energy)",
                "Other (Real Estate & Property)",
                "Other (Retail & Consumer Products)",
                "Other (Sales)",
                "Other (Science & Technology)",
                "Other (Sport & Recreation)",
                "Other (Trades & Services)",
                "PA, EA & Secretarial",
                "Painters & Sign Writers",
                "Pathology",
                "Pattern Makers & Garment Technicians",
                "Payroll",
                "Performing Arts",
                "Personal Injury Law",
                "Pharmaceuticals & Medical Devices",
                "Pharmacy",
                "Photography",
                "Physiotherapy, OT & Rehabilitation",
                "Pickers & Packers",
                "Planning",
                "Planning & Scheduling",
                "Plant & Machinery Operators",
                "Plumbers",
                "Police & Corrections",
                "Policy",
                "Policy, Planning & Regulation",
                "Power Generation & Distribution",
                "Printing & Publishing Services",
                "Process Engineering",
                "Product Management & Development",
                "Product Management & Development (Marketing & Communications)",
                "Production, Planning & Scheduling",
                "Programme & Project Management",
                "Programming & Production",
                "Project Engineering",
                "Project Management",
                "Project Management (Engineering)",
                "Promotions",
                "Property Law",
                "Psychology, Counselling & Social Work",
                "Public Relations & Corporate Affairs",
                "Public Transport & Taxi Services",
                "Purchasing, Procurement & Inventory",
                "Quality Assurance & Control",
                "Quality Assurance & Control (Manufacturing, Transport & Logistics)",
                "Quality Assurance & Control (Science & Technology)",
                "Rail & Maritime Transport",
                "Receptionists",
                "Records Management & Document Control",
                "Recruitment - Agency",
                "Recruitment - Internal",
                "Remuneration & Benefits",
                "Research & Fellowships",
                "Reservations",
                "Residential Leasing & Property Management",
                "Residential Sales",
                "Residents & Registrars",
                "Retail & Property Development",
                "Retail Assistants",
                "Risk Consulting",
                "Road Transport",
                "Sales",
                "Sales - Inbound",
                "Sales - Outbound",
                "Sales - Pre & Post",
                "Sales Coordinators",
                "Sales Representatives/Consultants",
                "Security",
                "Security Services",
                "Self Employment",
                "Settlements",
                "Speech Therapy",
                "Stockbroking & Trading",
                "Strategy & Planning",
                "Strategy & Planning (Consulting & Strategy)",
                "Student Services",
                "Superannuation",
                "Supervisors",
                "Supervisors/Team Leaders",
                "Surveying",
                "Surveying (Mining, Resources & Energy)",
                "Systems Accounting & IT Audit",
                "Systems Engineering",
                "Tailors & Dressmakers",
                "Tax Law",
                "Taxation",
                "Teaching - Early Childhood",
                "Teaching - Primary",
                "Teaching - Secondary",
                "Teaching - Tertiary",
                "Teaching - Vocational",
                "Teaching Aides & Special Needs",
                "Team Leaders",
                "Team Leaders/Supervisors",
                "Technical Writing",
                "Technicians",
                "Telecommunications",
                "Testing & Quality Assurance",
                "Tour Guides",
                "Trade Marketing",
                "Training & Development",
                "Travel Agents/Consultants",
                "Treasury",
                "Treasury (Banking & Financial Services)",
                "Tutoring",
                "Underwriting",
                "Urban Design & Planning",
                "Valuation",
                "Veterinary Services & Animal Welfare",
                "Volunteer Coordination & Support",
                "Waiting Staff",
                "Warehousing, Storage & Distribution",
                "Water & Waste Engineering",
                "Web & Interaction Design",
                "Web Development & Production",
                "Welders & Boilermakers",
                "Winery & Viticulture",
                "Workers' Compensation",
                "Workplace Training & Assessment"
              ]
            }
          },
          "workType": {
            "title": "Employment type",
            "uniqueItems": true,
            "type": "array",
            "description": "Filter by employment type.",
            "items": {
              "type": "string",
              "enum": [
                "fullTime",
                "partTime",
                "contract",
                "casual"
              ],
              "enumTitles": [
                "Full time",
                "Part time",
                "Contract / Temp",
                "Casual / Vacation"
              ]
            }
          },
          "workArrangement": {
            "title": "Work arrangement",
            "uniqueItems": true,
            "type": "array",
            "description": "Filter by on-site / hybrid / remote.",
            "items": {
              "type": "string",
              "enum": [
                "onsite",
                "hybrid",
                "remote"
              ],
              "enumTitles": [
                "🏢 On-site",
                "🏠 Hybrid",
                "🌐 Remote"
              ]
            }
          },
          "dateRange": {
            "title": "Posted within",
            "enum": [
              "",
              "1",
              "3",
              "7",
              "14",
              "31"
            ],
            "type": "string",
            "description": "Only jobs listed within this window.",
            "default": ""
          },
          "salaryMin": {
            "title": "Minimum salary",
            "minimum": 0,
            "type": "integer",
            "description": "Lower bound of JobStreet's own salary bracket, in the market's local currency (MYR, SGD, IDR, PHP, THB, HKD). Note this bracket also matches jobs that publish no salary — use **Minimum parsed salary** below for a strict cut-off."
          },
          "salaryMax": {
            "title": "Maximum salary",
            "minimum": 0,
            "type": "integer",
            "description": "Upper bound of JobStreet's salary bracket, in local currency."
          },
          "salaryPeriod": {
            "title": "Salary period",
            "enum": [
              "monthly",
              "annual",
              "hourly"
            ],
            "type": "string",
            "description": "How to interpret the salary bracket. Most Southeast Asian listings quote **monthly** pay.",
            "default": "monthly"
          },
          "sortMode": {
            "title": "Sort by",
            "enum": [
              "relevance",
              "date"
            ],
            "type": "string",
            "description": "Result ordering. Use **Date** for monitoring so the newest listings arrive first.",
            "default": "relevance"
          },
          "maxResults": {
            "title": "Maximum results",
            "minimum": 0,
            "type": "integer",
            "description": "Stop after this many jobs **for the whole run** — this is what bounds your cost. Set `0` for no limit (hard-capped at 20,000).",
            "default": 100
          },
          "maxPages": {
            "title": "Maximum search pages",
            "minimum": 1,
            "type": "integer",
            "description": "Optional safety cap on how many search pages to walk per search. Each page returns up to 100 jobs. Leave empty to let **Maximum results** decide."
          },
          "includeDetails": {
            "title": "Fetch full job details",
            "type": "boolean",
            "description": "Fetch each job's full description, company profile, screening questions and structured location. Turn **off** for a listings-only scrape, which is about 8x faster — it returns the same jobs, just without the enrichment.",
            "default": true
          },
          "descriptionFormat": {
            "title": "Description format",
            "enum": [
              "all",
              "text",
              "markdown",
              "html"
            ],
            "type": "string",
            "description": "Which representations of the job description to include.",
            "default": "all"
          },
          "descriptionMaxLength": {
            "title": "Truncate descriptions to",
            "minimum": 0,
            "type": "integer",
            "description": "Cut descriptions to this many characters. `0` keeps them in full.",
            "default": 0
          },
          "extractContacts": {
            "title": "Extract emails & phone numbers",
            "type": "boolean",
            "description": "Parse recruiter emails, phone numbers and links out of the job description into `extractedEmails`, `extractedPhones` and `extractedUrls`.",
            "default": true
          },
          "compact": {
            "title": "Compact output (AI / MCP friendly)",
            "type": "boolean",
            "description": "Emit only the core fields (id, title, company, location, salary, work type, date, URL) — small payloads for LLM agents and MCP workflows.",
            "default": false
          },
          "excludeEmptyFields": {
            "title": "Drop empty fields",
            "type": "boolean",
            "description": "Remove `null`, empty-string and empty-array fields from each record.",
            "default": false
          },
          "compatFieldNames": {
            "title": "Add compatibility field names (migrating from another scraper)",
            "type": "boolean",
            "description": "Also emit `canonicalUrl`, `employmentType`, `validThrough` and `locationState` as copies of `url`, `workType`, `expiresAt` and `locationRegion` — the names other JobStreet scrapers use. Lets you switch without touching your existing pipeline. Every other field already matches by name.",
            "default": false
          },
          "includeKeywords": {
            "title": "Must contain any of",
            "uniqueItems": true,
            "type": "array",
            "description": "Keep only jobs matching at least one of these terms (case-insensitive).",
            "items": {
              "type": "string"
            }
          },
          "excludeKeywords": {
            "title": "Must not contain",
            "uniqueItems": true,
            "type": "array",
            "description": "Drop jobs matching any of these terms (case-insensitive). Useful for stripping agency spam or unwanted seniority levels.",
            "items": {
              "type": "string"
            }
          },
          "keywordMatchTitle": {
            "title": "Match keywords in: title",
            "type": "boolean",
            "description": "Restrict the two keyword filters above to the job title. If no scope is ticked, all fields are searched.",
            "default": false
          },
          "keywordMatchCompany": {
            "title": "Match keywords in: company",
            "type": "boolean",
            "description": "Include the company name in keyword matching.",
            "default": false
          },
          "keywordMatchDescription": {
            "title": "Match keywords in: description",
            "type": "boolean",
            "description": "Include the description (or teaser when details are off) in keyword matching.",
            "default": false
          },
          "keywordMatchCategory": {
            "title": "Match keywords in: category",
            "type": "boolean",
            "description": "Include the category and sub-category in keyword matching.",
            "default": false
          },
          "keywordMatchBulletPoints": {
            "title": "Match keywords in: bullet points",
            "type": "boolean",
            "description": "Include the listing's bullet points in keyword matching.",
            "default": false
          },
          "minSalary": {
            "title": "Minimum parsed salary",
            "minimum": 0,
            "type": "integer",
            "description": "Strict cut-off on the **parsed** salary (local currency, as listed). Unlike JobStreet's own bracket this never lets undisclosed-salary jobs through."
          },
          "maxSalary": {
            "title": "Maximum parsed salary",
            "minimum": 0,
            "type": "integer",
            "description": "Strict upper cut-off on the parsed salary."
          },
          "requireSalary": {
            "title": "Only jobs with a published salary",
            "type": "boolean",
            "description": "Drop listings that don't state a salary.",
            "default": false
          },
          "requireTags": {
            "title": "Only jobs with these badges",
            "uniqueItems": true,
            "type": "array",
            "description": "Keep only listings carrying JobStreet's own demand badges. **Be an early applicant** marks listings that have had few applications so far — the platform's public signal for low-competition roles.",
            "items": {
              "type": "string",
              "enum": [
                "EARLY_APPLICANT",
                "URGENT",
                "EXPIRES_SOON"
              ],
              "enumTitles": [
                "🌱 Be an early applicant (low competition)",
                "🔥 Urgently hiring",
                "⏳ Expiring soon"
              ]
            }
          },
          "requireContact": {
            "title": "Only jobs with contact details",
            "enum": [
              "off",
              "email",
              "phone",
              "either",
              "both"
            ],
            "type": "string",
            "description": "Lead-generation filter: keep only jobs exposing a recruiter email and/or phone number. Automatically enables **Fetch full job details**. Only a minority of listings publish contact details, so a run may return fewer than **Maximum results** — it searches up to 10× deeper to try to fill the quota.",
            "default": "off"
          },
          "fromDate": {
            "title": "Posted on or after",
            "type": "string",
            "description": "ISO date or datetime, e.g. `2026-01-15`."
          },
          "toDate": {
            "title": "Posted on or before",
            "type": "string",
            "description": "ISO date or datetime. A bare date includes the whole day."
          },
          "maxAgeMinutes": {
            "title": "Posted within the last N minutes",
            "minimum": 1,
            "type": "integer",
            "description": "Precise recency window for near-real-time monitoring, e.g. `60`."
          },
          "customFilters": {
            "title": "Custom field rules",
            "type": "array",
            "description": "Advanced rules evaluated against any output field, AND-ed together. Example: `[{\"field\":\"companySize\",\"operator\":\"includes\",\"value\":\"1000\"}]`. Operators: `includes`, `notIncludes`, `equals`, `notEquals`, `gt`, `gte`, `lt`, `lte`, `exists`, `notExists`."
          },
          "incrementalMode": {
            "title": "Incremental mode (only new & changed jobs)",
            "type": "boolean",
            "description": "Remember jobs between runs and emit only **new**, **updated** and **reappeared** listings. On a daily schedule this typically cuts billed results by 80–95%. Each record gains a `changeType`.",
            "default": false
          },
          "stateKey": {
            "title": "Tracking key",
            "type": "string",
            "description": "Optional name for this tracked search. Leave empty to derive one from the search parameters — set it only if you want two runs to share state deliberately."
          },
          "emitUnchanged": {
            "title": "Also emit unchanged jobs",
            "type": "boolean",
            "description": "Include `UNCHANGED` listings. Off by default — leaving it off is where the saving comes from.",
            "default": false
          },
          "emitExpired": {
            "title": "Also emit expired jobs",
            "type": "boolean",
            "description": "Emit an `EXPIRED` record when a previously seen job disappears from results.",
            "default": false
          },
          "skipReposts": {
            "title": "Skip reposted jobs",
            "type": "boolean",
            "description": "Drop listings that re-advertise a job already seen under a different id (same company, title and locality).",
            "default": false
          },
          "telegramToken": {
            "title": "Telegram bot token",
            "type": "string",
            "description": "Bot token from @BotFather. Stored encrypted and never written to the run log."
          },
          "telegramChatId": {
            "title": "Telegram chat ID",
            "type": "string",
            "description": "Chat, channel or group ID to post into."
          },
          "slackWebhookUrl": {
            "title": "Slack incoming webhook URL",
            "type": "string",
            "description": "Slack incoming-webhook URL. Stored encrypted and never logged."
          },
          "discordWebhookUrl": {
            "title": "Discord webhook URL",
            "type": "string",
            "description": "Discord channel webhook URL. Stored encrypted and never logged."
          },
          "whatsappPhoneNumberId": {
            "title": "WhatsApp phone number ID",
            "type": "string",
            "description": "Meta Cloud API phone number ID. Stored encrypted and never logged."
          },
          "whatsappAccessToken": {
            "title": "WhatsApp access token",
            "type": "string",
            "description": "Meta Cloud API access token. Stored encrypted and never logged."
          },
          "whatsappTo": {
            "title": "WhatsApp recipient number",
            "type": "string",
            "description": "Recipient in international format, e.g. `60123456789`. Meta only permits free-form messages within 24 hours of the recipient's last message to you."
          },
          "webhookUrl": {
            "title": "Custom webhook URL (n8n / Make / Zapier)",
            "type": "string",
            "description": "Receives a JSON POST with the matching jobs and run metadata. Stored encrypted and never logged."
          },
          "webhookHeaders": {
            "title": "Custom webhook headers",
            "type": "object",
            "description": "Extra headers for the custom webhook, e.g. `{\"Authorization\": \"Bearer …\"}`. Values are redacted from logs."
          },
          "notificationLimit": {
            "title": "Jobs per notification",
            "minimum": 1,
            "maximum": 50,
            "type": "integer",
            "description": "How many jobs to list in the message body. The total count is always reported.",
            "default": 10
          },
          "notifyOnlyChanges": {
            "title": "Notify only on new & changed jobs",
            "type": "boolean",
            "description": "In incremental mode, notify only for `NEW` / `UPDATED` / `REAPPEARED` listings.",
            "default": false
          },
          "includeRunSummary": {
            "title": "Include a run summary line",
            "type": "boolean",
            "description": "Prefix the message with the market, search terms and match count.",
            "default": true
          },
          "proxyType": {
            "title": "Proxy",
            "enum": [
              "auto",
              "datacenter",
              "residential",
              "none"
            ],
            "type": "string",
            "description": "**Automatic** handles this for you — it escalates to residential IPs only for requests that actually get blocked, then drops back down. Proxies are included; you don't need an account of your own. Pick residential only if you see persistent blocking.",
            "default": "auto"
          },
          "maxConcurrency": {
            "title": "Maximum concurrency",
            "minimum": 1,
            "maximum": 30,
            "type": "integer",
            "description": "Parallel requests. **Raising this does not make runs faster** — JobStreet caps throughput at roughly 400 requests per minute, so extra parallelism just makes each request wait longer (measured: doubling this to 16 left throughput unchanged and the run slightly slower). Lower it only if you see repeated retries.",
            "default": 8
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}