# eBay Product Scraper · 8 Marketplaces (`santamaria-automations/ebay-scraper`) Actor

Scrape eBay active listings by keyword or URL. Returns 20+ fields: price, condition, shipping, bids, sold count, images. Supports all 8 eBay marketplaces. HTTP-only, 128MB RAM.

- **URL**: https://apify.com/santamaria-automations/ebay-scraper.md
- **Developed by:** [Ale](https://apify.com/santamaria-automations) (community)
- **Categories:** E-commerce
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $3.00 / 1,000 results

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

Scrape active eBay listings by keyword or URL across 8 marketplaces. Returns price, condition, listing type, bids, shipping, images, and 20+ more fields per listing. No browser required.

---

### What It Does

- Search by keyword or pass direct eBay search and category URLs
- Filter by listing type: Buy It Now, Auction, or Accepts Offers
- Filter by condition: New, Used, Refurbished, Open Box, For Parts
- Price range filter (`minPrice`, `maxPrice`) and free shipping filter
- Sort by Best Match, Price, Newly Listed, or Ending Soonest
- Run multiple queries in one actor run
- Results capped per query with `maxResults`, no runaway crawls

---

### Sample Output

```json
{
  "itemId": "256184730291",
  "title": "Apple iPhone 15 Pro 256GB Natural Titanium Unlocked Excellent",
  "url": "https://www.ebay.com/itm/256184730291",
  "marketplace": "ebay.com",
  "price": 749.99,
  "currency": "USD",
  "originalPrice": 849.99,
  "discountPercent": 12,
  "condition": "Refurbished",
  "listingType": "buy_it_now",
  "bidsCount": null,
  "timeLeft": null,
  "bestOfferAvailable": true,
  "shippingCost": 0.0,
  "freeShipping": true,
  "itemLocation": "Austin, Texas, US",
  "soldCount": 38,
  "watcherCount": 204,
  "isSponsored": false,
  "imageUrl": "https://i.ebayimg.com/images/g/abc123/s-l500.jpg",
  "searchQuery": "iphone 15 pro",
  "scrapedAt": "2026-06-13T08:14:22Z"
}
````

***

### Pricing

**$0.001 per actor start + $0.003 per listing. About $3 per 1,000 results.**

You only pay for listings that successfully return data. Failed fetches aren't charged.

**New to Apify?** Every account gets a $5 free monthly platform credit, enough for around 1,600 results on this actor before you commit to paying anything. Test extensively first.

***

### Input

| Field | Type | Default | Description |
| --- | --- | --- | --- |
| `searchQueries` | array of strings | — | Search terms to run (e.g. `["iphone 15 pro", "macbook air m2"]`). |
| `startUrls` | array of `{url}` | — | Direct eBay search or category page URLs. |
| `marketplace` | string | `"ebay.com"` | eBay marketplace to target. See supported values below. |
| `maxResults` | integer | `100` | Total result cap across all queries. |
| `listingType` | string | `"all"` | `"all"`, `"buy_it_now"`, `"auction"`, `"accepts_offers"` |
| `condition` | array of strings | — | One or more of: `"new"`, `"used"`, `"refurbished"`, `"open_box"`, `"for_parts"` |
| `sortBy` | string | `"best_match"` | `"best_match"`, `"ending_soonest"`, `"newly_listed"`, `"price_low"`, `"price_high"` |
| `minPrice` | float | — | Minimum listing price (in the marketplace currency). |
| `maxPrice` | float | — | Maximum listing price. |
| `freeShippingOnly` | boolean | `false` | When `true`, only returns listings with free shipping. |
| `concurrency` | integer | `5` | Parallel workers. Advanced: increase for faster runs on large result sets. |

At least one of `searchQueries` or `startUrls` is required.

#### Example Input

```json
{
  "searchQueries": ["iphone 15 pro", "iphone 15 pro max"],
  "marketplace": "ebay.com",
  "maxResults": 50,
  "listingType": "buy_it_now",
  "condition": ["new", "refurbished"],
  "sortBy": "price_low",
  "maxPrice": 900,
  "freeShippingOnly": true
}
```

***

### Output Fields

One row per listing. All monetary values are in the marketplace currency.

| Field | Type | Description |
| --- | --- | --- |
| `itemId` | string | eBay item ID. |
| `title` | string | Full listing title. |
| `url` | string | Direct link to the listing. |
| `marketplace` | string | eBay marketplace the listing was scraped from. |
| `price` | float | Current listing price. For auctions, this is the current bid. |
| `currency` | string | Currency code (USD, GBP, EUR, CAD, AUD). |
| `originalPrice` | float or null | Struck-through original price, when shown. |
| `discountPercent` | integer or null | Discount percentage when `originalPrice` is present. |
| `condition` | string | Seller-reported condition (New, Used, Refurbished, etc.). |
| `listingType` | string | `"buy_it_now"`, `"auction"`, or `"accepts_offers"`. |
| `bidsCount` | integer or null | Current bid count (auctions only). |
| `timeLeft` | string or null | Time remaining on auction (e.g. `"2d 4h"`). Auctions only. |
| `bestOfferAvailable` | boolean | Whether the seller accepts Best Offer. |
| `shippingCost` | float | Shipping cost. `0` when free. |
| `freeShipping` | boolean | `true` when shipping is free. |
| `itemLocation` | string | Seller's item location as shown on eBay. |
| `soldCount` | integer or null | Units sold by this listing, when shown. |
| `watcherCount` | integer or null | Number of watchers, when shown. |
| `isSponsored` | boolean | `true` if eBay tagged the listing as sponsored. |
| `imageUrl` | string | Primary listing image URL. |
| `searchQuery` | string | The query or URL that produced this result. |
| `scrapedAt` | string | ISO 8601 timestamp of when the item was scraped. |

`originalPrice`, `discountPercent`, `bidsCount`, `timeLeft`, `soldCount`, and `watcherCount` are `null` when eBay doesn't surface them on the listing card.

***

### Use with AI Agents (MCP)

Connect this actor to any MCP-compatible AI client: Claude Desktop, Claude.ai, Cursor, VS Code, LangChain, LlamaIndex, or custom agents.

**Apify MCP server URL:**

`https://mcp.apify.com?tools=santamaria-automations/ebay-scraper`

**Example prompt once connected:**

> "Use `ebay-scraper` to find the 20 cheapest refurbished iPhone 15 Pro listings on ebay.com under $800. Return results as a table with price, condition, and link."

Clients that support dynamic tool discovery (Claude.ai, VS Code) will receive the full input schema automatically.

***

### Why This Scraper

No browser, no headless Chrome. The actor runs HTTP-only and fits in 128MB RAM, which keeps per-result cost low. All 8 major eBay regional sites work with a single `marketplace` parameter. Per-result pricing means you don't pay for pages that fail to load.

***

### Common Use Cases

- **Resale sourcing**: Find underpriced Buy It Now listings before competitors do
- **Competitor pricing**: Monitor what a specific item sells for across multiple sellers
- **Auction monitoring**: Use `sortBy: "ending_soonest"` with `listingType: "auction"` to track closing auctions
- **Price alerting**: Run on a schedule and diff results to catch drops or spikes

***

### Supported Marketplaces

| `marketplace` value | Site |
| --- | --- |
| `ebay.com` | eBay United States |
| `ebay.co.uk` | eBay United Kingdom |
| `ebay.de` | eBay Germany |
| `ebay.fr` | eBay France |
| `ebay.it` | eBay Italy |
| `ebay.es` | eBay Spain |
| `ebay.ca` | eBay Canada |
| `ebay.com.au` | eBay Australia |

***

### Related Actors

- [eBay Sold Listings Scraper](https://apify.com/santamaria-automations/ebay-sold-scraper): Scrapes completed eBay sales for real transaction prices plus built-in price analytics (avg, median, recommended). Use it alongside this actor to compare asking prices against what items actually sell for.

***

### Support

For bugs, feature requests, or marketplace issues, open a ticket on the [Issues tab](https://apify.com/santamaria-automations/ebay-scraper/issues). We typically respond within 24 hours.

Contact: contact@nanoscrape.com

# Actor input Schema

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

Keywords to search on eBay (e.g. 'vintage rolex', 'iphone 15 pro'). Each keyword is scraped separately.

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

eBay search or category page URLs to scrape directly. Overrides searchQueries if both provided.

## `marketplace` (type: `string`):

Which eBay regional site to scrape. Each marketplace returns listings in the local currency.

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

Maximum total listings to return across all queries.

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

Filter by item condition. Leave empty for all.

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

Filter by listing format. 'All' returns both auctions and fixed-price listings.

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

Sort order for results.

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

Minimum listing price filter.

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

Maximum listing price filter.

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

Only return listings with free shipping.

## `concurrency` (type: `integer`):

Number of parallel requests. Increase for faster scraping of many queries.

## Actor input object example

```json
{
  "searchQueries": [
    "vintage camera"
  ],
  "marketplace": "ebay.com",
  "maxResults": 100,
  "listingType": "all",
  "sortBy": "best_match",
  "freeShippingOnly": false,
  "concurrency": 5
}
```

# Actor output Schema

## `results` (type: `string`):

Dataset of scraped eBay active listings. Each row contains itemId, title, price, condition, listingType, shippingCost, soldCount, imageUrl, and more.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchQueries": [
        "vintage camera"
    ],
    "maxResults": 100,
    "concurrency": 5
};

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

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

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

```

## Python example

```python
from apify_client import ApifyClient

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

# Prepare the Actor input
run_input = {
    "searchQueries": ["vintage camera"],
    "maxResults": 100,
    "concurrency": 5,
}

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

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

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

```

## CLI example

```bash
echo '{
  "searchQueries": [
    "vintage camera"
  ],
  "maxResults": 100,
  "concurrency": 5
}' |
apify call santamaria-automations/ebay-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "eBay Product Scraper · 8 Marketplaces",
        "description": "Scrape eBay active listings by keyword or URL. Returns 20+ fields: price, condition, shipping, bids, sold count, images. Supports all 8 eBay marketplaces. HTTP-only, 128MB RAM.",
        "version": "1.0",
        "x-build-id": "YjJdcwppg4vbNMPHG"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/santamaria-automations~ebay-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-santamaria-automations-ebay-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/santamaria-automations~ebay-scraper/runs": {
            "post": {
                "operationId": "runs-sync-santamaria-automations-ebay-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/santamaria-automations~ebay-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-santamaria-automations-ebay-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "searchQueries": {
                        "title": "Search Keywords",
                        "type": "array",
                        "description": "Keywords to search on eBay (e.g. 'vintage rolex', 'iphone 15 pro'). Each keyword is scraped separately.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "eBay search or category page URLs to scrape directly. Overrides searchQueries if both provided.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "marketplace": {
                        "title": "eBay Marketplace",
                        "enum": [
                            "ebay.com",
                            "ebay.co.uk",
                            "ebay.de",
                            "ebay.fr",
                            "ebay.it",
                            "ebay.es",
                            "ebay.ca",
                            "ebay.com.au"
                        ],
                        "type": "string",
                        "description": "Which eBay regional site to scrape. Each marketplace returns listings in the local currency.",
                        "default": "ebay.com"
                    },
                    "maxResults": {
                        "title": "Max Results",
                        "minimum": 1,
                        "maximum": 10000,
                        "type": "integer",
                        "description": "Maximum total listings to return across all queries.",
                        "default": 100
                    },
                    "condition": {
                        "title": "Condition Filter",
                        "type": "array",
                        "description": "Filter by item condition. Leave empty for all.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "new",
                                "open_box",
                                "refurbished",
                                "used",
                                "for_parts"
                            ],
                            "enumTitles": [
                                "New",
                                "Open Box",
                                "Certified Refurbished",
                                "Used",
                                "For Parts / Not Working"
                            ]
                        }
                    },
                    "listingType": {
                        "title": "Listing Type",
                        "enum": [
                            "all",
                            "auction",
                            "buy_it_now",
                            "accepts_offers"
                        ],
                        "type": "string",
                        "description": "Filter by listing format. 'All' returns both auctions and fixed-price listings.",
                        "default": "all"
                    },
                    "sortBy": {
                        "title": "Sort By",
                        "enum": [
                            "best_match",
                            "ending_soonest",
                            "newly_listed",
                            "price_low",
                            "price_high"
                        ],
                        "type": "string",
                        "description": "Sort order for results.",
                        "default": "best_match"
                    },
                    "minPrice": {
                        "title": "Min Price (USD)",
                        "type": "number",
                        "description": "Minimum listing price filter."
                    },
                    "maxPrice": {
                        "title": "Max Price (USD)",
                        "type": "number",
                        "description": "Maximum listing price filter."
                    },
                    "freeShippingOnly": {
                        "title": "Free Shipping Only",
                        "type": "boolean",
                        "description": "Only return listings with free shipping.",
                        "default": false
                    },
                    "concurrency": {
                        "title": "Concurrency",
                        "minimum": 1,
                        "maximum": 20,
                        "type": "integer",
                        "description": "Number of parallel requests. Increase for faster scraping of many queries.",
                        "default": 5
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
