# Allegro Photos, Descriptions & Specs by EAN (`klevio/allegro-description-photo-parameters`) Actor

Bulk Allegro.pl product-content scraper by EAN/GTIN: product photos (full resolution, optional file download), description (HTML/plain text) and parameters. Up to 1000 EANs per run. 🇵🇱 Zdjęcia, opisy i parametry produktów z Allegro po kodzie EAN. By Klevio.

- **URL**: https://apify.com/klevio/allegro-description-photo-parameters.md
- **Developed by:** [Klevio](https://apify.com/klevio) (community)
- **Categories:** E-commerce, SEO tools, MCP servers
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $41.00 / 1,000 product content resolveds

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 web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
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

## Allegro Product Content by EAN — Photos, Description & Parameters

> 🇵🇱 Polski poniżej · 🇬🇧 English below

---

### 🇵🇱 Po polsku

Masowy scraper **treści produktowych** z Allegro.pl. Wklejasz kody **EAN/GTIN**, a dla każdego aktor znajduje produkt na allegro.pl i zwraca:

- **Zdjęcia** — galeria produktu w pełnej rozdzielczości (`a.allegroimg.com/original/…`). Ustaw, **ile zdjęć** chcesz (`maxImages`).
- **Opis** — pełny **HTML** (nagłówki, pogrubienia, tabele, obrazki) albo **czysty tekst** (`descriptionFormat`). Można wyłączyć (`fetchDescription`).
- **Parametry** — karta specyfikacji jako mapa `klucz → wartość` (np. `{"Marka":"Blaupunkt","Przekątna ekranu":"43\""}`). Domyślnie włączone (`fetchParameters`).

Do **1000 EAN-ów na run**.

#### Opcje

- **Wybór produktu** (`productSelection`) — gdy jeden EAN pasuje do kilku kart: `relevance` (najlepsza trafność, domyślnie) lub `popularity` (najpopularniejszy; gdy Allegro nie udostępnia sygnału — powrót do trafności).
- **Ile zdjęć** (`maxImages`) — domyślnie 3. Pierwsze 3 są w cenie bazowej, każde kolejne jest dodatkowo płatne (na planach płatnych Apify — gratis). Ustaw `1`, by pobrać tylko zdjęcie główne.
- **Pobieranie plików zdjęć** (`downloadImages`, opcjonalne) — pobiera pliki do magazynu Key-Value Store tego runu i dodaje link `file` obok `originalUrl`.
  - ⚠️ Pliki w KV są dostępne **~7 dni** (okno retencji datasetu) — pobierz je u siebie w tym czasie.
  - **`originalUrl` (CDN Allegro) zwracamy ZAWSZE** i nie wygasa — powiązanie zdjęcie↔produkt zostaje na zawsze, a pliki możesz odtworzyć w każdej chwili.

#### Jak to działa

1. **Dopasowanie** EAN → strona produktu przez wyszukiwarkę Allegro (Bright Data Web Unlocker, który przechodzi DataDome na `/listing`). Cache 24h pomija ten krok przy powtórkach.
2. **Pobranie** strony `/produkt/<uuid>` przez Bright Data Scraping Browser (świeże IP per EAN).
3. **Ekstrakcja** nazwy, marki, kategorii, galerii, opisu i parametrów z osadzonego stanu strony.

Infrastruktura scrapująca jest **wliczona** — zostaw `brightDataWssUrl` puste, chyba że masz własne konto Bright Data.

#### Cennik (pay-per-event, taniej na planach płatnych)

| Zdarzenie | Kiedy | Cena (plan Free) |
|---|---|---|
| Start aktora | raz na run | $0,50 |
| Treść produktu | per dopasowany EAN — opis + parametry + **3 pierwsze zdjęcia** | $0,045 |
| Dodatkowe zdjęcie (URL) | każde zdjęcie **powyżej 3** | $0,004 |
| Pobrany plik zdjęcia | każdy pobrany plik **powyżej 3** (gdy `downloadImages`) | $0,01 |
| EAN bez dopasowania | gdy kod nie pasuje do żadnego produktu | $0,02 |

Plany płatne Apify (Starter / Scale / Business) mają niższe stawki, a dodatkowe zdjęcia (URL) są na nich **gratis**.

---

### 🇬🇧 In English

Bulk Allegro.pl **product-content** scraper. Feed it **EAN/GTIN** codes; for each one it finds the product on allegro.pl and returns:

- **Photos** — the gallery in full resolution (`a.allegroimg.com/original/…`). Choose **how many** photos (`maxImages`).
- **Description** — full **HTML** (headings, bold, tables, embedded images) or **clean plain text** (`descriptionFormat`). Toggle off with `fetchDescription`.
- **Parameters** — the spec sheet as a flat `key → value` map (e.g. `{"Marka":"Blaupunkt","Przekątna ekranu":"43\""}`). On by default (`fetchParameters`).

Up to **1000 EANs per run**.

#### Options

- **Product selection** (`productSelection`) — when one EAN matches several products: `relevance` (Allegro's top result, default) or `popularity` (strongest popularity signal; falls back to relevance when Allegro exposes none).
- **How many photos** (`maxImages`) — default 3. The first 3 are included in the base price; each photo beyond is billed (free on paid Apify plans). Set `1` for the main image only.
- **Download photo files** (`downloadImages`, optional) — downloads the files into this run's Key-Value Store and adds a `file` link next to each `originalUrl`.
  - ⚠️ KV files live for **~7 days** (dataset retention window) — download them on your side within that time.
  - **`originalUrl` (Allegro CDN) is always returned** and never expires — the photo↔product link is permanent and you can re-fetch the files anytime.

#### How it works

1. **Resolve** each EAN → product page via Allegro search (Bright Data Web Unlocker, clearing DataDome on `/listing`). A 24h cache skips this on repeats.
2. **Fetch** the `/produkt/<uuid>` page through the Bright Data Scraping Browser (fresh exit IP per EAN).
3. **Extract** name, brand, category, gallery, description and parameters from Allegro's embedded page state.

Scraping infrastructure is **included** — leave `brightDataWssUrl` empty unless you bring your own Bright Data account.

#### Pricing (pay-per-event, cheaper on paid plans)

| Event | When | Price (Free plan) |
|---|---|---|
| Actor start | once per run | $0.50 |
| Product content resolved | per matched EAN — description + parameters + **first 3 photos** | $0.045 |
| Extra image (URL) | each photo **beyond 3** | $0.004 |
| Image downloaded | each downloaded file **beyond 3** (when `downloadImages`) | $0.01 |
| EAN not found | when a code matches no product | $0.02 |

Paid Apify plans (Starter / Scale / Business) get lower rates, and extra image URLs are **free** on them.

#### Output (one row per EAN)

```json
{
  "ean": "8594213441559",
  "found": true,
  "productId": "…-uuid",
  "productName": "Blaupunkt 43QLW6000S QLED Smart TV 4K UHD WebOS",
  "brand": "Blaupunkt",
  "productUrl": "https://allegro.pl/produkt/…",
  "categoryPath": "Allegro > Elektronika > … > Telewizory",
  "mainImage": "https://a.allegroimg.com/original/…",
  "images": ["https://a.allegroimg.com/original/…", "…"],
  "imageCount": 3,
  "imageFiles": [
    { "originalUrl": "https://a.allegroimg.com/original/…", "file": "https://api.apify.com/v2/key-value-stores/…/img-…-1.jpg" }
  ],
  "description": "<h1>…</h1><p>…</p>",
  "descriptionFormat": "html",
  "parameters": { "Marka": "Blaupunkt", "Model": "43QLW6000S", "…": "…" },
  "parameterCount": 45,
  "scrapedAt": "2026-…"
}
````

`imageFiles` is present only with `downloadImages: true`. EANs with no Allegro match return `{ "found": false, "error": "…" }`.

#### Notes

- Returns **consumer (allegro.pl)** product content; prices not included — see *Allegro EAN Price Tracker* for multi-seller pricing.
- Parameters come from the product page as Allegro presents them; some entries are offer-level (e.g. "Faktura", "Stan opakowania") alongside the technical spec.

***

Built by [Klevio](https://klevio.pl) · custom scraper? **support@klevio.pl**

# Actor input Schema

## `eans` (type: `array`):

Kody EAN/GTIN produktów. Max 1000 na run, jeden kod per linia. Dla każdego kodu aktor znajduje produkt na allegro.pl i zwraca jego zdjęcia, opis oraz parametry.

## `productSelection` (type: `string`):

Jak rozstrzygać, gdy jeden kod EAN pasuje do kilku kart produktu. 'Trafność' = pierwszy wynik wyszukiwarki Allegro (domyślnie). 'Popularność' = karta z najsilniejszym sygnałem popularności (oceny/opinie), a gdy Allegro go nie udostępnia — automatyczny powrót do trafności.

## `maxImages` (type: `integer`):

Maksymalna liczba zdjęć produktu (pierwsze = główne). PIERWSZE 3 ZDJĘCIA SĄ W CENIE BAZOWEJ; każde kolejne (4., 5., …) jest dodatkowo płatne (dla planów płatnych Apify — gratis). Ustaw 1, aby pobrać tylko zdjęcie główne.

## `fetchDescription` (type: `boolean`):

Jeśli WŁĄCZONE — aktor zwraca opis produktu (w cenie bazowej). Format (HTML / czysty tekst) ustawiasz poniżej.

## `descriptionFormat` (type: `string`):

'HTML' = pełny HTML opisu (nagłówki, pogrubienia, tabele, obrazki osadzone w opisie). 'Czysty tekst' = sam tekst bez znaczników i obrazków. Działa tylko gdy 'Pobieraj opis produktu' jest włączone.

## `fetchParameters` (type: `boolean`):

Jeśli WŁĄCZONE — aktor zwraca parametry produktu jako pary klucz→wartość (np. {"Marka":"Blaupunkt","Przekątna ekranu":"43""}). W cenie bazowej (ten sam fetch strony). Domyślnie WŁĄCZONE.

## `downloadImages` (type: `boolean`):

Jeśli WŁĄCZONE — aktor pobiera pliki zdjęć do magazynu Key-Value Store tego runu i dodaje link 'file' obok 'originalUrl'. UWAGA: pliki są dostępne ~7 dni (okno retencji datasetu) — pobierz je u siebie w tym czasie. Oryginalne URL-e Allegro (originalUrl) zwracamy ZAWSZE i nie wygasają. Każde pobrane zdjęcie powyżej pierwszych 3 jest dodatkowo płatne (dla planów płatnych Apify — taniej). Domyślnie WYŁĄCZONE (zwracamy same URL-e).

## `brightDataWssUrl` (type: `string`):

Zaawansowane / opcjonalne. Zostaw PUSTE — infrastruktura scrapująca jest wliczona w cenę aktora. Pole tylko dla użytkowników z własnym kontem Bright Data (format: wss://brd-customer-XXX-zone-YYY:PASSWORD@brd.superproxy.io:9222).

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

Liczba równoległych sesji browsera. Default 2 dla balansu szybkość/niezawodność.

## `minDelayMs` (type: `integer`):

Minimalne opóźnienie między żądaniami stron (bezpieczeństwo DataDome).

## `maxDelayMs` (type: `integer`):

Maksymalne opóźnienie; aktor losuje wartość między min a max.

## Actor input object example

```json
{
  "eans": [
    "8594213441559",
    "6939924828336"
  ],
  "productSelection": "relevance",
  "maxImages": 3,
  "fetchDescription": true,
  "descriptionFormat": "html",
  "fetchParameters": true,
  "downloadImages": false,
  "maxConcurrency": 2,
  "minDelayMs": 1500,
  "maxDelayMs": 4000
}
```

# Actor output Schema

## `products` (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 = {
    "eans": [
        "8594213441559",
        "6939924828336"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("klevio/allegro-description-photo-parameters").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 = { "eans": [
        "8594213441559",
        "6939924828336",
    ] }

# Run the Actor and wait for it to finish
run = client.actor("klevio/allegro-description-photo-parameters").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 '{
  "eans": [
    "8594213441559",
    "6939924828336"
  ]
}' |
apify call klevio/allegro-description-photo-parameters --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=klevio/allegro-description-photo-parameters",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Allegro Photos, Descriptions & Specs by EAN",
        "description": "Bulk Allegro.pl product-content scraper by EAN/GTIN: product photos (full resolution, optional file download), description (HTML/plain text) and parameters. Up to 1000 EANs per run. 🇵🇱 Zdjęcia, opisy i parametry produktów z Allegro po kodzie EAN. By Klevio.",
        "version": "1.0",
        "x-build-id": "ArG9wxG6QLqg23y7u"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/klevio~allegro-description-photo-parameters/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-klevio-allegro-description-photo-parameters",
                "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/klevio~allegro-description-photo-parameters/runs": {
            "post": {
                "operationId": "runs-sync-klevio-allegro-description-photo-parameters",
                "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/klevio~allegro-description-photo-parameters/run-sync": {
            "post": {
                "operationId": "run-sync-klevio-allegro-description-photo-parameters",
                "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": [
                    "eans"
                ],
                "properties": {
                    "eans": {
                        "title": "Lista EAN-ów / GTIN",
                        "type": "array",
                        "description": "Kody EAN/GTIN produktów. Max 1000 na run, jeden kod per linia. Dla każdego kodu aktor znajduje produkt na allegro.pl i zwraca jego zdjęcia, opis oraz parametry.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "productSelection": {
                        "title": "Wybór produktu (gdy EAN pasuje do kilku)",
                        "enum": [
                            "relevance",
                            "popularity"
                        ],
                        "type": "string",
                        "description": "Jak rozstrzygać, gdy jeden kod EAN pasuje do kilku kart produktu. 'Trafność' = pierwszy wynik wyszukiwarki Allegro (domyślnie). 'Popularność' = karta z najsilniejszym sygnałem popularności (oceny/opinie), a gdy Allegro go nie udostępnia — automatyczny powrót do trafności.",
                        "default": "relevance"
                    },
                    "maxImages": {
                        "title": "Ile zdjęć pobrać",
                        "minimum": 1,
                        "maximum": 50,
                        "type": "integer",
                        "description": "Maksymalna liczba zdjęć produktu (pierwsze = główne). PIERWSZE 3 ZDJĘCIA SĄ W CENIE BAZOWEJ; każde kolejne (4., 5., …) jest dodatkowo płatne (dla planów płatnych Apify — gratis). Ustaw 1, aby pobrać tylko zdjęcie główne.",
                        "default": 3
                    },
                    "fetchDescription": {
                        "title": "Pobieraj opis produktu",
                        "type": "boolean",
                        "description": "Jeśli WŁĄCZONE — aktor zwraca opis produktu (w cenie bazowej). Format (HTML / czysty tekst) ustawiasz poniżej.",
                        "default": true
                    },
                    "descriptionFormat": {
                        "title": "Format opisu",
                        "enum": [
                            "html",
                            "text"
                        ],
                        "type": "string",
                        "description": "'HTML' = pełny HTML opisu (nagłówki, pogrubienia, tabele, obrazki osadzone w opisie). 'Czysty tekst' = sam tekst bez znaczników i obrazków. Działa tylko gdy 'Pobieraj opis produktu' jest włączone.",
                        "default": "html"
                    },
                    "fetchParameters": {
                        "title": "Pobieraj parametry produktu",
                        "type": "boolean",
                        "description": "Jeśli WŁĄCZONE — aktor zwraca parametry produktu jako pary klucz→wartość (np. {\"Marka\":\"Blaupunkt\",\"Przekątna ekranu\":\"43\\\"\"}). W cenie bazowej (ten sam fetch strony). Domyślnie WŁĄCZONE.",
                        "default": true
                    },
                    "downloadImages": {
                        "title": "Pobieraj pliki zdjęć (opcjonalne, dodatkowo płatne)",
                        "type": "boolean",
                        "description": "Jeśli WŁĄCZONE — aktor pobiera pliki zdjęć do magazynu Key-Value Store tego runu i dodaje link 'file' obok 'originalUrl'. UWAGA: pliki są dostępne ~7 dni (okno retencji datasetu) — pobierz je u siebie w tym czasie. Oryginalne URL-e Allegro (originalUrl) zwracamy ZAWSZE i nie wygasają. Każde pobrane zdjęcie powyżej pierwszych 3 jest dodatkowo płatne (dla planów płatnych Apify — taniej). Domyślnie WYŁĄCZONE (zwracamy same URL-e).",
                        "default": false
                    },
                    "brightDataWssUrl": {
                        "title": "Bright Data Browser endpoint (zostaw PUSTE)",
                        "type": "string",
                        "description": "Zaawansowane / opcjonalne. Zostaw PUSTE — infrastruktura scrapująca jest wliczona w cenę aktora. Pole tylko dla użytkowników z własnym kontem Bright Data (format: wss://brd-customer-XXX-zone-YYY:PASSWORD@brd.superproxy.io:9222)."
                    },
                    "maxConcurrency": {
                        "title": "Równoległość",
                        "minimum": 1,
                        "maximum": 5,
                        "type": "integer",
                        "description": "Liczba równoległych sesji browsera. Default 2 dla balansu szybkość/niezawodność.",
                        "default": 2
                    },
                    "minDelayMs": {
                        "title": "Min delay (ms)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Minimalne opóźnienie między żądaniami stron (bezpieczeństwo DataDome).",
                        "default": 1500
                    },
                    "maxDelayMs": {
                        "title": "Max delay (ms)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maksymalne opóźnienie; aktor losuje wartość między min a max.",
                        "default": 4000
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
