# eBay Sold Price Intelligence — Market Value & Demand Analyzer (`crawloop/ebay-sold-price-intelligence`) Actor

Analyze real eBay sold prices, recommended listing price, demand level, sales activity, and condition-based price insights across 20+ marketplaces. CSV and Markdown report included.

- **URL**: https://apify.com/crawloop/ebay-sold-price-intelligence.md
- **Developed by:** [Andrej Kiva](https://apify.com/crawloop) (community)
- **Categories:** E-commerce, Automation, Developer tools
- **Stats:** 2 total users, 1 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $4.00 / 1,000 analyzed sold 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

## eBay Sold Price Intelligence — Market Value & Demand Analyzer

> **Disclaimer:** Unofficial integration for publicly accessible eBay completed (sold) listings. **eBay** and related names are trademarks of eBay Inc. Not affiliated with, sponsored by, or endorsed by eBay Inc.

Get **eBay pricing intelligence** from real completed sales — not active asking prices. Enter a product keyword and receive **recommended listing price**, **median sold price**, **demand level**, **sales activity**, **confidence score**, condition breakdown, auction vs Buy It Now comparison, plus **CSV** and **Markdown report** exports.

Built for **eBay resellers**, **collectors**, **estate sale sellers**, **consignment shops**, **arbitrage sellers**, and **pricing analysts** who need **market value** and **sold price comps** across **20+ eBay marketplaces**.

> **Crawloop eBay E-commerce & Resale Suite** — live active listings, completed sold comps, and pricing intelligence.

| eBay Active Listings Scraper | eBay Sold Listings Scraper | **eBay Sold Price Intelligence** ◄── *you are here* |
| :---: | :---: | :---: |
| Live listings, BIN/auction, watchers, competition | Completed sales, raw sold rows, sold dates | Recommended price, demand score, CSV/report |

### Who this Actor is for

- **eBay resellers** — set list prices from real sold comps before you publish
- **Collectors** — verify fair market value for cards, watches, sneakers, and vintage goods
- **Estate sale & consignment sellers** — batch-price inventory with one keyword list
- **Arbitrage & sourcing** — compare sold prices before buying inventory to flip
- **Small ecommerce sellers** — competitive pricing backed by completed transactions
- **Market researchers** — demand signals, price bands, and structured exports

### Key features

- **Real eBay sold prices** from completed listings (not live ask prices)
- **Recommended listing price** from median sold price with demand-aware adjustment
- **Median & average sold price** with min/max and **10th–90th percentile range**
- **Demand level** and **sales activity** from completed sales volume
- **Confidence score** based on sample size
- **Condition breakdown** — new, used, refurbished median/average
- **Auction vs Buy It Now** price comparison
- **CSV export** (`sold_items.csv`) and **Markdown report** (`REPORT.md`)
- **Batch keyword support** — multiple products in one run
- **20+ eBay marketplaces** — US, UK, DE, FR, IT, ES, CA, AU, PL, NL, SG, MY, PH, HK

### What makes it different

| | Sold Price Intelligence | Raw sold scrapers |
| :--- | :--- | :--- |
| Output | Summary + analytics + report | Raw rows only |
| Recommended price | Yes | No |
| Demand & activity | Yes | No |
| Confidence scoring | Yes | No |
| Marketplaces | **20+ sites** | Varies |

For raw sold rows only, use **eBay Sold Listings Scraper**. For live competition data, use **eBay Active Listings Scraper**.

### Input examples

#### Single query

```json
{
  "query": "iPhone 13 Pro 128GB",
  "ebaySite": "ebay.de",
  "soldWithinDays": 90,
  "maxItems": 100
}
````

#### Batch queries

```json
{
  "queries": ["iPhone 13 Pro 128GB", "PlayStation 5", "Siemens 6ES7214"],
  "ebaySite": "ebay.de",
  "maxItemsPerQuery": 100
}
```

#### Full options

```json
{
  "query": "iPhone 13 Pro 128GB",
  "ebaySite": "ebay.de",
  "soldWithinDays": 90,
  "maxItems": 100,
  "condition": ["new", "used"],
  "listingType": ["auction", "buy_it_now"],
  "priceMin": 100,
  "priceMax": 800,
  "categoryId": "9355",
  "sortBy": "date_desc",
  "includeItems": true,
  "includeAnalytics": true,
  "outputFormat": "full"
}
```

Provide either `query` (single) or `queries` (batch) — not both.

### Output examples

#### Summary record

```json
{
  "type": "summary",
  "query": "iPhone 13 Pro 128GB",
  "marketplace": "ebay.de",
  "currency": "EUR",
  "summary": {
    "recommendedPrice": { "amount": 499, "display": "€499.00", "currency": "EUR" },
    "priceRange": {
      "low": { "amount": 425, "display": "€425.00", "currency": "EUR" },
      "high": { "amount": 575, "display": "€575.00", "currency": "EUR" }
    },
    "medianSoldPrice": { "amount": 495, "display": "€495.00", "currency": "EUR" },
    "salesActivity": "high",
    "demandLevel": "high",
    "confidence": "medium",
    "quickTake": "iPhone 13 Pro 128GB sells actively on ebay.de..."
  }
}
```

#### Key-value store files

| File | Contents |
| :--- | :--- |
| `OUTPUT.json` | Summaries + items in one JSON document |
| `REPORT.md` | Human-readable pricing report |
| `sold_items.csv` | Spreadsheet export |

### Understanding analytics

#### Recommended price

Median cleaned sold price (item + shipping when available), adjusted slightly for high or low demand. Transparent statistics — no machine learning.

#### Demand level

- **High** — 5+ completed sales per day in your window
- **Medium** — 1–5 sales/day
- **Low** — fewer than 1 sale/day

#### Sales activity

Finer market volume score (`very_high` → `very_low`). We do **not** show days-to-sell — that data is not reliably available from search results.

#### Confidence

- **High** — 100+ sold items
- **Medium** — 30–99
- **Low** — 10–29
- **Very low** — under 10 (directional only)

### Supported eBay marketplaces

**20+ regional sites:** `ebay.com` · `ebay.co.uk` · `ebay.de` · `ebay.fr` · `ebay.it` · `ebay.es` · `ebay.ca` · `ebay.com.au` · `ebay.at` · `ebay.ch` · `ebay.ie` · `ebay.pl` · `ebay.nl` · `ebay.be` · `ebay.com.sg` · `ebay.com.my` · `ebay.ph` · `ebay.com.hk`

### Use cases

- eBay reseller pricing and sold comps
- Arbitrage and product sourcing research
- Estate sale and consignment pricing
- Collector price verification
- Market research and price monitoring
- Ecommerce analytics via CSV export

### Limitations

- Data from **eBay completed/sold search results**, not the official eBay API
- Results depend on search quality and available sales volume
- No days-to-sell or market velocity metrics
- No multi-currency conversion — prices use each marketplace's local currency
- Residential proxies recommended when eBay shows bot challenges

### FAQ

**How is this different from the Sold Listings Scraper?**
This Actor adds pricing intelligence — recommended price, demand, confidence, and reports. **eBay Sold Listings Scraper** exports raw sold rows for custom pipelines.

**How is this different from the Active Listings Scraper?**
**eBay Active Listings Scraper** returns live listings with current ask prices and competition signals. This Actor analyzes **completed sales** only.

**Does it use AI?**
No. Rule-based statistics and transparent percentiles only.

**Batch mode?**
Yes — use `queries` for multiple keywords; you get one summary per query plus `batch_summary`.

**Output formats?**
`full` (default), `summary_only`, or `items_only`.

# Actor input Schema

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

Single product search term, e.g. iPhone 13 Pro 128GB. Use either query or queries, not both.

## `queries` (type: `array`):

Multiple search terms for batch pricing analysis. Overrides query when both are set (will error if both provided).

## `ebaySite` (type: `string`):

Regional eBay domain — supports 20+ marketplaces including ebay.com, ebay.co.uk, ebay.de, ebay.fr, and more.

## `soldWithinDays` (type: `integer`):

Analyze completed sales from the last N days (1–90).

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

Maximum sold listings to analyze for a single query.

## `maxItemsPerQuery` (type: `integer`):

Maximum sold listings to analyze per query in batch mode.

## `condition` (type: `array`):

Filter by item condition: new, used, refurbished. Leave empty for all conditions.

## `listingType` (type: `array`):

Filter by listing format: auction, buy\_it\_now, best\_offer. Leave empty for all types.

## `priceMin` (type: `number`):

Minimum sold price filter in marketplace currency.

## `priceMax` (type: `number`):

Maximum sold price filter in marketplace currency.

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

eBay category filter (use 0 for all categories).

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

How to sort sold search results.

## `includeItems` (type: `boolean`):

Push individual sold listing records to the dataset and CSV export.

## `includeAnalytics` (type: `boolean`):

Include detailed analytics (percentiles, condition breakdown, listing type comparison) in summary records.

## `outputFormat` (type: `string`):

full = summaries + items + all KV files; summary\_only = summaries + report; items\_only = items + CSV.

## `excludeSellers` (type: `array`):

Seller usernames to exclude from analysis.

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

Apify Residential Proxies recommended for reliable eBay access.

## Actor input object example

```json
{
  "query": "iPhone 13 Pro 128GB",
  "queries": [
    "iPhone 13 Pro 128GB",
    "PlayStation 5"
  ],
  "ebaySite": "ebay.com",
  "soldWithinDays": 90,
  "maxItems": 100,
  "maxItemsPerQuery": 100,
  "categoryId": "0",
  "sortBy": "date_desc",
  "includeItems": true,
  "includeAnalytics": true,
  "outputFormat": "full",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

# 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": "iPhone 13 Pro 128GB",
    "queries": [
        "iPhone 13 Pro 128GB",
        "PlayStation 5"
    ],
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "US"
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("crawloop/ebay-sold-price-intelligence").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": "iPhone 13 Pro 128GB",
    "queries": [
        "iPhone 13 Pro 128GB",
        "PlayStation 5",
    ],
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "US",
    },
}

# Run the Actor and wait for it to finish
run = client.actor("crawloop/ebay-sold-price-intelligence").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": "iPhone 13 Pro 128GB",
  "queries": [
    "iPhone 13 Pro 128GB",
    "PlayStation 5"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}' |
apify call crawloop/ebay-sold-price-intelligence --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=crawloop/ebay-sold-price-intelligence",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "eBay Sold Price Intelligence — Market Value & Demand Analyzer",
        "description": "Analyze real eBay sold prices, recommended listing price, demand level, sales activity, and condition-based price insights across 20+ marketplaces. CSV and Markdown report included.",
        "version": "1.3",
        "x-build-id": "4UFg9REQGaRMU9Ygt"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/crawloop~ebay-sold-price-intelligence/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-crawloop-ebay-sold-price-intelligence",
                "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/crawloop~ebay-sold-price-intelligence/runs": {
            "post": {
                "operationId": "runs-sync-crawloop-ebay-sold-price-intelligence",
                "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/crawloop~ebay-sold-price-intelligence/run-sync": {
            "post": {
                "operationId": "run-sync-crawloop-ebay-sold-price-intelligence",
                "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": {
                    "query": {
                        "title": "Search query (single mode)",
                        "type": "string",
                        "description": "Single product search term, e.g. iPhone 13 Pro 128GB. Use either query or queries, not both."
                    },
                    "queries": {
                        "title": "Search queries (batch mode)",
                        "type": "array",
                        "description": "Multiple search terms for batch pricing analysis. Overrides query when both are set (will error if both provided).",
                        "items": {
                            "type": "string"
                        }
                    },
                    "ebaySite": {
                        "title": "eBay marketplace",
                        "enum": [
                            "ebay.com",
                            "ebay.co.uk",
                            "ebay.de",
                            "ebay.fr",
                            "ebay.it",
                            "ebay.es",
                            "ebay.ca",
                            "ebay.com.au",
                            "ebay.at",
                            "ebay.ch",
                            "ebay.ie",
                            "ebay.pl",
                            "ebay.nl",
                            "ebay.be",
                            "ebay.com.sg",
                            "ebay.com.my",
                            "ebay.ph",
                            "ebay.com.hk"
                        ],
                        "type": "string",
                        "description": "Regional eBay domain — supports 20+ marketplaces including ebay.com, ebay.co.uk, ebay.de, ebay.fr, and more.",
                        "default": "ebay.com"
                    },
                    "soldWithinDays": {
                        "title": "Sold within (days)",
                        "minimum": 1,
                        "maximum": 90,
                        "type": "integer",
                        "description": "Analyze completed sales from the last N days (1–90).",
                        "default": 90
                    },
                    "maxItems": {
                        "title": "Max items (single query)",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Maximum sold listings to analyze for a single query.",
                        "default": 100
                    },
                    "maxItemsPerQuery": {
                        "title": "Max items per query (batch)",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Maximum sold listings to analyze per query in batch mode.",
                        "default": 100
                    },
                    "condition": {
                        "title": "Condition filter",
                        "type": "array",
                        "description": "Filter by item condition: new, used, refurbished. Leave empty for all conditions.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "listingType": {
                        "title": "Listing type filter",
                        "type": "array",
                        "description": "Filter by listing format: auction, buy_it_now, best_offer. Leave empty for all types.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "priceMin": {
                        "title": "Minimum sold price",
                        "type": "number",
                        "description": "Minimum sold price filter in marketplace currency."
                    },
                    "priceMax": {
                        "title": "Maximum sold price",
                        "type": "number",
                        "description": "Maximum sold price filter in marketplace currency."
                    },
                    "categoryId": {
                        "title": "Category ID",
                        "type": "string",
                        "description": "eBay category filter (use 0 for all categories).",
                        "default": "0"
                    },
                    "sortBy": {
                        "title": "Sort order",
                        "enum": [
                            "date_desc",
                            "date_asc",
                            "price_low",
                            "price_high"
                        ],
                        "type": "string",
                        "description": "How to sort sold search results.",
                        "default": "date_desc"
                    },
                    "includeItems": {
                        "title": "Include item records",
                        "type": "boolean",
                        "description": "Push individual sold listing records to the dataset and CSV export.",
                        "default": true
                    },
                    "includeAnalytics": {
                        "title": "Include analytics block",
                        "type": "boolean",
                        "description": "Include detailed analytics (percentiles, condition breakdown, listing type comparison) in summary records.",
                        "default": true
                    },
                    "outputFormat": {
                        "title": "Output format",
                        "enum": [
                            "full",
                            "summary_only",
                            "items_only"
                        ],
                        "type": "string",
                        "description": "full = summaries + items + all KV files; summary_only = summaries + report; items_only = items + CSV.",
                        "default": "full"
                    },
                    "excludeSellers": {
                        "title": "Exclude sellers",
                        "type": "array",
                        "description": "Seller usernames to exclude from analysis.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Apify Residential Proxies recommended for reliable eBay access.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ],
                            "apifyProxyCountry": "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
