# BidNetDirect Scraper (`solidcode/bidnetdirect-scraper`) Actor

\[💰 $10.00 / 1K] Collect US government bids, RFPs, and solicitations from BidNetDirect. Search by keyword, filter by status, location, category, and agency, or paste listing URLs.

- **URL**: https://apify.com/solidcode/bidnetdirect-scraper.md
- **Developed by:** [SolidCode](https://apify.com/solidcode) (community)
- **Categories:** Automation, Developer tools, Other
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $10.00 / 1,000 results

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

## BidNetDirect Scraper

Pull open and closed US government bids, RFPs, and solicitations from BidNetDirect at scale — titles, locations, agency types, publication and closing deadlines, exact close datetimes with time zone, and AI-generated bid summaries. Search by keyword, narrow by state, NAICS category, or agency level, then export a clean dataset. Built for government contractors, GovCon sales teams, and proposal managers who need to track public bidding opportunities across the country without manually refreshing procurement portals every morning.

### Why This Scraper?

- **~27,000+ open solicitations nationwide** — covers BidNetDirect's full public feed of state, county, and municipal bidding opportunities, not a sampled slice.
- **55+ states & territories** — filter to a single market like Texas or California, or pull every state plus DC, Puerto Rico, Guam, and the US Virgin Islands.
- **20 NAICS commodity & service categories** — narrow to Construction, Information / IT, Professional Scientific & Technical Services, Health Care & Social Assistance, and more by category code.
- **Agency-level targeting** — restrict to Federal, State & Local, or Member agencies only, instead of wading through every issuer at once.
- **Exact closing datetime with time zone** — every detail-enriched bid carries the precise publication and submission deadline (date, time, and TZ) so you never miss a cutoff to a time-zone slip.
- **AI-generated solicitation summary** — a plain-language overview of what each bid is asking for, captured per listing when available, so you can triage opportunities at a glance.
- **Open, closed, or both in one run** — pull live opportunities, mine closed bids for historical award intelligence, or merge both feeds with a single setting.
- **Published-within recency windows** — limit to bids posted in the last 24 hours or last 7 days to power a daily new-opportunity digest.
- **Paste saved searches directly** — feed your own BidNetDirect listing URLs to reproduce an existing saved search exactly, with cross-keyword deduplication built in.

### Use Cases

**GovCon Lead Generation**
- Build a daily pipeline of new solicitations in your service category
- Surface state & local opportunities your competitors overlook
- Target a single state or region for a focused sales push
- Feed fresh bid leads straight into your CRM

**Bid / No-Bid Triage**
- Scan AI summaries to qualify opportunities before reading full notices
- Sort by closing-soonest to prioritize bids with tight deadlines
- Filter by NAICS category to match your registered capabilities
- Flag federal vs. state & local bids for the right capture team

**Market & Competitive Intelligence**
- Map procurement volume by state and category over time
- Mine closed bids to study what agencies have historically sourced
- Benchmark opportunity flow across agency types
- Track which commodity categories are most active in a region

**Deadline & Compliance Monitoring**
- Maintain a live calendar of closing dates with exact times and time zones
- Set recency windows to catch newly published bids each morning
- Monitor a specific agency type for must-respond solicitations
- Never miss a submission cutoff with precise deadline data

### Getting Started

#### Collect the Current Open-Bid Feed

Leave everything at its defaults to pull the newest open solicitations nationwide:

```json
{
    "maxResults": 100
}
````

#### Keyword + State Search

```json
{
    "keywords": ["road construction", "bridge repair"],
    "location": "43",
    "bidStatus": "open",
    "maxResults": 250
}
```

#### Targeted Daily Digest

```json
{
    "keywords": ["IT services"],
    "location": "229",
    "categoryCodes": ["321393"],
    "agencyType": "2085061651",
    "publishedWithin": "HOURS_24",
    "bidStatus": "open",
    "sortBy": "closingAsc",
    "includeDetails": true,
    "maxResults": 500
}
```

### Input Reference

#### What to Search

| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| `keywords` | string\[] | `["road construction"]` | Words or phrases to search bid titles and descriptions. Each keyword is searched separately and results are merged and de-duplicated. Leave blank to collect the full feed for your filters. |
| `startUrls` | URL\[] | `[]` | Paste BidNetDirect search or listing URLs to scrape exactly those pages — ideal for reproducing a saved search you already have on the site. |

#### Filters

| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| `bidStatus` | select | `Open bids only` | Collect Open bids only, Closed bids only, or All bids. |
| `location` | select | `All locations` | Limit to a single US state or territory (55+ options). Leave on All locations for nationwide. |
| `categoryCodes` | string\[] | `[]` | Narrow by commodity or service using BidNetDirect category codes such as 320204 (Construction), 321393 (Information / IT), or 321609 (Professional, Scientific & Technical Services). |
| `agencyType` | select | `All agencies` | Restrict to All agencies, Member agencies, State & local agencies, or Federal agencies. |
| `publishedWithin` | select | `Any time` | Only collect bids published within a recent window: Any time, Last 24 hours, or Last 7 days. |
| `sortBy` | select | `Newest first (published date)` | Order results by Newest first, Oldest first, Closing soonest, or Closing latest. |

#### Output Detail & Limits

| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| `includeDetails` | boolean | `true` | Fetch each bid's detail page to add the exact publication and closing datetime (with time zone) plus the AI summary overview when available. Turn off for faster, listing-only runs. |
| `maxResults` | integer | `100` | How many bids to collect across all keywords and URLs. Set to 0 to collect as many as possible. |

### Output

Each result is one government solicitation. Here's a representative item with full details enabled:

```json
{
    "title": "Road Construction and Resurfacing Services",
    "bidId": "444075341785",
    "status": "open",
    "agencyType": "State & Local Agency",
    "location": "Texas",
    "publishedDate": "Jun 12, 2026",
    "closingDate": "Jul 15, 2026",
    "timeRemaining": "18 days left",
    "bidUrl": "https://www.bidnetdirect.com/texas/solicitations/open-bids/statewide/road-construction/444075341785",
    "exactPublishedDate": "Jun 12, 2026 9:00 AM CDT",
    "exactClosingDate": "Jul 15, 2026 2:00 PM CDT",
    "aiOverview": "The agency is seeking qualified contractors to provide road resurfacing and pavement repair across designated county routes, including materials, labor, and traffic control.",
    "scrapedAt": "2026-06-26T14:32:07.512000+00:00"
}
```

#### Fields

| Field | Type | Description |
|-------|------|-------------|
| `title` | string | Solicitation title |
| `bidId` | string | BidNetDirect bid identifier (used for de-duplication) |
| `status` | string | `open` or `closed` |
| `agencyType` | string | Issuing agency level (e.g. State & Local Agency, Federal Agency) |
| `location` | string | US state or territory the bid is posted under |
| `publishedDate` | string | Publication date as shown on the listing |
| `closingDate` | string | Submission deadline date as shown on the listing |
| `timeRemaining` | string | Human-readable time left until the bid closes |
| `bidUrl` | string | Direct link to the bid's detail page |
| `exactPublishedDate` | string | Precise publication datetime with time zone (with `includeDetails`) |
| `exactClosingDate` | string | Precise closing datetime with time zone (with `includeDetails`) |
| `aiOverview` | string | AI-generated summary of the solicitation when available (with `includeDetails`) |
| `scrapedAt` | string | ISO 8601 UTC timestamp of when the bid was collected |

### Tips for Best Results

- **Run a recency window for daily digests** — set `publishedWithin` to Last 24 hours and schedule the actor each morning to capture only brand-new opportunities without re-pulling old bids.
- **Combine state + category for precision** — pairing `location` with a NAICS `categoryCodes` value cuts a nationwide feed down to exactly the opportunities your team can bid on.
- **Sort by Closing soonest to triage deadlines** — `closingAsc` surfaces the bids with the least time remaining first, so urgent responses rise to the top.
- **Keep `includeDetails` on for deadline-critical work** — the exact closing datetime with time zone is only captured from the detail page; listing dates alone omit the time and TZ.
- **Use `bidStatus: "all"` for historical research** — it merges both the open and closed feeds so you can study what agencies have sourced in the past, not just what's live today.
- **Paste a saved search URL** — if you've already tuned filters on BidNetDirect, drop the resulting URL into `startUrls` to reproduce it exactly rather than rebuilding it here.
- **Start small, then scale** — set `maxResults` to 25-50 on your first run to confirm the data fits your workflow, then raise it for full pulls.

### Pricing

**From $10.00 per 1,000 results** — a flat pay-per-result rate covering the entire US public procurement feed, with no hidden tiers for enriched data. Bronze, Silver, and Gold subscribers pay progressively less; the table below shows total cost at each discount tier.

| Results | No discount | Bronze | Silver | Gold |
|---------|-------------|--------|--------|------|
| 100 | $1.20 | $1.13 | $1.07 | $1.00 |
| 1,000 | $12.00 | $11.30 | $10.70 | $10.00 |
| 10,000 | $120.00 | $113.00 | $107.00 | $100.00 |
| 100,000 | $1,200.00 | $1,130.00 | $1,070.00 | $1,000.00 |

A "result" is any solicitation row in the output dataset. No compute or time-based charges — you pay per result, plus a small fixed per-run start fee.

### Integrations

Export data in JSON, CSV, Excel, XML, or RSS. Connect to 1,500+ apps via:

- **Zapier** / **Make** / **n8n** — Workflow automation
- **Google Sheets** — Direct spreadsheet export
- **Slack** / **Email** — Notifications on new results
- **Webhooks** — Trigger custom APIs on run completion
- **Apify API** — Full programmatic access

### Legal & Ethical Use

This actor collects publicly available government procurement listings for legitimate business research, lead generation, and bid tracking. Users are responsible for complying with applicable laws and BidNetDirect's Terms of Service. Do not use collected data for spam, harassment, or any unlawful purpose.

# Actor input Schema

## `keywords` (type: `array`):

Words or phrases to search bid titles and descriptions (e.g. "road construction", "IT services"). Each keyword is searched separately and the results are merged and de-duplicated. Leave blank to collect the full bid feed for your chosen filters.

## `startUrls` (type: `array`):

Paste one or more BidNetDirect search or listing URLs to scrape exactly those pages, instead of (or in addition to) building a search above. Useful when you already have a saved search on the site.

## `bidStatus` (type: `string`):

Whether to collect open (still accepting bids), closed (past deadline), or all solicitations.

## `location` (type: `string`):

Limit results to bids in a specific US state. Leave as "All locations" to collect nationwide.

## `categoryCodes` (type: `array`):

Optional category codes to narrow results by commodity or service type. Use a BidNetDirect category code such as 320204 (Construction), 321609 (Professional, Scientific & Technical Services), 321393 (Information / IT), or 321836 (Health Care & Social Assistance). Leave blank to include all categories.

## `agencyType` (type: `string`):

Limit results to solicitations issued by a particular kind of government agency. Leave as "All agencies" to include every type.

## `publishedWithin` (type: `string`):

Only collect bids published within a recent time window. Leave as "Any time" for no date restriction.

## `sortBy` (type: `string`):

Order in which bids are collected.

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

Fetch each bid's detail page to capture the exact publication and closing date and time (with time zone) plus the bid's summary overview when available. Turn this off for faster runs that return only listing-level summary data.

## `maxResults` (type: `integer`):

How many bids to collect across all keywords and URLs. Default 100 - increase for bigger runs, or set to 0 to collect as many as possible. Results are capped to roughly the number you ask for.

## Actor input object example

```json
{
  "keywords": [
    "road construction"
  ],
  "startUrls": [],
  "bidStatus": "open",
  "location": "",
  "categoryCodes": [],
  "agencyType": "",
  "publishedWithin": "",
  "sortBy": "publishedDesc",
  "includeDetails": true,
  "maxResults": 100
}
```

# Actor output Schema

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

Table of scraped solicitations with the most useful columns at a glance.

## `deadlines` (type: `string`):

Table focused on publication date, closing date, and time remaining.

# 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 = {
    "keywords": [
        "road construction"
    ],
    "startUrls": [],
    "bidStatus": "open",
    "location": "",
    "categoryCodes": [],
    "agencyType": "",
    "publishedWithin": "",
    "sortBy": "publishedDesc",
    "includeDetails": true,
    "maxResults": 100
};

// Run the Actor and wait for it to finish
const run = await client.actor("solidcode/bidnetdirect-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 = {
    "keywords": ["road construction"],
    "startUrls": [],
    "bidStatus": "open",
    "location": "",
    "categoryCodes": [],
    "agencyType": "",
    "publishedWithin": "",
    "sortBy": "publishedDesc",
    "includeDetails": True,
    "maxResults": 100,
}

# Run the Actor and wait for it to finish
run = client.actor("solidcode/bidnetdirect-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 '{
  "keywords": [
    "road construction"
  ],
  "startUrls": [],
  "bidStatus": "open",
  "location": "",
  "categoryCodes": [],
  "agencyType": "",
  "publishedWithin": "",
  "sortBy": "publishedDesc",
  "includeDetails": true,
  "maxResults": 100
}' |
apify call solidcode/bidnetdirect-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "BidNetDirect Scraper",
        "description": "[💰 $10.00 / 1K] Collect US government bids, RFPs, and solicitations from BidNetDirect. Search by keyword, filter by status, location, category, and agency, or paste listing URLs.",
        "version": "1.0",
        "x-build-id": "yZZhy4OtsHigjOV5v"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/solidcode~bidnetdirect-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-solidcode-bidnetdirect-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/solidcode~bidnetdirect-scraper/runs": {
            "post": {
                "operationId": "runs-sync-solidcode-bidnetdirect-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/solidcode~bidnetdirect-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-solidcode-bidnetdirect-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": {
                    "keywords": {
                        "title": "Keywords",
                        "type": "array",
                        "description": "Words or phrases to search bid titles and descriptions (e.g. \"road construction\", \"IT services\"). Each keyword is searched separately and the results are merged and de-duplicated. Leave blank to collect the full bid feed for your chosen filters.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "startUrls": {
                        "title": "Start URLs (optional)",
                        "type": "array",
                        "description": "Paste one or more BidNetDirect search or listing URLs to scrape exactly those pages, instead of (or in addition to) building a search above. Useful when you already have a saved search on the site.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "bidStatus": {
                        "title": "Bid status",
                        "enum": [
                            "open",
                            "closed",
                            "all"
                        ],
                        "type": "string",
                        "description": "Whether to collect open (still accepting bids), closed (past deadline), or all solicitations.",
                        "default": "open"
                    },
                    "location": {
                        "title": "Location (US state)",
                        "enum": [
                            "",
                            "19",
                            "25",
                            "31",
                            "37",
                            "43",
                            "49",
                            "55",
                            "61",
                            "67",
                            "73",
                            "79",
                            "85",
                            "91",
                            "97",
                            "103",
                            "109",
                            "115",
                            "121",
                            "127",
                            "133",
                            "139",
                            "145",
                            "151",
                            "157",
                            "163",
                            "169",
                            "175",
                            "181",
                            "187",
                            "193",
                            "199",
                            "205",
                            "211",
                            "217",
                            "223",
                            "229",
                            "235",
                            "241",
                            "247",
                            "253",
                            "259",
                            "265",
                            "271",
                            "277",
                            "283",
                            "289",
                            "295",
                            "301",
                            "307",
                            "313",
                            "319",
                            "24000",
                            "40952",
                            "24006",
                            "20178",
                            "24011"
                        ],
                        "type": "string",
                        "description": "Limit results to bids in a specific US state. Leave as \"All locations\" to collect nationwide.",
                        "default": ""
                    },
                    "categoryCodes": {
                        "title": "Category codes (optional)",
                        "type": "array",
                        "description": "Optional category codes to narrow results by commodity or service type. Use a BidNetDirect category code such as 320204 (Construction), 321609 (Professional, Scientific & Technical Services), 321393 (Information / IT), or 321836 (Health Care & Social Assistance). Leave blank to include all categories.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "agencyType": {
                        "title": "Agency type",
                        "enum": [
                            "",
                            "2085061601",
                            "2085061651",
                            "2125256051"
                        ],
                        "type": "string",
                        "description": "Limit results to solicitations issued by a particular kind of government agency. Leave as \"All agencies\" to include every type.",
                        "default": ""
                    },
                    "publishedWithin": {
                        "title": "Published within",
                        "enum": [
                            "",
                            "HOURS_24",
                            "WEEK_1"
                        ],
                        "type": "string",
                        "description": "Only collect bids published within a recent time window. Leave as \"Any time\" for no date restriction.",
                        "default": ""
                    },
                    "sortBy": {
                        "title": "Sort results by",
                        "enum": [
                            "publishedDesc",
                            "publishedAsc",
                            "closingAsc",
                            "closingDesc"
                        ],
                        "type": "string",
                        "description": "Order in which bids are collected.",
                        "default": "publishedDesc"
                    },
                    "includeDetails": {
                        "title": "Include full bid details",
                        "type": "boolean",
                        "description": "Fetch each bid's detail page to capture the exact publication and closing date and time (with time zone) plus the bid's summary overview when available. Turn this off for faster runs that return only listing-level summary data.",
                        "default": true
                    },
                    "maxResults": {
                        "title": "Max results",
                        "minimum": 0,
                        "type": "integer",
                        "description": "How many bids to collect across all keywords and URLs. Default 100 - increase for bigger runs, or set to 0 to collect as many as possible. Results are capped to roughly the number you ask for.",
                        "default": 100
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
