# Rakuten Japan Listings Scraper (`piotrv1001/rakuten-japan-listings-scraper`) Actor

The Rakuten Japan Listings Scraper extracts product listings from Rakuten — capturing names, JPY prices, review scores, shop info, shipping, Rakuten points, structured tags, and category breadcrumbs — ideal for Japanese marketplace research, price monitoring, and catalog building.

- **URL**: https://apify.com/piotrv1001/rakuten-japan-listings-scraper.md
- **Developed by:** [FalconScrape](https://apify.com/piotrv1001) (community)
- **Categories:** E-commerce, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.50 / 1,000 product listings

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

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

## What's an Apify Actor?

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

## How to integrate an Actor?

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

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

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

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

### 🇯🇵 Rakuten Japan (Ichiba) Listings Scraper

Scrape product listings from **Rakuten Ichiba (楽天市場)**, Japan's largest online marketplace. The **Rakuten Japan Listings Scraper** extracts structured product data — including JPY prices, review scores, shop info, shipping options, Rakuten loyalty points, attribute tags, and category breadcrumbs — straight from `search.rakuten.co.jp` and `item.rakuten.co.jp`. No browser, no proxy, no Rakuten API key required.

### ✨ Features

- 🏷️ **Rich product data**: 30+ fields per listing including price, review score, shop, shipping, Rakuten points, structured tags, and image CDN URLs.
- 🔍 **Multiple input modes**: keyword searches, genre browsing, in-shop catalogs, or direct product URLs.
- 🇯🇵 **Native Japanese support**: handles UTF-8 search results and EUC-JP product detail pages out of the box.
- ⚡ **Fast & efficient**: pure HTTP scraping via Cheerio — no browser overhead, validated to 20 parallel requests with no rate limits.
- 🌐 **Optional API mode**: provide a free Rakuten Webservice `applicationId` to switch to the official REST API for an extra-stable data contract.

### 🛠️ How It Works

1. **Enter search queries, genres, shop codes, or PDP URLs** in the Input tab.
2. **Toggle "Include product details"** to enrich each listing with description, breadcrumbs, and microdata price/availability from the product detail page.
3. **Run the scraper** – results stream into the Dataset as they're scraped.
4. **Export** as JSON, CSV, Excel, or HTML, or pull via the Apify API / integrations (Zapier, Make, Webhooks).

### 📥 Input

| Field | Type | Description |
|---|---|---|
| `searchQueries` | array | List of `{ keyword, genreId?, sort?, pages? }` objects. `sort` can be `default`, `price-asc`, `price-desc`, or `review`. |
| `genreIds` | string[] | Rakuten genre IDs to browse without a keyword (e.g. `560202` for smartphones). |
| `shopUrlCodes` | string[] | Rakuten shop URL slugs (e.g. `rakutenmobile-store`) to crawl an entire shop's catalog. |
| `pdpUrls` | string[] | Direct product detail page URLs in the form `https://item.rakuten.co.jp/{shopUrlCode}/{itemCode}/`. |
| `includeDetails` | boolean | If `true`, follow each search result to its product detail page for description, og:image, breadcrumbs, and microdata price/availability. Bills both PPE events per product (see Pricing). Default `false`. |
| `appKey` | string | *(Optional)* Rakuten Webservice `applicationId`. If provided, switches to the official IchibaItem/Search REST API path. |
| `maxItems` | integer | Global cap on total products pushed to the dataset across all queries / genres / shops / PDPs. Default `1000`. |
| `proxyConfiguration` | object | Apify Proxy settings. Typically not needed — Rakuten edges are permissive on datacenter IPs. |

Example minimal input:

```json
{
    "searchQueries": [
        { "keyword": "iphone", "pages": 5 },
        { "keyword": "ニンテンドースイッチ", "sort": "review" }
    ],
    "includeDetails": false,
    "maxItems": 500
}
````

### 📊 Sample Output Data

The scraper produces structured JSON, one record per product:

```json
[
    {
        "itemCode": "10001785",
        "shopUrlCode": "rakutenmobile-store",
        "shopId": 384677,
        "itemUniqueKey": "rakutenmobile-store:10001785",
        "url": "https://item.rakuten.co.jp/rakutenmobile-store/iphone-17/",
        "name": "Apple iPhone 17 SIMフリー 端末本体のみ",
        "subtitle": "楽天モバイル公式 スマホ",
        "brand": "Apple",
        "genreIdPath": ["0", "564500", "560202"],
        "price": 146800,
        "currency": "JPY",
        "rakutenPoints": 1334,
        "isSoldOut": false,
        "reviewScore": 4.5,
        "reviewCount": 16,
        "images": [
            "https://thumbnail.image.rakuten.co.jp/.../iphone-17.jpg?_ex=600x600"
        ],
        "shop": {
            "id": 384677,
            "urlCode": "rakutenmobile-store",
            "name": "楽天モバイル公式 楽天市場店"
        },
        "shipping": {
            "price": 0,
            "estimateDeliveryDay": "3日程度で商品を発送",
            "rsl": false
        },
        "tags": [
            { "id": 1002851, "name": "アップル", "groupName": "メーカー" },
            { "id": 1021164, "name": "SIMフリー", "groupName": "機能（SIMカード）" }
        ],
        "flags": { "shop39": true },
        "source": "search",
        "sourcePage": 1,
        "scrapedAt": "2026-05-10T12:34:56.000Z"
    }
]
```

When `includeDetails: true`, records also include `description`, `breadcrumbs`, and microdata-derived `availability` (`InStock` / `OutOfStock` / `PreOrder`).

### 💰 Pricing

This Actor uses **Pay Per Event** pricing — you pay only for products successfully scraped. No upfront platform-usage fees.

| Event | Price | When it fires |
|---|---|---|
| `product-listing` | **$1.50 per 1,000 results** ($0.0015 each) | Charged once per product extracted from a search results page (or via the official Rakuten API path). |
| `item-detail` | **$4.00 per 1,000 results** ($0.004 each) | Charged once per product detail page parsed — when `includeDetails: true` is set, or when you supply direct `pdpUrls`. |

#### How it adds up

| Scenario | Listing events | Detail events | Total cost |
|---|---|---|---|
| 1,000 products, listings only (`includeDetails: false`) | 1,000 × $0.0015 | — | **$1.50** |
| 1,000 products, with details (`includeDetails: true`) | 1,000 × $0.0015 | 1,000 × $0.004 | **$5.50** |
| 100 direct PDP URLs (`pdpUrls`) | — | 100 × $0.004 | **$0.40** |

Use `maxItems` to cap your spend per run, or set a **Max charge per run** in the Apify Console — the Actor stops issuing charges as soon as the limit is reached.

Optimize your Japanese e-commerce research with **Rakuten Japan Listings Scraper** today! 🚀

# Actor input Schema

## `searchQueries` (type: `array`):

List of keyword searches to crawl. Each entry is an object with 'keyword' (required), optional 'genreId' (Rakuten genre id, e.g. '560202' for smartphones), optional 'sort' ('default' | 'price-asc' | 'price-desc' | 'review'), and optional 'pages' (max search-result pages to crawl, capped at 150).

## `genreIds` (type: `array`):

Rakuten genre IDs to browse without a keyword. Each genre maps to a category page like https://search.rakuten.co.jp/search/mall//{genreId}/.

## `shopUrlCodes` (type: `array`):

Rakuten shop URL codes (the slug after item.rakuten.co.jp/, e.g. 'rakutenmobile-store'). Browses the shop's full catalog at https://search.rakuten.co.jp/search/inshop/{shopUrlCode}/.

## `pdpUrls` (type: `array`):

Direct product detail page URLs in the form https://item.rakuten.co.jp/{shopUrlCode}/{itemCode}/. Each URL is fetched and parsed for og: tags, microdata price/availability, and breadcrumb.

## `includeDetails` (type: `boolean`):

If enabled, every item found via search is followed to its product detail page (PDP) for additional fields (description, og:image, breadcrumbs, microdata price/availability). When enabled, each product is billed for both the 'product-listing' and 'item-detail' Pay-Per-Event charges. When disabled, only 'product-listing' is billed per product.

## `appKey` (type: `string`):

Optional Rakuten Webservice applicationId. When provided, the actor switches to the official IchibaItem/Search REST API instead of HTML scraping. Caps at 30 items × 100 pages = 3,000 items per query.

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

Global cap on the total number of products pushed to the dataset for this run, summed across all queries / genres / shops / direct PDPs. Useful to keep Pay-Per-Event spend predictable on broad searches (Rakuten can return up to ~6,750 items per keyword).

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

Proxy settings. Defaults to Apify Residential Proxy when running on the Apify platform — Rakuten's Akamai edge will 403 most datacenter IPs. Switch to DATACENTER for cheaper bandwidth if your testing shows it works for your queries, or disable proxy entirely for local development.

## Actor input object example

```json
{
  "searchQueries": [
    {
      "keyword": "iphone",
      "pages": 2
    }
  ],
  "genreIds": [],
  "shopUrlCodes": [],
  "pdpUrls": [],
  "includeDetails": false,
  "maxItems": 1000,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# 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 = {
    "searchQueries": [
        {
            "keyword": "iphone",
            "pages": 2
        }
    ],
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("piotrv1001/rakuten-japan-listings-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 = {
    "searchQueries": [{
            "keyword": "iphone",
            "pages": 2,
        }],
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("piotrv1001/rakuten-japan-listings-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 '{
  "searchQueries": [
    {
      "keyword": "iphone",
      "pages": 2
    }
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call piotrv1001/rakuten-japan-listings-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Rakuten Japan Listings Scraper",
        "description": "The Rakuten Japan Listings Scraper extracts product listings from Rakuten — capturing names, JPY prices, review scores, shop info, shipping, Rakuten points, structured tags, and category breadcrumbs — ideal for Japanese marketplace research, price monitoring, and catalog building.",
        "version": "0.1",
        "x-build-id": "MBHTBjgkxlTBPa7Kn"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/piotrv1001~rakuten-japan-listings-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-piotrv1001-rakuten-japan-listings-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/piotrv1001~rakuten-japan-listings-scraper/runs": {
            "post": {
                "operationId": "runs-sync-piotrv1001-rakuten-japan-listings-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/piotrv1001~rakuten-japan-listings-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-piotrv1001-rakuten-japan-listings-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": {
                    "searchQueries": {
                        "title": "Search queries",
                        "type": "array",
                        "description": "List of keyword searches to crawl. Each entry is an object with 'keyword' (required), optional 'genreId' (Rakuten genre id, e.g. '560202' for smartphones), optional 'sort' ('default' | 'price-asc' | 'price-desc' | 'review'), and optional 'pages' (max search-result pages to crawl, capped at 150).",
                        "default": []
                    },
                    "genreIds": {
                        "title": "Genre IDs (browse without keyword)",
                        "type": "array",
                        "description": "Rakuten genre IDs to browse without a keyword. Each genre maps to a category page like https://search.rakuten.co.jp/search/mall//{genreId}/.",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "shopUrlCodes": {
                        "title": "Shop URL codes",
                        "type": "array",
                        "description": "Rakuten shop URL codes (the slug after item.rakuten.co.jp/, e.g. 'rakutenmobile-store'). Browses the shop's full catalog at https://search.rakuten.co.jp/search/inshop/{shopUrlCode}/.",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "pdpUrls": {
                        "title": "Product page URLs",
                        "type": "array",
                        "description": "Direct product detail page URLs in the form https://item.rakuten.co.jp/{shopUrlCode}/{itemCode}/. Each URL is fetched and parsed for og: tags, microdata price/availability, and breadcrumb.",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "includeDetails": {
                        "title": "Include product detail data",
                        "type": "boolean",
                        "description": "If enabled, every item found via search is followed to its product detail page (PDP) for additional fields (description, og:image, breadcrumbs, microdata price/availability). When enabled, each product is billed for both the 'product-listing' and 'item-detail' Pay-Per-Event charges. When disabled, only 'product-listing' is billed per product.",
                        "default": false
                    },
                    "appKey": {
                        "title": "Rakuten Webservice applicationId (optional)",
                        "type": "string",
                        "description": "Optional Rakuten Webservice applicationId. When provided, the actor switches to the official IchibaItem/Search REST API instead of HTML scraping. Caps at 30 items × 100 pages = 3,000 items per query."
                    },
                    "maxItems": {
                        "title": "Max items",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Global cap on the total number of products pushed to the dataset for this run, summed across all queries / genres / shops / direct PDPs. Useful to keep Pay-Per-Event spend predictable on broad searches (Rakuten can return up to ~6,750 items per keyword).",
                        "default": 1000
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Proxy settings. Defaults to Apify Residential Proxy when running on the Apify platform — Rakuten's Akamai edge will 403 most datacenter IPs. Switch to DATACENTER for cheaper bandwidth if your testing shows it works for your queries, or disable proxy entirely for local development.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ]
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
