Ebay |Search|Store|Seller Pages|Single Item|(Richest output)

Ebay |Search|Store|Seller Pages|Single Item|(Richest output)

by memo23

Unofficial eBay API to extract data from eBay search results and product details with our eBay Search Results and Listing Details Scraper. Perfect for...

3,831 runs
136 users
Try This Actor

Opens on Apify.com

About Ebay |Search|Store|Seller Pages|Single Item|(Richest output)

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.

What does this actor do?

Ebay |Search|Store|Seller Pages|Single Item|(Richest output) is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

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. 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 ## ✨ Features - Comprehensive Data Extraction - Product titles, prices, conditions, and shipping information - Seller details and ratings - Item specifics and descriptions - Product images and variations - Historical pricing and sales data - Wide URL Support - Search results pages - Seller store pages - Store category pages - eBay category pages - Individual product pages - Advanced Configuration - Customizable concurrency settings - Automatic retry mechanism - Proxy rotation support - Detailed error reporting - Structured JSON output - Reliable Performance - Handles eBay's anti-scraping measures - Graceful error recovery - Efficient pagination handling - Automatic session management ## 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" ], "maxConcurrency": 10, "minConcurrency": 1, "maxRequestRetries": 100, "proxy": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"], "apifyProxyCountry": "US" } } ### Input Fields Explanation - Start URLs (startUrls): URLs to start scraping from. 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) - 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 The scraper will generate a list of products and their details. The output structure will vary slightly depending on whether you're scraping search results or individual item pages. For individual item pages, you'll get more detailed information. ### For Individual Item Pages When scraping a specific item URL (e.g., https://www.ebay.co.uk/itm/226771215916), you'll receive detailed information including: - Complete item specifications - Shipping and return policies - Seller information - High-resolution images with zoom and thumbnail variants - And more ### For Search Results When scraping search results, you'll receive a list of items with basic information. Below is an example of the 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 } ] } ], "applicableToShipping": true, "state": { "regionName": "Michigan", "regionType": "STATE_OR_PROVINCE" } }, { "jurisdiction": { "regionName": "MN" }, "taxType": "STATE", "properties": [ { "propertyName": "EBAY_COLLECT_AND_REMIT_TAX", "propertyValues": [ { "booleanValue": true } ] } ], "applicableToShipping": true, "state": { "regionName": "Minnesota", "regionType": "STATE_OR_PROVINCE" } }, { "jurisdiction": { "regionName": "MS" }, "taxType": "STATE", "properties": [ { "propertyName": "EBAY_COLLECT_AND_REMIT_TAX", "propertyValues": [ { "booleanValue": true } ] } ], "applicableToShipping": true, "state": { "regionName": "Mississippi", "regionType": "STATE_OR_PROVINCE" } }, { "jurisdiction": { "regionName": "NE" }, "taxType": "STATE", "properties": [ { "propertyName": "EBAY_COLLECT_AND_REMIT_TAX", "propertyValues": [ { "booleanValue": true } ] } ], "applicableToShipping": true, "state": { "regionName": "Nebraska", "regionType": "STATE_OR_PROVINCE" } }, { "jurisdiction": { "regionName": "NV" }, "taxType": "STATE", "properties": [ { "propertyName": "EBAY_COLLECT_AND_REMIT_TAX", "propertyValues": [ { "booleanValue": true } ] } ], "applicableToShipping": true, "state": { "regionName": "Nevada", "regionType": "STATE_OR_PROVINCE" } }, { "jurisdiction": { "regionName": "NJ" }, "taxType": "STATE", "properties": [ { "propertyName": "EBAY_COLLECT_AND_REMIT_TAX", "propertyValues": [ { "booleanValue": true } ] } ], "applicableToShipping": true, "state": { "regionName": "New Jersey", "regionType": "STATE_OR_PROVINCE" } }, { "jurisdiction": { "regionName": "NM" }, "taxType": "STATE", "properties": [ { "propertyName": "EBAY_COLLECT_AND_REMIT_TAX", "propertyValues": [ { "booleanValue": true } ] } ], "applicableToShipping": true, "state": { "regionName": "New Mexico", "regionType": "STATE_OR_PROVINCE" } }, { "jurisdiction": { "regionName": "NY" }, "taxType": "STATE", "properties": [ { "propertyName": "EBAY_COLLECT_AND_REMIT_TAX", "propertyValues": [ { "booleanValue": true } ] } ], "applicableToShipping": true, "state": { "regionName": "New York", "regionType": "STATE_OR_PROVINCE" } }, { "jurisdiction": { "regionName": "NC" }, "taxType": "STATE", "properties": [ { "propertyName": "EBAY_COLLECT_AND_REMIT_TAX", "propertyValues": [ { "booleanValue": true }

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try Ebay |Search|Store|Seller Pages|Single Item|(Richest output) now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
memo23
Pricing
Paid
Total Runs
3,831
Active Users
136
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support