# Senukai.lt API Scraper (`rl1987/senukai-api-scraper`) Actor

Scrape Senukai.lt product listings (PLP) and full product detail (PDP) directly from the Senukai mobile API — names, prices, discounts, EAN/GTIN, images and URLs.

- **URL**: https://apify.com/rl1987/senukai-api-scraper.md
- **Developed by:** [R.L.](https://apify.com/rl1987) (community)
- **Categories:** E-commerce
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.00 / 1,000 plp row (listing data)s

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

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

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

## Senukai.lt Scraper 🛒 — Scrape Senukai Products, Prices, EAN/GTIN & Images

**Senukai.lt Scraper** extracts product data from **Senukai.lt** — Lithuania's largest home,
garden and DIY retailer — at scale. It pulls **listings, full product detail, prices,
discounts, loyalty prices, EAN/GTIN barcodes, images and product URLs**, and exports them to
**JSON, CSV, Excel, or an API**. It talks to Senukai's own mobile API directly, so it's
**fast, reliable and complete** — no flaky HTML parsing and no headless browser.

Point it at a **category ID** or a **search query**, and get clean, structured Senukai product
data in seconds. Great for **price monitoring, competitor research, catalog building,
dropshipping and market analysis.**

---

### ✨ Why use this Senukai Scraper?

- 🟢 **No code required** — enter a search term or category ID, click **Start**, download data.
- ⚡ **Fast & accurate** — structured JSON straight from Senukai's mobile API, not rendered HTML.
- 🧾 **Rich data** — names, regular/loyalty prices, discounts, **EAN & GTIN barcodes**, images.
- 🔁 **Full pagination** — scrapes a whole category or search to your `maxItems` cap.
- 🛡️ **Cloudflare-ready** — Safari TLS impersonation plus proxy support get you through the WAF.
- 💸 **Transparent pay-per-result pricing** — pay only for the rows you get.
- 📤 **Export anywhere** — JSON, CSV, Excel, XML, or pull it live via the Apify API.

---

### 🎯 What can you do with Senukai product data?

- **Price monitoring & repricing** — track Senukai prices, discounts and loyalty prices over time.
- **Competitor & market analysis** — benchmark assortment, pricing and availability in Lithuania.
- **Catalog building & dropshipping** — import Senukai products (with EAN/GTIN) into your store.
- **Product matching** — join Senukai items to other retailers on EAN/GTIN barcodes.
- **Data science & trend research** — build datasets of the Lithuanian DIY/home market.

---

### 📥 What data does the Senukai Scraper extract?

**Listing (PLP) data** — product id, name, current price, regular price, discount, loyalty
(cashback) price and points, currency, online-sellable flag, images and product URL.

**Product detail (PDP) data** — everything above **plus** the full description, manufacturer
info, **EAN and GTIN barcodes**, and product specifications (attribute groups).

Each row is stamped with `source` and `scrapedAt`.

---

### 🚀 How to scrape Senukai.lt (3 steps)

1. **Add an input.** Enter a **search query** (e.g. `grąžtas`) *or* a numeric **category ID**.
2. **Pick your options** — turn on `includePdp` for full detail, set `maxItems`, choose a proxy.
3. **Run & export** — click **Start**, then download the dataset as JSON/CSV/Excel or via the API.

---

### ⚙️ Input

Provide **either** a `searchQuery` **or** a `categoryId`. Everything else is optional.

| Field | Type | Default | Description |
| --- | --- | --- | --- |
| `searchQuery` | string | – | Free-text Senukai search, e.g. `"grąžtas"`. |
| `categoryId` | integer | – | Numeric Senukai category ID (`f[category_id]` filter). |
| `includePdp` | boolean | `false` | Also fetch full PDP detail (description, EAN/GTIN, specs) per product. |
| `maxItems` | integer | `50` | Hard cap on products pushed to the dataset. |
| `perPage` | integer | `20` | Products per listing API page. |
| `proxyConfiguration` | object | Residential (LT) | Proxy settings — residential recommended (Cloudflare blocks datacenter IPs). |
| `proxyUrl` | string | – | Optional direct proxy URL; overrides `proxyConfiguration`. Read only at runtime, never stored. |

#### Example input

```jsonc
{
  "searchQuery": "grąžtas",
  "maxItems": 50,
  "includePdp": true,
  "perPage": 20,
  "proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"], "apifyProxyCountry": "LT" }
}
````

***

### 📤 Output

#### Listing (PLP) product

```jsonc
{
  "id": 1852461,
  "name": "Konstruktorius LEGO® „FIFA World Cup™“ oficiali taurė 43020, 2842 vnt.",
  "ycode": "Y00002102880",
  "price": 145.0,
  "regularPrice": 189.99,
  "currency": "EUR",
  "pricing": {
    "type": "loyalty", "regular": 189.99, "reduced": 145.0,
    "discount": "-24%", "discountedAmount": 44.99, "cashbackPointsEarned": 145
  },
  "isSellableOnline": true,
  "images": ["https://new.ksd-images.lt/display/aikido/store/….jpeg"],
  "imageUrl": "https://new.ksd-images.lt/display/aikido/store/….jpeg",
  "url": "https://www.senukai.lt/p/…/13pd9",
  "source": "senukai.lt",
  "isDetail": false,
  "scrapedAt": "2026-07-02T10:00:00+00:00"
}
```

#### Product detail (PDP) product — adds

```jsonc
{
  "description": "Sudėtingas LEGO rinkinys suaugusiems.",
  "manufacturerInfo": "LEGO System A/S",
  "ean": ["5702018069608"],
  "gtin": "2105098",
  "specifications": { "Detalių skaičius": "2842" },
  "isDetail": true
}
```

You can download the dataset in various formats such as **JSON, HTML, CSV, or Excel**.

***

### 🧾 Data table

| Field | Where | Description |
| --- | --- | --- |
| `id` | PLP+PDP | Senukai product id |
| `name` | PLP+PDP | Product name |
| `price` / `regularPrice` | PLP+PDP | Current (reduced/loyalty) price and regular price |
| `pricing` | PLP+PDP | Full pricing breakdown (discount, loyalty, cashback) |
| `currency` | PLP+PDP | Always `EUR` |
| `ean` / `gtin` | PDP | Barcodes for product matching |
| `images` / `imageUrl` | PLP+PDP | Product image URLs |
| `url` | PLP+PDP | Product page URL |
| `description` / `specifications` | PDP | Full copy and attribute specs |

***

### 💰 Pricing — pay per result

| You scrape | Price |
| --- | --- |
| **Listing (PLP) row** — name, price, discount, image, URL | **$1.00 per 1,000 rows** |
| **Product detail (PDP) row** — all PLP fields **plus** description, EAN/GTIN, specs | **$2.00 per 1,000 rows** |

You're billed as a **PDP row** whenever `includePdp` is on, otherwise as a **PLP row**. Set
`maxItems` to stay within budget. Apify platform usage (compute + proxy) is billed on top.

***

### 🔌 Use the Senukai Scraper via API

```bash
curl -X POST "https://api.apify.com/v2/acts/YOUR_USERNAME~senukai-api-scraper/run-sync-get-dataset-items?token=YOUR_API_TOKEN" \
  -H 'Content-Type: application/json' \
  -d '{ "searchQuery": "grąžtas", "maxItems": 50, "includePdp": true }'
```

Run it on a **schedule** (e.g. daily price checks) and integrate with **Make, Zapier, n8n,
Google Sheets** or webhooks — all from the Apify platform.

***

### ❓ FAQ

**Is it legal to scrape Senukai?**
Scraping publicly available data is generally permitted, but you are responsible for complying
with Senukai's Terms of Service and applicable laws (including copyright and data-protection
rules) in your jurisdiction. Use the data responsibly.

**Do I need a proxy?**
Yes, in practice. Senukai's API is fronted by Cloudflare and blocks datacenter/hosting IPs.
Use Apify **Residential** proxies (Lithuania works best), or paste a direct `proxyUrl`.

**Do I need a Senukai account?**
No. The actor creates an anonymous guest session automatically.

**How do I find a category ID?**
Use a `searchQuery` if you don't have one. Category IDs come from the app/site navigation
(the `f[category_id]` filter value).

**How do I export the data?**
Download from the dataset as **JSON, CSV, Excel, or XML**, or fetch it through the API.

***

### 🛠️ How it works

The scraper talks to Senukai's own mobile API (`mobile-api.senukai.lt`) — the same endpoints
that power the Senukai app. It creates an anonymous **guest session**, then paginates the
**product listing** endpoint for a category or search, and optionally fetches the **product
detail** endpoint per product. It uses **curl\_cffi Safari TLS impersonation** plus a proxy to
pass Cloudflare, and stays polite with a small delay between calls.

***

*Not affiliated with, endorsed by, or sponsored by Senukai / Kesko Senukai. "Senukai" and
related marks are trademarks of their respective owners and are used here for descriptive
purposes only.*

# Actor input Schema

## `searchQuery` (type: `string`):

Free-text search on Senukai.lt (e.g. "grąžtas", "gręžtuvas"). Products are paginated through fully via the mobile search API. Provide EITHER a searchQuery or a categoryId. Uses the app's real search endpoint (suggest.json) and returns the top products that actually match the query, ranked by relevance (the mobile search returns up to ~10 matches).

## `categoryId` (type: `string`):

Pick a product category to browse (the dropdown shows the Senukai catalogue tree as ‘Department › Subcategory’). Selecting a parent department includes all products beneath it. Provide EITHER a Category or a Search keyword. (Advanced: you can also type a raw category id.)

## `includePdp` (type: `boolean`):

For every product found on the listing, also fetch the full product-detail page — description, manufacturer info, EAN/GTIN and specifications. Slower: one extra API call per product.

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

Hard cap on how many products to push to the dataset.

## `perPage` (type: `integer`):

Products requested per listing API page.

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

Proxy settings. Senukai is fronted by Cloudflare and blocks datacenter IPs — RESIDENTIAL proxies (ideally Lithuania) are strongly recommended. You may instead paste a direct proxy URL below.

## `proxyUrl` (type: `string`):

Optional single proxy URL (e.g. http://user:pass@host:port) to use instead of the proxy picker above. Takes precedence over proxyConfiguration when set. Not stored — read only at runtime.

## Actor input object example

```json
{
  "searchQuery": "grąžtas",
  "includePdp": false,
  "maxItems": 50,
  "perPage": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "LT"
  }
}
```

# Actor output Schema

## `results` (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 = {
    "searchQuery": "grąžtas"
};

// Run the Actor and wait for it to finish
const run = await client.actor("rl1987/senukai-api-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 = { "searchQuery": "grąžtas" }

# Run the Actor and wait for it to finish
run = client.actor("rl1987/senukai-api-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 '{
  "searchQuery": "grąžtas"
}' |
apify call rl1987/senukai-api-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Senukai.lt API Scraper",
        "description": "Scrape Senukai.lt product listings (PLP) and full product detail (PDP) directly from the Senukai mobile API — names, prices, discounts, EAN/GTIN, images and URLs.",
        "version": "0.1",
        "x-build-id": "x9zDQD8YUFIdATXY2"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/rl1987~senukai-api-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-rl1987-senukai-api-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/rl1987~senukai-api-scraper/runs": {
            "post": {
                "operationId": "runs-sync-rl1987-senukai-api-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/rl1987~senukai-api-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-rl1987-senukai-api-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "searchQuery": {
                        "title": "Search query",
                        "type": "string",
                        "description": "Free-text search on Senukai.lt (e.g. \"grąžtas\", \"gręžtuvas\"). Products are paginated through fully via the mobile search API. Provide EITHER a searchQuery or a categoryId. Uses the app's real search endpoint (suggest.json) and returns the top products that actually match the query, ranked by relevance (the mobile search returns up to ~10 matches)."
                    },
                    "categoryId": {
                        "title": "Category",
                        "type": "string",
                        "description": "Pick a product category to browse (the dropdown shows the Senukai catalogue tree as ‘Department › Subcategory’). Selecting a parent department includes all products beneath it. Provide EITHER a Category or a Search keyword. (Advanced: you can also type a raw category id.)"
                    },
                    "includePdp": {
                        "title": "Fetch full product detail (PDP)",
                        "type": "boolean",
                        "description": "For every product found on the listing, also fetch the full product-detail page — description, manufacturer info, EAN/GTIN and specifications. Slower: one extra API call per product.",
                        "default": false
                    },
                    "maxItems": {
                        "title": "Max items",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Hard cap on how many products to push to the dataset.",
                        "default": 50
                    },
                    "perPage": {
                        "title": "Listing page size",
                        "minimum": 1,
                        "maximum": 100,
                        "type": "integer",
                        "description": "Products requested per listing API page.",
                        "default": 20
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Proxy settings. Senukai is fronted by Cloudflare and blocks datacenter IPs — RESIDENTIAL proxies (ideally Lithuania) are strongly recommended. You may instead paste a direct proxy URL below.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ],
                            "apifyProxyCountry": "LT"
                        }
                    },
                    "proxyUrl": {
                        "title": "Direct proxy URL (advanced)",
                        "type": "string",
                        "description": "Optional single proxy URL (e.g. http://user:pass@host:port) to use instead of the proxy picker above. Takes precedence over proxyConfiguration when set. Not stored — read only at runtime."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
