# Ebay Scraper (`silentflow/ebay-scraper`) Actor

Extract eBay listings at scale — prices, conditions, seller ratings, shipping costs, bids, and item specifics from any eBay marketplace. Search by keyword with filters for condition, price range, and listing type. Retrieve full details with specs, images, brand, and product identifiers.

- **URL**: https://apify.com/silentflow/ebay-scraper.md
- **Developed by:** [SilentFlow](https://apify.com/silentflow) (community)
- **Categories:** E-commerce, Lead generation, Automation
- **Stats:** 9 total users, 0 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

$24.99/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period.You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

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

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

by [SilentFlow](https://apify.com/silentflow)

Extract eBay listings at scale, prices, conditions, seller ratings, shipping details, bids, item specifics, and product identifiers from any eBay marketplace worldwide.

### ✨ Why use this scraper?

- 🌍 **All eBay sites**: US, UK, Germany, France, Canada, Australia, Italy, Spain, one tool for every market
- 🔍 **Keyword search**: Just type your search terms, no need to construct URLs manually
- 🎯 **Powerful filters**: Filter by condition (new/used/refurbished), listing type (Buy It Now / Auction), and price range
- 📦 **Rich data**: Title, price, original price, seller with feedback score, shipping cost, location, bids, sold count, and more
- 🔬 **Full item details**: Enable detail page scraping for description, item specifics (Brand, Color, Size, MPN, UPC/EAN), and all product images

### 🎯 Use cases

| Industry | Application |
|----------|-------------|
| **E-commerce** | Track competitor pricing and identify arbitrage opportunities |
| **Market Research** | Analyze supply, demand, and price trends for any product category |
| **Price Intelligence** | Monitor sold prices and "was price" discounts for dynamic pricing |
| **Inventory Sourcing** | Find bulk lots, wholesale items, and underpriced listings automatically |
| **Dropshipping** | Discover trending products with high sold counts and healthy margins |
| **Product Catalog** | Build product databases with brand, identifiers (UPC/EAN/MPN), and images |

### 📥 Input parameters

#### URL Scraping

| Parameter | Type | Description |
|-----------|------|-------------|
| `startUrls` | array | Direct eBay URLs to scrape (search pages or item detail pages) |

#### Search

| Parameter | Type | Description |
|-----------|------|-------------|
| `searches` | array | Keywords to search (e.g., `["iphone 15 pro max", "macbook pro m3"]`) |
| `site` | string | eBay marketplace: `ebay.com`, `ebay.co.uk`, `ebay.de`, `ebay.fr`, `ebay.ca`, `ebay.it`, `ebay.es`, `ebay.com.au` |

#### Sorting & Filtering

| Parameter | Type | Description |
|-----------|------|-------------|
| `sort` | string | `best_match` (default), `ending_soon`, `price_asc`, `price_desc`, `newest` |
| `condition` | string | `any` (default), `new`, `used`, `refurbished` |
| `listingType` | string | `any` (default), `buy_now`, `auction` |
| `minPrice` | number | Minimum price filter (0 = no minimum) |
| `maxPrice` | number | Maximum price filter (0 = no maximum) |
| `category` | string | eBay category ID (e.g., `9355` for Cell Phones, empty for all) |

#### Limits

| Parameter | Type | Description |
|-----------|------|-------------|
| `maxItems` | integer | Maximum total listings to save (default: 50) |

#### Options

| Parameter | Type | Description |
|-----------|------|-------------|
| `includeDetails` | boolean | Fetch each item's detail page for description, item specifics, all images, EAN/UPC/MPN (default: false) |

#### Advanced

| Parameter | Type | Description |
|-----------|------|-------------|
| `proxy` | object | Proxy configuration (residential recommended) |

### 📊 Output data

#### Listing example (includeDetails: false)

```json
{
  "id": "156789012345",
  "url": "https://www.ebay.com/itm/156789012345",
  "title": "Apple iPhone 15 Pro Max 256GB - Natural Titanium - Unlocked",
  "subtitle": "FREE FEDEX 2 DAY - 60 DAY RETURNS - 1 YEAR WARRANTY",
  "price": "$949.99",
  "priceValue": 949.99,
  "currency": "USD",
  "originalPrice": "$1,199.99",
  "originalPriceValue": 1199.99,
  "condition": "Excellent - Refurbished",
  "listingType": "BuyItNow",
  "bestOffer": false,
  "topRatedPlus": true,
  "returnsAccepted": true,
  "bidsCount": 0,
  "endDate": "",
  "imageUrl": "https://i.ebayimg.com/images/g/abc123/s-l1600.jpg",
  "images": [],
  "seller": "apple_reseller_pro",
  "sellerUrl": "https://www.ebay.com/usr/apple_reseller_pro",
  "sellerFeedbackScore": 15234,
  "sellerFeedbackPct": 99.8,
  "itemLocation": "California, United States",
  "shipsTo": "",
  "shippingCost": "Free shipping",
  "freeShipping": true,
  "excludesShipping": "",
  "soldCount": 47,
  "available": 0,
  "availableText": "",
  "watchersCount": 62,
  "whyToBuy": ["Free shipping and returns", "47 sold", "Ships from California, United States", "Top Rated Plus seller"],
  "category": "",
  "breadcrumbs": [],
  "brand": "",
  "ean": "",
  "upc": "",
  "mpn": "",
  "description": "",
  "specifications": {},
  "lastUpdated": "",
  "scrapedAt": "2026-02-27T10:30:00Z",
  "dataType": "listing"
}
````

#### Full item example (includeDetails: true)

```json
{
  "id": "156789012345",
  "url": "https://www.ebay.com/itm/156789012345",
  "title": "Apple iPhone 15 Pro Max 256GB - Natural Titanium - Unlocked",
  "price": "$949.99",
  "priceValue": 949.99,
  "currency": "USD",
  "condition": "New",
  "listingType": "BuyItNow",
  "bestOffer": false,
  "topRatedPlus": true,
  "returnsAccepted": true,
  "imageUrl": "https://i.ebayimg.com/images/g/abc123/s-l1600.jpg",
  "images": [
    "https://i.ebayimg.com/images/g/abc123/s-l1600.jpg",
    "https://i.ebayimg.com/images/g/def456/s-l1600.jpg"
  ],
  "seller": "apple_reseller_pro",
  "sellerFeedbackScore": 15234,
  "sellerFeedbackPct": 99.8,
  "itemLocation": "California, United States",
  "freeShipping": true,
  "shippingCost": "Free shipping",
  "whyToBuy": ["Free shipping and returns", "47 sold", "Ships from California, United States", "Top Rated Plus seller"],
  "brand": "Apple",
  "upc": "195949035500",
  "mpn": "MQDY3LL/A",
  "category": "Cell Phones & Smartphones",
  "breadcrumbs": ["Cell Phones & Accessories", "Cell Phones & Smartphones"],
  "description": "Factory unlocked Apple iPhone 15 Pro Max...",
  "specifications": {
    "Brand": "Apple",
    "Model": "iPhone 15 Pro Max",
    "Storage Capacity": "256 GB",
    "Color": "Natural Titanium",
    "Network": "Unlocked",
    "Operating System": "iOS",
    "Connectivity": "5G"
  },
  "shipsTo": "United States and many other countries",
  "excludesShipping": "Alaska/Hawaii, APO/FPO, US Protectorates",
  "lastUpdated": "Feb 27, 2026",
  "scrapedAt": "2026-02-27T10:30:00Z",
  "dataType": "listing"
}
```

### 🗂️ Data fields

| Category | Fields |
|----------|--------|
| **Identity** | `id`, `url`, `title`, `subtitle` |
| **Pricing** | `price`, `priceValue`, `currency`, `originalPrice`, `originalPriceValue` |
| **Listing** | `condition`, `listingType`, `bestOffer`, `topRatedPlus`, `returnsAccepted`, `bidsCount`, `endDate` |
| **Seller** | `seller`, `sellerUrl`, `sellerFeedbackScore`, `sellerFeedbackPct` |
| **Shipping** | `shippingCost`, `freeShipping`, `itemLocation`, `shipsTo`, `excludesShipping` |
| **Availability** | `soldCount`, `available`, `availableText`, `watchersCount` |
| **Highlights** | `whyToBuy`, key selling signals (free shipping, sold count, location, Top Rated Plus) |
| **Category** | `category`, `breadcrumbs` |
| **Identifiers** | `brand`, `ean`, `upc`, `mpn` |
| **Detail (opt.)** | `description`, `specifications`, `images` |
| **Meta** | `lastUpdated`, `scrapedAt`, `dataType` |

### 🚀 Examples

#### Search for new iPhones under $1000

```json
{
  "searches": ["iphone 15 pro max"],
  "site": "ebay.com",
  "condition": "new",
  "listingType": "buy_now",
  "maxPrice": 1000,
  "maxItems": 100
}
```

#### Monitor ending auctions for vintage watches

```json
{
  "searches": ["rolex submariner", "omega seamaster vintage"],
  "sort": "ending_soon",
  "listingType": "auction",
  "maxItems": 50
}
```

#### Scrape UK eBay for used MacBooks

```json
{
  "searches": ["macbook pro m3"],
  "site": "ebay.co.uk",
  "condition": "used",
  "sort": "price_asc",
  "maxItems": 200,
  "includeDetails": true
}
```

#### Scrape specific eBay search URLs directly

```json
{
  "startUrls": [
    {"url": "https://www.ebay.com/sch/i.html?_nkw=ps5&LH_BIN=1"},
    {"url": "https://www.ebay.com/itm/156789012345"}
  ],
  "maxItems": 60
}
```

### 💻 Integrations

#### Python

```python
from apify_client import ApifyClient

client = ApifyClient("YOUR_API_TOKEN")

run_input = {
    "searches": ["iphone 15 pro max"],
    "site": "ebay.com",
    "condition": "new",
    "maxItems": 100,
}

run = client.actor("silentflow/ebay-scraper").call(run_input=run_input)

for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item["title"], item["price"])
```

#### JavaScript

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

const client = new ApifyClient({ token: 'YOUR_API_TOKEN' });

const run = await client.actor('silentflow/ebay-scraper').call({
    searches: ['iphone 15 pro max'],
    site: 'ebay.com',
    condition: 'new',
    maxItems: 100,
});

const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach(item => console.log(item.title, item.price));
```

### 📈 Performance & limits

| Metric | Value |
|--------|-------|
| Items per page | ~60 listings |
| Speed (listing only) | ~200-400 items/min |
| Speed (with details) | ~30-60 items/min |
| Max pages per search | 100 (eBay limit) |
| Supported sites | 8 eBay marketplaces |

### 💡 Tips for best results

1. **Start without detail pages**: Set `includeDetails: false` for fast bulk scraping. Enable it only when you need description, specs, or identifiers.
2. **Use price filters**: Narrow results to your target range with `minPrice` / `maxPrice` to avoid irrelevant listings.
3. **Search multiple sites**: Run searches on `ebay.co.uk` and `ebay.de` to compare international prices.
4. **Auction monitoring**: Set `sort: ending_soon` + `listingType: auction` to monitor items about to end.
5. **Category IDs**: Use a specific category ID (e.g., `9355` for Cell Phones) to avoid cross-category noise.

### ❓ FAQ

**Q: Can I scrape multiple eBay sites in one run?**
A: Each run targets one site. To scrape multiple sites, create separate runs with different `site` values, or provide start URLs from different eBay domains.

**Q: How many results can I get per search?**
A: eBay typically returns up to 60 items per page, with a maximum of 100 pages per search (~6000 items). Use `maxItems` to control how many listings you collect.

**Q: What's the difference between listing and detail data?**
A: Listing data (fast) includes price, condition, seller, shipping, and image. Detail data (`includeDetails: true`) adds description, item specifics (Brand/Color/Size/MPN/UPC), and all product images.

**Q: Does it work for auction items?**
A: Yes. Auction listings include `bidsCount`, `endDate`, and `listingType: "Auction"`. Filter to auctions only with `listingType: "auction"`.

**Q: What if no results are found?**
A: The scraper will return an empty dataset. Try broadening your search terms or removing filters.

### 📬 Support

Need help? We're here for you:

- **Feature requests**: Let us know what you need
- **Custom solutions**: Contact us for enterprise integrations or high-volume needs

Check out our other scrapers: [SilentFlow on Apify](https://apify.com/silentflow)

# Actor input Schema

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

eBay URLs to scrape directly. Supports search results pages and individual item pages.

## `searches` (type: `array`):

Keywords to search for on eBay. Each query runs as a separate search.

## `site` (type: `string`):

Which eBay marketplace to search.

## `sort` (type: `string`):

How to order search results.

## `condition` (type: `string`):

Filter listings by item condition.

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

Filter by listing format.

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

Minimum price filter (in the site's local currency). Leave at 0 for no minimum.

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

Maximum price filter (in the site's local currency). Leave at 0 for no maximum.

## `category` (type: `string`):

eBay category ID to search within (e.g., '9355' for Cell Phones). Leave empty for all categories.

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

Maximum total number of listings to save.

## `includeDetails` (type: `boolean`):

Visit each item's page for full data: description, item specifics (Brand, Color, Size...), all images, EAN/UPC/MPN. Slower but returns richer data.

## `proxy` (type: `object`):

Configure proxy for scraping. Residential proxies are recommended for best reliability.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.ebay.com/sch/i.html?_nkw=iphone+15+pro+max"
    }
  ],
  "searches": [
    "iphone 15 pro max",
    "macbook pro m3"
  ],
  "site": "ebay.com",
  "sort": "best_match",
  "condition": "any",
  "listingType": "any",
  "minPrice": 0,
  "maxPrice": 0,
  "category": "",
  "maxItems": 50,
  "includeDetails": false,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

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

All scraped listings with full data.

## `resultsCSV` (type: `string`):

CSV format for spreadsheet analysis.

## `resultsExcel` (type: `string`):

Excel format export.

# 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 = {
    "startUrls": [
        {
            "url": "https://www.ebay.com/sch/i.html?_nkw=iphone+15+pro+max"
        }
    ],
    "searches": [
        "iphone 15 pro max",
        "macbook pro m3"
    ],
    "site": "ebay.com",
    "sort": "best_match",
    "condition": "any",
    "listingType": "any",
    "maxItems": 50,
    "proxy": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("silentflow/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 = {
    "startUrls": [{ "url": "https://www.ebay.com/sch/i.html?_nkw=iphone+15+pro+max" }],
    "searches": [
        "iphone 15 pro max",
        "macbook pro m3",
    ],
    "site": "ebay.com",
    "sort": "best_match",
    "condition": "any",
    "listingType": "any",
    "maxItems": 50,
    "proxy": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("silentflow/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 '{
  "startUrls": [
    {
      "url": "https://www.ebay.com/sch/i.html?_nkw=iphone+15+pro+max"
    }
  ],
  "searches": [
    "iphone 15 pro max",
    "macbook pro m3"
  ],
  "site": "ebay.com",
  "sort": "best_match",
  "condition": "any",
  "listingType": "any",
  "maxItems": 50,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call silentflow/ebay-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Ebay Scraper",
        "description": "Extract eBay listings at scale — prices, conditions, seller ratings, shipping costs, bids, and item specifics from any eBay marketplace. Search by keyword with filters for condition, price range, and listing type. Retrieve full details with specs, images, brand, and product identifiers.",
        "version": "1.0",
        "x-build-id": "dNlv6IEw0hCvK8nNh"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/silentflow~ebay-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-silentflow-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/silentflow~ebay-scraper/runs": {
            "post": {
                "operationId": "runs-sync-silentflow-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/silentflow~ebay-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-silentflow-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": {
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "eBay URLs to scrape directly. Supports search results pages and individual item pages.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "searches": {
                        "title": "Search queries",
                        "type": "array",
                        "description": "Keywords to search for on eBay. Each query runs as a separate search.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "site": {
                        "title": "eBay site",
                        "enum": [
                            "ebay.com",
                            "ebay.co.uk",
                            "ebay.de",
                            "ebay.fr",
                            "ebay.ca",
                            "ebay.it",
                            "ebay.es",
                            "ebay.com.au"
                        ],
                        "type": "string",
                        "description": "Which eBay marketplace to search.",
                        "default": "ebay.com"
                    },
                    "sort": {
                        "title": "Sort results by",
                        "enum": [
                            "best_match",
                            "ending_soon",
                            "price_asc",
                            "price_desc",
                            "newest"
                        ],
                        "type": "string",
                        "description": "How to order search results.",
                        "default": "best_match"
                    },
                    "condition": {
                        "title": "Condition",
                        "enum": [
                            "any",
                            "new",
                            "used",
                            "refurbished"
                        ],
                        "type": "string",
                        "description": "Filter listings by item condition.",
                        "default": "any"
                    },
                    "listingType": {
                        "title": "Listing type",
                        "enum": [
                            "any",
                            "buy_now",
                            "auction"
                        ],
                        "type": "string",
                        "description": "Filter by listing format.",
                        "default": "any"
                    },
                    "minPrice": {
                        "title": "Minimum price",
                        "minimum": 0,
                        "type": "number",
                        "description": "Minimum price filter (in the site's local currency). Leave at 0 for no minimum.",
                        "default": 0
                    },
                    "maxPrice": {
                        "title": "Maximum price",
                        "minimum": 0,
                        "type": "number",
                        "description": "Maximum price filter (in the site's local currency). Leave at 0 for no maximum.",
                        "default": 0
                    },
                    "category": {
                        "title": "Category ID",
                        "type": "string",
                        "description": "eBay category ID to search within (e.g., '9355' for Cell Phones). Leave empty for all categories.",
                        "default": ""
                    },
                    "maxItems": {
                        "title": "Maximum number of items",
                        "minimum": 1,
                        "maximum": 10000,
                        "type": "integer",
                        "description": "Maximum total number of listings to save.",
                        "default": 50
                    },
                    "includeDetails": {
                        "title": "Scrape item detail pages",
                        "type": "boolean",
                        "description": "Visit each item's page for full data: description, item specifics (Brand, Color, Size...), all images, EAN/UPC/MPN. Slower but returns richer data.",
                        "default": false
                    },
                    "proxy": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Configure proxy for scraping. Residential proxies are recommended for best reliability.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ]
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
