# AliExpress Scraper (`unfenced-group/aliexpress-scraper`) Actor

Scrape AliExpress products, prices, reviews, variants and sellers by search keyword or product URL.

- **URL**: https://apify.com/unfenced-group/aliexpress-scraper.md
- **Developed by:** [Unfenced Group](https://apify.com/unfenced-group) (community)
- **Categories:** E-commerce, Automation, Developer tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.19 / 1,000 product results

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 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

## AliExpress Scraper

Search AliExpress and export products with prices, ratings and order counts — plus the most complete customer-review data on the Store. By keyword or URL. No login, no setup. You only pay for the results you get.

### What it does

- **Search by keyword** — collect matching products across as many pages as you need.
- **Scrape by URL** — paste product URLs or search/category URLs directly.
- **Customer reviews (premium)** — the deepest review extraction available: ratings, text, buyer name and country, helpful votes, aspect tags, shipping method, photos, and more. Filter by star rating, photos-only, sort by most recent, and translate into 16 languages.
- **Sorting & price filter** — order by best match, price, orders or newest; filter by min/max price in USD.
- **Dual currency** — every product carries USD and EUR price columns using live exchange rates.
- **Country pricing** — choose the storefront country to control prices and currency.

### Product output

Every product includes:

| Field | Description |
|-------|-------------|
| productId | AliExpress product ID |
| url | Product page URL |
| title | Product title |
| image | Main product image |
| salePrice / salePriceFormatted | Current price (number and display string) |
| originalPrice / originalPriceFormatted | Price before discount |
| discountPercent | Discount percentage |
| currency | Currency code |
| rating | Average star rating |
| orders | Units sold (as shown, e.g. "297 sold") |
| savingsTag | "Save $X" promotion tag |
| salePriceUSD / salePriceEUR | Current price converted to USD and EUR (live rates) |
| originalPriceUSD / originalPriceEUR | Original price in USD and EUR |
| ordersCount | Exact number of units sold (numeric) |
| freeShipping | Whether free shipping is offered |
| promotionTags | Promotion / delivery tags shown on the card |
| images | Full image gallery |
| categoryId | AliExpress category path |
| spuId / skuId | Product and SKU identifiers |
| choice | Whether it is an AliExpress Choice item |
| scrapedAt | Timestamp of capture |

> **Note on direct product URLs:** AliExpress serves product pages behind anti-bot protection. When you pass a direct `/item/<id>.html` URL, the scraper returns the product ID, rating, review count, star distribution and (optionally) reviews. Title and price for a single product are most reliably collected through search.


> **A note on prices:** AliExpress localises prices by region and sometimes shows inflated figures for grey-market or low-volume listings. The scraper reports exactly what AliExpress displays for the selected proxy country. The `salePriceUSD` and `salePriceEUR` columns give a consistent cross-currency reference so you can compare like for like.

### Reviews (premium feature)

Turn on **Include reviews** to extract customer reviews. Each review includes:

| Field | Description |
|-------|-------------|
| reviewId | Unique review ID |
| rating | Star rating (1–5) |
| content | Review text (original language) |
| translatedContent | Review translated to your chosen language (when translation is on) |
| additionalContent | Follow-up feedback, if any |
| date | Review date |
| buyerName | Reviewer name (null if anonymous) |
| buyerCountry | Buyer country |
| buyerAvatar | Reviewer avatar image |
| skuInfo | Variant the buyer purchased |
| logistics | Shipping method used |
| wouldBuyAgain | Buyer's repurchase intent |
| upVotes / downVotes | Helpful votes |
| aspectLabels | Aspect ratings (e.g. "Quality of sound: Fast") |
| originalLanguage | Original review language |
| aiGenerated | Whether the text was AI-generated |
| hasImages / images | Buyer-uploaded photos |

Review controls: filter by star rating (5/4/3/2/1), photos-only, sort by most relevant / most recent / most helpful, set a per-product cap (or fetch all up to AliExpress's ~5,000 limit), and translate reviews into 16 languages (original text always kept), and choose how reviews appear — **nested** inside each product row, or as **separate rows** (one per review) for large exports.

### Example inputs

**Products by keyword**
```json
{ "searchQueries": ["wireless headphones"], "maxResults": 100 }
````

**Products with reviews (separate rows)**

```json
{ "searchQueries": ["bluetooth speaker"], "maxResults": 20, "includeReviews": true, "maxReviewsPerProduct": 50, "reviewOutputMode": "separate" }
```

**Only 5-star reviews with photos for a specific product**

```json
{ "startUrls": [{ "url": "https://www.aliexpress.com/item/3256811844384040.html" }], "includeReviews": true, "reviewStarFilter": "5", "reviewImagesOnly": true }
```

**Daily price-tracking feed**

```json
{ "searchQueries": ["mechanical keyboard"], "maxResults": 200, "sortBy": "newest" }
```

### 💰 Pricing

You only pay for results successfully returned. Failed retries are never charged.

| Result type | Price |
|-------------|-------|
| Product | $1.49 per 1,000 products |
| Review | $1.49 per 1,000 reviews |

Reviews are the cheapest on the Store — competitors charge $1.50 to $2.50 per 1,000 reviews.

### Need a custom scraper?

We build and maintain custom scrapers for any public website. You only pay for results — we cover all compute and infrastructure costs. Tell us what data you need at [www.unfencedgroup.nl](https://www.unfencedgroup.nl).

# Actor input Schema

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

Keywords to search on AliExpress. Each query is paginated until maxResults is reached. Example: \["wireless headphones", "phone case"].

## `startUrls` (type: `array`):

Direct AliExpress product URLs (/item/<id>.html) or search/category URLs. Product URLs are added directly; search URLs are paginated.

## `maxResults` (type: `integer`):

Maximum number of products to return per run. Set to 0 for unlimited (use with care).

## `sortBy` (type: `string`):

Sort order applied to product search results.

## `includeReviews` (type: `boolean`):

Fetch customer reviews for each product. Reviews are a premium feature billed separately per review. Each review includes rating, text, date, buyer name and country, helpful votes, aspect tags, shipping method, photos and more.

## `maxReviewsPerProduct` (type: `integer`):

Cap on reviews fetched per product. Set to 0 or -1 for all available reviews (AliExpress caps at ~5,000 per product).

## `reviewStarFilter` (type: `string`):

Only fetch reviews with this star rating.

## `reviewImagesOnly` (type: `boolean`):

Only fetch reviews that include buyer photos. Overrides the star filter.

## `reviewSort` (type: `string`):

How to sort reviews before fetching.

## `reviewOutputMode` (type: `string`):

How reviews appear in the dataset. 'Nested' keeps reviews inside each product row. 'Separate' outputs one row per review (better for large review exports and analysis).

## `translateReviews` (type: `boolean`):

Translate each review into a target language. The original text is always kept alongside the translation.

## `translateTo` (type: `string`):

Target language for review translation (when 'Translate reviews' is on).

## `convertCurrencies` (type: `boolean`):

Add salePriceUSD, salePriceEUR (and original-price equivalents) to every product using live exchange rates. AliExpress localises prices by region; these columns give a consistent cross-currency reference.

## `minPrice` (type: `integer`):

Only return products at or above this price in USD. 0 = no minimum.

## `maxPrice` (type: `integer`):

Only return products at or below this price in USD. 0 = no maximum.

## `proxyCountry` (type: `string`):

Residential proxy exit country (ISO code). Affects prices and currency shown. US is the default and most reliable.

## Actor input object example

```json
{
  "searchQueries": [
    "wireless headphones"
  ],
  "maxResults": 5,
  "sortBy": "default",
  "includeReviews": false,
  "maxReviewsPerProduct": 20,
  "reviewStarFilter": "all",
  "reviewImagesOnly": false,
  "reviewSort": "relevant",
  "reviewOutputMode": "nested",
  "translateReviews": false,
  "translateTo": "en_US",
  "convertCurrencies": true,
  "minPrice": 0,
  "maxPrice": 0,
  "proxyCountry": "US"
}
```

# 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": [
        "wireless headphones"
    ],
    "maxResults": 5
};

// Run the Actor and wait for it to finish
const run = await client.actor("unfenced-group/aliexpress-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": ["wireless headphones"],
    "maxResults": 5,
}

# Run the Actor and wait for it to finish
run = client.actor("unfenced-group/aliexpress-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": [
    "wireless headphones"
  ],
  "maxResults": 5
}' |
apify call unfenced-group/aliexpress-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "AliExpress Scraper",
        "description": "Scrape AliExpress products, prices, reviews, variants and sellers by search keyword or product URL.",
        "version": "1.0",
        "x-build-id": "ZuPBMlTcOcKMIAgiN"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/unfenced-group~aliexpress-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-unfenced-group-aliexpress-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/unfenced-group~aliexpress-scraper/runs": {
            "post": {
                "operationId": "runs-sync-unfenced-group-aliexpress-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/unfenced-group~aliexpress-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-unfenced-group-aliexpress-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": "Keywords to search on AliExpress. Each query is paginated until maxResults is reached. Example: [\"wireless headphones\", \"phone case\"].",
                        "items": {
                            "type": "string"
                        }
                    },
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "Direct AliExpress product URLs (/item/<id>.html) or search/category URLs. Product URLs are added directly; search URLs are paginated.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "maxResults": {
                        "title": "Max products",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum number of products to return per run. Set to 0 for unlimited (use with care).",
                        "default": 5
                    },
                    "sortBy": {
                        "title": "Sort products",
                        "enum": [
                            "default",
                            "priceAsc",
                            "priceDesc",
                            "orders",
                            "newest"
                        ],
                        "type": "string",
                        "description": "Sort order applied to product search results.",
                        "default": "default"
                    },
                    "includeReviews": {
                        "title": "Include reviews (premium)",
                        "type": "boolean",
                        "description": "Fetch customer reviews for each product. Reviews are a premium feature billed separately per review. Each review includes rating, text, date, buyer name and country, helpful votes, aspect tags, shipping method, photos and more.",
                        "default": false
                    },
                    "maxReviewsPerProduct": {
                        "title": "Max reviews per product",
                        "minimum": -1,
                        "type": "integer",
                        "description": "Cap on reviews fetched per product. Set to 0 or -1 for all available reviews (AliExpress caps at ~5,000 per product).",
                        "default": 20
                    },
                    "reviewStarFilter": {
                        "title": "Review star filter",
                        "enum": [
                            "all",
                            "5",
                            "4",
                            "3",
                            "2",
                            "1"
                        ],
                        "type": "string",
                        "description": "Only fetch reviews with this star rating.",
                        "default": "all"
                    },
                    "reviewImagesOnly": {
                        "title": "Reviews with photos only",
                        "type": "boolean",
                        "description": "Only fetch reviews that include buyer photos. Overrides the star filter.",
                        "default": false
                    },
                    "reviewSort": {
                        "title": "Review sort order",
                        "enum": [
                            "relevant",
                            "latest",
                            "helpful"
                        ],
                        "type": "string",
                        "description": "How to sort reviews before fetching.",
                        "default": "relevant"
                    },
                    "reviewOutputMode": {
                        "title": "Review output mode",
                        "enum": [
                            "nested",
                            "separate"
                        ],
                        "type": "string",
                        "description": "How reviews appear in the dataset. 'Nested' keeps reviews inside each product row. 'Separate' outputs one row per review (better for large review exports and analysis).",
                        "default": "nested"
                    },
                    "translateReviews": {
                        "title": "Translate reviews",
                        "type": "boolean",
                        "description": "Translate each review into a target language. The original text is always kept alongside the translation.",
                        "default": false
                    },
                    "translateTo": {
                        "title": "Translate reviews to",
                        "enum": [
                            "en_US",
                            "es_ES",
                            "de_DE",
                            "fr_FR",
                            "it_IT",
                            "pt_BR",
                            "nl_NL",
                            "ru_RU",
                            "pl_PL",
                            "tr_TR",
                            "ar_MA",
                            "ja_JP",
                            "ko_KR",
                            "zh_CN",
                            "id_ID",
                            "th_TH"
                        ],
                        "type": "string",
                        "description": "Target language for review translation (when 'Translate reviews' is on).",
                        "default": "en_US"
                    },
                    "convertCurrencies": {
                        "title": "Add USD & EUR price columns",
                        "type": "boolean",
                        "description": "Add salePriceUSD, salePriceEUR (and original-price equivalents) to every product using live exchange rates. AliExpress localises prices by region; these columns give a consistent cross-currency reference.",
                        "default": true
                    },
                    "minPrice": {
                        "title": "Minimum price (USD)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Only return products at or above this price in USD. 0 = no minimum.",
                        "default": 0
                    },
                    "maxPrice": {
                        "title": "Maximum price (USD)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Only return products at or below this price in USD. 0 = no maximum.",
                        "default": 0
                    },
                    "proxyCountry": {
                        "title": "Proxy country",
                        "enum": [
                            "US",
                            "GB",
                            "DE",
                            "FR",
                            "ES",
                            "IT",
                            "NL",
                            "BR",
                            "AU",
                            "CA"
                        ],
                        "type": "string",
                        "description": "Residential proxy exit country (ISO code). Affects prices and currency shown. US is the default and most reliable.",
                        "default": "US"
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
