# eBay Active Listings Scraper — Live Listings, BIN/Auction (`crawloop/ebay-active-listings-scraper`) Actor

Scrape eBay active/live listings by keyword. Export current price, BIN/auction format, shipping, watchers, quantity sold, seller feedback across 20+ regional sites. Fast curl\_cffi scraper — residential proxy ready.

- **URL**: https://apify.com/crawloop/ebay-active-listings-scraper.md
- **Developed by:** [Andrej Kiva](https://apify.com/crawloop) (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.00 / 1,000 active listing scrapeds

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 Active Listings Scraper — Live Listings, BIN/Auction & Competition

> **Disclaimer:** Unofficial integration for publicly accessible eBay active listings. **eBay** and related names are trademarks of eBay Inc. Not affiliated with, sponsored by, or endorsed by eBay Inc. Provided for informational and research purposes only.

Scrape **eBay active listings** and **live marketplace offers** by keyword across **20+ regional sites**. Export **current price**, **listing type (Buy It Now / Auction)**, **shipping cost**, **item condition**, **watcher count**, **quantity sold**, **time remaining**, and **seller feedback** as clean JSON — ideal for **pricing intelligence**, **dropshipping catalogues**, **market research**, and **competitor tracking**.

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

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

### Key Features

- **Live market data** — current asking prices, bid counts, and time remaining on active listings
- **Competition & velocity** — watcher count ("X watching") and quantity sold ("X sold") from search cards
- **Triple layout fallback** — parses `.s-item`, `.s-item-card`, and `.s-card` search layouts
- **Fast HTTP scraping** — `curl_cffi` Chrome TLS impersonation; no headless browser
- **20+ regional marketplaces** — US, UK, DE, FR, IT, ES, CA, AU, PL, NL, SG, MY, PH, HK with localized currency and condition mapping
- **Advanced filters** — condition, format (Auction / Buy It Now), price range, category, free shipping, seller blocklist
- **High-volume runs** — up to 240 listings per page; batch dataset export for large keyword pulls

### When to use this Actor

- **Competitor price tracking** — monitor live listings, discounts, and original vs sale prices
- **Dropshipping research** — build product catalogues by keyword with thumbnail URLs
- **Demand signals** — watcher counts and sales velocity before you list or source inventory
- **Cross-border pricing** — same keyword on `ebay.com`, `ebay.de`, or `ebay.co.uk`
- **Arbitrage sourcing** — compare live ask prices against your target buy range

### When not to use this Actor

- **Historical sold comps** — use **eBay Sold Listings Scraper** for completed transaction history
- **Recommended list price & demand reports** — use **eBay Sold Price Intelligence** for analytics and CSV/Markdown exports

### Input Parameters

| Parameter | Type | Default | Description |
| :--- | :--- | :--- | :--- |
| `keywords` | Array | *(Required)* | Search queries; each runs in parallel |
| `count` | Integer | `100` | Max listings to collect per keyword |
| `ebaySite` | String | `"ebay.com"` | Regional eBay domain |
| `sortOrder` | String | `"bestMatch"` | `bestMatch`, `endingSoonest`, `newlyListed`, `pricePlusPostageLowest`, `pricePlusPostageHighest`, `distanceNearest` |
| `itemCondition` | String | `"any"` | `any`, `new`, `used`, `refurbished` |
| `listingType` | String | `"any"` | `any`, `auction`, `buy_it_now` |
| `freeShippingOnly` | Boolean | `false` | Only return free shipping items |
| `excludeSellers` | Array | `[]` | Usernames of sellers to filter out |
| `categoryId` | String | `"0"` | Filter by main eBay category |
| `minPrice` / `maxPrice` | Number | — | Listing price limits |
| `proxyConfiguration` | Object | Residential | Apify Proxy settings |

#### Input Example

```json
{
  "keywords": ["rtx 4080", "iphone 15"],
  "count": 50,
  "ebaySite": "ebay.com",
  "sortOrder": "bestMatch",
  "itemCondition": "used",
  "listingType": "buy_it_now",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"],
    "apifyProxyCountry": "US"
  }
}
````

### Output Format

Each row in the dataset represents a single active eBay listing card.

| Field | Type | Description |
| :--- | :--- | :--- |
| `itemId` | String | Unique listing ID |
| `title` | String | Cleaned listing title |
| `url` | String | Clean item URL |
| `price` / `currency` | String | Current price / bid and currency |
| `originalPrice` / `originalCurrency` | String | Original price before discount (if on sale) |
| `listingType` | String | `buy_it_now` or `auction` |
| `bidsCount` | Integer | Number of bids (auctions only) |
| `watchCount` | Integer | User watch count indicator |
| `quantitySold` | Integer | Number of items sold from this listing |
| `timeLeft` | String | Remaining listing time (e.g. `4d 18h left`) |
| `isSponsored` | Boolean | True if the card is a sponsored listing |
| `shippingPrice` / `shippingType` | String | Shipping cost and type (`free`, `paid`, `pickup`, `unknown`) |
| `sellerUsername` | String | Seller username |
| `sellerPositivePercent` | Number | Seller positive feedback % |
| `sellerFeedbackScore` | Integer | Seller feedback score |
| `sellerType` | String | Business vs private when detectable |
| `thumbnailUrl` | String | Image URL |
| `keyword` | String | Search query that found this listing |

#### Output Example

```json
{
  "itemId": "386901847125",
  "url": "https://www.ebay.com/itm/386901847125",
  "title": "ASUS TUF Gaming GeForce RTX 4080 16GB GDDR6X",
  "price": "980.00",
  "currency": "USD",
  "originalPrice": "1199.00",
  "originalCurrency": "USD",
  "listingType": "buy_it_now",
  "watchCount": 14,
  "quantitySold": 3,
  "timeLeft": "4d 18h left",
  "isSponsored": false,
  "shippingPrice": "0.00",
  "shippingType": "free",
  "sellerUsername": "computermart",
  "sellerPositivePercent": 99.8,
  "sellerFeedbackScore": 4512,
  "sellerType": "business",
  "keyword": "rtx 4080"
}
```

### Supported Marketplaces

`ebay.com` (US) · `ebay.co.uk` (UK) · `ebay.de` (DE) · `ebay.fr` (FR) · `ebay.it` (IT) · `ebay.es` (ES) · `ebay.ca` (CA) · `ebay.com.au` (AU) · `ebay.at` (AT) · `ebay.ch` (CH) · `ebay.ie` (IE) · `ebay.pl` (PL) · `ebay.nl` (NL) · `ebay.be` (BE) · `ebay.com.sg` (SG) · `ebay.com.my` (MY) · `ebay.ph` (PH) · `ebay.com.hk` (HK)

### FAQ

#### How is this different from the Sold Listings Scraper?

This Actor returns **live active listings** with current prices and competition signals. **eBay Sold Listings Scraper** returns **completed sales** with sold dates and final sold prices.

#### How is this different from Sold Price Intelligence?

**eBay Sold Price Intelligence** analyzes completed sales and outputs recommended price, demand level, confidence score, and ready-made reports — not live listing rows.

#### Do I need proxies?

Residential proxies are **recommended** for US and UK. Defaults to geo-targeted Apify Residential Proxy per marketplace.

#### Can I scrape multiple keywords at once?

Yes — pass an array in `keywords`; each query runs in parallel with the same filters.

# Actor input Schema

## `keywords` (type: `array`):

One or more eBay search keywords for active/live listings. Each keyword runs as a separate parallel search with the same filters.

## `count` (type: `integer`):

Maximum number of active listings to collect for each keyword.

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

eBay category filter (use '0' for all categories).

## `subcategoryId` (type: `string`):

Optional subcategory filter. If set, overrides the main Category field.

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

Regional eBay domain for active listing search — e.g. ebay.com (US), ebay.co.uk, ebay.de, ebay.fr.

## `sortOrder` (type: `string`):

Sort order for active search results.

## `minPrice` (type: `number`):

Minimum item price filter (in site currency).

## `maxPrice` (type: `number`):

Maximum item price filter (in site currency).

## `itemLocation` (type: `string`):

Search items based on seller's location.

## `itemCondition` (type: `string`):

Filter by item condition.

## `listingType` (type: `string`):

Filter by buy-it-now or auction format.

## `freeShippingOnly` (type: `boolean`):

Only return listings that offer free shipping.

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

List of seller usernames to exclude from the results.

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

Select proxies to bypass eBay bot protection. Apify Residential Proxies recommended.

## Actor input object example

```json
{
  "keywords": [
    "rtx 4080"
  ],
  "count": 100,
  "categoryId": "0",
  "subcategoryId": "",
  "ebaySite": "ebay.com",
  "sortOrder": "bestMatch",
  "itemLocation": "default",
  "itemCondition": "any",
  "listingType": "any",
  "freeShippingOnly": false,
  "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 = {
    "keywords": [
        "rtx 4080"
    ],
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "US"
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("crawloop/ebay-active-listings-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "keywords": ["rtx 4080"],
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "US",
    },
}

# Run the Actor and wait for it to finish
run = client.actor("crawloop/ebay-active-listings-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "keywords": [
    "rtx 4080"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}' |
apify call crawloop/ebay-active-listings-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "eBay Active Listings Scraper — Live Listings, BIN/Auction",
        "description": "Scrape eBay active/live listings by keyword. Export current price, BIN/auction format, shipping, watchers, quantity sold, seller feedback across 20+ regional sites. Fast curl_cffi scraper — residential proxy ready.",
        "version": "0.4",
        "x-build-id": "a3RP7bqR1kqvsz443"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/crawloop~ebay-active-listings-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-crawloop-ebay-active-listings-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/crawloop~ebay-active-listings-scraper/runs": {
            "post": {
                "operationId": "runs-sync-crawloop-ebay-active-listings-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/crawloop~ebay-active-listings-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-crawloop-ebay-active-listings-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "keywords"
                ],
                "properties": {
                    "keywords": {
                        "title": "Search keywords",
                        "type": "array",
                        "description": "One or more eBay search keywords for active/live listings. Each keyword runs as a separate parallel search with the same filters.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "count": {
                        "title": "Max listings per keyword",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Maximum number of active listings to collect for each keyword.",
                        "default": 100
                    },
                    "categoryId": {
                        "title": "Category",
                        "type": "string",
                        "description": "eBay category filter (use '0' for all categories).",
                        "default": "0"
                    },
                    "subcategoryId": {
                        "title": "Subcategory ID (Optional)",
                        "type": "string",
                        "description": "Optional subcategory filter. If set, overrides the main Category field.",
                        "default": ""
                    },
                    "ebaySite": {
                        "title": "eBay marketplace (regional site)",
                        "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 for active listing search — e.g. ebay.com (US), ebay.co.uk, ebay.de, ebay.fr.",
                        "default": "ebay.com"
                    },
                    "sortOrder": {
                        "title": "Sort Order",
                        "enum": [
                            "bestMatch",
                            "endingSoonest",
                            "newlyListed",
                            "pricePlusPostageLowest",
                            "pricePlusPostageHighest",
                            "distanceNearest"
                        ],
                        "type": "string",
                        "description": "Sort order for active search results.",
                        "default": "bestMatch"
                    },
                    "minPrice": {
                        "title": "Minimum Price",
                        "type": "number",
                        "description": "Minimum item price filter (in site currency)."
                    },
                    "maxPrice": {
                        "title": "Maximum Price",
                        "type": "number",
                        "description": "Maximum item price filter (in site currency)."
                    },
                    "itemLocation": {
                        "title": "Item Location",
                        "enum": [
                            "default",
                            "domestic",
                            "worldwide"
                        ],
                        "type": "string",
                        "description": "Search items based on seller's location.",
                        "default": "default"
                    },
                    "itemCondition": {
                        "title": "Item Condition",
                        "enum": [
                            "any",
                            "new",
                            "used",
                            "refurbished"
                        ],
                        "type": "string",
                        "description": "Filter by item condition.",
                        "default": "any"
                    },
                    "listingType": {
                        "title": "Listing Type",
                        "enum": [
                            "any",
                            "auction",
                            "buy_it_now"
                        ],
                        "type": "string",
                        "description": "Filter by buy-it-now or auction format.",
                        "default": "any"
                    },
                    "freeShippingOnly": {
                        "title": "Free Shipping Only",
                        "type": "boolean",
                        "description": "Only return listings that offer free shipping.",
                        "default": false
                    },
                    "excludeSellers": {
                        "title": "Exclude Sellers",
                        "type": "array",
                        "description": "List of seller usernames to exclude from the results.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Select proxies to bypass eBay bot protection. Apify Residential Proxies recommended.",
                        "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
