# GSA eLibrary Scraper (`parseforge/gsa-elibrary-scraper`) Actor

Scrape government contract listings from GSA eLibrary. Extract contract details including agency, category, sin, price, and availability.

- **URL**: https://apify.com/parseforge/gsa-elibrary-scraper.md
- **Developed by:** [ParseForge](https://apify.com/parseforge) (community)
- **Categories:** Automation, Other, Lead generation
- **Stats:** 22 total users, 4 monthly users, 100.0% runs succeeded, 4 bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

Pay per event

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

![ParseForge Banner](https://github.com/ParseForge/apify-assets/blob/ad35ccc13ddd068b9d6cba33f323962e39aed5b2/banner.jpg?raw=true)

## 📋 GSA eLibrary Contract Scraper

> 🚀 **Collect GSA contract and schedule data from GSA eLibrary in minutes.** Filter by category or paste any eLibrary URL. Export contractor info, rates, contact details, and contract numbers. No coding, no GSA account required.

> 🕒 **Last updated:** 2026-04-23 · **📊 20+ fields** per contractor · **📂 Category filters** · **📝 Optional detail pages** · **🚫 No auth** required

The **GSA eLibrary Contract Scraper** collects government contractor data from GSA's eLibrary, returning **20+ fields per contractor**: company name, contract number, schedule, SIN codes, rates, contact person, phone, email, address, and socioeconomic status. Runs support up to 1,000,000 records on a paid plan.

The Actor supports two input modes: direct eLibrary URL and category filter. Optional detail-page fetching adds granular rate tables and contract specifics.

| 🎯 Target Audience | 💡 Primary Use Cases |
|---|---|
| Government procurement teams, GovCon BD teams, contract officers, GSA schedule holders, compliance analysts | Contractor sourcing, competitive analysis, market research, pricing benchmarks, GSA schedule monitoring |

---

### 📋 What the GSA eLibrary Scraper does

URL or category input with optional details:

- 🔗 **URL mode.** Paste any GSA eLibrary search or listing URL.
- 📂 **Category filter.** Select from predefined GSA categories.
- 📝 **Detail page toggle.** Fetch full rate tables and contract specifics per contractor.

Each record includes company name, contract number, schedule, SIN codes, contractor address, contact person, phone, email, socioeconomic status, and contract dates.

> 💡 **Why it matters:** searching the GSA eLibrary manually means browsing paginated results and clicking into each contractor page. This Actor exports structured government contractor data at scale, ready for your BD pipeline, competitive analysis, or procurement workflows.

---

### 🎬 Full Demo

_🚧 Coming soon: a 3-minute walkthrough showing how to go from sign-up to a downloaded dataset._

---

### ⚙️ Input

<table>
<thead>
<tr><th>Input</th><th>Type</th><th>Default</th><th>Behavior</th></tr>
</thead>
<tbody>
<tr><td>startUrl</td><td>string</td><td>""</td><td>GSA eLibrary URL to scrape.</td></tr>
<tr><td>category</td><td>array</td><td>[]</td><td>Predefined GSA categories.</td></tr>
<tr><td>maxItems</td><td>integer</td><td>10</td><td>Max contractors. Free: up to 100. Paid: up to 1,000,000.</td></tr>
<tr><td>includeDetails</td><td>boolean</td><td>false</td><td>Fetch full rate tables and contract details.</td></tr>
</tbody>
</table>

**Example: IT services contractors.**

```json
{
    "category": ["IT Professional Services"],
    "maxItems": 50
}
````

**Example: scrape a specific eLibrary URL with details.**

```json
{
    "startUrl": "https://www.gsaelibrary.gsa.gov/ElibMain/searchResults.do?searchText=cybersecurity",
    "includeDetails": true,
    "maxItems": 100
}
```

> ⚠️ **Good to Know:** GSA eLibrary is the official source for GSA Schedule contractor data. Enabling includeDetails fetches rate tables and full contract info per contractor, which is slower but much richer.

***

### 📊 Output

Each contractor record contains **20+ fields**. Download the dataset as CSV, Excel, JSON, or XML.

#### 🧾 Schema

| Field | Type | Example |
|---|---|---|
| 🏢 companyName | string | `"Booz Allen Hamilton"` |
| 🆔 contractNumber | string | `"47QTCA20D0056"` |
| 📋 schedule | string | `"IT Schedule 70"` |
| 🏷️ sinCodes | array | `["54151S", "54151HEAL"]` |
| 📍 address | string | `"8283 Greensboro Dr, McLean, VA"` |
| 👤 contactName | string | `"John Smith"` |
| 📞 phone | string | `"(703) 555-1234"` |
| 📧 email | string | `"contracts@bah.com"` |
| 🏷️ socioeconomicStatus | string | `"Large Business"` |
| 📅 contractStart | string | `"2020-05-01"` |
| 📅 contractEnd | string | `"2025-04-30"` |
| 🔗 elibraryUrl | string | `"https://www.gsaelibrary.gsa.gov/..."` |
| 🕒 scrapedAt | ISO 8601 | `"2026-04-16T00:00:00.000Z"` |

#### 📦 Sample records

<details>
<summary><strong>🏢 Large IT services contractor</strong></summary>

```json
{
    "companyName": "Booz Allen Hamilton",
    "contractNumber": "47QTCA20D0056",
    "schedule": "IT Schedule 70",
    "sinCodes": ["54151S", "54151HEAL"],
    "address": "8283 Greensboro Dr, McLean, VA 22102",
    "contactName": "John Smith",
    "phone": "(703) 555-1234",
    "email": "contracts@bah.com",
    "socioeconomicStatus": "Large Business",
    "contractStart": "2020-05-01",
    "contractEnd": "2025-04-30",
    "elibraryUrl": "https://www.gsaelibrary.gsa.gov/ElibMain/contractorInfo.do?contractNumber=47QTCA20D0056",
    "scrapedAt": "2026-04-16T00:00:00.000Z"
}
```

</details>

<details>
<summary><strong>🏢 Small business with SBA status</strong></summary>

```json
{
    "companyName": "SecureNet Solutions LLC",
    "contractNumber": "GS-35F-0123X",
    "schedule": "IT Schedule 70",
    "sinCodes": ["54151S"],
    "address": "100 Cyber Ave, San Antonio, TX 78216",
    "contactName": "Maria Garcia",
    "phone": "(210) 555-5678",
    "email": "info@securenetsol.com",
    "socioeconomicStatus": "Small Disadvantaged Business",
    "contractStart": "2022-01-15",
    "contractEnd": "2027-01-14",
    "elibraryUrl": "https://www.gsaelibrary.gsa.gov/ElibMain/contractorInfo.do?contractNumber=GS-35F-0123X",
    "scrapedAt": "2026-04-16T00:00:00.000Z"
}
```

</details>

<details>
<summary><strong>📋 Professional services with sparse data</strong></summary>

```json
{
    "companyName": "Federal Consulting Group",
    "contractNumber": "GS-10F-0456Y",
    "schedule": "Professional Services",
    "sinCodes": ["541611"],
    "address": "Washington, DC",
    "contactName": null,
    "phone": null,
    "email": null,
    "socioeconomicStatus": "Other Than Small Business",
    "contractStart": "2019-06-01",
    "contractEnd": "2024-05-31",
    "elibraryUrl": "https://www.gsaelibrary.gsa.gov/ElibMain/contractorInfo.do?contractNumber=GS-10F-0456Y",
    "scrapedAt": "2026-04-16T00:00:00.000Z"
}
```

</details>

***

### ✨ Why choose this Actor

| | Capability |
|---|---|
| 📋 | **Official GSA data.** Contractor records from the GSA eLibrary. |
| 📂 | **Category filters.** Predefined GSA schedule categories. |
| 📝 | **Optional detail pages.** Full rate tables and contract specifics. |
| 📧 | **Contact data.** Name, phone, email per contractor. |
| 🏷️ | **Socioeconomic status.** Small business, SDB, WOSB, HUBZone flags. |
| ⚡ | **Scalable.** From quick lookups to full category sweeps. |
| 🚫 | **No authentication.** Uses public GSA eLibrary data. |

> 📊 Over 20,000 companies hold GSA Schedule contracts. Structured access to this data powers every GovCon BD, procurement sourcing, and competitive analysis workflow.

***

### 📈 How it compares to alternatives

| Approach | Cost | Coverage | Refresh | Filters | Setup |
|---|---|---|---|---|---|
| **⭐ GSA eLibrary Scraper** *(this Actor)* | $5 free credit, then pay-per-use | Full eLibrary | **Live per run** | category, URL, details toggle | ⚡ 2 min |
| Manual eLibrary browsing | Free | One at a time | Manual | Basic UI | 🕒 Hours per batch |
| SAM.gov downloads | Free | Multi-source | Monthly | None (raw files) | ⏳ Hours of parsing |
| Paid GovCon data platforms | $500-5,000/month | Multi-source | Varies | Many | 🐢 Weeks |

Pick this Actor when you want GSA contractor data on demand, with category filters and rate tables, without parsing raw government files.

***

### 🚀 How to use

1. 📝 **Sign up.** [Create a free account with $5 credit](https://console.apify.com/sign-up?fpr=vmoqkp) (takes 2 minutes).
2. 🌐 **Open the Actor.** Go to the GSA eLibrary Contract Scraper page on the Apify Store.
3. 🎯 **Set input.** Pick a category or paste an eLibrary URL. Set maxItems.
4. 🚀 **Run it.** Click **Start** and let the Actor collect your data.
5. 📥 **Download.** Grab your results in the **Dataset** tab as CSV, Excel, JSON, or XML.

> ⏱️ Total time from signup to downloaded dataset: **3-5 minutes.** No coding required.

***

### 💼 Business use cases

<table>
<tr>
<td width="50%" valign="top">

#### 🏛️ GovCon Business Development

- Identify competitors on specific GSA schedules
- Track new contract awards by category
- Build teaming partner prospect lists
- Monitor contract expirations for recompete

</td>
<td width="50%" valign="top">

#### 📊 Procurement & Sourcing

- Source contractors by SIN code and category
- Compare rates across schedule holders
- Verify contractor GSA eligibility
- Build vendor shortlists for RFQ

</td>
</tr>
<tr>
<td width="50%" valign="top">

#### 📈 Market Research & Analysis

- Size GSA markets by category and schedule
- Analyze small business participation rates
- Track socioeconomic set-aside compliance
- Build competitive landscape reports

</td>
<td width="50%" valign="top">

#### ⚖️ Compliance & Oversight

- Audit contractor schedule compliance
- Monitor contract status and dates
- Track SIN code coverage across vendors
- Verify socioeconomic status claims

</td>
</tr>
</table>

***

***

### 🌟 Beyond business use cases

Data like this powers more than commercial workflows. The same structured records support research, education, civic projects, and personal initiatives.

<table>
<tr>
<td width="50%">

#### 🎓 Research and academia

- Empirical datasets for papers, thesis work, and coursework
- Longitudinal studies tracking changes across snapshots
- Reproducible research with cited, versioned data pulls
- Classroom exercises on data analysis and ethical scraping

</td>
<td width="50%">

#### 🎨 Personal and creative

- Side projects, portfolio demos, and indie app launches
- Data visualizations, dashboards, and infographics
- Content research for bloggers, YouTubers, and podcasters
- Hobbyist collections and personal trackers

</td>
</tr>
<tr>
<td width="50%">

#### 🤝 Non-profit and civic

- Transparency reporting and accountability projects
- Advocacy campaigns backed by public-interest data
- Community-run databases for local issues
- Investigative journalism on public records

</td>
<td width="50%">

#### 🧪 Experimentation

- Prototype AI and machine-learning pipelines with real data
- Validate product-market hypotheses before engineering spend
- Train small domain-specific models on niche corpora
- Test dashboard concepts with live input

</td>
</tr>
</table>

### 🤖 Ask an AI assistant about this scraper

Open a ready-to-send prompt about this ParseForge actor in the AI of your choice:

- 💬 [**ChatGPT**](https://chat.openai.com/?q=How%20do%20I%20use%20the%20GSA%20eLibrary%20Scraper%20by%20ParseForge%20on%20Apify%3F%20Show%20me%20input%20examples%2C%20output%20fields%2C%20common%20use%20cases%2C%20and%20how%20to%20integrate%20it%20into%20a%20workflow.)
- 🧠 [**Claude**](https://claude.ai/new?q=How%20do%20I%20use%20the%20GSA%20eLibrary%20Scraper%20by%20ParseForge%20on%20Apify%3F%20Show%20me%20input%20examples%2C%20output%20fields%2C%20common%20use%20cases%2C%20and%20how%20to%20integrate%20it%20into%20a%20workflow.)
- 🔍 [**Perplexity**](https://perplexity.ai/search?q=How%20do%20I%20use%20the%20GSA%20eLibrary%20Scraper%20by%20ParseForge%20on%20Apify%3F%20Show%20me%20input%20examples%2C%20output%20fields%2C%20common%20use%20cases%2C%20and%20how%20to%20integrate%20it%20into%20a%20workflow.)
- 🅒 [**Copilot**](https://copilot.microsoft.com/?q=How%20do%20I%20use%20the%20GSA%20eLibrary%20Scraper%20by%20ParseForge%20on%20Apify%3F%20Show%20me%20input%20examples%2C%20output%20fields%2C%20common%20use%20cases%2C%20and%20how%20to%20integrate%20it%20into%20a%20workflow.)

### ❓ Frequently Asked Questions

<details>
<summary><b>💳 Do I need a paid Apify plan to run this actor?</b></summary>

No. You can start right now on the free Apify plan, which includes **$5 in free monthly credit**. That is enough to run this actor several times and explore the output before committing to anything. Paid plans unlock higher limits, more concurrent runs, and larger datasets. [Create a free Apify account here](https://console.apify.com/sign-up?fpr=vmoqkp) to get started.

</details>

<details>
<summary><b>🚨 What happens if my run fails or returns no results?</b></summary>

Failed runs are not charged. If the source site changes, proxies get rate-limited, or a specific input matches nothing, re-run the actor or open our [contact form](https://tally.so/r/BzdKgA) and we will investigate. You can also check the run log in the Apify console to see why the run stopped.

</details>

<details>
<summary><b>📏 How many items can I scrape per run?</b></summary>

Free users are limited to **10 items per run** so you can preview the output and confirm the actor works for your use case. Paid users can raise maxItems up to **1,000,000** per run. [Upgrade here](https://console.apify.com/sign-up?fpr=vmoqkp) if you need full scale.

</details>

<details>
<summary><b>🕒 How fresh is the data?</b></summary>

Every run fetches live data at the moment of execution. There is no cache or delay: the records you get reflect what the source returned at that moment. Schedule the actor to maintain a rolling snapshot of the data you need.

</details>

<details>
<summary><b>🧑‍💻 Can I call this actor from my own code?</b></summary>

Yes. Apify exposes every actor as a REST endpoint and ships first-class SDKs for [Node.js](https://docs.apify.com/sdk/js) and [Python](https://docs.apify.com/sdk/python). You can start a run, read the dataset, and handle webhooks from your own app in a few lines. All you need is your Apify API token.

</details>

<details>
<summary><b>📤 How do I export the data?</b></summary>

Every Apify dataset can be downloaded in one click from the console as CSV, JSON, JSONL, Excel, HTML, XML, or RSS. You can also pull results programmatically via the [Apify API](https://docs.apify.com/api/v2) or stream them into BigQuery, S3, and other destinations through built-in integrations.

</details>

<details>
<summary><b>📅 Can I schedule the actor to run automatically?</b></summary>

Yes. Use the Apify scheduler to run the actor on any cadence, from hourly to monthly. Results are saved to your dataset and can be delivered to webhooks, email, Slack, cloud storage, or automation tools such as Zapier and Make.

***

</details>

### 🔌 Automating GSA eLibrary Scraper

Control the scraper programmatically for scheduled runs and pipeline integrations:

- 🟢 **Node.js.** Install the apify-client NPM package.
- 🐍 **Python.** Use the apify-client PyPI package.
- 📚 See the [Apify API documentation](https://docs.apify.com/api/v2) for full details.

The [Apify Schedules feature](https://docs.apify.com/platform/schedules) lets you trigger this Actor on any cron interval. Monthly pulls keep your GovCon database in sync.

### 🔌 Integrate with any app

GSA eLibrary Scraper connects to any cloud service via [Apify integrations](https://apify.com/integrations):

- [**Make**](https://docs.apify.com/platform/integrations/make) - Automate multi-step workflows
- [**Zapier**](https://docs.apify.com/platform/integrations/zapier) - Connect with 5,000+ apps
- [**Slack**](https://docs.apify.com/platform/integrations/slack) - Get run notifications
- [**Airbyte**](https://docs.apify.com/platform/integrations/airbyte) - Pipe GovCon data into your warehouse
- [**GitHub**](https://docs.apify.com/platform/integrations/github) - Trigger runs from commits
- [**Google Drive**](https://docs.apify.com/platform/integrations/drive) - Export datasets straight to Sheets

***

### 🔗 Recommended Actors

- [**🏦 FINRA BrokerCheck Scraper**](https://apify.com/parseforge/finra-brokercheck-scraper) - Broker and firm regulatory data
- [**🏥 NPI/NPPES Scraper**](https://apify.com/parseforge/npi-nppes-scraper) - Healthcare provider registry
- [**📋 Wyoming Business Scraper**](https://apify.com/parseforge/wyoming-business-scraper) - Business entity filings
- [**🔧 CSLB California Scraper**](https://apify.com/parseforge/cslb-california-scraper) - California contractor licenses
- [**📋 TDLR Texas Scraper**](https://apify.com/parseforge/tdlr-texas-scraper) - Texas licensed professionals

> 💡 **Pro Tip:** browse the complete [ParseForge collection](https://apify.com/parseforge) for more government and regulatory data scrapers.

***

**🆘 Need Help?** [**Open our contact form**](https://tally.so/r/BzdKgA) to request a new scraper, propose a custom data project, or report an issue.

***

> **⚠️ Disclaimer:** this Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by the General Services Administration (GSA) or the U.S. federal government. All trademarks mentioned are the property of their respective owners. Only publicly available eLibrary data is collected.

# Actor input Schema

## `startUrl` (type: `string`):

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` (type: `array`):

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.

## `maxItems` (type: `integer`):

Free users: Limited to 100. Paid users: Optional, max 1,000,000

## `includeDetails` (type: `boolean`):

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.

## Actor input object example

```json
{
  "category": [
    "all"
  ],
  "maxItems": 1
}
```

# Actor output Schema

## `contracts` (type: `string`):

Complete dataset with all scraped contract and schedule data including contractor information, contact details, contract specifications, and pricing

## `overview` (type: `string`):

Overview view of contracts with key fields displayed in a table format

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "category": [
        "all"
    ],
    "maxItems": 1,
    "includeDetails": false
};

// Run the Actor and wait for it to finish
const run = await client.actor("parseforge/gsa-elibrary-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "category": ["all"],
    "maxItems": 1,
    "includeDetails": False,
}

# Run the Actor and wait for it to finish
run = client.actor("parseforge/gsa-elibrary-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "category": [
    "all"
  ],
  "maxItems": 1,
  "includeDetails": false
}' |
apify call parseforge/gsa-elibrary-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=parseforge/gsa-elibrary-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "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": "bFa7LhsJyeUIi0R0r"
    },
    "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
