# Estonia Business Register Scraper — Äriregister Company Data (`neuralverge/neuralverge-ariregister-company`) Actor

Scrape any Estonian Äriregister company by registry code — legal name, status, VAT/KMKR, board & representation, shareholders, beneficial owners and annual reports. No API key. Structured JSON for KYB & due diligence. Pay only for matches — misses are free.

- **URL**: https://apify.com/neuralverge/neuralverge-ariregister-company.md
- **Developed by:** [NeuralVerge](https://apify.com/neuralverge) (community)
- **Categories:** Automation, Developer tools, Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $5.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/docs.md):

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

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python/docs.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/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

### Estonia Business Register Scraper — Äriregister Company Data ✅ No API Key

Scrape any **Estonian Äriregister (Business Register) company profile** from its
registry code — legal name, registry code, legal form, status, address, VAT,
board & right of representation, shareholders, beneficial owners (UBOs), areas of
activity, annual reports and documents. Powered by the Neuralverge API. **No API
key or account required**, and **you only pay for companies we actually find**.

Ideal for KYC/KYB, due diligence, compliance, lead enrichment and feeding company
data to AI agents.

### ✨ Why this Actor

- 🇪🇪 **Full Äriregister profile** — identity, VAT, representation, shareholders,
  UBOs, activities, annual reports and documents in one structured object.
- 💸 **Pay only for the companies you get** — unresolved codes are skipped and never
  billed. Misses are free; no empty, billable rows.
- 🔑 **No API key or account** — extraction runs on the Neuralverge backend.
- ⚡ **Real-time & structured** — fresh data each run and one predictable JSON schema,
  ready for a spreadsheet, database, CRM or AI pipeline.

### 🔧 How it works

1. **Provide an Estonian registry code** (e.g. `11995440`) — or an advanced full
   Äriregister profile URL.
2. **Run the Actor.** The heavy lifting — fetching and AI-structuring the profile —
   happens on the Neuralverge backend.
3. **Get one dataset row per company** — the source `url`, the extraction `settings`
   (including the JSON schema) and the structured `machine` object. Export to CSV,
   JSON or Excel, or pull it over the Apify API.

If the company can't be resolved, it's logged and **skipped without charge**.

### Input

One company per run.

| Field | Type | Notes |
|---|---|---|
| `companyNumber` | string | The Estonian registry code (registrikood), e.g. `11995440`. |
| `companyUrl` | string | Advanced: a full Äriregister profile URL to use instead of the code. |

```json
{
  "companyNumber": "11995440"
}
````

### What you'll receive

Each dataset row mirrors the Neuralverge system output and has three top-level blocks:

- **`url`** — the Äriregister profile URL that was scraped.
- **`settings`** — the extraction settings, including the full JSON schema used, at
  `settings.extract_schema_json`.
- **`machine`** — the structured result with these sections: `general_information`
  (company\_name, registry\_code, legal\_form, status, address), `vat_information`,
  `right_of_representation`, `contacts`, `shareholders`, `tax_information`,
  `areas_of_activity`, `annual_reports`, `beneficial_owners`, `articles_of_association`,
  `registry_card`, `general_and_personal_data`, `procedure_information`, `documents`.

> **Nulls & empty sections are normal.** Only data present on the profile is filled —
> e.g. `tax_information` and some `document_url` values can be `null`. Contact emails on
> Äriregister are often published behind Cloudflare email protection, so `contacts` may
> carry an obfuscated value.

#### Example output (real run)

A real dataset row from `https://ariregister.rik.ee/eng/company/11995440`, shown **in full** —
including the complete extraction **schema** (`settings.extract_schema_json`) and the full
**machine-readable result** (`machine`). The `human` markdown summary is produced by the
system but omitted from the dataset.

```json
{
  "url": "https://ariregister.rik.ee/eng/company/11995440",
  "settings": {
    "has_schema": true,
    "country_code": "us",
    "extract_schema_json": {
      "type": "object",
      "description": "Schema for extracting data from an Ariregister profile.",
      "properties": {
        "general_information": {
          "type": "object",
          "description": "General information about the entity.",
          "properties": {
            "company_name": {
              "type": "string",
              "description": "The legal name of the company."
            },
            "registry_code": {
              "type": "string",
              "description": "The unique registry code."
            },
            "legal_form": {
              "type": "string",
              "description": "The legal form of the entity (e.g., OÜ, AS)."
            },
            "status": {
              "type": "string",
              "description": "Current legal status (e.g., Registered, In liquidation)."
            },
            "address": {
              "type": "string",
              "description": "The registered legal address."
            }
          }
        },
        "vat_information": {
          "type": "object",
          "description": "Value Added Tax (VAT) information.",
          "properties": {
            "vat_number": {
              "type": "string",
              "description": "The VAT identification number (KMKR number)."
            },
            "registration_date": {
              "type": "string",
              "description": "The date of VAT registration."
            }
          }
        },
        "right_of_representation": {
          "type": "array",
          "description": "List of individuals with the right to represent the company.",
          "items": {
            "type": "object",
            "properties": {
              "name": {
                "type": "string",
                "description": "Full name of the representative."
              },
              "personal_code": {
                "type": "string",
                "description": "Personal identification code of the representative."
              },
              "role": {
                "type": "string",
                "description": "Role or title (e.g., Member of the Management Board)."
              }
            }
          }
        },
        "contacts": {
          "type": "array",
          "description": "Contact information for the entity.",
          "items": {
            "type": "object",
            "properties": {
              "type": {
                "type": "string",
                "description": "Type of contact (e.g., Phone, E-mail, Website)."
              },
              "value": {
                "type": "string",
                "description": "The contact detail itself."
              }
            }
          }
        },
        "shareholders": {
          "type": "array",
          "description": "List of shareholders.",
          "items": {
            "type": "object",
            "properties": {
              "name": {
                "type": "string",
                "description": "Name of the shareholder (person or company)."
              },
              "identifier": {
                "type": "string",
                "description": "Personal code or registry code of the shareholder."
              },
              "stake_percentage": {
                "type": "number",
                "description": "Percentage of ownership."
              }
            }
          }
        },
        "tax_information": {
          "type": "object",
          "description": "Information regarding taxes, such as debts.",
          "properties": {
            "tax_debt_status": {
              "type": "string",
              "description": "Status of tax debts (e.g., 'No debts', amount of debt)."
            },
            "last_checked_date": {
              "type": "string",
              "description": "The date when the tax information was last verified."
            }
          }
        },
        "areas_of_activity": {
          "type": "array",
          "description": "Registered areas of business activity (EMTAK/NACE codes).",
          "items": {
            "type": "object",
            "properties": {
              "code": {
                "type": "string",
                "description": "The EMTAK/NACE code."
              },
              "description": {
                "type": "string",
                "description": "The description of the activity."
              },
              "is_primary": {
                "type": "boolean",
                "description": "Indicates if this is the primary area of activity."
              }
            }
          }
        },
        "annual_reports": {
          "type": "array",
          "description": "List of submitted annual reports.",
          "items": {
            "type": "object",
            "properties": {
              "period": {
                "type": "string",
                "description": "The financial period the report covers (e.g., '01.01.2022 - 31.12.2022')."
              },
              "submitted_date": {
                "type": "string",
                "description": "The date the report was submitted."
              },
              "document_url": {
                "type": "string",
                "description": "URL to the report document."
              }
            }
          }
        },
        "beneficial_owners": {
          "type": "array",
          "description": "List of ultimate beneficial owners (UBOs).",
          "items": {
            "type": "object",
            "properties": {
              "name": {
                "type": "string",
                "description": "Full name of the beneficial owner."
              },
              "personal_code": {
                "type": "string",
                "description": "Personal identification code of the owner."
              },
              "country_of_residence": {
                "type": "string",
                "description": "The owner's country of residence."
              }
            }
          }
        },
        "articles_of_association": {
          "type": "object",
          "description": "Information about the articles of association document.",
          "properties": {
            "effective_date": {
              "type": "string",
              "description": "The date the current articles of association became effective."
            },
            "document_url": {
              "type": "string",
              "description": "URL to the document."
            }
          }
        },
        "registry_card": {
          "type": "object",
          "description": "Details from the registry card.",
          "properties": {
            "card_url": {
              "type": "string",
              "description": "URL to the registry card document."
            },
            "last_entry_date": {
              "type": "string",
              "description": "Date of the last entry or update on the card."
            }
          }
        },
        "general_and_personal_data": {
          "type": "object",
          "description": "Additional general and personal data.",
          "properties": {
            "share_capital": {
              "type": "string",
              "description": "The amount of share capital."
            },
            "financial_year": {
              "type": "string",
              "description": "The financial year period (e.g., '01.01 - 31.12')."
            }
          }
        },
        "procedure_information": {
          "type": "array",
          "description": "Information about official procedures and entries.",
          "items": {
            "type": "object",
            "properties": {
              "entry_number": {
                "type": "string",
                "description": "The number of the registry entry."
              },
              "entry_date": {
                "type": "string",
                "description": "The date of the entry."
              },
              "description": {
                "type": "string",
                "description": "A description of the procedure or entry."
              }
            }
          }
        },
        "documents": {
          "type": "array",
          "description": "A list of other relevant documents.",
          "items": {
            "type": "object",
            "properties": {
              "title": {
                "type": "string",
                "description": "The title of the document."
              },
              "date": {
                "type": "string",
                "description": "The date associated with the document."
              },
              "url": {
                "type": "string",
                "description": "A direct URL to the document file."
              }
            }
          }
        }
      },
      "required": [
        "general_information"
      ]
    }
  },
  "machine": {
    "general_information": {
      "company_name": "Digital Revolution OÜ",
      "registry_code": "11995440",
      "legal_form": "Private limited company",
      "status": "Entered into the register",
      "address": "Harju maakond, Tallinn, Haabersti linnaosa, Paldiski mnt 227-105, 13520"
    },
    "vat_information": {
      "vat_number": "EE101397641",
      "registration_date": "01.10.2010"
    },
    "right_of_representation": [
      {
        "name": "Iris Rõngelep",
        "personal_code": "47503050311",
        "role": "Management board member"
      }
    ],
    "contacts": [
      {
        "type": "E-mail address",
        "value": "[[email protected]](/cdn-cgi/l/email-protection)"
      }
    ],
    "shareholders": [
      {
        "name": "OÜ Justkull",
        "identifier": "11059321",
        "stake_percentage": 100
      }
    ],
    "tax_information": null,
    "areas_of_activity": [
      {
        "code": "64201",
        "description": "Activities of holding companies",
        "is_primary": true
      }
    ],
    "annual_reports": [
      {
        "period": "01.01.2025 - 31.12.2025",
        "submitted_date": "27.06.2026",
        "document_url": "https://ariregister.rik.ee/eng/company/11995440/file/9014311788?document_type=ddoc"
      },
      {
        "period": "01.01.2024 - 31.12.2024",
        "submitted_date": "28.06.2025",
        "document_url": "https://ariregister.rik.ee/eng/company/11995440/file/9013098123?document_type=ddoc"
      },
      {
        "period": "01.01.2023 - 31.12.2023",
        "submitted_date": "09.08.2024",
        "document_url": "https://ariregister.rik.ee/eng/company/11995440/file/9011968181?document_type=ddoc"
      },
      {
        "period": "01.01.2022 - 31.12.2022",
        "submitted_date": "09.08.2024",
        "document_url": "https://ariregister.rik.ee/eng/company/11995440/file/9011968162?document_type=ddoc"
      },
      {
        "period": "01.01.2021 - 31.12.2021",
        "submitted_date": "09.08.2024",
        "document_url": "https://ariregister.rik.ee/eng/company/11995440/file/9011968137?document_type=ddoc"
      },
      {
        "period": "01.01.2020 - 31.12.2020",
        "submitted_date": "09.08.2024",
        "document_url": "https://ariregister.rik.ee/eng/company/11995440/file/9011968053?document_type=ddoc"
      },
      {
        "period": "01.01.2019 - 31.12.2019",
        "submitted_date": "06.09.2020",
        "document_url": "https://ariregister.rik.ee/eng/company/11995440/file/9007208002?document_type=ddoc"
      },
      {
        "period": "01.01.2018 - 31.12.2018",
        "submitted_date": "17.09.2019",
        "document_url": "https://ariregister.rik.ee/eng/company/11995440/file/9006435424?document_type=ddoc"
      },
      {
        "period": "01.01.2017 - 31.12.2017",
        "submitted_date": "11.06.2018",
        "document_url": "https://ariregister.rik.ee/eng/company/11995440/file/9005218266?document_type=ddoc"
      },
      {
        "period": "01.01.2016 - 31.12.2016",
        "submitted_date": "10.11.2017",
        "document_url": "https://ariregister.rik.ee/eng/company/11995440/file/9004722038?document_type=ddoc"
      },
      {
        "period": "01.01.2016 - 31.12.2016",
        "submitted_date": "03.08.2017",
        "document_url": "https://ariregister.rik.ee/eng/company/11995440/file/9004543771?document_type=ddoc"
      },
      {
        "period": "01.01.2015 - 31.12.2015",
        "submitted_date": "03.08.2017",
        "document_url": "https://ariregister.rik.ee/eng/company/11995440/file/9004543712?document_type=ddoc"
      },
      {
        "period": "01.01.2014 - 31.12.2014",
        "submitted_date": "30.06.2015",
        "document_url": "https://ariregister.rik.ee/eng/company/11995440/file/9002717778?document_type=ddoc"
      },
      {
        "period": "01.01.2013 - 31.12.2013",
        "submitted_date": "27.06.2014",
        "document_url": "https://ariregister.rik.ee/eng/company/11995440/file/9001720109?document_type=ddoc"
      },
      {
        "period": "01.01.2012 - 31.12.2012",
        "submitted_date": "19.08.2013",
        "document_url": "https://ariregister.rik.ee/eng/company/11995440/file/9001150640?document_type=ddoc"
      },
      {
        "period": "01.01.2011 - 31.12.2011",
        "submitted_date": "26.06.2012",
        "document_url": null
      }
    ],
    "beneficial_owners": [
      {
        "name": "Erko Kundla",
        "personal_code": "36612030253",
        "country_of_residence": "Estonia"
      }
    ],
    "articles_of_association": {
      "effective_date": "25.10.2017",
      "document_url": null
    },
    "registry_card": {
      "card_url": null,
      "last_entry_date": "21.09.2010"
    },
    "general_and_personal_data": {
      "share_capital": "5 000 €",
      "financial_year": "01.01 - 31.12"
    },
    "procedure_information": [
      {
        "entry_number": null,
        "entry_date": "21.09.2010",
        "description": "Entered into the register"
      }
    ],
    "documents": [
      {
        "title": "Articles of association",
        "date": "25.10.2017",
        "url": "https://ariregister.rik.ee/eng/company/11995440/file/9004722038?document_type=ddoc"
      },
      {
        "title": "Articles of association",
        "date": "21.09.2010",
        "url": "https://ariregister.rik.ee/eng/company/11995440/file/9004543771?document_type=ddoc"
      }
    ]
  }
}
```

> Genuine output from a live run — Digital Revolution OÜ, with 16 annual reports, one
> shareholder, one representative and one beneficial owner resolved.

### Pricing

Pay per result — **$0.005 per company** ($5 per 1,000) returned to the dataset. **You
pay only for rows returned — misses are free.**

| Event | Price |
|---|---|
| Actor start | Free |
| Company returned (per dataset row) | **$0.005** |

Registry codes that can't be resolved are **not billed**. Pricing is on top of your
Apify platform usage.

### Integrations & API

Results are stored in a standard Apify dataset — export as CSV, JSON, XML or Excel,
or fetch on demand through the [Apify API](https://docs.apify.com/api). The Actor
also plugs into Apify's integrations (Make, Zapier, n8n, webhooks) and can be called
from any [MCP](https://mcp.apify.com/) client.

### FAQ

**Do I need an account or API key?** No. Extraction runs on the Neuralverge backend.

**What identifier do I use?** The Estonian registry code (registrikood) — an 8-digit
number like `11995440`. You can also pass a full Äriregister profile URL.

**Am I charged if a company isn't found?** No. You're billed only for rows returned
to the dataset.

***

**Disclaimer:** This Actor is an independent tool and is not affiliated with, endorsed
by, or sponsored by the Republic of Estonia or the Centre of Registers and Information
Systems (RIK). Data originates from the public Äriregister.

# Actor input Schema

## `companyNumber` (type: `string`):

The Estonian registry code (registrikood) to look up, e.g. 11995440.

## `companyUrl` (type: `string`):

Optional. A full Äriregister company URL to use instead of the registry code, e.g. https://ariregister.rik.ee/eng/company/11995440.

## Actor input object example

```json
{
  "companyNumber": "11995440"
}
```

# Actor output Schema

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

Structured Äriregister company data (identity, VAT, representation, shareholders, beneficial owners, reports), one row per matched company.

# 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 = {
    "companyNumber": "11995440"
};

// Run the Actor and wait for it to finish
const run = await client.actor("neuralverge/neuralverge-ariregister-company").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 = { "companyNumber": "11995440" }

# Run the Actor and wait for it to finish
run = client.actor("neuralverge/neuralverge-ariregister-company").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 '{
  "companyNumber": "11995440"
}' |
apify call neuralverge/neuralverge-ariregister-company --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Estonia Business Register Scraper — Äriregister Company Data",
        "description": "Scrape any Estonian Äriregister company by registry code — legal name, status, VAT/KMKR, board & representation, shareholders, beneficial owners and annual reports. No API key. Structured JSON for KYB & due diligence. Pay only for matches — misses are free.",
        "version": "0.1",
        "x-build-id": "JhlxOeJZZMwWjb603"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/neuralverge~neuralverge-ariregister-company/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-neuralverge-neuralverge-ariregister-company",
                "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/neuralverge~neuralverge-ariregister-company/runs": {
            "post": {
                "operationId": "runs-sync-neuralverge-neuralverge-ariregister-company",
                "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/neuralverge~neuralverge-ariregister-company/run-sync": {
            "post": {
                "operationId": "run-sync-neuralverge-neuralverge-ariregister-company",
                "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": {
                    "companyNumber": {
                        "title": "Registry code",
                        "type": "string",
                        "description": "The Estonian registry code (registrikood) to look up, e.g. 11995440."
                    },
                    "companyUrl": {
                        "title": "Company profile URL (advanced)",
                        "type": "string",
                        "description": "Optional. A full Äriregister company URL to use instead of the registry code, e.g. https://ariregister.rik.ee/eng/company/11995440."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
