# OneDoc.ch scraper · Swiss dentists, doctors & healthcare leads (`corent1robert/onedoc-dentist-scraper`) Actor

Extract Swiss doctors, dentists & specialists from OneDoc.ch. Get phone, email, website, address, GPS coords, booking info & specialties. JSON/CSV. No coding required.

- **URL**: https://apify.com/corent1robert/onedoc-dentist-scraper.md
- **Developed by:** [Corentin Robert](https://apify.com/corent1robert) (community)
- **Categories:** Lead generation, Automation, Developer tools
- **Stats:** 1 total users, 0 monthly users, 0.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $4.89 / 1,000 practitioner profiles

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

## OneDoc practitioner scraper

**Build contact-ready lists of Swiss healthcare professionals in minutes — phone, email, website, address, specialties, and more — from [OneDoc.ch](https://www.onedoc.ch), Switzerland's leading medical booking platform.**

Covers **all of Switzerland** and major regions: **Geneva**, **Vaud** (Lausanne), **Zurich**, **Bern**, **Basel**, **Valais**, **Ticino**, and every canton via OneDoc search URLs.

Paste a search link to discover practitioners by specialty and region, or paste profile URLs to enrich a list you already have. **No login. No API key. No code.** Export to CSV, Excel, or JSON.

> **Built for:** Healthcare lead generation · CRM enrichment · Territory mapping · Outbound prospecting · Market research

📄 **[Download a sample output (10 practitioners)](./sample-output.csv)** — see exactly what you get before running anything.

**Custom automation or integrations:** [corentin@outreacher.fr](mailto:corentin@outreacher.fr)

---

### Why use this scraper?

- **Two workflows in one tool** — territorial search *or* enrich existing profile links
- **Any specialty** — dentists, GPs, dermatologists, physiotherapists, surgeons, and more
- **Any region** — whole Switzerland, a canton, or a single city
- **Contact-focused** — phone, email, and practice website when the practitioner publishes them
- **CRM-ready** — one row per practitioner, structured fields, instant export
- **No manual copy-paste** — skip opening hundreds of OneDoc profile pages by hand

---

### Two ways to use it

| Mode | What you get | Best for |
|------|----------------|----------|
| **Search URL** | Every practitioner on a OneDoc search page, with full contact details | Prospecting by specialty + region — e.g. all dentists in Geneva, all GPs in Switzerland |
| **Profile URLs** | Full details for the practitioner pages you paste | Refreshing or enriching a CRM list when you already have OneDoc links |

#### 1 — Search by specialty and region

You copy a OneDoc search URL from your browser — same filters, same region as if you searched manually.

**How to start:**
1. On [OneDoc.ch](https://www.onedoc.ch), run your search (specialty + location)
2. Copy the URL from the address bar
3. In the Actor, choose **Search URL** mode and paste the link
4. Optional: set **Max rows** to `50`–`200` for a first test
5. Run — open **Dataset** when finished

**Examples of search URLs:**
- All dentists in Switzerland: `…/medecin-dentiste/suisse`
- Dentists in **Geneva**: `…/medecin-dentiste/geneve`
- GPs in **Lausanne** (Vaud): `…/medecin-generaliste/lausanne`
- Dermatologists in **Zurich**: `…/dermatologue/zurich`
- Physiotherapists in **Bern**: `…/physiotherapeute/berne`
- Dentists in **Basel**: `…/medecin-dentiste/bale`

You can paste **several regional URLs** in one run (e.g. Geneva + Lausanne + Zurich in a single export).

#### 2 — Enrich profile URLs you already have

You already collected OneDoc profile links (spreadsheet, CRM, previous export). Paste them — **no search crawl**, detail only.

**How to start:**
1. Choose **Profile URLs** mode
2. Paste one practitioner page URL per line
3. Run

---

### What you get

One row per practitioner:

| Field | What it is | Example |
|-------|------------|---------|
| `name` | Full name | `Dr. med. dent. Daniel Marschall` |
| `phone` | Phone number (Swiss format) | `+41 61 261 12 34` |
| `email` | Email when published on the profile | `contact@cabinet.ch` |
| `websiteUrl` | Practice website when listed | `https://www.cabinet.ch` |
| `address` | Street address | `Freie Strasse 10` |
| `city` | City | `Basel` |
| `zipCode` | Postal code | `4001` |
| `state` | Canton / region | `Basel-Stadt` |
| `specialties` | Medical specialties | `["Médecin-dentiste"]` |
| `expertises` | Areas of expertise | `["Implantologie", "Blanchiment"]` |
| `spokenLanguages` | Languages spoken | `["Français", "Deutsch"]` |
| `openingHours` | Practice hours | structured schedule |
| `profileUrl` | OneDoc profile link | `https://www.onedoc.ch/fr/medecin-dentiste/…` |
| `practiceOneDocUrl` | Linked practice page | OneDoc cabinet URL |
| `practiceLocations` | Other locations | multi-site practices |
| `latitude` / `longitude` | GPS coordinates | map & territory tools |
| `bookable` | Online booking available | `true` / `false` |
| `verified` | Verified OneDoc profile | `true` / `false` |
| `acceptsNewPatients` | Accepts new patients | `true` / `false` |

Download as **JSON, CSV, Excel**, or connect via Apify API to your CRM.

---

### What you get — and what you don't

| Data | Available |
|------|-----------|
| Phone number | ✅ When published on OneDoc |
| Email address | ✅ When published on OneDoc |
| Practice website | ✅ When listed on the profile |
| Address & GPS | ✅ For most practitioners |
| Specialties & expertises | ✅ |
| Opening hours & booking flags | ✅ |
| Private patient notes or messages | ❌ Not scraped |
| Data behind a login | ❌ Public profiles only |

---

### Example output

```json
{
  "name": "Dr. med. dent. Daniel Marschall",
  "phone": "+41 61 261 12 34",
  "email": "contact@cabinet-example.ch",
  "websiteUrl": "https://www.cabinet-example.ch",
  "address": "Freie Strasse 10",
  "city": "Basel",
  "zipCode": "4001",
  "state": "Basel-Stadt",
  "specialties": ["Médecin-dentiste"],
  "expertises": ["Implantologie"],
  "spokenLanguages": ["Français", "Deutsch"],
  "profileUrl": "https://www.onedoc.ch/fr/medecin-dentiste/bale/...",
  "bookable": true,
  "verified": true,
  "acceptsNewPatients": true
}
````

***

### No code required

This Actor runs entirely from the **Apify Console** — no Python, no JavaScript, no server to manage.

1. Open the Actor on Apify and click **Start**
2. Choose **Search URL** or **Profile URLs**
3. Paste your OneDoc link(s)
4. Click **Run**
5. Download **CSV** or **Excel** from the Dataset tab — or schedule weekly refreshes

Perfect for **marketing teams**, **SDRs**, and **agency owners** who need Swiss healthcare leads without hiring a developer.

***

### Export to your CRM

Download the dataset and import into the tools you already use:

| Tool | How |
|------|-----|
| **HubSpot** | Import CSV → map `phone`, `email`, `websiteUrl`, `city` to contact properties |
| **Salesforce** | Data Import Wizard or Apify → Zapier/Make → Salesforce |
| **Pipedrive** | Import spreadsheet → match name, phone, organization |
| **Lemlist / outreach tools** | CSV with phone & email columns for cold email or call lists |
| **Google Sheets / Excel** | Direct CSV download — filter by canton, specialty, or city |

Each row is one practitioner with stable fields (`name`, `phone`, `email`, `profileUrl`, `address`, `city`, `zipCode`, `state`) so mapping stays consistent run after run.

***

### Switzerland coverage

OneDoc organizes searches by **specialty + location**. You can export:

- **National** — e.g. all dentists or all GPs in Switzerland (`/suisse`)
- **City** — Geneva, Lausanne, Zurich, Bern, Basel, Winterthur, Lucerne, St. Gallen, Lugano…
- **Canton / region** — whatever OneDoc exposes in the URL when you search in your browser

Common prospecting setups: dentists in **Geneva + Vaud**, GPs in **Zurich**, or a **full Switzerland** file for market mapping.

***

### Use cases

| I want to… | Mode | How |
|------------|------|-----|
| Build a list of dentists in a canton | Search URL | Paste the OneDoc search URL for that specialty + region |
| Map all GPs in Switzerland | Search URL | Paste the national search URL for general practitioners |
| Enrich my CRM with phone & email | Profile URLs | Paste the OneDoc links from your spreadsheet |
| Test before a large export | Search URL | Set **Max rows** to `50`–`200`, then remove the cap |
| Cover several cities in one run | Search URL | Paste one URL per city (Geneva, Lausanne, Zurich…) |
| Include clinics, not only individuals | Either | Enable **Include clinics / cabinets** in options |

***

### Tips for best results

- **Test first.** Set **Max rows** to `100` before a full national run — check the output matches your needs.
- **Copy the URL from OneDoc.** Use the exact search you would run in your browser; filters in the URL (`?language=fr`, etc.) are kept.
- **National runs are large.** A full Switzerland export can mean thousands of profiles — allow enough run time, or split by canton.
- **Emails are optional on OneDoc.** Many rows will have phone and website without email — that's normal.
- **Schedule it.** Use Apify's scheduler to refresh your practitioner database monthly.

***

### Also scraping local.ch?

**OneDoc** lists practitioners on the medical **booking** platform (specialties, expertises, booking flags, FAQ).

For Switzerland’s main **business directory** — healthcare providers *and* other local businesses, with **ratings**, **treatments**, and **payment methods** — use our **[local.ch scraper](https://apify.com/corent1robert/local-ch-scraper)** on Apify.

Same idea: paste a **search URL** to discover listings, or **profile URLs** to enrich a list you already have.

| Source | Best for |
|--------|----------|
| **OneDoc** (this Actor) | Doctors and healthcare professionals active on OneDoc.ch |
| **[local.ch](https://apify.com/corent1robert/local-ch-scraper)** | Broader local.ch coverage — `/fr/s/…` search or `/fr/d/…` detail pages |

Many teams run **both** and merge in Excel or their CRM for maximum Swiss coverage.

***

### FAQ

**Is it only for dentists?**\
No — any OneDoc specialty works: GPs, dermatologists, physiotherapists, surgeons, etc.

**Do I need a OneDoc account?**\
No. Only public profile data is collected.

**Do I need a proxy?**\
Usually not. Enable proxy only if you hit rate limits on very large cloud runs.

**OneDoc vs Doctena?**\
This Actor targets **OneDoc.ch** only.

***

### Important

- Use exported data in line with **OneDoc Terms of Service** and **Swiss data-protection rules**.
- Field availability depends on what each practitioner publishes — not every row has every column filled.

***

### Support

Contact <corentin@outreacher.fr> for custom scraping, scheduling, or CRM integrations.

*Last updated: May 2026*

# Actor input Schema

## `scrapeMode` (type: `string`):

**Search URL** — discover practitioners from a OneDoc search page, then enrich each profile.

**Profile URLs** — enrich specific practitioner pages only.

## `searchUrls` (type: `array`):

Examples:
• `https://www.onedoc.ch/fr/medecin-dentiste/geneve?language=fr`
• `https://www.onedoc.ch/fr/medecin-generaliste/suisse?language=fr`

Multiple regions: one URL per line.

## `profileUrls` (type: `array`):

Example:
`https://www.onedoc.ch/fr/medecin-dentiste/bale/pc2mw/dr-med-dent-daniel-marschall`

Apify classic format also works: `[{ "url": "https://..." }]`.

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

Stop after this many practitioners. **0** = unlimited.

**Tip:** Use `50`–`200` for a first test; set back to **0** for production.

## `includePractices` (type: `boolean`):

Also scrape OneDoc practice (cabinet) profiles, not only individual practitioners.

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

Apify Proxy settings.

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

Backward-compatible alias. Prefer **searchUrls** or **profileUrls** in the Console UI. Still supported in API runs.

## Actor input object example

```json
{
  "scrapeMode": "full",
  "searchUrls": [
    "https://www.onedoc.ch/fr/medecin-dentiste/suisse?language=fr"
  ],
  "profileUrls": [
    {
      "url": "https://www.onedoc.ch/fr/medecin-dentiste/bale/pc2mw/dr-med-dent-daniel-marschall"
    }
  ],
  "maxItems": 0,
  "includePractices": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "DATACENTER"
    ],
    "apifyProxyCountry": "CH"
  }
}
```

# Actor output Schema

## `listingsView` (type: `string`):

Practitioners parsed from OneDoc search listing pages

## `profilesView` (type: `string`):

Full detail rows — API + FAQ, expertises, website, email

## `fullDataset` (type: `string`):

All rows (listing + detail)

# 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 = {
    "scrapeMode": "full",
    "searchUrls": [
        "https://www.onedoc.ch/fr/medecin-dentiste/suisse?language=fr"
    ],
    "profileUrls": [
        {
            "url": "https://www.onedoc.ch/fr/medecin-dentiste/bale/pc2mw/dr-med-dent-daniel-marschall"
        }
    ],
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "DATACENTER"
        ],
        "apifyProxyCountry": "CH"
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("corent1robert/onedoc-dentist-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 = {
    "scrapeMode": "full",
    "searchUrls": ["https://www.onedoc.ch/fr/medecin-dentiste/suisse?language=fr"],
    "profileUrls": [{ "url": "https://www.onedoc.ch/fr/medecin-dentiste/bale/pc2mw/dr-med-dent-daniel-marschall" }],
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["DATACENTER"],
        "apifyProxyCountry": "CH",
    },
}

# Run the Actor and wait for it to finish
run = client.actor("corent1robert/onedoc-dentist-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 '{
  "scrapeMode": "full",
  "searchUrls": [
    "https://www.onedoc.ch/fr/medecin-dentiste/suisse?language=fr"
  ],
  "profileUrls": [
    {
      "url": "https://www.onedoc.ch/fr/medecin-dentiste/bale/pc2mw/dr-med-dent-daniel-marschall"
    }
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "DATACENTER"
    ],
    "apifyProxyCountry": "CH"
  }
}' |
apify call corent1robert/onedoc-dentist-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "OneDoc.ch scraper · Swiss dentists, doctors & healthcare leads",
        "description": "Extract Swiss doctors, dentists & specialists from OneDoc.ch. Get phone, email, website, address, GPS coords, booking info & specialties. JSON/CSV. No coding required.",
        "version": "0.5",
        "x-build-id": "6ApmdXDdECpmhCUj1"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/corent1robert~onedoc-dentist-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-corent1robert-onedoc-dentist-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/corent1robert~onedoc-dentist-scraper/runs": {
            "post": {
                "operationId": "runs-sync-corent1robert-onedoc-dentist-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/corent1robert~onedoc-dentist-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-corent1robert-onedoc-dentist-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": {
                    "scrapeMode": {
                        "title": "Mode",
                        "enum": [
                            "full",
                            "detail_only"
                        ],
                        "type": "string",
                        "description": "**Search URL** — discover practitioners from a OneDoc search page, then enrich each profile.\n\n**Profile URLs** — enrich specific practitioner pages only.",
                        "default": "full"
                    },
                    "searchUrls": {
                        "title": "OneDoc search URL(s)",
                        "type": "array",
                        "description": "Examples:\n• `https://www.onedoc.ch/fr/medecin-dentiste/geneve?language=fr`\n• `https://www.onedoc.ch/fr/medecin-generaliste/suisse?language=fr`\n\nMultiple regions: one URL per line.",
                        "items": {
                            "type": "string",
                            "minLength": 1
                        }
                    },
                    "profileUrls": {
                        "title": "OneDoc profile URL(s)",
                        "type": "array",
                        "description": "Example:\n`https://www.onedoc.ch/fr/medecin-dentiste/bale/pc2mw/dr-med-dent-daniel-marschall`\n\nApify classic format also works: `[{ \"url\": \"https://...\" }]`.",
                        "default": [],
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "maxItems": {
                        "title": "Max rows",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Stop after this many practitioners. **0** = unlimited.\n\n**Tip:** Use `50`–`200` for a first test; set back to **0** for production.",
                        "default": 0
                    },
                    "includePractices": {
                        "title": "Include clinics / cabinets",
                        "type": "boolean",
                        "description": "Also scrape OneDoc practice (cabinet) profiles, not only individual practitioners.",
                        "default": false
                    },
                    "proxyConfiguration": {
                        "title": "Proxy",
                        "type": "object",
                        "description": "Apify Proxy settings."
                    },
                    "startUrls": {
                        "title": "Legacy start URLs (JSON editor)",
                        "type": "array",
                        "description": "Backward-compatible alias. Prefer **searchUrls** or **profileUrls** in the Console UI. Still supported in API runs.",
                        "items": {
                            "type": "string"
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
