# NFX Signal & Mercury VC Investor Database (`canadesk/nfx-mercury-vc`) Actor

Search, list, and scrape VC investor profiles from NFX Signal and the Mercury investor database.

- **URL**: https://apify.com/canadesk/nfx-mercury-vc.md
- **Developed by:** [Canadesk Support](https://apify.com/canadesk) (community)
- **Categories:** Lead generation, SEO tools, Jobs
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.00 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

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

## NFX Signal & Mercury VC Investor Database

Scrape VC investor data from **NFX Signal** and the **Mercury investor database**. Supports searching, listing, and fetching full investor profiles.

🛑 Even with a proxy, the error "Unauthorized: Must be signed into Signal" will eventually be triggered. See token procedure.

😶‍🌫️ We strongly recommend using queries directly. All results have a minimum of 1,000 records or more (empty).

### Quick Start — Just Paste a URL

The simplest way to use this actor is to set **`query`** to a URL. Source, operation, and parameters are auto-detected:

```jsonc
// Fetch an investor profile
{ "query": "https://signal.nfx.com/investors/shaun-abrahamson", "nfxToken": "YOUR_TOKEN" }

// Fetch an investor list
{ "query": "https://signal.nfx.com/investor-lists/top-who-were-founders-investors", "nfxToken": "YOUR_TOKEN" }

// Fetch Mercury investor database (with filters in the URL)
{ "query": "https://mercury.com/investor-database?perPage=All&sortBy=checkSize_desc&industries=SaaS,AI%2FML&stages=Pre-seed", "mercuryCookies": "YOUR_COOKIES" }
````

Plain text in `query` is treated as an NFX search:

```json
{ "query": "Scout", "nfxToken": "YOUR_TOKEN" }
```

> **Conflict rule:** When `query` is provided it **always wins** — if you also set `source` or `operation` manually and they disagree, a warning is logged and the `query`-resolved values are used. To avoid confusion, either use `query` **or** set `source`/`operation` manually — not both.

***

### Input Reference

#### Routing fields (pick **one** approach)

| Field | Type | Description |
|---|---|---|
| `query` | string | **Easiest.** Paste a URL or search text. Auto-detects `source`, `operation`, and parameters. |
| `source` | `"nfx"` | `"mercury"` | Manual data-source selection. Required if `query` is not set. |
| `operation` | `"search"` | `"categories"` | `"list"` | `"profile"` | NFX operation. Required for NFX when `query` is not set. Ignored for Mercury. |

#### Operation-specific fields (only needed in manual mode)

| Field | Used by | Description |
|---|---|---|
| `searchTerm` | NFX search | Name or firm to search, e.g. `"Scout"`. |
| `slug` | NFX list | List slug, e.g. `"https://signal.nfx.com/investor-lists/top-who-were-founders-investors"`. |
| `personSlug` | NFX profile | Person slug, e.g. `"shaun-abrahamson"`. |
| `stage` | NFX categories | Filter by stage: `"seed"`, `"pre_seed"`, `"series_a"`. |
| `locationId` | NFX categories | Filter by location tag ID. |

#### Pagination & throttling

| Field | Type | Default | Description |
|---|---|---|---|
| `maxResults` | integer | `100` | Max investor records to fetch (list & search). |
| `waitTimeBetweenRequests` | integer | `1500` | Delay in ms between paginated requests. |

#### Authentication (secrets)

| Field | Source | Description |
|---|---|---|
| `nfxToken` | NFX | JWT Bearer token from `signal.nfx.com`. Open DevTools → Network → copy the `authorization: Bearer …` value. Required for all NFX operations. |
| `mercuryCookies` | Mercury | Session cookies from `mercury.com`. Open DevTools → Network → copy the `cookie` header value. Required for Mercury. |

#### Mercury-specific

| Field | Type | Description |
|---|---|---|
| `mercuryFilters` | object | `{ "perPage": "All", "sortBy": "checkSize_desc", "industries": ["SaaS","AI/ML"], "stages": ["Pre-seed"] }` |

#### Proxy

| Field | Type | Description |
|---|---|---|
| `proxyConfiguration` | object | Apify proxy config. Recommended for production runs. |

***

### Input / Output Examples

#### 1. NFX Search

Search for investors or firms by name.

**INPUT.json:**

```json
{
    "source": "nfx",
    "operation": "search",
    "searchTerm": "Scout",
    "nfxToken": "eyJhbGciOi…",
    "maxResults": 10,
    "waitTimeBetweenRequests": 1500
}
```

Or equivalently with just `query`:

```json
{
    "query": "Scout",
    "nfxToken": "eyJhbGciOi…"
}
```

**Output (dataset — one row per result):**

```json
{
    "_type": "investor",
    "id": "9059",
    "person": {
        "id": "3920",
        "slug": "david-dufresne",
        "name": "David Dufresne",
        "first_name": "David",
        "last_name": "Dufresne"
    },
    "firm": {
        "id": "1135",
        "name": "Scout"
    },
    "image_urls": ["https://signal-api.nfx.com/rails/active_storage/…"]
}
```

```json
{
    "_type": "firm",
    "name": "Scout",
    "slug": "panache-ventures",
    "id": "1135"
}
```

***

#### 2. NFX Categories

Get all investor list categories (optionally filtered by stage / location).

**INPUT.json:**

```json
{
    "source": "nfx",
    "operation": "categories",
    "stage": "seed",
    "nfxToken": "eyJhbGciOi…"
}
```

**Output:**

```json
{
    "_type": "category",
    "id": "1",
    "slug": "advertising-seed",
    "investor_count": 716,
    "stage": "seed",
    "location": null,
    "vertical": {
        "id": "1",
        "display_name": "Advertising"
    }
}
```

***

#### 3. NFX Investor List (paginated)

Fetch all investors from a specific list. Automatically paginates until `maxResults` is reached.

**INPUT.json:**

```json
{
    "source": "nfx",
    "operation": "list",
    "slug": "top-who-were-founders-investors",
    "maxResults": 200,
    "nfxToken": "eyJhbGciOi…",
    "waitTimeBetweenRequests": 1500
}
```

Or with URL:

```json
{
    "query": "https://signal.nfx.com/investor-lists/https://signal.nfx.com/investor-lists/top-who-were-founders-investors",
    "nfxToken": "eyJhbGciOi…",
    "maxResults": 200
}
```

**Output (one row per investor):**

```json
{
    "_type": "list_investor",
    "_listSlug": "top-who-were-founders-investors",
    "id": "12074",
    "person": {
        "id": "15719",
        "first_name": "Josh",
        "last_name": "Youth",
        "name": "Josh Youth",
        "slug": "josh-youth"
    },
    "position": "managing_partner",
    "min_investment": "100000",
    "max_investment": "1000000",
    "target_investment": "500000",
    "firm": {
        "id": "7320",
        "name": "Yoko",
        "slug": "yoko"
    },
    "investment_locations": [
        { "id": "24410", "display_name": "Panama" }
    ],
    "investor_lists": [
        { "id": "28", "stage_name": "Seed", "slug": "hardware-seed", "vertical": { "display_name": "Hardware" } },
        { "id": "31", "stage_name": "Seed", "slug": "impact-seed", "vertical": { "display_name": "Impact" } }
    ]
}
```

***

#### 4. NFX Investor Profile

Fetch a full investor profile including positions, education, investments on record, network, and media links.

**INPUT.json:**

```json
{
    "query": "https://signal.nfx.com/investors/shaun-abrahamson",
    "nfxToken": "eyJhbGciOi…"
}
```

Or manually:

```json
{
    "source": "nfx",
    "operation": "profile",
    "personSlug": "shaun-abrahamson",
    "nfxToken": "eyJhbGciOi…"
}
```

**Output:**

```json
{
    "_type": "profile",
    "id": "11434",
    "claimed": true,
    "leads_rounds": "0",
    "person": {
        "slug": "shaun-abrahamson",
        "name": "Shaun Abrahamson",
        "linkedin_url": "https://www.linkedin.com/in/shaunabe/",
        "twitter_url": "https://www.twitter.com/shaunabe",
        "roles": ["VC", "Investor"],
        "url": "https://thirdsphere.com"
    },
    "position": "managing_partner",
    "headline": "Managing Partner at Third Sphere",
    "min_investment": "250000",
    "max_investment": "1000000",
    "target_investment": "500000",
    "stages": [
        { "display_name": "Pre-seed" },
        { "display_name": "Seed" }
    ],
    "location": { "display_name": "Los Angeles, California" },
    "firm": {
        "name": "Third Sphere",
        "slug": "third-sphere"
    },
    "areas_of_interest_freeform": "We know that climate is about more than carbon…",
    "vote_count": 27,
    "investor_lists": [
        { "slug": "robotics-pre-seed", "stage_name": "Pre-seed", "vertical": { "display_name": "Robotics" } }
    ],
    "investments_on_record": { "record_count": 0, "edges": [] },
    "investor_profile_funding_rounds": { "record_count": 0, "edges": [] },
    "network_list_investor_profiles": { "list_type": "COINVESTORS", "edges": ["…"] }
}
```

***

#### 5. Mercury Investor Database

Scrape the Mercury investor database. Filters can be passed inline or extracted from a URL.

**INPUT.json:**

```json
{
    "source": "mercury",
    "mercuryCookies": "_SESSION=abc123…; pi=xyz…",
    "mercuryFilters": {
        "perPage": "All",
        "sortBy": "checkSize_desc",
        "industries": ["Enterprise", "SaaS", "AI/ML"],
        "stages": ["Pre-seed", "Seed"]
    },
    "waitTimeBetweenRequests": 2000
}
```

Or with URL (filters extracted automatically):

```json
{
    "query": "https://mercury.com/investor-database?perPage=All&sortBy=checkSize_desc&industries=SaaS,AI%2FML&stages=Pre-seed",
    "mercuryCookies": "_SESSION=abc123…; pi=xyz…"
}
```

**Output (one row per investor):**

```json
{
    "_source": "mercury",
    "firmName": "Example Capital",
    "name": "Jane Smith",
    "checkSize": "$100K - $500K",
    "stages": ["Pre-seed", "Seed"],
    "industries": ["SaaS", "AI/ML"],
    "linkedinUrl": "https://linkedin.com/in/janesmith"
}
```

> Mercury output fields depend on what Mercury returns; the above is representative. If cookies are expired or the page format changes, the actor returns a diagnostic object with `_note`.

***

### How It Works

1. **User-Agent rotation** — Each HTTP request uses a randomly selected browser user-agent string (pool of 10).
2. **Request throttling** — Configurable `waitTimeBetweenRequests` delay between paginated requests.
3. **Proxy support** — Set `proxyConfiguration` to route through Apify residential proxies.
4. **Auto-pagination** — NFX list fetches page after page until `maxResults` is reached.
5. **URL auto-detection** — Paste any `signal.nfx.com` or `mercury.com` URL and the actor figures out what to do.

### Getting Your Tokens

#### NFX Signal Bearer Token

1. Go to [signal.nfx.com](https://signal.nfx.com) and log in.
2. Open DevTools (F12) → **Network** tab.
3. Click any page that loads investor data.
4. Find a request to `signal-api.nfx.com/graphql`.
5. Copy the `authorization` header value (starts with `Bearer eyJ…`). Paste the part **after** `Bearer `.

#### Mercury Cookies

1. Go to [mercury.com/investor-database](https://mercury.com/investor-database) and log in.
2. Open DevTools (F12) → **Network** tab.
3. Find any request to `mercury.com`.
4. Copy the full `cookie` header value.

# Actor input Schema

## `query` (type: `string`):

Paste an NFX Signal URL (investor profile or investor list) or a Mercury investor-database URL. Can also be plain text for an NFX search. When provided, source and operation are auto-detected.

## `source` (type: `string`):

Data source to query. Auto-detected when 'query' is a URL.

## `operation` (type: `string`):

Operation to run on NFX Signal. Auto-detected from query URL. Ignored for Mercury.

## `searchTerm` (type: `string`):

Name or firm to search for in NFX (only used with search operation).

## `slug` (type: `string`):

Investor list slug, e.g. 'top-who-were-founders-investors'. Auto-detected from query URL.

## `personSlug` (type: `string`):

Person slug for profile lookup, e.g. 'shaun-abrahamson'. Auto-detected from query URL.

## `stage` (type: `string`):

Filter categories by stage (e.g. 'seed', 'pre\_seed', 'series\_a').

## `locationId` (type: `string`):

Filter categories by location tag ID.

## `mercuryFilters` (type: `object`):

Optional filters for Mercury investor database: { perPage, sortBy, industries: \[...], stages: \[...] }.

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

Maximum number of investor records to fetch (for list pagination and search).

## `nfxToken` (type: `string`):

JWT Bearer token for NFX Signal API authentication.

## `mercuryCookies` (type: `string`):

Session cookies from mercury.com (copy from browser).

## `waitTimeBetweenRequests` (type: `integer`):

Delay in milliseconds between paginated requests.

## `proxyConfiguration` (type: `object`):

Select proxies to be used by this actor.

## Actor input object example

```json
{
  "source": "mercury",
  "operation": "categories",
  "maxResults": 50,
  "waitTimeBetweenRequests": 1500,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

## `results` (type: `string`):

All scraped records (investors, firms, categories, or profiles) stored as JSON items in the default dataset.

# 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 = {
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("canadesk/nfx-mercury-vc").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 = { "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    } }

# Run the Actor and wait for it to finish
run = client.actor("canadesk/nfx-mercury-vc").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 '{
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call canadesk/nfx-mercury-vc --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "NFX Signal & Mercury VC Investor Database",
        "description": "Search, list, and scrape VC investor profiles from NFX Signal and the Mercury investor database.",
        "version": "1.0",
        "x-build-id": "iKCjolvHGi5Np4JnE"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/canadesk~nfx-mercury-vc/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-canadesk-nfx-mercury-vc",
                "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/canadesk~nfx-mercury-vc/runs": {
            "post": {
                "operationId": "runs-sync-canadesk-nfx-mercury-vc",
                "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/canadesk~nfx-mercury-vc/run-sync": {
            "post": {
                "operationId": "run-sync-canadesk-nfx-mercury-vc",
                "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": {
                    "query": {
                        "title": "Query (URL or search text)",
                        "type": "string",
                        "description": "Paste an NFX Signal URL (investor profile or investor list) or a Mercury investor-database URL. Can also be plain text for an NFX search. When provided, source and operation are auto-detected."
                    },
                    "source": {
                        "title": "Source",
                        "enum": [
                            "nfx",
                            "mercury"
                        ],
                        "type": "string",
                        "description": "Data source to query. Auto-detected when 'query' is a URL.",
                        "default": "mercury"
                    },
                    "operation": {
                        "title": "NFX Operation",
                        "enum": [
                            "search",
                            "categories",
                            "list",
                            "profile"
                        ],
                        "type": "string",
                        "description": "Operation to run on NFX Signal. Auto-detected from query URL. Ignored for Mercury.",
                        "default": "categories"
                    },
                    "searchTerm": {
                        "title": "Search Term (NFX search)",
                        "type": "string",
                        "description": "Name or firm to search for in NFX (only used with search operation)."
                    },
                    "slug": {
                        "title": "List Slug (NFX list)",
                        "type": "string",
                        "description": "Investor list slug, e.g. 'top-who-were-founders-investors'. Auto-detected from query URL."
                    },
                    "personSlug": {
                        "title": "Person Slug (NFX profile)",
                        "type": "string",
                        "description": "Person slug for profile lookup, e.g. 'shaun-abrahamson'. Auto-detected from query URL."
                    },
                    "stage": {
                        "title": "Stage Filter (NFX categories)",
                        "type": "string",
                        "description": "Filter categories by stage (e.g. 'seed', 'pre_seed', 'series_a')."
                    },
                    "locationId": {
                        "title": "Location ID Filter (NFX categories)",
                        "type": "string",
                        "description": "Filter categories by location tag ID."
                    },
                    "mercuryFilters": {
                        "title": "Mercury Filters",
                        "type": "object",
                        "description": "Optional filters for Mercury investor database: { perPage, sortBy, industries: [...], stages: [...] }."
                    },
                    "maxResults": {
                        "title": "Max Results",
                        "minimum": 8,
                        "maximum": 50000,
                        "type": "integer",
                        "description": "Maximum number of investor records to fetch (for list pagination and search).",
                        "default": 50
                    },
                    "nfxToken": {
                        "title": "NFX Bearer Token (Optional)",
                        "type": "string",
                        "description": "JWT Bearer token for NFX Signal API authentication."
                    },
                    "mercuryCookies": {
                        "title": "Mercury Cookies (Optional)",
                        "type": "string",
                        "description": "Session cookies from mercury.com (copy from browser)."
                    },
                    "waitTimeBetweenRequests": {
                        "title": "Wait Time Between Requests (ms)",
                        "minimum": 1500,
                        "maximum": 30000,
                        "type": "integer",
                        "description": "Delay in milliseconds between paginated requests.",
                        "default": 1500
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Select proxies to be used by this actor."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
