{
  "openapi": "3.0.1",
  "info": {
    "title": "GSA eLibrary Scraper",
    "description": "Scrape government contract listings from GSA eLibrary. Extract contract details including agency, category, sin, price, and availability.",
    "version": "1.0",
    "x-build-id": "goKmr5RMHKITY0ugw"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/parseforge~gsa-elibrary-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-parseforge-gsa-elibrary-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/parseforge~gsa-elibrary-scraper/runs": {
      "post": {
        "operationId": "runs-sync-parseforge-gsa-elibrary-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/parseforge~gsa-elibrary-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-parseforge-gsa-elibrary-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": {
          "startUrl": {
            "title": "Start URL",
            "type": "string",
            "description": "GSA eLibrary URL to start scraping from. Use this for custom searches or specific URLs. Supports search results URLs (searchResults.do), SIN details URLs (sinDetails.do), or contractor list URLs (contractorList.do). IMPORTANT: You must choose EITHER startUrl OR category, not both. These options are mutually exclusive."
          },
          "category": {
            "title": "Category",
            "type": "array",
            "description": "Select one or more predefined categories to scrape contractors from specific service areas. Choose 'All Categories' to scrape from all predefined categories. This will automatically generate the appropriate GSA eLibrary URLs for easy category-based scraping. IMPORTANT: You must choose EITHER category OR startUrl, not both. These options are mutually exclusive.",
            "items": {
              "type": "string",
              "enum": [
                "all",
                "3FIRE",
                "3PACK",
                "333TOOL",
                "485",
                "531",
                "561EEO",
                "611TRAINAW",
                "624SS",
                "3152",
                "3361E",
                "3361V",
                "3361",
                "10101",
                "10102",
                "10103",
                "10104",
                "10105",
                "10106",
                "10107",
                "10108",
                "10201",
                "10202",
                "10203",
                "10205",
                "10206",
                "10207",
                "10208",
                "10210",
                "10211",
                "10212",
                "10213",
                "10214",
                "10215",
                "10216",
                "10301",
                "10302",
                "10303",
                "10304",
                "10305",
                "10306",
                "10307",
                "10308",
                "10309",
                "10310",
                "10311",
                "10312",
                "10313",
                "10314",
                "10315",
                "10316",
                "10401",
                "10402",
                "10403",
                "10404",
                "10405",
                "10406",
                "10407",
                "10408",
                "10409",
                "10410",
                "10411",
                "10412",
                "10413",
                "10414",
                "10415",
                "10416",
                "10601",
                "10602",
                "10603",
                "10604",
                "10605",
                "10606",
                "10608",
                "10609",
                "10610",
                "10611",
                "10701",
                "10702",
                "10703",
                "10704",
                "10705",
                "10706",
                "10707",
                "10709",
                "10714",
                "10716",
                "10717",
                "10718",
                "10719",
                "10721",
                "10722",
                "10723",
                "10724",
                "10726",
                "10727",
                "10728",
                "10729",
                "10801",
                "10802",
                "10803",
                "10804",
                "10805",
                "10806",
                "10807",
                "10808",
                "10809",
                "10810",
                "10811",
                "10812",
                "10813",
                "10814",
                "10815",
                "10817",
                "10818",
                "10819",
                "20101",
                "20102",
                "20103",
                "20104",
                "20105",
                "20106",
                "20107",
                "20108",
                "20201",
                "20202",
                "20203",
                "20205",
                "20206",
                "20207",
                "20208",
                "20210",
                "20211",
                "20212",
                "20213",
                "20214",
                "20215",
                "20216",
                "20301",
                "20302",
                "20303",
                "20304",
                "20305",
                "20306",
                "20307",
                "20308",
                "20309",
                "20310",
                "20311",
                "20312",
                "20313",
                "20314",
                "20315",
                "20316",
                "20401",
                "20402",
                "20403",
                "20404",
                "20405",
                "20406",
                "20407",
                "20408",
                "20409",
                "20410",
                "20411",
                "20412",
                "20413",
                "20414",
                "20415",
                "20416",
                "20601",
                "20602",
                "20603",
                "20604",
                "20605",
                "20606",
                "20608",
                "20609",
                "20610",
                "20611",
                "20701",
                "20702",
                "20703",
                "20704",
                "20705",
                "20706",
                "20707",
                "20709",
                "20714",
                "20716",
                "20717",
                "20718",
                "20719",
                "20721",
                "20722",
                "20723",
                "20724",
                "20726",
                "20727",
                "20728",
                "20729",
                "20801",
                "20802",
                "20803",
                "20804",
                "20805",
                "20806",
                "20807",
                "20808",
                "20809",
                "20810",
                "20811",
                "20812",
                "20813",
                "20814",
                "20815",
                "20817",
                "20818",
                "20819",
                "30101",
                "30102",
                "30103",
                "30104",
                "30105",
                "30106",
                "30107",
                "30108",
                "30201",
                "30202",
                "30203",
                "30205",
                "30206",
                "30207",
                "30208",
                "30210",
                "30211",
                "30212",
                "30213",
                "30214",
                "30215",
                "30216",
                "30301",
                "30302",
                "30303",
                "30304",
                "30305",
                "30306",
                "30307",
                "30309",
                "30310",
                "30311",
                "30312",
                "30313",
                "30314",
                "30315",
                "30316",
                "30401",
                "30402",
                "30403",
                "30404",
                "30405",
                "30406",
                "30407",
                "30408",
                "30409",
                "30410",
                "30411",
                "30412",
                "30413",
                "30414",
                "30416",
                "30601",
                "30602",
                "30603",
                "30604",
                "30605",
                "30606",
                "30608",
                "30609",
                "30610",
                "30611",
                "30701",
                "30702",
                "30703",
                "30704",
                "30705",
                "30706",
                "30707",
                "30709",
                "30714",
                "30716",
                "30717",
                "30718",
                "30719",
                "30721",
                "30722",
                "30723",
                "30724",
                "30726",
                "30727",
                "30728",
                "30729",
                "30801",
                "30802",
                "30803",
                "30804",
                "30805",
                "30806",
                "30807",
                "30808",
                "30809",
                "30810",
                "30811",
                "30812",
                "30813",
                "30814",
                "30815",
                "30817",
                "30818",
                "30819",
                "33411",
                "33512",
                "33611",
                "33712",
                "33721P",
                "33721T",
                "33721",
                "40101",
                "40102",
                "40103",
                "40104",
                "40105",
                "40106",
                "40107",
                "40108",
                "40201",
                "40202",
                "40203",
                "40205",
                "40206",
                "40207",
                "40208",
                "40210",
                "40211",
                "40212",
                "40213",
                "40214",
                "40215",
                "40216",
                "40301",
                "40302",
                "40303",
                "40304",
                "40305",
                "40306",
                "40307",
                "40308",
                "40309",
                "40310",
                "40311",
                "40312",
                "40313",
                "40314",
                "40315",
                "40316",
                "40401",
                "40402",
                "40403",
                "40404",
                "40405",
                "40406",
                "40407",
                "40408",
                "40409",
                "40410",
                "40411",
                "40412",
                "40413",
                "40414",
                "40415",
                "40416",
                "40601",
                "40602",
                "40603",
                "40604",
                "40605",
                "40606",
                "40608",
                "40609",
                "40610",
                "40611",
                "40701",
                "40702",
                "40703",
                "40704",
                "40705",
                "40706",
                "40707",
                "40709",
                "40714",
                "40716",
                "40717",
                "40718",
                "40719",
                "40721",
                "40722",
                "40723",
                "40724",
                "40726",
                "40727",
                "40728",
                "40729",
                "40801",
                "40802",
                "40803",
                "40804",
                "40805",
                "40806",
                "40807",
                "40808",
                "40809",
                "40810",
                "40811",
                "40812",
                "40813",
                "40814",
                "40815",
                "40817",
                "40818",
                "40819",
                "50102",
                "50103",
                "50104",
                "50106",
                "50107",
                "50108",
                "50201",
                "50202",
                "50203",
                "50205",
                "50206",
                "50207",
                "50208",
                "50210",
                "50211",
                "50212",
                "50214",
                "50215",
                "50216",
                "50301",
                "50302",
                "50303",
                "50304",
                "50305",
                "50307",
                "50308",
                "50309",
                "50310",
                "50311",
                "50312",
                "50313",
                "50314",
                "50315",
                "50316",
                "50401",
                "50402",
                "50403",
                "50404",
                "50406",
                "50408",
                "50409",
                "50410",
                "50411",
                "50412",
                "50413",
                "50414",
                "50416",
                "50601",
                "50602",
                "50603",
                "50604",
                "50605",
                "50606",
                "50608",
                "50609",
                "50610",
                "50611",
                "50701",
                "50702",
                "50703",
                "50704",
                "50705",
                "50706",
                "50707",
                "50709",
                "50714",
                "50717",
                "50718",
                "50719",
                "50721",
                "50722",
                "50723",
                "50724",
                "50726",
                "50727",
                "50728",
                "50729",
                "50801",
                "50802",
                "50803",
                "50804",
                "50805",
                "50806",
                "50807",
                "50808",
                "50809",
                "50810",
                "50811",
                "50812",
                "50813",
                "50814",
                "50815",
                "50817",
                "50818",
                "50819",
                "54151ECOM",
                "54151HACS",
                "54151HEAL",
                "54151S",
                "54151",
                "54161",
                "56131",
                "60101",
                "60102",
                "60103",
                "60104",
                "60105",
                "60106",
                "60107",
                "60108",
                "60201",
                "60202",
                "60203",
                "60205",
                "60206",
                "60207",
                "60208",
                "60210",
                "60211",
                "60212",
                "60213",
                "60214",
                "60215",
                "60216",
                "60301",
                "60302",
                "60303",
                "60304",
                "60305",
                "60306",
                "60307",
                "60308",
                "60309",
                "60310",
                "60311",
                "60312",
                "60313",
                "60314",
                "60315",
                "60316",
                "60401",
                "60402",
                "60403",
                "60404",
                "60405",
                "60406",
                "60407",
                "60408",
                "60409",
                "60410",
                "60411",
                "60412",
                "60413",
                "60414",
                "60415",
                "60416",
                "60501",
                "60502",
                "60503",
                "60504",
                "60505",
                "60506",
                "60507",
                "60508",
                "60509",
                "60510",
                "60511",
                "60513",
                "60514",
                "60516",
                "60517",
                "60601",
                "60602",
                "60603",
                "60604",
                "60605",
                "60606",
                "60608",
                "60609",
                "60610",
                "60611",
                "60701",
                "60702",
                "60703",
                "60704",
                "60705",
                "60706",
                "60707",
                "60709",
                "60714",
                "60716",
                "60717",
                "60718",
                "60719",
                "60721",
                "60722",
                "60723",
                "60724",
                "60726",
                "60727",
                "60728",
                "60729",
                "60801",
                "60802",
                "60803",
                "60804",
                "60805",
                "60806",
                "60807",
                "60808",
                "60809",
                "60810",
                "60811",
                "60812",
                "60813",
                "60814",
                "60815",
                "60817",
                "60818",
                "60819",
                "238160",
                "238910",
                "311423",
                "314110",
                "314120",
                "315210",
                "316210",
                "321918",
                "321920",
                "321991",
                "322220",
                "322291",
                "324110",
                "324191",
                "325320",
                "325412",
                "325611",
                "325612",
                "325992",
                "325998W",
                "325998",
                "326199",
                "326220",
                "327910",
                "331315A",
                "332215T",
                "332216",
                "332311P",
                "332311",
                "332312F",
                "332312",
                "332321",
                "332439",
                "332510C",
                "332510S",
                "332510",
                "332913",
                "332994",
                "332999BMS",
                "332999P",
                "332999S",
                "332999",
                "333112",
                "333120",
                "333241",
                "333244",
                "333249",
                "333314NV",
                "333314",
                "333316C",
                "333316F",
                "333316M",
                "333316P",
                "333318F",
                "333318TDTM",
                "333318T",
                "333318",
                "333415HVAC",
                "333415REM",
                "333415",
                "333912",
                "333914",
                "333921",
                "333922",
                "333923S",
                "333923",
                "333924",
                "333997",
                "333999",
                "334118",
                "334220",
                "334290L",
                "334290PACS",
                "334290",
                "334310",
                "334419",
                "334511T",
                "334511",
                "334512",
                "334513",
                "334515",
                "334516",
                "334519ENV",
                "334519",
                "335220D",
                "335220E",
                "335220",
                "335911",
                "335999",
                "336211",
                "336212",
                "336320",
                "336413",
                "336611",
                "336612R",
                "336612",
                "336991",
                "336992",
                "336999",
                "337121H",
                "337121P",
                "337127INT",
                "337127",
                "337215",
                "339112",
                "339113H",
                "339113LAB",
                "339113PA",
                "339113R",
                "339920PARK",
                "339920S",
                "339920",
                "339940OS4",
                "339940SVC",
                "339940",
                "339950",
                "339994",
                "339999E",
                "339999F",
                "339999S",
                "481211B",
                "481211O",
                "488190",
                "492110",
                "493110RM",
                "511120",
                "511210",
                "512110",
                "517312",
                "517410",
                "518210C",
                "518210DC",
                "518210ERM",
                "518210FM",
                "522310",
                "524292",
                "531110",
                "531210",
                "532111",
                "532112",
                "532120",
                "532310",
                "532420C",
                "532420LC",
                "532420LTOP",
                "532420LT",
                "532420L",
                "532490ESA",
                "532490L",
                "532490P",
                "541110",
                "541211",
                "541214HR",
                "541214",
                "541219",
                "541330ENG",
                "541330L",
                "541330SEC",
                "541370GEO",
                "541370GIS",
                "541380",
                "541420",
                "541430",
                "541511T",
                "541511",
                "541519ICAM",
                "541519PIV",
                "541519PKI",
                "541611LIT",
                "541611MPS",
                "541611O",
                "541611W",
                "541611",
                "541612EPM",
                "541612ER",
                "541612HC",
                "541612LR",
                "541613",
                "541614CF",
                "541614OR",
                "541614SVC",
                "541614",
                "541620",
                "541690",
                "541715",
                "541810ODC",
                "541810",
                "541820",
                "541910",
                "541930",
                "541990AV",
                "541990IPS",
                "541990L",
                "541990RISK",
                "561110",
                "561210FAC",
                "561210SB",
                "561410",
                "561422",
                "561439",
                "561440",
                "561450",
                "561499M",
                "561510",
                "561599L",
                "561599",
                "561611",
                "561612",
                "561621H",
                "561920",
                "561990",
                "562112",
                "562910REM",
                "611420",
                "611430ST",
                "611430TD",
                "611430TTS",
                "611430",
                "611512",
                "611630",
                "611710",
                "713940",
                "811212R",
                "811212SA",
                "811212",
                "811310MR",
                "811310",
                "812910",
                "812990",
                "ANCILLARY",
                "ANCRA",
                "NEW",
                "OLM"
              ],
              "enumTitles": [
                "All Categories",
                "Security and Protection - Protective Equipment, Fire Management Equipment",
                "Industrial Products and Services - Packaging, Packaging Materials",
                "Industrial Products and Services - Hardware and Tools, Tools (Powered and Non-Powered), Tool Kits, Tool Boxes and Accessories",
                "Transportation and Logistics Services - Transportation of Things, Ground Transportation",
                "Travel - Employee Relocation, Employee Relocation Solution",
                "Human Capital - Human Resources, EEO Services",
                "Professional Services - Training, Defense Acquisition Workforce Improvement Act (DAWIA) and Federal Acquisition Certification in Contracting (FAC-C) Professional Development Training for Acquisition Workforce Personnel",
                "Human Capital - Social Services, Social Services, Professional Counseling and Veterans' Readjustment and Behavioral Health Services",
                "Miscellaneous - Apparel, Workwear Clothing",
                "Transportation and Logistics Services - Motor Vehicles (non-Combat), Electric and Autonomous Vehicles and Accessories",
                "Transportation and Logistics Services - Motor Vehicles (non-Combat), Vocational Vehicles",
                "Transportation and Logistics Services - Motor Vehicles (non-Combat), Law Enforcement and Fire Fighting Vehicles and Attachments",
                "OASIS+ SB - Facilities, NAICS 541611 - Management and Advisory",
                "OASIS+ SB - Management and Advisory, NAICS 541612 - Management and Advisory",
                "OASIS+ SB - Management and Advisory, NAICS 541613 - Management and Advisory",
                "OASIS+ SB - Facilities, NAICS 541614 - Management and Advisory",
                "OASIS+ SB - Facilities, NAICS 541618 - Management and Advisory",
                "OASIS+ SB - Environmental, NAICS 541620 - Management and Advisory",
                "OASIS+ SB - Environmental, NAICS 541690 - Management and Advisory",
                "OASIS+ SB - Environmental, NAICS 541990 - Management and Advisory",
                "OASIS+ SB - Environmental, NAICS 336611 - Technical and Engineering",
                "OASIS+ SB - Environmental, NAICS 488190 - Technical and Engineering",
                "OASIS+ SB - Environmental, NAICS 488999 - Technical and Engineering",
                "OASIS+ SB - Environmental, NAICS 541330 - Technical and Engineering",
                "OASIS+ SB - Environmental, NAICS 541330 Ex 1 - Technical and Engineering",
                "OASIS+ SB - Environmental, NAICS 541330 Ex 2 - Technical and Engineering",
                "OASIS+ SB - Environmental, NAICS 541330 Ex 3 - Technical and Engineering",
                "OASIS+ SB - Environmental, NAICS 541360 - Technical and Engineering",
                "OASIS+ SB - Environmental, NAICS 541370 - Technical and Engineering",
                "OASIS+ SB - Environmental, NAICS 541380 - Technical and Engineering",
                "OASIS+ SB - Facilities, NAICS 541611 - Technical and Engineering",
                "OASIS+ SB - Environmental, NAICS 541690 - Technical and Engineering",
                "OASIS+ SB - Environmental, NAICS 541990 - Technical and Engineering",
                "OASIS+ SB - Technical and Engineering, NAICS 611512 - Technical and Engineering",
                "OASIS+ SB - Environmental, NAICS 541330 - Research and Development",
                "OASIS+ SB - Environmental, NAICS 541330 Ex 1 - Research and Development",
                "OASIS+ SB - Environmental, NAICS 541330 Ex 2 - Research and Development",
                "OASIS+ SB - Environmental, NAICS 541330 Ex 3 - Research and Development",
                "OASIS+ SB - Environmental, NAICS 541380 - Research and Development",
                "OASIS+ SB - Facilities, NAICS 541611 - Research and Development",
                "OASIS+ SB - Environmental, NAICS 541690 - Research and Development",
                "OASIS+ SB - Intelligence Services, NAICS 541713 - Research and Development",
                "OASIS+ SB - Intelligence Services, NAICS 541714 - Research and Development",
                "OASIS+ SB - Intelligence Services, NAICS 541715 - Research and Development",
                "OASIS+ SB - Intelligence Services, NAICS 541715 Ex 1 - Research and Development",
                "OASIS+ SB - Intelligence Services, NAICS 541715 Ex 2 - Research and Development",
                "OASIS+ SB - Intelligence Services, NAICS 541715 Ex 3 - Research and Development",
                "OASIS+ SB - Intelligence Services, NAICS 541720 - Research and Development",
                "OASIS+ SB - Environmental, NAICS 541990 - Research and Development",
                "OASIS+ SB - Environmental, NAICS 621511 - Research and Development",
                "OASIS+ SB - Environmental, NAICS 541330 - Intelligence Services",
                "OASIS+ SB - Environmental, NAICS 541330 Ex 1 - Intelligence Services",
                "OASIS+ SB - Environmental, NAICS 541330 Ex 2 - Intelligence Services",
                "OASIS+ SB - Environmental, NAICS 541330 Ex 3 - Intelligence Services",
                "OASIS+ SB - Facilities, NAICS 541611 - Intelligence Services",
                "OASIS+ SB - Facilities, NAICS 541614 - Intelligence Services",
                "OASIS+ SB - Facilities, NAICS 541618 - Intelligence Services",
                "OASIS+ SB - Environmental, NAICS 541690 - Intelligence Services",
                "OASIS+ SB - Intelligence Services, NAICS 541715 - Intelligence Services",
                "OASIS+ SB - Intelligence Services, NAICS 541715 Ex 1 - Intelligence Services",
                "OASIS+ SB - Intelligence Services, NAICS 541715 Ex 2 - Intelligence Services",
                "OASIS+ SB - Intelligence Services, NAICS 541715 Ex 3 - Intelligence Services",
                "OASIS+ SB - Intelligence Services, NAICS 541720 - Intelligence Services",
                "OASIS+ SB - Environmental, NAICS 541990 - Intelligence Services",
                "OASIS+ SB - Intelligence Services, NAICS 561499 - Intelligence Services",
                "OASIS+ SB - Intelligence Services, NAICS 561611 - Intelligence Services",
                "OASIS+ SB - Environmental, NAICS 541330 - Environmental",
                "OASIS+ SB - Environmental, NAICS 541360 - Environmental",
                "OASIS+ SB - Environmental, NAICS 541380 - Environmental",
                "OASIS+ SB - Environmental, NAICS 541620 - Environmental",
                "OASIS+ SB - Environmental, NAICS 541690 - Environmental",
                "OASIS+ SB - Environmental, NAICS 541990 - Environmental",
                "OASIS+ SB - Environmental, NAICS 562112 - Environmental",
                "OASIS+ SB - Environmental, NAICS 562211 - Environmental",
                "OASIS+ SB - Environmental, NAICS 562910 - Environmental",
                "OASIS+ SB - Environmental, NAICS 562910 Ex - Environmental",
                "OASIS+ SB - Facilities, NAICS 238160 - Facilities",
                "OASIS+ SB - Facilities, NAICS 238210 - Facilities",
                "OASIS+ SB - Facilities, NAICS 238220 - Facilities",
                "OASIS+ SB - Facilities, NAICS 238290 - Facilities",
                "OASIS+ SB - Facilities, NAICS 238320 - Facilities",
                "OASIS+ SB - Facilities, NAICS 238990 - Facilities",
                "OASIS+ SB - Facilities, NAICS 485999 - Facilities",
                "OASIS+ SB - Facilities, NAICS 488490 - Facilities",
                "OASIS+ SB - Environmental, NAICS 541330 - Facilities",
                "OASIS+ SB - Facilities, NAICS 541611 - Facilities",
                "OASIS+ SB - Facilities, NAICS 541614 - Facilities",
                "OASIS+ SB - Environmental, NAICS 541690 - Facilities",
                "OASIS+ SB - Environmental, NAICS 541990 - Facilities",
                "OASIS+ SB - Facilities, NAICS 561621 - Facilities",
                "OASIS+ SB - Facilities, NAICS 561710 - Facilities",
                "OASIS+ SB - Facilities, NAICS 561720 - Facilities",
                "OASIS+ SB - Facilities, NAICS 561730 - Facilities",
                "OASIS+ SB - Facilities, NAICS 562111 - Facilities",
                "OASIS+ SB - Facilities, NAICS 562112 - Facilities",
                "OASIS+ SB - Facilities, NAICS 562211 - Facilities",
                "OASIS+ SB - Facilities, NAICS 811310 - Facilities",
                "OASIS+ SB - Facilities, NAICS 336611 - Logistics",
                "OASIS+ SB - Facilities, NAICS 481211 - Logistics",
                "OASIS+ SB - Facilities, NAICS 485991 - Logistics",
                "OASIS+ SB - Facilities, NAICS 485999 - Logistics",
                "OASIS+ SB - Facilities, NAICS 488111 - Logistics",
                "OASIS+ SB - Facilities, NAICS 488190 - Logistics",
                "OASIS+ SB - Facilities, NAICS 488999 - Logistics",
                "OASIS+ SB - Logistics, NAICS 492110 - Logistics",
                "OASIS+ SB - Facilities, NAICS 493110 - Logistics",
                "OASIS+ SB - Facilities, NAICS 493120 - Logistics",
                "OASIS+ SB - Facilities, NAICS 493190 - Logistics",
                "OASIS+ SB - Environmental, NAICS 541330 - Logistics",
                "OASIS+ SB - Facilities, NAICS 541614 - Logistics",
                "OASIS+ SB - Environmental, NAICS 541690 - Logistics",
                "OASIS+ SB - Environmental, NAICS 541990 - Logistics",
                "OASIS+ SB - Logistics, NAICS 811114 - Logistics",
                "OASIS+ SB - Logistics, NAICS 811121 - Logistics",
                "OASIS+ SB - Logistics, NAICS 811198 - Logistics",
                "OASIS+ 8(a) - Facilities, NAICS 541611 - Management and Advisory",
                "OASIS+ 8(a) - Management and Advisory, NAICS 541612 - Management and Advisory",
                "OASIS+ 8(a) - Management and Advisory, NAICS 541613 - Management and Advisory",
                "OASIS+ 8(a) - Facilities, NAICS 541614 - Management and Advisory",
                "OASIS+ 8(a) - Facilities, NAICS 541618 - Management and Advisory",
                "OASIS+ 8(a) - Environmental, NAICS 541620 - Management and Advisory",
                "OASIS+ 8(a) - Environmental, NAICS 541690 - Management and Advisory",
                "OASIS+ 8(a) - Environmental, NAICS 541990 - Management and Advisory",
                "OASIS+ 8(a) - Environmental, NAICS 336611 - Technical and Engineering",
                "OASIS+ 8(a) - Environmental, NAICS 488190 - Technical and Engineering",
                "OASIS+ 8(a) - Environmental, NAICS 488999 - Technical and Engineering",
                "OASIS+ 8(a) - Environmental, NAICS 541330 - Technical and Engineering",
                "OASIS+ 8(a) - Environmental, NAICS 541330 Ex 1 - Technical and Engineering",
                "OASIS+ 8(a) - Environmental, NAICS 541330 Ex 2 - Technical and Engineering",
                "OASIS+ 8(a) - Environmental, NAICS 541330 Ex 3 - Technical and Engineering",
                "OASIS+ 8(a) - Environmental, NAICS 541360 - Technical and Engineering",
                "OASIS+ 8(a) - Environmental, NAICS 541370 - Technical and Engineering",
                "OASIS+ 8(a) - Environmental, NAICS 541380 - Technical and Engineering",
                "OASIS+ 8(a) - Facilities, NAICS 541611 - Technical and Engineering",
                "OASIS+ 8(a) - Environmental, NAICS 541690 - Technical and Engineering",
                "OASIS+ 8(a) - Environmental, NAICS 541990 - Technical and Engineering",
                "OASIS+ 8(a) - Technical and Engineering, NAICS 611512 - Technical and Engineering",
                "OASIS+ 8(a) - Environmental, NAICS 541330 - Research and Development",
                "OASIS+ 8(a) - Environmental, NAICS 541330 Ex 1 - Research and Development",
                "OASIS+ 8(a) - Environmental, NAICS 541330 Ex 2 - Research and Development",
                "OASIS+ 8(a) - Environmental, NAICS 541330 Ex 3 - Research and Development",
                "OASIS+ 8(a) - Environmental, NAICS 541380 - Research and Development",
                "OASIS+ 8(a) - Facilities, NAICS 541611 - Research and Development",
                "OASIS+ 8(a) - Environmental, NAICS 541690 - Research and Development",
                "OASIS+ 8(a) - Intelligence Services, NAICS 541713 - Research and Development",
                "OASIS+ 8(a) - Intelligence Services, NAICS 541714 - Research and Development",
                "OASIS+ 8(a) - Intelligence Services, NAICS 541715 - Research and Development",
                "OASIS+ 8(a) - Intelligence Services, NAICS 541715 Ex 1 - Research and Development",
                "OASIS+ 8(a) - Intelligence Services, NAICS 541715 Ex 2 - Research and Development",
                "OASIS+ 8(a) - Intelligence Services, NAICS 541715 Ex 3 - Research and Development",
                "OASIS+ 8(a) - Intelligence Services, NAICS 541720 - Research and Development",
                "OASIS+ 8(a) - Environmental, NAICS 541990 - Research and Development",
                "OASIS+ 8(a) - Environmental, NAICS 621511 - Research and Development",
                "OASIS+ 8(a) - Environmental, NAICS 541330 - Intelligence Services",
                "OASIS+ 8(a) - Environmental, NAICS 541330 Ex 1 - Intelligence Services",
                "OASIS+ 8(a) - Environmental, NAICS 541330 Ex 2 - Intelligence Services",
                "OASIS+ 8(a) - Environmental, NAICS 541330 Ex 3 - Intelligence Services",
                "OASIS+ 8(a) - Facilities, NAICS 541611 - Intelligence Services",
                "OASIS+ 8(a) - Facilities, NAICS 541614 - Intelligence Services",
                "OASIS+ 8(a) - Facilities, NAICS 541618 - Intelligence Services",
                "OASIS+ 8(a) - Environmental, NAICS 541690 - Intelligence Services",
                "OASIS+ 8(a) - Intelligence Services, NAICS 541715 - Intelligence Services",
                "OASIS+ 8(a) - Intelligence Services, NAICS 541715 Ex 1 - Intelligence Services",
                "OASIS+ 8(a) - Intelligence Services, NAICS 541715 Ex 2 - Intelligence Services",
                "OASIS+ 8(a) - Intelligence Services, NAICS 541715 Ex 3 - Intelligence Services",
                "OASIS+ 8(a) - Intelligence Services, NAICS 541720 - Intelligence Services",
                "OASIS+ 8(a) - Environmental, NAICS 541990 - Intelligence Services",
                "OASIS+ 8(a) - Intelligence Services, NAICS 561499 - Intelligence Services",
                "OASIS+ 8(a) - Intelligence Services, NAICS 561611 - Intelligence Services",
                "OASIS+ 8(a) - Environmental, NAICS 541330 - Environmental",
                "OASIS+ 8(a) - Environmental, NAICS 541360 - Environmental",
                "OASIS+ 8(a) - Environmental, NAICS 541380 - Environmental",
                "OASIS+ 8(a) - Environmental, NAICS 541620 - Environmental",
                "OASIS+ 8(a) - Environmental, NAICS 541690 - Environmental",
                "OASIS+ 8(a) - Environmental, NAICS 541990 - Environmental",
                "OASIS+ 8(a) - Environmental, NAICS 562112 - Environmental",
                "OASIS+ 8(a) - Environmental, NAICS 562211 - Environmental",
                "OASIS+ 8(a) - Environmental, NAICS 562910 - Environmental",
                "OASIS+ 8(a) - Environmental, NAICS 562910 Ex - Environmental",
                "OASIS+ 8(a) - Facilities, NAICS 238160 - Facilities",
                "OASIS+ 8(a) - Facilities, NAICS 238210 - Facilities",
                "OASIS+ 8(a) - Facilities, NAICS 238220 - Facilities",
                "OASIS+ 8(a) - Facilities, NAICS 238290 - Facilities",
                "OASIS+ 8(a) - Facilities, NAICS 238320 - Facilities",
                "OASIS+ 8(a) - Facilities, NAICS 238990 - Facilities",
                "OASIS+ 8(a) - Facilities, NAICS 485999 - Facilities",
                "OASIS+ 8(a) - Facilities, NAICS 488490 - Facilities",
                "OASIS+ 8(a) - Environmental, NAICS 541330 - Facilities",
                "OASIS+ 8(a) - Facilities, NAICS 541611 - Facilities",
                "OASIS+ 8(a) - Facilities, NAICS 541614 - Facilities",
                "OASIS+ 8(a) - Environmental, NAICS 541690 - Facilities",
                "OASIS+ 8(a) - Environmental, NAICS 541990 - Facilities",
                "OASIS+ 8(a) - Facilities, NAICS 561621 - Facilities",
                "OASIS+ 8(a) - Facilities, NAICS 561710 - Facilities",
                "OASIS+ 8(a) - Facilities, NAICS 561720 - Facilities",
                "OASIS+ 8(a) - Facilities, NAICS 561730 - Facilities",
                "OASIS+ 8(a) - Facilities, NAICS 562111 - Facilities",
                "OASIS+ 8(a) - Facilities, NAICS 562112 - Facilities",
                "OASIS+ 8(a) - Facilities, NAICS 562211 - Facilities",
                "OASIS+ 8(a) - Facilities, NAICS 811310 - Facilities",
                "OASIS+ 8(a) - Facilities, NAICS 336611 - Logistics",
                "OASIS+ 8(a) - Facilities, NAICS 481211 - Logistics",
                "OASIS+ 8(a) - Facilities, NAICS 485991 - Logistics",
                "OASIS+ 8(a) - Facilities, NAICS 485999 - Logistics",
                "OASIS+ 8(a) - Facilities, NAICS 488111 - Logistics",
                "OASIS+ 8(a) - Facilities, NAICS 488190 - Logistics",
                "OASIS+ 8(a) - Facilities, NAICS 488999 - Logistics",
                "OASIS+ 8(a) - Logistics, NAICS 492110 - Logistics",
                "OASIS+ 8(a) - Facilities, NAICS 493110 - Logistics",
                "OASIS+ 8(a) - Facilities, NAICS 493120 - Logistics",
                "OASIS+ 8(a) - Facilities, NAICS 493190 - Logistics",
                "OASIS+ 8(a) - Environmental, NAICS 541330 - Logistics",
                "OASIS+ 8(a) - Facilities, NAICS 541614 - Logistics",
                "OASIS+ 8(a) - Environmental, NAICS 541690 - Logistics",
                "OASIS+ 8(a) - Environmental, NAICS 541990 - Logistics",
                "OASIS+ 8(a) - Logistics, NAICS 811114 - Logistics",
                "OASIS+ 8(a) - Logistics, NAICS 811121 - Logistics",
                "OASIS+ 8(a) - Logistics, NAICS 811198 - Logistics",
                "OASIS+ HUBZone - Facilities, NAICS 541611 - Management and Advisory",
                "OASIS+ HUBZone - Management and Advisory, NAICS 541612 - Management and Advisory",
                "OASIS+ HUBZone - Management and Advisory, NAICS 541613 - Management and Advisory",
                "OASIS+ HUBZone - Facilities, NAICS 541614 - Management and Advisory",
                "OASIS+ HUBZone - Facilities, NAICS 541618 - Management and Advisory",
                "OASIS+ HUBZone - Environmental, NAICS 541620 - Management and Advisory",
                "OASIS+ HUBZone - Environmental, NAICS 541690 - Management and Advisory",
                "OASIS+ HUBZone - Environmental, NAICS 541990 - Management and Advisory",
                "OASIS+ HUBZone - Environmental, NAICS 336611 - Technical and Engineering",
                "OASIS+ HUBZone - Environmental, NAICS 488190 - Technical and Engineering",
                "OASIS+ HUBZone - Environmental, NAICS 488999 - Technical and Engineering",
                "OASIS+ HUBZone - Environmental, NAICS 541330 - Technical and Engineering",
                "OASIS+ HUBZone - Environmental, NAICS 541330 Ex 1 - Technical and Engineering",
                "OASIS+ HUBZone - Environmental, NAICS 541330 Ex 2 - Technical and Engineering",
                "OASIS+ HUBZone - Environmental, NAICS 541330 Ex 3 - Technical and Engineering",
                "OASIS+ HUBZone - Environmental, NAICS 541360 - Technical and Engineering",
                "OASIS+ HUBZone - Environmental, NAICS 541370 - Technical and Engineering",
                "OASIS+ HUBZone - Environmental, NAICS 541380 - Technical and Engineering",
                "OASIS+ HUBZone - Facilities, NAICS 541611 - Technical and Engineering",
                "OASIS+ HUBZone - Environmental, NAICS 541690 - Technical and Engineering",
                "OASIS+ HUBZone - Environmental, NAICS 541990 - Technical and Engineering",
                "OASIS+ HUBZone - Technical and Engineering, NAICS 611512 - Technical and Engineering",
                "OASIS+ HUBZone - Environmental, NAICS 541330 - Research and Development",
                "OASIS+ HUBZone - Environmental, NAICS 541330 Ex 1 - Research and Development",
                "OASIS+ HUBZone - Environmental, NAICS 541330 Ex 2 - Research and Development",
                "OASIS+ HUBZone - Environmental, NAICS 541330 Ex 3 - Research and Development",
                "OASIS+ HUBZone - Environmental, NAICS 541380 - Research and Development",
                "OASIS+ HUBZone - Facilities, NAICS 541611 - Research and Development",
                "OASIS+ HUBZone - Environmental, NAICS 541690 - Research and Development",
                "OASIS+ HUBZone - Intelligence Services, NAICS 541714 - Research and Development",
                "OASIS+ HUBZone - Intelligence Services, NAICS 541715 - Research and Development",
                "OASIS+ HUBZone - Intelligence Services, NAICS 541715 Ex 1 - Research and Development",
                "OASIS+ HUBZone - Intelligence Services, NAICS 541715 Ex 2 - Research and Development",
                "OASIS+ HUBZone - Intelligence Services, NAICS 541715 Ex 3 - Research and Development",
                "OASIS+ HUBZone - Intelligence Services, NAICS 541720 - Research and Development",
                "OASIS+ HUBZone - Environmental, NAICS 541990 - Research and Development",
                "OASIS+ HUBZone - Environmental, NAICS 621511 - Research and Development",
                "OASIS+ HUBZone - Environmental, NAICS 541330 - Intelligence Services",
                "OASIS+ HUBZone - Environmental, NAICS 541330 Ex 1 - Intelligence Services",
                "OASIS+ HUBZone - Environmental, NAICS 541330 Ex 2 - Intelligence Services",
                "OASIS+ HUBZone - Environmental, NAICS 541330 Ex 3 - Intelligence Services",
                "OASIS+ HUBZone - Facilities, NAICS 541611 - Intelligence Services",
                "OASIS+ HUBZone - Facilities, NAICS 541614 - Intelligence Services",
                "OASIS+ HUBZone - Facilities, NAICS 541618 - Intelligence Services",
                "OASIS+ HUBZone - Environmental, NAICS 541690 - Intelligence Services",
                "OASIS+ HUBZone - Intelligence Services, NAICS 541715 - Intelligence Services",
                "OASIS+ HUBZone - Intelligence Services, NAICS 541715 Ex 1 - Intelligence Services",
                "OASIS+ HUBZone - Intelligence Services, NAICS 541715 Ex 2 - Intelligence Services",
                "OASIS+ HUBZone - Intelligence Services, NAICS 541715 Ex 3 - Intelligence Services",
                "OASIS+ HUBZone - Intelligence Services, NAICS 541720 - Intelligence Services",
                "OASIS+ HUBZone - Environmental, NAICS 541990 - Intelligence Services",
                "OASIS+ HUBZone - Intelligence Services, NAICS 561611 - Intelligence Services",
                "OASIS+ HUBZone - Environmental, NAICS 541330 - Environmental",
                "OASIS+ HUBZone - Environmental, NAICS 541360 - Environmental",
                "OASIS+ HUBZone - Environmental, NAICS 541380 - Environmental",
                "OASIS+ HUBZone - Environmental, NAICS 541620 - Environmental",
                "OASIS+ HUBZone - Environmental, NAICS 541690 - Environmental",
                "OASIS+ HUBZone - Environmental, NAICS 541990 - Environmental",
                "OASIS+ HUBZone - Environmental, NAICS 562112 - Environmental",
                "OASIS+ HUBZone - Environmental, NAICS 562211 - Environmental",
                "OASIS+ HUBZone - Environmental, NAICS 562910 - Environmental",
                "OASIS+ HUBZone - Environmental, NAICS 562910 Ex - Environmental",
                "OASIS+ HUBZone - Facilities, NAICS 238160 - Facilities",
                "OASIS+ HUBZone - Facilities, NAICS 238210 - Facilities",
                "OASIS+ HUBZone - Facilities, NAICS 238220 - Facilities",
                "OASIS+ HUBZone - Facilities, NAICS 238290 - Facilities",
                "OASIS+ HUBZone - Facilities, NAICS 238320 - Facilities",
                "OASIS+ HUBZone - Facilities, NAICS 238990 - Facilities",
                "OASIS+ HUBZone - Facilities, NAICS 485999 - Facilities",
                "OASIS+ HUBZone - Facilities, NAICS 488490 - Facilities",
                "OASIS+ HUBZone - Environmental, NAICS 541330 - Facilities",
                "OASIS+ HUBZone - Facilities, NAICS 541611 - Facilities",
                "OASIS+ HUBZone - Facilities, NAICS 541614 - Facilities",
                "OASIS+ HUBZone - Environmental, NAICS 541690 - Facilities",
                "OASIS+ HUBZone - Environmental, NAICS 541990 - Facilities",
                "OASIS+ HUBZone - Facilities, NAICS 561621 - Facilities",
                "OASIS+ HUBZone - Facilities, NAICS 561710 - Facilities",
                "OASIS+ HUBZone - Facilities, NAICS 561720 - Facilities",
                "OASIS+ HUBZone - Facilities, NAICS 561730 - Facilities",
                "OASIS+ HUBZone - Facilities, NAICS 562111 - Facilities",
                "OASIS+ HUBZone - Facilities, NAICS 562112 - Facilities",
                "OASIS+ HUBZone - Facilities, NAICS 562211 - Facilities",
                "OASIS+ HUBZone - Facilities, NAICS 811310 - Facilities",
                "OASIS+ HUBZone - Facilities, NAICS 336611 - Logistics",
                "OASIS+ HUBZone - Facilities, NAICS 481211 - Logistics",
                "OASIS+ HUBZone - Facilities, NAICS 485991 - Logistics",
                "OASIS+ HUBZone - Facilities, NAICS 485999 - Logistics",
                "OASIS+ HUBZone - Facilities, NAICS 488111 - Logistics",
                "OASIS+ HUBZone - Facilities, NAICS 488190 - Logistics",
                "OASIS+ HUBZone - Facilities, NAICS 488999 - Logistics",
                "OASIS+ HUBZone - Logistics, NAICS 492110 - Logistics",
                "OASIS+ HUBZone - Facilities, NAICS 493110 - Logistics",
                "OASIS+ HUBZone - Facilities, NAICS 493120 - Logistics",
                "OASIS+ HUBZone - Facilities, NAICS 493190 - Logistics",
                "OASIS+ HUBZone - Environmental, NAICS 541330 - Logistics",
                "OASIS+ HUBZone - Facilities, NAICS 541614 - Logistics",
                "OASIS+ HUBZone - Environmental, NAICS 541690 - Logistics",
                "OASIS+ HUBZone - Environmental, NAICS 541990 - Logistics",
                "OASIS+ HUBZone - Logistics, NAICS 811114 - Logistics",
                "OASIS+ HUBZone - Logistics, NAICS 811121 - Logistics",
                "OASIS+ HUBZone - Logistics, NAICS 811198 - Logistics",
                "Information Technology - IT Hardware, Purchasing of New Electronic Equipment",
                "Industrial Products and Services - Industrial Products, Energy-Efficient Lighting and Sustainable Energy Solutions",
                "Transportation and Logistics Services - Motor Vehicles (non-Combat), Purchase or Lease of Gas or Electric Low Speed Vehicles",
                "Furniture & Furnishings - Miscellaneous Furniture, Complete Daycare, Preschool and Classroom Solutions",
                "Furniture & Furnishings - Packaged Furniture, Packaged Furniture",
                "Furniture & Furnishings - Miscellaneous Furniture, Training Room, Auditorium and Theater Furniture",
                "Furniture & Furnishings - Office Furniture, Office Furniture",
                "OASIS+ SDVOSB - Facilities, NAICS 541611 - Management and Advisory",
                "OASIS+ SDVOSB - Management and Advisory, NAICS 541612 - Management and Advisory",
                "OASIS+ SDVOSB - Management and Advisory, NAICS 541613 - Management and Advisory",
                "OASIS+ SDVOSB - Facilities, NAICS 541614 - Management and Advisory",
                "OASIS+ SDVOSB - Facilities, NAICS 541618 - Management and Advisory",
                "OASIS+ SDVOSB - Environmental, NAICS 541620 - Management and Advisory",
                "OASIS+ SDVOSB - Environmental, NAICS 541690 - Management and Advisory",
                "OASIS+ SDVOSB - Environmental, NAICS 541990 - Management and Advisory",
                "OASIS+ SDVOSB - Environmental, NAICS 336611 - Technical and Engineering",
                "OASIS+ SDVOSB - Environmental, NAICS 488190 - Technical and Engineering",
                "OASIS+ SDVOSB - Environmental, NAICS 488999 - Technical and Engineering",
                "OASIS+ SDVOSB - Environmental, NAICS 541330 - Technical and Engineering",
                "OASIS+ SDVOSB - Environmental, NAICS 541330 Ex 1 - Technical and Engineering",
                "OASIS+ SDVOSB - Environmental, NAICS 541330 Ex 2 - Technical and Engineering",
                "OASIS+ SDVOSB - Environmental, NAICS 541330 Ex 3 - Technical and Engineering",
                "OASIS+ SDVOSB - Environmental, NAICS 541360 - Technical and Engineering",
                "OASIS+ SDVOSB - Environmental, NAICS 541370 - Technical and Engineering",
                "OASIS+ SDVOSB - Environmental, NAICS 541380 - Technical and Engineering",
                "OASIS+ SDVOSB - Facilities, NAICS 541611 - Technical and Engineering",
                "OASIS+ SDVOSB - Environmental, NAICS 541690 - Technical and Engineering",
                "OASIS+ SDVOSB - Environmental, NAICS 541990 - Technical and Engineering",
                "OASIS+ SDVOSB - Technical and Engineering, NAICS 611512 - Technical and Engineering",
                "OASIS+ SDVOSB - Environmental, NAICS 541330 - Research and Development",
                "OASIS+ SDVOSB - Environmental, NAICS 541330 Ex 1 - Research and Development",
                "OASIS+ SDVOSB - Environmental, NAICS 541330 Ex 2 - Research and Development",
                "OASIS+ SDVOSB - Environmental, NAICS 541330 Ex 3 - Research and Development",
                "OASIS+ SDVOSB - Environmental, NAICS 541380 - Research and Development",
                "OASIS+ SDVOSB - Facilities, NAICS 541611 - Research and Development",
                "OASIS+ SDVOSB - Environmental, NAICS 541690 - Research and Development",
                "OASIS+ SDVOSB - Intelligence Services, NAICS 541713 - Research and Development",
                "OASIS+ SDVOSB - Intelligence Services, NAICS 541714 - Research and Development",
                "OASIS+ SDVOSB - Intelligence Services, NAICS 541715 - Research and Development",
                "OASIS+ SDVOSB - Intelligence Services, NAICS 541715 Ex 1 - Research and Development",
                "OASIS+ SDVOSB - Intelligence Services, NAICS 541715 Ex 2 - Research and Development",
                "OASIS+ SDVOSB - Intelligence Services, NAICS 541715 Ex 3 - Research and Development",
                "OASIS+ SDVOSB - Intelligence Services, NAICS 541720 - Research and Development",
                "OASIS+ SDVOSB - Environmental, NAICS 541990 - Research and Development",
                "OASIS+ SDVOSB - Environmental, NAICS 621511 - Research and Development",
                "OASIS+ SDVOSB - Environmental, NAICS 541330 - Intelligence Services",
                "OASIS+ SDVOSB - Environmental, NAICS 541330 Ex 1 - Intelligence Services",
                "OASIS+ SDVOSB - Environmental, NAICS 541330 Ex 2 - Intelligence Services",
                "OASIS+ SDVOSB - Environmental, NAICS 541330 Ex 3 - Intelligence Services",
                "OASIS+ SDVOSB - Facilities, NAICS 541611 - Intelligence Services",
                "OASIS+ SDVOSB - Facilities, NAICS 541614 - Intelligence Services",
                "OASIS+ SDVOSB - Facilities, NAICS 541618 - Intelligence Services",
                "OASIS+ SDVOSB - Environmental, NAICS 541690 - Intelligence Services",
                "OASIS+ SDVOSB - Intelligence Services, NAICS 541715 - Intelligence Services",
                "OASIS+ SDVOSB - Intelligence Services, NAICS 541715 Ex 1 - Intelligence Services",
                "OASIS+ SDVOSB - Intelligence Services, NAICS 541715 Ex 2 - Intelligence Services",
                "OASIS+ SDVOSB - Intelligence Services, NAICS 541715 Ex 3 - Intelligence Services",
                "OASIS+ SDVOSB - Intelligence Services, NAICS 541720 - Intelligence Services",
                "OASIS+ SDVOSB - Environmental, NAICS 541990 - Intelligence Services",
                "OASIS+ SDVOSB - Intelligence Services, NAICS 561499 - Intelligence Services",
                "OASIS+ SDVOSB - Intelligence Services, NAICS 561611 - Intelligence Services",
                "OASIS+ SDVOSB - Environmental, NAICS 541330 - Environmental",
                "OASIS+ SDVOSB - Environmental, NAICS 541360 - Environmental",
                "OASIS+ SDVOSB - Environmental, NAICS 541380 - Environmental",
                "OASIS+ SDVOSB - Environmental, NAICS 541620 - Environmental",
                "OASIS+ SDVOSB - Environmental, NAICS 541690 - Environmental",
                "OASIS+ SDVOSB - Environmental, NAICS 541990 - Environmental",
                "OASIS+ SDVOSB - Environmental, NAICS 562112 - Environmental",
                "OASIS+ SDVOSB - Environmental, NAICS 562211 - Environmental",
                "OASIS+ SDVOSB - Environmental, NAICS 562910 - Environmental",
                "OASIS+ SDVOSB - Environmental, NAICS 562910 Ex - Environmental",
                "OASIS+ SDVOSB - Facilities, NAICS 238160 - Facilities",
                "OASIS+ SDVOSB - Facilities, NAICS 238210 - Facilities",
                "OASIS+ SDVOSB - Facilities, NAICS 238220 - Facilities",
                "OASIS+ SDVOSB - Facilities, NAICS 238290 - Facilities",
                "OASIS+ SDVOSB - Facilities, NAICS 238320 - Facilities",
                "OASIS+ SDVOSB - Facilities, NAICS 238990 - Facilities",
                "OASIS+ SDVOSB - Facilities, NAICS 485999 - Facilities",
                "OASIS+ SDVOSB - Facilities, NAICS 488490 - Facilities",
                "OASIS+ SDVOSB - Environmental, NAICS 541330 - Facilities",
                "OASIS+ SDVOSB - Facilities, NAICS 541611 - Facilities",
                "OASIS+ SDVOSB - Facilities, NAICS 541614 - Facilities",
                "OASIS+ SDVOSB - Environmental, NAICS 541690 - Facilities",
                "OASIS+ SDVOSB - Environmental, NAICS 541990 - Facilities",
                "OASIS+ SDVOSB - Facilities, NAICS 561621 - Facilities",
                "OASIS+ SDVOSB - Facilities, NAICS 561710 - Facilities",
                "OASIS+ SDVOSB - Facilities, NAICS 561720 - Facilities",
                "OASIS+ SDVOSB - Facilities, NAICS 561730 - Facilities",
                "OASIS+ SDVOSB - Facilities, NAICS 562111 - Facilities",
                "OASIS+ SDVOSB - Facilities, NAICS 562112 - Facilities",
                "OASIS+ SDVOSB - Facilities, NAICS 562211 - Facilities",
                "OASIS+ SDVOSB - Facilities, NAICS 811310 - Facilities",
                "OASIS+ SDVOSB - Facilities, NAICS 336611 - Logistics",
                "OASIS+ SDVOSB - Facilities, NAICS 481211 - Logistics",
                "OASIS+ SDVOSB - Facilities, NAICS 485991 - Logistics",
                "OASIS+ SDVOSB - Facilities, NAICS 485999 - Logistics",
                "OASIS+ SDVOSB - Facilities, NAICS 488111 - Logistics",
                "OASIS+ SDVOSB - Facilities, NAICS 488190 - Logistics",
                "OASIS+ SDVOSB - Facilities, NAICS 488999 - Logistics",
                "OASIS+ SDVOSB - Logistics, NAICS 492110 - Logistics",
                "OASIS+ SDVOSB - Facilities, NAICS 493110 - Logistics",
                "OASIS+ SDVOSB - Facilities, NAICS 493120 - Logistics",
                "OASIS+ SDVOSB - Facilities, NAICS 493190 - Logistics",
                "OASIS+ SDVOSB - Environmental, NAICS 541330 - Logistics",
                "OASIS+ SDVOSB - Facilities, NAICS 541614 - Logistics",
                "OASIS+ SDVOSB - Environmental, NAICS 541690 - Logistics",
                "OASIS+ SDVOSB - Environmental, NAICS 541990 - Logistics",
                "OASIS+ SDVOSB - Logistics, NAICS 811114 - Logistics",
                "OASIS+ SDVOSB - Logistics, NAICS 811121 - Logistics",
                "OASIS+ SDVOSB - Logistics, NAICS 811198 - Logistics",
                "OASIS+ WOSB - Management and Advisory, NAICS 541612 - Management and Advisory",
                "OASIS+ WOSB - Management and Advisory, NAICS 541613 - Management and Advisory",
                "OASIS+ WOSB - Facilities, NAICS 541614 - Management and Advisory",
                "OASIS+ WOSB - Environmental, NAICS 541620 - Management and Advisory",
                "OASIS+ WOSB - Environmental, NAICS 541690 - Management and Advisory",
                "OASIS+ WOSB - Environmental, NAICS 541990 - Management and Advisory",
                "OASIS+ WOSB - Environmental, NAICS 336611 - Technical and Engineering",
                "OASIS+ WOSB - Environmental, NAICS 488190 - Technical and Engineering",
                "OASIS+ WOSB - Environmental, NAICS 488999 - Technical and Engineering",
                "OASIS+ WOSB - Environmental, NAICS 541330 - Technical and Engineering",
                "OASIS+ WOSB - Environmental, NAICS 541330 Ex 1 - Technical and Engineering",
                "OASIS+ WOSB - Environmental, NAICS 541330 Ex 2 - Technical and Engineering",
                "OASIS+ WOSB - Environmental, NAICS 541330 Ex 3 - Technical and Engineering",
                "OASIS+ WOSB - Environmental, NAICS 541360 - Technical and Engineering",
                "OASIS+ WOSB - Environmental, NAICS 541370 - Technical and Engineering",
                "OASIS+ WOSB - Environmental, NAICS 541380 - Technical and Engineering",
                "OASIS+ WOSB - Environmental, NAICS 541690 - Technical and Engineering",
                "OASIS+ WOSB - Environmental, NAICS 541990 - Technical and Engineering",
                "OASIS+ WOSB - Technical and Engineering, NAICS 611512 - Technical and Engineering",
                "OASIS+ WOSB - Environmental, NAICS 541330 - Research and Development",
                "OASIS+ WOSB - Environmental, NAICS 541330 Ex 1 - Research and Development",
                "OASIS+ WOSB - Environmental, NAICS 541330 Ex 2 - Research and Development",
                "OASIS+ WOSB - Environmental, NAICS 541330 Ex 3 - Research and Development",
                "OASIS+ WOSB - Environmental, NAICS 541380 - Research and Development",
                "OASIS+ WOSB - Environmental, NAICS 541690 - Research and Development",
                "OASIS+ WOSB - Intelligence Services, NAICS 541713 - Research and Development",
                "OASIS+ WOSB - Intelligence Services, NAICS 541714 - Research and Development",
                "OASIS+ WOSB - Intelligence Services, NAICS 541715 - Research and Development",
                "OASIS+ WOSB - Intelligence Services, NAICS 541715 Ex 1 - Research and Development",
                "OASIS+ WOSB - Intelligence Services, NAICS 541715 Ex 2 - Research and Development",
                "OASIS+ WOSB - Intelligence Services, NAICS 541715 Ex 3 - Research and Development",
                "OASIS+ WOSB - Intelligence Services, NAICS 541720 - Research and Development",
                "OASIS+ WOSB - Environmental, NAICS 541990 - Research and Development",
                "OASIS+ WOSB - Environmental, NAICS 621511 - Research and Development",
                "OASIS+ WOSB - Environmental, NAICS 541330 - Intelligence Services",
                "OASIS+ WOSB - Environmental, NAICS 541330 Ex 1 - Intelligence Services",
                "OASIS+ WOSB - Environmental, NAICS 541330 Ex 2 - Intelligence Services",
                "OASIS+ WOSB - Environmental, NAICS 541330 Ex 3 - Intelligence Services",
                "OASIS+ WOSB - Facilities, NAICS 541614 - Intelligence Services",
                "OASIS+ WOSB - Environmental, NAICS 541690 - Intelligence Services",
                "OASIS+ WOSB - Intelligence Services, NAICS 541715 - Intelligence Services",
                "OASIS+ WOSB - Intelligence Services, NAICS 541715 Ex 1 - Intelligence Services",
                "OASIS+ WOSB - Intelligence Services, NAICS 541715 Ex 2 - Intelligence Services",
                "OASIS+ WOSB - Intelligence Services, NAICS 541715 Ex 3 - Intelligence Services",
                "OASIS+ WOSB - Intelligence Services, NAICS 541720 - Intelligence Services",
                "OASIS+ WOSB - Environmental, NAICS 541990 - Intelligence Services",
                "OASIS+ WOSB - Intelligence Services, NAICS 561611 - Intelligence Services",
                "OASIS+ WOSB - Environmental, NAICS 541330 - Environmental",
                "OASIS+ WOSB - Environmental, NAICS 541360 - Environmental",
                "OASIS+ WOSB - Environmental, NAICS 541380 - Environmental",
                "OASIS+ WOSB - Environmental, NAICS 541620 - Environmental",
                "OASIS+ WOSB - Environmental, NAICS 541690 - Environmental",
                "OASIS+ WOSB - Environmental, NAICS 541990 - Environmental",
                "OASIS+ WOSB - Environmental, NAICS 562112 - Environmental",
                "OASIS+ WOSB - Environmental, NAICS 562211 - Environmental",
                "OASIS+ WOSB - Environmental, NAICS 562910 - Environmental",
                "OASIS+ WOSB - Environmental, NAICS 562910 Ex - Environmental",
                "OASIS+ WOSB - Facilities, NAICS 238160 - Facilities",
                "OASIS+ WOSB - Facilities, NAICS 238210 - Facilities",
                "OASIS+ WOSB - Facilities, NAICS 238220 - Facilities",
                "OASIS+ WOSB - Facilities, NAICS 238290 - Facilities",
                "OASIS+ WOSB - Facilities, NAICS 238320 - Facilities",
                "OASIS+ WOSB - Facilities, NAICS 238990 - Facilities",
                "OASIS+ WOSB - Facilities, NAICS 485999 - Facilities",
                "OASIS+ WOSB - Facilities, NAICS 488490 - Facilities",
                "OASIS+ WOSB - Environmental, NAICS 541330 - Facilities",
                "OASIS+ WOSB - Facilities, NAICS 541614 - Facilities",
                "OASIS+ WOSB - Environmental, NAICS 541690 - Facilities",
                "OASIS+ WOSB - Environmental, NAICS 541990 - Facilities",
                "OASIS+ WOSB - Facilities, NAICS 561621 - Facilities",
                "OASIS+ WOSB - Facilities, NAICS 561710 - Facilities",
                "OASIS+ WOSB - Facilities, NAICS 561720 - Facilities",
                "OASIS+ WOSB - Facilities, NAICS 561730 - Facilities",
                "OASIS+ WOSB - Facilities, NAICS 562111 - Facilities",
                "OASIS+ WOSB - Facilities, NAICS 562112 - Facilities",
                "OASIS+ WOSB - Facilities, NAICS 562211 - Facilities",
                "OASIS+ WOSB - Facilities, NAICS 811310 - Facilities",
                "OASIS+ WOSB - Facilities, NAICS 336611 - Logistics",
                "OASIS+ WOSB - Facilities, NAICS 481211 - Logistics",
                "OASIS+ WOSB - Facilities, NAICS 485991 - Logistics",
                "OASIS+ WOSB - Facilities, NAICS 485999 - Logistics",
                "OASIS+ WOSB - Facilities, NAICS 488111 - Logistics",
                "OASIS+ WOSB - Facilities, NAICS 488190 - Logistics",
                "OASIS+ WOSB - Facilities, NAICS 488999 - Logistics",
                "OASIS+ WOSB - Logistics, NAICS 492110 - Logistics",
                "OASIS+ WOSB - Facilities, NAICS 493110 - Logistics",
                "OASIS+ WOSB - Facilities, NAICS 493120 - Logistics",
                "OASIS+ WOSB - Facilities, NAICS 493190 - Logistics",
                "OASIS+ WOSB - Environmental, NAICS 541330 - Logistics",
                "OASIS+ WOSB - Facilities, NAICS 541614 - Logistics",
                "OASIS+ WOSB - Environmental, NAICS 541690 - Logistics",
                "OASIS+ WOSB - Environmental, NAICS 541990 - Logistics",
                "OASIS+ WOSB - Logistics, NAICS 811114 - Logistics",
                "OASIS+ WOSB - Logistics, NAICS 811121 - Logistics",
                "OASIS+ WOSB - Logistics, NAICS 811198 - Logistics",
                "Information Technology - Electronic Commerce, Electronic Commerce and Subscription Services",
                "Information Technology - IT Services, Highly Adaptive Cybersecurity Services (HACS)",
                "Information Technology - IT Services, Health Information Technology Services",
                "Information Technology - IT Services, Information Technology Professional Services",
                "Information Technology - IT Software, Software Maintenance Services",
                "Human Capital - Human Resources, Agency Human Capital Evaluation",
                "Human Capital - Human Resources, Talent Acquisition",
                "OASIS+ UR - Enterprise Solutions, NAICS 541611 - Management and Advisory",
                "OASIS+ UR - Management and Advisory, NAICS 541612 - Management and Advisory",
                "OASIS+ UR - Management and Advisory, NAICS 541613 - Management and Advisory",
                "OASIS+ UR - Enterprise Solutions, NAICS 541614 - Management and Advisory",
                "OASIS+ UR - Enterprise Solutions, NAICS 541618 - Management and Advisory",
                "OASIS+ UR - Enterprise Solutions, NAICS 541620 - Management and Advisory",
                "OASIS+ UR - Enterprise Solutions, NAICS 541690 - Management and Advisory",
                "OASIS+ UR - Enterprise Solutions, NAICS 541990 - Management and Advisory",
                "OASIS+ UR - Enterprise Solutions, NAICS 336611 - Technical and Engineering",
                "OASIS+ UR - Enterprise Solutions, NAICS 488190 - Technical and Engineering",
                "OASIS+ UR - Enterprise Solutions, NAICS 488999 - Technical and Engineering",
                "OASIS+ UR - Enterprise Solutions, NAICS 541330 - Technical and Engineering",
                "OASIS+ UR - Enterprise Solutions, NAICS 541330 Ex 1 - Technical and Engineering",
                "OASIS+ UR - Enterprise Solutions, NAICS 541330 Ex 2 - Technical and Engineering",
                "OASIS+ UR - Enterprise Solutions, NAICS 541330 Ex 3 - Technical and Engineering",
                "OASIS+ UR - Enterprise Solutions, NAICS 541360 - Technical and Engineering",
                "OASIS+ UR - Enterprise Solutions, NAICS 541370 - Technical and Engineering",
                "OASIS+ UR - Environmental, NAICS 541380 - Technical and Engineering",
                "OASIS+ UR - Enterprise Solutions, NAICS 541611 - Technical and Engineering",
                "OASIS+ UR - Enterprise Solutions, NAICS 541690 - Technical and Engineering",
                "OASIS+ UR - Enterprise Solutions, NAICS 541990 - Technical and Engineering",
                "OASIS+ UR - Technical and Engineering, NAICS 611512 - Technical and Engineering",
                "OASIS+ UR - Enterprise Solutions, NAICS 541330 - Research and Development",
                "OASIS+ UR - Enterprise Solutions, NAICS 541330 Ex 1 - Research and Development",
                "OASIS+ UR - Enterprise Solutions, NAICS 541330 Ex 2 - Research and Development",
                "OASIS+ UR - Enterprise Solutions, NAICS 541330 Ex 3 - Research and Development",
                "OASIS+ UR - Environmental, NAICS 541380 - Research and Development",
                "OASIS+ UR - Enterprise Solutions, NAICS 541611 - Research and Development",
                "OASIS+ UR - Enterprise Solutions, NAICS 541690 - Research and Development",
                "OASIS+ UR - Enterprise Solutions, NAICS 541713 - Research and Development",
                "OASIS+ UR - Enterprise Solutions, NAICS 541714 - Research and Development",
                "OASIS+ UR - Enterprise Solutions, NAICS 541715 - Research and Development",
                "OASIS+ UR - Enterprise Solutions, NAICS 541715 Ex 1 - Research and Development",
                "OASIS+ UR - Enterprise Solutions, NAICS 541715 Ex 2 - Research and Development",
                "OASIS+ UR - Enterprise Solutions, NAICS 541715 Ex 3 - Research and Development",
                "OASIS+ UR - Enterprise Solutions, NAICS 541720 - Research and Development",
                "OASIS+ UR - Enterprise Solutions, NAICS 541990 - Research and Development",
                "OASIS+ UR - Enterprise Solutions, NAICS 621511 - Research and Development",
                "OASIS+ UR - Enterprise Solutions, NAICS 541330 - Intelligence Services",
                "OASIS+ UR - Enterprise Solutions, NAICS 541330 Ex 1 - Intelligence Services",
                "OASIS+ UR - Enterprise Solutions, NAICS 541330 Ex 2 - Intelligence Services",
                "OASIS+ UR - Enterprise Solutions, NAICS 541330 Ex 3 - Intelligence Services",
                "OASIS+ UR - Enterprise Solutions, NAICS 541611 - Intelligence Services",
                "OASIS+ UR - Enterprise Solutions, NAICS 541614 - Intelligence Services",
                "OASIS+ UR - Enterprise Solutions, NAICS 541618 - Intelligence Services",
                "OASIS+ UR - Enterprise Solutions, NAICS 541690 - Intelligence Services",
                "OASIS+ UR - Enterprise Solutions, NAICS 541715 - Intelligence Services",
                "OASIS+ UR - Enterprise Solutions, NAICS 541715 Ex 1 - Intelligence Services",
                "OASIS+ UR - Enterprise Solutions, NAICS 541715 Ex 2 - Intelligence Services",
                "OASIS+ UR - Enterprise Solutions, NAICS 541715 Ex 3 - Intelligence Services",
                "OASIS+ UR - Enterprise Solutions, NAICS 541720 - Intelligence Services",
                "OASIS+ UR - Enterprise Solutions, NAICS 541990 - Intelligence Services",
                "OASIS+ UR - Intelligence Services, NAICS 561499 - Intelligence Services",
                "OASIS+ UR - Intelligence Services, NAICS 561611 - Intelligence Services",
                "OASIS+ UR - Enterprise Solutions, NAICS 336611 - Enterprise Solutions",
                "OASIS+ UR - Enterprise Solutions, NAICS 541330 - Enterprise Solutions",
                "OASIS+ UR - Enterprise Solutions, NAICS 541330 Ex 1 - Enterprise Solutions",
                "OASIS+ UR - Enterprise Solutions, NAICS 541330 Ex 2 - Enterprise Solutions",
                "OASIS+ UR - Enterprise Solutions, NAICS 541330 Ex 3 - Enterprise Solutions",
                "OASIS+ UR - Enterprise Solutions, NAICS 541611 - Enterprise Solutions",
                "OASIS+ UR - Enterprise Solutions, NAICS 641614 - Enterprise Solutions",
                "OASIS+ UR - Enterprise Solutions, NAICS 541620 - Enterprise Solutions",
                "OASIS+ UR - Enterprise Solutions, NAICS 541690 - Enterprise Solutions",
                "OASIS+ UR - Enterprise Solutions, NAICS 541715 - Enterprise Solutions",
                "OASIS+ UR - Enterprise Solutions, NAICS 541715 Ex 1 - Enterprise Solutions",
                "OASIS+ UR - Enterprise Solutions, NAICS 541715 Ex 3 - Enterprise Solutions",
                "OASIS+ UR - Enterprise Solutions, NAICS 541990 - Enterprise Solutions",
                "OASIS+ UR - Enterprise Solutions, NAICS 562910 - Enterprise Solutions",
                "OASIS+ UR - Enterprise Solutions, NAICS 562910 Ex - Enterprise Solutions",
                "OASIS+ UR - Enterprise Solutions, NAICS 541330 - Environmental",
                "OASIS+ UR - Enterprise Solutions, NAICS 541360 - Environmental",
                "OASIS+ UR - Environmental, NAICS 541380 - Environmental",
                "OASIS+ UR - Enterprise Solutions, NAICS 541620 - Environmental",
                "OASIS+ UR - Enterprise Solutions, NAICS 541690 - Environmental",
                "OASIS+ UR - Enterprise Solutions, NAICS 541990 - Environmental",
                "OASIS+ UR - Enterprise Solutions, NAICS 562112 - Environmental",
                "OASIS+ UR - Enterprise Solutions, NAICS 562211 - Environmental",
                "OASIS+ UR - Enterprise Solutions, NAICS 562910 - Environmental",
                "OASIS+ UR - Enterprise Solutions, NAICS 562910 Ex - Environmental",
                "OASIS+ UR - Facilities, NAICS 238160 - Facilities",
                "OASIS+ UR - Facilities, NAICS 238210 - Facilities",
                "OASIS+ UR - Facilities, NAICS 238220 - Facilities",
                "OASIS+ UR - Facilities, NAICS 238290 - Facilities",
                "OASIS+ UR - Facilities, NAICS 238320 - Facilities",
                "OASIS+ UR - Facilities, NAICS 238990 - Facilities",
                "OASIS+ UR - Facilities, NAICS 485999 - Facilities",
                "OASIS+ UR - Enterprise Solutions, NAICS 488490 - Facilities",
                "OASIS+ UR - Enterprise Solutions, NAICS 541330 - Facilities",
                "OASIS+ UR - Enterprise Solutions, NAICS 541611 - Facilities",
                "OASIS+ UR - Enterprise Solutions, NAICS 541614 - Facilities",
                "OASIS+ UR - Enterprise Solutions, NAICS 541690 - Facilities",
                "OASIS+ UR - Enterprise Solutions, NAICS 541990 - Facilities",
                "OASIS+ UR - Facilities, NAICS 561621 - Facilities",
                "OASIS+ UR - Facilities, NAICS 561710 - Facilities",
                "OASIS+ UR - Facilities, NAICS 561720 - Facilities",
                "OASIS+ UR - Facilities, NAICS 561730 - Facilities",
                "OASIS+ UR - Facilities, NAICS 562111 - Facilities",
                "OASIS+ UR - Facilities, NAICS 562112 - Facilities",
                "OASIS+ UR - Facilities, NAICS 562211 - Facilities",
                "OASIS+ UR - Facilities, NAICS 811310 - Facilities",
                "OASIS+ UR - Enterprise Solutions, NAICS 336611 - Logistics",
                "OASIS+ UR - Facilities, NAICS 481211 - Logistics",
                "OASIS+ UR - Facilities, NAICS 485991 - Logistics",
                "OASIS+ UR - Facilities, NAICS 485999 - Logistics",
                "OASIS+ UR - Enterprise Solutions, NAICS 488111 - Logistics",
                "OASIS+ UR - Enterprise Solutions, NAICS 488190 - Logistics",
                "OASIS+ UR - Enterprise Solutions, NAICS 488999 - Logistics",
                "OASIS+ UR - Logistics, NAICS 492110 - Logistics",
                "OASIS+ UR - Enterprise Solutions, NAICS 493110 - Logistics",
                "OASIS+ UR - Enterprise Solutions, NAICS 493120 - Logistics",
                "OASIS+ UR - Enterprise Solutions, NAICS 493190 - Logistics",
                "OASIS+ UR - Enterprise Solutions, NAICS 541330 - Logistics",
                "OASIS+ UR - Enterprise Solutions, NAICS 541614 - Logistics",
                "OASIS+ UR - Enterprise Solutions, NAICS 541690 - Logistics",
                "OASIS+ UR - Enterprise Solutions, NAICS 541990 - Logistics",
                "OASIS+ UR - Logistics, NAICS 811114 - Logistics",
                "OASIS+ UR - Logistics, NAICS 811121 - Logistics",
                "OASIS+ UR - Logistics, NAICS 811198 - Logistics",
                "Facilities - Structures, Roofing Products and Services Solutions",
                "Miscellaneous - Complementary Special Item Numbers (SINs), Installation and Site Preparation Services",
                "Facilities - Food Service Equipment, Non Perishable foods",
                "Furniture & Furnishings - Flooring, Carpet Flooring",
                "Industrial Products and Services - Industrial Products, Lodging and Hospitality Supplies and Services",
                "Miscellaneous - Apparel, Uniforms",
                "Miscellaneous - Apparel, Footwear",
                "Furniture & Furnishings - Flooring, Commercial Flooring",
                "Industrial Products and Services - Industrial Products, Pallets, Plastic and Wood",
                "Facilities - Structures, Mobile Homes, Travel Trailers",
                "Industrial Products and Services - Packaging, Performance-Oriented Packaging (POP), plastic over pack, and hazardous material packaging",
                "Facilities - Facilities Supplies, Restroom Products",
                "Industrial Products and Services - Industrial Products, Propane",
                "Industrial Products and Services - Industrial Products, Commercial Coatings, Removers, Adhesives, Sealants and Lubricants, Petroleum and Waxes",
                "Industrial Products and Services - Industrial Products, Pest and Animal Control Products & Services",
                "Security and Protection - Testing Equipment, Criminal Investigative Equipment and Supplies",
                "Industrial Products and Services - Cleaning Supplies, Cleaning Products",
                "Industrial Products and Services - Cleaning Supplies, Disinfectants, Sterilants and Deodorizers",
                "Office Management - Printing and Photographic Equipment, Micro-photographic Film, Paper, Chemical Preparation and Equipment",
                "Industrial Products and Services - Industrial Products, Water Treatment Solutions",
                "Industrial Products and Services - Industrial Products, Chemical Additives",
                "Facilities - Facilities Supplies, Waste and Recycling Containers and Receptacles - Outdoor and Indoor Use",
                "Industrial Products and Services - Fire/Rescue/Safety/Environmental Protection Equipment, Hoses, Valves, Fittings, Nozzles, Couplings and Related Accessories",
                "Industrial Products and Services - Industrial Products, Abrasives and Blasters",
                "Industrial Products and Services - Industrial Products, Aluminum Sheets",
                "Facilities - Food Service Equipment, Cooking Utensils",
                "Security and Protection - Protective Equipment, Law Enforcement, Firefighting and Rescue Tools, Equipment and Accessories",
                "Facilities - Structures, Pre-Engineered and Prefabricated Buildings and Structures for Storage Solutions",
                "Facilities - Structures, Above Ground Storage Tanks/Systems",
                "Security and Protection - Protective Equipment, Flood Control",
                "Facilities - Structures, Temporary and Permanent Structures",
                "Facilities - Facilities Supplies, Doors, Windows, Skylights, Panels, and Shutters",
                "Transportation and Logistics Services - Packaging Services, Shipping, Cargo, Freight, and Storage Containers",
                "Industrial Products and Services - Hardware and Tools, Hardware Store, Home Improvement Center, Industrial or General Supply Store, or Industrial Maintenance Repair and Operations (MRO) Distributor - Catalog",
                "Industrial Products and Services - Hardware and Tools, Hardware Store, Home Improvement Center, Industrial or General Supply Store, or Industrial Maintenance Repair and Operations (MRO) Distributor - Store Front",
                "Industrial Products and Services - Hardware and Tools, Hardware Manufacturing (Hardware Store, Home Improvement Center, or MRO - Services)",
                "Industrial Products and Services - Industrial Products, Plumbing Products and Bathroom Fixture Solutions",
                "Security and Protection - Protective Equipment, Burning Equipment",
                "Industrial Products and Services - Industrial Products, Building Materials and Services",
                "Industrial Products and Services - Industrial Products, Spill Containment Units, Containment Pallets, Non-Wooden Pallets",
                "Security and Protection - Protective Equipment, Safes, Vault Systems, and Security Products",
                "Security and Protection - Protective Equipment, Law Enforcement Personal Equipment",
                "Industrial Products and Services - Hardware and Tools, Lawn and Garden Equipment, Machinery, Implements, Tools, Products and Accessories",
                "Industrial Products and Services - Industrial Products, Street Repair and Cleaning Equipment and Attachments",
                "Facilities - Food Service Equipment, Food Preparation Equipment",
                "Office Management - Printing and Photographic Equipment, Post Copying/Finishing Equipment and Supplies",
                "Office Management - Printing and Photographic Equipment, 3D Printing Solutions and Additive Manufacturing Solutions",
                "Security and Protection - Protective Equipment, Night Vision Equipment",
                "Scientific Management and Solutions - Laboratory Equipment, Microscopes",
                "Office Management - Printing and Photographic Equipment, Copiers and Digital Duplicating Equipment",
                "Office Management - Printing and Photographic Equipment, Flat Rate Monthly Fee for Copiers (to include Analog, Digital, Multifunctional and Engineer Copiers)",
                "Office Management - Printing and Photographic Equipment, Multi-Media Readers, Reader-Printers and Systems",
                "Office Management - Printing and Photographic Equipment, Photographic Supplies",
                "Facilities - Facilities Supplies, Floor Care Cleaning and Equipment",
                "Professional Services - Training, Off-the-Shelf Training Devices and Training Materials",
                "Transportation and Logistics Services - Motor Vehicles (non-Combat), Wheel & Tire Equipment",
                "Office Management - Office Supplies, Dictating and Transcribing Machines and Systems",
                "Industrial Products and Services - Industrial Products, Heating, Ventilation, and Air Conditioning (HVAC)",
                "Facilities - Food Service Equipment, Refrigeration Equipment",
                "Scientific Management and Solutions - Laboratory Equipment, Laboratory Refrigerators And Freezers",
                "Industrial Products and Services - Industrial Products, Air Compressors and Pressure Cleaners",
                "Industrial Products and Services - Fuel Management, Fuel Management Systems",
                "Industrial Products and Services - Machinery and Components, Vehicle Material Handling Equipment",
                "Industrial Products and Services - Industrial Products, Warehouse Equipment Supplies",
                "Industrial Products and Services - Industrial Products, Scaffolding, Work, and Service Platforms",
                "Industrial Products and Services - Machinery and Components, Vehicular Cranes and Attachments",
                "Industrial Products and Services - Machinery and Components, Utility Trucks and Tractors",
                "Industrial Products and Services - Test and Measurement Supplies, Scales and Balances",
                "Scientific Management and Solutions - Laboratory Animals, Animal Caging Equipment",
                "Security and Protection - Security Services, Personal & Document Identification Systems",
                "Security and Protection - Protective Equipment, Surveillance Systems, Wearable Body Cameras, and Vehicular Video",
                "Security and Protection - Security Systems, Physical Access Control Systems (PACS) - Legacy SIN",
                "Security and Protection - Security Systems, Physical Access Control Systems (PACS) - FIPS 201",
                "Security and Protection - Security Systems, Security and Detection Systems",
                "Office Management - Audio Visual Products, Professional Audio/Video Products",
                "Transportation and Logistics Services - Packaging Services, Unique Identification (UID) / Radio Frequency Identification (RFID",
                "Office Management - Audio Visual Products, Telecommunications Equipment",
                "Scientific Management and Solutions - Search and Navigation, Search, Detection, Navigation, Guidance, Aeronautical and Nautical Systems and Instruments",
                "Facilities - Facilities Solutions, Total Solution Support Products for Facilities Management Systems",
                "Facilities - Facilities Solutions, Water, Air, Soil and Seismic Measuring",
                "Scientific Management and Solutions - Laboratory Equipment, Diagnostic, Measuring and Testing Equipment",
                "Scientific Management and Solutions - Laboratory Equipment, Analytical Instruments",
                "Scientific Management and Solutions - Laboratory Equipment, Environmental Measuring Instruments",
                "Security and Protection - Protective Equipment, Bomb and Hazardous Material Disposal; Metal and Bomb Detection",
                "Industrial Products and Services - Industrial Products, Domestic Appliances",
                "Industrial Products and Services - Industrial Products, Export Appliances",
                "Facilities - Food Service Equipment, Sanitation and Warewashing Equipment",
                "Industrial Products and Services - Industrial Products, Batteries",
                "Industrial Products and Services - Industrial Products, Power Distribution Equipment and Solar Energy Solutions",
                "Transportation and Logistics Services - Motor Vehicles (non-Combat), Tank Trucks",
                "Transportation and Logistics Services - Motor Vehicles (non-Combat), Trailers and Attachments",
                "Security and Protection - Protective Equipment, Vehicle Signal and Restraint System",
                "Security and Protection - Protective Equipment, Aircraft Armoring and Helicopter Equipment",
                "Transportation and Logistics Services - Motor Vehicles (non-Combat), Marine Craft Repairing",
                "Transportation and Logistics Services - Motor Vehicles (non-Combat), Recreational Watercraft",
                "Transportation and Logistics Services - Motor Vehicles (non-Combat), Marine Craft",
                "Transportation and Logistics Services - Motor Vehicles (non-Combat), Wheel and Track Vehicles",
                "Security and Protection - Protective Equipment, Non-Tactical Armored Vehicles and Vehicle Armoring Services",
                "Facilities - Food Service Equipment, Food Center Concepts",
                "Furniture & Furnishings - Household, Dormitory & Quarters Furniture, Household, Dormitory & Quarters Furniture",
                "Furniture & Furnishings - Packaged Furniture, Packaged Household Dormitory and Quarters Furniture",
                "Furniture & Furnishings - Miscellaneous Furniture, International Furniture Products",
                "Furniture & Furnishings - Miscellaneous Furniture, Institutional Furniture",
                "Security and Protection - Protective Equipment, Firearm Care",
                "Scientific Management and Solutions - Medical Equipment, Breathing Air Equipment and Related Items",
                "Furniture & Furnishings - Healthcare Furniture, Healthcare Furniture",
                "Scientific Management and Solutions - Laboratory Equipment, Laboratory Equipment and Products",
                "Miscellaneous - Apparel, Protective Apparel",
                "Scientific Management and Solutions - Medical Equipment, Medical/Rescue and Patient Transportation Products",
                "Furniture & Furnishings - Fitness Solutions, Park and Playground Equipment",
                "Furniture & Furnishings - Fitness Solutions, Fitness Equipment, Outdoor Gear and Related Items",
                "Security and Protection - Protective Equipment, Target Systems/Target Range Accessories",
                "Office Management - Office Supplies, OS4 Office Products and Supplies",
                "Office Management - Office Supplies, Office Supply Support Services",
                "Office Management - Office Supplies, Office Products",
                "Furniture & Furnishings - Signs, Signs",
                "Facilities - Facilities Supplies, Hand Floor Cleaning Equipment",
                "Security and Protection - Testing Equipment, Evidence Collection and Investigative Equipment and Supplies",
                "Miscellaneous - Flags, Flags, Banners, Pennants, and Related Products",
                "Industrial Products and Services - Fire/Rescue/Safety/Environmental Protection Equipment, Safety Zone Products",
                "Transportation and Logistics Services - Transportation of Things, Air Charter Services - Brokers",
                "Transportation and Logistics Services - Transportation of Things, Air Charter Services - Owner Operated",
                "Transportation and Logistics Services - Motor Vehicles (non-Combat), Aircraft Components, Maintenance, Repair Services, Extended Warranties, And Maintenance Agreements",
                "Transportation and Logistics Services - Package Delivery, Package Delivery and Freight Trucking",
                "Office Management - Records Management, Physical Records Management Services",
                "Office Management - Media Services, Technical Publications and Industry Reports",
                "Information Technology - IT Software, Software Licenses",
                "Professional Services - Marketing and Public Relations, Video/Film Production",
                "Information Technology - Telecommunications, Wireless Mobility Solutions",
                "Information Technology - Telecommunications, Commercial Satellite Communications Solutions (COMSATCOM)",
                "Information Technology - Cloud Services, Cloud Computing and Cloud Related IT Professional Services",
                "Office Management - Document Services, Document Conversion and Digitization Services",
                "Office Management - Records Management, Electronic Records Management Solutions",
                "Information Technology - Cloud Services, Financial Management Quality Service Management Office (FM QSMO) Core Financial Management (FM) Solutions and IT Professional Services",
                "Professional Services - Financial Services, Financial Advising, Loan Servicing and Asset Management Services",
                "Human Capital - Human Resources, Separation and Retirement",
                "Travel - Lodging, Long Term Lodging",
                "Professional Services - Financial Services, Financial Asset Resolution Services",
                "Transportation and Logistics Services - Transportation of Things, Automotive equipment rental and leasing, Rental Supplemental Vehicle Program (RSVP)",
                "Transportation and Logistics Services - Motor Vehicles (non-Combat), Leasing of Passenger Cars, SUVs, Vans, and Light Trucks",
                "Transportation and Logistics Services - Motor Vehicles (non-Combat), Leased Heavy Duty Vehicles",
                "Industrial Products and Services - Hardware and Tools, Rental and Leasing of Hardware Store Products",
                "Office Management - Printing and Photographic Equipment, Copier Rental Solutions",
                "Office Management - Printing and Photographic Equipment, Operating Lease Plan For Copiers",
                "Office Management - Printing and Photographic Equipment, Lease to Ownership Plans (LTOP) Copier",
                "Office Management - Printing and Photographic Equipment, LTOP & Operating Lease Plan for all Non-Copier Office Machinery",
                "Information Technology - IT Hardware, Leasing of new electronic equipment",
                "Scientific Management and Solutions - Scientific Services, Equipment Service Agreements",
                "Scientific Management and Solutions - Laboratory Equipment, Laboratory Maintenance, Repair, Leasing and Warranties",
                "Facilities - Structures, Lease/Rental of Pre-Engineered/Prefabricated Buildings and Structures",
                "Professional Services - Legal Services, Professional Legal Services",
                "Professional Services - Financial Services, Auditing Services",
                "Human Capital - Compensation and Benefits, Compensation and Benefits",
                "Professional Services - Financial Services, Payroll Services",
                "Professional Services - Financial Services, Budget and Financial Management Services",
                "Professional Services - Technical and Engineering Services (non-IT), Engineering Services",
                "Security and Protection - Security Services, Security System Integration, Design, Management, and Life Cycle Support",
                "Security and Protection - Security Services, Security System Integration, Design, Management, and Life Cycle Support",
                "Information Technology - Cloud Services, Earth Observation Solutions",
                "Professional Services - Technical and Engineering Services (non-IT), Geographic Information Systems (GIS) Services",
                "Scientific Management and Solutions - Testing and Analysis, Testing Laboratory Services",
                "Professional Services - Technical and Engineering Services (non-IT), Engineering System Design and Integration Services",
                "Professional Services - Marketing and Public Relations, Graphic Design Services",
                "Travel - Employee Relocation, Employee Relocation Management Software",
                "Professional Services - Marketing and Public Relations, Web Based Marketing",
                "Information Technology - Cloud Services, Identity, Credentialing and Access Management (ICAM)",
                "Information Technology - Cloud Services, Homeland Security Presidential Directive 12 Product and Service Components",
                "Information Technology - Cloud Services, Public Key Infrastructure (PKI) Shared Service Providers (PKI SSP) Program",
                "Office Management - Document Services, Litigation Support Solutions",
                "Office Management - Printing and Photographic Equipment, Managed Print Services",
                "Office Management - Office Services, Office Management Needs Assessment and Analysis Services",
                "Human Capital - Human Resources, Workforce Analytics and Employee Records",
                "Professional Services - Business Administrative Services, Management and Financial Consulting, Acquisition and Grants Management Support, and Business Program and Project Management Services",
                "Human Capital - Human Resources, Employee Performance Management",
                "Human Capital - Human Resources, Employee Relations",
                "Human Capital - Human Resources, Agency Human Capital Strategy, Policy and Operations",
                "Human Capital - Human Resources, Labor Relations",
                "Professional Services - Marketing and Public Relations, Marketing Consulting Services",
                "Furniture & Furnishings - Furniture Services, Comprehensive Furniture Management Services",
                "Office Management - Office Services, Office Relocation and Reconfiguration",
                "Professional Services - Logistical Services, Supply and Value Chain Management",
                "Professional Services - Logistical Services, Deployment, Distribution and Transportation Logistics Services:",
                "Professional Services - Environmental Services, Environmental Consulting Services",
                "Professional Services - Technical and Engineering Services (non-IT), Technical Consulting Services",
                "Professional Services - Technical and Engineering Services (non-IT), Engineering Research and Development and Strategic Planning",
                "Professional Services - Marketing and Public Relations, Other Direct Costs for Marketing and Public Relations Services",
                "Professional Services - Marketing and Public Relations, Advertising Services",
                "Professional Services - Marketing and Public Relations, Public Relations Services",
                "Professional Services - Marketing and Public Relations, Marketing Research and Analysis",
                "Professional Services - Language Services, Translation and Interpretation Services",
                "Office Management - Audio Visual Products, Professional Audio/Video Services",
                "Professional Services - Identity Protection Services, Data Breach Response and Identity Protection",
                "Security and Protection - Security Services, Professional Law Enforcement Services",
                "Professional Services - Identity Protection Services, Risk Assessment and Mitigation Services",
                "Office Management - Office Services, Office Administrative Services",
                "Facilities - Facilities Maintenance and Repair, Facilities Maintenance and Management",
                "Facilities - Facilities Solutions, Smart Building Systems Integration",
                "Office Management - Media Services, Editorial, Publishing, and Library Media Services",
                "Information Technology - Cloud Services, Automated Contact Center Solutions (ACCS)",
                "Office Management - Document Services, Document Production On-site and Off-site Services",
                "Professional Services - Financial Services, Debt Collection Services",
                "Professional Services - Business Administrative Services, Business Information Services (BIS)",
                "Office Management - Mail Management, Mail Management, Systems, Processing Equipment and Related Solutions",
                "Travel - Travel Agent and Misc Services, Travel Agent Services",
                "Travel - Lodging, Lodging Negotiations and Management Services",
                "Travel - Travel Agent and Misc Services, Travel Consulting Services",
                "Human Capital - Background Investigations, Background Investigation Services",
                "Security and Protection - Security Services, Protective Service Occupations",
                "Security and Protection - Marine and Harbor, Harbor/Waterfront Security Products and Services and Professional Marine Security Services",
                "Professional Services - Marketing and Public Relations, Conference, Meeting, Event and Trade Show Planning Services",
                "Office Management - Document Services, Document Destruction Services",
                "Professional Services - Environmental Services, Hazardous Waste Disposal Services",
                "Professional Services - Environmental Services, Environmental Remediation Services",
                "Information Technology - IT Training, Information Technology Training",
                "Security and Protection - Security Services, Security Training",
                "Human Capital - Human Resources, Talent Development",
                "Scientific Management and Solutions - Scientific Services, Technical Training And Support (TTS)",
                "Professional Services - Training, Professional and Management Development Training",
                "Professional Services - Training, Flight Training",
                "Professional Services - Language Services, Linguistic Training and Education",
                "Professional Services - Training, Educational Support Services",
                "Furniture & Furnishings - Fitness Solutions, Fitness Center Management Services",
                "Office Management - Office Management Maintenance and Repair, Repair of Government-Owned Equipment (for equipment NOT under Maintenance Service Agreement)",
                "Office Management - Office Management Maintenance and Repair, Maintenance Service Agreement For Office Equipment",
                "Information Technology - IT Hardware, Maintenance of Equipment, Repair Services and/or Repair/Spare Parts",
                "Facilities - Facilities Solutions, Machine and Equipment Sales, Maintenance and Repair",
                "Industrial Products and Services - Industrial Products and Services Maintenance and Repair, Maintenance and Repair Shop Equipment",
                "Security and Protection - Security Animals and Related Services, Canine Training, Handling, and Caging Products and Services",
                "Furniture & Furnishings - Fitness Solutions, Personal Trainer and Aerobic/Cardio Class Leader/Instructor",
                "Miscellaneous - Complementary Special Item Numbers (SINs), Ancillary Supplies and Services",
                "Miscellaneous - Complementary Special Item Numbers (SINs), Ancillary Repair and Alterations",
                "Miscellaneous - Complementary Special Item Numbers (SINs), Introduction of New Supplies and Services",
                "Miscellaneous - Complementary Special Item Numbers (SINs), Order-Level Materials (OLM)"
              ]
            }
          },
          "maxItems": {
            "title": "Max Items",
            "minimum": 1,
            "maximum": 1000000,
            "type": "integer",
            "description": "Free users: Limited to 100. Paid users: Optional, max 1,000,000"
          },
          "includeDetails": {
            "title": "Include Details",
            "type": "boolean",
            "description": "When false (default): Only extracts data from listing pages (faster, less detailed). When true: Visits each contractor's detail page to get comprehensive information (slower, more detailed). See README for details on what data is available from listing vs detail pages."
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}