# eBay: Active & Sold Listings, Prices & Analytics (17 Markets) (`memo23/ebay-search-scraper-ppe`) Actor

Scrape eBay active & sold listings across 17 marketplaces. Search by keyword or URL — get prices, sold price & date, sell-through rate, condition, shipping, item specifics, identifiers (UPC/MPN), images & seller details. Fast/full-detail modes + change monitoring

- **URL**: https://apify.com/memo23/ebay-search-scraper-ppe.md
- **Developed by:** [Muhamed Didovic](https://apify.com/memo23) (community)
- **Categories:** E-commerce, AI, Agents
- **Stats:** 2 total users, 1 monthly users, 94.1% runs succeeded, 0 bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

from $5.00 / 1,000 detailed item (full item page)s

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 Search Results and Listing Details Scraper

### Overview

The eBay Search Results and Listing Details Scraper allows you to efficiently extract detailed product information from eBay's search results as well as the product details page for each item. Whether you're interested in gathering insights for market analysis, tracking product trends, or simply collecting eBay data for competitive research, this scraper can help streamline the process.

Search by **plain keyword** (with condition, price, sort, listing-type, free-shipping, seller & category filters) or paste eBay URLs. Scrape **active listings, sold/completed listings** (real sold prices **+ sell-through rate** for comps), or both — across **17 marketplaces**. Choose **fast** search-results data or **detailed** item-page enrichment, and optionally **monitor** for new listings and price changes between runs.

With eBay hosting millions of products, this scraper is a useful tool for scraping structured data from search result listings and diving into individual product details for in-depth analysis.

### 🚀 Try It Now

Get started with our scraper in seconds:

1. [Run on Apify](https://apify.com/memo23/apify-ebay-search-cheerio)
2. Enter your target eBay URLs
3. Start scraping!

### 🌟 Real-World Examples

#### 1. Search with Seller Filter
````

https://www.ebay.com/sch/i.html?\_nkw=louis+vuitton&\_ssn=brandstreet.tokyo

```

#### 2. Seller Store Page
```

https://www.ebay.com/str/pureazureshop

```

#### 3. Store Category Page
```

https://www.ebay.com/str/tatsuen/LOUIS-VUITTON/\_i.html?store\_cat=80008169013

```

#### 4. eBay Category Page
```

https://www.ebay.de/b/Blinkgeber-Autoelektrik-Ersatz-Reparaturteile/33717/bn\_99327740

```

#### 5. Individual Product Page
```

https://www.ebay.co.uk/itm/226771215916

````

#### 6. Keyword Search with Filters (no URL needed)
```json
{ "searchQuery": "vintage rolex submariner", "condition": "used", "minPrice": 2000, "sortBy": "price_asc" }
````

#### 7. Sold Price Comps on a Regional Marketplace

```json
{ "searchQuery": "pokemon charizard psa 10", "mode": "sold", "marketplace": "ebay.co.uk" }
```

#### 8. Fast / Cheap Active Listings (search-results data only)

```json
{ "searchQuery": "mechanical keyboard", "detailedItems": false, "maxItems": 2000 }
```

### ✨ Features

- **Keyword Search & Filters** *(no URL building required)*
  - Search by plain keyword (`searchQuery`) instead of hand-crafting eBay URLs
  - Filter by condition (New / Used / Refurbished / Open box), min/max price, and sort order
  - Or paste raw eBay URLs — both work through the same pipeline

- **Active, Sold & Completed Listings**
  - `mode`: **active** (live listings), **sold** (confirmed sold prices for comps — ~last 90 days), or **both**
  - Sold rows include the actual **sold price** and **sold date** — ideal for resale pricing, market research, and Terapeak-style comps

- **17 eBay Marketplaces**
  - US, UK, DE, FR, IT, ES, CA, AU, NL, AT, CH, IE, PL, HK, MY, PH, SG
  - Set the `marketplace`, or just paste a regional URL (`ebay.co.uk`, `ebay.de`, …) — currency & language follow automatically

- **Sell-through & demand analytics** *(sold / both mode)*
  - Per search: avg / median / min / max sold price + a **recommended price**
  - Plus **sell-through rate**, total sold, total active, and units-sold-per-day — the Terapeak-style demand metric

- **Fast or Detailed (cost control)**
  - `detailedItems: false` → returns rich data straight from the search results (price, condition, shipping, image, availability) — much faster & cheaper
  - `detailedItems: true` (default) → also visits each item page for item specifics, full description, gallery images, and seller details

- **Comprehensive Data Extraction**
  - Product titles, prices (display + numeric + currency), conditions, and shipping
  - Auction info (bid count, time left) and Buy-It-Now
  - Seller details and ratings, item specifics and descriptions
  - Product images and variations
  - Sold price & sold date for completed listings

- **Wide URL Support**
  - Search results pages, seller store pages, store category pages, eBay category pages, and individual product pages

- **Change & Price Monitoring**
  - `monitoringMode` returns only *new* listings vs. previous runs
  - `enablePriceMonitoring` flags items whose price changed since the last run

- **Reliable Performance**
  - Mobile-API based — robust against eBay's anti-scraping (Datadome) measures
  - Explicit, loud failure handling: a bad/404 URL, an expired auth token, and a genuinely empty (0-result) search are reported distinctly — no silent failures
  - Customizable concurrency, automatic retry with session/proxy rotation, efficient pagination, structured JSON output

### How to Use

1. **Set Up**: Ensure you have an Apify account and access to the Apify platform.
2. **Provide Start URLs**: Add the URLs you want to scrape. These URLs can be from eBay's search results page, allowing you to specify the exact type of items you want to collect data for.
3. **Adjust Scraper Settings**: Modify settings such as `maxConcurrency`, `minConcurrency`, and `maxRequestRetries` to match your requirements.
4. **Configure Proxy Settings**: **IMPORTANT** - Configure residential proxies with the appropriate country code (see below for details).
5. **Run the Scraper**: Execute the scraper on the Apify platform. The output will be available in various formats, including JSON, CSV, or Excel.

### ⚠️ Important: Proxy Configuration

> **CRITICAL**: This scraper **REQUIRES residential proxies** from the target country for reliable results.

eBay implements strict geographic filtering that shows different results based on your location. Without proper proxy configuration, you may experience:

- **0 results** or drastically reduced item counts
- **Missing products** that are only visible to users from specific countries
- **Incorrect pricing** and shipping information
- **Regional restrictions** blocking access to certain sellers

#### Recommended Proxy Setup

**For US eBay (ebay.com):**

```json
{
    "proxy": {
        "useApifyProxy": true,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "US"
    }
}
```

**For UK eBay (ebay.co.uk):**

```json
{
    "proxy": {
        "useApifyProxy": true,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "GB"
    }
}
```

**For German eBay (ebay.de):**

```json
{
    "proxy": {
        "useApifyProxy": true,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "DE"
    }
}
```

#### Country Codes Reference

Always match the proxy country to your target eBay marketplace:

- `US` - United States (ebay.com)
- `GB` - United Kingdom (ebay.co.uk)
- `DE` - Germany (ebay.de)
- `FR` - France (ebay.fr)
- `IT` - Italy (ebay.it)
- `ES` - Spain (ebay.es)
- `AU` - Australia (ebay.com.au)
- `CA` - Canada (ebay.ca)

### Input Configuration

Here is an example of how to set up the input for the eBay Scraper. You can provide various types of URLs:

1. **Search results pages**: To scrape multiple items matching search criteria
2. **Seller pages**: To scrape all items from a specific seller
3. **Individual item pages**: To scrape detailed information about a specific product

```json
{
    "startUrls": [
        // Search with seller filter
        "https://www.ebay.com/sch/i.html?_nkw=louis+vuitton&_ssn=brandstreet.tokyo",
        
        // Seller store page
        "https://www.ebay.com/str/pureazureshop",
        
        // Store category page
        "https://www.ebay.com/str/tatsuen/LOUIS-VUITTON/_i.html?store_cat=80008169013",
        
        // eBay category page
        "https://www.ebay.de/b/Blinkgeber-Autoelektrik-Ersatz-Reparaturteile/33717/bn_99327740",
        
        // Individual product page
        "https://www.ebay.co.uk/itm/226771215916"
    ],
    "marketplace": "ebay.com",
    "mode": "active",
    "detailedItems": true,
    "maxItems": 1000,
    "maxConcurrency": 10,
    "minConcurrency": 1,
    "maxRequestRetries": 100,
    "proxy": {
        "useApifyProxy": true,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "US"
    }
}
```

**Or skip URLs entirely and search by keyword:**

```json
{
    "searchQuery": "iphone 16 pro 256gb",
    "marketplace": "ebay.co.uk",
    "mode": "sold",
    "condition": "used",
    "minPrice": 200,
    "maxPrice": 900,
    "sortBy": "price_asc",
    "maxItems": 500,
    "proxy": {
        "useApifyProxy": true,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "GB"
    }
}
```

#### Input Fields Explanation

- **Start URLs** (`startUrls`): URLs to start scraping from (optional if you use `searchQuery`). These can be:
  - Search results pages (e.g., `https://www.ebay.com/sch/...`)
  - Seller pages (e.g., `https://www.ebay.com/str/sellername`)
  - Individual product pages (e.g., `https://www.ebay.co.uk/itm/123456789`)
- **Search Query** (`searchQuery`): Search by keyword instead of building URLs — e.g. `"iphone 16 pro"`. Combined with the marketplace, mode, condition, price and sort options below. Leave empty if you provided Start URLs.
- **Marketplace** (`marketplace`): Which eBay site to scrape — one of `ebay.com`, `ebay.co.uk`, `ebay.de`, `ebay.fr`, `ebay.it`, `ebay.es`, `ebay.ca`, `ebay.com.au`. Currency and language follow automatically. A regional domain in a pasted URL (e.g. `ebay.de`) overrides this. Default `ebay.com`.
- **Listing Mode** (`mode`): `active` (live listings, default), `sold` (confirmed sold / completed listings for price comps — roughly the last 90 days), or `both`. Sold rows include `sold` and `soldDate`.
- **Condition** (`condition`): `any` (default), `new`, `used`, `refurbished`, or `open_box` — applies to keyword searches.
- **Min / Max Price** (`minPrice` / `maxPrice`): Price bounds in the marketplace currency — applies to keyword searches.
- **Sort By** (`sortBy`): `best_match` (default), `ending_soon`, `newest`, `price_asc`, or `price_desc`.
- **Listing Type** (`listingType`): `all` (default), `auction`, or `bin` (Buy It Now) — keyword-search only.
- **Free shipping only** (`freeShipping`) / **Returns accepted only** (`returnsAccepted`): booleans, keyword-search only.
- **Seller** (`seller`): limit a keyword search to one seller's username.
- **Category ID** (`category`): limit a keyword search to an eBay category by numeric ID (e.g. `9355`).
- **Marketplace** (`marketplace`): one of 17 — `ebay.com`, `ebay.co.uk`, `ebay.de`, `ebay.fr`, `ebay.it`, `ebay.es`, `ebay.ca`, `ebay.com.au`, `ebay.nl`, `ebay.at`, `ebay.ch`, `ebay.ie`, `ebay.pl`, `ebay.com.hk`, `ebay.com.my`, `ebay.ph`, `ebay.com.sg`.
- **Fetch Full Item Details** (`detailedItems`): When `true` (default), each active listing's item page is fetched for item specifics, full description, gallery and seller details. When `false`, active listings are returned straight from search results (much faster & cheaper). Sold listings always come from search results.
- **Max Items** (`maxItems`): Maximum number of items to scrape (per search chain; in `both` mode the active and sold searches each return up to this many). Default `1000`.
- **Max Concurrency** (`maxConcurrency`): Maximum number of pages processed simultaneously. Default is `10`.
- **Min Concurrency** (`minConcurrency`): Minimum number of pages processed simultaneously. Default is `1`.
- **Max Request Retries** (`maxRequestRetries`): Number of times the scraper will retry a failed request before giving up. Default is `100`.
- **Proxy Configuration** (`proxy`): **REQUIRED** - Specifies residential proxy configuration:
  - `useApifyProxy`: Set to `true` to use Apify's proxy service
  - `apifyProxyGroups`: Use `["RESIDENTIAL"]` for best results
  - `apifyProxyCountry`: **CRITICAL** - Must match your target eBay marketplace (e.g., `"US"` for ebay.com, `"GB"` for ebay.co.uk)

### Output Structure

Every result is **one flat, clean row** — search-result data and (optionally) full item-page detail merged together. A copy of the raw search card is kept under `basic_info`, and detailed (item-page) rows also retain the legacy detail fields alongside the new clean ones — both for backward compatibility.

**Core fields (every row):** `itemId`, `url`, `title`, `price` (display string, e.g. `"$899.00"`), `priceValue` (number), `currency`, `condition`, `shipping`, `itemLocation`, `availability` / `quantity`, `image`, `epid`, `marketplace`, `scrapedAt` — plus `bidCount` & `timeLeft` for auctions and `sold` & `soldDate` for sold/completed listings.

**With `detailedItems: true` (active listings)**, each row also includes `seller`, `itemSpecifics` (full label→value map), `images` (gallery URLs), `description`, `shippingDetails`, `returns`, `quantitySold` / `quantityAvailable`, `watchers` (when shown), `bestOfferEnabled`, and product identifiers — `brand`, `mpn`, `upc`, `ean`, `gtin`, `isbn`, `model` (seller placeholders like "Does Not Apply" are dropped).

**With `monitoringMode`**, only listings not seen in previous runs are returned (state is tracked per search URL in a Key-Value store). Add `enablePriceMonitoring` to also return previously-seen listings whose price changed — flagged with `priceChanged: true` and `previousPrice`.

**Sold listing** (`mode: "sold"` or `"both"`) — returned directly from the search results, no detail fetch:

```json
{
  "itemId": "1234567890",
  "title": "Apple iPhone 16 Pro 256GB Natural Titanium Unlocked",
  "price": "$899.00",
  "priceValue": 899,
  "currency": "USD",
  "condition": "Pre-Owned",
  "shipping": "Free shipping",
  "sold": true,
  "soldDate": "Sold  Jun 4, 2026",
  "image": "https://i.ebayimg.com/images/g/.../s-l225.jpg",
  "url": "https://www.ebay.com/itm/1234567890",
  "marketplace": "ebay.com"
}
```

**Sold-price summary** — for `sold` / `both` searches, one analytics row is appended per search (perfect for resale pricing & comps):

```json
{
  "_analytics": true,
  "type": "sold-price-summary",
  "query": "iphone 16 pro",
  "marketplace": "ebay.com",
  "currency": "USD",
  "count": 40,
  "minPrice": 5.3,
  "maxPrice": 1200,
  "averagePrice": 605.82,
  "medianPrice": 575,
  "recommendedPrice": 575,
  "totalSold": 4197,
  "totalActive": 4723,
  "sellThroughRate": 0.4705,
  "soldPerDay": 46.63
}
```

`count` is the number of sold listings sampled for the price stats; `totalSold` / `totalActive` are eBay's full match counts. **`sellThroughRate`** = `totalSold ÷ (totalSold + totalActive)` (demand strength, 0–1), and **`soldPerDay`** ≈ `totalSold ÷ 90`. Sell-through is computed for `sold`/`both` searches (a tiny extra request fetches the active count in `sold`-only mode).

When `detailedItems` is `true` (default) for **active** listings, each row additionally includes the full item-page fields above. Below is an example of that detailed output structure:

````json
[
    {
        "images": [
            {
                "thumbnails": [
                    {
                        "url": "https://i.ebayimg.com/images/g/OBsAAeSwDSJoMJUE/s-l64.jpg",
                        "title": "1 of 22",
                        "type": "thumbnail"
                    }
                ],
                "original": {
                    "url": "https://i.ebayimg.com/images/g/OBsAAeSwDSJoMJUE/s-l400.jpg",
                    "title": "1 of 22",
                    "type": "original"
                },
                "zoom": {
                    "url": "https://i.ebayimg.com/images/g/OBsAAeSwDSJoMJUE/s-l1600.jpg",
                    "title": "1 of 22",
                    "type": "zoom"
                },
                "title": "1 of 22",
                "uploadedSize": {
                    "height": 1200,
                    "width": 1600
                },
                "mediaType": "IMAGE"
            },
            {
                "thumbnails": [
                    {
                        "url": "https://i.ebayimg.com/images/g/sOoAAeSwhFhoMJUE/s-l64.jpg",
                        "title": "2 of 22",
                        "type": "thumbnail"
                    }
                ],
                "original": {
                    "url": "https://i.ebayimg.com/images/g/sOoAAeSwhFhoMJUE/s-l400.jpg",
                    "title": "2 of 22",
                    "type": "original"
                },
                "zoom": {
                    "url": "https://i.ebayimg.com/images/g/sOoAAeSwhFhoMJUE/s-l1600.jpg",
                    "title": "2 of 22",
                    "type": "zoom"
                },
                "title": "2 of 22",
                "uploadedSize": {
                    "height": 1200,
                    "width": 1600
                },
                "mediaType": "IMAGE"
            },
            ...
        ],
        "shipping_section_module": {
            "title": "Shipping",
            "sections": {
                "shipping": {
                    "dataItems": {
                        "shipsto": {
                            "label": "Ships to",
                            "value": "United Kingdom"
                        },
                        "excludes": {
                            "label": "Excludes",
                            "value": "Afghanistan, Libya, Nauru, Russian Federation, Somalia, Ukraine, Yemen"
                        },
                        "itemLocation": {
                            "label": "Location",
                            "value": "Eastbourne, United Kingdom"
                        }
                    }
                },
                "pickup": {
                    "title": "Pickup",
                    "dataItems": {
                        "localPickup": {
                            "label": "Pickup",
                            "values": [
                                "Buyer responsible for vehicle pick-up or shipping",
                                "From Eastbourne, United Kingdom"
                            ]
                        }
                    }
                },
                "title": {
                    "title": "Delivery"
                }
            }
        },
        "returns_section_module": {
            "title": "Returns",
            "sections": {
                "returns": {
                    "dataItems": [
                        {
                            "label": "Returns",
                            "value": "Not accepted"
                        }
                    ]
                }
            }
        },
        "payments_section_module": {
            "title": "Payments",
            "sections": {
                "payments": {
                    "dataItems": {
                        "othermethods": {
                            "label": "Payments",
                            "value": "Cash On Pickup"
                        },
                        "taxes": {
                            "label": "Taxes",
                            "values": [
                                "Taxes may be applicable at checkout.",
                                "Learn more"
                            ]
                        }
                    }
                }
            }
        },
        "title": {
            "mainTitle": "2015 Mitsubishi L200 Barbarian Silver 87,500 Miles No VAT"
        },
        "buy_box": {
            "binModel": {
                "price": "£10,995.00",
                "priceApprox": "$14,883.93",
                "additionalInfo": [
                    {
                        "additionalText": "or Best Offer"
                    }
                ],
                "isAddedToCart": false
            },
            "priceApproxLabel": "approx",
            "repositionCoupon": false,
            "sellerInfo": {
                "profileLogo": {
                    "title": "bigpga 100.0% Positive feedback"
                },
                "dataItems": [
                    "bigpga  (1484)",
                    "100% positive feedback"
                ]
            }
        },
        "buy_box_cta": {
            "buttons": [
                "Buy It Now",
                "Make offer",
                "Add to Watchlist",
                "Added to Watchlist"
            ]
        },
        "about_this_item_min_view": {
            "title": "About this item",
            "sections": {
                "itemSpecificsSection": {
                    "dataItems": {
                        "condition": {
                            "label": "Condition",
                            "value": "Used"
                        },
                        "quantity": {
                            "label": "Quantity",
                            "value": "1 available"
                        },
                        "itemNumber": {
                            "label": "Item number",
                            "value": "226771215916"
                        },
                        "year": {
                            "label": "Year",
                            "value": "2015"
                        },
                        "mileage": {
                            "label": "Mileage",
                            "value": "86600"
                        }
                    }
                }
            }
        },
        "item_desc_seller": {
            "title": "Item description from the seller",
            "sections": {
                "itemDescriptionSection": {
                    "dataItems": {
                        "readMore": "See full description"
                    }
                }
            }
        },
        "shipping_returns_payment_section_module": {
            "title": "Shipping, returns, and payments",
            "sections": {
                "spr": {
                    "dataItems": {
                        "payments": {
                            "label": "Payments",
                            "value": "Cash On Pickup"
                        },
                        "pickup": {
                            "label": "Pickup",
                            "values": [
                                "Buyer responsible for vehicle pick-up or shipping",
                                "From Eastbourne, United Kingdom"
                            ]
                        },
                        "returns": {
                            "label": "Returns",
                            "value": "Not accepted"
                        }
                    }
                }
            }
        },
        "about_this_seller_section_module": {
            "sections": [
                {
                    "profileLogo": {
                        "title": "bigpga"
                    },
                    "username": "bigpga",
                    "trustSignals": [
                        {
                            "_type": "TextualDisplay",
                            "textSpans": [
                                {
                                    "_type": "TextSpan",
                                    "text": "Joined Apr 2003"
                                }
                            ]
                        }
                    ],
                    "dataItems": [
                        "bigpga (1484)",
                        "100% positive feedback"
                    ]
                },
                {
                    "dataItems": [
                        "Seller's other items (1)",
                        "Contact seller"
                    ]
                }
            ],
            "title": "About this seller"
        },
        "secondary_actions": {
            "sections": [
                {
                    "dataItems": [
                        "Sell One Like This"
                    ]
                }
            ]
        },
        "features": {
            "condition": {
                "label": "Condition",
                "value": {
                    "label": "Condition",
                    "value": "Used."
                }
            },
            "quantity": {
                "label": "Quantity",
                "value": {
                    "label": "Quantity",
                    "value": "1 available"
                }
            },
            "itemNumber": {
                "label": "Item Number",
                "value": {
                    "label": "Item Number",
                    "value": "226771215916"
                }
            },
            "year": {
                "label": "Year",
                "value": {
                    "label": "Year",
                    "value": "2015"
                }
            },
            "mileage": {
                "label": "Mileage",
                "value": {
                    "label": "Mileage",
                    "value": "86600"
                }
            },
            "previouslyRegisteredOverseas": {
                "label": "Previously Registered Overseas",
                "value": {
                    "label": "Previously Registered Overseas",
                    "value": "No"
                }
            },
            "bodyType": {
                "label": "Body Type",
                "value": {
                    "label": "Body Type",
                    "value": "Pickup"
                }
            },
            "numberOfSeats": {
                "label": "Number of Seats",
                "value": {
                    "label": "Number of Seats",
                    "value": "5"
                }
            },
            "numberOfPreviousOwners": {
                "label": "Number of Previous Owners",
                "value": {
                    "label": "Number of Previous Owners",
                    "value": "2"
                }
            },
            "transmission": {
                "label": "Transmission",
                "value": {
                    "label": "Transmission",
                    "value": "Automatic"
                }
            },
            "serviceHistoryAvailable": {
                "label": "Service History Available",
                "value": {
                    "label": "Service History Available",
                    "value": "Yes"
                }
            },
            "motExpiry": {
                "label": "MOT Expiry",
                "value": {
                    "label": "MOT Expiry",
                    "value": "21.8.25"
                }
            },
            "exteriorColour": {
                "label": "Exterior Colour",
                "value": {
                    "label": "Exterior Colour",
                    "value": "Silver"
                }
            },
            "fuelType": {
                "label": "Fuel Type",
                "value": {
                    "label": "Fuel Type",
                    "value": "Diesel"
                }
            },
            "forSaleBy": {
                "label": "For Sale By",
                "value": {
                    "label": "For Sale By",
                    "value": "Private Seller"
                }
            },
            "dateOf1stRegistration": {
                "label": "Date of 1st Registration",
                "value": {
                    "label": "Date of 1st Registration",
                    "value": "20150918"
                }
            },
            "manufacturer": {
                "label": "Manufacturer",
                "value": {
                    "label": "Manufacturer",
                    "value": "Mitsubishi"
                }
            },
            "model": {
                "label": "Model",
                "value": {
                    "label": "Model",
                    "value": "L200"
                }
            },
            "carType": {
                "label": "Car Type",
                "value": {
                    "label": "Car Type",
                    "value": "Pickup Truck"
                }
            },
            "drivetrain": {
                "label": "Drivetrain",
                "value": {
                    "label": "Drivetrain",
                    "value": "4WD"
                }
            },
            "numberOfDoors": {
                "label": "Number of Doors",
                "value": {
                    "label": "Number of Doors",
                    "value": "4"
                }
            },
            "features": {
                "label": "Features",
                "value": {
                    "label": "Features",
                    "value": "Air Conditioning, Alarm, Alloy Wheels, AM/FM Stereo, Automatic Headlamp Switching, Automatic Wiper, Auxiliary heating, CD Player, Climate Control, Cruise Control, DVD/CD Player, Electric heated seats, Electric Mirrors, Folding Mirrors, Leather Interior, Leather Seats, Metallic Paint, Particulate Filter, Power Locks, Power Seats, Power Windows, Premium Sound System, Rear Spoiler, Reversing Radar, Tilt Steering Wheel"
                }
            },
            "interiorColour": {
                "label": "Interior Colour",
                "value": {
                    "label": "Interior Colour",
                    "value": "Black"
                }
            },
            "engine": {
                "label": "Engine",
                "value": {
                    "label": "Engine",
                    "value": "2.1"
                }
            },
            "category": {
                "label": "Category",
                "value": {
                    "label": "Category",
                    "value": "Cars, Motorcycles & Vehicles > Cars > Mitsubishi"
                }
            }
        },
        "about_this_item": {
            "sections": {
                "features": {
                    "dataItems": {
                        "condition": {
                            "label": "Condition",
                            "value": "Used."
                        },
                        "quantity": {
                            "label": "Quantity",
                            "value": "1 available"
                        },
                        "itemNumber": {
                            "label": "Item Number",
                            "value": "226771215916"
                        },
                        "year": {
                            "label": "Year",
                            "value": "2015"
                        },
                        "mileage": {
                            "label": "Mileage",
                            "value": "86600"
                        },
                        "previouslyRegisteredOverseas": {
                            "label": "Previously Registered Overseas",
                            "value": "No"
                        },
                        "bodyType": {
                            "label": "Body Type",
                            "value": "Pickup"
                        },
                        "numberOfSeats": {
                            "label": "Number of Seats",
                            "value": "5"
                        },
                        "numberOfPreviousOwners": {
                            "label": "Number of Previous Owners",
                            "value": "2"
                        },
                        "transmission": {
                            "label": "Transmission",
                            "value": "Automatic"
                        },
                        "serviceHistoryAvailable": {
                            "label": "Service History Available",
                            "value": "Yes"
                        },
                        "motExpiry": {
                            "label": "MOT Expiry",
                            "value": "21.8.25"
                        },
                        "exteriorColour": {
                            "label": "Exterior Colour",
                            "value": "Silver"
                        },
                        "fuelType": {
                            "label": "Fuel Type",
                            "value": "Diesel"
                        },
                        "forSaleBy": {
                            "label": "For Sale By",
                            "value": "Private Seller"
                        },
                        "dateOf1stRegistration": {
                            "label": "Date of 1st Registration",
                            "value": "20150918"
                        },
                        "manufacturer": {
                            "label": "Manufacturer",
                            "value": "Mitsubishi"
                        },
                        "model": {
                            "label": "Model",
                            "value": "L200"
                        },
                        "carType": {
                            "label": "Car Type",
                            "value": "Pickup Truck"
                        },
                        "drivetrain": {
                            "label": "Drivetrain",
                            "value": "4WD"
                        },
                        "numberOfDoors": {
                            "label": "Number of Doors",
                            "value": "4"
                        },
                        "features": {
                            "label": "Features",
                            "value": "Air Conditioning, Alarm, Alloy Wheels, AM/FM Stereo, Automatic Headlamp Switching, Automatic Wiper, Auxiliary heating, CD Player, Climate Control, Cruise Control, DVD/CD Player, Electric heated seats, Electric Mirrors, Folding Mirrors, Leather Interior, Leather Seats, Metallic Paint, Particulate Filter, Power Locks, Power Seats, Power Windows, Premium Sound System, Rear Spoiler, Reversing Radar, Tilt Steering Wheel"
                        },
                        "interiorColour": {
                            "label": "Interior Colour",
                            "value": "Black"
                        },
                        "engine": {
                            "label": "Engine",
                            "value": "2.1"
                        },
                        "category": {
                            "label": "Category",
                            "value": "Cars, Motorcycles & Vehicles > Cars > Mitsubishi"
                        },
                        "itemEnding": {
                            "endTime": {
                                "value": "2025-06-02T16:07:38.000Z"
                            },
                            "label": "Item Ending",
                            "formattedText": "8d 2h"
                        }
                    }
                }
            }
        },
        "listing": {
            "id": "226771215916",
            "description": {
                "content": "Excellent condition and service history. All documented, other than a gap of 2 years in 2018,19 where the previous owner did it himself as he employed a car mechanic. Last service done 2000 miles ago, where the particles filter was also replaced. The interior is 9/10 (only losing a mark due to the wear on the steering wheel, which they all suffer from). Everything works great and there is no damage to anything, the reverse parking camera and all round sensors all work perfectly. The exterior of the truck is in excellent condition for a 10 year old vehicle, with only a couple of small negatives. There is a long shallow line dent on the back lower left of the bed (pictured). A wheelie bin fell on it in the wind. It has not broken the paintwork so no rust. It would pull out but it's hardly noticeable. There is a small scratch above the Mitsubishi sign on the back and wear on the divers kick plate. The bed is carpeted, and as new condition, with genuine Mitsubishi tuneau cover. The tyres have lots of tread and the alloys are in great condition, with very fee marks. Excellent truck and price. Only selling as it's no longer required."
            },
            "format": "FIXED_PRICE"
        },
        "seller": {
            "userId": "88850205",
            "username": "bigpga"
        },
        "vls": {
            "errorMessage": {
                "error": [
                    {
                        "errorId": 25036,
                        "domain": "viewitemsvc",
                        "severity": "WARNING",
                        "category": "APPLICATION",
                        "message": "Generic error from downstream service",
                        "parameter": [
                            {
                                "value": "businessSeller"
                            },
                            {
                                "value": "publicProfile"
                            }
                        ]
                    },
                    {
                        "errorId": 25014,
                        "domain": "viewitemsvc",
                        "severity": "WARNING",
                        "category": "APPLICATION",
                        "message": "Shipping Calculator could not calculate shipping cost"
                    }
                ]
            },
            "listing": {
                "listingId": "226771215916",
                "marketplaceListedOn": "EBAY_GB",
                "version": 5109775538012,
                "title": {
                    "content": "2015 Mitsubishi L200 Barbarian Silver 87,500 Miles No VAT"
                },
                "description": {
                    "content": "Excellent condition and service history. All documented, other than a gap of 2 years in 2018,19 where the previous owner did it himself as he employed a car mechanic. Last service done 2000 miles ago, where the particles filter was also replaced. The interior is 9/10 (only losing a mark due to the wear on the steering wheel, which they all suffer from). Everything works great and there is no damage to anything, the reverse parking camera and all round sensors all work perfectly. The exterior of the truck is in excellent condition for a 10 year old vehicle, with only a couple of small negatives. There is a long shallow line dent on the back lower left of the bed (pictured). A wheelie bin fell on it in the wind. It has not broken the paintwork so no rust. It would pull out but it's hardly noticeable. There is a small scratch above the Mitsubishi sign on the back and wear on the divers kick plate. The bed is carpeted, and as new condition, with genuine Mitsubishi tuneau cover. The tyres have lots of tread and the alloys are in great condition, with very fee marks. Excellent truck and price. Only selling as it's no longer required."
                },
                "images": [
                    {
                        "imageURL": "https://i.ebayimg.com/00/s/MTIwMFgxNjAw/z/OBsAAeSwDSJoMJUE/$_1.JPG?set_id=8800005007",
                        "hostingPlatform": "ZOOM",
                        "imageURLType": "IMAGE_ID",
                        "imageURLElements": {
                            "ZOOM_GUID": "OBsAAeSwDSJoMJUE"
                        },
                        "origin": "SELLER",
                        "uploadMethod": "SELLER_UPLOADED"
                    },
                    {
                        "imageURL": "https://i.ebayimg.com/00/s/MTIwMFgxNjAw/z/sOoAAeSwhFhoMJUE/$_1.JPG?set_id=8800005007",
                        "hostingPlatform": "ZOOM",
                        "imageURLType": "IMAGE_ID",
                        "imageURLElements": {
                            "ZOOM_GUID": "sOoAAeSwhFhoMJUE"
                        },
                        "origin": "SELLER",
                        "uploadMethod": "SELLER_UPLOADED"
                    },
                    {
                        "imageURL": "https://i.ebayimg.com/00/s/MTIwMFgxNjAw/z/gf4AAeSwvjdoMJUE/$_1.JPG?set_id=8800005007",
                        "hostingPlatform": "ZOOM",
                        "imageURLType": "IMAGE_ID",
                        "imageURLElements": {
                            "ZOOM_GUID": "gf4AAeSwvjdoMJUE"
                        },
                        "origin": "SELLER",
                        "uploadMethod": "SELLER_UPLOADED"
                    },
                    {
                        "imageURL": "https://i.ebayimg.com/00/s/MTIwMFgxNjAw/z/5zwAAeSwEapoMJUC/$_1.JPG?set_id=8800005007",
                        "hostingPlatform": "ZOOM",
                        "imageURLType": "IMAGE_ID",
                        "imageURLElements": {
                            "ZOOM_GUID": "5zwAAeSwEapoMJUC"
                        },
                        "origin": "SELLER",
                        "uploadMethod": "SELLER_UPLOADED"
                    },
                    {
                        "imageURL": "https://i.ebayimg.com/00/s/MTIwMFgxNjAw/z/3RoAAeSwdk1oMJUE/$_1.JPG?set_id=8800005007",
                        "hostingPlatform": "ZOOM",
                        "imageURLType": "IMAGE_ID",
                        "imageURLElements": {
                            "ZOOM_GUID": "3RoAAeSwdk1oMJUE"
                        },
                        "origin": "SELLER",
                        "uploadMethod": "SELLER_UPLOADED"
                    },
                    {
                        "imageURL": "https://i.ebayimg.com/00/s/MTIwMFgxNjAw/z/31QAAeSwrCtoMJUH/$_1.JPG?set_id=8800005007",
                        "hostingPlatform": "ZOOM",
                        "imageURLType": "IMAGE_ID",
                        "imageURLElements": {
                            "ZOOM_GUID": "31QAAeSwrCtoMJUH"
                        },
                        "origin": "SELLER",
                        "uploadMethod": "SELLER_UPLOADED"
                    },
                    {
                        "imageURL": "https://i.ebayimg.com/00/s/MTIwMFgxNjAw/z/bZ0AAeSwnc9oMJUH/$_1.JPG?set_id=8800005007",
                        "hostingPlatform": "ZOOM",
                        "imageURLType": "IMAGE_ID",
                        "imageURLElements": {
                            "ZOOM_GUID": "bZ0AAeSwnc9oMJUH"
                        },
                        "origin": "SELLER",
                        "uploadMethod": "SELLER_UPLOADED"
                    },
                    {
                        "imageURL": "https://i.ebayimg.com/00/s/MTIwMFgxNjAw/z/5BgAAeSwIP9oMJUH/$_1.JPG?set_id=8800005007",
                        "hostingPlatform": "ZOOM",
                        "imageURLType": "IMAGE_ID",
                        "imageURLElements": {
                            "ZOOM_GUID": "5BgAAeSwIP9oMJUH"
                        },
                        "origin": "SELLER",
                        "uploadMethod": "SELLER_UPLOADED"
                    },
                    {
                        "imageURL": "https://i.ebayimg.com/00/s/MTYwMFgxMjAw/z/Xr0AAeSw4yZoMJUH/$_1.JPG?set_id=8800005007",
                        "hostingPlatform": "ZOOM",
                        "imageURLType": "IMAGE_ID",
                        "imageURLElements": {
                            "ZOOM_GUID": "Xr0AAeSw4yZoMJUH"
                        },
                        "origin": "SELLER",
                        "uploadMethod": "SELLER_UPLOADED"
                    },
                    {
                        "imageURL": "https://i.ebayimg.com/00/s/MTIwMFgxNjAw/z/wW4AAeSw6mZoMJUK/$_1.JPG?set_id=8800005007",
                        "hostingPlatform": "ZOOM",
                        "imageURLType": "IMAGE_ID",
                        "imageURLElements": {
                            "ZOOM_GUID": "wW4AAeSw6mZoMJUK"
                        },
                        "origin": "SELLER",
                        "uploadMethod": "SELLER_UPLOADED"
                    },
                    {
                        "imageURL": "https://i.ebayimg.com/00/s/MTYwMFgxMjAw/z/nVgAAeSwvVtoMJUK/$_1.JPG?set_id=8800005007",
                        "hostingPlatform": "ZOOM",
                        "imageURLType": "IMAGE_ID",
                        "imageURLElements": {
                            "ZOOM_GUID": "nVgAAeSwvVtoMJUK"
                        },
                        "origin": "SELLER",
                        "uploadMethod": "SELLER_UPLOADED"
                    },
                    {
                        "imageURL": "https://i.ebayimg.com/00/s/MTYwMFgxMjAw/z/Wn4AAeSwCyZoMJUL/$_1.JPG?set_id=8800005007",
                        "hostingPlatform": "ZOOM",
                        "imageURLType": "IMAGE_ID",
                        "imageURLElements": {
                            "ZOOM_GUID": "Wn4AAeSwCyZoMJUL"
                        },
                        "origin": "SELLER",
                        "uploadMethod": "SELLER_UPLOADED"
                    },
                    {
                        "imageURL": "https://i.ebayimg.com/00/s/MTYwMFgxMjAw/z/t54AAeSwN6RoMJUP/$_1.JPG?set_id=8800005007",
                        "hostingPlatform": "ZOOM",
                        "imageURLType": "IMAGE_ID",
                        "imageURLElements": {
                            "ZOOM_GUID": "t54AAeSwN6RoMJUP"
                        },
                        "origin": "SELLER",
                        "uploadMethod": "SELLER_UPLOADED"
                    },
                    {
                        "imageURL": "https://i.ebayimg.com/00/s/MTIwMFgxNjAw/z/kpIAAeSwazNoMJUO/$_1.JPG?set_id=8800005007",
                        "hostingPlatform": "ZOOM",
                        "imageURLType": "IMAGE_ID",
                        "imageURLElements": {
                            "ZOOM_GUID": "kpIAAeSwazNoMJUO"
                        },
                        "origin": "SELLER",
                        "uploadMethod": "SELLER_UPLOADED"
                    },
                    {
                        "imageURL": "https://i.ebayimg.com/00/s/MTIwMFgxNjAw/z/COMAAeSwFXxoMJUO/$_1.JPG?set_id=8800005007",
                        "hostingPlatform": "ZOOM",
                        "imageURLType": "IMAGE_ID",
                        "imageURLElements": {
                            "ZOOM_GUID": "COMAAeSwFXxoMJUO"
                        },
                        "origin": "SELLER",
                        "uploadMethod": "SELLER_UPLOADED"
                    },
                    {
                        "imageURL": "https://i.ebayimg.com/00/s/MTYwMFgxMjAw/z/8tsAAeSwkqxoMJUR/$_1.JPG?set_id=8800005007",
                        "hostingPlatform": "ZOOM",
                        "imageURLType": "IMAGE_ID",
                        "imageURLElements": {
                            "ZOOM_GUID": "8tsAAeSwkqxoMJUR"
                        },
                        "origin": "SELLER",
                        "uploadMethod": "SELLER_UPLOADED"
                    },
                    {
                        "imageURL": "https://i.ebayimg.com/00/s/MTIwMFgxNjAw/z/EysAAeSwRm5oMJUT/$_1.JPG?set_id=8800005007",
                        "hostingPlatform": "ZOOM",
                        "imageURLType": "IMAGE_ID",
                        "imageURLElements": {
                            "ZOOM_GUID": "EysAAeSwRm5oMJUT"
                        },
                        "origin": "SELLER",
                        "uploadMethod": "SELLER_UPLOADED"
                    },
                    {
                        "imageURL": "https://i.ebayimg.com/00/s/MTIwMFgxNjAw/z/oW8AAeSwHWxoMJUT/$_1.JPG?set_id=8800005007",
                        "hostingPlatform": "ZOOM",
                        "imageURLType": "IMAGE_ID",
                        "imageURLElements": {
                            "ZOOM_GUID": "oW8AAeSwHWxoMJUT"
                        },
                        "origin": "SELLER",
                        "uploadMethod": "SELLER_UPLOADED"
                    },
                    {
                        "imageURL": "https://i.ebayimg.com/00/s/MTIwMFgxNjAw/z/oNEAAeSwTPdoMJUT/$_1.JPG?set_id=8800005007",
                        "hostingPlatform": "ZOOM",
                        "imageURLType": "IMAGE_ID",
                        "imageURLElements": {
                            "ZOOM_GUID": "oNEAAeSwTPdoMJUT"
                        },
                        "origin": "SELLER",
                        "uploadMethod": "SELLER_UPLOADED"
                    },
                    {
                        "imageURL": "https://i.ebayimg.com/00/s/MTIwMFgxNjAw/z/bEYAAeSwBaFoMJUU/$_1.JPG?set_id=8800005007",
                        "hostingPlatform": "ZOOM",
                        "imageURLType": "IMAGE_ID",
                        "imageURLElements": {
                            "ZOOM_GUID": "bEYAAeSwBaFoMJUU"
                        },
                        "origin": "SELLER",
                        "uploadMethod": "SELLER_UPLOADED"
                    },
                    {
                        "imageURL": "https://i.ebayimg.com/00/s/MTIwMFgxNjAw/z/SwIAAeSwvjloMJUZ/$_1.JPG?set_id=8800005007",
                        "hostingPlatform": "ZOOM",
                        "imageURLType": "IMAGE_ID",
                        "imageURLElements": {
                            "ZOOM_GUID": "SwIAAeSwvjloMJUZ"
                        },
                        "origin": "SELLER",
                        "uploadMethod": "SELLER_UPLOADED"
                    },
                    {
                        "imageURL": "https://i.ebayimg.com/00/s/MTIwMFgxNjAw/z/24sAAeSw9DtoMJUK/$_1.JPG?set_id=8800005007",
                        "hostingPlatform": "ZOOM",
                        "imageURLType": "IMAGE_ID",
                        "imageURLElements": {
                            "ZOOM_GUID": "24sAAeSw9DtoMJUK"
                        },
                        "origin": "SELLER",
                        "uploadMethod": "SELLER_UPLOADED"
                    }
                ],
                "format": "FIXED_PRICE",
                "tradingSummary": {
                    "publishedAnswerCount": 0,
                    "unansweredQuestionCount": 0,
                    "lastVisitDate": "2025-05-25T13:36:00Z",
                    "purchaseOptions": [
                        "BUY_IT_NOW",
                        "BEST_OFFER"
                    ],
                    "watchCount": 4
                },
                "listingLifecycle": {
                    "scheduledStartDate": {
                        "value": "2025-05-23T16:07:38Z",
                        "formattedValue": "2025-05-23 09:07 AM MST"
                    },
                    "scheduledEndDate": {
                        "value": "2025-06-02T16:07:38Z",
                        "formattedValue": "2025-06-02 09:07 AM MST"
                    },
                    "listingDuration": "DAYS_10",
                    "revisionCount": 1,
                    "timeRemaining": {
                        "value": 700298,
                        "unit": "SECOND"
                    },
                    "listingRevisions": [
                        {
                            "revisionDate": {
                                "value": "2025-05-23T16:08:38Z",
                                "formattedValue": "2025-05-23 09:08 AM MST"
                            },
                            "listingVersion": 5109775538012
                        }
                    ],
                    "listingStatus": "ACTIVE"
                },
                "inventoryLocations": [
                    {
                        "address": {
                            "city": "Eastbourne",
                            "country": "GB"
                        }
                    }
                ],
                "exposureEnhancementDetail": {
                    "enhancements": [
                        {
                            "values": {
                                "content": "PICTURE_PACK"
                            }
                        }
                    ]
                },
                "multipleVariationsListed": false,
                "visitCounterType": "NO_HIT_COUNTER",
                "userToListingRelationshipSummary": {
                    "userToListingRelationship": "NONE",
                    "userToListingStatusMessages": {
                        "propertyDetails": {
                            "isBestOffer": {
                                "booleanValue": true
                            },
                            "offerExpiration": {
                                "datetimeValue": {
                                    "value": "2025-06-02T16:07:38Z",
                                    "formattedValue": "2025-06-02 09:07 AM MST"
                                }
                            },
                            "isBinnable": {
                                "booleanValue": true
                            },
                            "bestOfferEnabled": {
                                "booleanValue": true
                            },
                            "itemTitle": {
                                "stringValue": "2015 Mitsubishi L200 Barbarian Silver 87,500 Miles No VAT"
                            },
                            "activeHours": {
                                "intValue": 45
                            },
                            "numberOfItemsSold": {
                                "intValue": 0
                            },
                            "listingType": {
                                "stringValue": "FIXED_PRICE"
                            },
                            "showWatchMessage": {
                                "booleanValue": true
                            },
                            "sellerUserId": {
                                "stringValue": "bigpga"
                            },
                            "minsLeftForOffer": {
                                "intValue": 31
                            },
                            "loginStatus": {
                                "stringValue": "ANONYMOUS"
                            },
                            "quantitySoldMode": {
                                "stringValue": "NONE"
                            },
                            "itemId": {
                                "longValue": 226771215916
                            },
                            "viewerToSaleRelation": {
                                "stringValue": "NONE"
                            },
                            "totalQuantity": {
                                "intValue": 1
                            },
                            "hoursLeftForOffer": {
                                "intValue": 194
                            },
                            "endTime": {
                                "datetimeValue": {
                                    "value": "2025-06-02T16:07:38Z",
                                    "formattedValue": "2025-06-02 09:07 AM MST"
                                }
                            },
                            "primaryCategoryId": {
                                "intValue": 18230
                            },
                            "listingSiteId": {
                                "intValue": 3
                            },
                            "itemLocationCountryCode": {
                                "stringValue": "GBR"
                            }
                        }
                    }
                },
                "itemVariations": [
                    {
                        "itemVariationId": "226771215916_0",
                        "bestOfferSettings": {
                            "bestOfferEnabled": true,
                            "bestOfferCount": 0,
                            "bestOfferLimit": 10
                        },
                        "priceSettings": {
                            "price": {
                                "value": 14883.93,
                                "convertedFromValue": 10995,
                                "convertedFromCurrency": "GBP",
                                "currency": "USD"
                            },
                            "taxExclusivePrice": {
                                "value": 14883.93,
                                "convertedFromValue": 10995,
                                "convertedFromCurrency": "GBP",
                                "currency": "USD"
                            },
                            "buyItNowPrice": {
                                "value": 14883.93,
                                "convertedFromValue": 10995,
                                "convertedFromCurrency": "GBP",
                                "currency": "USD"
                            },
                            "exchangeRate": {
                                "value": 1.3537000000000001,
                                "convertedFromValue": 1,
                                "convertedFromCurrency": "GBP",
                                "currency": "USD"
                            },
                            "includedVATInPrices": false
                        },
                        "purchasingQuantityTerms": {
                            "lotSize": 0,
                            "minRemnantSet": 0
                        },
                        "quantityAndAvailabilityByLogisticsPlans": [
                            {
                                "quantityAndAvailability": {
                                    "availabilityStatus": "IN_STOCK",
                                    "availableQuantity": 1,
                                    "soldQuantity": 0,
                                    "remainingQuantity": 1
                                }
                            }
                        ],
                        "itemVariationTradingSummary": {
                            "watchCount": 4
                        },
                        "userToItemVariationRelationshipSummary": {
                            "offerCount": 0
                        }
                    }
                ],
                "listingClassification": {
                    "inAdultCateogry": false,
                    "productIdentifiedByeBay": false,
                    "generalCondition": {
                        "condition": {
                            "conditionId": "3000"
                        }
                    },
                    "sellerSpecifiedAspect": [
                        {
                            "rank": 1,
                            "sameValueForAllItemVariations": true,
                            "chosenBySellerToShowImages": false,
                            "aspectValues": [
                                {
                                    "rank": 1,
                                    "value": {
                                        "content": "2015"
                                    }
                                }
                            ]
                        },
                        {
                            "rank": 2,
                            "sameValueForAllItemVariations": true,
                            "chosenBySellerToShowImages": false,
                            "aspectValues": [
                                {
                                    "rank": 1,
                                    "value": {
                                        "content": "86600"
                                    }
                                }
                            ]
                        },
                        {
                            "rank": 3,
                            "sameValueForAllItemVariations": true,
                            "chosenBySellerToShowImages": false,
                            "aspectValues": [
                                {
                                    "rank": 1,
                                    "value": {
                                        "content": "No"
                                    }
                                }
                            ]
                        },
                        {
                            "rank": 4,
                            "sameValueForAllItemVariations": true,
                            "chosenBySellerToShowImages": false,
                            "aspectValues": [
                                {
                                    "rank": 1,
                                    "value": {
                                        "content": "Pickup"
                                    }
                                }
                            ]
                        },
                        {
                            "rank": 5,
                            "sameValueForAllItemVariations": true,
                            "chosenBySellerToShowImages": false,
                            "aspectValues": [
                                {
                                    "rank": 1,
                                    "value": {
                                        "content": "5"
                                    }
                                }
                            ]
                        },
                        {
                            "rank": 6,
                            "sameValueForAllItemVariations": true,
                            "chosenBySellerToShowImages": false,
                            "aspectValues": [
                                {
                                    "rank": 1,
                                    "value": {
                                        "content": "2"
                                    }
                                }
                            ]
                        },
                        {
                            "rank": 7,
                            "sameValueForAllItemVariations": true,
                            "chosenBySellerToShowImages": false,
                            "aspectValues": [
                                {
                                    "rank": 1,
                                    "value": {
                                        "content": "Automatic"
                                    }
                                }
                            ]
                        },
                        {
                            "rank": 8,
                            "sameValueForAllItemVariations": true,
                            "chosenBySellerToShowImages": false,
                            "aspectValues": [
                                {
                                    "rank": 1,
                                    "value": {
                                        "content": "Yes"
                                    }
                                }
                            ]
                        },
                        {
                            "rank": 9,
                            "sameValueForAllItemVariations": true,
                            "chosenBySellerToShowImages": false,
                            "aspectValues": [
                                {
                                    "rank": 1,
                                    "value": {
                                        "content": "21.8.25"
                                    }
                                }
                            ]
                        },
                        {
                            "rank": 10,
                            "sameValueForAllItemVariations": true,
                            "chosenBySellerToShowImages": false,
                            "aspectValues": [
                                {
                                    "rank": 1,
                                    "value": {
                                        "content": "Silver"
                                    }
                                }
                            ]
                        },
                        {
                            "rank": 11,
                            "sameValueForAllItemVariations": true,
                            "chosenBySellerToShowImages": false,
                            "aspectValues": [
                                {
                                    "rank": 1,
                                    "value": {
                                        "content": "Diesel"
                                    }
                                }
                            ]
                        },
                        {
                            "rank": 12,
                            "sameValueForAllItemVariations": true,
                            "chosenBySellerToShowImages": false,
                            "aspectValues": [
                                {
                                    "rank": 1,
                                    "value": {
                                        "content": "Private Seller"
                                    }
                                }
                            ]
                        },
                        {
                            "rank": 13,
                            "sameValueForAllItemVariations": true,
                            "chosenBySellerToShowImages": false,
                            "aspectValues": [
                                {
                                    "rank": 1,
                                    "value": {
                                        "content": "20150918"
                                    }
                                }
                            ]
                        },
                        {
                            "rank": 14,
                            "sameValueForAllItemVariations": true,
                            "chosenBySellerToShowImages": false,
                            "aspectValues": [
                                {
                                    "rank": 1,
                                    "value": {
                                        "content": "Mitsubishi"
                                    }
                                }
                            ]
                        },
                        {
                            "rank": 15,
                            "sameValueForAllItemVariations": true,
                            "chosenBySellerToShowImages": false,
                            "aspectValues": [
                                {
                                    "rank": 1,
                                    "value": {
                                        "content": "L200"
                                    }
                                }
                            ]
                        },
                        {
                            "rank": 16,
                            "sameValueForAllItemVariations": true,
                            "chosenBySellerToShowImages": false,
                            "aspectValues": [
                                {
                                    "rank": 1,
                                    "value": {
                                        "content": "Pickup Truck"
                                    }
                                }
                            ]
                        },
                        {
                            "rank": 17,
                            "sameValueForAllItemVariations": true,
                            "chosenBySellerToShowImages": false,
                            "aspectValues": [
                                {
                                    "rank": 1,
                                    "value": {
                                        "content": "4WD"
                                    }
                                }
                            ]
                        },
                        {
                            "rank": 18,
                            "sameValueForAllItemVariations": true,
                            "chosenBySellerToShowImages": false,
                            "aspectValues": [
                                {
                                    "rank": 1,
                                    "value": {
                                        "content": "4"
                                    }
                                }
                            ]
                        },
                        {
                            "rank": 19,
                            "sameValueForAllItemVariations": true,
                            "chosenBySellerToShowImages": false,
                            "aspectValues": [
                                {
                                    "rank": 1,
                                    "value": {
                                        "content": "Air Conditioning, Alarm, Alloy Wheels, AM/FM Stereo, Automatic Headlamp Switching, Automatic Wiper, Auxiliary heating, CD Player, Climate Control, Cruise Control, DVD/CD Player, Electric heated seats, Electric Mirrors, Folding Mirrors, Leather Interior, Leather Seats, Metallic Paint, Particulate Filter, Power Locks, Power Seats, Power Windows, Premium Sound System, Rear Spoiler, Reversing Radar, Tilt Steering Wheel"
                                    }
                                }
                            ]
                        },
                        {
                            "rank": 20,
                            "sameValueForAllItemVariations": true,
                            "chosenBySellerToShowImages": false,
                            "aspectValues": [
                                {
                                    "rank": 1,
                                    "value": {
                                        "content": "Black"
                                    }
                                }
                            ]
                        },
                        {
                            "rank": 21,
                            "sameValueForAllItemVariations": true,
                            "chosenBySellerToShowImages": false,
                            "aspectValues": [
                                {
                                    "rank": 1,
                                    "value": {
                                        "content": "2.1"
                                    }
                                }
                            ]
                        }
                    ],
                    "leafCategories": [
                        {
                            "rank": 1,
                            "categoryPathFromRoot": {
                                "consolidatedCategoryProperties": [
                                    {
                                        "propertyName": "FACEBOOK_LIKE_BUTTON_ENABLED_ON_VI",
                                        "propertyValues": [
                                            {
                                                "booleanValue": true
                                            }
                                        ]
                                    },
                                    {
                                        "propertyName": "IS_SPPM2_RTM_ENABLED",
                                        "propertyValues": [
                                            {
                                                "booleanValue": true
                                            }
                                        ]
                                    },
                                    {
                                        "propertyName": "IS_RETURN_POLICY_ENABLED",
                                        "propertyValues": [
                                            {
                                                "booleanValue": true
                                            }
                                        ]
                                    }
                                ],
                                "categoryIdentifier": [
                                    {
                                        "categoryId": 9800,
                                        "level": 0
                                    },
                                    {
                                        "categoryId": 9801,
                                        "level": 1
                                    },
                                    {
                                        "categoryId": 18230,
                                        "level": 2
                                    }
                                ]
                            }
                        }
                    ]
                },
                "termsAndPolicies": {
                    "hideBuyerIdentity": false,
                    "eligibleForGuestCheckout": false,
                    "guestCheckoutEligibility": false,
                    "logisticsTerms": {
                        "logisticsPlan": [
                            {
                                "planType": "SHIP_TO_HOME",
                                "steps": [
                                    {
                                        "stepType": "SHIPPING",
                                        "stepExtension": {
                                            "freeShippingAvailable": false,
                                            "internationalShippingAvailable": false,
                                            "shippingOption": [
                                                {
                                                    "promotionalShipping": false,
                                                    "shippingCostPlan": {
                                                        "costPlanType": "FLAT"
                                                    }
                                                }
                                            ]
                                        }
                                    }
                                ],
                                "handlingPolicy": {
                                    "sameDayHandling": false
                                }
                            }
                        ],
                        "buyerResponsibleForLogistics": true,
                        "supportedLogisticsRegions": {
                            "regionIncluded": [
                                {
                                    "regionName": "United Kingdom",
                                    "regionId": "GB",
                                    "regionType": "COUNTRY"
                                }
                            ],
                            "regionExcluded": [
                                {
                                    "regionName": "Afghanistan",
                                    "regionId": "AF",
                                    "regionType": "COUNTRY"
                                },
                                {
                                    "regionName": "Libya",
                                    "regionId": "LY",
                                    "regionType": "COUNTRY"
                                },
                                {
                                    "regionName": "Nauru",
                                    "regionId": "NR",
                                    "regionType": "COUNTRY"
                                },
                                {
                                    "regionName": "Somalia",
                                    "regionId": "SO",
                                    "regionType": "COUNTRY"
                                },
                                {
                                    "regionName": "Yemen",
                                    "regionId": "YE",
                                    "regionType": "COUNTRY"
                                },
                                {
                                    "regionName": "Ukraine",
                                    "regionId": "UA",
                                    "regionType": "COUNTRY"
                                },
                                {
                                    "regionName": "Russian Federation",
                                    "regionId": "RU",
                                    "regionType": "COUNTRY"
                                }
                            ]
                        },
                        "listingSiteCountry": 3,
                        "listingCountry": 3,
                        "s2HLogisticsPlanOnly": true
                    },
                    "buyerProtectionPolicy": {
                        "buyerProtectionStatus": "NOT_ELIGIBLE",
                        "buyerProtectionProperties": {
                            "propertyName": "NOT_ELIGIBLE_PROGRAMS",
                            "propertyValues": [
                                {
                                    "stringValue": "EBAY_BUYER_PROTECTION"
                                }
                            ]
                        }
                    },
                    "paymentTerms": {
                        "paymentMethods": [
                            {
                                "rank": 1,
                                "paymentMethodDetail": {
                                    "paymentMethod": "CASH_ON_PICKUP",
                                    "paymentMethodType": "CASH",
                                    "paymentMethodMode": "OFFLINE",
                                    "paymentMethodNameText": {
                                        "content": "Cash On Pickup"
                                    }
                                }
                            }
                        ],
                        "properties": [
                            {
                                "propertyName": "EBAY_PAYMENTS_SUPPORTED",
                                "propertyValues": [
                                    {
                                        "booleanValue": true
                                    }
                                ]
                            }
                        ]
                    },
                    "applicableReturnTerms": [
                        {
                            "returnsAccepted": false,
                            "returnsSpecifiedBySeller": false,
                            "properties": [
                                {
                                    "propertyName": "IS_SELECTED",
                                    "propertyValues": [
                                        {
                                            "booleanValue": true
                                        }
                                    ]
                                }
                            ]
                        }
                    ],
                    "applicableTax": [
                        {
                            "jurisdiction": {
                                "regionName": "AL"
                            },
                            "taxType": "STATE",
                            "properties": [
                                {
                                    "propertyName": "EBAY_COLLECT_AND_REMIT_TAX",
                                    "propertyValues": [
                                        {
                                            "booleanValue": true
                                        }
                                    ]
                                }
                            ],
                            "applicableToShipping": true,
                            "state": {
                                "regionName": "Alabama",
                                "regionType": "STATE_OR_PROVINCE"
                            }
                        },
                        {
                            "jurisdiction": {
                                "regionName": "AK"
                            },
                            "taxType": "STATE",
                            "properties": [
                                {
                                    "propertyName": "EBAY_COLLECT_AND_REMIT_TAX",
                                    "propertyValues": [
                                        {
                                            "booleanValue": true
                                        }
                                    ]
                                }
                            ],
                            "applicableToShipping": true,
                            "state": {
                                "regionName": "Alaska",
                                "regionType": "STATE_OR_PROVINCE"
                            }
                        },
                        {
                            "jurisdiction": {
                                "regionName": "AZ"
                            },
                            "taxType": "STATE",
                            "properties": [
                                {
                                    "propertyName": "EBAY_COLLECT_AND_REMIT_TAX",
                                    "propertyValues": [
                                        {
                                            "booleanValue": true
                                        }
                                    ]
                                }
                            ],
                            "applicableToShipping": true,
                            "state": {
                                "regionName": "Arizona",
                                "regionType": "STATE_OR_PROVINCE"
                            }
                        },
                        {
                            "jurisdiction": {
                                "regionName": "AR"
                            },
                            "taxType": "STATE",
                            "properties": [
                                {
                                    "propertyName": "EBAY_COLLECT_AND_REMIT_TAX",
                                    "propertyValues": [
                                        {
                                            "booleanValue": true
                                        }
                                    ]
                                }
                            ],
                            "applicableToShipping": true,
                            "state": {
                                "regionName": "Arkansas",
                                "regionType": "STATE_OR_PROVINCE"
                            }
                        },
                        {
                            "jurisdiction": {
                                "regionName": "CA"
                            },
                            "taxType": "STATE",
                            "properties": [
                                {
                                    "propertyName": "EBAY_COLLECT_AND_REMIT_TAX",
                                    "propertyValues": [
                                        {
                                            "booleanValue": true
                                        }
                                    ]
                                }
                            ],
                            "applicableToShipping": true,
                            "state": {
                                "regionName": "California",
                                "regionType": "STATE_OR_PROVINCE"
                            }
                        },
                        {
                            "jurisdiction": {
                                "regionName": "CO"
                            },
                            "taxType": "STATE",
                            "properties": [
                                {
                                    "propertyName": "EBAY_COLLECT_AND_REMIT_TAX",
                                    "propertyValues": [
                                        {
                                            "booleanValue": true
                                        }
                                    ]
                                }
                            ],
                            "applicableToShipping": true,
                            "state": {
                                "regionName": "Colorado",
                                "regionType": "STATE_OR_PROVINCE"
                            }
                        },
                        {
                            "jurisdiction": {
                                "regionName": "CT"
                            },
                            "taxType": "STATE",
                            "properties": [
                                {
                                    "propertyName": "EBAY_COLLECT_AND_REMIT_TAX",
                                    "propertyValues": [
                                        {
                                            "booleanValue": true
                                        }
                                    ]
                                }
                            ],
                            "applicableToShipping": true,
                            "state": {
                                "regionName": "Connecticut",
                                "regionType": "STATE_OR_PROVINCE"
                            }
                        },
                        {
                            "jurisdiction": {
                                "regionName": "DC"
                            },
                            "taxType": "STATE",
                            "properties": [
                                {
                                    "propertyName": "EBAY_COLLECT_AND_REMIT_TAX",
                                    "propertyValues": [
                                        {
                                            "booleanValue": true
                                        }
                                    ]
                                }
                            ],
                            "applicableToShipping": true,
                            "state": {
                                "regionName": "District of Columbia",
                                "regionType": "STATE_OR_PROVINCE"
                            }
                        },
                        {
                            "jurisdiction": {
                                "regionName": "FL"
                            },
                            "taxType": "STATE",
                            "properties": [
                                {
                                    "propertyName": "EBAY_COLLECT_AND_REMIT_TAX",
                                    "propertyValues": [
                                        {
                                            "booleanValue": true
                                        }
                                    ]
                                }
                            ],
                            "applicableToShipping": true,
                            "state": {
                                "regionName": "Florida",
                                "regionType": "STATE_OR_PROVINCE"
                            }
                        },
                        {
                            "jurisdiction": {
                                "regionName": "GA"
                            },
                            "taxType": "STATE",
                            "properties": [
                                {
                                    "propertyName": "EBAY_COLLECT_AND_REMIT_TAX",
                                    "propertyValues": [
                                        {
                                            "booleanValue": true
                                        }
                                    ]
                                }
                            ],
                            "applicableToShipping": true,
                            "state": {
                                "regionName": "Georgia",
                                "regionType": "STATE_OR_PROVINCE"
                            }
                        },
                        {
                            "jurisdiction": {
                                "regionName": "HI"
                            },
                            "taxType": "STATE",
                            "properties": [
                                {
                                    "propertyName": "EBAY_COLLECT_AND_REMIT_TAX",
                                    "propertyValues": [
                                        {
                                            "booleanValue": true
                                        }
                                    ]
                                }
                            ],
                            "applicableToShipping": true,
                            "state": {
                                "regionName": "Hawaii",
                                "regionType": "STATE_OR_PROVINCE"
                            }
                        },
                        {
                            "jurisdiction": {
                                "regionName": "ID"
                            },
                            "taxType": "STATE",
                            "properties": [
                                {
                                    "propertyName": "EBAY_COLLECT_AND_REMIT_TAX",
                                    "propertyValues": [
                                        {
                                            "booleanValue": true
                                        }
                                    ]
                                }
                            ],
                            "applicableToShipping": true,
                            "state": {
                                "regionName": "Idaho",
                                "regionType": "STATE_OR_PROVINCE"
                            }
                        },
                        {
                            "jurisdiction": {
                                "regionName": "IL"
                            },
                            "taxType": "STATE",
                            "properties": [
                                {
                                    "propertyName": "EBAY_COLLECT_AND_REMIT_TAX",
                                    "propertyValues": [
                                        {
                                            "booleanValue": true
                                        }
                                    ]
                                }
                            ],
                            "applicableToShipping": true,
                            "state": {
                                "regionName": "Illinois",
                                "regionType": "STATE_OR_PROVINCE"
                            }
                        },
                        {
                            "jurisdiction": {
                                "regionName": "IN"
                            },
                            "taxType": "STATE",
                            "properties": [
                                {
                                    "propertyName": "EBAY_COLLECT_AND_REMIT_TAX",
                                    "propertyValues": [
                                        {
                                            "booleanValue": true
                                        }
                                    ]
                                }
                            ],
                            "applicableToShipping": true,
                            "state": {
                                "regionName": "Indiana",
                                "regionType": "STATE_OR_PROVINCE"
                            }
                        },
                        {
                            "jurisdiction": {
                                "regionName": "IA"
                            },
                            "taxType": "STATE",
                            "properties": [
                                {
                                    "propertyName": "EBAY_COLLECT_AND_REMIT_TAX",
                                    "propertyValues": [
                                        {
                                            "booleanValue": true
                                        }
                                    ]
                                }
                            ],
                            "applicableToShipping": true,
                            "state": {
                                "regionName": "Iowa",
                                "regionType": "STATE_OR_PROVINCE"
                            }
                        },
                        {
                            "jurisdiction": {
                                "regionName": "KS"
                            },
                            "taxType": "STATE",
                            "properties": [
                                {
                                    "propertyName": "EBAY_COLLECT_AND_REMIT_TAX",
                                    "propertyValues": [
                                        {
                                            "booleanValue": true
                                        }
                                    ]
                                }
                            ],
                            "applicableToShipping": true,
                            "state": {
                                "regionName": "Kansas",
                                "regionType": "STATE_OR_PROVINCE"
                            }
                        },
                        {
                            "jurisdiction": {
                                "regionName": "KY"
                            },
                            "taxType": "STATE",
                            "properties": [
                                {
                                    "propertyName": "EBAY_COLLECT_AND_REMIT_TAX",
                                    "propertyValues": [
                                        {
                                            "booleanValue": true
                                        }
                                    ]
                                }
                            ],
                            "applicableToShipping": true,
                            "state": {
                                "regionName": "Kentucky",
                                "regionType": "STATE_OR_PROVINCE"
                            }
                        },
                        {
                            "jurisdiction": {
                                "regionName": "LA"
                            },
                            "taxType": "STATE",
                            "properties": [
                                {
                                    "propertyName": "EBAY_COLLECT_AND_REMIT_TAX",
                                    "propertyValues": [
                                        {
                                            "booleanValue": true
                                        }
                                    ]
                                }
                            ],
                            "applicableToShipping": true,
                            "state": {
                                "regionName": "Louisiana",
                                "regionType": "STATE_OR_PROVINCE"
                            }
                        },
                        {
                            "jurisdiction": {
                                "regionName": "ME"
                            },
                            "taxType": "STATE",
                            "properties": [
                                {
                                    "propertyName": "EBAY_COLLECT_AND_REMIT_TAX",
                                    "propertyValues": [
                                        {
                                            "booleanValue": true
                                        }
                                    ]
                                }
                            ],
                            "applicableToShipping": true,
                            "state": {
                                "regionName": "Maine",
                                "regionType": "STATE_OR_PROVINCE"
                            }
                        },
                        {
                            "jurisdiction": {
                                "regionName": "MD"
                            },
                            "taxType": "STATE",
                            "properties": [
                                {
                                    "propertyName": "EBAY_COLLECT_AND_REMIT_TAX",
                                    "propertyValues": [
                                        {
                                            "booleanValue": true
                                        }
                                    ]
                                }
                            ],
                            "applicableToShipping": true,
                            "state": {
                                "regionName": "Maryland",
                                "regionType": "STATE_OR_PROVINCE"
                            }
                        },
                        {
                            "jurisdiction": {
                                "regionName": "MA"
                            },
                            "taxType": "STATE",
                            "properties": [
                                {
                                    "propertyName": "EBAY_COLLECT_AND_REMIT_TAX",
                                    "propertyValues": [
                                        {
                                            "booleanValue": true
                                        }
                                    ]
                                }
                            ],
                            "applicableToShipping": true,
                            "state": {
                                "regionName": "Massachusetts",
                                "regionType": "STATE_OR_PROVINCE"
                            }
                        },
                        {
                            "jurisdiction": {
                                "regionName": "MI"
                            },
                            "taxType": "STATE",
                            "properties": [
                                {
                                    "propertyName": "EBAY_COLLECT_AND_REMIT_TAX",
                                    "propertyValues": [
                                        {
                                            "booleanValue": true

# Actor input Schema

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

eBay URLs to scrape. Supports keyword/filter search pages (<code>/sch/i.html?_nkw=...</code>), seller pages (<code>/usr/&lt;seller&gt;</code>), store pages (<code>/str/&lt;store&gt;</code>) and single item pages (<code>/itm/&lt;id&gt;</code>) — on any supported marketplace domain (.com, .co.uk, .de, .fr, .it, .es, .ca, .com.au). Leave empty if you use the <b>Search query</b> field instead.
## `detailedItems` (type: `boolean`):

When ON (default), each ACTIVE listing's item page is fetched for item specifics, full description, gallery images and seller details — richer, but ~3× more requests. When OFF, active listings are returned straight from the search results (price, condition, shipping, image, availability) — much faster and cheaper. Sold listings are always returned from search results regardless of this setting.
## `searchQuery` (type: `string`):

Keyword(s) to search, e.g. "iphone 16 pro 256gb". Supports eBay search syntax (quotes for exact match, minus to exclude). Leave empty if you provided Start URLs.
## `marketplace` (type: `string`):

Which eBay regional site to scrape (affects currency, language and inventory). Applies to keyword searches and to pasted <code>ebay.com</code> URLs; a regional domain in a pasted URL (e.g. ebay.co.uk) always wins over this setting.
## `mode` (type: `string`):

What to scrape for keyword / search / seller / store URLs:<br><br><b>Active</b> – current live listings (default).<br><b>Sold / completed</b> – confirmed sold listings for price comps (eBay exposes roughly the last 90 days). Sold rows come straight from the search results (sold price, sold date, condition, shipping, image) without an extra detail request.<br><b>Both</b> – runs an active search and a sold search for each URL (each respects Max number of items).
## `condition` (type: `string`):

Filter by item condition (keyword-search only).
## `minPrice` (type: `integer`):

Lower price bound in the marketplace currency (keyword-search only). Leave empty for no minimum.
## `maxPrice` (type: `integer`):

Upper price bound in the marketplace currency (keyword-search only). Leave empty for no maximum.
## `sortBy` (type: `string`):

Result ordering for keyword searches.
## `listingType` (type: `string`):

Filter by buying format (keyword-search only).
## `freeShipping` (type: `boolean`):

Only return listings with free shipping (keyword-search only).
## `returnsAccepted` (type: `boolean`):

Only return listings that accept returns (keyword-search only).
## `seller` (type: `string`):

Limit a keyword search to a specific seller's username (eBay _ssn).
## `category` (type: `string`):

Limit a keyword search to an eBay category by numeric category ID (eBay _sacat), e.g. 9355 for Cell Phones & Smartphones.
## `monitoringMode` (type: `boolean`):

When enabled, the scraper will only return new items that haven't been seen in previous runs. Uses KeyValueStore to track seen items across runs.
## `enablePriceMonitoring` (type: `boolean`):

When enabled (requires Monitoring Mode), also returns items where the price has changed since the last run. Adds a 'priceChanged' flag to such items.
## `maxItems` (type: `integer`):

Maximum number of items to scrape (per search chain; in 'Both' mode the active and sold searches each return up to this many).
## `maxConcurrency` (type: `integer`):

Maximum number of pages processed at the same time. Lower this (e.g. 3) if you hit eBay rate-limiting (HTTP 429); raise it for more speed on small runs.
## `minConcurrency` (type: `integer`):

Minimum number of pages that will be processed at the same time.
## `maxRequestRetries` (type: `integer`):

Number of times the crawler will retry a failed request before giving up.
## `proxy` (type: `object`):

Specifies proxy servers that will be used by the scraper in order to hide its origin.<br><br>For details, see <a href='https://apify.com/apify/web-scraper#proxy-configuration' target='_blank' rel='noopener'>Proxy configuration</a> in README.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.ebay.com/sch/i.html?_nkw=baseball+caps&_sacat=0&LH_BIN=1"
    }
  ],
  "detailedItems": true,
  "searchQuery": "iphone 16 pro",
  "marketplace": "ebay.com",
  "mode": "active",
  "condition": "any",
  "sortBy": "best_match",
  "listingType": "all",
  "freeShipping": false,
  "returnsAccepted": false,
  "monitoringMode": false,
  "enablePriceMonitoring": false,
  "maxItems": 1000,
  "maxConcurrency": 5,
  "minConcurrency": 1,
  "maxRequestRetries": 100,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
````

# Actor output Schema

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

No description

# API

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

## JavaScript example

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

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

// Prepare Actor input
const input = {
    "startUrls": [
        {
            "url": "https://www.ebay.com/sch/i.html?_nkw=baseball+caps&_sacat=0&LH_BIN=1"
        }
    ],
    "proxy": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "US"
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("memo23/ebay-search-scraper-ppe").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=baseball+caps&_sacat=0&LH_BIN=1" }],
    "proxy": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "US",
    },
}

# Run the Actor and wait for it to finish
run = client.actor("memo23/ebay-search-scraper-ppe").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=baseball+caps&_sacat=0&LH_BIN=1"
    }
  ],
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}' |
apify call memo23/ebay-search-scraper-ppe --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "eBay: Active & Sold Listings, Prices & Analytics (17 Markets)",
        "description": "Scrape eBay active & sold listings across 17 marketplaces. Search by keyword or URL — get prices, sold price & date, sell-through rate, condition, shipping, item specifics, identifiers (UPC/MPN), images & seller details. Fast/full-detail modes + change monitoring",
        "version": "0.0",
        "x-build-id": "7YC9Rki9Qc2MtMNLX"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/memo23~ebay-search-scraper-ppe/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-memo23-ebay-search-scraper-ppe",
                "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/memo23~ebay-search-scraper-ppe/runs": {
            "post": {
                "operationId": "runs-sync-memo23-ebay-search-scraper-ppe",
                "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/memo23~ebay-search-scraper-ppe/run-sync": {
            "post": {
                "operationId": "run-sync-memo23-ebay-search-scraper-ppe",
                "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. Supports keyword/filter search pages (<code>/sch/i.html?_nkw=...</code>), seller pages (<code>/usr/&lt;seller&gt;</code>), store pages (<code>/str/&lt;store&gt;</code>) and single item pages (<code>/itm/&lt;id&gt;</code>) — on any supported marketplace domain (.com, .co.uk, .de, .fr, .it, .es, .ca, .com.au). Leave empty if you use the <b>Search query</b> field instead.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "detailedItems": {
                        "title": "Fetch full item details (active listings)",
                        "type": "boolean",
                        "description": "When ON (default), each ACTIVE listing's item page is fetched for item specifics, full description, gallery images and seller details — richer, but ~3× more requests. When OFF, active listings are returned straight from the search results (price, condition, shipping, image, availability) — much faster and cheaper. Sold listings are always returned from search results regardless of this setting.",
                        "default": true
                    },
                    "searchQuery": {
                        "title": "Search query",
                        "type": "string",
                        "description": "Keyword(s) to search, e.g. \"iphone 16 pro 256gb\". Supports eBay search syntax (quotes for exact match, minus to exclude). Leave empty if you provided Start URLs."
                    },
                    "marketplace": {
                        "title": "Marketplace",
                        "enum": [
                            "ebay.com",
                            "ebay.co.uk",
                            "ebay.de",
                            "ebay.fr",
                            "ebay.it",
                            "ebay.es",
                            "ebay.ca",
                            "ebay.com.au",
                            "ebay.nl",
                            "ebay.at",
                            "ebay.ch",
                            "ebay.ie",
                            "ebay.pl",
                            "ebay.com.hk",
                            "ebay.com.my",
                            "ebay.ph",
                            "ebay.com.sg"
                        ],
                        "type": "string",
                        "description": "Which eBay regional site to scrape (affects currency, language and inventory). Applies to keyword searches and to pasted <code>ebay.com</code> URLs; a regional domain in a pasted URL (e.g. ebay.co.uk) always wins over this setting.",
                        "default": "ebay.com"
                    },
                    "mode": {
                        "title": "Listing mode",
                        "enum": [
                            "active",
                            "sold",
                            "both"
                        ],
                        "type": "string",
                        "description": "What to scrape for keyword / search / seller / store URLs:<br><br><b>Active</b> – current live listings (default).<br><b>Sold / completed</b> – confirmed sold listings for price comps (eBay exposes roughly the last 90 days). Sold rows come straight from the search results (sold price, sold date, condition, shipping, image) without an extra detail request.<br><b>Both</b> – runs an active search and a sold search for each URL (each respects Max number of items).",
                        "default": "active"
                    },
                    "condition": {
                        "title": "Condition",
                        "enum": [
                            "any",
                            "new",
                            "used",
                            "refurbished",
                            "open_box"
                        ],
                        "type": "string",
                        "description": "Filter by item condition (keyword-search only).",
                        "default": "any"
                    },
                    "minPrice": {
                        "title": "Min price",
                        "type": "integer",
                        "description": "Lower price bound in the marketplace currency (keyword-search only). Leave empty for no minimum."
                    },
                    "maxPrice": {
                        "title": "Max price",
                        "type": "integer",
                        "description": "Upper price bound in the marketplace currency (keyword-search only). Leave empty for no maximum."
                    },
                    "sortBy": {
                        "title": "Sort by",
                        "enum": [
                            "best_match",
                            "ending_soon",
                            "newest",
                            "price_asc",
                            "price_desc"
                        ],
                        "type": "string",
                        "description": "Result ordering for keyword searches.",
                        "default": "best_match"
                    },
                    "listingType": {
                        "title": "Listing type",
                        "enum": [
                            "all",
                            "auction",
                            "bin"
                        ],
                        "type": "string",
                        "description": "Filter by buying format (keyword-search only).",
                        "default": "all"
                    },
                    "freeShipping": {
                        "title": "Free shipping only",
                        "type": "boolean",
                        "description": "Only return listings with free shipping (keyword-search only).",
                        "default": false
                    },
                    "returnsAccepted": {
                        "title": "Returns accepted only",
                        "type": "boolean",
                        "description": "Only return listings that accept returns (keyword-search only).",
                        "default": false
                    },
                    "seller": {
                        "title": "Seller",
                        "type": "string",
                        "description": "Limit a keyword search to a specific seller's username (eBay _ssn)."
                    },
                    "category": {
                        "title": "Category ID",
                        "type": "string",
                        "description": "Limit a keyword search to an eBay category by numeric category ID (eBay _sacat), e.g. 9355 for Cell Phones & Smartphones."
                    },
                    "monitoringMode": {
                        "title": "Run in monitoring mode where only newly listings compared to previous runs will be scraped",
                        "type": "boolean",
                        "description": "When enabled, the scraper will only return new items that haven't been seen in previous runs. Uses KeyValueStore to track seen items across runs.",
                        "default": false
                    },
                    "enablePriceMonitoring": {
                        "title": "Enable price monitoring",
                        "type": "boolean",
                        "description": "When enabled (requires Monitoring Mode), also returns items where the price has changed since the last run. Adds a 'priceChanged' flag to such items.",
                        "default": false
                    },
                    "maxItems": {
                        "title": "Max number of items",
                        "type": "integer",
                        "description": "Maximum number of items to scrape (per search chain; in 'Both' mode the active and sold searches each return up to this many).",
                        "default": 1000
                    },
                    "maxConcurrency": {
                        "title": "Max Concurrency",
                        "type": "integer",
                        "description": "Maximum number of pages processed at the same time. Lower this (e.g. 3) if you hit eBay rate-limiting (HTTP 429); raise it for more speed on small runs.",
                        "default": 5
                    },
                    "minConcurrency": {
                        "title": "Min Concurrency",
                        "type": "integer",
                        "description": "Minimum number of pages that will be processed at the same time.",
                        "default": 1
                    },
                    "maxRequestRetries": {
                        "title": "Max Request Retries",
                        "type": "integer",
                        "description": "Number of times the crawler will retry a failed request before giving up.",
                        "default": 100
                    },
                    "proxy": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Specifies proxy servers that will be used by the scraper in order to hide its origin.<br><br>For details, see <a href='https://apify.com/apify/web-scraper#proxy-configuration' target='_blank' rel='noopener'>Proxy configuration</a> in README.",
                        "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
