# Cheapest Made-in-China Scraper (`serp.cheap.ofc/cheapest-made-in-china-scraper`) Actor

Scrape Made-in-China.com (the B2B supplier marketplace) at the lowest price per result: search listings and full product details — tiered wholesale pricing, MOQ, specs, images, supplier name, location, verified/audited status and more. Pay per result — no start fee, no subscription.

- **URL**: https://apify.com/serp.cheap.ofc/cheapest-made-in-china-scraper.md
- **Developed by:** [serp.cheap](https://apify.com/serp.cheap.ofc) (community)
- **Categories:** E-commerce, Lead generation, Other
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.80 / 1,000 search products

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

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

## What's an Apify Actor?

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

## How to integrate an Actor?

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

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

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

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

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

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

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

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

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

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

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


# README

## Cheapest Made-in-China Scraper — B2B supplier search & product data

### The price you see is the price you pay

Scrape **Made-in-China.com** — one of the largest B2B supplier marketplaces — at a low, honest
**pay-per-result** price. **No start fee, no subscription, no metered surprises.** Extract
**search listings** and **full product details** including tiered wholesale pricing, minimum order
quantity (MOQ), full spec tables, image galleries, and supplier trust signals.

Perfect for **B2B lead generation, sourcing, price benchmarking and market research** — the data
Made-in-China exposes per product and per supplier is unusually rich, and almost nobody has built
a good scraper for it.

### What you can scrape

| Mode | What you get |
|------|--------------|
| 🔍 `search` | Product cards for any search term: id, name, price range (min/max), currency, MOQ, key specs, thumbnail, supplier name & showroom URL, and trust flags (Diamond Member, Audited Supplier, Secured Trading, 360° tour). ~30 products per page, multiple pages. |
| 📦 `product` | Full detail for specific product URLs: name, description, SKU/MPN, unit price, **tiered wholesale pricing**, MOQ, rating, the full spec table, image gallery, category trail, and the supplier's name, location and year established. |
| 🩺 `selftest` | Validates both endpoints above, free. Schedule it as a health check. |

### Why this one

- 💰 **Pure pay-per-result** — a flat price per item with **no start fee** and **no subscription**.
  We absorb the Apify compute/proxy cost instead of billing it on top, so the per-result price
  **is** the whole bill.
- ⚡ **Fast and light.**
- 🧾 **Accurate structured data** — product core fields, the full spec table, tiered pricing and
  the supplier block all come back clean and typed.
- 🧱 **No login, no cookies** — only public pages; nothing to expire. The default Apify proxy works
  for product pages; the search endpoint may require a residential proxy at higher volume, handled
  automatically.
- 🩺 **Self-monitoring** — every run validates both endpoints' output shape, so breakages are
  caught and fixed fast.

### Example input

Search the top results for a term:

```json
{
    "mode": "search",
    "query": "led high bay light",
    "searchPages": 2,
    "maxItems": 60
}
````

Full details for specific products (full Made-in-China product URL required — the supplier
subdomain is part of the address):

```json
{
    "mode": "product",
    "productUrls": [
        "https://alvaled.en.made-in-china.com/product/rahpWFfYaMcu/China-150W-Dimmable-LED-UFO-Warehouse-High-Bay-Light-Fixture.html"
    ]
}
```

### Output

Results are written to the default dataset, one record per product. The `search` view and `product`
view (see the run's **Output** tab) each show the most useful columns; the raw JSON below is the
full record.

#### `search` — one record per product card

Real record (query `led high bay light`):

```json
{
    "query": "led high bay light",
    "page": 1,
    "productId": "TAyYujKlZfVF",
    "name": "Reduced Glare 100W 150W 200W 240W Warehouse Linear LED High Bay Light",
    "url": "https://romanso.en.made-in-china.com/product/TAyYujKlZfVF/China-Reduced-Glare-100W-150W-200W-240W-Warehouse-Linear-LED-High-Bay-Light.html",
    "priceText": "US$22.00-25.00",
    "priceMin": 22,
    "priceMax": 25,
    "currency": "USD",
    "moq": 1,
    "moqUnit": "Piece",
    "specs": {
        "Color Temperature": "3000K-6500K",
        "Lamp Body Material": "Aluminum Alloy",
        "Power": "100/150/200/240",
        "Usage": "Warehouse",
        "Lifespan": "≥50000H",
        "IP Rating": "IP65"
    },
    "thumbnail": "https://image.made-in-china.com/206f0j00SQfGRMVcRYqa/Shenzhen-Romanso-Electronic-Co-Ltd-.jpg",
    "supplierName": "Shenzhen Romanso Electronic Co., Ltd.",
    "supplierUrl": "https://romanso.en.made-in-china.com",
    "supplierSlug": "romanso",
    "isDiamondMember": true,
    "isAuditedSupplier": true,
    "has360Tour": true,
    "securedTrading": true
}
```

| Field | Type | Description |
|-------|------|-------------|
| `productId` | string | Made-in-China product id (the token in `/product/<id>/`) |
| `name` | string | Product title |
| `url` | string | Full product URL — usable directly as `product`-mode input |
| `priceText` | string | Price range as shown, e.g. `US$22.00-25.00` |
| `priceMin` / `priceMax` | number | Parsed low / high end of the range |
| `currency` | string | `USD`, `EUR`, `CNY`… |
| `moq` / `moqUnit` | number / string | Minimum order quantity and its unit (`Piece`, `Set`…) |
| `specs` | object | Key specs shown on the card (`{ "Power": "…", … }`) |
| `thumbnail` | string | Card image URL |
| `supplierName` | string | Supplier company name |
| `supplierUrl` / `supplierSlug` | string | Supplier showroom URL and its subdomain slug |
| `isDiamondMember` | bool | Paid "Diamond Member" supplier |
| `isAuditedSupplier` | bool | Third-party **Audited Supplier** badge |
| `has360Tour` | bool | Supplier offers a 360° factory tour |
| `securedTrading` | bool | Enrolled in Made-in-China **Secured Trading** |
| `query` / `page` | string / number | Echoes the search term and result page |

#### `product` — full detail per product

Real record (trimmed images/specs for length — the actual record carries all of them):

```json
{
    "productId": "rahpWFfYaMcu",
    "name": "150W Dimmable LED UFO Warehouse High Bay Light Fixture",
    "url": "https://alvaled.en.made-in-china.com/product/rahpWFfYaMcu/China-150W-Dimmable-LED-UFO-Warehouse-High-Bay-Light-Fixture.html",
    "description": "150W Dimmable LED UFO Warehouse High Bay Light Fixture, Find Details and Price about LED LED Light from …",
    "sku": "2165153295",
    "mpn": "MIC-2165153295",
    "price": 14.5,
    "currency": "USD",
    "availability": "InStock",
    "priceTiers": [
        { "price": 17.5, "qty": "100-499 Pieces" },
        { "price": 15.5, "qty": "500-1,999 Pieces" },
        { "price": 14.5, "qty": "2,000+ Pieces" }
    ],
    "moq": 100,
    "moqUnit": "Pieces",
    "rating": 5,
    "images": [
        "https://image.made-in-china.com/2f0j00hEqcKfQCJoVr/150W-Dimmable-LED-UFO-Warehouse-High-Bay-Light-Fixture.webp",
        "https://image.made-in-china.com/2f0j00AYNButqhZMoG/150W-Dimmable-LED-UFO-Warehouse-High-Bay-Light-Fixture.webp"
    ],
    "specs": {
        "Power": "100W",
        "IP Rating": "IP65",
        "Certification": "CE, C-tick, EMC, GS, LVD, RoHS, SAA, VDE",
        "Lumen": "120-130lm/W",
        "HS Code": "9405429000",
        "Package Gross Weight": "7.000kg"
    },
    "categories": ["Lights & Lighting", "LED Interior Lighting", "LED High Bay Light"],
    "supplierName": "Ningbo ALVA Electric Appliance Co., Ltd.",
    "supplierUrl": "https://alvaled.en.made-in-china.com",
    "supplierSlug": "alvaled",
    "supplierLocation": "Zhejiang, China",
    "supplierSince": 2020
}
```

| Field | Type | Description |
|-------|------|-------------|
| `productId` | string | Made-in-China product id |
| `name` / `description` | string | Title and full description |
| `url` | string | Canonical product URL |
| `sku` / `mpn` | string | Supplier SKU and manufacturer part number |
| `price` | number | Unit price (the best/lowest tier if a range) |
| `currency` | string | Price currency |
| `availability` | string | e.g. `InStock` |
| `priceTiers` | array | **Tiered wholesale pricing** — `{ price, qty }` per quantity band |
| `moq` / `moqUnit` | number / string | Minimum order quantity and unit |
| `rating` | number | Supplier/product rating (if shown) |
| `images` | array | Full image gallery URLs |
| `specs` | object | Complete spec table (`Power`, `Certification`, `HS Code`, packaging…) |
| `categories` | array | Category breadcrumb trail |
| `supplierName` | string | Supplier company name |
| `supplierUrl` / `supplierSlug` | string | Supplier showroom URL and slug |
| `supplierLocation` | string | Province/region, e.g. `Zhejiang, China` |
| `supplierSince` | number | Year the supplier joined |

> Rows that fail (e.g. an invalid URL) are still written, as `{ url, error }`, so a partial batch is
> transparent rather than silently dropped.

### Pricing

Pay per result, no start fee. See [PRICING.md](./PRICING.md) for the full breakdown.

| Event | Price | Per 1,000 |
|-------|-------|-----------|
| `search-product` | $0.0008 | $0.80 |
| `product-detail` | $0.0009 | $0.90 |

Strictly cheaper than the 120-user category leader on **every** event ($0.001 flat), with **no
start fee** (they charge one) and Apify platform usage absorbed.

### Notes

- Wholesale prices are as shown on Made-in-China (usually **USD**), including the **tiered
  quantity pricing** and **MOQ** that make B2B sourcing decisions.
- The proxy is handled automatically — leave **Proxy configuration** empty. The default Apify proxy
  works for product pages; search may use a residential proxy at higher volume, handled for you.
  Advanced users can override it to force a specific proxy group.
- Product mode needs the **full product URL** (the supplier subdomain is part of the address); the
  URLs returned by `search` mode work directly as `product` input.

# Actor input Schema

## `mode` (type: `string`):

What to scrape. "search" collects product cards from a Made-in-China search; "product" fetches full details for specific product URLs; "selftest" checks that every endpoint still works (for monitoring).

## `query` (type: `string`):

Term to search on Made-in-China.com. Used only in "search" mode.

## `searchPages` (type: `integer`):

How many pages of search results to fetch (~30 products per page). Used only in "search" mode.

## `productUrls` (type: `array`):

List of full Made-in-China product URLs (https://<supplier>.en.made-in-china.com/product/<id>/...). Used only in "product" mode. A full URL is required — the supplier subdomain is part of the address.

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

Maximum number of products to scrape across the whole run. Minimum 10 in search mode — a Made-in-China search page returns ~30 products in one request, so a run of at least 10 keeps the per-result price at its floor.

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

Leave empty (recommended) — the default Apify proxy works for product pages; search may use a residential proxy at higher volume, handled automatically. Set this only to force a specific proxy.

## Actor input object example

```json
{
  "mode": "search",
  "query": "solar panel",
  "searchPages": 1,
  "productUrls": [
    "https://alvaled.en.made-in-china.com/product/rahpWFfYaMcu/China-150W-Dimmable-LED-UFO-Warehouse-High-Bay-Light-Fixture.html"
  ],
  "maxItems": 60
}
```

# Actor output Schema

## `search` (type: `string`):

No description

## `product` (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 = {
    "query": "led high bay light",
    "productUrls": [
        "https://alvaled.en.made-in-china.com/product/rahpWFfYaMcu/China-150W-Dimmable-LED-UFO-Warehouse-High-Bay-Light-Fixture.html"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("serp.cheap.ofc/cheapest-made-in-china-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 = {
    "query": "led high bay light",
    "productUrls": ["https://alvaled.en.made-in-china.com/product/rahpWFfYaMcu/China-150W-Dimmable-LED-UFO-Warehouse-High-Bay-Light-Fixture.html"],
}

# Run the Actor and wait for it to finish
run = client.actor("serp.cheap.ofc/cheapest-made-in-china-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 '{
  "query": "led high bay light",
  "productUrls": [
    "https://alvaled.en.made-in-china.com/product/rahpWFfYaMcu/China-150W-Dimmable-LED-UFO-Warehouse-High-Bay-Light-Fixture.html"
  ]
}' |
apify call serp.cheap.ofc/cheapest-made-in-china-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=serp.cheap.ofc/cheapest-made-in-china-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Cheapest Made-in-China Scraper",
        "description": "Scrape Made-in-China.com (the B2B supplier marketplace) at the lowest price per result: search listings and full product details — tiered wholesale pricing, MOQ, specs, images, supplier name, location, verified/audited status and more. Pay per result — no start fee, no subscription.",
        "version": "0.1",
        "x-build-id": "fWgd5nmaFdKRQHfv5"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/serp.cheap.ofc~cheapest-made-in-china-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-serp.cheap.ofc-cheapest-made-in-china-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/serp.cheap.ofc~cheapest-made-in-china-scraper/runs": {
            "post": {
                "operationId": "runs-sync-serp.cheap.ofc-cheapest-made-in-china-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/serp.cheap.ofc~cheapest-made-in-china-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-serp.cheap.ofc-cheapest-made-in-china-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",
                "required": [
                    "mode"
                ],
                "properties": {
                    "mode": {
                        "title": "Mode",
                        "enum": [
                            "search",
                            "product",
                            "selftest"
                        ],
                        "type": "string",
                        "description": "What to scrape. \"search\" collects product cards from a Made-in-China search; \"product\" fetches full details for specific product URLs; \"selftest\" checks that every endpoint still works (for monitoring).",
                        "default": "search"
                    },
                    "query": {
                        "title": "Search query",
                        "type": "string",
                        "description": "Term to search on Made-in-China.com. Used only in \"search\" mode."
                    },
                    "searchPages": {
                        "title": "Search pages",
                        "minimum": 1,
                        "maximum": 100,
                        "type": "integer",
                        "description": "How many pages of search results to fetch (~30 products per page). Used only in \"search\" mode.",
                        "default": 1
                    },
                    "productUrls": {
                        "title": "Product URLs",
                        "type": "array",
                        "description": "List of full Made-in-China product URLs (https://<supplier>.en.made-in-china.com/product/<id>/...). Used only in \"product\" mode. A full URL is required — the supplier subdomain is part of the address.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxItems": {
                        "title": "Max items",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Maximum number of products to scrape across the whole run. Minimum 10 in search mode — a Made-in-China search page returns ~30 products in one request, so a run of at least 10 keeps the per-result price at its floor.",
                        "default": 60
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Leave empty (recommended) — the default Apify proxy works for product pages; search may use a residential proxy at higher volume, handled automatically. Set this only to force a specific proxy."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
