# Doctolib.fr Scraper — 35+ Fields (`unfenced-group/doctolib-fr-scraper`) Actor

Extract the most complete doctor & practice profiles from Doctolib.fr. 35+ data fields including phone, languages, insurance, payment methods, opening hours, next appointment slots. Lowest cost per result. GDPR/AVG compliant with robots.txt enforcement and built-in suppression list.

- **URL**: https://apify.com/unfenced-group/doctolib-fr-scraper.md
- **Developed by:** [Unfenced Group](https://apify.com/unfenced-group) (community)
- **Categories:** Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $7.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.

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

## Doctolib.fr Scraper — 35+ Fields, Ultra-Low Cost

Extract the most comprehensive doctor and medical practice profiles from **Doctolib.fr** — France's leading healthcare booking platform.

### ✨ Why this scraper?

| Feature | This Actor | Competitors |
|---|---|---|
| **Cost per result** | ~$0.005–0.008 | $0.015–$0.05 |
| **Data fields** | 35+ | 10–18 |
| **Phone numbers** | ✅ | ❌ / partial |
| **Languages spoken** | ✅ | ❌ |
| **Insurance / sector** | ✅ | ❌ |
| **Payment methods** | ✅ | ❌ |
| **Opening hours** | ✅ | ❌ |
| **Next appointment** | ✅ | Partial |
| **Team members** | ✅ | ❌ |
| **Visit motives** | ✅ | ❌ |
| **Accessibility** | ✅ | ❌ |
| **Browser required** | ❌ (HTTP only) | ✅ (expensive) |

### 📦 Output Fields

Each doctor record contains:

#### Identity
- `doctorId` — Doctolib internal ID
- `profileSlug` — URL slug
- `profileUrl` — Full Doctolib profile URL
- `fullName`, `firstName`, `lastName`, `nameWithTitle`
- `gender` — M / F
- `profilePhoto` — Optimized CDN URL

#### Speciality
- `speciality` — Primary speciality
- `specialities` — All specialities array
- `type` — `doctor` | `practice`

#### Location
- `city`, `zipCode`, `address`, `addressStreet`
- `latitude`, `longitude`
- `departement`

#### Contact
- `phone` — Direct phone number
- `email`
- `websiteUrl`

#### Booking & Availability
- `hasOnlineBooking` — Boolean
- `agendaIds`, `practiceIds`
- `nextAvailableDate` — ISO datetime of next open slot
- `totalAvailableSlots` — Count of near-future available slots
- `visitMotives` — Array of appointment types with durations

#### Services
- `hasTelehealth` — Video consultation available
- `hasUrgency` — Emergency appointments
- `hasHomeCare` — Home visit available

#### Ratings
- `rating` — Review score
- `reviewCount` — Number of reviews

#### Billing
- `isConventionne` — Boolean (Secteur 1/2/3)
- `sector` — Billing sector (1 = lowest fees)
- `paymentMethods` — e.g. `["card", "check", "cash"]`
- `insurancesAccepted`

#### Practice Details
- `languages` — Spoken languages
- `education` — Biography/résumé
- `experienceYears`
- `teamMembers` — Co-located practitioners
- `openingHours`
- `publicTransport`
- `accessibilityFeatures` — e.g. wheelchair access

#### Meta
- `searchSpeciality`, `searchCity`
- `scrapedAt` — ISO timestamp
- `dataSource` — Which API stages were used

### 🚀 Usage

#### Basic — scrape GPs in Paris
```json
{
  "specialities": ["medecin-generaliste"],
  "cities": ["paris"],
  "maxResultsPerQuery": 200
}
````

#### Multi-city, multi-speciality

```json
{
  "specialities": ["dermatologue", "cardiologue", "pediatre"],
  "cities": ["paris", "lyon", "marseille", "toulouse"],
  "maxResultsPerQuery": 500
}
```

#### Fast / cheap (search data only, no detail pages)

```json
{
  "specialities": ["dentiste"],
  "cities": ["bordeaux"],
  "scrapeDetailPages": false,
  "scrapeAvailability": false,
  "maxResultsPerQuery": 1000
}
```

### 🔑 Speciality Slugs (FR)

Use the slug exactly as it appears in the Doctolib URL — `https://www.doctolib.fr/{slug}`.

| Slug | Speciality |
|---|---|
| `medecin-generaliste` | General Practitioner |
| `dentiste` | Dentist |
| `dermatologue` | Dermatologist |
| `cardiologue` | Cardiologist |
| `gynecologue` | Gynaecologist |
| `pediatre` | Paediatrician |
| `psychiatre` | Psychiatrist |
| `ophtalmologue` | Ophthalmologist |
| `masseur-kinesitherapeute` | Physiotherapist |
| `osteopathe` | Osteopath |
| `orthophoniste` | Speech Therapist |
| `radiologue` | Radiologist |
| `chirurgien-orthopediste` | Orthopaedic Surgeon |
| `orl-oto-rhino-laryngologie` | ENT Specialist |
| `pedicure-podologue` | Podiatrist |
| `psychologue` | Psychologist |
| `sage-femme` | Midwife |
| `endocrinologue` | Endocrinologist |
| `neurologue` | Neurologist |
| `urologue` | Urologist |

> **Tip:** Confirm any slug by visiting `https://www.doctolib.fr/sitemap_specialities/1.xml`

### ⚙️ Cost Optimisation Tips

- Set `scrapeDetailPages: false` if you only need basic fields (name, address, speciality, rating) — cuts cost ~60%
- Set `scrapeAvailability: false` if you don't need next appointment data
- Use `maxResultsPerQuery` to cap spend per query combination
- Increase `maxConcurrency` for faster runs (same cost, less time)

### 🛡️ Proxy Requirements

Doctolib requires proxies. **French residential proxies** provide the best success rate. The Actor defaults to Apify Residential proxies (France). You can override in `proxyConfiguration`.

### 📍 France-only

This actor is dedicated to **Doctolib.fr** (France). See also:

- `doctolib-it-scraper` for Italy (Doctolib.it)

***

### ⚖️ GDPR / AVG Compliance

> **Note:** This actor collects publicly available **professional directory data** — not patient health data. The compliance analysis below reflects this distinction. You, as the operator, remain the **data controller** and are responsible for your specific use case.

#### What kind of data is this?

Doctors on Doctolib **voluntarily publish** their name, speciality, address, phone, and availability on a public commercial platform to attract patients. This is professional/commercial data, structurally equivalent to a listing in a business directory.

It is **not**:

- Patient health data
- Appointment history or diagnoses
- Any information that reveals a patient's health condition

#### Legal basis under GDPR Art. 6

**Legitimate Interest (Art. 6(1)(f))** is the appropriate basis, consistent with CNIL guidance (Jan 2026 focus sheet on web scraping).

The Legitimate Interest Assessment (LIA) factors in favour:

- Data is freely accessible without login or account
- Doctors deliberately make it public to solicit bookings
- Reasonable expectation: professional listings get aggregated into directories
- No sensitive patient data is touched

You should document your specific LIA in your ROPA for your use case (lead generation vs. research vs. competitor analysis each require their own assessment).

#### Art. 9 special category analysis

Doctor **speciality** (e.g. "psychiatre") is professional information the doctor has **manifestly made public** by listing it on a public booking platform → Art. 9(2)(e) exception applies.

This actor **never collects**:

- Patient names, appointment history, diagnoses, or prescriptions
- Review texts (which could contain patient health disclosures)
- Any data from patient-side health forums or private profiles

#### CNIL-mandated compliance measures (Jan 2026 guidance)

| Measure | Implementation |
|---|---|
| robots.txt respected | ✅ Checked at startup, paths verified, scrape aborted if disallowed |
| No login bypass | ✅ Only freely accessible, unauthenticated endpoints |
| Data minimization | ✅ Review texts, patient fields excluded from schema |
| No sensitive-site scraping | ✅ No health forums, no patient-side data sources |
| Opt-out / suppression list | ✅ `suppressedDoctorIds` + `suppressedDoctorSlugs` inputs |
| Retention labelling | ✅ Every record carries `_compliance.retentionRecommendation` |
| DSR contact hook | ✅ Every record carries `_compliance.dsrContact` instructions |

#### Your obligations as data controller

1. **ROPA entry**: Document this processing activity, legal basis, and data categories
2. **LIA**: Complete a Legitimate Interest Assessment for your specific purpose
3. **Privacy notice**: Publish a notice covering this processing (Art. 13/14)
4. **Erasure/objection requests**: When a doctor objects, add their ID or slug to `suppressedDoctorIds` / `suppressedDoctorSlugs` and delete their records from your storage
5. **Retention**: Re-scrape or delete records older than 90 days (accuracy principle)
6. **No combination with patient data**: Never join this dataset with patient health records or appointment history

#### What about the Netherlands (AVG)?

AVG = Dutch implementation of GDPR. The analysis is identical — AVG has no additional restrictions on professional directory data beyond GDPR. The Autoriteit Persoonsgegevens (AP) follows EDPB guidance on legitimate interest. The same LIA and suppression mechanism applies.

#### DPIA required?

A full DPIA (Art. 35) is likely **not required** for professional directory data at normal scale, since:

- Not special category data (no patient health data)
- Not systematic profiling of individuals
- Data is already public

However, if you plan to process at very large scale (millions of records), combine with other datasets, or use for automated decision-making, conduct a DPIA.

#### Resources

- [CNIL web scraping focus sheet (Jan 2026)](https://www.cnil.fr/en/legal-basis-legitimate-interest-focus-sheet-measures-implement-case-data-collection-web-scraping)
- [EDPB Guidelines 5/2020 on consent](https://edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-052020-consent-under-regulation-2016679_en)
- [GDPR Art. 9 — Special categories](https://gdpr-info.eu/art-9-gdpr/)
- [Autoriteit Persoonsgegevens (NL)](https://www.autoriteitpersoonsgegevens.nl/en)

# Actor input Schema

## `specialities` (type: `array`):

Speciality slugs as used in Doctolib URLs. E.g. medecin-generaliste, dentiste, dermatologue, cardiologue, pediatre, psychiatre, ophtalmologue, masseur-kinesitherapeute.

## `cities` (type: `array`):

City slugs (lowercase, hyphenated). E.g. paris, lyon, marseille.

## `maxResultsPerQuery` (type: `integer`):

Cap per speciality+city pair.

## `scrapeDetailPages` (type: `boolean`):

If true, fetch each doctor's public profile page for extra fields: biography, opening hours, more precise address. Adds ~5–10s per record.

## `scrapePhone` (type: `boolean`):

If true, phone numbers are extracted from public profile pages and stored in the dataset.

⚠️ GDPR NOTE: Phone numbers are personal data. Before enabling this, you must: (1) document a Legitimate Interest Assessment (LIA) for your specific purpose, (2) ensure you will NOT use numbers for unsolicited marketing calls/SMS (ePrivacy Directive), (3) honour erasure requests. See README for full guidance.

Default: false — phone numbers are not collected unless explicitly opted in.

## `scrapeAvailability` (type: `boolean`):

Hit the Doctolib availability API for next slot and slot count.

## `suppressedDoctorIds` (type: `array`):

Doctolib doctor IDs to skip. Use this to honor Art. 17 erasure / Art. 21 objection requests from individual practitioners.

## `suppressedDoctorSlugs` (type: `array`):

Profile URL slugs to skip (e.g. 'dr-jean-dupont'). Alternative to IDs for erasure requests.

## `skipRobotsCheck` (type: `boolean`):

Bypasses the robots.txt compliance check. Only for local testing. Leaving this enabled in production violates CNIL guidance.

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

Proxy settings. French residential proxies recommended for best results.

## `maxConcurrency` (type: `integer`):

Parallel requests. Higher = faster, more risk of blocks. Recommended: 5–10.

## `requestDelay` (type: `integer`):

Delay between requests.

## Actor input object example

```json
{
  "specialities": [
    "medecin-generaliste"
  ],
  "cities": [
    "paris"
  ],
  "maxResultsPerQuery": 5,
  "scrapeDetailPages": true,
  "scrapePhone": false,
  "scrapeAvailability": true,
  "suppressedDoctorIds": [],
  "suppressedDoctorSlugs": [],
  "skipRobotsCheck": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxConcurrency": 5,
  "requestDelay": 500
}
```

# Actor output Schema

## `doctorProfiles` (type: `string`):

No description

# 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 = {
    "specialities": [
        "medecin-generaliste"
    ],
    "cities": [
        "paris"
    ],
    "maxResultsPerQuery": 5,
    "scrapeDetailPages": false,
    "scrapePhone": false,
    "scrapeAvailability": false,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("unfenced-group/doctolib-fr-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 = {
    "specialities": ["medecin-generaliste"],
    "cities": ["paris"],
    "maxResultsPerQuery": 5,
    "scrapeDetailPages": False,
    "scrapePhone": False,
    "scrapeAvailability": False,
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("unfenced-group/doctolib-fr-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 '{
  "specialities": [
    "medecin-generaliste"
  ],
  "cities": [
    "paris"
  ],
  "maxResultsPerQuery": 5,
  "scrapeDetailPages": false,
  "scrapePhone": false,
  "scrapeAvailability": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call unfenced-group/doctolib-fr-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Doctolib.fr Scraper — 35+ Fields",
        "description": "Extract the most complete doctor & practice profiles from Doctolib.fr. 35+ data fields including phone, languages, insurance, payment methods, opening hours, next appointment slots. Lowest cost per result. GDPR/AVG compliant with robots.txt enforcement and built-in suppression list.",
        "version": "1.0",
        "x-build-id": "9fA7pmwHDwYyImFTN"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/unfenced-group~doctolib-fr-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-unfenced-group-doctolib-fr-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/unfenced-group~doctolib-fr-scraper/runs": {
            "post": {
                "operationId": "runs-sync-unfenced-group-doctolib-fr-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/unfenced-group~doctolib-fr-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-unfenced-group-doctolib-fr-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",
                "required": [
                    "specialities",
                    "cities"
                ],
                "properties": {
                    "specialities": {
                        "title": "Medical Specialities",
                        "type": "array",
                        "description": "Speciality slugs as used in Doctolib URLs. E.g. medecin-generaliste, dentiste, dermatologue, cardiologue, pediatre, psychiatre, ophtalmologue, masseur-kinesitherapeute.",
                        "default": [
                            "medecin-generaliste"
                        ],
                        "items": {
                            "type": "string"
                        }
                    },
                    "cities": {
                        "title": "Cities",
                        "type": "array",
                        "description": "City slugs (lowercase, hyphenated). E.g. paris, lyon, marseille.",
                        "default": [
                            "paris"
                        ],
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxResultsPerQuery": {
                        "title": "Max Doctors Per Query",
                        "minimum": 1,
                        "maximum": 10000,
                        "type": "integer",
                        "description": "Cap per speciality+city pair.",
                        "default": 100
                    },
                    "scrapeDetailPages": {
                        "title": "Scrape Detail Pages (biography, opening hours, etc.)",
                        "type": "boolean",
                        "description": "If true, fetch each doctor's public profile page for extra fields: biography, opening hours, more precise address. Adds ~5–10s per record.",
                        "default": true
                    },
                    "scrapePhone": {
                        "title": "🔒 Collect Phone Numbers (opt-in, requires LIA)",
                        "type": "boolean",
                        "description": "If true, phone numbers are extracted from public profile pages and stored in the dataset.\n\n⚠️ GDPR NOTE: Phone numbers are personal data. Before enabling this, you must: (1) document a Legitimate Interest Assessment (LIA) for your specific purpose, (2) ensure you will NOT use numbers for unsolicited marketing calls/SMS (ePrivacy Directive), (3) honour erasure requests. See README for full guidance.\n\nDefault: false — phone numbers are not collected unless explicitly opted in.",
                        "default": false
                    },
                    "scrapeAvailability": {
                        "title": "Scrape Next Available Appointment",
                        "type": "boolean",
                        "description": "Hit the Doctolib availability API for next slot and slot count.",
                        "default": true
                    },
                    "suppressedDoctorIds": {
                        "title": "🔒 GDPR Suppression List — Doctor IDs",
                        "type": "array",
                        "description": "Doctolib doctor IDs to skip. Use this to honor Art. 17 erasure / Art. 21 objection requests from individual practitioners.",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "suppressedDoctorSlugs": {
                        "title": "🔒 GDPR Suppression List — Profile Slugs",
                        "type": "array",
                        "description": "Profile URL slugs to skip (e.g. 'dr-jean-dupont'). Alternative to IDs for erasure requests.",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "skipRobotsCheck": {
                        "title": "⚠️ Skip robots.txt check (not recommended)",
                        "type": "boolean",
                        "description": "Bypasses the robots.txt compliance check. Only for local testing. Leaving this enabled in production violates CNIL guidance.",
                        "default": false
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Proxy settings. French residential proxies recommended for best results."
                    },
                    "maxConcurrency": {
                        "title": "Max Concurrency",
                        "minimum": 1,
                        "maximum": 50,
                        "type": "integer",
                        "description": "Parallel requests. Higher = faster, more risk of blocks. Recommended: 5–10.",
                        "default": 5
                    },
                    "requestDelay": {
                        "title": "Request Delay (ms)",
                        "minimum": 0,
                        "maximum": 10000,
                        "type": "integer",
                        "description": "Delay between requests.",
                        "default": 500
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
