EBAY: Search | Sold Prices |Store | Seller Pages (8 Markets) avatar

EBAY: Search | Sold Prices |Store | Seller Pages (8 Markets)

Pricing

$19.00/month + usage

Go to Apify Store
EBAY: Search | Sold Prices |Store | Seller Pages (8 Markets)

EBAY: Search | Sold Prices |Store | Seller Pages (8 Markets)

Unofficial eBay API to extract data from eBay search results and product details with our eBay Search Results and Listing Details Scraper. Perfect for market research, price tracking, and detailed product analysis—get all the information you need, in one go.

Pricing

$19.00/month + usage

Rating

5.0

(6)

Developer

Muhamed Didovic

Muhamed Didovic

Maintained by Community

Actor stats

12

Bookmarked

258

Total users

8

Monthly active users

1.4 hours

Issues response

5 days ago

Last modified

Share

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
  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)

{ "searchQuery": "vintage rolex submariner", "condition": "used", "minPrice": 2000, "sortBy": "price_asc" }

7. Sold Price Comps on a Regional Marketplace

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

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

{ "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

For US eBay (ebay.com):

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

For UK eBay (ebay.co.uk):

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

For German eBay (ebay.de):

{
"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
{
"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:

{
"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:

{
"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):

{
"_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 soldPerDaytotalSold ÷ 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:

[
{
"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