From 285040e7c56ddf6778d9eab9991f8f7906d40343 Mon Sep 17 00:00:00 2001 From: mazen-r Date: Thu, 22 Aug 2024 10:03:55 +0300 Subject: [PATCH] update expired ebay parsing selector --- ebay-scraper/ebay.py | 15 +- .../results/product-with-variants.json | 60 +- ebay-scraper/results/product.json | 176 +- ebay-scraper/results/search.json | 9916 ++++++++--------- ebay-scraper/test.py | 6 +- 5 files changed, 4722 insertions(+), 5451 deletions(-) diff --git a/ebay-scraper/ebay.py b/ebay-scraper/ebay.py index 8441e2d..1b21252 100644 --- a/ebay-scraper/ebay.py +++ b/ebay-scraper/ebay.py @@ -116,22 +116,19 @@ def parse_product(result: ScrapeApiResponse): item["price_converted"] = css(".x-price-approx__price ::text") # ebay automatically converts price for some regions item["name"] = css_join("h1 span::text") - item["seller_name"] = css_join("[data-testid=str-title] a ::text") - item["seller_url"] = css("[data-testid=str-title] a::attr(href)").split("?")[0] + item["seller_name"] = sel.xpath("//div[contains(@class,'info__about-seller')]/a/span/text()").get() + item["seller_url"] = sel.xpath("//div[contains(@class,'info__about-seller')]/a/@href").get().split("?")[0] item["photos"] = sel.css('.ux-image-filmstrip-carousel-item.image img::attr("src")').getall() # carousel images item["photos"].extend(sel.css('.ux-image-carousel-item.image img::attr("src")').getall()) # main image # description is an iframe (independant page). We can keep it as an URL or scrape it later. - item["description_url"] = css("div.d-item-description iframe::attr(src)") - if not item["description_url"]: - item["description_url"] = css("div#desc_div iframe::attr(src)") + item["description_url"] = css("iframe#desc_ifr::attr(src)") # feature details from the description table: feature_table = sel.css("div.ux-layout-section--features") features = {} - for ft_label in feature_table.css(".ux-labels-values__labels"): + for feature in feature_table.css("dl.ux-labels-values"): # iterate through each label of the table and select first sibling for value: - label = "".join(ft_label.css(".ux-textspans::text").getall()).strip(":\n ") - ft_value = ft_label.xpath("following-sibling::div[1]") - value = "".join(ft_value.css(".ux-textspans::text").getall()).strip() + label = "".join(feature.css(".ux-labels-values__labels-content > div > span::text").getall()).strip(":\n ") + value = "".join(feature.css(".ux-labels-values__values-content > div > span *::text").getall()).strip(":\n ") features[label] = value item["features"] = features return item diff --git a/ebay-scraper/results/product-with-variants.json b/ebay-scraper/results/product-with-variants.json index c07c9ae..80985be 100644 --- a/ebay-scraper/results/product-with-variants.json +++ b/ebay-scraper/results/product-with-variants.json @@ -1,22 +1,18 @@ { "url": "https://www.ebay.com/itm/393531906094", "id": "393531906094", - "price_original": "C $469.00", - "price_converted": "US $341.55", + "price_original": "C $439.99", + "price_converted": "US $322.82", "name": "Apple iPhone 11 Pro Max - Unlocked - 64GB / 256GB / 512GB - CA - Excellent", "seller_name": "MobileKlinik", "seller_url": "https://www.ebay.com/str/devicecare", "photos": [ - "https://i.ebayimg.com/images/g/93cAAOSwvEJgbLW8/s-l64.jpg", - "https://i.ebayimg.com/images/g/l0sAAOSwextgbLYj/s-l64.jpg", - "https://i.ebayimg.com/images/g/qxEAAOSwP~BgbLa5/s-l64.jpg", - "https://i.ebayimg.com/images/g/7usAAOSwRbZgbLbE/s-l64.jpg", - "https://i.ebayimg.com/images/g/ffMAAOSwhAxgbLbO/s-l64.jpg", - "https://i.ebayimg.com/images/g/93cAAOSwvEJgbLW8/s-l500.jpg" + "https://i.ebayimg.com/thumbs/images/g/93cAAOSwvEJgbLW8/s-l500.jpg", + "https://i.ebayimg.com/images/g/93cAAOSwvEJgbLW8/s-l1600.webp" ], - "description_url": "https://vi.vipr.ebaydesc.com/ws/eBayISAPI.dll?ViewItemDescV4&item=393531906094&t=1631237959000&category=9355&seller=mobileklinik&excSoj=1&excTrk=1&lsite=2&ittenable=true&domain=ebay.com&descgauge=1&cspheader=1&oneClk=2&secureDesc=1", + "description_url": "https://vi.vipr.ebaydesc.com/itmdesc/393531906094?t=1631237959000&category=9355&seller=mobileklinik&excSoj=1&ver=0&excTrk=1&lsite=2&ittenable=true&domain=ebay.com&descgauge=1&cspheader=1&oneClk=2&secureDesc=1&variationId=662315637172", "features": { - "Condition": "Excellent - Refurbished: The item is in like-new condition, backed by a one year warranty. It has ... Read moreExcellent - Refurbished: The item is in like-new condition, backed by a one year warranty. It has been professionally refurbished, inspected and cleaned to excellent condition by qualified sellers. The item includes original or new accessories and will come in new generic packaging. See the seller's listing for full details. See all condition definitions", + "Condition": "Excellent - Refurbished: The item is in like-new condition, backed by a one year warranty. It has ... Read moreabout the conditionExcellent - Refurbished: The item is in like-new condition, backed by a one year warranty. It has been professionally refurbished, inspected and cleaned to excellent condition by qualified sellers. The item includes original or new accessories and will come in new generic packaging. See the seller's listing for full details. See all condition definitionsopens in a new window or tab", "Processor": "Hexa Core", "Screen Size": "6.5 in", "Model Number": "A2161 (CDMA + GSM)", @@ -39,7 +35,7 @@ "Color": "Midnight Green", "price_original": 679, "price_original_currency": "CAD", - "price_converted": 494.48, + "price_converted": 498.18, "price_converted_currency": "USD", "out_of_stock": true }, @@ -50,7 +46,7 @@ "Color": "Gold", "price_original": 679, "price_original_currency": "CAD", - "price_converted": 494.48, + "price_converted": 498.18, "price_converted_currency": "USD", "out_of_stock": true }, @@ -61,7 +57,7 @@ "Color": "Space Gray", "price_original": 679, "price_original_currency": "CAD", - "price_converted": 494.48, + "price_converted": 498.18, "price_converted_currency": "USD", "out_of_stock": true }, @@ -70,9 +66,9 @@ "Model": "Apple iPhone 11 Pro Max", "Storage Capacity": "256 GB", "Color": "Midnight Green", - "price_original": 549, + "price_original": 489, "price_original_currency": "CAD", - "price_converted": 399.81, + "price_converted": 358.78, "price_converted_currency": "USD", "out_of_stock": true }, @@ -81,9 +77,9 @@ "Model": "Apple iPhone 11 Pro Max", "Storage Capacity": "256 GB", "Color": "Gold", - "price_original": 549, + "price_original": 489, "price_original_currency": "CAD", - "price_converted": 399.81, + "price_converted": 358.78, "price_converted_currency": "USD", "out_of_stock": true }, @@ -92,11 +88,11 @@ "Model": "Apple iPhone 11 Pro Max", "Storage Capacity": "256 GB", "Color": "Space Gray", - "price_original": 549, + "price_original": 489, "price_original_currency": "CAD", - "price_converted": 399.81, + "price_converted": 358.78, "price_converted_currency": "USD", - "out_of_stock": true + "out_of_stock": false }, { "id": "662315637179", @@ -105,7 +101,7 @@ "Color": "Silver", "price_original": 679, "price_original_currency": "CAD", - "price_converted": 494.48, + "price_converted": 498.18, "price_converted_currency": "USD", "out_of_stock": true }, @@ -114,20 +110,20 @@ "Model": "Apple iPhone 11 Pro Max", "Storage Capacity": "64 GB", "Color": "Midnight Green", - "price_original": 469, + "price_original": 439.99, "price_original_currency": "CAD", - "price_converted": 341.55, + "price_converted": 322.82, "price_converted_currency": "USD", - "out_of_stock": true + "out_of_stock": false }, { "id": "662315637173", "Model": "Apple iPhone 11 Pro Max", "Storage Capacity": "64 GB", "Color": "Gold", - "price_original": 469, + "price_original": 439.99, "price_original_currency": "CAD", - "price_converted": 341.55, + "price_converted": 322.82, "price_converted_currency": "USD", "out_of_stock": false }, @@ -136,9 +132,9 @@ "Model": "Apple iPhone 11 Pro Max", "Storage Capacity": "64 GB", "Color": "Space Gray", - "price_original": 469, + "price_original": 439.99, "price_original_currency": "CAD", - "price_converted": 341.55, + "price_converted": 322.82, "price_converted_currency": "USD", "out_of_stock": false }, @@ -147,9 +143,9 @@ "Model": "Apple iPhone 11 Pro Max", "Storage Capacity": "256 GB", "Color": "Silver", - "price_original": 549, + "price_original": 489, "price_original_currency": "CAD", - "price_converted": 399.81, + "price_converted": 358.78, "price_converted_currency": "USD", "out_of_stock": true }, @@ -158,9 +154,9 @@ "Model": "Apple iPhone 11 Pro Max", "Storage Capacity": "64 GB", "Color": "Silver", - "price_original": 469, + "price_original": 439.99, "price_original_currency": "CAD", - "price_converted": 341.55, + "price_converted": 322.82, "price_converted_currency": "USD", "out_of_stock": true } diff --git a/ebay-scraper/results/product.json b/ebay-scraper/results/product.json index 1a96eb8..80985be 100644 --- a/ebay-scraper/results/product.json +++ b/ebay-scraper/results/product.json @@ -1,24 +1,164 @@ { - "url": "https://www.ebay.com/itm/332562282948", - "id": "332562282948", - "price_original": "US $12.45", - "price_converted": "", - "name": "Sanei Kirby 5.5\" Plush Stuffed Doll (KP01) - Kirby Adventure All Star Collection", - "seller_name": "ToysCollections", - "seller_url": "https://www.ebay.com/str/huskylover228", + "url": "https://www.ebay.com/itm/393531906094", + "id": "393531906094", + "price_original": "C $439.99", + "price_converted": "US $322.82", + "name": "Apple iPhone 11 Pro Max - Unlocked - 64GB / 256GB / 512GB - CA - Excellent", + "seller_name": "MobileKlinik", + "seller_url": "https://www.ebay.com/str/devicecare", "photos": [ - "https://i.ebayimg.com/images/g/ITEAAOSw9p9ajK16/s-l500.jpg" + "https://i.ebayimg.com/thumbs/images/g/93cAAOSwvEJgbLW8/s-l500.jpg", + "https://i.ebayimg.com/images/g/93cAAOSwvEJgbLW8/s-l1600.webp" ], - "description_url": "https://vi.vipr.ebaydesc.com/ws/eBayISAPI.dll?ViewItemDescV4&item=332562282948&t=1678153940000&category=69528&seller=the_northeshop&excSoj=1&excTrk=1&lsite=0&ittenable=true&domain=ebay.com&descgauge=1&cspheader=1&oneClk=2&secureDesc=1", + "description_url": "https://vi.vipr.ebaydesc.com/itmdesc/393531906094?t=1631237959000&category=9355&seller=mobileklinik&excSoj=1&ver=0&excTrk=1&lsite=2&ittenable=true&domain=ebay.com&descgauge=1&cspheader=1&oneClk=2&secureDesc=1&variationId=662315637172", "features": { - "Condition": "New: A brand-new, unused, unopened, undamaged item (including handmade items). See the seller's ... Read moreNew: A brand-new, unused, unopened, undamaged item (including handmade items). See the seller's listing for full details. See all condition definitions", - "Brand": "unbranded", - "Type": "Plush", - "UPC": "4905330122810", - "Featured Refinements": "Kirby Plush", - "Recommended Age Range": "4+", - "Gender": "Boys & Girls", - "Character Family": "Kirby Adventure" + "Condition": "Excellent - Refurbished: The item is in like-new condition, backed by a one year warranty. It has ... Read moreabout the conditionExcellent - Refurbished: The item is in like-new condition, backed by a one year warranty. It has been professionally refurbished, inspected and cleaned to excellent condition by qualified sellers. The item includes original or new accessories and will come in new generic packaging. See the seller's listing for full details. See all condition definitionsopens in a new window or tab", + "Processor": "Hexa Core", + "Screen Size": "6.5 in", + "Model Number": "A2161 (CDMA + GSM)", + "Lock Status": "Factory Unlocked", + "SIM Card Slot": "Dual SIM (SIM + eSIM)", + "Brand": "Apple", + "Network": "1&1, Unlocked", + "Connectivity": "5G, Bluetooth, GPS, Lightning", + "Operating System": "iOS", + "Features": "4K Video Recording, Accelerometer, Bluetooth Enabled, Camera, Facial Recognition", + "Contract": "Without Contract", + "Camera Resolution": "12.0 MP", + "RAM": "4 GB" }, - "variants": {} + "variants": [ + { + "id": "662315637180", + "Model": "Apple iPhone 11 Pro Max", + "Storage Capacity": "512 GB", + "Color": "Midnight Green", + "price_original": 679, + "price_original_currency": "CAD", + "price_converted": 498.18, + "price_converted_currency": "USD", + "out_of_stock": true + }, + { + "id": "662315637181", + "Model": "Apple iPhone 11 Pro Max", + "Storage Capacity": "512 GB", + "Color": "Gold", + "price_original": 679, + "price_original_currency": "CAD", + "price_converted": 498.18, + "price_converted_currency": "USD", + "out_of_stock": true + }, + { + "id": "662315637182", + "Model": "Apple iPhone 11 Pro Max", + "Storage Capacity": "512 GB", + "Color": "Space Gray", + "price_original": 679, + "price_original_currency": "CAD", + "price_converted": 498.18, + "price_converted_currency": "USD", + "out_of_stock": true + }, + { + "id": "662315637176", + "Model": "Apple iPhone 11 Pro Max", + "Storage Capacity": "256 GB", + "Color": "Midnight Green", + "price_original": 489, + "price_original_currency": "CAD", + "price_converted": 358.78, + "price_converted_currency": "USD", + "out_of_stock": true + }, + { + "id": "662315637177", + "Model": "Apple iPhone 11 Pro Max", + "Storage Capacity": "256 GB", + "Color": "Gold", + "price_original": 489, + "price_original_currency": "CAD", + "price_converted": 358.78, + "price_converted_currency": "USD", + "out_of_stock": true + }, + { + "id": "662315637178", + "Model": "Apple iPhone 11 Pro Max", + "Storage Capacity": "256 GB", + "Color": "Space Gray", + "price_original": 489, + "price_original_currency": "CAD", + "price_converted": 358.78, + "price_converted_currency": "USD", + "out_of_stock": false + }, + { + "id": "662315637179", + "Model": "Apple iPhone 11 Pro Max", + "Storage Capacity": "512 GB", + "Color": "Silver", + "price_original": 679, + "price_original_currency": "CAD", + "price_converted": 498.18, + "price_converted_currency": "USD", + "out_of_stock": true + }, + { + "id": "662315637172", + "Model": "Apple iPhone 11 Pro Max", + "Storage Capacity": "64 GB", + "Color": "Midnight Green", + "price_original": 439.99, + "price_original_currency": "CAD", + "price_converted": 322.82, + "price_converted_currency": "USD", + "out_of_stock": false + }, + { + "id": "662315637173", + "Model": "Apple iPhone 11 Pro Max", + "Storage Capacity": "64 GB", + "Color": "Gold", + "price_original": 439.99, + "price_original_currency": "CAD", + "price_converted": 322.82, + "price_converted_currency": "USD", + "out_of_stock": false + }, + { + "id": "662315637174", + "Model": "Apple iPhone 11 Pro Max", + "Storage Capacity": "64 GB", + "Color": "Space Gray", + "price_original": 439.99, + "price_original_currency": "CAD", + "price_converted": 322.82, + "price_converted_currency": "USD", + "out_of_stock": false + }, + { + "id": "662315637175", + "Model": "Apple iPhone 11 Pro Max", + "Storage Capacity": "256 GB", + "Color": "Silver", + "price_original": 489, + "price_original_currency": "CAD", + "price_converted": 358.78, + "price_converted_currency": "USD", + "out_of_stock": true + }, + { + "id": "662315637171", + "Model": "Apple iPhone 11 Pro Max", + "Storage Capacity": "64 GB", + "Color": "Silver", + "price_original": 439.99, + "price_original_currency": "CAD", + "price_converted": 322.82, + "price_converted_currency": "USD", + "out_of_stock": true + } + ] } \ No newline at end of file diff --git a/ebay-scraper/results/search.json b/ebay-scraper/results/search.json index f47f877..738d6ec 100644 --- a/ebay-scraper/results/search.json +++ b/ebay-scraper/results/search.json @@ -1,8118 +1,7256 @@ [ { - "url": "https://www.ebay.com/itm/114987557833", - "title": "Apple iPhone 6s Plus 64GB GSM Unlocked AT&T T-Mobile Very Good Condition", - "price": "$71.00", - "shipping": 21.38, + "url": "https://www.ebay.com/itm/125654726090", + "title": "Apple iPhone SE 1st Gen. - 16/32/64/128GB - ALL COLORS Unlocked/AT&T/T-Mobile", + "price": "$52.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/iGgAAOSwh6FhPxce/s-l300.webp", - "rating": 4.5, - "rating_count": 135 + "photo": "https://i.ebayimg.com/images/g/eWIAAOSw0RxmRr4z/s-l500.webp", + "rating": 5.0, + "rating_count": 14 }, { - "url": "https://www.ebay.com/itm/114981059288", - "title": "Apple iPhone 6 Plus 16GB 64GB Factory Unlocked AT&T T-mobile Verizon Good", - "price": "$68.00", - "shipping": 21.21, + "url": "https://www.ebay.com/itm/145584750897", + "title": "Apple iPhone 6S Plus 16GB 32GB 64GB 128GB Unlocked AT&T T-Mobile Verizon", + "price": "$69.99", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [], + "location": null, + "subtitles": [ + "Free 2 Day Shipping!" + ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/2SIAAOSwDXVhOvjt/s-l300.webp", - "rating": 4.5, - "rating_count": 220 + "photo": "https://i.ebayimg.com/images/g/M9AAAOSw2HNludrn/s-l500.webp", + "rating": 5.0, + "rating_count": 30 }, { - "url": "https://www.ebay.com/itm/192680493240", - "title": "Apple iPhone 6S Plus Factory Unlocked 5.5\" SmartPhone 16GB 32GB 64GB 128GB", - "price": "$109.99", - "shipping": 21.57, + "url": "https://www.ebay.com/itm/156367218609", + "title": "New Listing", + "price": "$100.00", + "shipping": 6.79, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [], - "condition": "Open Box", - "photo": "https://i.ebayimg.com/thumbs/images/g/WwUAAOSwx5hbuAAs/s-l300.webp", + "location": null, + "subtitles": [ + "Apple iPhone", + "16 GB", + "Unlocked" + ], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/WnQAAOSwb7dmw~6v/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/114962837908", - "title": "Apple iPhone 6s/6s Plus 16GB 32GB 64GB 128GB Unlocked Verizon At&t Tracfone 4G", - "price": "$55.88", - "shipping": 25.07, + "url": "https://www.ebay.com/itm/145630460987", + "title": "Apple iPhone 6 16GB 32GB 64GB 128GB Unlocked AT&T T-Mobile Verizon Smartphone", + "price": "$52.99", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [], + "location": null, + "subtitles": [ + "Free 2 Day Shipping!" + ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/mhIAAOSwyc5hLfkH/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/ojUAAOSwh0hluC5s/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/202427720622", - "title": "Apple iPhone 6S Factory Unlocked 16GB 32GB 64GB 128GB AT&T T-mobile Verizon", - "price": "$84.99", - "shipping": 24.71, + "url": "https://www.ebay.com/itm/166926815628", + "title": "Unlocked Apple iPhone 6 - 16GB - iOS - 4G LTE Smartphone", + "price": "$38.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [], - "condition": "Open Box", - "photo": "https://i.ebayimg.com/thumbs/images/g/5eAAAOSwrORbkDlz/s-l300.webp", + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/RAIAAOSwTzxmxOrA/s-l140.webp", "rating": 4.5, - "rating_count": 301 + "rating_count": 153 }, { - "url": "https://www.ebay.com/itm/192684302480", - "title": "Apple iPhone 6S Plus 5.5\" Fully Unlocked (Any Carrier) 16GB 32GB 64GB 128GB Good", - "price": "$89.99", - "shipping": 21.19, + "url": "https://www.ebay.com/itm/126435608547", + "title": "Working well Apple iPhone 5 5c 5s 8/16/32/64GB All colours Fully UNLOCKED Good!!", + "price": "$28.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": "from China", "subtitles": [], - "condition": "Good - Refurbished", - "photo": "https://i.ebayimg.com/thumbs/images/g/WwUAAOSwx5hbuAAs/s-l300.webp", - "rating": 4.5, - "rating_count": 175 + "condition": "Open Box", + "photo": "https://i.ebayimg.com/images/g/ugYAAOSwywhmIh~~/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/223182678910", - "title": "Apple iPhone 6S Plus Factory Unlocked GSM 5.5\" SmartPhone 16GB 64GB 128GB", - "price": "$78.99", - "shipping": 20.98, + "url": "https://www.ebay.com/itm/126398938042", + "title": "Apple iPhone 6 - 16GB 32GB 64GB 128GB - Gray Gold Silver Unlocked AT&T T-Mobile", + "price": "$48.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/0FQAAOSwH~RbvOgD/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/E34AAOSwbT1mRrxz/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/284638811512", - "title": "*NEW SEALED* T-MOBILE Apple iPhone 6 - 16/64/128GB Unlocked UNLOCKED Smartphone", - "price": "$124.99", - "shipping": 21.95, + "url": "https://www.ebay.com/itm/126300999574", + "title": "Apple iPhone 6s Plus - 16GB 32GB 64GB 128GB - ALL COLORS Unlocked/AT&T/T-Mobile", + "price": "$64.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [], - "condition": "Brand New", - "photo": "https://i.ebayimg.com/thumbs/images/g/gAEAAOSwjU1inx~I/s-l300.webp", + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/JZ4AAOSwJ-xmeZAX/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/125963150209", - "title": "(Lot of 27) Apple iPhone 5s - See Description", - "price": "$61.00", - "shipping": 18.35, - "auction_end": "2023-06-11T10:48:00", - "bids": 34, - "location": "United States", - "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "AT&T" - ], + "url": "https://www.ebay.com/itm/125654714303", + "title": "Apple iPhone 5s - 16/32/64GB - ALL COLORS Unlocked/AT&T/T-Mobile A1453", + "price": "$29.99", + "shipping": 0.0, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/cjMAAOSwb19kUxRJ/s-l300.webp", - "rating": null, - "rating_count": null + "photo": "https://i.ebayimg.com/images/g/uj4AAOSw8X1jkqCg/s-l140.webp", + "rating": 4.5, + "rating_count": 53 }, { - "url": "https://www.ebay.com/itm/155500899950", - "title": "Fully Working Apple iphone 2g 1st generation unlocked 4GB 8GB 16GB Rare IOS 1.0", - "price": "$98.00", - "shipping": 6.99, + "url": "https://www.ebay.com/itm/126387599441", + "title": "Apple iPhone 6s - 16GB 32GB 64GB 128GB - ALL COLORS Unlocked AT&T Verizon A1688", + "price": "$57.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "China", + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/ExEAAOSwo2RkNk48/s-l300.webp", - "rating": null, - "rating_count": null + "photo": "https://i.ebayimg.com/images/g/v9UAAOSwZ55mRr0b/s-l140.webp", + "rating": 4.5, + "rating_count": 96 }, { - "url": "https://www.ebay.com/itm/354716063929", - "title": "Apple iPhone SE 1st Gen 16GB Factory Unlocked Smartphone - Excellent Condition", - "price": "$74.99", - "shipping": 20.9, + "url": "https://www.ebay.com/itm/145653607831", + "title": "Apple iPhone 6 Plus Unlocked 16GB 64GB 128GB AT&T T-Mobile Verizon Smartphone", + "price": "$59.99", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [], - "condition": "Excellent - Refurbished", - "photo": "https://i.ebayimg.com/thumbs/images/g/CEMAAOSwNlJkN6fR/s-l300.webp", + "location": null, + "subtitles": [ + "Free 2 Day Shipping!" + ], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/aZAAAOSw4MBlznTA/s-l140.webp", "rating": 4.5, - "rating_count": 70 + "rating_count": 47 }, { - "url": "https://www.ebay.com/itm/114962745575", - "title": "Apple iPhone 6/6s 16GB 32GB 64GB 128GB Unlocked Verizon At&t Metro-pcs Sprint", - "price": "$42.31", - "shipping": 20.28, + "url": "https://www.ebay.com/itm/126329207814", + "title": "Apple iPhone 5c - 8GB 16GB 32GB - ALL COLORS Unlocked AT&T T-Mobile", + "price": "$33.00", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/hIwAAOSwFqVhLePB/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/Sf0AAOSwVz9lyosI/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/114996232299", - "title": "Apple iPhone 6S (Excellent Condition) Factory Unlocked, Verizon, AT&T, T-Mobile", - "price": "$53.77", - "shipping": 21.06, + "url": "https://www.ebay.com/itm/155611329818", + "title": "85% N ew Apple iPhone 4 4S 8GB 16GB 32GB Unlocked Black White Fully working", + "price": "$29.00", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": "from China", "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/J4MAAOSwXVNhRNz2/s-l300.webp", - "rating": 4.0, - "rating_count": 22 + "photo": "https://i.ebayimg.com/images/g/B78AAOSwo3Vki9Py/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/385661405153", - "title": "New Listing", - "price": "$44.00", - "shipping": 0.0, + "url": "https://www.ebay.com/itm/145629335410", + "title": "Apple iPhone 6S Unlocked 16GB 32GB 64GB 128GB AT&T T-Mobile Verizon Smartphone", + "price": "$59.99", + "shipping": null, "auction_end": null, "bids": null, - "location": "China", - "subtitles": [], + "location": null, + "subtitles": [ + "Free 2-Day Shipping!" + ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/hmUAAOSwkUZkfdwC/s-l300.webp", - "rating": 4.0, - "rating_count": 70 + "photo": "https://i.ebayimg.com/images/g/dCIAAOSwQKplrv76/s-l140.webp", + "rating": 4.5, + "rating_count": 29 }, { - "url": "https://www.ebay.com/itm/374330971972", - "title": "Apple iPhone 4s - 16GB - White (Unlocked) A1387 (CDMA GSM)", - "price": "$58.00", + "url": "https://www.ebay.com/itm/166852560428", + "title": "Apple iPhone 6 - 16GB Space Gray AT&T (iOS 8.3)", + "price": "$99.99", "shipping": 0.0, "auction_end": null, "bids": null, - "location": "China", + "location": null, "subtitles": [ - "Apple iPhone 4s", + "Apple iPhone 6", "16 GB", - "Unlocked" + "AT&T" ], - "condition": "Open Box", - "photo": "https://i.ebayimg.com/thumbs/images/g/c0UAAOSwhL5iafjb/s-l300.webp", + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/Mh8AAOSwC1dmhWK4/s-l140.webp", "rating": 4.5, - "rating_count": 270 + "rating_count": 436 }, { - "url": "https://www.ebay.com/itm/113858937706", - "title": "Apple iPhone 6 16GB 64GB 128GB Factory Unlocked AT&T Verizon TMobile Sprint Mint", - "price": "$42.31", - "shipping": 20.94, + "url": "https://www.ebay.com/itm/202444662305", + "title": "Apple iPhone 6 16GB 64GB 128GB Unlocked SmartPhone AT&T T-mobile Verizon Good", + "price": "$52.99", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/LJ0AAOSw2xpdWsuY/s-l300.webp", - "rating": null, - "rating_count": null + "condition": "Good - Refurbished", + "photo": "https://i.ebayimg.com/images/g/SmEAAOSwiqNbpRiO/s-l140.webp", + "rating": 4.5, + "rating_count": 153 }, { - "url": "https://www.ebay.com/itm/256102074975", + "url": "https://www.ebay.com/itm/375605337245", "title": "New Listing", - "price": "$10.00", - "shipping": 27.85, - "auction_end": "2023-06-13T18:14:00", - "bids": 0, - "location": "United States", - "subtitles": [ - "Apple iPhone 6", - "32 GB", - "Unlocked" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/MwQAAOSw0axkf9lQ/s-l300.webp", - "rating": 5.0, - "rating_count": 1 - }, - { - "url": "https://www.ebay.com/itm/145110038579", - "title": "Apple iPhone SE 32GB [A1662] Space Gray (Unlocked) Smartphone", - "price": "$42.95", - "shipping": 20.29, + "price": "$40.00", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone SE", + "Apple iPhone 6s", "16 GB", - "T-Mobile" + "Unlocked" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/pKAAAOSwoeBkdRQp/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/1vIAAOSwiX9mxnxs/s-l140.webp", "rating": 4.5, - "rating_count": 12 + "rating_count": 96 }, { - "url": "https://www.ebay.com/itm/284638799253", - "title": "*NEW SEALED* Apple Verizon iPhone 6s Plus 5.5\" 16/64/128GB UNLOCKED Smartphone", - "price": "$161.99", - "shipping": 20.62, + "url": "https://www.ebay.com/itm/126556056045", + "title": "Apple iPhone SE 1st gen(2016)16/32/64/128GB Fully UNLOCKED Gray/Silver/Gold/Pink", + "price": "$65.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": "from China", "subtitles": [], - "condition": "Brand New", - "photo": "https://i.ebayimg.com/thumbs/images/g/wHkAAOSw3i9inx0H/s-l300.webp", + "condition": "Open Box", + "photo": "https://i.ebayimg.com/images/g/JbYAAOSwPMZmgreM/s-l140.webp", "rating": 4.5, - "rating_count": 6 + "rating_count": 272 + }, + { + "url": "https://www.ebay.com/itm/335540303450", + "title": "New Listing", + "price": "$14.95", + "shipping": 5.73, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [ + "Apple iPhone 3G", + "16 GB", + "Unlocked" + ], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/D1sAAOSwX8tmxfon/s-l140.webp", + "rating": 4.0, + "rating_count": 225 }, { - "url": "https://www.ebay.com/itm/165787821374", - "title": "Apple iPhone SE 1St Gen 16/32/64/128GB Fully Unlocked All Colors Good Condition", - "price": "$53.10", - "shipping": 15.39, + "url": "https://www.ebay.com/itm/126120586381", + "title": "Apple iPhone 5 - 16/32/64GB - ALL COLORS Unlocked/AT&T/Sprint A1429", + "price": "$30.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/m3wAAOSwQ6Bjedmr/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/v3gAAOSwOnxlG0fP/s-l140.webp", "rating": 4.5, - "rating_count": 28 + "rating_count": 23 }, { - "url": "https://www.ebay.com/itm/202458551907", - "title": "Apple iPhone 6 Plus 16GB 64GB 128GB Factory Unlocked AT&T T-mobile Verizon Good", - "price": "$78.99", - "shipping": 20.98, + "url": "https://www.ebay.com/itm/116293100467", + "title": "iOS 7 (7.0.4) Apple iPhone 5S - JAILBROKEN - 16GB Gold", + "price": "$162.00", + "shipping": 8.6, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [], - "condition": "Good - Refurbished", - "photo": "https://i.ebayimg.com/thumbs/images/g/tOsAAOSwygFec-wX/s-l300.webp", - "rating": 4.0, - "rating_count": 60 + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/xd8AAOSw-oxmwBJ6/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/324052569878", - "title": "Apple iPhone SE 1St Gen Fully Unlocked GSM/CDMA SmartPhone 16GB 32GB 64GB 128GB", - "price": "$93.99", - "shipping": 24.88, + "url": "https://www.ebay.com/itm/156112960182", + "title": "Fully working Apple iphone 4 4S 8GB/16GB/32GB 64GB white black unlocked", + "price": "$28.00", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": "from China", "subtitles": [], - "condition": "Open Box", - "photo": "https://i.ebayimg.com/thumbs/images/g/3owAAOSwlTFeK2Uk/s-l300.webp", + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/2dMAAOSw5QJmBiXo/s-l140.webp", "rating": 4.5, - "rating_count": 35 + "rating_count": 557 }, { - "url": "https://www.ebay.com/itm/404316891022", - "title": "iOS 3.1.3 iPhone 2G First Gen 8GB A1203 (GSM) Collectible", - "price": "$46.00", - "shipping": 24.41, - "auction_end": "2023-06-09T13:22:00", - "bids": 17, - "location": "United States", - "subtitles": [ - "Apple iPhone (1st Generation)", - "16 GB", - "Unlocked" - ], + "url": "https://www.ebay.com/itm/155717085108", + "title": "Fully Working Apple iphone 2g 1st generation unlocked 4GB 8GB 16GB Rare IOS 1.0", + "price": "$98.00", + "shipping": 0.0, + "auction_end": null, + "bids": null, + "location": "from China", + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/KZgAAOSwFaRkcRQ3/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/ExEAAOSwo2RkNk48/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/134601861878", - "title": "New Listing", - "price": "$31.99", - "shipping": 20.09, + "url": "https://www.ebay.com/itm/256609317061", + "title": "Apple iPhone 3GS - 16GB - A1303 (GSM) IMEI: 012153008834874", + "price": "$27.99", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone SE", + "Apple iPhone 3GS", "16 GB", - "Unlocked" + "AT&T" ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/iw0AAOSwXI5kf4Xg/s-l300.webp", + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/eTsAAOSwolNmw6WM/s-l140.webp", "rating": 4.5, - "rating_count": 328 + "rating_count": 82 }, { - "url": "https://www.ebay.com/itm/394478345601", - "title": "Original Unlocked Apple iPhone 4S -8/16/32/64GB iOS 9 3G WIFI Smartphone", - "price": "$49.00", - "shipping": 6.0, + "url": "https://www.ebay.com/itm/335535613239", + "title": "For Parts - Lot of 10 Good Apple iPhone 6 16GB Verizon A1549 Gray", + "price": "$79.87", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "China", - "subtitles": [], - "condition": "Brand New", - "photo": "https://i.ebayimg.com/thumbs/images/g/2WYAAOSw5DRj91l8/s-l300.webp", + "location": null, + "subtitles": [ + "Apple iPhone 6", + "16 GB", + "Verizon" + ], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/Nw4AAOSwW1xmwWIB/s-l140.webp", "rating": 4.5, - "rating_count": 270 + "rating_count": 569 }, { - "url": "https://www.ebay.com/itm/304970474991", - "title": "New Listing", - "price": "$49.99", - "shipping": 26.03, + "url": "https://www.ebay.com/itm/196571941888", + "title": "24 HOUR SALE ONLY- Lot Of 7 iPhones", + "price": "$99.00", + "shipping": 8.44, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone SE", + "Apple iPhone", "16 GB", "Unlocked" ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/R8wAAOSwBApjkp0l/s-l300.webp", - "rating": 4.5, - "rating_count": 105 + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/Gq0AAOSw00xmxMdN/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/325675858617", - "title": "Apple iPhone 6 - 16GB - Space Gray (AT&T) A1549 (GSM)", - "price": "$9.99", - "shipping": 27.85, - "auction_end": "2023-06-07T06:14:00", - "bids": 0, - "location": "United States", + "url": "https://www.ebay.com/itm/144228494862", + "title": "Fair Condition Apple iPhone 5S 16GB /32GB /64Gb-AT&T Unlocked", + "price": "$23.00", + "shipping": null, + "auction_end": null, + "bids": null, + "location": null, "subtitles": [ - "Apple iPhone 6", - "16 GB", - "AT&T" + "\u2705 SHIP SAME DAY \u2705 TRUSTED BUSINESS SELLER \u2705 FREE RETURN" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/~eUAAOSwD3pkd0g-/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/KJ4AAOSwUtZhJwKo/s-l140.webp", "rating": 4.5, - "rating_count": 545 + "rating_count": 74 }, { - "url": "https://www.ebay.com/itm/295691397161", - "title": "Apple iPhone 6 A1549 gold Smartphone GSM AT&T ATT 16GB 16 GB CLEAN ESN", - "price": "$29.99", - "shipping": 14.61, + "url": "https://www.ebay.com/itm/164412257247", + "title": "Mint Condition Apple iPhone 5S 16GB /32GB for WIFI only", + "price": "$25.00", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 6", - "16 GB", - "1&1" + "\u2705 SHIP SAME DAY \u2705 TRUSTED BUSINESS SELLER \u2705 FREE RETURN" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/uGMAAOSwOpxkXEdR/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/zMEAAOSwXSZeRedu/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/234946068489", - "title": "Good Condition Apple iPhone 5S-16GB Unlocked GSM | CDMA Silver \u2705", - "price": "$37.99", - "shipping": 19.75, + "url": "https://www.ebay.com/itm/404833348274", + "title": "*NEW SEALED* Apple Verizon iPhone 6s Plus 5.5\" 16/64/128GB UNLOCKED Smartphone", + "price": "$141.99", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "Unlocked" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/aIsAAOSwnZFkHwtX/s-l300.webp", + "location": null, + "subtitles": [], + "condition": "Brand New", + "photo": "https://i.ebayimg.com/images/g/xkkAAOSwtxll4nZG/s-l140.webp", "rating": 4.5, - "rating_count": 40 + "rating_count": 37 }, { - "url": "https://www.ebay.com/itm/225602183876", - "title": "Apple iPhone 6s 16GB Space Gray(Verizon ) A1688 (CDMA & GSM UNLOCKED) New Other", - "price": "$89.55", - "shipping": 21.18, + "url": "https://www.ebay.com/itm/355972392585", + "title": "Apple iPhone 5 A1428 16GB 4.0\" Black & Slate UNLOCKED", + "price": "$25.00", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 6s", + "Apple iPhone 5", "16 GB", - "Verizon" + "Unlocked" ], - "condition": "Open Box", - "photo": "https://i.ebayimg.com/thumbs/images/g/y6wAAOSwgDRZdpY-/s-l300.webp", + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/1D8AAOSw4T9ms~RJ/s-l140.webp", "rating": 4.5, - "rating_count": 122 + "rating_count": 583 }, { - "url": "https://www.ebay.com/itm/144699028218", - "title": "Apple iPhone 5C A1532 (Verizon) 4G LTE Smartphone (IOS 10.3.3) - White, 16GB", - "price": "$24.49", - "shipping": 58.35, + "url": "https://www.ebay.com/itm/125804984552", + "title": "Apple iPhone 6 Plus - 16GB 64GB 128GB- ALL COLORS Unlocked AT&T T-Mobile", + "price": "$53.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [ - "16 GB" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/BR4AAOSw30ljDm5H/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/qwkAAOSw6FxmeY-b/s-l140.webp", "rating": 4.5, - "rating_count": 239 + "rating_count": 46 }, { - "url": "https://www.ebay.com/itm/284024262693", - "title": "Brand New Fast shipping Apple iPhone 5s - 16GB - Silver (Unlocked) A1533 (GSM)", - "price": "$139.99", - "shipping": 18.52, + "url": "https://www.ebay.com/itm/387083073844", + "title": "Apple iPhone 6 plus/6s Plus 16GB 128GB All Colors Unlocked Verizon Tmobile LTE", + "price": "$52.00", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [ - "Apple iPhone 5s", - "16 GB" - ], - "condition": "Open Box", - "photo": "https://i.ebayimg.com/thumbs/images/g/KwAAAOSw1tNhL7ea/s-l300.webp", - "rating": 4.5, - "rating_count": 284 - }, - { - "url": "https://www.ebay.com/itm/334897036369", - "title": "Apple iPhone 6S A1688 - 16GB - Gray (Unlocked) (MUST READ DESCRIPTION)", - "price": "$34.00", - "shipping": 17.74, - "auction_end": "2023-06-07T18:07:00", - "bids": 31, - "location": "United States", - "subtitles": [ - "Apple iPhone 6s", - "16 GB", - "Unlocked" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/ORIAAOSwiE5kYnlb/s-l300.webp", - "rating": 4.5, - "rating_count": 138 - }, - { - "url": "https://www.ebay.com/itm/235040733977", - "title": "New Listing", - "price": "$14.99", - "shipping": 17.32, - "auction_end": "2023-06-11T20:00:00", - "bids": 0, - "location": "United States", - "subtitles": [ - "Apple iPhone 6s Plus", - "16 GB", - "T-Mobile" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/FQ8AAOSwMJJkf~K5/s-l300.webp", - "rating": 4.5, - "rating_count": 84 - }, - { - "url": "https://www.ebay.com/itm/125965793766", - "title": "New Listing", - "price": "$0.99", - "shipping": 21.99, - "auction_end": "2023-06-13T08:15:00", - "bids": 1, - "location": "United States", - "subtitles": [ - "Apple iPhone 6 Plus", - "16 GB" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/dxQAAOSwh~BkNhtk/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/PRYAAOSwKxVmaw4A/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/354796358128", - "title": "Apple iPhone 5s Space Gray 16GB - IC READ", - "price": "$10.79", - "shipping": 19.68, + "url": "https://www.ebay.com/itm/186640289461", + "title": "Apple iPhone 5s 16 GB Space Gray", + "price": "$70.00", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [ - "Apple iPhone 5s", - "16 GB" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/ewUAAOSwfgtkaArt/s-l300.webp", + "location": null, + "subtitles": [], + "condition": "Open Box", + "photo": "https://i.ebayimg.com/images/g/c7YAAOSwgjhmwo62/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/266249818815", - "title": "\ud83d\udcf1 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition \ud83d\udcf1 IOS6", - "price": "$25.00", - "shipping": 8.0, + "url": "https://www.ebay.com/itm/323431647262", + "title": "Apple iPhone 6 16GB 64GB 128GB Factory Unlocked SmartPhone AT&T T-mobile Verizon", + "price": "$58.99", + "shipping": null, "auction_end": null, "bids": null, - "location": "China", + "location": null, "subtitles": [], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/rwgAAOSw3b5kWGuE/s-l300.webp", - "rating": 4.0, - "rating_count": 18 - }, - { - "url": "https://www.ebay.com/itm/385649575950", - "title": "Apple iPhone 4S 16GB Unlocked Cell Phone, Model A1387- Good", - "price": "$24.80", - "shipping": 19.95, - "auction_end": null, - "bids": null, - "location": "United States", - "subtitles": [ - "Apple iPhone 4s", - "16 GB", - "Unlocked" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/c1MAAOSwf8ZkdsvZ/s-l300.webp", - "rating": 4.5, - "rating_count": 552 + "condition": "Open Box", + "photo": "https://i.ebayimg.com/images/g/BMkAAOSw4cBbkDlq/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/255858598163", - "title": "Apple iPhone 6 | 6S - 16GB | 32GB - (Unlocked) A1586 (CDMA + GSM) Smartphone", - "price": "$54.95", - "shipping": 16.32, + "url": "https://www.ebay.com/itm/315678512321", + "title": "Apple iPhone SE 2016 4\" 16GB Verizon iOS 13.1.2 Space Gray MLLY2LL/A", + "price": "$49.00", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/VqkAAOSwJD9jiQ5D/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/zJ8AAOSwI8RmwfrA/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/404190319085", - "title": "New&Sealed Apple iPhone 6s 16/64/128GB Unlocked(CDMA+GSM) A1688 All Colours", - "price": "$164.99", - "shipping": 0.0, + "url": "https://www.ebay.com/itm/354765432042", + "title": "Apple iPhone 6S Fully Unlocked (Any Carrier) 16GB 32GB 64GB 128GB Very Good", + "price": "$64.99", + "shipping": null, "auction_end": null, "bids": null, - "location": "China", + "location": null, "subtitles": [], - "condition": "Brand New", - "photo": "https://i.ebayimg.com/thumbs/images/g/PGYAAOSwBbNkBZrP/s-l300.webp", - "rating": null, - "rating_count": null + "condition": "Very Good - Refurbished", + "photo": "https://i.ebayimg.com/images/g/7V8AAOSwl3xbtlmE/s-l140.webp", + "rating": 4.5, + "rating_count": 86 }, { - "url": "https://www.ebay.com/itm/195558414119", - "title": "Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black", - "price": "$29.45", - "shipping": 14.6, + "url": "https://www.ebay.com/itm/186640307720", + "title": "Apple iPhone 5 A1429 Verizon Wireless 16GB Black", + "price": "$30.00", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ "Apple iPhone 5", "16 GB", - "Unlocked" + "Verizon" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/Ll8AAOSwRaJjw2kO/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/QKwAAOSw7F9mwpFi/s-l140.webp", + "rating": 4.5, + "rating_count": 303 + }, + { + "url": "https://www.ebay.com/itm/256610360296", + "title": "Lot Of 4 iPhones. 3 Qty iPhone 8 64Gb Unlocked And 1 Qty 6 Plus 16gb Unlocked E1", + "price": "$17.50", + "shipping": 7.99, + "auction_end": "2024-08-27T12:49:00", + "bids": 2, + "location": null, + "subtitles": [ + "Apple iPhone 8", + "64 GB", + "Unlocked" + ], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/-f4AAOSwSyRmxPII/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/266246139818", - "title": "\ud83d\udcf1 Apple iPhone 5 16/32/64GB - Unlocked Black white Grade A Condition IOS10\ud83d\udcf1", - "price": "$29.00", - "shipping": 9.0, + "url": "https://www.ebay.com/itm/386982764643", + "title": "Apple iPhone 6 Plus 16GB 64GB Unlocked Verizon T-Mobile All Colors Smartphone", + "price": "$51.00", + "shipping": null, "auction_end": null, "bids": null, - "location": "China", + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/mMoAAOSwZ~pkVHvI/s-l300.webp", - "rating": 4.5, - "rating_count": 517 + "photo": "https://i.ebayimg.com/images/g/BTcAAOSwJfRmN6rh/s-l140.webp", + "rating": 4.0, + "rating_count": 62 }, { - "url": "https://www.ebay.com/itm/275885213175", - "title": "Lot Cell Phones 120 Phones LG IPhone 7 Motorola HTC Untested", - "price": "$22.50", - "shipping": 131.47, - "auction_end": "2023-06-10T19:15:00", - "bids": 3, - "location": "United States", - "subtitles": [ - "Apple iPhone 7", - "16 GB" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/c1AAAOSwxmxke6zp/s-l300.webp", - "rating": null, - "rating_count": null + "url": "https://www.ebay.com/itm/386982774587", + "title": "Apple iPhone 6s 16GB 32GB 64GB 128GB T-Mobile Unlocked Verizon AT&T Clean ESN", + "price": "$45.00", + "shipping": null, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/DiQAAOSwxcFmN61t/s-l140.webp", + "rating": 4.5, + "rating_count": 96 }, { - "url": "https://www.ebay.com/itm/394638739305", - "title": "Apple iPhone 6 Plus - 16GB - Gold (Unlocked) A1522 (CDMA + GSM)", - "price": "$30.00", - "shipping": 30.7, + "url": "https://www.ebay.com/itm/204948335806", + "title": "Used Apple iPhone 5 - A1428", + "price": "$18.00", + "shipping": 8.0, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [ - "Apple iPhone 6 Plus", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/QnYAAOSwx5xka6nA/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/jmsAAOSw7qZmmbHR/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/266038620288", - "title": "Apple iPhone SE 16GB Space Gray Unlocked 1st Gen in Original Apple BOX", - "price": "$109.99", - "shipping": 21.57, + "url": "https://www.ebay.com/itm/387301561019", + "title": "Apple iPhone 5s GSM 16GB model A1453", + "price": "$9.99", + "shipping": 4.38, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone SE", + "Apple iPhone 5s", "16 GB", "Unlocked" ], - "condition": "Open Box", - "photo": "https://i.ebayimg.com/thumbs/images/g/IEsAAOSw6BRjl~m1/s-l300.webp", + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/4dMAAOSwtRVmvCWC/s-l140.webp", "rating": 4.5, - "rating_count": 35 + "rating_count": 53 }, { - "url": "https://www.ebay.com/itm/275866820576", - "title": "Apple iPhone 6s Plus 16GB Space Gray A1687 Cracked Screen Stuck Apple Screen", - "price": "$13.00", - "shipping": 25.43, + "url": "https://www.ebay.com/itm/324052569878", + "title": "Apple iPhone SE 1St Gen Fully Unlocked GSM/CDMA SmartPhone 16GB 32GB 64GB 128GB", + "price": "$73.99", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [ - "Apple iPhone 6s Plus", - "16 GB" - ], + "location": null, + "subtitles": [], + "condition": "Open Box", + "photo": "https://i.ebayimg.com/images/g/3owAAOSwlTFeK2Uk/s-l140.webp", + "rating": 5.0, + "rating_count": 24 + }, + { + "url": "https://www.ebay.com/itm/204941769762", + "title": "Smartphone Lot Of 13 Phones iPhone 6 Broken As Is For Parts Or Repair", + "price": "$49.00", + "shipping": 0.0, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/wY8AAOSwwnZkbTPB/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/PgcAAOSw4ztmvWIk/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/155586505028", - "title": "iPhone 5C White - read description", - "price": "$10.50", - "shipping": 17.21, - "auction_end": "2023-06-08T19:57:00", - "bids": 20, - "location": "United States", - "subtitles": [ - "Apple iPhone 5c", - "16 GB" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/ga4AAOSwVstkTt4X/s-l300.webp", + "url": "https://www.ebay.com/itm/125762427007", + "title": "Apple iPhone 4 - 8GB 16GB 32GB - All Colors - Unlocked AT&T Verizon A1332", + "price": "$31.99", + "shipping": 0.0, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/2CkAAOSwAmdj5EtS/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/404322352146", - "title": "New Listing", - "price": "$35.00", - "shipping": 24.64, + "url": "https://www.ebay.com/itm/266958088421", + "title": "Apple iPhone 5s - 16GB - Silver (Unlocked) A1533 (CDMA + GSM)", + "price": "$30.00", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 6", + "Apple iPhone 5s", "16 GB", "Unlocked" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/0CUAAOSwEt9kf49z/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/KdYAAOSwGfJmxLGe/s-l140.webp", "rating": 4.5, - "rating_count": 95 + "rating_count": 40 }, { - "url": "https://www.ebay.com/itm/166120155059", - "title": "Apple iPhone S DISABLED - Gray A1687 -", - "price": "$29.90", - "shipping": 25.65, + "url": "https://www.ebay.com/itm/202427720622", + "title": "Apple iPhone 6S Factory Unlocked 16GB 32GB 64GB 128GB AT&T T-mobile Verizon", + "price": "$59.99", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [ - "Apple iPhone 6s Plus", - "16 GB" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/WtMAAOSwRQNkbRDx/s-l300.webp", - "rating": null, - "rating_count": null + "location": null, + "subtitles": [], + "condition": "Open Box", + "photo": "https://i.ebayimg.com/images/g/5eAAAOSwrORbkDlz/s-l140.webp", + "rating": 4.5, + "rating_count": 96 }, { - "url": "https://www.ebay.com/itm/285266989758", - "title": "iPhone 6 Plus 16GB AT&T + $20 30days prepaid mobile plan Unlimited talk,text,3GB", - "price": "$49.95", - "shipping": 20.43, + "url": "https://www.ebay.com/itm/125762410157", + "title": "Apple iPhone 4s - 8/16/32/64GB - ALL COLORS Unlocked/AT&T/Sprint A1387", + "price": "$28.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/JCwAAOSwEUlj5EcL/s-l140.webp", + "rating": 4.5, + "rating_count": 557 + }, + { + "url": "https://www.ebay.com/itm/305736442108", + "title": "\ud83d\ude31Incredibly Rare iPhone 4S With Many Rare Apps Such Twitter, Angry Birds Etc\ud83d\ude31", + "price": "$89.99", + "shipping": 2.99, + "auction_end": "2024-08-28T17:38:00", + "bids": 0, + "location": null, "subtitles": [ - "Apple iPhone 6 Plus", - "16 GB" + "Apple iPhone 4", + "16 GB", + "Verizon" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/L4MAAOSwtEhkUutR/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/TeMAAOSwyqxmqDSj/s-l140.webp", "rating": 4.5, - "rating_count": 176 + "rating_count": 992 }, { - "url": "https://www.ebay.com/itm/115447577263", - "title": "Apple iPhone 6s Plus 16GB 64GB Unlocked Verizon IOS (CDMA + GSM) Mint Condition", - "price": "$80.00", - "shipping": 21.51, + "url": "https://www.ebay.com/itm/326189643294", + "title": "Apple iPhone 5 (GSM Unlocked) SmartPhone for International Carriers", + "price": "$33.99", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/qnkAAOSwtP1ivHxC/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/W8kAAOSwOjdc-veP/s-l140.webp", "rating": 4.5, - "rating_count": 135 + "rating_count": 583 }, { - "url": "https://www.ebay.com/itm/202427720284", - "title": "Apple iPhone 6 Plus Factory Unlocked 16GB 64GB 128GB AT&T T-mobile Verizon", - "price": "$93.99", - "shipping": 21.26, + "url": "https://www.ebay.com/itm/134834602086", + "title": "90% N ew tested 100% working Apple iphone 5S 16GB Unlocked without Box", + "price": "$34.00", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": "from China", "subtitles": [], - "condition": "Open Box", - "photo": "https://i.ebayimg.com/thumbs/images/g/pcAAAOSwkJNbkDlu/s-l300.webp", - "rating": 4.0, - "rating_count": 130 - }, - { - "url": "https://www.ebay.com/itm/275890420162", - "title": "New Listing", - "price": "$0.99", - "shipping": 27.0, - "auction_end": "2023-06-13T18:35:00", - "bids": 0, - "location": "United States", - "subtitles": [ - "Apple iPhone 5c", - "16 GB", - "Sprint" - ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/AzAAAOSwuzNkf95m/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/27UAAOSw9RVlaUcZ/s-l140.webp", "rating": 4.5, - "rating_count": 56 + "rating_count": 53 }, { - "url": "https://www.ebay.com/itm/266268210687", - "title": "\ud83d\udcf1 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation \ud83d\udcf1", - "price": "$69.00", - "shipping": 9.0, + "url": "https://www.ebay.com/itm/126637269223", + "title": "New Listing", + "price": "$10.00", + "shipping": 6.75, "auction_end": null, "bids": null, - "location": "China", + "location": null, "subtitles": [ - "Apple iPhone 5", + "Apple iPhone 4s", "16 GB", "Unlocked" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/qP0AAOSw3zFkbGhF/s-l300.webp", - "rating": 4.5, - "rating_count": 576 + "photo": "https://i.ebayimg.com/images/g/ky0AAOSwO2Jmxkj1/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/385459415611", - "title": "Apple iPhone 3GS 8 16 32GB Black Unlocked Smartphone\uff0cworking very well", - "price": "$44.10", + "url": "https://www.ebay.com/itm/202458551907", + "title": "Apple iPhone 6 Plus 16GB 64GB 128GB Factory Unlocked AT&T T-mobile Verizon Good", + "price": "$63.99", + "shipping": null, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], + "condition": "Good - Refurbished", + "photo": "https://i.ebayimg.com/images/g/tOsAAOSwygFec-wX/s-l140.webp", + "rating": 4.0, + "rating_count": 62 + }, + { + "url": "https://www.ebay.com/itm/355831062944", + "title": "90%N ew Apple iPhone 4/4s White/Black 8/16/32/64GB Fully UNLOCKED classic 3.5''", + "price": "$27.98", "shipping": 0.0, "auction_end": null, "bids": null, - "location": "China", + "location": "from China", "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/pccAAOSwc8VkLnU3/s-l300.webp", - "rating": null, - "rating_count": null + "photo": "https://i.ebayimg.com/images/g/kMYAAOSwtQ9mYCEK/s-l140.webp", + "rating": 2.5, + "rating_count": 3 }, { - "url": "https://www.ebay.com/itm/354833291072", - "title": "New Listing", - "price": "$24.99", - "shipping": 27.29, + "url": "https://www.ebay.com/itm/387195432453", + "title": "Fair Condition - Apple iPhone 6 16 GB Silver (AT&T) - Free Shipping", + "price": "$32.99", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 5c", + "Apple iPhone 6", "16 GB", "AT&T" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/SZ0AAOSwfANkf6Zl/s-l300.webp", - "rating": 3.5, - "rating_count": 5 + "photo": "https://i.ebayimg.com/images/g/yIoAAOSw2QVmhDxY/s-l140.webp", + "rating": 4.5, + "rating_count": 137 }, { - "url": "https://www.ebay.com/itm/145121803720", - "title": "Apple iPhone 6 Plus - 16GB - Gold - READ BELOW - FOR PARTS ONLY", - "price": "$32.50", - "shipping": 20.1, + "url": "https://www.ebay.com/itm/204952085926", + "title": "Apple Iphone 6 Plus - A1522 - 16GB - Silver READ", + "price": "$24.99", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ "Apple iPhone 6 Plus", - "16 GB" + "16 GB", + "Unlocked" ], "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/2isAAOSwa~5kffc3/s-l300.webp", - "rating": null, - "rating_count": null - }, + "photo": "https://i.ebayimg.com/images/g/eMYAAOSwQSZmxOq3/s-l140.webp", + "rating": 4.5, + "rating_count": 46 + }, { - "url": "https://www.ebay.com/itm/334839786961", - "title": "*LOT OF 9* Apple iPhone 6s A1633 & A1688 (FOR PARTS ONLY READ DESC*", - "price": "$100.00", - "shipping": 35.42, - "auction_end": null, - "bids": null, - "location": "United States", + "url": "https://www.ebay.com/itm/335534897494", + "title": "Apple iPhone 6 - 16 GB - gold color", + "price": "$20.50", + "shipping": 0.0, + "auction_end": "2024-08-27T08:17:00", + "bids": 2, + "location": null, "subtitles": [ - "Apple iPhone 6s", + "Apple iPhone 6", "16 GB", "Unlocked" ], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/iJMAAOSw-w5mwL5w/s-l140.webp", + "rating": 4.5, + "rating_count": 18 + }, + { + "url": "https://www.ebay.com/itm/156104116593", + "title": "Lot of Original iPhone 2G 1st Gen 4GB 8GB 16GB mobile phone", + "price": "$23.00", + "shipping": 0.0, + "auction_end": null, + "bids": null, + "location": "from China", + "subtitles": [], "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/uLsAAOSwujZkQIlO/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/iIQAAOSwY09l6UU6/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/166147910530", - "title": "Apple iPhone SE - 1st generation 16GB - Rose Gold (Verizon)", - "price": "$37.99", - "shipping": 28.07, + "url": "https://www.ebay.com/itm/266879042410", + "title": "Apple iPhone 3 Fully Functional 16GB Black Prefect Screen See Pictures", + "price": "$50.00", + "shipping": 5.0, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [ - "Apple iPhone SE", - "16 GB", - "Verizon" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/RdUAAOSwke9kfB7-/s-l300.webp", - "rating": 5.0, - "rating_count": 57 - }, - { - "url": "https://www.ebay.com/itm/195797333125", - "title": "Apple iPhone 5s - 16GB - Space Gray (Unlocked) A1533 (CDMA + GSM)", - "price": "$15.00", - "shipping": 27.72, - "auction_end": "2023-06-08T13:54:00", - "bids": 1, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "Unlocked" + "Apple iPhone 3GS", + "16 GB" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/G~cAAOSw~5FkbSfo/s-l300.webp", - "rating": 4.5, - "rating_count": 70 + "photo": "https://i.ebayimg.com/images/g/iHUAAOSw42RmfdAy/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/385551946273", - "title": "Rare iOS 6 iPhone 5 A1429 iOS 6.0.1", - "price": null, - "shipping": null, - "auction_end": null, - "bids": null, - "location": "", + "url": "https://www.ebay.com/itm/375593546238", + "title": "Apple iPhone 4s - 16 GB - Black", + "price": "$23.00", + "shipping": 6.03, + "auction_end": "2024-08-22T07:38:00", + "bids": 3, + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/ng4AAOSwvnRkJGNR/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/A04AAOSwoQBmvhJ6/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/134292112524", - "title": "Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used", - "price": "$79.80", - "shipping": 0.0, + "url": "https://www.ebay.com/itm/235702549524", + "title": "Apple iPhone 6S 16GB White No Sim Card Parts Only", + "price": "$12.50", + "shipping": 5.9, "auction_end": null, "bids": null, - "location": "Japan", + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/P1IAAOSw7uVjUqVK/s-l300.webp", - "rating": 4.0, - "rating_count": 22 + "photo": "https://i.ebayimg.com/images/g/6I8AAOSwMM9mge7C/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/175759227518", - "title": "Apple iPhone SE 1st Gen 32GB Space Gray A1662 Excellent", - "price": "$35.00", - "shipping": 28.42, - "auction_end": "2023-06-12T12:33:00", - "bids": 1, - "location": "United States", + "url": "https://www.ebay.com/itm/395600292307", + "title": "Apple iPhone 6 b grade lot of 2", + "price": "$59.95", + "shipping": 0.0, + "auction_end": "2024-08-23T14:15:00", + "bids": 0, + "location": null, "subtitles": [ - "Apple iPhone SE", - "16 GB", - "Unlocked" + "Apple iPhone 6", + "16 GB" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/qakAAOSwyZNkfjTk/s-l300.webp", - "rating": 4.5, - "rating_count": 105 + "photo": "https://i.ebayimg.com/images/g/IN4AAOSwnTJmv74B/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/353631501580", - "title": "New Apple iPhone 8 / 7 Plus / 6S Unlocked Smartphone - See description", - "price": "$189.59", - "shipping": 21.24, + "url": "https://www.ebay.com/itm/334971128868", + "title": "\ud83d\udcf1 Apple iPhone 5C 8/16/32GB - Unlocked Multiple Colors Grade A IOS10\ud83d\udcf1", + "price": "$25.00", + "shipping": 7.0, "auction_end": null, "bids": null, - "location": "United States", + "location": "from China", "subtitles": [], - "condition": "Brand New", - "photo": "https://i.ebayimg.com/thumbs/images/g/23wAAOSwcBFg4oZX/s-l300.webp", - "rating": null, - "rating_count": null + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/ASMAAOSwPA9kyLaB/s-l140.webp", + "rating": 4.0, + "rating_count": 106 }, { - "url": "https://www.ebay.com/itm/115822602527", - "title": "Apple iPhone 3GS - 16GB - Black A1303 (GSM) Powers Up, In Good Condition", - "price": "$9.98", - "shipping": 22.95, - "auction_end": "2023-06-07T15:57:00", - "bids": 1, - "location": "United States", + "url": "https://www.ebay.com/itm/196570247630", + "title": "Apple Iphone Ipad Ipod Lot", + "price": "$86.24", + "shipping": 14.0, + "auction_end": null, + "bids": null, + "location": null, "subtitles": [ - "Apple iPhone 3GS", - "16 GB", - "Unlocked" + "16 GB" ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/UyMAAOSwWjRkenGk/s-l300.webp", - "rating": 4.5, - "rating_count": 31 + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/H9oAAOSwAnhmkKSj/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/334901571835", - "title": "New Listing", - "price": "$25.00", - "shipping": 25.5, + "url": "https://www.ebay.com/itm/355968689709", + "title": "Lot of 7x Mix Apple iPhone 6 7 Plus X Xr 11 - AS IS - FOR PARTS - REPAIR - READ", + "price": "$229.99", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 5s", + "Apple iPhone 11", "16 GB", - "Unlocked" + "1&1" ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/b3QAAOSwyqBkf1TA/s-l300.webp", - "rating": 4.5, - "rating_count": 817 + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/3WgAAOSwEyVmw1Yj/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/374688054255", - "title": "Original Apple iPhone 3nd 3GS - 8/16/32GB - Black /white (Unlocked) ( GSM) IOS 6", - "price": "$36.00", - "shipping": 9.0, + "url": "https://www.ebay.com/itm/404971752517", + "title": "Apple iPhone 5 16GB/32GB/64GB Black/White Fully unlocked rare ios 6", + "price": "$37.98", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "China", + "location": "from China", "subtitles": [], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/iasAAOSw2AFkJlbN/s-l300.webp", + "condition": "Open Box", + "photo": "https://i.ebayimg.com/images/g/Yu8AAOSwmZdmEMS7/s-l140.webp", "rating": 4.5, - "rating_count": 31 + "rating_count": 11 }, { - "url": "https://www.ebay.com/itm/266246155894", - "title": "\ud83d\udcf1 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition \ud83d\udcf1", - "price": "$31.00", - "shipping": 8.0, + "url": "https://www.ebay.com/itm/385708737214", + "title": "Very Rare iOS 3 Fully Working Apple iPhone 3GS 8 16 32GB Black White Unlocked", + "price": "$43.00", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "China", + "location": "from China", "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/aJcAAOSwW0tkVH8D/s-l300.webp", - "rating": 4.5, - "rating_count": 6 - }, - { - "url": "https://www.ebay.com/itm/235026854364", - "title": "Apple iPhone 4S 16GB Unlocked Cell Phone Excellent Condition GSM | CDMA \u2705", - "price": "$29.99", - "shipping": 19.6, - "auction_end": null, - "bids": null, - "location": "United States", - "subtitles": [ - "Apple iPhone 4s", - "16 GB", - "Unlocked" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/L5cAAOSwCYRkHxP6/s-l300.webp", - "rating": 4.5, - "rating_count": 552 - }, - { - "url": "https://www.ebay.com/itm/155591801104", - "title": "iPhone 5C Blue - read description", - "price": "$2.25", - "shipping": 17.03, - "auction_end": "2023-06-11T20:59:00", - "bids": 3, - "location": "United States", - "subtitles": [ - "Apple iPhone 5c", - "16 GB" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/nUYAAOSwDGRkfVzn/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/wbgAAOSwquxkl~da/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/185924588533", - "title": "FREE SHIPPING Apple iPhone 5s, Silver 16GB Smartphone, Working Phone With Box", - "price": "$19.95", - "shipping": 17.43, - "auction_end": "2023-06-12T12:22:00", - "bids": 1, - "location": "United States", + "url": "https://www.ebay.com/itm/326161737367", + "title": "Apple Iphone A1533", + "price": "$10.45", + "shipping": 5.0, + "auction_end": null, + "bids": null, + "location": null, "subtitles": [ - "Apple iPhone 5s", "16 GB" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/kxAAAOSwE7Bkej~8/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/GloAAOSwWY5mawwy/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/125748197213", - "title": "Apple iPhone 3GS A1303 Black ( Unlocked ) Smartphone 16GB", - "price": "$44.68", - "shipping": 0.0, + "url": "https://www.ebay.com/itm/305741922950", + "title": "New Listing", + "price": "$40.00", + "shipping": 5.07, "auction_end": null, "bids": null, - "location": "China", + "location": null, "subtitles": [ - "Apple iPhone 3GS", - "32 GB", - "Unlocked" + "Apple iPhone 5", + "16 GB", + "AT&T" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/g94AAOSwEKBj2jFl/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/kZIAAOSwWD9mxmPp/s-l140.webp", "rating": 4.5, - "rating_count": 23 + "rating_count": 201 }, { - "url": "https://www.ebay.com/itm/175757397341", - "title": "Apple iPhone 6s Plus - 32GB - White A1687 (CDMA + GSM)", - "price": "$18.50", - "shipping": 25.26, - "auction_end": "2023-06-11T08:21:00", - "bids": 9, - "location": "United States", + "url": "https://www.ebay.com/itm/296633185524", + "title": "Apple iPhone 5 - 16GB - Black & Slate (Unlocked) A1428", + "price": "$9.99", + "shipping": 9.99, + "auction_end": "2024-08-22T07:52:00", + "bids": 1, + "location": null, "subtitles": [ - "Apple iPhone 6s Plus", + "Apple iPhone 5", "16 GB", - "T-Mobile" + "Unlocked" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/kCMAAOSwoQlkfKrU/s-l300.webp", - "rating": null, - "rating_count": null + "photo": "https://i.ebayimg.com/images/g/M5IAAOSw4f9mqQhu/s-l140.webp", + "rating": 4.5, + "rating_count": 583 }, { - "url": "https://www.ebay.com/itm/225601328714", - "title": "Lot Of 7: Apple iPhone SE - 16GB - Gold (Unlocked), Iphone 3 & 4 LTE", - "price": "$21.00", - "shipping": 27.3, - "auction_end": "2023-06-09T01:35:00", - "bids": 0, - "location": "United States", + "url": "https://www.ebay.com/itm/326241289025", + "title": "New Listing", + "price": "$29.99", + "shipping": 8.44, + "auction_end": null, + "bids": null, + "location": null, "subtitles": [ - "Apple iPhone SE", + "Apple iPhone 6", "16 GB", - "Unlocked" + "Verizon" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/BvcAAOSwV-Fkeakp/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/wCkAAOSwJalmvTjK/s-l140.webp", "rating": 4.5, - "rating_count": 70 + "rating_count": 569 }, { - "url": "https://www.ebay.com/itm/145044659413", - "title": "Apple iPhone SE 32GB [A1662] Space Gray (Unlocked) Smartphone - Broken", - "price": "$34.95", - "shipping": 20.14, + "url": "https://www.ebay.com/itm/156352149756", + "title": "Apple iPhone 4s - A1387 - 16GB - Sprint - Black", + "price": "$19.99", + "shipping": 4.93, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone SE", + "Apple iPhone 4s", "16 GB", - "Unlocked" + "Sprint" ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/7hIAAOSweHVkQWZ6/s-l300.webp", + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/WI4AAOSwFzdmulfS/s-l140.webp", "rating": 4.5, - "rating_count": 328 + "rating_count": 319 }, { - "url": "https://www.ebay.com/itm/374741230527", - "title": "New Listing", - "price": "$84.99", - "shipping": 21.09, + "url": "https://www.ebay.com/itm/166925524751", + "title": "Apple iPhone 5 - White & Silver A1429 Verizon CDMA LTE Read!", + "price": "$10.00", + "shipping": 4.68, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 6s Plus", + "Apple iPhone 5", "16 GB", - "Unlocked" + "Verizon" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/mLoAAOSwl41kf6T-/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/V28AAOSwKCRmkzbx/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/114926840268", - "title": "Apple iPhone 6 Plus 16GB 64GB (7+/10 condition) (Unlocked/Verizon/ AT&T/Sprint)", - "price": "$50.52", - "shipping": 20.96, + "url": "https://www.ebay.com/itm/387041422874", + "title": "Apple iPhone 6s 16/32/64/128GB -Gray Gold- Unlocked Verizon T-Mobile Clean ESN", + "price": "$44.00", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/As0AAOSw3o1hD517/s-l300.webp", - "rating": 4.0, - "rating_count": 130 + "photo": "https://i.ebayimg.com/images/g/n8QAAOSwKjBmVza8/s-l140.webp", + "rating": 4.5, + "rating_count": 133 }, { - "url": "https://www.ebay.com/itm/145029464656", - "title": "Apple iPhone 6S 32GB [A1688] Silver (Unlocked) Smartphone", - "price": "$49.95", - "shipping": 20.43, + "url": "https://www.ebay.com/itm/326198203026", + "title": "Apple iPhone 5 - 16GB - White & Silver", + "price": "$12.99", + "shipping": 4.55, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 6s", + "Apple iPhone 5", "16 GB", "Unlocked" ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/EbgAAOSw~xRkNGKs/s-l300.webp", + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/2yYAAOSwuTpmkoEh/s-l140.webp", "rating": 4.5, - "rating_count": 138 + "rating_count": 23 }, { - "url": "https://www.ebay.com/itm/185928769490", - "title": "Apple iPhone S Model A1633 - AS-IS UNTESTED Vintage White and Silver", - "price": "$15.99", - "shipping": 25.43, - "auction_end": "2023-06-10T13:05:00", - "bids": 0, - "location": "United States", + "url": "https://www.ebay.com/itm/305735484499", + "title": "iPhone 6s Plus 16GB Silver Used ( New Battery)", + "price": "$60.00", + "shipping": 6.16, + "auction_end": "2024-08-25T14:00:00", + "bids": 22, + "location": null, "subtitles": [ - "16 GB", - "AT&T" + "Apple iPhone 6s Plus", + "16 MB", + "Unlocked" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/r94AAOSwWnJkcQ7P/s-l300.webp", - "rating": 4.5, - "rating_count": 64 + "photo": "https://i.ebayimg.com/images/g/LCUAAOSwfF5mticx/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/402974377238", - "title": "Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed", - "price": "$109.99", + "url": "https://www.ebay.com/itm/355855989107", + "title": "Apple iPhone SE 1st gen/SE 2nd gen 16/32/64/128/256GB Fully UNLOCKED All Colours", + "price": "$82.99", "shipping": 0.0, "auction_end": null, "bids": null, - "location": "China", + "location": "from China", "subtitles": [], - "condition": "Brand New", - "photo": "https://i.ebayimg.com/thumbs/images/g/SfUAAOSwvzZkBA2S/s-l300.webp", + "condition": "Open Box", + "photo": "https://i.ebayimg.com/images/g/ovgAAOSwIrxmL1wc/s-l140.webp", "rating": 4.5, - "rating_count": 817 + "rating_count": 82 }, { - "url": "https://www.ebay.com/itm/295734996613", - "title": "Apple iPhone SE - 16GB - Rose (Unlocked) A1662 Excellent Condition!!!", - "price": "$35.88", - "shipping": 26.79, - "auction_end": "2023-06-07T07:40:00", - "bids": 1, - "location": "United States", + "url": "https://www.ebay.com/itm/256591947065", + "title": "Apple iPhone 4s - 16 GB - iOS 5.0.1", + "price": "$125.00", + "shipping": 0.0, + "auction_end": null, + "bids": null, + "location": null, "subtitles": [ - "Apple iPhone SE", + "Apple iPhone 4s", "16 GB", "Unlocked" ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/6NgAAOSw89BkefzG/s-l300.webp", + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/onQAAOSwwP1mro8R/s-l140.webp", "rating": 4.5, - "rating_count": 203 + "rating_count": 557 }, { - "url": "https://www.ebay.com/itm/185662256826", - "title": "Original Unlocked Apple iPhone 4S -8/16/32/64GB Black White iOS 9 3G Smartphone", - "price": "$49.00", - "shipping": 6.0, + "url": "https://www.ebay.com/itm/176386874522", + "title": "Apple iPhone 5s A1533 16GB 4.0\" Space Gray IOS 12.5.7", + "price": "$32.98", + "shipping": null, "auction_end": null, "bids": null, - "location": "China", - "subtitles": [], - "condition": "Brand New", - "photo": "https://i.ebayimg.com/thumbs/images/g/txsAAOSwhgxj~K6y/s-l300.webp", + "location": null, + "subtitles": [ + "Apple iPhone 5s", + "16 GB" + ], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/9v4AAOSwAwhmS0dW/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/404275154460", - "title": "Apple iphone 1st(2G)/3G(2nd)/3GS(3rd) generation Unlocked-Tested-Works well lot", - "price": "$42.99", - "shipping": 0.0, + "url": "https://www.ebay.com/itm/276600433250", + "title": "Lot of 6 Apple iPhone 5s/ 5 A1533 /A1428/A1429 16GB /32GB/64GB Gray/Silver/Gold", + "price": "$149.00", + "shipping": 12.0, "auction_end": null, "bids": null, - "location": "China", - "subtitles": [], + "location": null, + "subtitles": [ + "Apple iPhone 5s", + "64 GB" + ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/AOQAAOSwgW1kVKC1/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/q8wAAOSwU9hmtVnf/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/235017307379", - "title": "Apple iPhone 3GS A1303 Black 16GB 3.5\" Smartphone", - "price": "$42.05", - "shipping": 20.28, + "url": "https://www.ebay.com/itm/305741500025", + "title": "New Listing", + "price": "$45.00", + "shipping": 6.16, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 3GS", + "Apple iPhone 6 Plus", "16 GB", - "AT&T" + "Unlocked" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/FV8AAOSw-sVjyCTa/s-l300.webp", - "rating": null, - "rating_count": null + "photo": "https://i.ebayimg.com/images/g/yMYAAOSw8rlmxglN/s-l140.webp", + "rating": 4.5, + "rating_count": 269 }, { - "url": "https://www.ebay.com/itm/224939826170", - "title": "Apple iPhone 5s 16GB Space Gray(Verizon) A1533 (CDMA Unlocked GSM)New Other SEAL", - "price": "$79.55", - "shipping": 20.99, - "auction_end": null, - "bids": null, - "location": "United States", + "url": "https://www.ebay.com/itm/196571267969", + "title": "Apple iPhone 6 16GB Silver Unlocked", + "price": "$9.95", + "shipping": 10.8, + "auction_end": "2024-08-25T18:21:00", + "bids": 0, + "location": null, "subtitles": [ - "SEALED BOX,+POST PAY STANDARD ACCOUNT,+NEW ACCESSORIES", - "Apple iPhone 5s", + "Apple iPhone 6", "16 GB", - "Verizon" + "Unlocked" ], - "condition": "Open Box", - "photo": "https://i.ebayimg.com/thumbs/images/g/mWQAAOSwMpFcRPra/s-l300.webp", + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/dLgAAOSwzZFmxFIJ/s-l140.webp", "rating": 4.5, - "rating_count": 389 + "rating_count": 62 }, { - "url": "https://www.ebay.com/itm/155550250524", - "title": "Apple iPhone SE 1St Gen 16/32/64/128GB Unlocked Fair Acceptable Condition", - "price": "$58.49", - "shipping": 15.15, + "url": "https://www.ebay.com/itm/334971115529", + "title": "\ud83d\udcf1 Apple iPhone 5 16/32/64GB Unlocked Grade A+ Multiple Colors IOS 10 \ud83d\udcf1", + "price": "$28.00", + "shipping": 7.0, "auction_end": null, "bids": null, - "location": "United States", + "location": "from China", "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/m3wAAOSwQ6Bjedmr/s-l300.webp", - "rating": 4.5, - "rating_count": 23 + "photo": "https://i.ebayimg.com/images/g/8DEAAOSwdY5kmloc/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/166140740995", - "title": "Apple iPhone SE (2016) - iOS 2GB RAM 16GB 32GB 64GB 128GB 4.0\" 4G LTE Phone", - "price": "$97.66", - "shipping": 18.0, + "url": "https://www.ebay.com/itm/266867876859", + "title": "Apple iPhone Smartphone for Parts/Repair", + "price": "$20.00", + "shipping": 9.0, "auction_end": null, "bids": null, - "location": "China", - "subtitles": [], - "condition": "Open Box", - "photo": "https://i.ebayimg.com/thumbs/images/g/HBIAAOSwWZRkIu3M/s-l300.webp", - "rating": 4.5, - "rating_count": 28 - }, - { - "url": "https://www.ebay.com/itm/404137327264", - "title": "Apple iPhone 3GS - 16GB - White (AT&T) A1303 (GSM), used ,full working", - "price": "$54.99", - "shipping": 0.0, - "auction_end": null, - "bids": null, - "location": "China", + "location": null, "subtitles": [ - "Apple iPhone 3GS", - "16 GB", - "AT&T" + "Apple iPhone 8", + "16 GB" ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/2F4AAOSwTSxkBulG/s-l300.webp", - "rating": 4.5, - "rating_count": 396 + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/OpkAAOSwFVhmTrHb/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/334876207961", - "title": "Apple iPhone 5 - AT&T or T-Mobile - 16GB,", - "price": "$19.95", - "shipping": 19.86, + "url": "https://www.ebay.com/itm/305689470926", + "title": "Apple iPhone 5 Unlocked 16 GB Black Cellphone Model A1429 No SIM, Tested & Works", + "price": "$19.99", + "shipping": 9.0, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ "Apple iPhone 5", - "T-Mobile" + "16 GB", + "Unlocked" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/nLUAAOSwgyZkWqTq/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/z4kAAOSwF3RmoEF4/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/155593354373", - "title": "Apple iPhone 6s Plus 16GB Space Gray Unlocked A1687 AT&T Verizon T-Mobile #41", - "price": "$69.95", - "shipping": 20.81, + "url": "https://www.ebay.com/itm/365077357430", + "title": "Apple iPhone 6 A1586 16GB - Verizon - MG472LL/A - Space Gray", + "price": "$39.98", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 6s Plus", + "Apple iPhone 6", "16 GB", - "Unlocked" + "Verizon" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/CQUAAOSwIARkfmoW/s-l300.webp", - "rating": 4.5, - "rating_count": 30 + "photo": "https://i.ebayimg.com/images/g/L5kAAOSw1X1mxKZ~/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/115824280160", - "title": "Apple iPhone SE 16GB Space Gray (AT&T Unlocked)", - "price": "$50.00", - "shipping": 20.43, - "auction_end": null, - "bids": null, - "location": "United States", + "url": "https://www.ebay.com/itm/235703584445", + "title": "Black Apple iPhone Model A1387 4s 16 GB 5th Gen Used Unlocked Factory Reset", + "price": "$10.00", + "shipping": 7.65, + "auction_end": "2024-08-26T02:26:00", + "bids": 0, + "location": null, "subtitles": [ - "Apple iPhone SE", + "Apple iPhone 4s", "16 GB", - "AT&T" + "Unlocked" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/0~EAAOSweo5kY8vF/s-l300.webp", - "rating": 5.0, - "rating_count": 78 + "photo": "https://i.ebayimg.com/images/g/~XcAAOSwkc9mwlbK/s-l140.webp", + "rating": 4.5, + "rating_count": 557 }, { - "url": "https://www.ebay.com/itm/385540086028", - "title": "100% working Apple iphone 2G 1st generation Very Rare IOS 1.1.4 16GB A1203", - "price": "$169.00", - "shipping": 0.0, + "url": "https://www.ebay.com/itm/386895538763", + "title": "Apple iPhone 6 16GB 64GB 128GB Clean IMEI Factory Unlocked GSM SmartPhone", + "price": "$45.00", + "shipping": null, "auction_end": null, "bids": null, - "location": "China", - "subtitles": [ - "Apple iPhone (1st Generation)", - "16 GB" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/QvsAAOSwA71kNPK0/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/hxkAAOSwli5mCD8S/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/394647819362", - "title": "Apple iPhone 6s - Space Gray - Small Crack", - "price": "$15.00", - "shipping": 29.76, + "url": "https://www.ebay.com/itm/126627861795", + "title": "Apple iPhone 5s A1533 (ME341LL/A) - 16 GB - Silver (Verizon)", + "price": "$22.00", + "shipping": 6.22, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 6s", + "Apple iPhone 5s", "16 GB", - "Unlocked" + "Verizon" ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/TWYAAOSwxF5kckxA/s-l300.webp", + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/tpYAAOSwwjZmvn02/s-l140.webp", "rating": 4.5, - "rating_count": 138 + "rating_count": 390 }, { - "url": "https://www.ebay.com/itm/145109805751", - "title": "Apple iPhone SE 16GB [A1662] Space Gray (Unlocked) Smartphone - Good Condition", - "price": "$49.95", - "shipping": 20.43, + "url": "https://www.ebay.com/itm/405073496946", + "title": "99%N ew Apple iPhone 6/6 Plus/6s/6s Plus 16/32/64/128GB Fully UNLOCKED 4 Colours", + "price": "$58.98", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [ - "Apple iPhone SE", - "128 GB", - "Unlocked" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/qPoAAOSw8OlkdOIn/s-l300.webp", - "rating": 5.0, - "rating_count": 1 + "location": "from China", + "subtitles": [], + "condition": "Open Box", + "photo": "https://i.ebayimg.com/images/g/K4oAAOSwpLhmg~jd/s-l140.webp", + "rating": 4.5, + "rating_count": 24 }, { - "url": "https://www.ebay.com/itm/225379184943", - "title": "iPhone 6 Plus 16GB 64GB 128GB GSM Unlocked Gold Gray Silver", - "price": "$79.97", - "shipping": 21.0, + "url": "https://www.ebay.com/itm/355974536583", + "title": "New Listing", + "price": "$10.00", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Great Condition" + "Apple iPhone 5", + "16 GB" ], - "condition": "Very Good - Refurbished", - "photo": "https://i.ebayimg.com/thumbs/images/g/sIIAAOSwZlBj0w2X/s-l300.webp", - "rating": 4.0, - "rating_count": 60 - }, - { - "url": "https://www.ebay.com/itm/155399821285", - "title": "Apple iPhone 3rd generation 3GS - 8GB 16GB 32GB -Black White (Unlocked) phone", - "price": "$39.00", - "shipping": 0.0, - "auction_end": null, - "bids": null, - "location": "China", - "subtitles": [], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/Ru0AAOSwvNVj5Gg3/s-l300.webp", - "rating": 4.0, - "rating_count": 205 + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/oPsAAOSwEoNmxhGK/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/225601727972", - "title": "Parts and Repair Apple iPhone 6 A1549 16GB AT&T Check IMEI Lot of 4", - "price": "$74.97", - "shipping": 18.67, - "auction_end": "2023-06-07T07:07:00", + "url": "https://www.ebay.com/itm/126632199315", + "title": "Apple iPhone 3G - 16 GB - White (AT&T) - In Box -", + "price": "$20.00", + "shipping": 8.6, + "auction_end": "2024-08-25T11:10:00", "bids": 0, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 6", + "Apple iPhone 3G", "16 GB", "AT&T" ], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/28oAAOSwu15mwjcG/s-l140.webp", + "rating": 5.0, + "rating_count": 3 + }, + { + "url": "https://www.ebay.com/itm/204819197784", + "title": "Apple A1303 iPhone 3.5\" Screen 3.0MP iOS Smartphone", + "price": "$15.00", + "shipping": 4.55, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [ + "Apple iPhone 3GS", + "16 GB" + ], "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/-3oAAOSwkidkefey/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/8goAAOSwEthmYPND/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/285148708488", - "title": "Apple iPhone 6 Plus 16/64/128GB Unlocked Smartphone Brand New in SEALED Box", - "price": "$126.99", - "shipping": 21.89, + "url": "https://www.ebay.com/itm/116231131943", + "title": "Apple iPhone A1533 Space Gray, For Parts Only, See Pictures", + "price": "$11.99", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [], - "condition": "Brand New", - "photo": "https://i.ebayimg.com/thumbs/images/g/TbMAAOSw0dpj7ayl/s-l300.webp", + "location": null, + "subtitles": [ + "Apple iPhone 5s", + "16 GB" + ], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/A94AAOSwNQRmfNRY/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/155386658294", - "title": "Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used 1", - "price": "$42.88", - "shipping": 17.5, + "url": "https://www.ebay.com/itm/266932719153", + "title": "Apple iPhone 5s - Silver - 16GB - (AT&T) - A1533", + "price": "$9.99", + "shipping": 6.09, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 3GS", + "Apple iPhone 5s", "16 GB", "AT&T" ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/jxcAAOSw-5dj1I~O/s-l300.webp", + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/bm8AAOSwugtmdZAX/s-l140.webp", "rating": 4.5, - "rating_count": 79 + "rating_count": 323 }, { - "url": "https://www.ebay.com/itm/125654617032", - "title": "Apple iPhone 5c - 8/16/32GB - ALL COLORS Unlocked/AT&T/T-Mobile A1532", - "price": "$32.00", - "shipping": 164.13, + "url": "https://www.ebay.com/itm/386987860999", + "title": "Apple iPhone 6 Plus 64GB 16GB Unlocked AT&T Verizon T-Mobile Smartphone", + "price": "$53.00", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/WvkAAOSwHyNjkolY/s-l300.webp", - "rating": null, - "rating_count": null + "photo": "https://i.ebayimg.com/images/g/g~AAAOSwndhmOnVK/s-l140.webp", + "rating": 4.5, + "rating_count": 195 }, { - "url": "https://www.ebay.com/itm/125654726090", - "title": "Apple iPhone SE 1st Gen. - 16/32/64/128GB - ALL COLORS Unlocked/AT&T/T-Mobile", - "price": "$54.99", - "shipping": 164.13, + "url": "https://www.ebay.com/itm/404989754282", + "title": "Working well Apple iPhone 6/6 Plus 16-32-64-128GB FACTORY UNLOCKED", + "price": "$39.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": "from China", "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/jKkAAOSwHkNjkqJZ/s-l300.webp", - "rating": 4.5, - "rating_count": 44 + "photo": "https://i.ebayimg.com/images/g/SOAAAOSwT5JmTKui/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/385318252537", - "title": "Apple iPhone 6 16/64/128GB Unlocked UNLOCKED Smartphone Brand New in SEALED Box", - "price": "$131.60", - "shipping": 21.98, + "url": "https://www.ebay.com/itm/176496185478", + "title": "Apple iPhone 6 - 16GB (United Wireless LTE) A1586 Space Gray | 91% batt Grade B", + "price": "$19.99", + "shipping": 5.99, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [], - "condition": "Brand New", - "photo": "https://i.ebayimg.com/thumbs/images/g/D~UAAOSwAWxjq4gN/s-l300.webp", + "location": null, + "subtitles": [ + "Apple iPhone 6", + "16 GB" + ], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/wKIAAOSwyxtmp7uT/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/125654714303", - "title": "Apple iPhone 5s - 16/32/64GB - ALL COLORS Unlocked/AT&T/T-Mobile A1453", - "price": "$28.99", - "shipping": 164.13, + "url": "https://www.ebay.com/itm/126492722811", + "title": "Working Apple iPhone 6/6 plus/6s/6s plus 16/32/64/128GB Fully UNLOCKED 4 colours", + "price": "$39.98", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": "from China", "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/uj4AAOSw8X1jkqCg/s-l300.webp", - "rating": 4.5, - "rating_count": 49 + "photo": "https://i.ebayimg.com/images/g/OV4AAOSw5KpmTHRu/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/314604035791", - "title": "Apple iphone 1st-3G-3GS generation Unlocked-Tested-Works very well", - "price": "$40.88", + "url": "https://www.ebay.com/itm/156205453897", + "title": "Apple iPhone 5 - 16GB 32GB - White & Silver & Gold Unlocked Sim free ios 6/7/9", + "price": "$36.00", "shipping": 0.0, "auction_end": null, "bids": null, - "location": "China", + "location": "from China", "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/sPUAAOSwawBkadoq/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/RYsAAOSwwFRmQdr0/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/334868893136", - "title": "\ud83d\udcf1 Apple iPhone 5 16/32/64GB - Unlocked Black white Grade A Condition IOS10\ud83d\udcf1", - "price": "$28.00", - "shipping": 8.0, + "url": "https://www.ebay.com/itm/204874566102", + "title": "Apple iPhone 5c - 16GB - White Unlocked Any Carrier!", + "price": "$34.00", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "China", - "subtitles": [], + "location": null, + "subtitles": [ + "Apple iPhone 5c", + "16 GB", + "Unlocked" + ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/5AoAAOSwDPdkXLT9/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/uUYAAOSw6jll~379/s-l140.webp", "rating": 4.5, - "rating_count": 517 + "rating_count": 183 }, { - "url": "https://www.ebay.com/itm/304690551492", - "title": "Apple iPhone 3GS 16GB Black unlocked 3G networks Apple iPhone 3rd generation", - "price": "$42.00", + "url": "https://www.ebay.com/itm/355972381715", + "title": "Apple iPhone 5s 16GB Space Gray Model A1533 TESTED WORKING", + "price": "$29.99", "shipping": 0.0, "auction_end": null, "bids": null, - "location": "China", + "location": null, "subtitles": [ - "Apple iPhone 3GS", + "Apple iPhone 5s", "16 GB", - "Unlocked" + "Verizon" ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/EMIAAOSwKFNjZzfE/s-l300.webp", + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/slYAAOSwYytmtSJZ/s-l140.webp", "rating": 4.5, - "rating_count": 31 + "rating_count": 390 }, { - "url": "https://www.ebay.com/itm/354765432042", - "title": "Apple iPhone 6S Fully Unlocked (Any Carrier) 16GB 32GB 64GB 128GB Very Good", - "price": "$83.99", - "shipping": 24.69, + "url": "https://www.ebay.com/itm/266938299282", + "title": "iPhone 6 16gb Silver (Unlocked) RARE iOS 8.0.2", + "price": "$174.99", + "shipping": 5.7, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [], - "condition": "Very Good - Refurbished", - "photo": "https://i.ebayimg.com/thumbs/images/g/7V8AAOSwl3xbtlmE/s-l300.webp", + "location": null, + "subtitles": [ + "Apple iPhone 6", + "16 GB", + "Unlocked" + ], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/gMsAAOSwq0BmslJW/s-l140.webp", "rating": 4.5, - "rating_count": 301 + "rating_count": 62 }, { - "url": "https://www.ebay.com/itm/114996237712", - "title": "Apple iPhone 6S 64GB Unlocked Smartphone - Very Good", - "price": "$58.16", - "shipping": 20.58, + "url": "https://www.ebay.com/itm/387247476356", + "title": "Apple iPhone 6s 16GB 32GB 64GB 128GB Unlocked Silver Rose Gold CDMA/GSM", + "price": "$47.00", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/kw4AAOSwtcRhRN3q/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/d54AAOSwuhlmp8fL/s-l140.webp", "rating": 4.5, - "rating_count": 138 + "rating_count": 436 }, { - "url": "https://www.ebay.com/itm/125762427007", - "title": "Apple iPhone 4 - 8/16/32GB - ALL COLORS Unlocked/AT&T A1332", - "price": "$18.99", - "shipping": 141.6, + "url": "https://www.ebay.com/itm/126470048620", + "title": "Original&Working well Apple iPhone 6 Plus 16GB UNLOCKED(any carrier) 3 colours", + "price": "$40.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": "from China", "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/2CkAAOSwAmdj5EtS/s-l300.webp", - "rating": 2.5, - "rating_count": 3 + "photo": "https://i.ebayimg.com/images/g/18EAAOSwQZFmOfRu/s-l140.webp", + "rating": 4.0, + "rating_count": 62 }, { - "url": "https://www.ebay.com/itm/155067990889", - "title": "Variety lot of Apple products Untested - (2 Password Locked iPhones)", - "price": "$200.00", - "shipping": 49.1, + "url": "https://www.ebay.com/itm/355847694706", + "title": "Working well Apple iPhone 5 16/32/64GB Fully UNLOCKED Black/White/Gold", + "price": "$32.98", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [ - "Apple iPhone 6s", - "16 GB" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/7rwAAOSw~RVix0-G/s-l300.webp", + "location": "from China", + "subtitles": [], + "condition": "Open Box", + "photo": "https://i.ebayimg.com/images/g/zBoAAOSwEARmVvXS/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/125768992377", - "title": "Apple iPhone 5 - 16/32/64GB - ALL COLORS Unlocked/AT&T/Sprint A1429", - "price": "$24.99", - "shipping": 141.6, + "url": "https://www.ebay.com/itm/386834726514", + "title": "iPhone 4 4s 8/16/32/64GB Black/White Unlocked Tested Fully working phone", + "price": "$28.00", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": "from China", "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/2EUAAOSwK-Fj6UxC/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/VE8AAOSwd-ll5vH7/s-l140.webp", "rating": 4.5, - "rating_count": 22 + "rating_count": 557 }, { - "url": "https://www.ebay.com/itm/394434823940", - "title": "Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)", - "price": "$20.20", - "shipping": 71.5, + "url": "https://www.ebay.com/itm/335535605418", + "title": "For Parts - Lot of 7 Excellent Apple iPhone 6 16GB Verizon A1549 Gray", + "price": "$74.97", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 5c", + "Apple iPhone 6", "16 GB", "Verizon" ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/lhMAAOSwgFFj0von/s-l300.webp", + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/~lYAAOSwwSJmwrBI/s-l140.webp", "rating": 4.5, - "rating_count": 239 + "rating_count": 569 + }, + { + "url": "https://www.ebay.com/itm/126433832232", + "title": "90%N ew Working Apple iPhone 4/4s White/Black 8/16/32GB UNLOCKED classic 3.5''", + "price": "$27.99", + "shipping": 0.0, + "auction_end": null, + "bids": null, + "location": "from China", + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/CVsAAOSwVSFmHkfD/s-l140.webp", + "rating": 2.5, + "rating_count": 3 }, { - "url": "https://www.ebay.com/itm/354802635751", - "title": "New Apple iPhone 8 Plus / 6s /6s Plus 16/64/128GB Unlocked T-Mobile AT&T Verizon", - "price": "$179.59", - "shipping": 21.24, + "url": "https://www.ebay.com/itm/176529706798", + "title": "Lot of Two - Apple iPhone 3G - 8GB and 16 GB Black - A1241 - working", + "price": "$30.00", + "shipping": 9.0, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Choose the right model - Please see description" + "Apple iPhone 3G", + "16 GB" ], - "condition": "Brand New", - "photo": "https://i.ebayimg.com/thumbs/images/g/FFgAAOSwFF1iKsBL/s-l300.webp", + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/aQkAAOSwMvpmwQst/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/125762410157", - "title": "Apple iPhone 4s - 8/16/32/64GB - ALL COLORS Unlocked/AT&T/Sprint A1387", - "price": "$24.99", - "shipping": 141.6, + "url": "https://www.ebay.com/itm/226293831842", + "title": "Apple iPhone 4s Black Model A1387 16GB UNTESTED LOCKED", + "price": "$10.85", + "shipping": 6.0, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/JCwAAOSwEUlj5EcL/s-l300.webp", - "rating": 4.5, - "rating_count": 552 + "location": null, + "subtitles": [ + "Apple iPhone 4s", + "16 GB" + ], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/9mgAAOSwhudmjI8~/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/275846753253", - "title": "Verizon Apple iPhone 6s - 16GB - A1688 (CDMA + GSM) **FMI ON**", - "price": "$17.99", - "shipping": 24.81, + "url": "https://www.ebay.com/itm/335512576543", + "title": "Apple iPhone 5 - 16 GB - White - Unlocked - Great Condition", + "price": "$44.99", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 6s", + "Apple iPhone 5", "16 GB", - "Verizon" + "Unlocked" ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/wUEAAOSw2MFkXSHm/s-l300.webp", + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/-NsAAOSwYXtmq-Gu/s-l140.webp", "rating": 4.5, - "rating_count": 61 + "rating_count": 23 }, { - "url": "https://www.ebay.com/itm/175710464307", - "title": "Apple iPhone 6 Plus 16GB Silver A1524 (Sprint) Smartphone Good Condition", - "price": "$39.95", - "shipping": 25.89, + "url": "https://www.ebay.com/itm/405141481370", + "title": "Apple iPhone 6 16gb Gray A1586 (Unlocked) Bright Spots On Screen", + "price": "$29.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 6 Plus", + "Apple iPhone 6", "16 GB", - "Sprint" + "Unlocked" ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/eQgAAOSwtXJkQIcp/s-l300.webp", - "rating": 4.0, - "rating_count": 1 + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/O5AAAOSwHXFmrUft/s-l140.webp", + "rating": 4.5, + "rating_count": 322 }, { - "url": "https://www.ebay.com/itm/325683971009", - "title": "New Listing", - "price": "$149.95", - "shipping": 40.83, - "auction_end": "2023-06-13T11:40:00", - "bids": 0, - "location": "United States", + "url": "https://www.ebay.com/itm/196568774303", + "title": "Apple iPhone 5 16GB Black Unlocked Model NE486LL/A", + "price": "$45.00", + "shipping": 9.5, + "auction_end": null, + "bids": null, + "location": null, "subtitles": [ - "16 GB" + "Apple iPhone 5s", + "16 GB", + "Unlocked" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/MEUAAOSwEy5kf3vM/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/nmIAAOSwg-RmwpV1/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/325583935219", - "title": "iPhone 5s 16GB 32GB 64GB Unlocked Gold Gray Silver", - "price": "$84.79", - "shipping": 21.09, + "url": "https://www.ebay.com/itm/386999520502", + "title": "Apple iPhone 6s Plus Smartphone GSM Unlocked Verizon T-Mobile AT&T - 16GB 64GB", + "price": "$64.00", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [ - "Excellent Condition" - ], - "condition": "Excellent - Refurbished", - "photo": "https://i.ebayimg.com/thumbs/images/g/MOoAAOSw0wRkGgvZ/s-l300.webp", - "rating": 4.5, - "rating_count": 284 + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/OZ4AAOSwUD1mQLyQ/s-l140.webp", + "rating": 5.0, + "rating_count": 30 }, { - "url": "https://www.ebay.com/itm/354792449282", - "title": "Unlocked Apple iPhone 5 16GB white Black blue gold rose Smartphone IOS6/7/9/10", - "price": "$32.00", - "shipping": 9.0, + "url": "https://www.ebay.com/itm/386991915490", + "title": "FULLY WORKING Apple iPhone 6 6 plus - 16/32/64GB Unlocked 4G smartphone", + "price": "$35.00", + "shipping": 0.0, + "auction_end": null, + "bids": null, + "location": "from Hong Kong", + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/dxIAAOSwjWRmPJ4t/s-l140.webp", + "rating": null, + "rating_count": null + }, + { + "url": "https://www.ebay.com/itm/126632294699", + "title": "Apple iPhone 5 - 16GB - White & Silver Model A1428", + "price": "$5.99", + "shipping": 7.9, + "auction_end": "2024-08-23T12:53:00", + "bids": 1, + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/ZDsAAOSwU3JmtSI1/s-l140.webp", + "rating": null, + "rating_count": null + }, + { + "url": "https://www.ebay.com/itm/176531014730", + "title": "Apple iPhone 6 16GB Gold model A1549", + "price": "$25.00", + "shipping": 10.0, "auction_end": null, "bids": null, - "location": "China", + "location": "from Canada", "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/gBwAAOSwZbBkZYdN/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/sf0AAOSwgnNmwL6Y/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/275110506950", - "title": "Apple iPhone 5s Space Gray 16GB A1453 - Unlocked Tested", - "price": "$25.86", - "shipping": 19.97, + "url": "https://www.ebay.com/itm/116294396142", + "title": "Apple iPhone 3GS - 16 GB - Black (AT&T) In Box Grade B **READ", + "price": "$200.00", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 5s", + "Apple iPhone 3GS", "16 GB", - "Unlocked" + "AT&T" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/0bUAAOSwk~1hvkC-/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/qTIAAOSwzvxmwYsN/s-l140.webp", "rating": 4.5, - "rating_count": 74 + "rating_count": 82 }, { - "url": "https://www.ebay.com/itm/195705679998", - "title": "Full working Orignal Apple iphone 1st 2nd 3rd Gen 2G 3G 3GS 4/8/16/32 Unlocked", - "price": "$45.00", + "url": "https://www.ebay.com/itm/126637627138", + "title": "New Listing", + "price": "$35.99", "shipping": 0.0, "auction_end": null, "bids": null, - "location": "China", - "subtitles": [], + "location": null, + "subtitles": [ + "Apple iPhone 6", + "16 GB", + "AT&T" + ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/0dkAAOSwba1kNlNr/s-l300.webp", - "rating": 4.0, - "rating_count": 225 + "photo": "https://i.ebayimg.com/images/g/dw4AAOSwPQVmxidL/s-l140.webp", + "rating": 4.5, + "rating_count": 436 }, { - "url": "https://www.ebay.com/itm/385255102491", - "title": "Apple iPhone 3GS-8/16GB/GB-Black/White Unlocked (AT&T) (GSM) iPhone 3rd gen", - "price": "$41.98", + "url": "https://www.ebay.com/itm/126253363904", + "title": "Apple iPhone 3GS 16GB White/Black Factory Unlocked working well", + "price": "$45.99", "shipping": 0.0, "auction_end": null, "bids": null, - "location": "China", + "location": "from China", "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/WYUAAOSwSBpjgH9T/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/pVcAAOSwZf9litDB/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/325677572031", - "title": "Lot of 20 Apple iPhone 6 / 6s 16GB - ID / IC Locked - GOOD GLASS / Screen AS-IS", - "price": "$155.00", - "shipping": 358.0, + "url": "https://www.ebay.com/itm/166386614424", + "title": "\ud83d\udcf1 Apple iPhone 5S 16GB - Unlocked Grade A Condition usedphone No fingerprint\ud83d\udcf1", + "price": "$28.00", + "shipping": 7.0, "auction_end": null, "bids": null, - "location": "United States", + "location": "from China", "subtitles": [ - "Apple iPhone 6s", - "16 GB" + "Apple iPhone 5s", + "16 GB", + "Unlocked" ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/h84AAOSwClJkeODO/s-l300.webp", - "rating": null, - "rating_count": null + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/gxwAAOSw2odlMfVB/s-l140.webp", + "rating": 4.5, + "rating_count": 671 }, { - "url": "https://www.ebay.com/itm/114962745873", - "title": "Apple iPhone 6/6 Plus 16GB 64GB 128GB Unlocked Verizon At&t T-Mobile Tracfone 4", - "price": "$42.31", - "shipping": 20.28, + "url": "https://www.ebay.com/itm/395482149531", + "title": "Original Apple iPhone 5c 8GB/16GB/32GB Unlocked 4G OS 10.3.4 Smartphone Sealed", + "price": "$26.00", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": "from China", "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/ExUAAOSw1QhhLePU/s-l300.webp", - "rating": null, - "rating_count": null + "photo": "https://i.ebayimg.com/images/g/V0gAAOSwpDhmc9sC/s-l140.webp", + "rating": 4.5, + "rating_count": 2 }, { - "url": "https://www.ebay.com/itm/275880526917", - "title": "Apple iPhone 3GS - 16GB - White A1303 - FOR PARTS AS IS", - "price": "$19.99", - "shipping": 24.85, + "url": "https://www.ebay.com/itm/186626591677", + "title": "Apple iPhone 3G Model A1241, 16GB, White Powers On - Stuck on iTunes Screen", + "price": "$29.99", + "shipping": 5.99, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 3GS", + "Apple iPhone 3G", "16 GB" ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/eioAAOSwmPpkeCiK/s-l300.webp", + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/O6gAAOSw201mspGY/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/185331137895", - "title": "Apple iPhone 6S Plus A1634 16/32/64/128GB GSM Unlocked Excellent", - "price": "$64.99", - "shipping": 17.38, + "url": "https://www.ebay.com/itm/387156143765", + "title": "Good Condition - Apple iPhone 6 16 GB Silver (AT&T) - Free Shipping", + "price": "$35.99", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [], + "location": null, + "subtitles": [ + "Apple iPhone 6", + "16 GB", + "AT&T" + ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/PloAAOSwMyJkf2Ct/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/yIoAAOSw2QVmhDxY/s-l140.webp", "rating": 4.5, - "rating_count": 53 + "rating_count": 137 }, { - "url": "https://www.ebay.com/itm/354443722986", - "title": "Original Apple iPhone 3nd 3GS - 8/16/32GB - Black /white (Unlocked) ( GSM) IOS 6", - "price": "$32.00", - "shipping": 8.0, + "url": "https://www.ebay.com/itm/126469765261", + "title": "Original&Working Apple iPhone 1st generation/iPhone 3G/iPhone 3GS UNlocked lot", + "price": "$39.98", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "China", + "location": "from China", "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/Ak0AAOSw9atjlaZX/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/hRYAAOSwseJmOch1/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/134601802360", - "title": "New Listing", - "price": "$22.99", - "shipping": 19.92, + "url": "https://www.ebay.com/itm/395602578491", + "title": "Apple iPhone 6/7 Unlocked - Lot Of 17 - BROKEN - For parts AS-IS", + "price": "$450.00", + "shipping": 22.52, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 5", + "Apple iPhone 6", "16 GB", "Unlocked" ], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/~n0AAOSwA6RmulQG/s-l140.webp", + "rating": null, + "rating_count": null + }, + { + "url": "https://www.ebay.com/itm/156362957360", + "title": "Apple iPhone 5c - 8GB 16GB 32GB Unlocked 4G Mobile phone FULL Working Sealed box", + "price": "$37.00", + "shipping": 0.0, + "auction_end": null, + "bids": null, + "location": "from China", + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/75AAAOSwA41kf3hr/s-l300.webp", - "rating": 3.0, - "rating_count": 2 + "photo": "https://i.ebayimg.com/images/g/xKIAAOSweZNlfCTh/s-l140.webp", + "rating": 5.0, + "rating_count": 4 }, { - "url": "https://www.ebay.com/itm/353855207788", - "title": "Apple iPhone 5 -16GB - Black white gold blue rose (Unlocked) smartphone IOS6", - "price": "$69.99", - "shipping": 9.0, + "url": "https://www.ebay.com/itm/126637627862", + "title": "New Listing", + "price": "$35.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "China", + "location": null, "subtitles": [ - "Apple iPhone 5", + "Apple iPhone 6", "16 GB", - "Unlocked" + "T-Mobile" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/SD4AAOSwwetkZYHM/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/SmsAAOSw4Rxmxiby/s-l140.webp", "rating": 4.5, - "rating_count": 22 + "rating_count": 144 }, { - "url": "https://www.ebay.com/itm/203631132993", - "title": "Apple iPhone 6S Plus A1634 16/32/64/128GB GSM Unlocked Great", - "price": "$54.99", - "shipping": 16.91, + "url": "https://www.ebay.com/itm/126526028742", + "title": "90%N ew Rare run ios 6 Apple iPhone 5 Black/White 16GB UNLOCKED(any carrier)", + "price": "$55.98", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": "from China", "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/YHcAAOSwobJkf2Cu/s-l300.webp", - "rating": 5.0, - "rating_count": 76 + "photo": "https://i.ebayimg.com/images/g/ax4AAOSw-4BmaWqt/s-l140.webp", + "rating": 4.5, + "rating_count": 520 }, { - "url": "https://www.ebay.com/itm/234966920116", - "title": "AS/IS Apple iPhone 6s Model A1688 16GB ROSE GOLD READ #177 Z65/63", - "price": "$15.89", - "shipping": 19.78, - "auction_end": null, - "bids": null, - "location": "United States", + "url": "https://www.ebay.com/itm/145959231161", + "title": "Apple iPhone 5c - 16 GB - Pink (Verizon)", + "price": "$0.99", + "shipping": 8.44, + "auction_end": "2024-08-25T03:29:00", + "bids": 0, + "location": null, "subtitles": [ - "Apple iPhone 6s", + "Apple iPhone 5c", "16 GB", - "Unlocked" + "Verizon" ], "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/VbkAAOSwmbVkNCao/s-l300.webp", - "rating": 4.0, - "rating_count": 22 + "photo": "https://i.ebayimg.com/images/g/sHkAAOSwJ-Fmwczb/s-l140.webp", + "rating": 4.5, + "rating_count": 71 }, { - "url": "https://www.ebay.com/itm/314622231105", - "title": "iPhone SE 16GB Unlocked Silver Gen 1 IC/MDM P1087", - "price": "$10.50", + "url": "https://www.ebay.com/itm/355831070647", + "title": "99%New Apple iPhone 5S 16/32GB 64GB Black White Gold Fully UNLOCKED(any carrier)", + "price": "$54.99", "shipping": 0.0, - "auction_end": "2023-06-07T07:28:00", - "bids": 2, - "location": "United States", - "subtitles": [ - "Apple iPhone SE", - "16 GB", - "Unlocked" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/XogAAOSwaZNkb41S/s-l300.webp", - "rating": 5.0, - "rating_count": 4 - }, - { - "url": "https://www.ebay.com/itm/394662640645", - "title": "New Listing", - "price": "$59.99", - "shipping": 10.0, "auction_end": null, "bids": null, - "location": "China", - "subtitles": [ - "Apple iPhone 5", - "16 GB", - "Unlocked" - ], + "location": "from China", + "subtitles": [], "condition": "Open Box", - "photo": "https://i.ebayimg.com/thumbs/images/g/Np8AAOSwERpkfags/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/WwcAAOSwch1mA9ol/s-l140.webp", "rating": 4.5, - "rating_count": 576 + "rating_count": 820 }, { - "url": "https://www.ebay.com/itm/274931688816", - "title": "Apple iPhone 5 (A1428) 16GB - Silver (AT&T) (GSM) Smartphone - Tested", - "price": "$20.26", - "shipping": 19.86, + "url": "https://www.ebay.com/itm/116275635212", + "title": "JAILBROKEN IPHONE 6 PLUS 16GB FACTORY UNLOCKED GSM ONLY OS 8.2", + "price": "$110.00", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 5", + "Apple iPhone 6 Plus", "16 GB", - "AT&T" + "Unlocked" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/PH4AAOSwXY5hMWPF/s-l300.webp", - "rating": 4.5, - "rating_count": 130 + "photo": "https://i.ebayimg.com/images/g/NO0AAOSw4QBmrD6F/s-l140.webp", + "rating": 4.0, + "rating_count": 62 }, { - "url": "https://www.ebay.com/itm/285312421210", - "title": "Lot of Apple iPhone 5 - 5s - 5c - iPhone 4", - "price": "$25.00", - "shipping": 0.0, - "auction_end": "2023-06-07T01:22:00", + "url": "https://www.ebay.com/itm/355967349997", + "title": "Apple iPhone 4s GSM Unlocked 16GB Black model A1387 - Good Condition", + "price": "$0.01", + "shipping": 4.38, + "auction_end": "2024-08-25T21:06:00", "bids": 0, - "location": "United States", - "subtitles": [ - "Apple iPhone 5", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/ga8AAOSw-4BkcGub/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/EXgAAOSwVcZmwsQm/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/134554616428", - "title": "Apple iPhone SE - 16GB - Space Gray (AT&T) A1662 (CDMA + GSM)", - "price": "$3.99", - "shipping": 58.35, + "url": "https://www.ebay.com/itm/234681538105", + "title": "Apple iPhone 6 16GB Factory Unlocked GSM+CDMA Verizon/ AT&T /T MOBILE-SPACE GRAY", + "price": "$44.99", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [ - "Apple iPhone SE", - "16 GB", - "AT&T" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/VgcAAOSwKupkUEvI/s-l300.webp", - "rating": 5.0, - "rating_count": 78 + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/s-kAAOSwUMRi7smq/s-l140.webp", + "rating": 4.5, + "rating_count": 153 }, { - "url": "https://www.ebay.com/itm/195795158075", - "title": "Apple iPhone 5S Gold A1533 16GB Model ME324LL/A Unlocked With Sim Card", - "price": "$10.00", - "shipping": 0.0, - "auction_end": "2023-06-07T06:43:00", - "bids": 4, - "location": "United States", + "url": "https://www.ebay.com/itm/266954080894", + "title": "iPhone 6 Silver - A1549 (CDMA + GSM) - Powers up and charges - AS IS", + "price": "$19.99", + "shipping": 9.99, + "auction_end": null, + "bids": null, + "location": null, "subtitles": [ - "Apple iPhone SE", - "16 GB", - "Unlocked" + "Apple iPhone 6", + "16 GB" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/vaEAAOSwEy5kdV5N/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/FWcAAOSwrOpmwKtW/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/144228494862", - "title": "Fair Condition Apple iPhone 5S 16GB /32GB /64Gb-AT&T Unlocked", - "price": "$28.00", + "url": "https://www.ebay.com/itm/305437030477", + "title": "Apple iPhone 5s 16/32/64gb FREE SHIPPING", + "price": "$34.99", "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [ - "\u2705 SHIP SAME DAY \u2705 TRUSTED BUSINESS SELLER \u2705 FREE RETURN" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/KJ4AAOSwUtZhJwKo/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/q2oAAOSwLrBl6P0U/s-l140.webp", "rating": 4.5, - "rating_count": 248 + "rating_count": 283 }, { - "url": "https://www.ebay.com/itm/266226477515", - "title": "Apple iPhone 2G 1st Generation - 16GB - A1203 - With Matching Box and Paperwork", - "price": "$350.00", - "shipping": 40.45, + "url": "https://www.ebay.com/itm/276595263667", + "title": "Apple iPhone 6 - 16GB - Space Gray (Unlocked) ww28", + "price": "$39.00", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone (1st Generation)", + "Apple iPhone 6", "16 GB", - "AT&T" + "Unlocked" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/qggAAOSwyqBkQD4q/s-l300.webp", - "rating": 5.0, - "rating_count": 5 + "photo": "https://i.ebayimg.com/images/g/eFwAAOSwUDRmvVFZ/s-l140.webp", + "rating": 4.5, + "rating_count": 189 }, { - "url": "https://www.ebay.com/itm/334723149014", - "title": "RARE APPLE IPHONE 1ST GENERATION 2G 16GB A1203 VINTAGE", - "price": "$489.00", - "shipping": 37.58, + "url": "https://www.ebay.com/itm/386936204997", + "title": "Apple iPhone 6s Plus - 16GB 64GB - ALL COLORS Unlocked/AT&T/T-Mobile", + "price": "$62.00", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [ - "Apple iPhone (1st Generation)", - "16 GB", - "AT&T" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/X-oAAOSwgJZj1tB-/s-l300.webp", - "rating": 5.0, - "rating_count": 5 + "photo": "https://i.ebayimg.com/images/g/VFEAAOSwqplmICmX/s-l140.webp", + "rating": 4.5, + "rating_count": 46 }, { - "url": "https://www.ebay.com/itm/204355579616", - "title": "*AS-IS* Lot of 7 Apple iPhone 6S A1633/A1688 16GB Smartphones (R2838)", - "price": "$39.95", - "shipping": 89.4, - "auction_end": "2023-06-08T14:09:00", - "bids": 0, - "location": "United States", + "url": "https://www.ebay.com/itm/126546991514", + "title": "Apple iPhone 4S White 16GB- Factory New Open Box With Original Apple Accessories", + "price": "$189.98", + "shipping": null, + "auction_end": null, + "bids": null, + "location": null, "subtitles": [ - "Apple iPhone 6s", - "16 GB", - "Unlocked" + "Apple iPhone 4s", + "16 GB" ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/I20AAOSwmNdkeQkF/s-l300.webp", + "condition": "Open Box", + "photo": "https://i.ebayimg.com/images/g/xMUAAOSwxp1me0X6/s-l140.webp", + "rating": null, + "rating_count": null + }, + { + "url": "https://www.ebay.com/itm/375595570351", + "title": "Apple iPhone 6 Gray (Unlocked) Set Up Your iPhone", + "price": "$15.00", + "shipping": 4.55, + "auction_end": "2024-08-23T09:45:00", + "bids": 1, + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/2rkAAOSwR7xmv4Fb/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/185887958381", - "title": "Apple iPhone SE - 16GB - Rose Gold (Unlocked) A1662 (CDMA & GSM) Works - Read", - "price": "$39.95", - "shipping": 28.24, + "url": "https://www.ebay.com/itm/176492967765", + "title": "PARTS ONLY Apple iPhone 7 - 16 GB - Rose Gold", + "price": "$19.99", + "shipping": 18.05, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone SE", + "Apple iPhone 7", "16 GB", - "Unlocked" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/rxIAAOSwD59kWWgM/s-l300.webp", - "rating": 4.5, - "rating_count": 203 - }, - { - "url": "https://www.ebay.com/itm/204359516193", - "title": "*AS-IS* Lot of 12 Apple iPhone 6 A1549 16GB Space Gray Smartphone (R2676)", - "price": "$79.95", - "shipping": 89.4, - "auction_end": "2023-06-12T13:34:00", - "bids": 0, - "location": "United States", - "subtitles": [ - "Apple iPhone 6", - "16 GB", - "Unlocked" + "AT&T" ], "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/c-MAAOSw1RJkfkbd/s-l300.webp", - "rating": 4.5, - "rating_count": 301 + "photo": "https://i.ebayimg.com/images/g/ZFkAAOSwmRdmpRtu/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/204358571093", - "title": "Apple iPhone 5s - 16GB - Gold (Unlocked) A1453 (CDMA + GSM)", - "price": "$25.30", - "shipping": 27.18, + "url": "https://www.ebay.com/itm/156229479127", + "title": "Apple Iphone 6 Plus 16gb Cell Phone AT&T Gold A1522 MGCM2LL/A", + "price": "$39.99", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 5s", + "Apple iPhone 6 Plus", "16 GB", - "Unlocked" + "AT&T" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/B~EAAOSwQqBkfR02/s-l300.webp", - "rating": 4.5, - "rating_count": 47 + "photo": "https://i.ebayimg.com/images/g/NPAAAOSw~oFmVVoO/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/155579835221", - "title": "Apple iPhone 4 - 16GB - Black (AT&T) A1332 - Lot Of 12 Open Box - Dealer Lot", - "price": "$420.00", - "shipping": 64.31, - "auction_end": null, - "bids": null, - "location": "United States", + "url": "https://www.ebay.com/itm/296644434734", + "title": "New Listing", + "price": "$1.00", + "shipping": 8.0, + "auction_end": "2024-08-28T05:36:00", + "bids": 1, + "location": null, "subtitles": [ - "Apple iPhone 4", - "16 GB", - "AT&T" + "Apple iPhone SE", + "16 GB" ], - "condition": "Open Box", - "photo": "https://i.ebayimg.com/thumbs/images/g/w~YAAOSwFOpkdMgK/s-l300.webp", - "rating": 4.5, - "rating_count": 1115 + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/uQIAAOSwK81mtNez/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/166151176000", - "title": "Apple iPhone 6s Plus - 16GB - Rose Gold (Unsure If Unlocked) A1687 (CDMA + GSM)", - "price": "$32.00", - "shipping": 25.84, + "url": "https://www.ebay.com/itm/355791968601", + "title": "Apple iphone 1st(iphone 2G) A1203 UNlocked 4/8/16GB Black Working well Good!", + "price": "$88.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [ - "Apple iPhone 6s Plus", - "16 GB", - "Unlocked" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/LPsAAOSwonZkfT7f/s-l300.webp", + "location": "from China", + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/YXEAAOSwpQZlL6CR/s-l140.webp", "rating": 4.5, - "rating_count": 175 + "rating_count": 418 }, { - "url": "https://www.ebay.com/itm/385632310708", - "title": "Apple iPhone 4s - 16GB - Black (AT&T) A1387", - "price": "$12.03", - "shipping": 25.31, + "url": "https://www.ebay.com/itm/286014924187", + "title": "Unlocked Apple iPhone 5c 16GB 10.3.3 Yellow ME506LL/A", + "price": "$29.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 4s", - "16 GB", - "AT&T" + "16 GB" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/sLwAAOSwFaRkbLMI/s-l300.webp", - "rating": 5.0, - "rating_count": 1 + "photo": "https://i.ebayimg.com/images/g/FT4AAOSwsTNmv9Cs/s-l140.webp", + "rating": 4.5, + "rating_count": 51 }, { - "url": "https://www.ebay.com/itm/155498868771", - "title": "Apple iPhone 3GS 16GB White (AT&T) A1303 (GSM) Fast Ship Very Good Used 838 Song", - "price": "$64.88", - "shipping": 17.5, + "url": "https://www.ebay.com/itm/204951227317", + "title": "Apple iPhone 6s - Gold A1688 - Rose Gold 64 Gigs LOCKED", + "price": "$24.99", + "shipping": 4.68, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 3GS", - "16 GB", - "AT&T" + "Apple iPhone 6s", + "16 GB" ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/aCUAAOSwnZFkNL82/s-l300.webp", - "rating": 4.5, - "rating_count": 396 + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/7rAAAOSw709mxGUi/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/325635362977", - "title": "For Parts Only Apple iPhone 6s - A1633 - Space Gray for Parts Only No Warranty", - "price": "$15.99", - "shipping": 19.78, + "url": "https://www.ebay.com/itm/387311834626", + "title": "Apple iPhone 6s Unlocked", + "price": "$45.00", + "shipping": 6.79, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ "Apple iPhone 6s", "16 GB", "Unlocked" ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/5D4AAOSwhhxkS-cv/s-l300.webp", + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/fkUAAOSwlP5mw8Li/s-l140.webp", "rating": 4.5, - "rating_count": 301 + "rating_count": 40 }, { - "url": "https://www.ebay.com/itm/155499868715", - "title": "Apple iPhone 3GS - 16GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used 3", - "price": "$52.88", - "shipping": 17.5, + "url": "https://www.ebay.com/itm/204950227427", + "title": "Apple iPhone 5c - 16 GB - White (Unlocked) Battery Health: 88%", + "price": "$24.99", + "shipping": 4.68, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 3GS", + "Apple iPhone 5c", "16 GB", - "AT&T" + "Unlocked" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/HXIAAOSwG3Nj1J8Y/s-l300.webp", - "rating": 4.5, - "rating_count": 79 + "photo": "https://i.ebayimg.com/images/g/ROUAAOSwX-Nmw6ti/s-l140.webp", + "rating": 4.0, + "rating_count": 24 }, { - "url": "https://www.ebay.com/itm/354833433198", - "title": "New Listing", - "price": "$20.00", - "shipping": 30.51, + "url": "https://www.ebay.com/itm/386954552299", + "title": "Lot of Very rare Apple iPhone 2G 1st Gen 4GB / 8GB / 16GB cell phone", + "price": "$11.99", + "shipping": 6.0, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [ - "Apple iPhone 6s Plus", - "16 GB" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/ElUAAOSwoF1kf7qD/s-l300.webp", - "rating": null, - "rating_count": null - }, - { - "url": "https://www.ebay.com/itm/185928774090", - "title": "Apple iPhone 5S Model A1456 - 16GB - Pink (for parts/restoration?)", - "price": "$9.99", - "shipping": 24.67, - "auction_end": "2023-06-12T13:08:00", - "bids": 0, - "location": "United States", - "subtitles": [ - "Apple iPhone 5s", - "16 GB" - ], + "location": "from China", + "subtitles": [], "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/1lkAAOSwD1dkfkCI/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/C~cAAOSwYS9mKMn-/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/265229578291", - "title": "Apple iPhone A1453 16GB White Preowned FOR PARTS Great Condition May be Locked", - "price": "$13.95", - "shipping": 19.74, + "url": "https://www.ebay.com/itm/256519528004", + "title": "Apple iPhone 5s - 16GB - Space Gray (Untested)", + "price": "$30.00", + "shipping": 5.0, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ "Apple iPhone 5s", - "16 GB" + "16 GB", + "Unlocked" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/RfMAAOSw-bJfW8ZL/s-l300.webp", - "rating": null, - "rating_count": null - }, - { - "url": "https://www.ebay.com/itm/194909103776", - "title": "Apple iPhone SE 1st Generation 16GB 32GB 64GB 128GB Smartphone Unlocked - Good", - "price": "$71.99", - "shipping": 17.23, - "auction_end": null, - "bids": null, - "location": "United States", - "subtitles": [], - "condition": "Good - Refurbished", - "photo": "https://i.ebayimg.com/thumbs/images/g/MAAAAOSwhOViK4~8/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/D3cAAOSw3XxmTXQD/s-l140.webp", "rating": 4.5, - "rating_count": 328 + "rating_count": 75 }, { - "url": "https://www.ebay.com/itm/266263296388", - "title": "APPLE IPHONE 5S SILVER 16GB MODEL A1453 Locked", - "price": "$25.00", - "shipping": 19.95, + "url": "https://www.ebay.com/itm/335527059616", + "title": "Very Good Apple iPhone 6 16GB Verizon AT&T A1549 Gray batt 100%", + "price": "$32.97", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 5s", - "16 GB" + "Apple iPhone 6", + "16 GB", + "Unlocked" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/owUAAOSwNqJkZuyi/s-l300.webp", - "rating": null, - "rating_count": null + "photo": "https://i.ebayimg.com/images/g/I8IAAOSwHgVkYXbj/s-l140.webp", + "rating": 4.5, + "rating_count": 189 }, { - "url": "https://www.ebay.com/itm/325509210442", - "title": "IPhone 3G S Parts Phone Nonworking", - "price": "$16.50", - "shipping": 19.79, + "url": "https://www.ebay.com/itm/176498618459", + "title": "Apple iPhone 5s Space Gray black A1522 for parts", + "price": "$15.33", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [ - "Apple iPhone 3GS", - "16 GB", - "AT&T" - ], + "location": null, + "subtitles": [], "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/AH8AAOSwc0ljzp3J/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/5-QAAOSwWAVlkgHI/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/325679751240", - "title": "Lot Of 31 Cell Phone iPhone Blackberry Samsung Note Avant S4 S5 6S Bold Q10 READ", - "price": "$900.00", - "shipping": 60.03, + "url": "https://www.ebay.com/itm/286001687189", + "title": "Apple iPhone 6s Plus 16GB - Unlocked Smartphone, Grade B - Battery 72%", + "price": "$55.90", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Samsung Galaxy S5", + "We do not share IMEI for security reasons", + "Apple iPhone 6s Plus", "16 GB", - "AT&T" + "Unlocked" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/DfEAAOSwbT1kdMQz/s-l300.webp", - "rating": null, - "rating_count": null + "photo": "https://i.ebayimg.com/images/g/NQcAAOSwsTNmtSGK/s-l140.webp", + "rating": 4.5, + "rating_count": 53 }, { - "url": "https://www.ebay.com/itm/145086728897", - "title": "Apple iPhone 6s 16GB Space Gray (locked)", - "price": "$39.99", - "shipping": 26.23, + "url": "https://www.ebay.com/itm/405178966015", + "title": "New Listing", + "price": "$20.00", + "shipping": 8.44, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 6s", - "16 GB" + "Apple iPhone 5s", + "16 GB", + "Unlocked" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/mDAAAOSwKChkC6Hl/s-l300.webp", - "rating": null, - "rating_count": null + "photo": "https://i.ebayimg.com/images/g/vZQAAOSwI8RmxCBv/s-l140.webp", + "rating": 4.5, + "rating_count": 40 }, { - "url": "https://www.ebay.com/itm/225595297186", - "title": "IPhone 3GS 16GB 3.5\" Smartphone", - "price": "$25.00", - "shipping": 25.49, - "auction_end": "2023-06-07T13:15:00", - "bids": 0, - "location": "United States", + "url": "https://www.ebay.com/itm/365055372534", + "title": "Rare iOS 4.2.10 - Apple iPhone 4 CDMA - 16 GB - Black (Unlocked) A1349", + "price": "$49.99", + "shipping": 0.0, + "auction_end": null, + "bids": null, + "location": null, "subtitles": [ + "Apple iPhone 4 CDMA", "16 GB", "Unlocked" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/7iUAAOSwztxkc7XL/s-l300.webp", - "rating": 4.5, - "rating_count": 31 + "photo": "https://i.ebayimg.com/images/g/nJUAAOSwq5pmtQgq/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/115806535375", - "title": "Apple iPhone 4 - 16gb - black", - "price": "$10.00", - "shipping": 25.27, + "url": "https://www.ebay.com/itm/286023360819", + "title": "New Listing", + "price": "$28.00", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 4", - "16 GB", + "Apple iPhone 6", "AT&T" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/Z1QAAOSwGB9kU7Ye/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/MRYAAOSwRVRmxpvy/s-l140.webp", "rating": 4.5, - "rating_count": 1115 + "rating_count": 159 }, { - "url": "https://www.ebay.com/itm/283549414691", - "title": "iPhone 6 - Unlocked 16GB - Gray - Fair", - "price": "$44.00", - "shipping": 20.31, - "auction_end": null, - "bids": null, - "location": "United States", + "url": "https://www.ebay.com/itm/145961858642", + "title": "Apple iPhone 6 -A1549 - 16GB - Gray (Unlocked) (CDMA + GSM) Smartphone", + "price": "$12.50", + "shipping": 6.7, + "auction_end": "2024-08-24T08:38:00", + "bids": 9, + "location": null, "subtitles": [ "Apple iPhone 6", "16 GB", "Unlocked" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/I-0AAOSwXcpdLNmE/s-l300.webp", - "rating": 4.0, - "rating_count": 253 + "photo": "https://i.ebayimg.com/images/g/haEAAOSw4N5mw2Q-/s-l140.webp", + "rating": 4.5, + "rating_count": 189 }, { - "url": "https://www.ebay.com/itm/115815437296", - "title": "Lot of 6 Various Untested Cracked Smartphones 2 Samsung 2 iPhone Motorola PARTS", - "price": "$17.99", - "shipping": 39.74, + "url": "https://www.ebay.com/itm/296542572101", + "title": "PARTS ONLY Apple iPhone SE 2nd Gen- Gray", + "price": "$25.00", + "shipping": 5.99, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 6 Plus", - "16 GB" + "Apple iPhone SE (2nd Generation)", + "16 GB", + "Verizon" ], "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/mLQAAOSwRZ5kcARP/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/HAoAAOSwpmFmhMgr/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/195795668370", - "title": "Apple iPhone 5s - 16GB - Space Gray (Unlocked) A1533 (CDMA + GSM)", - "price": "$12.00", - "shipping": 27.65, - "auction_end": "2023-06-08T11:10:00", - "bids": 0, - "location": "United States", + "url": "https://www.ebay.com/itm/226276931959", + "title": "Apple iPhone 6S Model A1688 T-Mobile Damaged For Parts or Repair Only", + "price": "$12.99", + "shipping": 7.71, + "auction_end": null, + "bids": null, + "location": null, "subtitles": [ - "Apple iPhone 5s", + "Apple iPhone 6", "16 GB", - "Unlocked" + "T-Mobile" ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/6l0AAOSwiJ1kW~pc/s-l300.webp", - "rating": 4.5, - "rating_count": 70 + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/MM8AAOSwoFlmr5eo/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/325643068009", - "title": "iPhone 3GS Black 16GB Personal Phone Model A303 100% WORKS", - "price": "$43.50", - "shipping": 12.0, + "url": "https://www.ebay.com/itm/355934524373", + "title": "Apple iPhone 5 - 16 GB - Silver White Used", + "price": "$17.00", + "shipping": 5.07, "auction_end": null, "bids": null, - "location": "Austria", + "location": null, "subtitles": [ - "Apple iPhone 3G", - "16 GB" + "Apple iPhone 5", + "16 GB", + "T-Mobile" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/djYAAOSwHzZkU7df/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/t9wAAOSwcE1ms3cC/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/175751633144", - "title": "Apple iPhone 6s 16 GB (A1688 ~MKRR2LL/A) Unlocked ~Tested Working ~Phone Only~", - "price": "$47.50", - "shipping": 26.78, + "url": "https://www.ebay.com/itm/387297356809", + "title": "Apple iPhone 6s - 16 GB - Silver (iOS 9)", + "price": "$120.00", + "shipping": 8.44, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ "Apple iPhone 6s", "16 GB", "Unlocked" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/pzEAAOSwX31j2S5U/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/ih8AAOSwlJVmvY8F/s-l140.webp", "rating": 4.5, - "rating_count": 138 + "rating_count": 95 }, { - "url": "https://www.ebay.com/itm/325637722486", - "title": "New! Apple iPhone SE - 16GB - Space Gray (Unlocked) A1662 (CDMA + GSM) WORLD", - "price": "$199.00", - "shipping": 29.37, + "url": "https://www.ebay.com/itm/116298107663", + "title": "Lot Of (4) Apple: iPhone 5S 6S iPod iPad For parts Only please read", + "price": "$49.00", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone SE", - "16 GB", - "Unlocked" + "Apple iPhone 6s", + "16 GB" ], - "condition": "Brand New", - "photo": "https://i.ebayimg.com/thumbs/images/g/ZfYAAOSw2dJkTttg/s-l300.webp", - "rating": 4.5, - "rating_count": 328 + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/MCUAAOSwGBFmw~RU/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/374741263260", - "title": "New Listing", - "price": "$24.99", - "shipping": 27.29, - "auction_end": null, - "bids": null, - "location": "United States", - "subtitles": [ - "Apple iPhone 5c", - "16 GB", - "AT&T" - ], + "url": "https://www.ebay.com/itm/166922082216", + "title": "Apple iPhone 5 - 16GB - White & Silver - EXCELLENT - No SIM Card", + "price": "$14.99", + "shipping": 6.66, + "auction_end": "2024-08-23T06:00:00", + "bids": 0, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/pB4AAOSwHZ5kf6pL/s-l300.webp", - "rating": 3.5, - "rating_count": 5 + "photo": "https://i.ebayimg.com/images/g/UjEAAOSwtRVmtYdI/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/166102732985", - "title": "Apple iPhone SE 1st Generation - 16GB Silver Verizon Working condition", - "price": "$49.99", - "shipping": 27.42, - "auction_end": null, - "bids": null, - "location": "United States", + "url": "https://www.ebay.com/itm/166924074919", + "title": "Apple iPhone 5 - 16 GB - White and Silver (Verizon) TESTED AND WORKS", + "price": "$7.50", + "shipping": 6.03, + "auction_end": "2024-08-24T13:48:00", + "bids": 7, + "location": null, "subtitles": [ - "Apple iPhone SE", + "Apple iPhone 5", "16 GB", "Verizon" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/wVAAAOSwpDhkZN7x/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/YFAAAOSwJAxmwQvj/s-l140.webp", "rating": 4.5, - "rating_count": 31 + "rating_count": 241 }, { - "url": "https://www.ebay.com/itm/155443303516", - "title": "Apple iPhone 4S 16GB White MD866LL/A Smart Phone With Box Locked", - "price": null, - "shipping": null, + "url": "https://www.ebay.com/itm/355855992152", + "title": "Grade A Apple iPhone 5 16GB Black/White Fully Unlocked rare ios 6", + "price": "$41.98", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple", - "Apple iPhone 4s" - ], + "location": "from China", + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/2ucAAOSwZd5kB8yP/s-l300.webp", - "rating": null, - "rating_count": null + "photo": "https://i.ebayimg.com/images/g/CAgAAOSw~QdlgWMw/s-l140.webp", + "rating": 4.5, + "rating_count": 23 }, { - "url": "https://www.ebay.com/itm/166134881159", - "title": "Apple iPhone 5s - 16GB - Gold (Unlocked) A1453 (CDMA + GSM) - Original Box!", - "price": "$30.00", - "shipping": 31.8, + "url": "https://www.ebay.com/itm/266955567157", + "title": "Apple iPhone 6S 4G GSM Unlocked 16GB Gray Excellent Condition", + "price": "$64.99", + "shipping": null, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], + "condition": "Open Box", + "photo": "https://i.ebayimg.com/images/g/BXUAAOSwRLpmvj2w/s-l140.webp", + "rating": null, + "rating_count": null + }, + { + "url": "https://www.ebay.com/itm/335541173976", + "title": "New Listing", + "price": "$25.00", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 5s", + "Apple iPhone 6 Plus", "16 GB", "Unlocked" ], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/~ncAAOSw9zRl1tGq/s-l140.webp", + "rating": 4.0, + "rating_count": 62 + }, + { + "url": "https://www.ebay.com/itm/155825380958", + "title": "Apple iPhone SE 2016 1st Generation Unlocked 16, 32, 64, 128 GB", + "price": "$55.99", + "shipping": 0.0, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/VSMAAOSwEt5kdWDv/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/md4AAOSw7X1lKAhP/s-l140.webp", "rating": 4.5, - "rating_count": 47 + "rating_count": 272 }, { - "url": "https://www.ebay.com/itm/175760747770", - "title": "New Listing", - "price": "$59.95", - "shipping": 15.18, + "url": "https://www.ebay.com/itm/276583860050", + "title": "Apple iPhone 5 - 16GB - White & Silver (Unlocked) New w/ Dead Battery", + "price": "$200.00", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone SE", + "Apple iPhone 5", "16 GB", - "Verizon" + "Unlocked" ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/rKIAAOSwB01kf6Zn/s-l300.webp", - "rating": 5.0, - "rating_count": 123 + "condition": "Open Box", + "photo": "https://i.ebayimg.com/images/g/vMQAAOSwY01msswP/s-l140.webp", + "rating": 4.5, + "rating_count": 520 }, { - "url": "https://www.ebay.com/itm/314608286158", - "title": "Apple iPhone 1st Generation 2G- 16GB- Black - A1203 (GSM)", - "price": "$109.99", - "shipping": 27.17, + "url": "https://www.ebay.com/itm/156333756688", + "title": "Apple iPhone 5C - 16GB - Blue - Cellular (Verizon) and WiFi ** READ**", + "price": "$25.00", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone (1st Generation)", + "Apple iPhone 5c", "16 GB", - "AT&T" + "Verizon" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/NHYAAOSwxrpkbSkH/s-l300.webp", - "rating": 5.0, - "rating_count": 5 + "photo": "https://i.ebayimg.com/images/g/bVgAAOSwk3pmrECU/s-l140.webp", + "rating": 4.5, + "rating_count": 131 }, { - "url": "https://www.ebay.com/itm/145119768093", - "title": "Apple iPhone 4s 16gb MD276LL/A A1387 Smartphone, Untested, Sold As-Is for Parts", - "price": "$11.99", - "shipping": 25.66, + "url": "https://www.ebay.com/itm/186469016390", + "title": "Mixed lot of 5 APPLE IPHONE 5, 5s, SE 16GB & 64GB UNLOCKED Various Battery Life", + "price": "$125.00", + "shipping": 11.7, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 4s", - "16 GB" + "64 GB", + "Unlocked" ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/pYUAAOSwq09kemwB/s-l300.webp", + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/b8kAAOSw6VNmWizc/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/334794768078", - "title": "Apple A1634 iPhone 6s Plus, 16GB - Rose Gold (AT&T) [MKW82LL/A]", - "price": "$54.99", - "shipping": 16.91, + "url": "https://www.ebay.com/itm/394993601059", + "title": "New UNOPENED Apple iPhone SE - 16/64GB 4.0\" Unlocked UNLOCKED Smartphone", + "price": "$100.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [ - "Apple iPhone 6s Plus", - "16 GB", - "AT&T" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/lZkAAOSw9ZlkFG5-/s-l300.webp", - "rating": 4.5, - "rating_count": 65 + "location": "from Hong Kong", + "subtitles": [], + "condition": "Brand New", + "photo": "https://i.ebayimg.com/images/g/l9EAAOSwTJ9lUCLC/s-l140.webp", + "rating": 5.0, + "rating_count": 24 }, { - "url": "https://www.ebay.com/itm/266264402478", - "title": "Apple iPhone 4S A1387 (Verizon) MD276LL/A - Black 16 GB w/ Box", - "price": "$49.99", - "shipping": 29.25, + "url": "https://www.ebay.com/itm/355951912471", + "title": "Apple iPhone 6", + "price": "$19.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "16 GB", - "Verizon" + "Apple iPhone 6", + "16 GB" ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/7iIAAOSwWCVkaCy2/s-l300.webp", - "rating": 4.5, - "rating_count": 516 + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/~ggAAOSwO2Jmu83-/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/166113480615", - "title": "Apple iPhone 6s Plus - 16GB - Gold (Unlocked) A1687 (CDMA + GSM)", - "price": "$179.99", - "shipping": 21.03, + "url": "https://www.ebay.com/itm/126624461843", + "title": "Apple iPhone 5s - 16 GB - Silver (Straight Talk) (Used and in Great Shape)", + "price": "$20.00", + "shipping": 5.15, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 6s Plus", + "Apple iPhone 5s", "16 GB", - "Unlocked" + "Straight Talk" ], - "condition": "Brand New", - "photo": "https://i.ebayimg.com/thumbs/images/g/-boAAOSws0hkapL~/s-l300.webp", + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/aLkAAOSwf8tmsXnl/s-l140.webp", "rating": 4.5, - "rating_count": 46 + "rating_count": 2 }, { - "url": "https://www.ebay.com/itm/385638252272", - "title": "iOS 3.1.3 iPhone 2G First Gen 8GB A1203 (GSM) Collectible", - "price": "$94.69", - "shipping": 21.28, + "url": "https://www.ebay.com/itm/176533152844", + "title": "Apple iPhone 6 16GB Unlocked AT&T T-Mobile Verizon Smartphone", + "price": "$44.99", + "shipping": 6.79, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [ - "Apple iPhone (1st Generation)", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/xTAAAOSwDFhkb-1y/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/l~wAAOSwSe9mw6ux/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/145120856285", - "title": "Apple iPhone SE - 16GB - Rose Gold (Unlocked) A1662 (CDMA + GSM)", - "price": "$17.60", - "shipping": 35.41, - "auction_end": "2023-06-11T17:30:00", - "bids": 0, - "location": "United States", + "url": "https://www.ebay.com/itm/256599371744", + "title": "Apple iPhone 5 - 16 GB - Black/Slate - Unlocked - Good Condition - A1429", + "price": "$24.99", + "shipping": 0.0, + "auction_end": null, + "bids": null, + "location": null, "subtitles": [ - "Apple iPhone SE", + "Apple iPhone 5", "16 GB", "Unlocked" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/yNgAAOSwJ19kfSt4/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/lrEAAOSwINRmt9NB/s-l140.webp", "rating": 4.5, - "rating_count": 203 + "rating_count": 33 }, { - "url": "https://www.ebay.com/itm/275876353418", - "title": "Apple iPhone 5s (A1533) 16GB Gold (T-Mobile) Very Good", - "price": "$22.95", - "shipping": 27.86, + "url": "https://www.ebay.com/itm/126533454437", + "title": "Apple iPhone 6/6 Plus/6s/6s Plus 16/32/64/128GB UNLOCKED(any carrier) All Colour", + "price": "$57.98", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "AT&T" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/EccAAOSwFaRkdLZR/s-l300.webp", + "location": "from China", + "subtitles": [], + "condition": "Open Box", + "photo": "https://i.ebayimg.com/images/g/cK4AAOSwYgFmcANu/s-l140.webp", "rating": 4.5, - "rating_count": 158 + "rating_count": 100 }, { - "url": "https://www.ebay.com/itm/374712923369", - "title": "Apple iPhone 5s Space Gray Cell Phone Smartphone, 16GB ATT AT&T A1533 ME305LL/A", - "price": "$29.99", - "shipping": 20.05, + "url": "https://www.ebay.com/itm/166912602530", + "title": "Apple iPhone 6 16GB Unlocked MG4N2LL/A Space Gray Battery 51%", + "price": "$30.00", + "shipping": 4.43, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "AT&T" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/0KwAAOSwZMNkbAcY/s-l300.webp", - "rating": 4.5, - "rating_count": 490 + "photo": "https://i.ebayimg.com/images/g/dZsAAOSwemFmt5n6/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/145081913965", - "title": "Apple iPhone SE 1st Gen. (A1662) 16GB - Space Gray (Unlocked) - CRACKED - Q1055", - "price": "$35.99", - "shipping": 14.72, + "url": "https://www.ebay.com/itm/176514160665", + "title": "Apple iPhone 3G Black (16GB) Model A1241", + "price": "$25.99", + "shipping": 3.99, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone SE", + "Apple iPhone 3G", "16 GB", - "Unlocked" + "AT&T" ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/vyYAAOSwZk5j-QKe/s-l300.webp", + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/bXoAAOSwictmorPD/s-l140.webp", "rating": 4.5, - "rating_count": 328 + "rating_count": 20 }, { - "url": "https://www.ebay.com/itm/325647591525", - "title": "Apple iPhone 5s. 16GB a-1533. Gray. Read Description", - "price": "$4.99", - "shipping": 24.56, + "url": "https://www.ebay.com/itm/405180718923", + "title": "Apple iPhone 5c - 8GB 16GB 32GB - Green Unlocked AT&T T-Mobile Verizon A1532", + "price": "$13.77", + "shipping": 5.0, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 5s", - "16 GB" + "Apple iPhone 5c", + "32 GB", + "Unlocked" ], "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/tSEAAOSw2eFi1Y-W/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/ejUAAOSw3mtmxSPF/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/256082897336", - "title": "Apple iPhone 4 - 16GB - A1349 (CDMA) iOS 4.2.6", - "price": "$125.00", - "shipping": 27.45, - "auction_end": null, - "bids": null, - "location": "United States", + "url": "https://www.ebay.com/itm/196570419393", + "title": "Apple iPhone 5s - 16 GB - Space Gray (Unlocked) A1533 (CDMA + GSM)", + "price": "$9.00", + "shipping": 10.6, + "auction_end": "2024-08-26T17:00:00", + "bids": 0, + "location": null, "subtitles": [ - "Apple iPhone 4", + "Apple iPhone 5s", "16 GB", - "Verizon" + "Unlocked" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/m~kAAOSwObJkaZKm/s-l300.webp", - "rating": 4.5, - "rating_count": 990 + "photo": "https://i.ebayimg.com/images/g/I3kAAOSw0SVmw70l/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/285190804591", - "title": "Apple iPhone 4S White Smartphone. Great condition, pswd locked.", - "price": "$49.50", - "shipping": 26.07, + "url": "https://www.ebay.com/itm/235697645655", + "title": "Apple iPhone 3GS - 16GB - White (AT&T) A1303 (GSM)", + "price": "$44.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [ - "Apple iPhone (1st Generation)", - "16 GB" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/y-MAAOSwjkxjvbzq/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/EakAAOSwqR1mvYoc/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/334877964690", - "title": "Apple iPhone 5 A1428 Slate Black 16GB Unlocked Touch Screen IOS Smartphone", - "price": "$19.99", - "shipping": 19.86, + "url": "https://www.ebay.com/itm/355678323008", + "title": "Lot of 14 iPhone 7 For Parts Only", + "price": "$299.99", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 5", - "16 GB", - "Unlocked" + "Apple iPhone 7", + "16 GB" ], "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/wlMAAOSwWL9kZMet/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/K3oAAOSwQTVmMRzt/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/166153833278", - "title": "New Listing", - "price": "$47.99", - "shipping": 20.39, + "url": "https://www.ebay.com/itm/387308144904", + "title": "Apple iPhone 6 16GB 128GB LTE 4G Unlocked Verizon (GSM + CDMA) Free Return iOS", + "price": "$47.00", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [ - "Apple iPhone SE", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/CL8AAOSwj9hkf0o8/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/IqgAAOSw0aFmwkPW/s-l140.webp", "rating": 4.5, - "rating_count": 328 + "rating_count": 386 }, { - "url": "https://www.ebay.com/itm/225554407455", - "title": "Apple iPhone 5s A1533 16GB Unlocked Fair Condition Check IMEI Lot of 2", - "price": "$43.95", - "shipping": 20.31, + "url": "https://www.ebay.com/itm/296639538864", + "title": "Apple iPhone 5s - 16 GB - Gray (Single SIM) With Box", + "price": "$34.95", + "shipping": 9.0, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ "Apple iPhone 5s", "16 GB", "Unlocked" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/-i4AAOSwLwVkelDE/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/YywAAOSw8rtmwoTk/s-l140.webp", "rating": 4.5, - "rating_count": 817 + "rating_count": 40 }, { - "url": "https://www.ebay.com/itm/134587337600", - "title": "Apple iPhone 5s (A1453) 16GB - Space Gray (Unlocked) Smartphone - iOS 7.1.1", - "price": "$163.99", - "shipping": 18.58, + "url": "https://www.ebay.com/itm/176429709316", + "title": "Apple Iphone 6 Plus - A1522 - 16GB - Silver (Unlocked) - 97% Battery", + "price": "$49.95", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 5s", + "Apple iPhone 6 Plus", "16 GB", "Unlocked" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/kPQAAOSwdkZkcREc/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/BQoAAOSwGUVmcKgU/s-l140.webp", "rating": 4.5, - "rating_count": 74 + "rating_count": 46 }, { - "url": "https://www.ebay.com/itm/125923117032", - "title": "Apple iPhone 5s - 16GB - Space Gray (Unlocked) A1453 (CDMA + GSM)", - "price": "$45.00", - "shipping": 29.33, + "url": "https://www.ebay.com/itm/126604478686", + "title": "Apple iPhone 4S Black 16GB-Factory New Open Box With Original Apple Accessories", + "price": "$179.98", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "Unlocked" + "Apple iPhone 4s", + "16 GB" ], "condition": "Open Box", - "photo": "https://i.ebayimg.com/thumbs/images/g/Z7cAAOSwk1RkJz-c/s-l300.webp", - "rating": 4.5, - "rating_count": 74 + "photo": "https://i.ebayimg.com/images/g/-DYAAOSwHAFmSiZS/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/175681858107", - "title": "(6) Apple iphone 6s lot smartphones parts only Read description", - "price": "$29.00", - "shipping": 20.03, + "url": "https://www.ebay.com/itm/355938071025", + "title": "Factory Unlocked Apple iPhone 6s 16GB Silver MG5X2LL/A", + "price": "$44.99", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ "Apple iPhone 6s", "16 GB" ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/ivMAAOSwnD5kMXun/s-l300.webp", - "rating": null, - "rating_count": null + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/crUAAOSwWaVmtSZD/s-l140.webp", + "rating": 4.5, + "rating_count": 361 }, { - "url": "https://www.ebay.com/itm/325640257768", - "title": "For Parts Only Apple iPhone SE Grey A1662 For Parts Only No Warranty", - "price": "$16.99", - "shipping": 19.8, + "url": "https://www.ebay.com/itm/196437531641", + "title": "Apple iPhone 5 iOS 6 6.1.4 16GB Black Slate Unlocked A1428 Very Rare Read Desc", + "price": "$160.00", + "shipping": 6.09, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone SE", + "Apple iPhone 5", "16 GB", "Unlocked" ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/dYEAAOSwZI5kUWJX/s-l300.webp", - "rating": 4.0, - "rating_count": 5 + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/ru4AAOSwLShmLqIK/s-l140.webp", + "rating": 4.5, + "rating_count": 583 }, { - "url": "https://www.ebay.com/itm/225512445523", - "title": "Apple iPhone 6 - 16GB - Black - Verizon A 1586", - "price": "$30.00", - "shipping": 20.05, + "url": "https://www.ebay.com/itm/224668553918", + "title": "Apple iPhone 4 - 16GB - White (Verizon) A1349 (CDMA) MC677LL", + "price": "$33.50", + "shipping": 4.31, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 6", + "Apple iPhone 4", "16 GB", - "Unlocked" + "Verizon" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/MWQAAOSwlpNkLPlY/s-l300.webp", - "rating": null, - "rating_count": null + "photo": "https://i.ebayimg.com/images/g/otIAAOSwOwFhfWz2/s-l140.webp", + "rating": 4.5, + "rating_count": 312 }, { - "url": "https://www.ebay.com/itm/185913853245", - "title": "Apple iPhone 6 16GB Silver A1549 (T-Mobile) - No Sims Card", - "price": "$19.99", - "shipping": 30.51, + "url": "https://www.ebay.com/itm/264962271761", + "title": "(BRAND NEW) RARE APPLE IPHONE 4S 16GB WHITE GSM MC920LL/A - FREE SHIPPING", + "price": "$299.00", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [ - "Apple iPhone 6", - "16 GB", - "T-Mobile" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/NqQAAOSwHcJkYraE/s-l300.webp", - "rating": 3.0, - "rating_count": 2 - }, - { - "url": "https://www.ebay.com/itm/266286559412", - "title": "Apple iPhone s and Ipad for parts not working or locked.", - "price": "$8.00", - "shipping": 31.08, - "auction_end": "2023-06-12T06:18:00", - "bids": 0, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 5s", + "Apple iPhone 4s", "16 GB", "AT&T" ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/TEgAAOSwKmVkRnKk/s-l300.webp", - "rating": null, - "rating_count": null + "condition": "Brand New", + "photo": "https://i.ebayimg.com/images/g/3iQAAOSw00VfyIYD/s-l140.webp", + "rating": 4.5, + "rating_count": 142 }, { - "url": "https://www.ebay.com/itm/256047363686", - "title": "Apple iPhone 6S Model A1688 Cracked Screen for parts or repair As is", - "price": "$9.99", - "shipping": 28.66, + "url": "https://www.ebay.com/itm/166922607706", + "title": "Apple iPhone 4s - 16 GB - Black - Excellent Condition - Original Packaging", + "price": "$22.50", + "shipping": 6.03, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 6", - "16 GB" + "Apple iPhone 4s", + "16 GB", + "Unlocked" ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/BsUAAOSwaeZkN285/s-l300.webp", - "rating": null, - "rating_count": null + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/ptQAAOSwm4dmv7xb/s-l140.webp", + "rating": 4.5, + "rating_count": 557 }, { - "url": "https://www.ebay.com/itm/175680818394", - "title": "(5) Apple iphone 6s plus lot smartphones parts only Read description", - "price": "$45.00", - "shipping": 20.33, + "url": "https://www.ebay.com/itm/142206732185", + "title": "Apple iPhone 5C 16GB Unlocked GSM White A1532 Good", + "price": "$24.95", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 6s Plus", - "16 GB" + "Apple iPhone 5c", + "16 GB", + "Unlocked" ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/8pYAAOSwJMdkMEw2/s-l300.webp", + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/I-MAAOSwMmBVzlFM/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/364290323749", - "title": "New Listing", - "price": "$44.90", - "shipping": 20.33, + "url": "https://www.ebay.com/itm/387114886059", + "title": "Apple iPhone 6 128GB 64GB 16GB (Gray , Gold) Unlocked Verizon 4G Very Good!", + "price": "$44.00", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/tLgAAOSwf1lkfw1Z/s-l300.webp", - "rating": null, - "rating_count": null + "photo": "https://i.ebayimg.com/images/g/O7AAAOSwVLlmeUdS/s-l140.webp", + "rating": 4.5, + "rating_count": 88 }, { - "url": "https://www.ebay.com/itm/134601894112", - "title": "New Listing", - "price": "$49.99", - "shipping": 20.43, + "url": "https://www.ebay.com/itm/155669346502", + "title": "90% N ew iOS 6 FULL working Apple iPhone 5 16GB unlcoked Black /Silver mobile", + "price": "$49.00", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [ - "Apple iPhone 6 Plus", - "16 GB", - "Unlocked" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/~UQAAOSwfvVkf47h/s-l300.webp", + "location": "from China", + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/uT0AAOSwS6Zks9M5/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/334900129436", - "title": "Black Apple iPhone Model A1387 w/ Accessory Bundle Lot", - "price": "$34.99", - "shipping": 25.79, + "url": "https://www.ebay.com/itm/135142391404", + "title": "30x Lot Apple iPhone 6+ 6 Plus 16GB 64GB - Silver Mixed Carrier w/ Issues 7N", + "price": "$269.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 4s", - "16 GB" + "Apple iPhone 6 Plus", + "64 GB", + "Unlocked" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/1EcAAOSwfQ1kfckb/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/UikAAOSwfLtmjy09/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/175760964163", - "title": "New Listing", - "price": "$42.00", - "shipping": 31.23, + "url": "https://www.ebay.com/itm/404876789736", + "title": "Working Apple iPhone 3G(iPhone 2rd generation) Fully UNLOCKED Black/White 8/16GB", + "price": "$42.98", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [ - "Apple iPhone 6 Plus", - "16 GB", - "AT&T" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/OEQAAOSw-gRiBI-N/s-l300.webp", + "location": "from China", + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/KmwAAOSw9Ehl~S7H/s-l140.webp", "rating": 4.0, - "rating_count": 61 + "rating_count": 668 }, { - "url": "https://www.ebay.com/itm/256014356802", - "title": "Apple iPhone 3GS - 16GB - Black (AT&T) A1303 (GSM)", - "price": "$40.00", - "shipping": 31.89, - "auction_end": null, - "bids": null, - "location": "United States", + "url": "https://www.ebay.com/itm/405180202196", + "title": "Apple iPhone 5c - 16 GB - White (Verizon)", + "price": "$6.00", + "shipping": 6.03, + "auction_end": "2024-08-27T10:00:00", + "bids": 2, + "location": null, "subtitles": [ - "Apple iPhone 3GS", + "Apple iPhone 5c", "16 GB", - "AT&T" + "Verizon" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/EtQAAOSwXYdkFcIJ/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/NBwAAOSwTKNmxMsB/s-l140.webp", "rating": 4.5, - "rating_count": 79 + "rating_count": 239 }, { - "url": "https://www.ebay.com/itm/134534928828", - "title": "Fully Working IOS 1.0 Apple iphone 1st generation 4GB 8GB 16GB Unlocked 2G GSM", - "price": "$97.00", + "url": "https://www.ebay.com/itm/126249126403", + "title": "Apple iPhone 5S Black 16GB - A1533 - #4", + "price": "$27.59", "shipping": 0.0, "auction_end": null, "bids": null, - "location": "China", - "subtitles": [], + "location": null, + "subtitles": [ + "Apple iPhone 5s", + "16 GB" + ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/58UAAOSwKp1kPRaj/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/r2EAAOSw2~5lhpGl/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/404320307186", - "title": "New Listing", - "price": "$59.99", - "shipping": 10.0, + "url": "https://www.ebay.com/itm/286003713986", + "title": "iPhone 5", + "price": "$15.00", + "shipping": 4.68, "auction_end": null, "bids": null, - "location": "China", + "location": null, "subtitles": [ - "Apple iPhone 5", + "Apple iPhone 5s", "16 GB", "Unlocked" ], - "condition": "Open Box", - "photo": "https://i.ebayimg.com/thumbs/images/g/mBMAAOSw0uJkfaz4/s-l300.webp", + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/YfAAAOSwjsNmtpCy/s-l140.webp", "rating": 4.5, - "rating_count": 517 + "rating_count": 7 }, { - "url": "https://www.ebay.com/itm/274944695902", - "title": "Apple iPhone 6s / 6s Plus 16/64/128GB Factory Unlocked T-Mobile AT&T Verizon", - "price": "$58.76", - "shipping": 0.0, + "url": "https://www.ebay.com/itm/315309408746", + "title": "2009 Apple iPhone 3GS 16GB White In Box Working", + "price": "$149.75", + "shipping": 15.7, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/w0sAAOSw-lhhPvS4/s-l300.webp", - "rating": 4.5, - "rating_count": 138 - }, - { - "url": "https://www.ebay.com/itm/204355579619", - "title": "*AS-IS* Lot of 8 Apple iPhone 6S A1633/A1688 16GB Smartphones (R2837)", - "price": "$39.95", - "shipping": 89.4, - "auction_end": "2023-06-08T14:09:00", - "bids": 0, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 6s", - "16 GB", - "Unlocked" + "Apple iPhone 3GS", + "16 GB" ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/qxsAAOSwI1xkeQkF/s-l300.webp", + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/0RcAAOSwEHJmJBj2/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/155381097344", - "title": "Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used", - "price": "$42.88", - "shipping": 17.5, + "url": "https://www.ebay.com/itm/266910684269", + "title": "Apple iPhone 5S A1453 16GB Space Gray Unlocked W000350", + "price": "$18.69", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 3GS", + "Free Shipping, Sell As Is", + "Apple iPhone 5s", "16 GB", - "AT&T" + "Unlocked" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/jxcAAOSw-5dj1I~O/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/bjIAAOSwBKRmmRjR/s-l140.webp", "rating": 4.5, - "rating_count": 79 + "rating_count": 74 }, { - "url": "https://www.ebay.com/itm/314221255668", - "title": "Apple iPhone 3GS - 16GB - Black (Unlocked) A1303 (GSM)", - "price": "$44.08", - "shipping": 5.99, + "url": "https://www.ebay.com/itm/266851191019", + "title": "iPhone 5 - Used, Untested, with Original Box", + "price": "$14.99", + "shipping": 9.99, "auction_end": null, "bids": null, - "location": "China", + "location": null, "subtitles": [ - "Apple iPhone 3GS", - "16 GB", - "Unlocked" + "Apple iPhone 5", + "16 GB" ], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/skcAAOSw6XtmZMm8/s-l140.webp", + "rating": null, + "rating_count": null + }, + { + "url": "https://www.ebay.com/itm/404932204194", + "title": "Original&Working Apple iPhone 1st gen(iPhone 2G) UNLOCKED 4/8/16GB A1203 3.5''", + "price": "$89.99", + "shipping": 0.0, + "auction_end": null, + "bids": null, + "location": "from China", + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/P0sAAOSwU2pjacsT/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/rpIAAOSwzW9mIjtK/s-l140.webp", "rating": 4.5, - "rating_count": 31 + "rating_count": 418 }, { - "url": "https://www.ebay.com/itm/195793725126", - "title": "Apple iPhone 5s - 16GB - Space Gray (Unlocked) A1533 (CDMA + GSM)", - "price": "$12.00", - "shipping": 27.65, - "auction_end": "2023-06-07T11:10:00", - "bids": 0, - "location": "United States", + "url": "https://www.ebay.com/itm/165950304642", + "title": "Apple iPhone 4s - 16GB - Black white (Unlocked) (CDMA + GSM) IOS6 Sealed", + "price": "$38.00", + "shipping": 9.0, + "auction_end": null, + "bids": null, + "location": "from China", "subtitles": [ - "Apple iPhone 5s", + "Apple iPhone 4s", "16 GB", "Unlocked" ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/broAAOSw5d1kLInp/s-l300.webp", + "condition": "Brand New", + "photo": "https://i.ebayimg.com/images/g/-bcAAOSwQ3Rj9J2m/s-l140.webp", "rating": 4.5, - "rating_count": 70 + "rating_count": 557 }, { - "url": "https://www.ebay.com/itm/266279684104", - "title": "Apple iPhone 5 - 16GB - White & Silver (locked) A1429 (CDMA + GSM)", - "price": "$1.00", - "shipping": 22.65, - "auction_end": "2023-06-10T18:00:00", - "bids": 1, - "location": "United States", + "url": "https://www.ebay.com/itm/196557216461", + "title": "Apple iPhone 5 Very Rare iOS 6 6.1.4 16GB Black & Slate Unlocked A1428 Collector", + "price": "$200.00", + "shipping": 6.76, + "auction_end": null, + "bids": null, + "location": null, "subtitles": [ "Apple iPhone 5", "16 GB", "Unlocked" ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/izwAAOSwlA9kVVA5/s-l300.webp", + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/9D8AAOSwGNtmujj7/s-l140.webp", "rating": 4.5, - "rating_count": 22 + "rating_count": 583 }, { - "url": "https://www.ebay.com/itm/164567645143", - "title": "[NEW IN BOX] iPhone 4 - 16GB - Factory Unlocked - Unactivated RARE COLLECTIBLE!", - "price": "$299.99", - "shipping": 23.73, + "url": "https://www.ebay.com/itm/334868893136", + "title": "\ud83d\udcf1 Apple iPhone 5 16/32/64GB - Unlocked Black white Grade A Condition IOS10\ud83d\udcf1", + "price": "$26.00", + "shipping": 6.0, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [ - "Apple iPhone 4", - "16 GB", - "Unlocked" - ], - "condition": "Brand New", - "photo": "https://i.ebayimg.com/thumbs/images/g/k4wAAOSwcMlfz~Lt/s-l300.webp", - "rating": 2.5, - "rating_count": 3 + "location": "from China", + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/5AoAAOSwDPdkXLT9/s-l140.webp", + "rating": 4.5, + "rating_count": 23 }, { - "url": "https://www.ebay.com/itm/204360450474", - "title": "New Listing", - "price": "$39.99", - "shipping": 20.24, + "url": "https://www.ebay.com/itm/385868027985", + "title": "90% N ew Fully Functional Apple iPhone 5c - 8GB/16GB/32GB (Unlocked) GSM / CDMA", + "price": "$35.00", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [ - "Apple iPhone 6", - "16 GB", - "Verizon" - ], + "location": "from China", + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/0BIAAOSw2Rhjd9A~/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/qloAAOSwTNlkx3nh/s-l140.webp", "rating": 4.5, - "rating_count": 701 + "rating_count": 2 }, { - "url": "https://www.ebay.com/itm/285318563934", - "title": "Apple iPhone 6s Plus - 16GB - Silver (Unlocked) A1634 (CDMA + GSM)", - "price": "$75.00", - "shipping": 35.9, + "url": "https://www.ebay.com/itm/387302741092", + "title": "Apple iPhone 6 16GB 64GB 128GB Fully Unlocked Verizon Att Gold / Gray Very Good", + "price": "$47.00", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [ - "Apple iPhone 6s Plus", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/spgAAOSw0ElkfslY/s-l300.webp", - "rating": 4.5, - "rating_count": 53 + "photo": "https://i.ebayimg.com/images/g/ApUAAOSw9lVmv-li/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/145122121498", - "title": "Apple iPhone 5s (A1453) 16GB (Unlocked) Smartphone - POOR CONDITION - Q3827", - "price": "$30.99", - "shipping": 14.63, + "url": "https://www.ebay.com/itm/365013437849", + "title": "Apple iPhone 5s - 16GB - Gray (Japan - Unlocked) A1453 (CDMA) Factory Reset", + "price": "$29.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ "Apple iPhone 5s", "16 GB", "Unlocked" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/S6MAAOSw0zVkfjUy/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/wvgAAOSwSrBmkz9V/s-l140.webp", "rating": 4.5, - "rating_count": 47 + "rating_count": 53 }, { - "url": "https://www.ebay.com/itm/235028087098", - "title": "Apple IPhone 4S A1387 16GB - Works, Except For Top Button", - "price": "$20.00", - "shipping": 28.36, + "url": "https://www.ebay.com/itm/355873557475", + "title": "LOT OF TEN USED WHITE GSM UNLOCKED APPLE iPhone 5C, 16GB A1532 ME505LL/A PHONES", + "price": "$239.99", + "shipping": 10.95, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 4s", - "16 GB" + "Apple iPhone 5c", + "16 GB", + "Unlocked" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/-FoAAOSwtqFkcj29/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/BYIAAOSwO6lmlmXR/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/266285998799", - "title": "Lot of 3 - Apple iPhone 6 6S - 16GB - A1688 - Gray - IC LOCKED", - "price": "$16.49", - "shipping": 19.79, + "url": "https://www.ebay.com/itm/405172529996", + "title": "Apple iPhone 6s Plus 64GB Silver A1687 CDMA + GSM MKV92LL/A", + "price": "$13.50", + "shipping": 8.45, + "auction_end": "2024-08-23T19:32:00", + "bids": 3, + "location": null, + "subtitles": [ + "Apple iPhone 6s Plus", + "16 GB", + "Boost Mobile" + ], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/ZuwAAOSw6WNmwAuU/s-l140.webp", + "rating": 5.0, + "rating_count": 1 + }, + { + "url": "https://www.ebay.com/itm/156308566816", + "title": "Apple iPhone S Gray A1688 No Power *read", + "price": "$19.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ "Apple iPhone 6s", - "32 GB" + "16 GB" ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/NHkAAOSwolhkfVvU/s-l300.webp", + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/nJwAAOSwUC1ml-oJ/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/155571859094", - "title": "Lot of (30) Apple A1533 / IPhone 5s , 16GB, Locked / Good Screens.", - "price": "$149.99", - "shipping": 61.77, + "url": "https://www.ebay.com/itm/296510026117", + "title": "Rare Apple iPhone 3GS -8GB - Black (DOES NOT TURN ON) A1303 (GSM) 16GB Box", + "price": "$35.95", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "16 GB" + "Apple iPhone 3GS", + "8 GB", + "Unlocked" ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/b5EAAOSwCKxkboVx/s-l300.webp", - "rating": null, - "rating_count": null + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/R3QAAOSw3CRmfJn-/s-l140.webp", + "rating": 4.5, + "rating_count": 569 + }, + { + "url": "https://www.ebay.com/itm/196566724599", + "title": "Apple iPhone SE - 64GB - Gold (Unlocked) A1662(CDMA + GSM)", + "price": "$25.00", + "shipping": 10.6, + "auction_end": "2024-08-24T17:30:00", + "bids": 0, + "location": null, + "subtitles": [ + "Apple iPhone SE", + "16 GB", + "Unlocked" + ], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/BXoAAOSwNHlmwRC0/s-l140.webp", + "rating": 5.0, + "rating_count": 55 }, { - "url": "https://www.ebay.com/itm/155578479159", - "title": "Lot of 37 Iphone 5 5c 5s (Unknown) Smartphone Fast Ship Parts Repair {BROKEN}", - "price": "$149.88", - "shipping": 18.71, + "url": "https://www.ebay.com/itm/387250523820", + "title": "LOT OF FIVE USED WHITE GSM UNLOCKED APPLE iPhone 5C, 16GB A1532 ME505LL/A PHONES", + "price": "$119.99", + "shipping": 8.95, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ "Apple iPhone 5c", - "16 GB" + "16 GB", + "Unlocked" ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/l08AAOSwyqBkc7bi/s-l300.webp", + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/4sMAAOSwGDlmqVcJ/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/145123757104", - "title": "New Listing", - "price": "$39.95", - "shipping": 22.41, + "url": "https://www.ebay.com/itm/355768148313", + "title": "Apple iPhone 3GS(iPhone 3rd gen) 8/16/32GB Black/White UNLOCKED Good Condition", + "price": "$41.50", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": "from China", + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/atQAAOSw3UplM1-~/s-l140.webp", + "rating": 4.0, + "rating_count": 205 + }, + { + "url": "https://www.ebay.com/itm/145961875566", + "title": "Apple iPhone 6 Plus - 16GB - Gray (Unlocked) A1524 (CDMA + GSM)", + "price": "$3.25", + "shipping": 6.7, + "auction_end": "2024-08-24T09:05:00", + "bids": 5, + "location": null, "subtitles": [ - "Apple iPhone 5s", + "Apple iPhone 6 Plus", "16 GB", - "Verizon" + "Unlocked" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/ucEAAOSwV2hkf3J-/s-l300.webp", - "rating": 5.0, - "rating_count": 3 + "photo": "https://i.ebayimg.com/images/g/E28AAOSwJJFmw2yH/s-l140.webp", + "rating": 4.5, + "rating_count": 100 }, { - "url": "https://www.ebay.com/itm/155265390673", - "title": "Apple iPhone 5S 16/32/64GB All Colors GSM UNLOCKED Good Condition", - "price": "$40.49", - "shipping": 14.81, + "url": "https://www.ebay.com/itm/387286232501", + "title": "Apple iPhone 6s Silver Space Gray 128GB 16GB 32GB 64GB Unlocked Verizon 4G LTE", + "price": "$47.00", + "shipping": null, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/-TMAAOSw4i1jeIxT/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/O~wAAOSwBERmuLs9/s-l140.webp", "rating": 4.5, - "rating_count": 6 + "rating_count": 45 }, { - "url": "https://www.ebay.com/itm/175726866652", - "title": "Apple iPhone 3GS - 16GB - Black (AT&T) A1303 (GSM) FREE SHIPPING", - "price": "$34.99", - "shipping": 20.14, + "url": "https://www.ebay.com/itm/116290354592", + "title": "Apple iPhone 6 Plus - 16 GB - Silver (T-Mobile) - Works Great", + "price": "$39.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 3GS", + "Apple iPhone 6 Plus", "16 GB", - "AT&T" + "T-Mobile" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/KXAAAOSwhotkYSFy/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/eJ4AAOSwWg1mvPDy/s-l140.webp", "rating": 4.5, - "rating_count": 79 + "rating_count": 55 }, { - "url": "https://www.ebay.com/itm/134580102829", - "title": "Apple iPhone SE 1st Gen. (A1662) 16GB - Gold (Unlocked) Smartphone - Q0344", - "price": "$49.99", - "shipping": 20.43, - "auction_end": null, - "bids": null, - "location": "United States", + "url": "https://www.ebay.com/itm/365067608450", + "title": "Apple iPhone/Touch/Shuffle Bundle (O) S#542", + "price": null, + "shipping": null, + "auction_end": "2024-08-22T03:43:00", + "bids": 62, + "location": null, "subtitles": [ - "Apple iPhone SE", - "16 GB", - "Unlocked" + "Apple" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/9tcAAOSwXWZjzowj/s-l300.webp", - "rating": 4.5, - "rating_count": 70 + "photo": "https://i.ebayimg.com/images/g/wlwAAOSwewdmvdu1/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/185878805486", - "title": "Apple iPhone 6s Plus - 16GB - Silver", - "price": "$20.00", - "shipping": 29.86, + "url": "https://www.ebay.com/itm/166171985485", + "title": "Original Apple iPhone 2nd 3G -8/16GB - Black /white (Unlocked) ( GSM) IOS3", + "price": "$35.00", + "shipping": 7.0, "auction_end": null, "bids": null, - "location": "United States", + "location": "from China", + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/v1EAAOSwMXljrlzi/s-l140.webp", + "rating": null, + "rating_count": null + }, + { + "url": "https://www.ebay.com/itm/196571266124", + "title": "Apple iPhone 6 16GB Silver Unlocked - READ", + "price": "$9.95", + "shipping": 10.8, + "auction_end": "2024-08-25T18:20:00", + "bids": 1, + "location": null, "subtitles": [ - "Apple iPhone 6s Plus", + "Apple iPhone 6", "16 GB", "Unlocked" ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/9WUAAOSwc-dkHjCv/s-l300.webp", + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/e9IAAOSwxVVmxFGP/s-l140.webp", "rating": 4.5, - "rating_count": 53 + "rating_count": 62 }, { - "url": "https://www.ebay.com/itm/325583936669", - "title": "iPhone 6s 16GB 32GB 64GB 128GB Factory Unlocked Gold Gray Rose Gold Silver", - "price": "$89.97", - "shipping": 21.19, + "url": "https://www.ebay.com/itm/145946223323", + "title": "Apple iPhone 5s - 16 GB - Silver UNTESTED PLEASE READ DESCRIPTION", + "price": "$12.00", + "shipping": 4.68, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Excellent Condition" + "Apple iPhone 5s", + "16 GB", + "AT&T" ], - "condition": "Excellent - Refurbished", - "photo": "https://i.ebayimg.com/thumbs/images/g/AN8AAOSw0dtkGgxE/s-l300.webp", + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/oM4AAOSw7RRmuViQ/s-l140.webp", "rating": 4.5, - "rating_count": 138 + "rating_count": 323 }, { - "url": "https://www.ebay.com/itm/134594637622", - "title": "Apple iPhone 5 (A1428) 16GB - Silver (GSM Unlocked) - *PLEASE READ* - Q3639", - "price": "$22.99", - "shipping": 14.47, + "url": "https://www.ebay.com/itm/314310572226", + "title": "Unlocked Apple iPhone 5 16GB 32GB 64GB White Black gold Smartphone sealed", + "price": "$34.00", + "shipping": 9.0, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [ - "Apple iPhone 5", - "16 GB", - "Unlocked" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/Ow8AAOSwDiBkdgZg/s-l300.webp", - "rating": 3.0, - "rating_count": 2 + "location": "from China", + "subtitles": [], + "condition": "Open Box", + "photo": "https://i.ebayimg.com/images/g/zxUAAOSw9j1htrDX/s-l140.webp", + "rating": 4.5, + "rating_count": 583 }, { - "url": "https://www.ebay.com/itm/134580104630", - "title": "Apple iPhone SE 1st Gen. (A1662) 16GB (Unlocked) Smartphone - SMALL ISSUE -K0184", - "price": "$47.99", - "shipping": 20.39, + "url": "https://www.ebay.com/itm/296449815247", + "title": "Apple iPhone 6s - 16 GB - Space Gray (Unlocked)", + "price": "$58.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone SE", + "Apple iPhone 6s", "16 GB", "Unlocked" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/ApwAAOSw3glj9SfE/s-l300.webp", - "rating": 4.5, - "rating_count": 328 + "photo": "https://i.ebayimg.com/images/g/DLwAAOSwQyVmTQ91/s-l140.webp", + "rating": 5.0, + "rating_count": 207 }, { - "url": "https://www.ebay.com/itm/354807042133", - "title": "Apple iPhone 5s - 16GB - Gold (Unlocked) A1533 (CDMA + GSM) Clean IMEI", - "price": "$35.99", - "shipping": 27.15, + "url": "https://www.ebay.com/itm/404845116731", + "title": "full working Unlocked Original Apple iPhone 3G - 16GB - white black (GSM) IOS3", + "price": "$35.00", + "shipping": 7.0, "auction_end": null, "bids": null, - "location": "United States", + "location": "from China", "subtitles": [ - "Apple iPhone 5s", + "Apple iPhone 3G", "16 GB", "Unlocked" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/usEAAOSwT7Vka-qg/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/IXEAAOSwGdRmpbJ-/s-l140.webp", + "rating": 4.0, + "rating_count": 668 + }, + { + "url": "https://www.ebay.com/itm/395046025206", + "title": "original Apple iPhone 5 16/32/64GB - Unlocked Grade A Condition IOS 10 \ud83d\udcf1", + "price": "$23.00", + "shipping": 7.0, + "auction_end": null, + "bids": null, + "location": "from China", + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/WeMAAOSwIYVlcEB8/s-l140.webp", "rating": 4.5, - "rating_count": 43 + "rating_count": 4 }, { - "url": "https://www.ebay.com/itm/225438645415", - "title": "Apple iPhone 5 - 16GB - White & Silver Rare iOS 6.1.4 Installed", - "price": null, - "shipping": null, + "url": "https://www.ebay.com/itm/226305323348", + "title": "Apple iPhone 6 Plus A1522", + "price": "$33.00", + "shipping": 6.62, "auction_end": null, "bids": null, - "location": "", + "location": null, "subtitles": [ - "Apple", - "Apple iPhone 5" + "Apple iPhone 6 Plus", + "16 GB" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/QVsAAOSwIrNj9Ujy/s-l300.webp", - "rating": 4.5, - "rating_count": 92 + "photo": "https://i.ebayimg.com/images/g/YbcAAOSw8-FmxUKQ/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/134522022663", - "title": "Very Rare IOS 1.0 IOS 1.1.4 iphone 2G iPhone 1st Gen 4GB 8GB 16GB unlocked", - "price": "$119.00", + "url": "https://www.ebay.com/itm/186640498008", + "title": "Apple iPhone SE 1st Gen. - Gray - 16GB - Unlocked", + "price": "$50.00", "shipping": 0.0, "auction_end": null, "bids": null, - "location": "Hong Kong", + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/91YAAOSwjmJkL6V5/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/RGgAAOSwtRVmwq8n/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/374440299384", - "title": "Apple iPhone SE A1662 16GB Unlocked Fair Condition Check IMEI Lot of 2", - "price": "$66.97", - "shipping": 30.44, + "url": "https://www.ebay.com/itm/386954444703", + "title": "Apple iPhone 3G 16GB A1241 White w/Music iOS 4", + "price": "$49.69", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone SE", - "16 GB", - "Unlocked" + "Apple iPhone 3G", + "16 GB" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/2qUAAOSwDX9keltu/s-l300.webp", - "rating": 4.5, - "rating_count": 328 + "photo": "https://i.ebayimg.com/images/g/1gcAAOSwOodmKL2L/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/145115467839", - "title": "Apple iPhone 1st Gen Lot - 8GB, 16GB - Silver - A1203 (GSM) *See Description*", - "price": "$120.00", - "shipping": 26.91, + "url": "https://www.ebay.com/itm/386904085742", + "title": "Apple iPhone 6 Plus Smartphone 16GB/32GB /64GB Good Condition Unlocked 4G Lot", + "price": "$45.00", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "United States", - "subtitles": [ - "Apple iPhone (1st Generation)", - "16 GB", - "AT&T" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/G2UAAOSwHZ5keSVr/s-l300.webp", + "location": "from China", + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/TtIAAOSwX~pmDRxu/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/185924576306", - "title": "FREE SHIPPING Apple iPhone 5, Black 16GB Smartphone, Working Phone With Box", - "price": "$19.95", - "shipping": 17.43, - "auction_end": "2023-06-12T12:09:00", - "bids": 0, - "location": "United States", + "url": "https://www.ebay.com/itm/126259894091", + "title": "Apple iPhone 5S Black 16GB - A1533 - #5", + "price": "$27.56", + "shipping": 0.0, + "auction_end": null, + "bids": null, + "location": null, "subtitles": [ - "Apple iPhone 5", - "16 GB", - "AT&T" + "Apple iPhone 5s", + "16 GB" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/LzMAAOSwxfBkejwv/s-l300.webp", - "rating": 5.0, - "rating_count": 1 + "photo": "https://i.ebayimg.com/images/g/1QcAAOSw5t5lkJrK/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/275836748260", - "title": "Apple iPhone 3GS 16GB Black unlocked 3G networks Apple iPhone 3rd generation", - "price": "$40.00", - "shipping": 30.24, + "url": "https://www.ebay.com/itm/166922849806", + "title": "Apple iPhone 3G - 16 GB - Black (Unlocked)", + "price": "$19.99", + "shipping": 6.79, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 3GS", + "Apple iPhone 3G", "16 GB", "Unlocked" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/VK0AAOSwSAFkTb~o/s-l300.webp", - "rating": 4.5, - "rating_count": 31 - }, - { - "url": "https://www.ebay.com/itm/194331338101", - "title": "Apple iPhone 6 16GB 64GB Factory Unlocked GSM SmartPhone No Fingerprint C Stock", - "price": "$42.99", - "shipping": 20.3, - "auction_end": null, - "bids": null, - "location": "United States", - "subtitles": [], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/SmEAAOSwiqNbpRiO/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/pUsAAOSwMFVmv~L2/s-l140.webp", "rating": 4.0, - "rating_count": 137 + "rating_count": 225 }, { - "url": "https://www.ebay.com/itm/115722589278", - "title": "Apple iPhone 5s 16GB - (Unlocked) A1533 (CDMA + GSM) *** iOS 8 ***", - "price": "$139.00", - "shipping": 16.68, + "url": "https://www.ebay.com/itm/256542590884", + "title": "WORKING Apple iPhone 3GS - 16GB - Black (AT&T) A1303 (GSM)", + "price": "$30.45", + "shipping": 4.43, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 5s", + "Apple iPhone 3GS", "16 GB", - "Unlocked" + "AT&T" ], - "condition": "Open Box", - "photo": "https://i.ebayimg.com/thumbs/images/g/6iUAAOSw0TJkA7FS/s-l300.webp", - "rating": 4.5, - "rating_count": 70 + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/K~UAAOSwQ5RmavVJ/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/225599312004", - "title": "Apple iPhone 6 S - 16GB - Rose Gold (Unlocked) A1688 (CDMA + GSM)", - "price": "$19.99", - "shipping": 29.18, - "auction_end": "2023-06-07T14:18:00", - "bids": 3, - "location": "United States", + "url": "https://www.ebay.com/itm/315682803526", + "title": "Apple iPhone 6 A1549 Sell For Parts Still Working Cracked Battery May Dead", + "price": "$12.00", + "shipping": 6.0, + "auction_end": null, + "bids": null, + "location": null, "subtitles": [ - "Apple iPhone 6s", + "Apple iPhone 6", "16 GB", - "Unlocked" + "T-Mobile" ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/waAAAOSwz9xkdSm3/s-l300.webp", + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/iUAAAOSw2MRmrQyn/s-l140.webp", "rating": 4.5, - "rating_count": 127 + "rating_count": 173 }, { - "url": "https://www.ebay.com/itm/354804881970", - "title": "Apple iPhone 3GS - 16GB - Black And White A1303", - "price": "$17.99", - "shipping": 16.2, + "url": "https://www.ebay.com/itm/315168545964", + "title": "\ud83d\udcf1 Apple iPhone 4S 8/16/32GB - Unlocked Used Full function mobile phone IOS9\ud83d\udcf1", + "price": "$22.00", + "shipping": 7.0, "auction_end": null, "bids": null, - "location": "United States", + "location": "from China", "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/qkYAAOSwfiFkbWwn/s-l300.webp", - "rating": null, - "rating_count": null + "photo": "https://i.ebayimg.com/images/g/LbsAAOSw4HdlM4Tf/s-l140.webp", + "rating": 4.5, + "rating_count": 270 }, { - "url": "https://www.ebay.com/itm/134580101667", - "title": "Apple iPhone SE 1st Gen. (A1723) 16GB - Rose Gold (Unlocked) Smartphone - Q0384", + "url": "https://www.ebay.com/itm/204910048823", + "title": "Apple iPhone 3G - 16 GB - Black (Unlocked) (No SIM) Jailbroken", "price": "$49.99", - "shipping": 20.43, + "shipping": 7.94, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone SE", + "Apple iPhone 3G", "16 GB", "Unlocked" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/YeEAAOSwxVZj0CZd/s-l300.webp", - "rating": 4.5, - "rating_count": 25 + "photo": "https://i.ebayimg.com/images/g/-lYAAOSwghFmpmJo/s-l140.webp", + "rating": 4.0, + "rating_count": 225 }, { - "url": "https://www.ebay.com/itm/145122712186", - "title": "Apple iPhone 6s Plus (A1634) 16GB - Rose (AT&T) Smartphone - Clean IMEI - Q1633", - "price": "$59.99", - "shipping": 20.62, + "url": "https://www.ebay.com/itm/186640470678", + "title": "Apple iPhone 5S 16GB Space Gray - Rare iOS 11 (11.2.6) LTE Unlocked | Excellent", + "price": "$65.00", + "shipping": 8.44, "auction_end": null, "bids": null, - "location": "United States", + "location": null, "subtitles": [ - "Apple iPhone 6s Plus", + "Apple iPhone 5s", "16 GB", - "AT&T" + "Unlocked" ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/1K4AAOSwtgFkHGs-/s-l300.webp", + "condition": "Open Box", + "photo": "https://i.ebayimg.com/images/g/XBwAAOSwG59mwqsI/s-l140.webp", "rating": 4.5, - "rating_count": 65 + "rating_count": 454 }, { - "url": "https://www.ebay.com/itm/385598884410", - "title": "iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)", - "price": "$79.00", - "shipping": 4.99, + "url": "https://www.ebay.com/itm/116270447271", + "title": "34x Lot Apple iPhone 6+ 6 Plus 16GB 64GB - Silver Mixed Carrier w/ Issues 4F", + "price": "$269.99", + "shipping": null, "auction_end": null, "bids": null, - "location": "China", - "subtitles": [ - "Apple iPhone 3G", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/C5sAAOSweQ5kWId5/s-l300.webp", - "rating": 4.0, - "rating_count": 668 + "photo": "https://i.ebayimg.com/images/g/ztcAAOSwTk1mp9Hz/s-l500.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/385390696535", - "title": "Functioned well Apple iPhone 1st Generation - 16GB - Black (AT&T) A1203 (GSM)", - "price": "$119.00", - "shipping": 0.0, + "url": "https://www.ebay.com/itm/387085986870", + "title": "Apple iPhone 6/6 Plus 64GB 16GB Unlocked Verizon At&t (CDMA/GSM) 4G Good", + "price": "$45.00", + "shipping": null, "auction_end": null, "bids": null, - "location": "China", + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/sW0AAOSwDNpj3N3a/s-l300.webp", - "rating": 5.0, - "rating_count": 5 + "photo": "https://i.ebayimg.com/images/g/IZ4AAOSwVu5mbHR2/s-l500.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/195668576080", - "title": "*Mint Condition* Apple iPhone SE 16GB T-Mobile!! Great for Child!!", - "price": "$59.99", + "url": "https://www.ebay.com/itm/386982832675", + "title": "Apple iPhone 6 16GB 64GB 128GB Silver Gold Gray Unlocked AT&T T-Mobile Verizon", + "price": "$46.00", "shipping": null, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone SE", - "16 GB", - "T-Mobile" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/K6MAAOSw2jRkF8vd/s-l300.webp", - "rating": 5.0, - "rating_count": 49 + "photo": "https://i.ebayimg.com/images/g/h7gAAOSwEZFmN7dh/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/134587337600", - "title": "Apple iPhone 5s (A1453) 16GB - Space Gray (Unlocked) Smartphone - iOS 7.1.1", - "price": "$163.99", - "shipping": null, + "url": "https://www.ebay.com/itm/176533152844", + "title": "Apple iPhone 6 16GB Unlocked AT&T T-Mobile Verizon Smartphone", + "price": "$44.99", + "shipping": 7.94, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/kPQAAOSwdkZkcREc/s-l300.webp", - "rating": 4.5, - "rating_count": 74 + "photo": "https://i.ebayimg.com/images/g/l~wAAOSwSe9mw6ux/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/353650595855", - "title": "Apple iPhone 6 Plus 16GB 64GB Factory Unlocked SmartPhone No Fingerprint Good", - "price": "$68.99", + "url": "https://www.ebay.com/itm/165191958397", + "title": "Good Condition Apple iPhone 5S 16GB /32GB /64Gb-AT&T/ GSM Unlocked", + "price": "$24.00", "shipping": null, "auction_end": null, "bids": null, - "location": "", - "subtitles": [], + "location": null, + "subtitles": [ + "\u2705 SHIP SAME DAY \u2705 TRUSTED BUSINESS SELLER \u2705 FREE RETURN" + ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/kmwAAOSw6cxc3GBj/s-l300.webp", - "rating": 4.0, - "rating_count": 130 + "photo": "https://i.ebayimg.com/images/g/FbUAAOSwRp1hJwLI/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/125912878727", - "title": "Apple iPhone 6s - 16/32GB - ALL COLORS Unlocked/AT&T/T-Mobile A1633", - "price": "$63.99", - "shipping": null, + "url": "https://www.ebay.com/itm/256562411507", + "title": "Apple iPhone 6 - 16 GB - Silver (Unlocked)", + "price": "$35.28", + "shipping": 8.44, "auction_end": null, "bids": null, - "location": "", + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/Ir8AAOSw-e1kT02f/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/wWoAAOSwfR9mhfOA/s-l140.webp", "rating": 4.5, - "rating_count": 301 + "rating_count": 82 }, { - "url": "https://www.ebay.com/itm/266246139818", - "title": "\ud83d\udcf1 Apple iPhone 5 16/32/64GB - Unlocked Black white Grade A Condition IOS10\ud83d\udcf1", - "price": "$29.00", - "shipping": 7.0, + "url": "https://www.ebay.com/itm/176534896933", + "title": "Lot of 6 Apple iPhones 1-3 *Working And Require Additional Setup* JT211", + "price": "$0.99", + "shipping": 15.0, + "auction_end": "2024-08-25T15:20:00", + "bids": 0, + "location": null, + "subtitles": [], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/E3UAAOSwnYNmxRa8/s-l140.webp", + "rating": 4.5, + "rating_count": 31 + }, + { + "url": "https://www.ebay.com/itm/226274723568", + "title": "Apple iPhone SE - 16GB - Space Gray (AT&T) A1662", + "price": "$39.90", + "shipping": 4.38, "auction_end": null, "bids": null, - "location": "China", + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/mMoAAOSwZ~pkVHvI/s-l300.webp", - "rating": 4.5, - "rating_count": 517 + "photo": "https://i.ebayimg.com/images/g/xqcAAOSwimZmrayl/s-l140.webp", + "rating": 5.0, + "rating_count": 64 }, { - "url": "https://www.ebay.com/itm/235040742410", - "title": "New Listing", - "price": "$4.99", - "shipping": 13.4, - "auction_end": "2023-06-16T20:11:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "Unlocked" - ], + "url": "https://www.ebay.com/itm/276591909294", + "title": "Apple iPhone 4 - 16GB - Black", + "price": "$24.99", + "shipping": 0.0, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/uq0AAOSw0~JkaDvO/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/9CEAAOSwvvhmumg3/s-l140.webp", "rating": 4.5, - "rating_count": 40 + "rating_count": 992 }, { - "url": "https://www.ebay.com/itm/314633490694", - "title": "New Listing", - "price": "$1.46", - "shipping": 7.99, - "auction_end": "2023-06-09T14:04:00", - "bids": 1, - "location": "", - "subtitles": [ - "(156889622)-Functionally Working and Fair Condition", - "Apple iPhone 5s", - "16 GB", - "AT&T" - ], + "url": "https://www.ebay.com/itm/296643048954", + "title": "LOT 31, Smartphone Lot, APPLE IPHONE, SAMSUNG ALCATEL AIRPODS, LG, CRICKET POSH", + "price": "$25.00", + "shipping": 13.21, + "auction_end": "2024-08-27T10:33:00", + "bids": 0, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/laQAAOSwRl9kf59N/s-l300.webp", - "rating": 4.5, - "rating_count": 490 + "photo": "https://i.ebayimg.com/images/g/oD0AAOSwAxRmxNEW/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/354826746571", - "title": "Apple iPhone 6s - 16GB - Space Gray (Cricket) A1633 (CDMA + GSM)", - "price": "$30.00", - "shipping": null, + "url": "https://www.ebay.com/itm/116282766181", + "title": "Apple iPhone 5s / 16 GB (unknown carrier) For part (J027)", + "price": "$19.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6s", - "16 GB", - "Cricket Wireless" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/YZYAAOSwsUZkd5bs/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/rN8AAOSwmSVmci9u/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/114962745873", - "title": "Apple iPhone 6/6 Plus 16GB 64GB 128GB Unlocked Verizon At&t T-Mobile Tracfone 4", - "price": "$42.31", - "shipping": null, + "url": "https://www.ebay.com/itm/276587702485", + "title": "Apple iPhone 6 16GB Space Gray Sprint A1549 Scratches", + "price": "$22.99", + "shipping": 3.0, "auction_end": null, "bids": null, - "location": "", + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/ExUAAOSw1QhhLePU/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/zAcAAOSwHldmS5rb/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/166139741615", - "title": "Apple iPhone 5 - 16GB - Unlocked - White", - "price": "$21.99", + "url": "https://www.ebay.com/itm/387316226035", + "title": "New Listing", + "price": "$64.00", "shipping": null, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 5", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/IEgAAOSwBCRkd8dS/s-l300.webp", - "rating": null, - "rating_count": null + "photo": "https://i.ebayimg.com/images/g/uGsAAOSw~9xmxasb/s-l140.webp", + "rating": 4.5, + "rating_count": 119 }, { - "url": "https://www.ebay.com/itm/155498868771", - "title": "Apple iPhone 3GS 16GB White (AT&T) A1303 (GSM) Fast Ship Very Good Used 838 Song", - "price": "$64.88", - "shipping": 0.0, + "url": "https://www.ebay.com/itm/386987654055", + "title": "Apple iPhone 6 (16GB 64GB 128GB) CDMA/GSM Unlocked AT&T Verizon T-Mobile Gold", + "price": "$46.00", + "shipping": null, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 3GS", - "16 GB", - "AT&T" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/aCUAAOSwnZFkNL82/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/AoEAAOSwwL1mOlma/s-l140.webp", "rating": 4.5, - "rating_count": 396 + "rating_count": 88 }, { - "url": "https://www.ebay.com/itm/195388769553", - "title": "New UNOPENED Apple iPhone SE - 16/64GB 4.0\" Unlocked UNLOCKED Smartphone EF", - "price": "$118.99", - "shipping": 0.0, + "url": "https://www.ebay.com/itm/387286232501", + "title": "Apple iPhone 6s Silver Space Gray 128GB 16GB 32GB 64GB Unlocked Verizon 4G LTE", + "price": "$47.00", + "shipping": null, "auction_end": null, "bids": null, - "location": "Hong Kong", + "location": null, "subtitles": [], - "condition": "Brand New", - "photo": "https://i.ebayimg.com/thumbs/images/g/l5gAAOSwMhRjOQZn/s-l300.webp", - "rating": null, - "rating_count": null + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/O~wAAOSwBERmuLs9/s-l140.webp", + "rating": 4.5, + "rating_count": 96 }, { - "url": "https://www.ebay.com/itm/325635362977", - "title": "For Parts Only Apple iPhone 6s - A1633 - Space Gray for Parts Only No Warranty", - "price": "$15.99", + "url": "https://www.ebay.com/itm/387310259600", + "title": "Apple iPhone 6 Plus 16/64GB GSM Unlocked Tmobile Verizon Gold / Gray iOS 4G", + "price": "$54.00", "shipping": null, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6s", - "16 GB", - "Unlocked" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/5D4AAOSwhhxkS-cv/s-l300.webp", + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/ifYAAOSwDqtmwxsu/s-l140.webp", "rating": 4.5, - "rating_count": 301 + "rating_count": 195 }, { - "url": "https://www.ebay.com/itm/175760747770", - "title": "New Listing", - "price": "$59.95", + "url": "https://www.ebay.com/itm/186299818791", + "title": "APPLE IPHONE 5, 16GB (VERIZON WIRELESS) CLEAN ESN, WORKS, PLEASE READ!! 59467", + "price": "$16.69", "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone SE", - "16 GB", - "Verizon" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/rKIAAOSwB01kf6Zn/s-l300.webp", - "rating": 5.0, - "rating_count": 123 + "location": null, + "subtitles": [], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/8SEAAOSw0KtlzPCV/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/314633322936", - "title": "New Listing", - "price": "$36.89", - "shipping": 0.0, + "url": "https://www.ebay.com/itm/204691702150", + "title": "Apple iPhone 6s - Gold A1688 - LOCKED", + "price": "$30.00", + "shipping": 5.07, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6s", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/sNgAAOSwPoRkf3jh/s-l300.webp", - "rating": 4.5, - "rating_count": 138 + "photo": "https://i.ebayimg.com/images/g/OlAAAOSwXZNl8OpC/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/145122712186", - "title": "Apple iPhone 6s Plus (A1634) 16GB - Rose (AT&T) Smartphone - Clean IMEI - Q1633", - "price": "$59.99", - "shipping": null, + "url": "https://www.ebay.com/itm/395513589480", + "title": "Apple iPhone 5 - 16 GB - Black & Slate (AT&T) A1428 (GSM)", + "price": "$19.73", + "shipping": 4.68, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6s Plus", - "16 GB", - "AT&T" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/1K4AAOSwtgFkHGs-/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/YXYAAOSw7w9mhxSV/s-l140.webp", "rating": 4.5, - "rating_count": 65 + "rating_count": 201 }, { - "url": "https://www.ebay.com/itm/234966920116", - "title": "AS/IS Apple iPhone 6s Model A1688 16GB ROSE GOLD READ #177 Z65/63", - "price": "$15.89", - "shipping": null, + "url": "https://www.ebay.com/itm/204636790271", + "title": "Apple iPhone SE - Good for Parts-Space Gray (Verizon)", + "price": "$19.95", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6s", - "16 GB", - "Unlocked" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/VbkAAOSwmbVkNCao/s-l300.webp", - "rating": 4.0, - "rating_count": 22 + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/hO4AAOSw5NllucbZ/s-l140.webp", + "rating": 5.0, + "rating_count": 96 }, { - "url": "https://www.ebay.com/itm/224577668115", - "title": "Near Mint Condition Apple iPhone 5S-16GB/32GB/64GB -GSM Unlocked AT&T T-Mobile", - "price": "$35.00", + "url": "https://www.ebay.com/itm/174909396750", + "title": "Mint Condition Apple iPhone 5S 16GB /32GB /64Gb-AT&T Unlocked", + "price": "$30.00", "shipping": null, "auction_end": null, "bids": null, - "location": "", + "location": null, "subtitles": [ - "\u2705Ship Same Day\u2705 Free returns\u2705 Satisfaction Guaranteed" + "\u2705 SHIP SAME DAY \u2705 TRUSTED BUSINESS SELLER \u2705 FREE RETURN" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/S9IAAOSwxltgf1Y5/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/KJ4AAOSwUtZhJwKo/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/195768900561", - "title": "iPhone 2 Test", - "price": "$150.00", - "shipping": 5.0, + "url": "https://www.ebay.com/itm/365062434443", + "title": "MINT - Apple iPhone 6S 16GB Rose Gold A1633 AT&T T-Mobile Verizon - Unlocked", + "price": "$45.00", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", + "location": null, "subtitles": [], - "condition": "Brand New", - "photo": "https://i.ebayimg.com/thumbs/images/g/zb8AAOSw8P5kXoF8/s-l300.webp", - "rating": null, - "rating_count": null - }, - { - "url": "https://www.ebay.com/itm/145121902035", - "title": "Apple iPhone 5c - 12.6 GB - White - (Unlocked) A1532 KKD", - "price": "$5.50", - "shipping": 5.6, - "auction_end": "2023-06-12T09:02:00", - "bids": 5, - "location": "", - "subtitles": [ - "Apple iPhone 5", - "16 GB", - "Unlocked" - ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/jWoAAOSwDX9kfgbJ/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/7RYAAOSweB1mumoM/s-l140.webp", "rating": 4.5, - "rating_count": 517 + "rating_count": 175 }, { - "url": "https://www.ebay.com/itm/374738419726", - "title": "Apple iPhone 5s - 16GB - Silver (Unlocked) A1533 (CDMA + GSM)", - "price": "$10.90", - "shipping": 12.5, - "auction_end": "2023-06-12T06:43:00", - "bids": 0, - "location": "", + "url": "https://www.ebay.com/itm/165037304136", + "title": "Mint Condition Apple iPhone SE 16GB /32GB /64Gb /128GB Unlocked Verizon AT&T", + "price": "$60.00", + "shipping": null, + "auction_end": null, + "bids": null, + "location": null, "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "Unlocked" + "\u2705 SHIP SAME DAY \u2705 TRUSTED BUSINESS SELLER \u2705 FREE RETURN" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/locAAOSwyV1kdxOJ/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/6B0AAOSwI9lgornE/s-l140.webp", "rating": 4.5, - "rating_count": 40 + "rating_count": 11 }, { - "url": "https://www.ebay.com/itm/133994795283", - "title": "Apple iPhone 6 A1549 - 16GB, Space Gray (Unlocked) Smartphone - IC READ", - "price": "$18.99", - "shipping": null, + "url": "https://www.ebay.com/itm/256596056967", + "title": "Apple iPhone 5S A1533 16GB Space Gray T-Mobile Only W003234", + "price": "$21.50", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6", - "16 GB", - "Unlocked" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/QlcAAOSwLDBi8rBf/s-l300.webp", - "rating": 4.0, - "rating_count": 253 - }, - { - "url": "https://www.ebay.com/itm/235040565449", - "title": "New Listing", - "price": "$29.99", - "shipping": 18.0, - "auction_end": "2023-06-11T15:42:00", - "bids": 0, - "location": "", + "location": null, "subtitles": [ - "Apple iPhone 5", - "16 GB", - "Unlocked" + "Free Shipping, Sell As Is" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/TpIAAOSw~i9kf7aG/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/3csAAOSw3pdms-NS/s-l140.webp", "rating": 4.5, - "rating_count": 31 + "rating_count": 248 }, { - "url": "https://www.ebay.com/itm/134594675492", - "title": "Apple iPhone 4s - 16GB - Black (Unlocked) A1387 (CDMA + GSM)", - "price": "$15.00", + "url": "https://www.ebay.com/itm/176531166010", + "title": "Apple Iphone Lot", + "price": "$66.00", + "shipping": 15.95, + "auction_end": "2024-08-25T11:49:00", + "bids": 6, + "location": null, + "subtitles": [], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/ZNcAAOSwjuNmwkGy/s-l140.webp", + "rating": null, + "rating_count": null + }, + { + "url": "https://www.ebay.com/itm/256541979681", + "title": "Apple iPhone 6 - A1549 - Silver - 16GB - GSM Unlocked", + "price": "$34.00", "shipping": 0.0, - "auction_end": "2023-06-08T11:40:00", - "bids": 1, - "location": "", - "subtitles": [ - "Apple iPhone 4s", - "16 GB", - "Unlocked" - ], + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/FvMAAOSwenlkeOUz/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/GU4AAOSwDYlmaUm4/s-l140.webp", "rating": 4.5, - "rating_count": 552 + "rating_count": 82 }, { - "url": "https://www.ebay.com/itm/166138679410", - "title": "Nice Gold Iphone 6s As-Is - For Parts", - "price": "$24.00", - "shipping": 7.99, + "url": "https://www.ebay.com/itm/145905581831", + "title": "Apple iPhone 6 Plus 16GB Unlocked GSM A1524 Gold Cell Phone Very Good B1016", + "price": "$42.62", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6s", - "16 GB" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/jP4AAOSw8OlkWrWs/s-l300.webp", - "rating": null, - "rating_count": null + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/lUMAAOSwDNZmnrxS/s-l140.webp", + "rating": 4.5, + "rating_count": 47 }, { - "url": "https://www.ebay.com/itm/204360613749", + "url": "https://www.ebay.com/itm/256611361650", "title": "New Listing", - "price": "$49.99", - "shipping": 18.0, - "auction_end": "2023-06-11T17:04:00", - "bids": 1, - "location": "", - "subtitles": [ - "Apple iPhone 6 Plus", - "16 GB", - "Unlocked" - ], + "price": "$15.99", + "shipping": 9.99, + "auction_end": "2024-08-28T11:06:00", + "bids": 0, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/8BsAAOSwUghkf8m2/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/9esAAOSwIpFmo8fn/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/134601894112", + "url": "https://www.ebay.com/itm/387317451898", "title": "New Listing", - "price": "$49.99", + "price": "$47.00", "shipping": null, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6 Plus", - "16 GB", - "Unlocked" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/~UQAAOSwfvVkf47h/s-l300.webp", + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/X6wAAOSwhI5mxirV/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/266279684104", - "title": "Apple iPhone 5 - 16GB - White & Silver (locked) A1429 (CDMA + GSM)", - "price": "$1.00", - "shipping": 5.55, - "auction_end": "2023-06-10T18:00:00", - "bids": 1, - "location": "", - "subtitles": [ - "Apple iPhone 5", - "16 GB", - "Unlocked" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/izwAAOSwlA9kVVA5/s-l300.webp", - "rating": 4.5, - "rating_count": 22 - }, - { - "url": "https://www.ebay.com/itm/304958454358", - "title": "Apple iPhone SE - 16GB - Space Gray (Fully Unlocked) (No Touch ID) Working", - "price": "$40.00", - "shipping": 5.85, - "auction_end": null, - "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone SE", - "16 GB", - "Virgin Mobile" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/mKsAAOSwlahkdRIu/s-l300.webp", - "rating": 5.0, - "rating_count": 2 - }, - { - "url": "https://www.ebay.com/itm/165914492684", - "title": "Apple iPhone 3GS 32GB Black (AT&T) A1303 (GSM) Fast Shipping Very Good Used", - "price": "$64.88", - "shipping": 0.0, + "url": "https://www.ebay.com/itm/387309632583", + "title": "Apple iPhone 6 GSM Unlocked Verizon Very Good WIFI iOS 4G LTE 16GB 64GB 128GB", + "price": "$46.00", + "shipping": null, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 3GS", - "16 GB", - "AT&T" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/eK0AAOSwj-Bj2EqU/s-l300.webp", - "rating": 4.5, - "rating_count": 79 + "photo": "https://i.ebayimg.com/images/g/cg8AAOSwLfhmwto9/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/314489053825", - "title": "Collector\u2019s item - Apple iPhone 1st Generation - 16GB - Black (Unlocked) iOS 3.0", - "price": "$89.99", - "shipping": 5.65, + "url": "https://www.ebay.com/itm/387286137567", + "title": "Apple iPhone 6s 16GB 128GB Unlocked Tmobile Verizon Att Battery Good iOS GSM", + "price": "$47.00", + "shipping": null, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone (1st Generation)", - "4 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/4mkAAOSwYQpkI6i9/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/zbEAAOSwdrxmuK6a/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/314608286158", - "title": "Apple iPhone 1st Generation 2G- 16GB- Black - A1203 (GSM)", - "price": "$109.99", - "shipping": 5.6, + "url": "https://www.ebay.com/itm/386929557015", + "title": "Apple iPhone 6 Unlocked 16GB 64GB 128GB AT&T T-Mobile Verizon Smartphone US Spec", + "price": "$47.00", + "shipping": null, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone (1st Generation)", - "16 GB", - "AT&T" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/NHYAAOSwxrpkbSkH/s-l300.webp", - "rating": 5.0, - "rating_count": 5 + "photo": "https://i.ebayimg.com/images/g/iNUAAOSwRGJmHEW3/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/334876207961", - "title": "Apple iPhone 5 - AT&T or T-Mobile - 16GB,", - "price": "$19.95", + "url": "https://www.ebay.com/itm/156104116593", + "title": "Lot of Original iPhone 2G 1st Gen 4GB 8GB 16GB mobile phone", + "price": "$23.00", "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 5", - "T-Mobile" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/nLUAAOSwgyZkWqTq/s-l300.webp", + "location": "from China", + "subtitles": [], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/iIQAAOSwY09l6UU6/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/364000857576", - "title": "*NEW SEALED* Apple Verizon iPhone 6s Plus 16/64/128GB UNLOCKED Smartphone USA FF", - "price": "$173.99", - "shipping": null, + "url": "https://www.ebay.com/itm/134546912101", + "title": "Apple iPhone 5s - 16GB - Black & Slate (Sprint) A1453 - Fully Functional", + "price": "$20.97", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", + "location": null, "subtitles": [], - "condition": "Brand New", - "photo": "https://i.ebayimg.com/thumbs/images/g/7HsAAOSwpCVjOTd9/s-l300.webp", - "rating": 4.5, - "rating_count": 6 - }, - { - "url": "https://www.ebay.com/itm/334902192300", - "title": "New Listing", - "price": "$19.99", - "shipping": 18.0, - "auction_end": "2023-06-11T17:47:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "Unlocked" - ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/5FwAAOSwFVlkf9PG/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/1wgAAOSw~6pgfuDH/s-l140.webp", "rating": 4.5, - "rating_count": 40 + "rating_count": 237 }, { - "url": "https://www.ebay.com/itm/275846753253", - "title": "Verizon Apple iPhone 6s - 16GB - A1688 (CDMA + GSM) **FMI ON**", - "price": "$17.99", - "shipping": 4.99, + "url": "https://www.ebay.com/itm/225847427979", + "title": "RARE Apple iPhone black A T T A1303 G S M 6.1.6 with extras", + "price": "$39.00", + "shipping": 12.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6s", - "16 GB", - "Verizon" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/wUEAAOSw2MFkXSHm/s-l300.webp", + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/w8gAAOSwv9VlQgwl/s-l140.webp", "rating": 4.5, - "rating_count": 61 + "rating_count": 82 }, { - "url": "https://www.ebay.com/itm/194929805532", - "title": "Apple iPhone 5 - 16GB - WHITE (UNLOCKED)", - "price": "$29.95", - "shipping": null, + "url": "https://www.ebay.com/itm/286008262736", + "title": "Apple iPhone 5s 16GB Space Gray Model A1533", + "price": "$5.00", + "shipping": 4.68, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/UuYAAOSwERdmuqXb/s-l140.webp", + "rating": null, + "rating_count": null + }, + { + "url": "https://www.ebay.com/itm/296639617324", + "title": "Apple iPhone 5 16GB - NO RESERVE!", + "price": "$10.00", + "shipping": 10.75, + "auction_end": "2024-08-23T17:30:00", + "bids": 0, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/WYMAAOSw8vpfbCRC/s-l300.webp", - "rating": 4.5, - "rating_count": 284 + "photo": "https://i.ebayimg.com/images/g/J1cAAOSw9dJmu-S0/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/374688054255", - "title": "Original Apple iPhone 3nd 3GS - 8/16/32GB - Black /white (Unlocked) ( GSM) IOS 6", - "price": "$36.00", - "shipping": 7.0, + "url": "https://www.ebay.com/itm/115995947244", + "title": "Apple iPhone SE - 16GB - Rose Gold (Unlocked)7/10 condition (CDMA + GSM) (CA)", + "price": null, + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "China", + "location": null, "subtitles": [], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/iasAAOSw2AFkJlbN/s-l300.webp", - "rating": 4.5, - "rating_count": 31 + "condition": "Very Good - Refurbished", + "photo": "https://i.ebayimg.com/images/g/j8EAAOSwQhNlaNcA/s-l140.webp", + "rating": 5.0, + "rating_count": 19 }, { - "url": "https://www.ebay.com/itm/134580102829", - "title": "Apple iPhone SE 1st Gen. (A1662) 16GB - Gold (Unlocked) Smartphone - Q0344", - "price": "$49.99", + "url": "https://www.ebay.com/itm/387200121285", + "title": "Apple iPhone 6s 16GB 32GB 64GB 128GB GSM Unlocked Verizon Metro Smartphone", + "price": "$47.00", "shipping": null, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone SE", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/9tcAAOSwXWZjzowj/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/d9wAAOSwGXVmlIo-/s-l140.webp", "rating": 4.5, - "rating_count": 70 + "rating_count": 133 }, { - "url": "https://www.ebay.com/itm/353133581016", - "title": "Apple iPhone 6S Plus 16GB 32GB 64GB 128GB Fully Unlocked No Fingerprint", - "price": "$69.99", + "url": "https://www.ebay.com/itm/386987071381", + "title": "Apple iPhone 6s -16GB 64GB 128GB- CDMA/GSM Unlocked Verizon T-Mobile iOS 4G LTE", + "price": "$44.00", "shipping": null, "auction_end": null, "bids": null, - "location": "", + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/1WkAAOSwSsJfBisj/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/iLkAAOSwpTdmOgS2/s-l140.webp", "rating": 4.5, - "rating_count": 100 + "rating_count": 436 }, { - "url": "https://www.ebay.com/itm/275879603797", - "title": "PARTS - Apple iPhone 6s Plus - 16GB - Silver A1687 (CDMA + GSM) NO POWER", - "price": "$7.00", - "shipping": 10.95, - "auction_end": "2023-06-07T08:06:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 6s Plus", - "16 GB" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/TbAAAOSwLF1jpmtH/s-l300.webp", - "rating": null, - "rating_count": null + "url": "https://www.ebay.com/itm/315068899822", + "title": "Sealed Apple iphone 5s 16/32/64GB Gray/Silver/Gold Fully Unlocked any carrier", + "price": "$56.99", + "shipping": 0.0, + "auction_end": null, + "bids": null, + "location": "from China", + "subtitles": [], + "condition": "Open Box", + "photo": "https://i.ebayimg.com/images/g/P2IAAOSwJopllCaW/s-l140.webp", + "rating": 4.5, + "rating_count": 40 }, { - "url": "https://www.ebay.com/itm/266279551756", - "title": "Apple iPhone 5C NonUI Production Unit", - "price": "$80.00", - "shipping": 10.0, + "url": "https://www.ebay.com/itm/314604035791", + "title": "Apple iphone 1st generation-iphone 3G-iphone 3GS Unlocked-Tested-Working well", + "price": "$40.98", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 5c", - "16 GB" - ], + "location": "from China", + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/p0IAAOSwZAlkd8gt/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/sPUAAOSwawBkadoq/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/266263296388", - "title": "APPLE IPHONE 5S SILVER 16GB MODEL A1453 Locked", - "price": "$25.00", + "url": "https://www.ebay.com/itm/145962341191", + "title": "Lot of 2 Apple iPhone 5C - READ BELOW - FOR PARTS ONLY", + "price": "$17.97", "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 5s", - "16 GB" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/owUAAOSwNqJkZuyi/s-l300.webp", + "location": null, + "subtitles": [], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/uQAAAOSw3-Bmw6BN/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/155067990889", - "title": "Variety lot of Apple products Untested - (2 Password Locked iPhones)", - "price": "$200.00", - "shipping": 13.45, + "url": "https://www.ebay.com/itm/394993601059", + "title": "New UNOPENED Apple iPhone SE - 16/64GB 4.0\" Unlocked UNLOCKED Smartphone", + "price": "$100.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6s", - "16 GB" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/7rwAAOSw~RVix0-G/s-l300.webp", - "rating": null, - "rating_count": null + "location": "from Hong Kong", + "subtitles": [], + "condition": "Brand New", + "photo": "https://i.ebayimg.com/images/g/l9EAAOSwTJ9lUCLC/s-l140.webp", + "rating": 4.5, + "rating_count": 82 }, { - "url": "https://www.ebay.com/itm/374730064743", - "title": "Azumi iPhone 6S 16GB ATT Tmobile - Gray -NOT WORKING-", - "price": "$0.95", - "shipping": 7.95, - "auction_end": "2023-06-07T20:00:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 6s", - "16 GB" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/bmcAAOSwQeJkd3s1/s-l300.webp", - "rating": null, - "rating_count": null + "url": "https://www.ebay.com/itm/226296798623", + "title": "Apple iPhone 3GS - 16 GB - White (AT&T) EXCELLENT CONDITION", + "price": "$16.00", + "shipping": 6.16, + "auction_end": "2024-08-22T23:53:00", + "bids": 25, + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/vysAAOSwP4hmvvc5/s-l140.webp", + "rating": 4.5, + "rating_count": 396 }, { - "url": "https://www.ebay.com/itm/155591570173", - "title": "Apple iPhone 5s - 16GB - Gold A1453 Unlocked", - "price": "$10.50", + "url": "https://www.ebay.com/itm/335534897494", + "title": "Apple iPhone 6 - 16 GB - gold color", + "price": "$20.50", "shipping": 0.0, - "auction_end": "2023-06-11T17:00:00", - "bids": 4, - "location": "", - "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "Unlocked" - ], + "auction_end": "2024-08-27T08:17:00", + "bids": 2, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/dxAAAOSwCTtkfSMy/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/iJMAAOSw-w5mwL5w/s-l140.webp", "rating": 4.5, - "rating_count": 47 + "rating_count": 18 + }, + { + "url": "https://www.ebay.com/itm/326198203026", + "title": "Apple iPhone 5 - 16GB - White & Silver", + "price": "$12.99", + "shipping": 4.43, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/2yYAAOSwuTpmkoEh/s-l140.webp", + "rating": 4.5, + "rating_count": 23 }, { - "url": "https://www.ebay.com/itm/225600531663", - "title": "Apple iPhone 6 - 16GB - Gold (Sprint) A1586 (CDMA + GSM)", + "url": "https://www.ebay.com/itm/235703584445", + "title": "Black Apple iPhone Model A1387 4s 16 GB 5th Gen Used Unlocked Factory Reset", "price": "$10.00", - "shipping": 10.65, - "auction_end": "2023-06-08T12:39:00", + "shipping": 8.0, + "auction_end": "2024-08-26T02:26:00", "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 6", - "16 GB", - "Sprint" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/bVQAAOSwVCVkePO4/s-l300.webp", + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/~XcAAOSwkc9mwlbK/s-l140.webp", "rating": 4.5, - "rating_count": 132 + "rating_count": 557 }, { - "url": "https://www.ebay.com/itm/134580104630", - "title": "Apple iPhone SE 1st Gen. (A1662) 16GB (Unlocked) Smartphone - SMALL ISSUE -K0184", - "price": "$47.99", - "shipping": null, + "url": "https://www.ebay.com/itm/226293831842", + "title": "Apple iPhone 4s Black Model A1387 16GB UNTESTED LOCKED", + "price": "$10.85", + "shipping": 6.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone SE", - "16 GB", - "Unlocked" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/ApwAAOSw3glj9SfE/s-l300.webp", + "location": null, + "subtitles": [], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/9mgAAOSwhudmjI8~/s-l140.webp", + "rating": null, + "rating_count": null + }, + { + "url": "https://www.ebay.com/itm/266932719153", + "title": "Apple iPhone 5s - Silver - 16GB - (AT&T) - A1533", + "price": "$9.99", + "shipping": 6.4, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/bm8AAOSwugtmdZAX/s-l140.webp", "rating": 4.5, - "rating_count": 328 + "rating_count": 323 }, { - "url": "https://www.ebay.com/itm/185924588533", - "title": "FREE SHIPPING Apple iPhone 5s, Silver 16GB Smartphone, Working Phone With Box", - "price": "$19.95", - "shipping": 0.0, - "auction_end": "2023-06-12T12:22:00", + "url": "https://www.ebay.com/itm/126632294699", + "title": "Apple iPhone 5 - 16GB - White & Silver Model A1428", + "price": "$5.99", + "shipping": 8.25, + "auction_end": "2024-08-23T12:53:00", "bids": 1, - "location": "", - "subtitles": [ - "Apple iPhone 5s", - "16 GB" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/kxAAAOSwE7Bkej~8/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/ZDsAAOSwU3JmtSI1/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/145122121498", - "title": "Apple iPhone 5s (A1453) 16GB (Unlocked) Smartphone - POOR CONDITION - Q3827", - "price": "$30.99", - "shipping": null, + "url": "https://www.ebay.com/itm/235702549524", + "title": "Apple iPhone 6S 16GB White No Sim Card Parts Only", + "price": "$12.50", + "shipping": 6.15, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/S6MAAOSw0zVkfjUy/s-l300.webp", - "rating": 4.5, - "rating_count": 47 + "photo": "https://i.ebayimg.com/images/g/6I8AAOSwMM9mge7C/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/164412257247", - "title": "Good Condition Apple iPhone 5S 16GB /32GB Telus,Rogers Canada Network", - "price": "$22.00", - "shipping": null, + "url": "https://www.ebay.com/itm/256519528004", + "title": "Apple iPhone 5s - 16GB - Space Gray (Untested)", + "price": "$30.00", + "shipping": 5.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "\u2705 SHIP SAME DAY \u2705 TRUSTED BUSINESS SELLER \u2705 FREE RETURN" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/zMEAAOSwXSZeRedu/s-l300.webp", - "rating": null, - "rating_count": null + "photo": "https://i.ebayimg.com/images/g/D3cAAOSw3XxmTXQD/s-l140.webp", + "rating": 4.5, + "rating_count": 75 }, { - "url": "https://www.ebay.com/itm/325683971009", - "title": "New Listing", - "price": "$149.95", - "shipping": 12.06, - "auction_end": "2023-06-13T11:40:00", - "bids": 0, - "location": "", - "subtitles": [ - "16 GB" - ], + "url": "https://www.ebay.com/itm/276600433250", + "title": "Lot of 6 Apple iPhone 5s/ 5 A1533 /A1428/A1429 16GB /32GB/64GB Gray/Silver/Gold", + "price": "$149.00", + "shipping": 12.0, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/MEUAAOSwEy5kf3vM/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/q8wAAOSwU9hmtVnf/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/364236812336", - "title": "Impaired Apple iPhone 5c, AT&T Only | 16 GB | Clean ESN, See Desc (DZLF) | A1532", - "price": "$11.99", - "shipping": null, + "url": "https://www.ebay.com/itm/305689470926", + "title": "Apple iPhone 5 Unlocked 16 GB Black Cellphone Model A1429 No SIM, Tested & Works", + "price": "$19.99", + "shipping": 9.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 5c", - "16 GB", - "AT&T" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/oXAAAOSwdtNkTASp/s-l300.webp", + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/z4kAAOSwF3RmoEF4/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/166139357301", - "title": "Apple iPhone 6 - 16GB - Silver - Unlocked - PLEASE READ!", - "price": "$35.99", - "shipping": null, + "url": "https://www.ebay.com/itm/176386874522", + "title": "Apple iPhone 5s A1533 16GB 4.0\" Space Gray IOS 12.5.7", + "price": "$32.98", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/I7gAAOSw8thkd5zv/s-l300.webp", - "rating": 4.0, - "rating_count": 137 + "photo": "https://i.ebayimg.com/images/g/9v4AAOSwAwhmS0dW/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/275133860463", - "title": "Apple iPhone 5c - 16GB - Green (AT&T) A1532 (GSM) Tested and Working", - "price": "$30.07", - "shipping": null, + "url": "https://www.ebay.com/itm/256591947065", + "title": "Apple iPhone 4s - 16 GB - iOS 5.0.1", + "price": "$125.00", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 5c", - "16 GB", - "AT&T" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/M-IAAOSwUEZhHyWX/s-l300.webp", + "location": null, + "subtitles": [], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/onQAAOSwwP1mro8R/s-l140.webp", "rating": 4.5, - "rating_count": 113 + "rating_count": 557 }, { - "url": "https://www.ebay.com/itm/374739508680", - "title": "Azumi iPhone 6S 16GB Unlocked ATT Tmobile - Gray -READ!!!-", - "price": "$0.95", - "shipping": 7.95, - "auction_end": "2023-06-12T18:56:00", - "bids": 1, - "location": "", - "subtitles": [ - "Apple iPhone 6s", - "16 GB" - ], + "url": "https://www.ebay.com/itm/186626591677", + "title": "Apple iPhone 3G Model A1241, 16GB, White Powers On - Stuck on iTunes Screen", + "price": "$29.99", + "shipping": 5.99, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/TccAAOSwZb5kfZSx/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/O6gAAOSw201mspGY/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/295739405028", - "title": "Apple iPhone SE - 16GB - Rose Gold (Verizon) A1662 (CDMA + GSM)", - "price": "$10.00", - "shipping": 11.75, - "auction_end": "2023-06-11T08:58:00", - "bids": 1, - "location": "", - "subtitles": [ - "Apple iPhone SE", - "16 GB", - "Verizon" - ], + "url": "https://www.ebay.com/itm/166924074919", + "title": "Apple iPhone 5 - 16 GB - White and Silver (Verizon) TESTED AND WORKS", + "price": "$7.50", + "shipping": 8.44, + "auction_end": "2024-08-24T13:48:00", + "bids": 7, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/auwAAOSw0~JkfLR3/s-l300.webp", - "rating": 5.0, - "rating_count": 57 + "photo": "https://i.ebayimg.com/images/g/YFAAAOSwJAxmwQvj/s-l140.webp", + "rating": 4.5, + "rating_count": 241 }, { - "url": "https://www.ebay.com/itm/274941219567", - "title": "Apple iPhone 6s Plus 64GB GSM Unlocked AT&T T-Mobile Good Condition", - "price": "$73.00", - "shipping": null, + "url": "https://www.ebay.com/itm/145959231161", + "title": "Apple iPhone 5c - 16 GB - Pink (Verizon)", + "price": "$0.99", + "shipping": 6.03, + "auction_end": "2024-08-25T03:29:00", + "bids": 0, + "location": null, + "subtitles": [], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/sHkAAOSwJ-Fmwczb/s-l140.webp", + "rating": 4.5, + "rating_count": 71 + }, + { + "url": "https://www.ebay.com/itm/266954080894", + "title": "iPhone 6 Silver - A1549 (CDMA + GSM) - Powers up and charges - AS IS", + "price": "$19.99", + "shipping": 9.99, "auction_end": null, "bids": null, - "location": "", + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/YjgAAOSwe1phOxt5/s-l300.webp", - "rating": 4.5, - "rating_count": 135 + "photo": "https://i.ebayimg.com/images/g/FWcAAOSwrOpmwKtW/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/275848598351", - "title": "Apple iPhone 16GB Gold A1522 (Unlocked) Reduced Price zW7389", - "price": "$43.81", - "shipping": null, + "url": "https://www.ebay.com/itm/335527059616", + "title": "Very Good Apple iPhone 6 16GB Verizon AT&T A1549 Gray batt 100%", + "price": "$32.97", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6 Plus", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/GiwAAOSwCmVkXoPa/s-l300.webp", - "rating": 4.0, - "rating_count": 61 + "photo": "https://i.ebayimg.com/images/g/I8IAAOSwHgVkYXbj/s-l140.webp", + "rating": 4.5, + "rating_count": 189 }, { - "url": "https://www.ebay.com/itm/195806958659", - "title": "New Listing", - "price": "$1.00", - "shipping": 11.75, - "auction_end": "2023-06-13T18:30:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 6", - "16 GB", - "Unlocked" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/D1EAAOSwyqBkf5Vt/s-l300.webp", - "rating": 4.5, - "rating_count": 92 + "url": "https://www.ebay.com/itm/176492967765", + "title": "PARTS ONLY Apple iPhone 7 - 16 GB - Rose Gold", + "price": "$19.99", + "shipping": 10.35, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/ZFkAAOSwmRdmpRtu/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/374729940635", - "title": "Apple iPhone SE - 16GB (Unlocked) - Space Gray *VERY RARE!* iOS 9 GRADE A 9.3.2", - "price": "$90.00", - "shipping": 5.6, + "url": "https://www.ebay.com/itm/335512576543", + "title": "Apple iPhone 5 - 16 GB - White - Unlocked - Great Condition", + "price": "$44.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone SE", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/JuQAAOSwIl1kd-0V/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/-NsAAOSwYXtmq-Gu/s-l140.webp", "rating": 4.5, - "rating_count": 328 + "rating_count": 23 }, { - "url": "https://www.ebay.com/itm/385664057832", - "title": "New Listing", - "price": "$40.00", - "shipping": 5.6, + "url": "https://www.ebay.com/itm/166788801050", + "title": "Apple iPhone 6 A1549 - 16GB - Space Gray Smartphone For Parts", + "price": "$11.90", + "shipping": 5.9, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone SE", - "16 GB", - "Unlocked" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/w0EAAOSwjcdkf1bY/s-l300.webp", - "rating": 4.5, - "rating_count": 105 + "location": null, + "subtitles": [], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/kRMAAOSwMKdlOW7V/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/134600483247", - "title": "Apple iPhone 6s- 16GB - Silver (TracFone) A1688", - "price": "$18.00", - "shipping": 8.75, - "auction_end": "2023-06-15T11:51:00", - "bids": 0, - "location": "", - "subtitles": [ - "Works! factory reset. Charge cable and brick included", - "Apple iPhone 6s", - "16 GB", - "TracFone" - ], + "url": "https://www.ebay.com/itm/266879042410", + "title": "Apple iPhone 3 Fully Functional 16GB Black Prefect Screen See Pictures", + "price": "$50.00", + "shipping": 5.0, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/134AAOSw0tdkPD7w/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/iHUAAOSw42RmfdAy/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/166139854152", - "title": "Apple iPhone 5s - 16GB - Unlocked - Gray - PLEASE READ!", - "price": "$22.99", - "shipping": null, + "url": "https://www.ebay.com/itm/196570247630", + "title": "Apple Iphone Ipad Ipod Lot", + "price": "$86.24", + "shipping": 14.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/H9oAAOSwAnhmkKSj/s-l140.webp", + "rating": null, + "rating_count": null + }, + { + "url": "https://www.ebay.com/itm/375595570351", + "title": "Apple iPhone 6 Gray (Unlocked) Set Up Your iPhone", + "price": "$15.00", + "shipping": 4.43, + "auction_end": "2024-08-23T09:45:00", + "bids": 1, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/2NQAAOSwg2Vkd52~/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/2rkAAOSwR7xmv4Fb/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/235011088278", - "title": "Apple iPhone 6 Plus 16GB Verizon Unlocked A1522 Silver Verizon AT&T Batt 84%", - "price": "$59.87", - "shipping": 0.0, + "url": "https://www.ebay.com/itm/204819197784", + "title": "Apple A1303 iPhone 3.5\" Screen 3.0MP iOS Smartphone", + "price": "$15.00", + "shipping": 4.43, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6 Plus", - "16 GB", - "Unlocked" - ], - "condition": "Very Good - Refurbished", - "photo": "https://i.ebayimg.com/thumbs/images/g/u3UAAOSwPn5kYVdz/s-l300.webp", - "rating": 4.5, - "rating_count": 133 + "location": null, + "subtitles": [], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/8goAAOSwEthmYPND/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/175760533841", + "url": "https://www.ebay.com/itm/305741500025", "title": "New Listing", - "price": "$50.00", - "shipping": 11.65, + "price": "$45.00", + "shipping": 8.44, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6 Plus", - "16 GB", - "Verizon" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/vlcAAOSw6jJkf3d~/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/yMYAAOSw8rlmxglN/s-l140.webp", "rating": 4.5, - "rating_count": 66 + "rating_count": 269 }, { - "url": "https://www.ebay.com/itm/155381111445", - "title": "Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Good Used 2", - "price": "$32.88", - "shipping": null, + "url": "https://www.ebay.com/itm/386954444703", + "title": "Apple iPhone 3G 16GB A1241 White w/Music iOS 4", + "price": "$49.69", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 3GS", - "16 GB", - "AT&T" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/UN0AAOSw0BxhBaP0/s-l300.webp", - "rating": 4.5, - "rating_count": 79 + "photo": "https://i.ebayimg.com/images/g/1gcAAOSwOodmKL2L/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/155550250524", - "title": "Apple iPhone SE 1St Gen 16/32/64/128GB Unlocked Fair Acceptable Condition", - "price": "$58.49", + "url": "https://www.ebay.com/itm/176429709316", + "title": "Apple Iphone 6 Plus - A1522 - 16GB - Silver (Unlocked) - 97% Battery", + "price": "$49.95", "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/m3wAAOSwQ6Bjedmr/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/BQoAAOSwGUVmcKgU/s-l140.webp", "rating": 4.5, - "rating_count": 23 + "rating_count": 46 }, { - "url": "https://www.ebay.com/itm/185928888008", - "title": "Apple iPhone 5S Gold A1533 16GB", - "price": "$5.00", - "shipping": 5.6, - "auction_end": "2023-06-10T14:32:00", - "bids": 1, - "location": "", - "subtitles": [ - "Apple iPhone SE", - "16 GB", - "Unlocked" - ], + "url": "https://www.ebay.com/itm/126249126403", + "title": "Apple iPhone 5S Black 16GB - A1533 - #4", + "price": "$27.59", + "shipping": 0.0, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/SN4AAOSwEt5kflP~/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/r2EAAOSw2~5lhpGl/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/256096709962", - "title": "Apple iPhone 5 - 16GB - Black & Slate (AT&T) A1428 (GSM)", - "price": "$0.01", - "shipping": 4.7, - "auction_end": "2023-06-08T21:43:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 5", - "16 GB", - "AT&T" - ], + "url": "https://www.ebay.com/itm/116143138129", + "title": "Apple iPhone 6 16GB Silver A1549 (Unlocked)", + "price": "$9.59", + "shipping": 0.0, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/6ncAAOSwxrpkeXNJ/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/r6cAAOSwgLpl-LBp/s-l140.webp", "rating": 4.5, - "rating_count": 200 + "rating_count": 62 }, { - "url": "https://www.ebay.com/itm/166139211729", - "title": "Apple iPhone 6 Plus (A1522) 16GB - Gray - WiFi Only! #2", - "price": "$29.99", - "shipping": null, - "auction_end": null, - "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6 Plus", - "16 GB" - ], + "url": "https://www.ebay.com/itm/196571267969", + "title": "Apple iPhone 6 16GB Silver Unlocked", + "price": "$9.95", + "shipping": 15.7, + "auction_end": "2024-08-25T18:21:00", + "bids": 0, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/TX8AAOSw9ltkd48c/s-l300.webp", - "rating": null, - "rating_count": null + "photo": "https://i.ebayimg.com/images/g/dLgAAOSwzZFmxFIJ/s-l140.webp", + "rating": 4.5, + "rating_count": 62 }, { - "url": "https://www.ebay.com/itm/144550203149", - "title": "Sealed in Box Apple iPhone SE (1st Gen) 64/128GB Unlocked A1662 (CDMA + GSM)", - "price": "$199.99", - "shipping": null, + "url": "https://www.ebay.com/itm/296510026117", + "title": "Rare Apple iPhone 3GS -8GB - Black (DOES NOT TURN ON) A1303 (GSM) 16GB Box", + "price": "$35.95", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", + "location": null, "subtitles": [], - "condition": "Brand New", - "photo": "https://i.ebayimg.com/thumbs/images/g/LQAAAOSwt5hYhApL/s-l300.webp", + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/R3QAAOSw3CRmfJn-/s-l140.webp", "rating": 4.5, - "rating_count": 70 + "rating_count": 569 }, { - "url": "https://www.ebay.com/itm/364201352319", - "title": "Apple iPhone 1st Generation - 16GB- Black - A1203 (GSM)", - "price": "$43.99", + "url": "https://www.ebay.com/itm/365053783876", + "title": "Apple iPhone SE A1662 MLLL2LL/A - 16GB - AT&T - Space Gray", + "price": "$44.98", "shipping": null, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone (1st Generation)", - "16 GB", - "AT&T" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/VU0AAOSwjwlkJuor/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/8gcAAOSwIuhms7xu/s-l140.webp", "rating": 5.0, - "rating_count": 5 + "rating_count": 64 }, { - "url": "https://www.ebay.com/itm/314633322961", - "title": "New Listing", - "price": "$36.89", + "url": "https://www.ebay.com/itm/196137501551", + "title": "iOS 3 Apple iPhone 3GS - 8G 16G 32GB (Unlocked) A1303 (GSM) 100% Working", + "price": "$43.00", "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6s", - "16 GB", - "Unlocked" - ], + "location": "from China", + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/8YcAAOSwrthkf3kb/s-l300.webp", - "rating": 4.5, - "rating_count": 138 + "photo": "https://i.ebayimg.com/images/g/FOYAAOSwzQ9kmRbk/s-l140.webp", + "rating": 4.0, + "rating_count": 205 }, { - "url": "https://www.ebay.com/itm/166139766587", - "title": "Apple iPhone 6 - 16GB - Gold - Unlocked - PLEASE READ!", - "price": "$29.99", - "shipping": null, + "url": "https://www.ebay.com/itm/266867876859", + "title": "Apple iPhone Smartphone for Parts/Repair", + "price": "$20.00", + "shipping": 9.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/OpkAAOSwFVhmTrHb/s-l140.webp", + "rating": null, + "rating_count": null + }, + { + "url": "https://www.ebay.com/itm/355890571502", + "title": "(2) Apple iPhone SE, 16+64 GB - Factory Unlocked, Single SIM, USED", + "price": "$75.00", + "shipping": 8.85, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/EQcAAOSwiR5kd8qZ/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/9HYAAOSwdrxmnoCJ/s-l140.webp", "rating": 4.5, - "rating_count": 151 + "rating_count": 272 }, { - "url": "https://www.ebay.com/itm/134594637622", - "title": "Apple iPhone 5 (A1428) 16GB - Silver (GSM Unlocked) - *PLEASE READ* - Q3639", - "price": "$22.99", - "shipping": null, + "url": "https://www.ebay.com/itm/126604478686", + "title": "Apple iPhone 4S Black 16GB-Factory New Open Box With Original Apple Accessories", + "price": "$179.98", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 5", - "16 GB", - "Unlocked" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/Ow8AAOSwDiBkdgZg/s-l300.webp", - "rating": 3.0, - "rating_count": 2 + "location": null, + "subtitles": [], + "condition": "Open Box", + "photo": "https://i.ebayimg.com/images/g/-DYAAOSwHAFmSiZS/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/195795668370", - "title": "Apple iPhone 5s - 16GB - Space Gray (Unlocked) A1533 (CDMA + GSM)", - "price": "$12.00", - "shipping": 10.4, - "auction_end": "2023-06-08T11:10:00", - "bids": 0, - "location": "", + "url": "https://www.ebay.com/itm/286001687189", + "title": "Apple iPhone 6s Plus 16GB - Unlocked Smartphone, Grade B - Battery 72%", + "price": "$55.90", + "shipping": 0.0, + "auction_end": null, + "bids": null, + "location": null, "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "Unlocked" + "We do not share IMEI for security reasons" ], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/6l0AAOSwiJ1kW~pc/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/NQcAAOSwsTNmtSGK/s-l140.webp", "rating": 4.5, - "rating_count": 70 + "rating_count": 53 }, { - "url": "https://www.ebay.com/itm/325583936683", - "title": "iPhone 6s 16GB 32GB 64GB 128GB GSM Unlocked Gold Gray Rose Gold Silver", - "price": "$69.97", - "shipping": 0.0, + "url": "https://www.ebay.com/itm/176531014730", + "title": "Apple iPhone 6 16GB Gold model A1549", + "price": "$25.00", + "shipping": 10.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Fair Condition" - ], - "condition": "Good - Refurbished", - "photo": "https://i.ebayimg.com/thumbs/images/g/WQoAAOSwZ-lkGgxD/s-l300.webp", - "rating": 4.5, - "rating_count": 138 + "location": "from Canada", + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/sf0AAOSwgnNmwL6Y/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/155571859094", - "title": "Lot of (30) Apple A1533 / IPhone 5s , 16GB, Locked / Good Screens.", - "price": "$149.99", + "url": "https://www.ebay.com/itm/355678323008", + "title": "Lot of 14 iPhone 7 For Parts Only", + "price": "$299.99", "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "16 GB" - ], + "location": null, + "subtitles": [], "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/b5EAAOSwCKxkboVx/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/K3oAAOSwQTVmMRzt/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/134597643053", - "title": "iOS 3.1.3 iPhone 3GS 16GB w Matching Box Black Unlocked A1303 (GSM) 810103793NPX", - "price": "$77.70", + "url": "https://www.ebay.com/itm/156267516972", + "title": "iPHONE 5s Silver 16GB & BOX AT&T NOT SUPPPORTED BY APPLE FREE SHIPPING", + "price": "$24.99", "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 3GS", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/CjgAAOSwMpRkD3uR/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/bHYAAOSwfApj1YbA/s-l140.webp", "rating": 4.5, - "rating_count": 31 + "rating_count": 323 }, { - "url": "https://www.ebay.com/itm/195793835118", - "title": "Apple iPhone 5s - 16GB - Space Gray (AT&T) A1533 (GSM)", - "price": "$9.00", - "shipping": 10.4, - "auction_end": "2023-06-07T13:10:00", - "bids": 1, - "location": "", - "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "AT&T" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/NS0AAOSwPGRkWYH8/s-l300.webp", + "url": "https://www.ebay.com/itm/264962271761", + "title": "(BRAND NEW) RARE APPLE IPHONE 4S 16GB WHITE GSM MC920LL/A - FREE SHIPPING", + "price": "$299.00", + "shipping": 0.0, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], + "condition": "Brand New", + "photo": "https://i.ebayimg.com/images/g/3iQAAOSw00VfyIYD/s-l140.webp", "rating": 4.5, - "rating_count": 490 + "rating_count": 142 }, { - "url": "https://www.ebay.com/itm/115806535375", - "title": "Apple iPhone 4 - 16gb - black", - "price": "$10.00", - "shipping": 5.5, + "url": "https://www.ebay.com/itm/116231131943", + "title": "Apple iPhone A1533 Space Gray, For Parts Only, See Pictures", + "price": "$11.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 4", - "16 GB", - "AT&T" - ], + "location": null, + "subtitles": [], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/A94AAOSwNQRmfNRY/s-l140.webp", + "rating": null, + "rating_count": null + }, + { + "url": "https://www.ebay.com/itm/355873557475", + "title": "LOT OF TEN USED WHITE GSM UNLOCKED APPLE iPhone 5C, 16GB A1532 ME505LL/A PHONES", + "price": "$239.99", + "shipping": 10.95, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/BYIAAOSwO6lmlmXR/s-l140.webp", + "rating": null, + "rating_count": null + }, + { + "url": "https://www.ebay.com/itm/305736442108", + "title": "\ud83d\ude31Incredibly Rare iPhone 4S With Many Rare Apps Such Twitter, Angry Birds Etc\ud83d\ude31", + "price": "$89.99", + "shipping": 2.99, + "auction_end": "2024-08-28T17:38:00", + "bids": 0, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/Z1QAAOSwGB9kU7Ye/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/TeMAAOSwyqxmqDSj/s-l140.webp", "rating": 4.5, - "rating_count": 1115 + "rating_count": 992 }, { - "url": "https://www.ebay.com/itm/155399821285", - "title": "Apple iPhone 3rd generation 3GS - 8GB 16GB 32GB -Black White (Unlocked) phone", - "price": "$39.00", - "shipping": 0.0, + "url": "https://www.ebay.com/itm/126392558290", + "title": "Apple iPhone 6 Gold 16 GB With Original Box !", + "price": "$49.99", + "shipping": 4.99, "auction_end": null, "bids": null, - "location": "China", + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/Ru0AAOSwvNVj5Gg3/s-l300.webp", - "rating": 4.0, - "rating_count": 205 + "photo": "https://i.ebayimg.com/images/g/IkcAAOSwcAtl~yop/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/134599992536", - "title": "Lot of (4) Apple iPhone 5S - 16GB - Gray/Silver (Unknown Carrier) READ", - "price": "$24.99", + "url": "https://www.ebay.com/itm/315496065724", + "title": "Apple iPhone 5s A1433 16GB Sprint /T-Mobile Lock Gray Smartphone Cellphone", + "price": "$19.99", + "shipping": 6.15, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/7qUAAOSwFuFmgdEy/s-l140.webp", + "rating": 4.5, + "rating_count": 237 + }, + { + "url": "https://www.ebay.com/itm/126259894091", + "title": "Apple iPhone 5S Black 16GB - A1533 - #5", + "price": "$27.56", "shipping": 0.0, - "auction_end": "2023-06-10T03:40:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 5s", - "16 GB" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/sfcAAOSw-ABka7No/s-l300.webp", + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/1QcAAOSw5t5lkJrK/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/314401012495", - "title": "Apple iPhone 6 Plus 16/64/128GB Unlocked Smartphone Brand New in SEALED Box", - "price": "$117.99", + "url": "https://www.ebay.com/itm/387156143765", + "title": "Good Condition - Apple iPhone 6 16 GB Silver (AT&T) - Free Shipping", + "price": "$35.99", "shipping": null, "auction_end": null, "bids": null, - "location": "", + "location": null, "subtitles": [], - "condition": "Brand New", - "photo": "https://i.ebayimg.com/thumbs/images/g/1l4AAOSwpo9j7aXs/s-l300.webp", + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/yIoAAOSw2QVmhDxY/s-l140.webp", + "rating": 4.5, + "rating_count": 137 + }, + { + "url": "https://www.ebay.com/itm/296542572101", + "title": "PARTS ONLY Apple iPhone SE 2nd Gen- Gray", + "price": "$25.00", + "shipping": 5.99, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/HAoAAOSwpmFmhMgr/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/225600829822", - "title": "Apple iPhone 5c - 16GB - Whited (GSM Unlocked) A1532 - Not Working/For Parts", - "price": "$18.99", - "shipping": 0.0, + "url": "https://www.ebay.com/itm/145946223323", + "title": "Apple iPhone 5s - 16 GB - Silver UNTESTED PLEASE READ DESCRIPTION", + "price": "$12.00", + "shipping": 4.38, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 5c", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/spIAAOSw55lkePxt/s-l300.webp", - "rating": 3.5, - "rating_count": 5 + "photo": "https://i.ebayimg.com/images/g/oM4AAOSw7RRmuViQ/s-l140.webp", + "rating": 4.5, + "rating_count": 323 }, { - "url": "https://www.ebay.com/itm/295731327696", - "title": "Apple iPhone 3GS - 16GB - Black (AT&T) A1303 (GSM)", - "price": "$350.00", - "shipping": 6.0, - "auction_end": "2023-06-07T12:52:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 3GS", - "16 GB", - "AT&T" - ], - "condition": "Brand New", - "photo": "https://i.ebayimg.com/thumbs/images/g/kEwAAOSw7ZBkUrb7/s-l300.webp", + "url": "https://www.ebay.com/itm/145961875566", + "title": "Apple iPhone 6 Plus - 16GB - Gray (Unlocked) A1524 (CDMA + GSM)", + "price": "$3.25", + "shipping": 7.0, + "auction_end": "2024-08-24T09:05:00", + "bids": 5, + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/E28AAOSwJJFmw2yH/s-l140.webp", "rating": 4.5, - "rating_count": 79 + "rating_count": 100 }, { - "url": "https://www.ebay.com/itm/185924753950", - "title": "Apple iPhone 6 A1549/A1586 Space gray As it is", - "price": "$10.00", - "shipping": 9.99, - "auction_end": "2023-06-09T15:48:00", + "url": "https://www.ebay.com/itm/145955993152", + "title": "Apple iPhone 5s - A1533 - 16 GB - Gray (AT&T) Smartphone", + "price": "$15.00", + "shipping": 6.15, + "auction_end": "2024-08-23T11:51:00", + "bids": 12, + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/rbEAAOSwUiJmv58O/s-l140.webp", + "rating": 4.5, + "rating_count": 491 + }, + { + "url": "https://www.ebay.com/itm/166922082216", + "title": "Apple iPhone 5 - 16GB - White & Silver - EXCELLENT - No SIM Card", + "price": "$14.99", + "shipping": 5.93, + "auction_end": "2024-08-23T06:00:00", "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 6", - "16 GB" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/H7gAAOSwecVkcTXS/s-l300.webp", + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/UjEAAOSwtRVmtYdI/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/155381097344", - "title": "Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used", - "price": "$42.88", + "url": "https://www.ebay.com/itm/235705406030", + "title": "Apple iPhone 6s A1688 16GB Space Gray MKRR2LL/A Smartphone - UNLOCKED", + "price": "$41.98", "shipping": null, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 3GS", - "16 GB", - "AT&T" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/jxcAAOSw-5dj1I~O/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/jQ4AAOSwJ0lmxJFM/s-l140.webp", "rating": 4.5, - "rating_count": 79 + "rating_count": 96 }, { - "url": "https://www.ebay.com/itm/374739372354", - "title": "Apple iPhone 6 - 16GB - Space Gray (AT&T) A1549 (GSM)", - "price": "$10.50", - "shipping": 4.44, - "auction_end": "2023-06-08T16:34:00", - "bids": 2, - "location": "", - "subtitles": [ - "Apple iPhone 6", - "16 GB", - "AT&T" - ], + "url": "https://www.ebay.com/itm/156333756688", + "title": "Apple iPhone 5C - 16GB - Blue - Cellular (Verizon) and WiFi ** READ**", + "price": "$25.00", + "shipping": 0.0, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/JoMAAOSwfcFkfnAL/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/bVgAAOSwk3pmrECU/s-l140.webp", "rating": 4.5, - "rating_count": 545 + "rating_count": 131 }, { - "url": "https://www.ebay.com/itm/374730052799", - "title": "Azumi iPhone SE 16GB Unlocked, Silver 2016 (Gen 1) [SE16GB] -NOT WORKING-", - "price": "$0.95", - "shipping": 7.95, - "auction_end": "2023-06-07T19:46:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone SE", - "16 GB" - ], + "url": "https://www.ebay.com/itm/375605255337", + "title": "New Listing", + "price": "$12.00", + "shipping": 8.95, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/JNwAAOSwWQtkd3r0/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/W8kAAOSwL9xmQsTj/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/204358571093", - "title": "Apple iPhone 5s - 16GB - Gold (Unlocked) A1453 (CDMA + GSM)", - "price": "$25.30", - "shipping": 7.87, - "auction_end": null, - "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "Unlocked" - ], + "url": "https://www.ebay.com/itm/365067608450", + "title": "Apple iPhone/Touch/Shuffle Bundle (O) S#542", + "price": null, + "shipping": null, + "auction_end": "2024-08-22T03:43:00", + "bids": 62, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/B~EAAOSwQqBkfR02/s-l300.webp", - "rating": 4.5, - "rating_count": 47 + "photo": "https://i.ebayimg.com/images/g/wlwAAOSwewdmvdu1/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/166140011760", - "title": "Apple iPhone 5s - 16GB - AT&T - Silver - PLEASE READ!", - "price": "$17.99", - "shipping": null, + "url": "https://www.ebay.com/itm/186469016390", + "title": "Mixed lot of 5 APPLE IPHONE 5, 5s, SE 16GB & 64GB UNLOCKED Various Battery Life", + "price": "$125.00", + "shipping": 11.7, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "AT&T" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/a2UAAOSwGZtkd-lM/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/b8kAAOSw6VNmWizc/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/235039910883", - "title": "New Listing", - "price": "$29.99", - "shipping": 9.99, + "url": "https://www.ebay.com/itm/176509096963", + "title": "Apple iPhone SE - 16GB - Rose Gold (Unlocked) A1662 (CDMA + GSM) Tested & Works", + "price": "$44.95", + "shipping": 8.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/9joAAOSwsexkMYra/s-l300.webp", - "rating": 4.5, - "rating_count": 95 + "photo": "https://i.ebayimg.com/images/g/cKYAAOSwrHNmsTTz/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/256014356802", - "title": "Apple iPhone 3GS - 16GB - Black (AT&T) A1303 (GSM)", - "price": "$40.00", - "shipping": 11.3, + "url": "https://www.ebay.com/itm/256542590884", + "title": "WORKING Apple iPhone 3GS - 16GB - Black (AT&T) A1303 (GSM)", + "price": "$30.45", + "shipping": 4.68, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 3GS", - "16 GB", - "AT&T" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/EtQAAOSwXYdkFcIJ/s-l300.webp", - "rating": 4.5, - "rating_count": 79 + "photo": "https://i.ebayimg.com/images/g/K~UAAOSwQ5RmavVJ/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/295740202264", - "title": "Apple iPhone 6 Plus - 16GB - Silver (Unlocked) A1524 (CDMA + GSM)", - "price": "$20.50", - "shipping": 10.4, - "auction_end": "2023-06-11T18:21:00", - "bids": 11, - "location": "", - "subtitles": [ - "Apple iPhone 6 Plus", - "16 GB", - "Unlocked" - ], + "url": "https://www.ebay.com/itm/286011645605", + "title": "Apple iPhone 5c - Blue Att", + "price": "$30.00", + "shipping": 4.0, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/UkcAAOSwK2RkfTWc/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/PgEAAOSwh2NmvQEu/s-l140.webp", "rating": 4.5, - "rating_count": 133 + "rating_count": 316 }, { - "url": "https://www.ebay.com/itm/385263697466", - "title": "Apple iPhone 6S Plus 16GB Verizon Smartphone - Good", - "price": "$79.95", - "shipping": null, + "url": "https://www.ebay.com/itm/176498618459", + "title": "Apple iPhone 5s Space Gray black A1522 for parts", + "price": "$15.33", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", + "location": null, "subtitles": [], - "condition": "Good - Refurbished", - "photo": "https://i.ebayimg.com/thumbs/images/g/RC0AAOSw4q9XTeeE/s-l300.webp", - "rating": 5.0, - "rating_count": 38 + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/5-QAAOSwWAVlkgHI/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/325640257768", - "title": "For Parts Only Apple iPhone SE Grey A1662 For Parts Only No Warranty", - "price": "$16.99", - "shipping": null, + "url": "https://www.ebay.com/itm/116298107663", + "title": "Lot Of (4) Apple: iPhone 5S 6S iPod iPad For parts Only please read", + "price": "$49.00", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone SE", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/dYEAAOSwZI5kUWJX/s-l300.webp", - "rating": 4.0, - "rating_count": 5 + "photo": "https://i.ebayimg.com/images/g/MCUAAOSwGBFmw~RU/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/185901967611", - "title": "Apple iPhone 5c - 8/16/32GB - (Green, Blue. White, Pink) - (Unlocked) Average", - "price": "$34.95", - "shipping": null, + "url": "https://www.ebay.com/itm/226130912048", + "title": "Apple iPhone 5 - 16GB - Black & Slate (Unlocked) A1428", + "price": "$23.50", + "shipping": 8.6, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/8ZcAAOSw8exmIwJy/s-l140.webp", + "rating": 4.5, + "rating_count": 583 + }, + { + "url": "https://www.ebay.com/itm/315592275327", + "title": "Apple iPhone 5 - 16GB - Black & Slate (Unlocked) A1428 (GSM)", + "price": "$28.99", + "shipping": 4.38, "auction_end": null, "bids": null, - "location": "", + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/WeMAAOSwo95mozrw/s-l140.webp", + "rating": 4.5, + "rating_count": 583 + }, + { + "url": "https://www.ebay.com/itm/145961858642", + "title": "Apple iPhone 6 -A1549 - 16GB - Gray (Unlocked) (CDMA + GSM) Smartphone", + "price": "$12.50", + "shipping": 7.0, + "auction_end": "2024-08-24T08:38:00", + "bids": 9, + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/ECkAAOSwV89kZROG/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/haEAAOSw4N5mw2Q-/s-l140.webp", "rating": 4.5, - "rating_count": 9 + "rating_count": 189 }, { - "url": "https://www.ebay.com/itm/374732094575", - "title": "Lot of 3 Apple iPhone 7, 8 & XS 32GB, 64GB, 256GB (A1660, A1905 & A1920) Read!", - "price": "$209.95", + "url": "https://www.ebay.com/itm/405141481370", + "title": "Apple iPhone 6 16gb Gray A1586 (Unlocked) Bright Spots On Screen", + "price": "$29.99", "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6s", - "16 GB", - "AT&T" - ], + "location": null, + "subtitles": [], "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/MFUAAOSwdE1keVe4/s-l300.webp", - "rating": null, - "rating_count": null + "photo": "https://i.ebayimg.com/images/g/O5AAAOSwHXFmrUft/s-l140.webp", + "rating": 4.5, + "rating_count": 322 }, { - "url": "https://www.ebay.com/itm/166140740995", - "title": "Apple iPhone SE (2016) - iOS 2GB RAM 16GB 32GB 64GB 128GB 4.0\" 4G LTE Phone", - "price": "$97.66", - "shipping": 15.0, + "url": "https://www.ebay.com/itm/145941424724", + "title": "Apple Iphone 4s Black Unlocked 16GB 512MB RAM 3.5\" Touchscreen IOS Smartphone", + "price": "$19.99", + "shipping": 6.05, "auction_end": null, "bids": null, - "location": "China", + "location": null, "subtitles": [], - "condition": "Open Box", - "photo": "https://i.ebayimg.com/thumbs/images/g/HBIAAOSwWZRkIu3M/s-l300.webp", + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/wa0AAOSwlQJmtlT6/s-l140.webp", "rating": 4.5, - "rating_count": 28 + "rating_count": 557 }, { - "url": "https://www.ebay.com/itm/354833291072", - "title": "New Listing", - "price": "$24.99", - "shipping": 10.95, + "url": "https://www.ebay.com/itm/315309408746", + "title": "2009 Apple iPhone 3GS 16GB White In Box Working", + "price": "$149.75", + "shipping": 9.5, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 5c", - "16 GB", - "AT&T" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/SZ0AAOSwfANkf6Zl/s-l300.webp", - "rating": 3.5, - "rating_count": 5 + "photo": "https://i.ebayimg.com/images/g/0RcAAOSwEHJmJBj2/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/334896460644", - "title": "AS IS : Apple iPhone 3G - 16GB - Black (Unlocked) A1241 (GSM)", - "price": "$18.10", - "shipping": 5.55, - "auction_end": "2023-06-09T08:49:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 3G", - "16 GB", - "Unlocked" - ], + "url": "https://www.ebay.com/itm/186486271117", + "title": "I phone Lot", + "price": "$55.00", + "shipping": 14.0, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/6tsAAOSwog1keg68/s-l300.webp", - "rating": 4.0, - "rating_count": 225 - }, - { - "url": "https://www.ebay.com/itm/256102212716", - "title": "New Listing", - "price": "$20.00", - "shipping": 0.0, - "auction_end": "2023-06-11T22:10:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 6s", - "16 GB" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/Y~sAAOSwVvRkeXkZ/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/dIYAAOSwu7NmZiNE/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/134602236069", - "title": "New Listing", - "price": "$31.99", - "shipping": null, + "url": "https://www.ebay.com/itm/256358172587", + "title": "Apple iPhone 4s - 16GB - Black (Verizon) A1387 (iOS 7.0.4)", + "price": "$65.00", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/0iMAAOSwiBZkZOZY/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/ZMYAAOSw6WVljk6v/s-l140.webp", "rating": 4.5, - "rating_count": 49 + "rating_count": 516 }, { - "url": "https://www.ebay.com/itm/325670647497", - "title": "Apple iPhone 6 (A1586) 16gb Silver Unlocked bad finger print ID READ* #53", - "price": "$29.95", + "url": "https://www.ebay.com/itm/266955567157", + "title": "Apple iPhone 6S 4G GSM Unlocked 16GB Gray Excellent Condition", + "price": "$64.99", "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6", - "16 GB", - "AT&T" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/NjkAAOSwXLJkcSDf/s-l300.webp", - "rating": 4.0, - "rating_count": 137 - }, - { - "url": "https://www.ebay.com/itm/266274782184", - "title": "Apple iPhone 4s - 16GB - Black (Unlocked)", - "price": "$15.00", - "shipping": 5.85, - "auction_end": null, - "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 4s", - "16 GB", - "Unlocked" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/eksAAOSwg3BkcuVC/s-l300.webp", - "rating": 4.5, - "rating_count": 552 + "location": null, + "subtitles": [], + "condition": "Open Box", + "photo": "https://i.ebayimg.com/images/g/BXUAAOSwRLpmvj2w/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/224939826170", - "title": "Apple iPhone 5s 16GB Space Gray(Verizon) A1533 (CDMA Unlocked GSM)New Other SEAL", - "price": "$79.55", - "shipping": null, + "url": "https://www.ebay.com/itm/256506685189", + "title": "Apple iPhone 6s Rose Gold A1688 (CDMA + GSM). For Parts Not Working", + "price": "$14.96", + "shipping": 5.62, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "SEALED BOX,+POST PAY STANDARD ACCOUNT,+NEW ACCESSORIES", - "Apple iPhone 5s", - "16 GB", - "Verizon" - ], - "condition": "Open Box", - "photo": "https://i.ebayimg.com/thumbs/images/g/mWQAAOSwMpFcRPra/s-l300.webp", + "location": null, + "subtitles": [], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/WX4AAOSw6S9mPQ~D/s-l140.webp", "rating": 4.5, - "rating_count": 389 + "rating_count": 86 }, { - "url": "https://www.ebay.com/itm/145086728897", - "title": "Apple iPhone 6s 16GB Space Gray (locked)", - "price": "$39.99", - "shipping": 5.99, + "url": "https://www.ebay.com/itm/204794620777", + "title": "Apple iPhone 5c and SE - Lot of 2 (Please Read)", + "price": "$50.00", + "shipping": 5.8, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6s", - "16 GB" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/mDAAAOSwKChkC6Hl/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/NHUAAOSwhdZmR7~-/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/385574749838", - "title": "Apple iPhone 6 - 16GB - Space Gray (Unlocked) A1549 (CDMA + GSM)", - "price": "$5.00", - "shipping": 10.0, - "auction_end": null, - "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6", - "16 GB", - "Unlocked" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/9O0AAOSwJTlkSdKU/s-l300.webp", - "rating": 4.5, - "rating_count": 252 - }, - { - "url": "https://www.ebay.com/itm/125966260083", - "title": "New Listing", - "price": "$0.99", - "shipping": 5.7, - "auction_end": "2023-06-13T15:37:00", + "url": "https://www.ebay.com/itm/355967349997", + "title": "Apple iPhone 4s GSM Unlocked 16GB Black model A1387 - Good Condition", + "price": "$0.01", + "shipping": 4.68, + "auction_end": "2024-08-25T21:06:00", "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 4s", - "16 GB" - ], + "location": null, + "subtitles": [], "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/O4sAAOSwPoRkf7S8/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/EXgAAOSwVcZmwsQm/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/195806918687", - "title": "New Listing", - "price": "$59.99", - "shipping": null, + "url": "https://www.ebay.com/itm/166598100235", + "title": "Apple iPhone 5S For Parts", + "price": "$5.00", + "shipping": 4.68, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6s Plus", - "16 GB", - "T-Mobile" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/284AAOSwHyVkf47b/s-l300.webp", - "rating": 4.5, - "rating_count": 84 - }, - { - "url": "https://www.ebay.com/itm/204355579616", - "title": "*AS-IS* Lot of 7 Apple iPhone 6S A1633/A1688 16GB Smartphones (R2838)", - "price": "$39.95", - "shipping": 18.0, - "auction_end": "2023-06-08T14:09:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 6s", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/I20AAOSwmNdkeQkF/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/0agAAOSwGZ1lzE-G/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/285308265192", - "title": "Apple iPhone 6 - 16GB - SILVER (RENEWED)", - "price": "$27.50", - "shipping": 12.55, - "auction_end": null, - "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6", - "16 GB" - ], + "url": "https://www.ebay.com/itm/196571266124", + "title": "Apple iPhone 6 16GB Silver Unlocked - READ", + "price": "$9.95", + "shipping": 15.7, + "auction_end": "2024-08-25T18:20:00", + "bids": 1, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/fooAAOSwxyJkdhCP/s-l300.webp", - "rating": null, - "rating_count": null + "photo": "https://i.ebayimg.com/images/g/e9IAAOSwxVVmxFGP/s-l140.webp", + "rating": 4.5, + "rating_count": 62 }, { - "url": "https://www.ebay.com/itm/175756849176", - "title": "Iphone 6s Rose Gold & White As-Is - For Parts Not Working", - "price": "$4.00", - "shipping": 5.85, - "auction_end": "2023-06-10T20:04:00", - "bids": 1, - "location": "", - "subtitles": [ - "Apple iPhone 6s", - "16 GB" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/b1IAAOSwJeJke~l8/s-l300.webp", - "rating": null, - "rating_count": null + "url": "https://www.ebay.com/itm/375309499910", + "title": "Apple iPhone 6S A1633 16GB Unlocked Gray Used - Read in Full", + "price": "$39.99", + "shipping": 7.49, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/tikAAOSw7Chlm0HR/s-l140.webp", + "rating": 5.0, + "rating_count": 207 }, { - "url": "https://www.ebay.com/itm/374738430446", - "title": "Apple iPhone 5s - 16GB - Gold (Unlocked) A1533 (CDMA + GSM)", - "price": "$10.80", - "shipping": 12.5, - "auction_end": "2023-06-12T06:50:00", + "url": "https://www.ebay.com/itm/387301762999", + "title": "Apple iPhone SE (1st Gen) - A1662 - 16GB - Gray - Unlocked (815ZA)", + "price": "$24.00", + "shipping": 10.6, + "auction_end": "2024-08-23T08:55:00", "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/qeIAAOSwXcFkdxNT/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/cV0AAOSwwQxmonSF/s-l140.webp", "rating": 4.5, - "rating_count": 43 + "rating_count": 272 }, { - "url": "https://www.ebay.com/itm/125748197213", - "title": "Apple iPhone 3GS A1303 Black ( Unlocked ) Smartphone 16GB", - "price": "$44.68", - "shipping": 0.0, + "url": "https://www.ebay.com/itm/395575195829", + "title": "Apple iPhone 6 16GB Silver A1549", + "price": "$22.75", + "shipping": 6.15, "auction_end": null, "bids": null, - "location": "China", - "subtitles": [ - "Apple iPhone 3GS", - "32 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/g94AAOSwEKBj2jFl/s-l300.webp", - "rating": 4.5, - "rating_count": 23 + "photo": "https://i.ebayimg.com/images/g/DSIAAOSwhkhmr7Nq/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/145123432709", - "title": "New Listing", - "price": "$6.30", - "shipping": 10.2, - "auction_end": "2023-06-13T07:02:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 6s", - "16 GB", - "Unlocked" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/vLgAAOSwoSNkfzxY/s-l300.webp", + "url": "https://www.ebay.com/itm/116294396142", + "title": "Apple iPhone 3GS - 16 GB - Black (AT&T) In Box Grade B **READ", + "price": "$200.00", + "shipping": 0.0, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/qTIAAOSwzvxmwYsN/s-l140.webp", "rating": 4.5, - "rating_count": 256 + "rating_count": 82 }, { - "url": "https://www.ebay.com/itm/125957560294", - "title": "Apple iPhone 6 Space Grey 16GB A1549 CDMA + GSM Unlocked Parts Lot of 2", + "url": "https://www.ebay.com/itm/176514472032", + "title": "Apple iPhone 5 - 16GB (Unlocked) A1429 Black | 91% batt | RARE iOS 8! 8.0.2", "price": "$34.99", - "shipping": 10.55, + "shipping": 5.99, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6", - "16 GB", - "Unlocked" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/7EQAAOSwQqBkd7nz/s-l300.webp", + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/38sAAOSwTSdmtZqF/s-l140.webp", "rating": 4.5, - "rating_count": 252 + "rating_count": 33 }, { - "url": "https://www.ebay.com/itm/266282770441", - "title": "Apple iPhone 5s - 16GB - Space Gray (AT&T) A1533 (GSM)", - "price": "$0.99", - "shipping": 4.7, - "auction_end": "2023-06-09T18:44:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "AT&T" - ], + "url": "https://www.ebay.com/itm/395281016637", + "title": "Apple iPhone 6 - 16 GB - Silver (Metro PCS)", + "price": "$50.00", + "shipping": 13.17, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/LhUAAOSwt41kepqr/s-l300.webp", - "rating": 4.5, - "rating_count": 490 + "photo": "https://i.ebayimg.com/images/g/zysAAOSw1~tl82d0/s-l140.webp", + "rating": 3.5, + "rating_count": 5 }, { - "url": "https://www.ebay.com/itm/165037295307", - "title": "Near Excellent Cond Apple iPhone SE 16GB /32GB /64Gb /128GB Unlocked Verizon ATT", - "price": "$70.00", - "shipping": null, + "url": "https://www.ebay.com/itm/266912690813", + "title": "iOS 8.1.2 iPhone 4s A1387 - 16GB White - Fully Functional - Unlocked", + "price": "$25.99", + "shipping": 6.05, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "\u2705 SHIP SAME DAY \u2705 TRUSTED BUSINESS SELLER \u2705 FREE RETURN" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/6B0AAOSwI9lgornE/s-l300.webp", - "rating": null, - "rating_count": null + "photo": "https://i.ebayimg.com/images/g/GL0AAOSwIENmjIFi/s-l140.webp", + "rating": 4.5, + "rating_count": 270 }, { - "url": "https://www.ebay.com/itm/285149369150", - "title": "Apple iPhone 6 - 16GB - Gold (AT&T) A1549 (GSM) BAD BATTERY", - "price": "$19.99", - "shipping": 0.0, + "url": "https://www.ebay.com/itm/226215594002", + "title": "Apple iPhone 5s - 16 GB - Black Space Grey (T-Mobile)", + "price": "$20.50", + "shipping": 8.44, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6", - "16 GB", - "AT&T" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/qAoAAOSwCKpj7lnr/s-l300.webp", - "rating": 4.5, - "rating_count": 200 + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/96gAAOSwooZmfnn4/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/145120877349", - "title": "Apple iPhone SE - 16GB - Space Gray A1662 For parts", - "price": "$20.00", - "shipping": 0.0, + "url": "https://www.ebay.com/itm/186548574165", + "title": "Apple iPhone SE - 16 GB - Gray (Verizon) (Single SIM) Parts Only", + "price": "$10.00", + "shipping": 6.15, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone SE", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/ndYAAOSwkGdkQrlk/s-l300.webp", - "rating": 4.5, - "rating_count": 328 + "photo": "https://i.ebayimg.com/images/g/8boAAOSwaVdmi~6l/s-l140.webp", + "rating": 5.0, + "rating_count": 96 }, { - "url": "https://www.ebay.com/itm/385629131610", - "title": "Apple iPhone SE - 16GB - Silver (Unlocked) A1662 (CDMA + GSM)", - "price": "$8.00", - "shipping": 10.0, + "url": "https://www.ebay.com/itm/355904616313", + "title": "Lot 32 Apple Samsung LG LOCKED UNLOCKED Cell Phone Tablet GoPro Parts RepairOnly", + "price": "$225.00", + "shipping": 56.35, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone SE", - "16 GB", - "Unlocked" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/8hcAAOSwyeRkapan/s-l300.webp", - "rating": 4.5, - "rating_count": 105 - }, - { - "url": "https://www.ebay.com/itm/185926243454", - "title": "IPhone 6 16GB Sprint *AS IS (READ)", - "price": "$18.59", - "shipping": 0.0, - "auction_end": "2023-06-08T20:55:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 11 Pro Max", - "64 MB", - "Sprint" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/cFUAAOSwYTpkfAsz/s-l300.webp", + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/ePQAAOSwv2Zmltuq/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/175297158201", - "title": "Apple iPhone SE 16/32/64/128GB A1662 AT&T T-Mobile Unlocked Excellent", - "price": "$44.99", - "shipping": 0.0, + "url": "https://www.ebay.com/itm/176485002241", + "title": "Apple iPhone 6S - 16GB - AT&T - Rose Gold - A1549 - VERY GOOD CONDITION", + "price": "$45.00", + "shipping": 4.38, "auction_end": null, "bids": null, - "location": "", + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/nU4AAOSwk91ij~w8/s-l300.webp", - "rating": 4.5, - "rating_count": 35 + "photo": "https://i.ebayimg.com/images/g/tB0AAOSw4rVmnuq8/s-l140.webp", + "rating": 5.0, + "rating_count": 87 }, { - "url": "https://www.ebay.com/itm/354804881970", - "title": "Apple iPhone 3GS - 16GB - Black And White A1303", - "price": "$17.99", + "url": "https://www.ebay.com/itm/126546991514", + "title": "Apple iPhone 4S White 16GB- Factory New Open Box With Original Apple Accessories", + "price": "$189.98", "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", + "location": null, "subtitles": [], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/qkYAAOSwfiFkbWwn/s-l300.webp", + "condition": "Open Box", + "photo": "https://i.ebayimg.com/images/g/xMUAAOSwxp1me0X6/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/175760389757", - "title": "New Listing", - "price": "$25.00", - "shipping": 5.6, - "auction_end": "2023-06-13T09:24:00", + "url": "https://www.ebay.com/itm/387311368499", + "title": "Lot of 2 - Apple iPhone SE (1st Gen) - A1662 - 16GB - Gray - Unlocked (817ZF)", + "price": "$48.00", + "shipping": 10.6, + "auction_end": "2024-08-26T11:17:00", "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 5", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/BVcAAOSwX51kbOfE/s-l300.webp", - "rating": 4.5, - "rating_count": 576 + "photo": "https://i.ebayimg.com/images/g/dVAAAOSwsg5ms-w5/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/155265390673", - "title": "Apple iPhone 5S 16/32/64GB All Colors GSM UNLOCKED Good Condition", - "price": "$40.49", + "url": "https://www.ebay.com/itm/166919100665", + "title": "Apple iPhone 5s 16GB Of Storage Black Colored (Fully Unlocked)", + "price": "$26.75", "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/-TMAAOSw4i1jeIxT/s-l300.webp", - "rating": 4.5, - "rating_count": 6 - }, - { - "url": "https://www.ebay.com/itm/115589230201", - "title": "Apple iPhone SE 16GB Space Gray LTE Cellular T-Mobile MLLU2LL/A", - "price": "$109.00", - "shipping": null, - "auction_end": null, - "bids": null, - "location": "", - "subtitles": [], - "condition": "Brand New", - "photo": "https://i.ebayimg.com/thumbs/images/g/vAYAAOSwl-hg0y37/s-l300.webp", - "rating": 5.0, - "rating_count": 49 + "photo": "https://i.ebayimg.com/images/g/YHUAAOSwFHpmvM6h/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/363714493101", - "title": "*NEW SEALED* T-MOBILE Apple iPhone 6 Plus 16/64/128GB Unlocked Smartphone", - "price": "$126.99", - "shipping": null, + "url": "https://www.ebay.com/itm/156322210355", + "title": "Apple iPhone 6 - 16 GB - Gray (Unlocked) (Single SIM)", + "price": "$19.99", + "shipping": 5.45, "auction_end": null, "bids": null, - "location": "", + "location": null, "subtitles": [], - "condition": "Brand New", - "photo": "https://i.ebayimg.com/thumbs/images/g/s2wAAOSwAsBinxml/s-l300.webp", + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/Y9QAAOSw26tmlejt/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/354802635751", - "title": "New Apple iPhone 8 Plus / 6s /6s Plus 16/64/128GB Unlocked T-Mobile AT&T Verizon", - "price": "$179.59", + "url": "https://www.ebay.com/itm/285997098139", + "title": "Apple iPhone 5s 16gb Space Gray A1533 (AT&T Only) Reduced Price NW2787", + "price": "$20.25", "shipping": null, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Choose the right model - Please see description" - ], - "condition": "Brand New", - "photo": "https://i.ebayimg.com/thumbs/images/g/FFgAAOSwFF1iKsBL/s-l300.webp", - "rating": null, - "rating_count": null + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/Me4AAOSw-mhmsYDG/s-l140.webp", + "rating": 4.5, + "rating_count": 491 }, { - "url": "https://www.ebay.com/itm/354814000509", - "title": "Jailbroken 10.2 iPhone SE 1st 16GB Rose Gold Unlocked (CDMA+GSM !!read!!\ud83d\udc47\ud83d\udc47\ud83d\udc47", - "price": "$299.00", - "shipping": 9.35, + "url": "https://www.ebay.com/itm/126461062397", + "title": "Apple iPhone 1st Generation - 16GB - Black A1203 - LINES ON SCREEN - (C3:1)", + "price": "$33.30", + "shipping": 6.97, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone SE", - "16 GB", - "Unlocked" - ], - "condition": "Brand New", - "photo": "https://i.ebayimg.com/thumbs/images/g/X-4AAOSwmWNkc3KQ/s-l300.webp", - "rating": 4.5, - "rating_count": 203 + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/IdMAAOSw4hJmMwgo/s-l140.webp", + "rating": 5.0, + "rating_count": 40 }, { - "url": "https://www.ebay.com/itm/114926716026", - "title": "(8+/10 condition) Apple iPhone 6 Plus 16GB/64GB (Unlocked/Verizon/ AT&T/Sprint)", - "price": "$50.52", - "shipping": null, + "url": "https://www.ebay.com/itm/225837584749", + "title": "Apple iPhone 4. Screen Shows Battery When Plugged In. Untested.", + "price": "$8.10", + "shipping": 8.0, "auction_end": null, "bids": null, - "location": "", + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/mnkAAOSwCEVhD4jd/s-l300.webp", - "rating": 4.5, - "rating_count": 71 + "photo": "https://i.ebayimg.com/images/g/a0QAAOSwU1Zkhm09/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/334899533464", - "title": "Apple iPhone 5 - 16GB - Black - (Unlocked) - A1429 - WORKS GREAT", - "price": "$19.99", - "shipping": null, - "auction_end": "2023-06-11T16:24:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 5", - "16 GB", - "Unlocked" - ], + "url": "https://www.ebay.com/itm/235639042305", + "title": "Apple iPhone 4 - 16 GB - White (AT&T) (Single SIM)", + "price": "$20.00", + "shipping": 7.94, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/TnkAAOSwgKJkQHfv/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/-vwAAOSwnVxmhfTB/s-l140.webp", "rating": 4.5, - "rating_count": 576 + "rating_count": 23 }, { - "url": "https://www.ebay.com/itm/173516051852", - "title": "Apple iPhone 4S 16GB Verizon/Unlocked Cell Phone GOOD", - "price": "$29.90", - "shipping": 4.99, + "url": "https://www.ebay.com/itm/224668553918", + "title": "Apple iPhone 4 - 16GB - White (Verizon) A1349 (CDMA) MC677LL", + "price": "$33.50", + "shipping": 4.68, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 4s", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/GRYAAOSwdvpkb7Du/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/otIAAOSwOwFhfWz2/s-l140.webp", "rating": 4.5, - "rating_count": 552 + "rating_count": 312 }, { - "url": "https://www.ebay.com/itm/175629001434", - "title": "iPhone 5 & 5c lot Bulk Liquidation No iCloud (read Description)", - "price": "$2,500.00", - "shipping": 0.0, + "url": "https://www.ebay.com/itm/395602578491", + "title": "Apple iPhone 6/7 Unlocked - Lot Of 17 - BROKEN - For parts AS-IS", + "price": "$450.00", + "shipping": 24.86, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 5c", - "16 GB" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/xzYAAOSw~Ghj-oQo/s-l300.webp", + "location": null, + "subtitles": [], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/~n0AAOSwA6RmulQG/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/166146857679", - "title": "Apple iPhone 5c A1532 16GB White Smartphone/Cell Original Packaging -Tested", - "price": "$24.99", - "shipping": 5.35, + "url": "https://www.ebay.com/itm/116234974312", + "title": "ORIGINAL - APPLE IPHONE 3Gs - BLACK 16 GB SEALED! INVESTMENT! Read Description", + "price": "$3,899.99", + "shipping": 6.15, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 5c", - "16 GB" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/wAcAAOSw-~Nke3n-/s-l300.webp", - "rating": null, - "rating_count": null + "location": null, + "subtitles": [], + "condition": "Brand New", + "photo": "https://i.ebayimg.com/images/g/wZoAAOSwXzRjN2-z/s-l140.webp", + "rating": 4.5, + "rating_count": 82 }, { - "url": "https://www.ebay.com/itm/155488450954", - "title": "Apple iPhone SE - 16GB - Space Gray (T-Mobile) A1662 CLEAN ESN Smartphone #50", - "price": "$49.95", - "shipping": 0.0, + "url": "https://www.ebay.com/itm/355958706425", + "title": "Lot of 8 Apple iPod Touch T3rd Gen 32GB (5pcs )/4th Gen 16GB(1)/32GB(1)/64GB(1)", + "price": "$159.00", + "shipping": 15.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone SE", - "16 GB", - "T-Mobile" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/1GoAAOSw5sJkLI00/s-l300.webp", - "rating": 5.0, - "rating_count": 49 + "photo": "https://i.ebayimg.com/images/g/rUgAAOSwLdlmfwTr/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/363789181438", - "title": "*NEW SEALED* Apple Verizon iPhone 6s Plus 16/64/128GB UNLOCKED Smartphone USA", - "price": "$161.99", - "shipping": null, + "url": "https://www.ebay.com/itm/226276931959", + "title": "Apple iPhone 6S Model A1688 T-Mobile Damaged For Parts or Repair Only", + "price": "$12.99", + "shipping": 7.94, "auction_end": null, "bids": null, - "location": "", + "location": null, "subtitles": [], - "condition": "Brand New", - "photo": "https://i.ebayimg.com/thumbs/images/g/EQEAAOSwGbxinxnw/s-l300.webp", - "rating": 4.5, - "rating_count": 6 + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/MM8AAOSwoFlmr5eo/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/385664458005", - "title": "New Listing", - "price": "$19.00", - "shipping": 10.4, - "auction_end": "2023-06-13T12:45:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "Unlocked" - ], + "url": "https://www.ebay.com/itm/296285094400", + "title": "Apple iPhone 6s T-Mobile - 16GB Rose Gold With Original Box", + "price": "$39.99", + "shipping": 14.99, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/U34AAOSwE2Fkf4x~/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/ub4AAOSwvJ1l71pu/s-l140.webp", "rating": 4.5, - "rating_count": 70 + "rating_count": 13 }, { - "url": "https://www.ebay.com/itm/155480354733", - "title": "Apple iPhone 5s - 16GB - gray (Unlocked)", - "price": "$31.99", - "shipping": null, + "url": "https://www.ebay.com/itm/334971115529", + "title": "\ud83d\udcf1 Apple iPhone 5 16/32/64GB Unlocked Grade A+ Multiple Colors IOS 10 \ud83d\udcf1", + "price": "$28.00", + "shipping": 7.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "Unlocked" - ], + "location": "from China", + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/Y1gAAOSwpT9kJk0U/s-l300.webp", - "rating": 4.5, - "rating_count": 284 + "photo": "https://i.ebayimg.com/images/g/8DEAAOSwdY5kmloc/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/175684676988", - "title": "Apple iPHONE 6S Locked OEM Pre-Owned Parts or Repair", - "price": "$20.00", - "shipping": 0.0, + "url": "https://www.ebay.com/itm/266851191019", + "title": "iPhone 5 - Used, Untested, with Original Box", + "price": "$14.99", + "shipping": 9.99, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6s", - "16 GB" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/jbUAAOSwDMNkNGUd/s-l300.webp", + "location": null, + "subtitles": [], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/skcAAOSw6XtmZMm8/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/155583667927", - "title": "Apple iPhone 6 A1586 - 16GB - Space Grey - Unlocked - Factory Reset - Smartphone", - "price": "$37.99", - "shipping": null, + "url": "https://www.ebay.com/itm/285949325927", + "title": "Apple iPhone 4s 16GB", + "price": "$28.00", + "shipping": 4.68, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6", - "16 GB", - "Unlocked" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/aMYAAOSwzvFkd23C/s-l300.webp", - "rating": 4.0, - "rating_count": 9 - }, - { - "url": "https://www.ebay.com/itm/145121892197", - "title": "Apple iPhone 5 - 16 GB - White - (Unlocked) A1428 KKD", - "price": "$5.50", - "shipping": 5.6, - "auction_end": "2023-06-12T08:47:00", - "bids": 2, - "location": "", - "subtitles": [ - "Apple iPhone 5", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/rAkAAOSw9fxkfgMk/s-l300.webp", - "rating": 4.5, - "rating_count": 517 + "photo": "https://i.ebayimg.com/images/g/nLUAAOSwJ2xmjBMK/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/275888232340", - "title": "New Listing", - "price": "$15.00", - "shipping": 8.3, - "auction_end": "2023-06-13T11:00:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "Verizon" - ], + "url": "https://www.ebay.com/itm/142206732185", + "title": "Apple iPhone 5C 16GB Unlocked GSM White A1532 Good", + "price": "$24.95", + "shipping": 0.0, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/MuMAAOSwkFhkXWfp/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/I-MAAOSwMmBVzlFM/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/266286933227", - "title": "Apple iPhone 6s - 16GB - Silver (Verizon) A1688 (CDMA + GSM) For Parts", - "price": "$13.00", + "url": "https://www.ebay.com/itm/126632560686", + "title": "Apple iPhone 6 Plus - 16GB - Gold (Verizon) A1522 (CDMA + GSM)", + "price": "$34.99", "shipping": 0.0, - "auction_end": "2023-06-12T11:36:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 6s", - "16 GB", - "Verizon" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/zNsAAOSwi5NkaPUY/s-l300.webp", + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/bQkAAOSwmrxmwpEh/s-l140.webp", "rating": 4.5, - "rating_count": 61 - }, - { - "url": "https://www.ebay.com/itm/145124308043", - "title": "New Listing", - "price": "$0.95", - "shipping": 7.95, - "auction_end": "2023-06-13T18:30:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 6s", - "16 GB" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/BvsAAOSwWQtkfdp6/s-l300.webp", - "rating": null, - "rating_count": null + "rating_count": 64 }, { - "url": "https://www.ebay.com/itm/275881704239", - "title": "Apple A1532 iPhone 5c 8GB (Verizon) White Smartphone", - "price": "$25.00", - "shipping": 0.0, + "url": "https://www.ebay.com/itm/145888695298", + "title": "(iOS 4.2.1) (RARE) Apple iPhone 4 - 16 GB - Black", + "price": "$139.99", + "shipping": 6.05, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 5c", - "16 GB", - "Verizon" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/4rYAAOSwrDpkeORj/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/amwAAOSwyARmhsa4/s-l140.webp", "rating": 4.5, - "rating_count": 239 + "rating_count": 1115 }, { - "url": "https://www.ebay.com/itm/166139363982", - "title": "Apple iPhone 5s - 16GB - AT&T - Gray - PLEASE READ!", - "price": "$22.99", - "shipping": null, + "url": "https://www.ebay.com/itm/145945878471", + "title": "Apple iPhone 6s - 16GB - Silver (Unlocked) A1688", + "price": "$54.95", + "shipping": 4.43, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "AT&T" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/2NQAAOSwg2Vkd52~/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/9nYAAOSwAKJmuSlY/s-l140.webp", "rating": 5.0, - "rating_count": 3 + "rating_count": 22 }, { - "url": "https://www.ebay.com/itm/256096406163", - "title": "Apple iPhone 5 - 16GB - White & Silver (Verizon) A1429 (CDMA + GSM)", - "price": "$3.00", - "shipping": 4.7, - "auction_end": "2023-06-08T16:07:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 5", - "16 GB", - "Verizon" - ], + "url": "https://www.ebay.com/itm/185874375423", + "title": "Apple iPhone 6 Plus - 16GB - Silver (Verizon) A1522 (CDMA + GSM)", + "price": "$9.99", + "shipping": 5.95, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/AlwAAOSwq5Rkb-oM/s-l300.webp", - "rating": 4.5, - "rating_count": 240 + "photo": "https://i.ebayimg.com/images/g/XdUAAOSwSrFkTCcS/s-l140.webp", + "rating": 5.0, + "rating_count": 45 }, { - "url": "https://www.ebay.com/itm/175751333516", - "title": "Apple iPhone 5s - 16GB (Unlocked) A1533 Space Gray | MDM Managed | minor crack", - "price": "$14.99", - "shipping": 6.99, + "url": "https://www.ebay.com/itm/145912704131", + "title": "Apple iPhone 6s Plus (A1687) 16GB - Rose Gold (T-Mobile) - Clean IMEI - J6911", + "price": "$54.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "Unlocked" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/ZgoAAOSwhelkdtjX/s-l300.webp", - "rating": 4.5, - "rating_count": 70 + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/HAoAAOSwviJjkPxS/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/225607380201", - "title": "New Listing", - "price": "$9.99", - "shipping": 5.83, - "auction_end": "2023-06-13T14:51:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 5s", - "16 GB" - ], + "url": "https://www.ebay.com/itm/387250523820", + "title": "LOT OF FIVE USED WHITE GSM UNLOCKED APPLE iPhone 5C, 16GB A1532 ME505LL/A PHONES", + "price": "$119.99", + "shipping": 8.95, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/cFEAAOSwa3hkf6k1/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/4sMAAOSwGDlmqVcJ/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/145123757104", - "title": "New Listing", - "price": "$39.95", - "shipping": 5.79, + "url": "https://www.ebay.com/itm/235643336766", + "title": "Apple iPhone 6s - 16GB - Rose Gold (AT&T) A1633 (CDMA + GSM)", + "price": "$40.00", + "shipping": 6.16, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "Verizon" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/ucEAAOSwV2hkf3J-/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/oWsAAOSwpCRmivLc/s-l140.webp", "rating": 5.0, - "rating_count": 3 + "rating_count": 87 }, { - "url": "https://www.ebay.com/itm/145018224778", - "title": "Apple iPhone 6S 32GB [A1688] Space Gray (Unlocked) Smartphone - Bad Battery", - "price": "$39.95", - "shipping": null, + "url": "https://www.ebay.com/itm/387126034842", + "title": "Apple iPhone 4s - 16 GB - Black (AT&T) (Single SIM)", + "price": "$29.99", + "shipping": 8.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6s", - "16 GB", - "Unlocked" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/KLYAAOSwcH1kKwT7/s-l300.webp", + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/A2MAAOSwuN1mfWa-/s-l140.webp", "rating": 4.5, - "rating_count": 138 + "rating_count": 698 }, { - "url": "https://www.ebay.com/itm/402945034827", - "title": "Apple iPhone SE 16GB-64GB 1st Gen Model \" SPRINT ONLY\" Cellphone Open Box New", - "price": "$74.95", - "shipping": null, + "url": "https://www.ebay.com/itm/266931872976", + "title": "Apple iPhone 6s Plus - 16 GB - Silver (Verizon)", + "price": "$39.49", + "shipping": 16.23, "auction_end": null, "bids": null, - "location": "", + "location": null, "subtitles": [], "condition": "Open Box", - "photo": "https://i.ebayimg.com/thumbs/images/g/TMgAAOSwI9dZlyWp/s-l300.webp", - "rating": 4.5, - "rating_count": 23 + "photo": "https://i.ebayimg.com/images/g/skgAAOSwZ5tmq92r/s-l140.webp", + "rating": 4.0, + "rating_count": 15 }, { - "url": "https://www.ebay.com/itm/166052953970", - "title": "Apple iPhone 5S - T-Mobile / Verizon Smartphone Fair Condition", - "price": "$24.99", - "shipping": null, + "url": "https://www.ebay.com/itm/375604623800", + "title": "New Listing", + "price": "$99.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/Ee8AAOSwcqlkRyYi/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/NPkAAOSwEN1mxfjd/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/364000690563", - "title": "*Sealed in Box* Apple iPhone 6s - 16/64/128GB Unlocked Smartphone FF", - "price": "$147.99", + "url": "https://www.ebay.com/itm/325583935221", + "title": "iPhone 5s 16GB Space Gray (GSM Unlocked) Excellent Condition", + "price": "$69.97", "shipping": 0.0, "auction_end": null, "bids": null, - "location": "Hong Kong", + "location": null, "subtitles": [], - "condition": "Brand New", - "photo": "https://i.ebayimg.com/thumbs/images/g/NPMAAOSw9yVjOPlz/s-l300.webp", + "condition": "Excellent - Refurbished", + "photo": "https://i.ebayimg.com/images/g/2HMAAOSwPqBdqH-l/s-l140.webp", "rating": 4.5, - "rating_count": 138 + "rating_count": 820 }, { - "url": "https://www.ebay.com/itm/204357342668", - "title": "Apple iPhone 6 - 16GB - Space Gray A1549", - "price": "$19.99", + "url": "https://www.ebay.com/itm/145911286552", + "title": "Apple iPhone 5s 16GB Working, Unlocked-Gold A1533", + "price": "$34.05", "shipping": 0.0, - "auction_end": "2023-06-10T08:39:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 6", - "16 GB", - "Verizon" - ], + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/xMAAAOSwZAlke13T/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/KnoAAOSwTk1moqgf/s-l140.webp", "rating": 4.5, - "rating_count": 701 + "rating_count": 44 }, { - "url": "https://www.ebay.com/itm/334901986757", - "title": "New Listing", - "price": "$20.00", - "shipping": 5.55, - "auction_end": "2023-06-13T13:47:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 5c", - "16 GB", - "AT&T" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/aukAAOSw8tJkf5qx/s-l300.webp", + "url": "https://www.ebay.com/itm/355776864350", + "title": "SEVEN GSM UNLOCKED APPLE iPhone 5, 16GB A1428 A1429 MD638LL/A MD654LL/A REPAIR", + "price": "$69.99", + "shipping": 8.95, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/K-wAAOSw6p5mZKN9/s-l140.webp", "rating": 4.5, - "rating_count": 316 + "rating_count": 11 }, { - "url": "https://www.ebay.com/itm/275881319987", - "title": "Apple iPhone 6s -Gold Model A1688 Locked, clean phone in excellent condition!", - "price": "$23.00", - "shipping": 6.45, - "auction_end": "2023-06-11T16:49:00", + "url": "https://www.ebay.com/itm/387314266700", + "title": "Apple iPhone 5c - 16GB - Pink - Unlocked (819A)", + "price": "$15.00", + "shipping": 10.6, + "auction_end": "2024-08-27T15:02:00", "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 6s", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/TOYAAOSwsgNkZixL/s-l300.webp", - "rating": 4.5, - "rating_count": 45 + "photo": "https://i.ebayimg.com/images/g/oosAAOSwIx9mxM8a/s-l140.webp", + "rating": 4.0, + "rating_count": 70 }, { - "url": "https://www.ebay.com/itm/145115467839", - "title": "Apple iPhone 1st Gen Lot - 8GB, 16GB - Silver - A1203 (GSM) *See Description*", - "price": "$120.00", - "shipping": 5.25, + "url": "https://www.ebay.com/itm/165684372958", + "title": "Apple iPhone 5 - 16GB - Black & Slate (Verizon Network) A1429 (GSM)", + "price": "$28.00", + "shipping": 6.5, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone (1st Generation)", - "16 GB", - "AT&T" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/G2UAAOSwHZ5keSVr/s-l300.webp", - "rating": null, - "rating_count": null + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/5QoAAOSwKnNjKSA8/s-l140.webp", + "rating": 4.0, + "rating_count": 71 }, { - "url": "https://www.ebay.com/itm/204309121692", - "title": "Apple iPhone SE 1St Gen Fully Unlocked 16GB", - "price": "$90.00", - "shipping": 0.0, + "url": "https://www.ebay.com/itm/305739588491", + "title": "iPhone 6S A1688 Smartphone 16GB Cracked - phone works - needs glass replaced", + "price": "$33.00", + "shipping": 6.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone SE", - "16 GB", - "Unlocked" - ], - "condition": "Open Box", - "photo": "https://i.ebayimg.com/thumbs/images/g/db8AAOSwxUpkPyCo/s-l300.webp", - "rating": 5.0, - "rating_count": 6 + "location": null, + "subtitles": [], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/G-cAAOSwDJZmxLtG/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/404320307186", - "title": "New Listing", - "price": "$59.99", - "shipping": 8.0, + "url": "https://www.ebay.com/itm/315685779972", + "title": "Apple iPhone 3GS - 16 GB - Black (AT&T)", + "price": "$165.00", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "China", - "subtitles": [ - "Apple iPhone 5", - "16 GB", - "Unlocked" - ], - "condition": "Open Box", - "photo": "https://i.ebayimg.com/thumbs/images/g/mBMAAOSw0uJkfaz4/s-l300.webp", + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/CTIAAOSw3mtmxNCx/s-l140.webp", "rating": 4.5, - "rating_count": 517 + "rating_count": 82 }, { - "url": "https://www.ebay.com/itm/334877964690", - "title": "Apple iPhone 5 A1428 Slate Black 16GB Unlocked Touch Screen IOS Smartphone", - "price": "$19.99", - "shipping": null, + "url": "https://www.ebay.com/itm/276600433202", + "title": "Lot of 8 Apple iPad 6th Gen 128GB 7th Gen/5th Gen 32GB/ Air 2/Air 16GB For parts", + "price": "$69.00", + "shipping": 16.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 5", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/wlMAAOSwWL9kZMet/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/TdwAAOSwseVmwhdN/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/385611339032", - "title": "Apple iPhone 5s - 16GB - Space Gray (TracFone) A1453 CDMA", - "price": "$8.00", - "shipping": 10.0, + "url": "https://www.ebay.com/itm/204950244426", + "title": "Apple iPhone 5c - 16 GB - White (Unlocked) Battery Health: 93%", + "price": "$24.99", + "shipping": 4.38, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/mGMAAOSwyKpmw67X/s-l140.webp", + "rating": 4.0, + "rating_count": 24 + }, + { + "url": "https://www.ebay.com/itm/186600147531", + "title": "MINT - Apple iPhone 6S 16GB Space Gray A1633 AT&T T-Mobile Verizon - Unlocked", + "price": "$49.99", + "shipping": 0.0, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/lPYAAOSwcZVmp8Zm/s-l140.webp", + "rating": 5.0, + "rating_count": 207 + }, + { + "url": "https://www.ebay.com/itm/355678365254", + "title": "Lot of 25 iPhone 6 iPhone 6s Plus A1522 A1524 A1634 A1687", + "price": "$299.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "TracFone" - ], + "location": null, + "subtitles": [], "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/nzwAAOSwogJkX4A3/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/XhUAAOSwfdRmMSNd/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/266286559412", - "title": "Apple iPhone s and Ipad for parts not working or locked.", - "price": "$8.00", - "shipping": 12.45, - "auction_end": "2023-06-12T06:18:00", + "url": "https://www.ebay.com/itm/387302157658", + "title": "Apple iPhone 5S - A1533 - 16GB - Black - Unlocked (815Q)", + "price": "$17.00", + "shipping": 10.6, + "auction_end": "2024-08-23T15:34:00", "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "AT&T" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/TEgAAOSwKmVkRnKk/s-l300.webp", + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/O3AAAOSwg01mv5hz/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/256082897336", - "title": "Apple iPhone 4 - 16GB - A1349 (CDMA) iOS 4.2.6", - "price": "$125.00", - "shipping": 5.6, + "url": "https://www.ebay.com/itm/266718529372", + "title": "LOT OF 6 APPLE IPHONE LOT NOT WORKING AS IS", + "price": "$69.99", + "shipping": 9.99, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 4", - "16 GB", - "Verizon" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/m~kAAOSwObJkaZKm/s-l300.webp", - "rating": 4.5, - "rating_count": 990 + "location": null, + "subtitles": [], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/B74AAOSwbjVl8hRP/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/225547288663", - "title": "Apple iPhone 1st Generation - 16GB- Black - A1203 (GSM) wifi issue", - "price": "$59.99", - "shipping": null, + "url": "https://www.ebay.com/itm/256606159314", + "title": "Apple iPhone 5c - 16 GB - Yellow (Unlocked)", + "price": "$20.00", + "shipping": 5.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone (1st Generation)", - "16 GB", - "AT&T" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/bdAAAOSw7y9kRSn6/s-l300.webp", - "rating": 5.0, - "rating_count": 5 + "location": null, + "subtitles": [], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/QZYAAOSwAxRmv7hB/s-l140.webp", + "rating": 4.5, + "rating_count": 51 }, { - "url": "https://www.ebay.com/itm/166023195000", - "title": "Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used 3", - "price": "$42.88", - "shipping": null, + "url": "https://www.ebay.com/itm/387301639899", + "title": "Apple iPhone 4s A1387 16GB AT&T Wireless White/Silver Smartphone/Cell Phone", + "price": "$19.99", + "shipping": 6.15, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 3GS", - "16 GB", - "AT&T" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/jxcAAOSw-5dj1I~O/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/o~MAAOSwguVmv2di/s-l140.webp", "rating": 4.5, - "rating_count": 79 + "rating_count": 698 }, { - "url": "https://www.ebay.com/itm/385318239525", - "title": "Apple Verizon iPhone 6s Plus 16/64/128GB UNLOCKED Smartphone USA -New UNOPENED", - "price": "$173.33", - "shipping": null, - "auction_end": null, - "bids": null, - "location": "", + "url": "https://www.ebay.com/itm/135200460715", + "title": "Apple iPhone 6 -A1549 - 16GB - Gray (Unlocked) (CDMA + GSM) Smartphone", + "price": "$4.25", + "shipping": 7.0, + "auction_end": "2024-08-26T08:50:00", + "bids": 4, + "location": null, "subtitles": [], - "condition": "Brand New", - "photo": "https://i.ebayimg.com/thumbs/images/g/XmwAAOSwh1tjq4Xg/s-l300.webp", + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/sB0AAOSwIRVmw2ko/s-l140.webp", "rating": 4.5, - "rating_count": 6 + "rating_count": 189 }, { - "url": "https://www.ebay.com/itm/134580101667", - "title": "Apple iPhone SE 1st Gen. (A1723) 16GB - Rose Gold (Unlocked) Smartphone - Q0384", - "price": "$49.99", - "shipping": null, + "url": "https://www.ebay.com/itm/305673967066", + "title": "Apple iPhone 5s - 16GB - Silver (Unlocked) A1533 (CDMA + GSM)", + "price": "$30.00", + "shipping": 5.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone SE", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/YeEAAOSwxVZj0CZd/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/iOoAAOSwlLFmlDR9/s-l140.webp", "rating": 4.5, - "rating_count": 25 + "rating_count": 40 }, { - "url": "https://www.ebay.com/itm/134601791137", - "title": "New Listing", - "price": "$27.99", - "shipping": null, + "url": "https://www.ebay.com/itm/116278230719", + "title": "Apple iPhone 5C A1532 - LOCKED Verizon - White", + "price": "$21.49", + "shipping": 4.68, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 5", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/560AAOSwrjxkf3ZL/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/VdwAAOSw599mrwHs/s-l140.webp", "rating": 4.5, - "rating_count": 31 + "rating_count": 239 }, { - "url": "https://www.ebay.com/itm/155276248678", - "title": "New Apple iPhone 8 Plus / 6S Unlocked 64/128/256GB Smartphone - See Description", - "price": "$189.29", + "url": "https://www.ebay.com/itm/305713226348", + "title": "Apple iPhone 5 16gb Black A1429 (Unlocked) Reduced Price NW2808", + "price": "$24.32", "shipping": null, "auction_end": null, "bids": null, - "location": "", + "location": null, "subtitles": [], - "condition": "Brand New", - "photo": "https://i.ebayimg.com/thumbs/images/g/4lAAAOSwZFNjgUwN/s-l300.webp", + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/Y4UAAOSwFHpmsYAp/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/155558702257", - "title": "Apple iPhone 6S - 16GB - Gold (Unlocked) Cracked screen", - "price": "$39.95", - "shipping": null, + "url": "https://www.ebay.com/itm/405115663971", + "title": "Apple iPhone 5s - 16GB - Space Gray Verizon A1533 With Original Box", + "price": "$30.80", + "shipping": 8.99, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6s", - "32 GB", - "Unlocked" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/zs8AAOSw3zhkZQin/s-l300.webp", - "rating": 4.0, - "rating_count": 1 + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/ddgAAOSw3UpmncX0/s-l140.webp", + "rating": 4.5, + "rating_count": 390 }, { - "url": "https://www.ebay.com/itm/175741400170", - "title": "Apple iPhone 5s 16GB Grey Unlocked A1453 Smartphone", - "price": "$26.95", - "shipping": 0.0, + "url": "https://www.ebay.com/itm/395569039895", + "title": "Apple iPhone 5s (A1533) 16GB - Space Gray (Unlocked) Smartphone - Q2894", + "price": "$32.00", + "shipping": 6.15, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/-t4AAOSwE4VkXk9t/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/MxwAAOSwc4Vmg2W9/s-l140.webp", "rating": 4.5, "rating_count": 74 }, { - "url": "https://www.ebay.com/itm/175756648631", - "title": "Apple iPhone 5s - 16GB - Gold (Sprint) A1453 (CDMA + GSM)", - "price": "$149.95", - "shipping": 9.35, - "auction_end": "2023-06-10T15:28:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "Sprint" - ], + "url": "https://www.ebay.com/itm/266930028284", + "title": "Apple iPhone 5s - 16 GB - Black/Space gray", + "price": "$25.00", + "shipping": 10.0, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/b~IAAOSwODFaUTzO/s-l300.webp", - "rating": 4.5, - "rating_count": 101 + "photo": "https://i.ebayimg.com/images/g/G90AAOSwPIBmqoST/s-l140.webp", + "rating": 5.0, + "rating_count": 1 }, { - "url": "https://www.ebay.com/itm/313867191238", - "title": "New in Sealed Box Apple iPhone 8 / 6S Unlocked Smartphone - See description", - "price": "$179.99", - "shipping": null, + "url": "https://www.ebay.com/itm/355964520019", + "title": "Apple iPhone 4 (Verizon) 16GB - Works Great - Good Condition", + "price": "$27.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", + "location": null, "subtitles": [], - "condition": "Brand New", - "photo": "https://i.ebayimg.com/thumbs/images/g/SywAAOSwfLBiAi1O/s-l300.webp", + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/5QsAAOSwcyhmwVdX/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/266285605625", - "title": "Apple iPhone 5 - 16GB - Black & Slate (Sprint) A1429 (CDMA + GSM)", - "price": "$0.01", - "shipping": 4.7, - "auction_end": "2023-06-11T13:14:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 5", - "16 GB", - "Sprint" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/TtwAAOSwV91kfPBs/s-l300.webp", - "rating": 4.5, - "rating_count": 256 - }, - { - "url": "https://www.ebay.com/itm/256097610142", - "title": "Apple iPhone 5 - 16GB - Black & Slate (AT&T) A1428 (GSM)", - "price": "$0.01", - "shipping": 4.7, - "auction_end": "2023-06-09T18:41:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 5", - "16 GB", - "AT&T" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/JwEAAOSwFrdkeppG/s-l300.webp", - "rating": 4.5, - "rating_count": 200 - }, - { - "url": "https://www.ebay.com/itm/194331338101", - "title": "Apple iPhone 6 16GB 64GB Factory Unlocked GSM SmartPhone No Fingerprint C Stock", - "price": "$42.99", - "shipping": null, + "url": "https://www.ebay.com/itm/266736329454", + "title": "Apple iPhone 6 - 16 GB - Space Gray (Unlocked) Good Shape 95% battery", + "price": "$37.50", + "shipping": 7.0, "auction_end": null, "bids": null, - "location": "", + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/SmEAAOSwiqNbpRiO/s-l300.webp", - "rating": 4.0, - "rating_count": 9 - }, - { - "url": "https://www.ebay.com/itm/185930074027", - "title": "New Listing", - "price": "$20.00", - "shipping": 10.0, - "auction_end": "2023-06-13T10:59:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 3G", - "16 GB", - "AT&T" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/G7cAAOSwMGhkf3Kc/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/EFsAAOSwsPBmAKP6/s-l140.webp", "rating": 4.5, - "rating_count": 20 + "rating_count": 322 }, { - "url": "https://www.ebay.com/itm/385459415611", - "title": "Apple iPhone 3GS 8 16 32GB Black Unlocked Smartphone\uff0cworking very well", - "price": "$44.10", - "shipping": 0.0, + "url": "https://www.ebay.com/itm/266858965734", + "title": "Apple iPhone SE A1662 / 16GB / 96% Battery / AT&T / Tested & Working", + "price": "$22.50", + "shipping": 21.43, "auction_end": null, "bids": null, - "location": "China", + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/pccAAOSwc8VkLnU3/s-l300.webp", - "rating": null, - "rating_count": null + "photo": "https://i.ebayimg.com/images/g/1EAAAOSwgldmawRD/s-l140.webp", + "rating": 5.0, + "rating_count": 64 }, { - "url": "https://www.ebay.com/itm/354794477050", - "title": "Apple iPhone 8 / 6S Unlocked Smartphone - Unused in Sealed Box - See description", - "price": "$179.59", - "shipping": null, + "url": "https://www.ebay.com/itm/286021253518", + "title": "Apple iPhone 5S Model A1533 For Parts Not Working Comes with 2 Cases", + "price": "$16.90", + "shipping": 4.68, "auction_end": null, "bids": null, - "location": "", + "location": null, "subtitles": [], - "condition": "Brand New", - "photo": "https://i.ebayimg.com/thumbs/images/g/RpMAAOSwX~Ri4fEP/s-l300.webp", + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/L2EAAOSwBdhmxN3t/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/275880505765", - "title": "Lot of 20 Apple iPhone 6/6s 16GB/32GB for parts", - "price": "$155.00", - "shipping": 25.0, + "url": "https://www.ebay.com/itm/204950152414", + "title": "Apple iPhone 5c - 16 GB - White (Unlocked) Battery Health: 88%", + "price": "$24.99", + "shipping": 4.38, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6s", - "32 GB" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/QcQAAOSwc09j-b4o/s-l300.webp", - "rating": null, - "rating_count": null + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/MXsAAOSwQddmw53k/s-l140.webp", + "rating": 4.0, + "rating_count": 24 }, { - "url": "https://www.ebay.com/itm/166145436073", - "title": "Apple iPhone 4S 16GB Verizon/Unlocked Cell Phone GOOD", - "price": "$2.34", - "shipping": 4.99, - "auction_end": "2023-06-09T19:57:00", - "bids": 4, - "location": "", - "subtitles": [ - "Apple iPhone 4s", - "16 GB", - "Unlocked" - ], + "url": "https://www.ebay.com/itm/395609573412", + "title": "New Listing", + "price": "$49.99", + "shipping": 0.0, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/weUAAOSw6wxkeqvq/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/zkYAAOSwQLZmxeJF/s-l140.webp", "rating": 4.5, - "rating_count": 552 + "rating_count": 53 }, { - "url": "https://www.ebay.com/itm/204224594128", - "title": "iPhone SE 16GB Unlocked, Silver 2016 (Gen 1)", - "price": "$49.98", - "shipping": null, + "url": "https://www.ebay.com/itm/135073750599", + "title": "Apple iPhone 5s A1533 16GB Verizon Wireless Space Gray Smartphone/Cell Phone", + "price": "$16.99", + "shipping": 6.15, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone SE", - "16 GB" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/sMMAAOSwO0lj0Y-V/s-l300.webp", - "rating": 5.0, - "rating_count": 14 + "photo": "https://i.ebayimg.com/images/g/9oIAAOSwTMRmUKnC/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/125931831123", - "title": "Apple iPhone 6s A1633 16GB Rose Gold Carrier Locked Battery Health Above 80%", - "price": "$40.50", - "shipping": null, + "url": "https://www.ebay.com/itm/204923282526", + "title": "iPhone 5C Lot Multiple Colors Good Condition", + "price": "$80.00", + "shipping": 6.26, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6s", - "16 GB", - "Verizon" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/twUAAOSw3Rdj0FOX/s-l300.webp", - "rating": 5.0, - "rating_count": 1 + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/AvcAAOSwGvVmsDGo/s-l140.webp", + "rating": 4.5, + "rating_count": 11 }, { - "url": "https://www.ebay.com/itm/155579835221", - "title": "Apple iPhone 4 - 16GB - Black (AT&T) A1332 - Lot Of 12 Open Box - Dealer Lot", - "price": "$420.00", - "shipping": 25.95, + "url": "https://www.ebay.com/itm/186602318026", + "title": "Lot Of 3 | Apple iPhone 6S 128GB/32GB/16GB Fully Unlocked Verizon T-Mo AT&T V8", + "price": "$124.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 4", - "16 GB", - "AT&T" - ], - "condition": "Open Box", - "photo": "https://i.ebayimg.com/thumbs/images/g/w~YAAOSwFOpkdMgK/s-l300.webp", - "rating": 4.5, - "rating_count": 1115 + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/i44AAOSw0vpmqUZM/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/204360450472", - "title": "New Listing", - "price": "$39.99", - "shipping": null, + "url": "https://www.ebay.com/itm/226242543032", + "title": "Apple iPhone 6-16GB-Space Gray(Unlocked)A1549(CDMA+GSM)", + "price": "$30.00", + "shipping": 5.68, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6", - "16 GB", - "Verizon" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/Q1YAAOSw00Nh9bu5/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/q0YAAOSw3BJmiPzt/s-l140.webp", "rating": 4.5, - "rating_count": 701 + "rating_count": 189 }, { - "url": "https://www.ebay.com/itm/285090770908", - "title": "Apple iPhone 5 16GB Black & Slate A1429 (CDMA + GSM) MD654LL/A", - "price": "$13.99", - "shipping": 9.99, + "url": "https://www.ebay.com/itm/387197682016", + "title": "LOT OF FIVE USED WHITE GSM UNLOCKED APPLE iPhone 5C, 16GB A1532 ME505LL/A PHONES", + "price": "$119.99", + "shipping": 8.95, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 5", - "16 GB" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/nzIAAOSwiDJjrLk8/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/3joAAOSwV3dmZJQZ/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/114962966602", - "title": "Apple iPhone 6s 16GB 32GB 64GB 128GB Unlocked Verizon At&t Straight talk E-Plus", - "price": "$55.88", + "url": "https://www.ebay.com/itm/255900480434", + "title": "iPhone 5c White Unlocked w/Screen Protector Tempered Glass Working Functional", + "price": "$40.00", + "shipping": 0.0, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/tqYAAOSw-ttjrHcm/s-l140.webp", + "rating": 4.5, + "rating_count": 35 + }, + { + "url": "https://www.ebay.com/itm/375602628234", + "title": "Lot of 2 Verizon Apple iPhone 6 A1549 16GB Space Gray - MG5W2LL/A", + "price": "$59.98", "shipping": null, "auction_end": null, "bids": null, - "location": "", + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/ZOcAAOSw7v1hLg4Z/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/~mAAAOSwu7tmxJEM/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/266285385589", - "title": "Apple iPhone 6 Plus - 16GB - Rose Gold (ATT Unlocked)", - "price": "$10.00", - "shipping": 10.2, - "auction_end": "2023-06-11T11:12:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 6 Plus", - "16 GB", - "Unlocked" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/RqYAAOSw0QpkfNPa/s-l300.webp", - "rating": 4.0, - "rating_count": 89 - }, - { - "url": "https://www.ebay.com/itm/266246155894", - "title": "\ud83d\udcf1 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition \ud83d\udcf1", - "price": "$31.00", - "shipping": 7.0, + "url": "https://www.ebay.com/itm/296579682640", + "title": "16GB Apple iPhone 6s Space Gray (Unlocked) (Single SIM) Model A1633", + "price": "$49.99", + "shipping": 7.71, "auction_end": null, "bids": null, - "location": "China", + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/aJcAAOSwW0tkVH8D/s-l300.webp", - "rating": 4.5, - "rating_count": 6 + "photo": "https://i.ebayimg.com/images/g/aKEAAOSwZ45mmuPR/s-l140.webp", + "rating": 5.0, + "rating_count": 207 }, { - "url": "https://www.ebay.com/itm/304690551492", - "title": "Apple iPhone 3GS 16GB Black unlocked 3G networks Apple iPhone 3rd generation", - "price": "$42.00", + "url": "https://www.ebay.com/itm/295216097587", + "title": "Apple iPhone 5 16GB White & Silver (Unlocked) A1428 (GSM) Smart Phone", + "price": "$39.99", "shipping": 0.0, "auction_end": null, "bids": null, - "location": "China", - "subtitles": [ - "Apple iPhone 3GS", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/EMIAAOSwKFNjZzfE/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/bSUAAOSwbtNjQLxc/s-l140.webp", "rating": 4.5, - "rating_count": 31 + "rating_count": 520 }, { - "url": "https://www.ebay.com/itm/385660450957", - "title": "Apple iPhone 4 - 16GB - Black (AT&T) A1332 (GSM) [3]", - "price": "$18.00", - "shipping": 5.6, - "auction_end": null, - "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 4", - "16 GB", - "AT&T" - ], + "url": "https://www.ebay.com/itm/176534938129", + "title": "Lot of 3 Apple iPhones 6 / 6S / 6 Plus *Tested Working* JT217", + "price": "$5.50", + "shipping": 15.0, + "auction_end": "2024-08-25T16:20:00", + "bids": 4, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/8UUAAOSwIGBkW-6t/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/xdMAAOSwWgVmxSTO/s-l140.webp", "rating": 4.5, - "rating_count": 1115 + "rating_count": 153 }, { - "url": "https://www.ebay.com/itm/304965197031", - "title": "Apple iPhone 5 - White Unlocked - Working", - "price": "$18.00", - "shipping": 8.0, - "auction_end": "2023-06-10T05:21:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 5", - "16 GB", - "Unlocked" - ], + "url": "https://www.ebay.com/itm/176507935288", + "title": "Apple iPhone 5 - 16GB (Unlocked) A1429 Black | 92% batt | RARE iOS 8! 8.4.1", + "price": "$29.99", + "shipping": 5.99, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/R3sAAOSwcmlkYqc8/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/1ggAAOSwP9xmsEmy/s-l140.webp", "rating": 4.5, - "rating_count": 22 + "rating_count": 33 }, { - "url": "https://www.ebay.com/itm/224585888887", - "title": "Apple iPhone 5S-Excellent Condition-16GB/32GB/64GB-GSM Unlocked-AT&T-T-Mobile", - "price": "$37.00", - "shipping": null, + "url": "https://www.ebay.com/itm/166896385613", + "title": "Apple iPhone 6 16GB", + "price": "$30.00", + "shipping": 8.44, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "\u2705Mint Condition \u2705Ship Same Day\u2705 Free 30-day returns" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/S9IAAOSwxltgf1Y5/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/x2EAAOSwcBhmDJBp/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/125836292868", - "title": "Apple iPhone 6s A1633 16GB Space Gray AT&T Locked 75% - 85% Battery Health Fair", - "price": "$33.60", - "shipping": null, + "url": "https://www.ebay.com/itm/226195585579", + "title": "Apple iPhone 5s - 16GB - Silver (AT&T) A1533 (GSM) - NOT WORKING SEE DESCRIPTION", + "price": "$10.00", + "shipping": 5.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6s", - "16 GB", - "AT&T" - ], + "location": null, + "subtitles": [], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/3V4AAOSwX5JlDJJa/s-l140.webp", + "rating": 4.5, + "rating_count": 323 + }, + { + "url": "https://www.ebay.com/itm/196566593169", + "title": "Apple iPhone 5s - 16 GB - Space Gray (Unlocked) A1533 (CDMA + GSM)", + "price": "$9.00", + "shipping": 10.6, + "auction_end": "2024-08-24T16:20:00", + "bids": 1, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/F50AAOSw50BkGdLB/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/WtMAAOSwTnFmwPy1/s-l140.webp", "rating": 4.5, - "rating_count": 171 + "rating_count": 74 }, { - "url": "https://www.ebay.com/itm/304965454070", - "title": "Apple iPhone 6s 16GB - Silver (Unlocked) A1586 (CDMA + GSM)", - "price": "$15.00", - "shipping": 10.2, - "auction_end": "2023-06-10T09:37:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 6", - "16 GB", - "Unlocked" - ], + "url": "https://www.ebay.com/itm/204938246158", + "title": "Apple iPhone 6s A1633 16GB Gold for AT&T or Wi-Fi (s4x)", + "price": "$35.99", + "shipping": 0.0, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/zOIAAOSwDwdke2vn/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/KGoAAOSw77xmur3o/s-l140.webp", "rating": 4.5, - "rating_count": 463 + "rating_count": 53 }, { - "url": "https://www.ebay.com/itm/374739572795", - "title": "New Listing", - "price": "$69.00", + "url": "https://www.ebay.com/itm/326114527180", + "title": "Apple iPhone SE 16GB Silver 1st Gen A1723 Unlocked Home Button not Working", + "price": "$35.00", "shipping": 8.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6s", - "16 GB" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/H4wAAOSwmCFkfqFt/s-l300.webp", - "rating": null, - "rating_count": null + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/Nr4AAOSwEbxmNnPh/s-l140.webp", + "rating": 5.0, + "rating_count": 11 }, { - "url": "https://www.ebay.com/itm/155569943497", - "title": "Apple iPhone 5s - 16GB - Silver (Unlocked) A1533", - "price": "$34.99", - "shipping": null, + "url": "https://www.ebay.com/itm/116294007044", + "title": "JAILBROKEN IPHONE 6 PLUS 16GB A1522 FACTORY UNLOCKED GSM IOS 8.1.2 READ READ!!!!", + "price": "$130.00", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/dj8AAOSwZTNkbNWN/s-l300.webp", - "rating": 4.5, - "rating_count": 6 + "photo": "https://i.ebayimg.com/images/g/87EAAOSw355mwR7D/s-l140.webp", + "rating": 4.0, + "rating_count": 62 }, { - "url": "https://www.ebay.com/itm/195760078719", - "title": "Apple iPhone SE - 16GB - All Colors - (T-Mobile Locked) - Good Light Burn", - "price": "$49.99", - "shipping": null, + "url": "https://www.ebay.com/itm/355374115363", + "title": "Original Apple iPhone 3nd 3GS - 8/16/32GB - Black /white (Unlocked) ( GSM) IOS 6", + "price": "$30.00", + "shipping": 7.0, "auction_end": null, "bids": null, - "location": "", + "location": "from China", "subtitles": [], - "condition": "Good - Refurbished", - "photo": "https://i.ebayimg.com/thumbs/images/g/BmsAAOSwfLBi-swi/s-l300.webp", + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/Ak0AAOSw9atjlaZX/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/134580109046", - "title": "Apple iPhone SE 1st Gen. (A1662) 16GB (AT&T) Smartphone - Clean IMEI - Q0972", - "price": "$47.99", - "shipping": null, + "url": "https://www.ebay.com/itm/325397005197", + "title": "VINTAGE APPLE IPHONE 2ND SECOND GENERATION CELL PHONE BLACK A1203 SMALL UNTESTED", + "price": "$110.99", + "shipping": 6.15, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone SE", - "16 GB", - "AT&T" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/I00AAOSwd7Zj9QiN/s-l300.webp", - "rating": 4.5, - "rating_count": 44 + "photo": "https://i.ebayimg.com/images/g/ZqMAAOSw4-BjVs4p/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/145081913965", - "title": "Apple iPhone SE 1st Gen. (A1662) 16GB - Space Gray (Unlocked) - CRACKED - Q1055", - "price": "$35.99", - "shipping": null, + "url": "https://www.ebay.com/itm/296449815247", + "title": "Apple iPhone 6s - 16 GB - Space Gray (Unlocked)", + "price": "$58.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone SE", - "16 GB", - "Unlocked" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/vyYAAOSwZk5j-QKe/s-l300.webp", - "rating": 4.5, - "rating_count": 328 + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/DLwAAOSwQyVmTQ91/s-l140.webp", + "rating": 5.0, + "rating_count": 207 }, { - "url": "https://www.ebay.com/itm/185662256826", - "title": "Original Unlocked Apple iPhone 4S -8/16/32/64GB Black White iOS 9 3G Smartphone", - "price": "$49.00", - "shipping": 5.0, + "url": "https://www.ebay.com/itm/285857283800", + "title": "Apple iPhone 6s - Silver - For Parts. Read Description", + "price": "$15.00", + "shipping": 7.94, "auction_end": null, "bids": null, - "location": "China", + "location": null, "subtitles": [], - "condition": "Brand New", - "photo": "https://i.ebayimg.com/thumbs/images/g/txsAAOSwhgxj~K6y/s-l300.webp", + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/PL0AAOSw4fpmQhYb/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/285317763975", - "title": "Verizon Apple iPhone 5S - 16GB - Carrier Unlocked - (ME341LL/A)", - "price": "$15.00", - "shipping": 8.3, - "auction_end": "2023-06-12T08:49:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "Unlocked" - ], + "url": "https://www.ebay.com/itm/156308566816", + "title": "Apple iPhone S Gray A1688 No Power *read", + "price": "$19.99", + "shipping": 0.0, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/G8EAAOSwFapkY67Z/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/nJwAAOSwUC1ml-oJ/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/145113764033", - "title": "Azumi iPhone 6S 16GB Unlocked ATT Tmobile - Gray -NOT WORKING-", - "price": "$0.95", - "shipping": 7.95, - "auction_end": "2023-06-07T19:44:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 6s", - "16 GB" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/O~oAAOSwmfZkd3rq/s-l300.webp", - "rating": null, - "rating_count": null + "url": "https://www.ebay.com/itm/405068223468", + "title": "Refreshed Apple iPhone 3GS -16 GB- White (Unlocked) (GSM)", + "price": "$198.00", + "shipping": 0.0, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/y38AAOSw4q1mgMEK/s-l140.webp", + "rating": 4.5, + "rating_count": 31 }, { - "url": "https://www.ebay.com/itm/185887958381", - "title": "Apple iPhone SE - 16GB - Rose Gold (Unlocked) A1662 (CDMA & GSM) Works - Read", - "price": "$39.95", - "shipping": 8.0, + "url": "https://www.ebay.com/itm/355957755518", + "title": "Apple iPhone 5s GSM 16GB model A1453", + "price": "$30.00", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone SE", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/rxIAAOSwD59kWWgM/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/9rAAAOSwjchmvjPk/s-l140.webp", "rating": 4.5, - "rating_count": 203 + "rating_count": 53 }, { - "url": "https://www.ebay.com/itm/225585305227", - "title": "Apple iPhone 6s - 16GB - Silver (Unlocked) A1633 (CDMA + GSM)", - "price": "$19.90", - "shipping": 10.65, + "url": "https://www.ebay.com/itm/324163477905", + "title": "Apple iPhone 5C (GSM Unlocked) 8GB 16GB SmartPhone for International Carriers", + "price": "$38.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6s", - "16 GB", - "Unlocked" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/ajcAAOSw499kaWAz/s-l300.webp", - "rating": 4.5, - "rating_count": 139 + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/4gcAAOSwfHZeuetW/s-l140.webp", + "rating": 4.0, + "rating_count": 70 }, { - "url": "https://www.ebay.com/itm/394656185614", - "title": "APPLE IPHONE 6S PLUS, 16GB, MODEL A1687, UNLOCKED, CLEAN, NO SCUFFS, PLUS EXTRA", - "price": "$51.00", - "shipping": 8.37, - "auction_end": "2023-06-08T10:02:00", - "bids": 2, - "location": "", - "subtitles": [ - "Apple iPhone 6s", - "16 GB", - "Unlocked" - ], + "url": "https://www.ebay.com/itm/296635427760", + "title": "Apple iPhone 4s - 16 GB - Black", + "price": "$15.00", + "shipping": 9.0, + "auction_end": "2024-08-25T17:00:00", + "bids": 0, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/V-AAAOSw~BVkeMou/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/fEcAAOSwb1Rmv47O/s-l140.webp", "rating": 4.5, - "rating_count": 139 + "rating_count": 557 }, { - "url": "https://www.ebay.com/itm/314608489943", - "title": "RARE iOS 10 Apple iPhone 5S 16GB 4G LTE Smartphone Unlocked - Read Description", - "price": "$26.00", - "shipping": 0.0, + "url": "https://www.ebay.com/itm/296595237398", + "title": "Apple iPhone 4S A1387 White- For Parts Only- Read Below", + "price": "$19.29", + "shipping": 8.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "Unlocked" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/qb0AAOSwnqZkcrjM/s-l300.webp", + "location": null, + "subtitles": [], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/J1MAAOSw~aNmpQnx/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/134482030108", - "title": "iOS 3.1.3 iPhone 3GS 16GB w Matching Box Black Unlocked A1303 (GSM) 810103793NP", - "price": "$79.00", - "shipping": 0.0, + "url": "https://www.ebay.com/itm/375465575362", + "title": "Apple iPhone 6 - 16 GB - Gray (Sprint) (Single SIM)", + "price": "$25.00", + "shipping": 8.44, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 3GS", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/CjgAAOSwMpRkD3uR/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/UmkAAOSwrvJmXfz1/s-l140.webp", "rating": 4.5, - "rating_count": 31 + "rating_count": 168 }, { - "url": "https://www.ebay.com/itm/374739221204", - "title": "Apple iPhone SE 16GB Silver", - "price": "$38.00", + "url": "https://www.ebay.com/itm/145950335450", + "title": "Apple iPhone 5s - 16GB - Gold FOR PARTS", + "price": "$12.99", "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone SE", - "16 GB" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/AyEAAOSwq5Rkfk~h/s-l300.webp", + "location": null, + "subtitles": [], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/TuwAAOSw~QNmu~b3/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/334819802649", - "title": "LOT OF 7 Apple iPhone SE A1662 *FOR PARTS ONLY* (READ DESCRIPTION)", - "price": "$70.00", - "shipping": 13.5, - "auction_end": null, - "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone SE", - "16 GB", - "Unlocked" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/YRIAAOSw5d1kLRtf/s-l300.webp", - "rating": 4.5, - "rating_count": 105 - }, - { - "url": "https://www.ebay.com/itm/235026597431", - "title": "Apple iPhone 5s - 16GB - Silver (Unlocked) A1533 (GSM)", - "price": "$20.00", - "shipping": 5.55, + "url": "https://www.ebay.com/itm/276572716826", + "title": "Apple iPhone 5s 16GB Working, Gold A1533", + "price": "$29.99", + "shipping": 4.68, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/BhYAAOSwdM5kcLLm/s-l300.webp", - "rating": 4.5, - "rating_count": 284 + "photo": "https://i.ebayimg.com/images/g/VN8AAOSwX75mqEwZ/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/402974377238", - "title": "Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed", - "price": "$109.99", + "url": "https://www.ebay.com/itm/326228095148", + "title": "Apple iPhone 6", + "price": "$39.99", "shipping": 0.0, "auction_end": null, "bids": null, - "location": "China", + "location": null, "subtitles": [], - "condition": "Brand New", - "photo": "https://i.ebayimg.com/thumbs/images/g/SfUAAOSwvzZkBA2S/s-l300.webp", - "rating": 4.5, - "rating_count": 817 + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/iKgAAOSwwQBmtnvB/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/115791494099", - "title": "Apple iPhone 4S 3G 16GB 8MP GSM iOS 9.2.1 Smartphone for Verizon (A1387) (White)", - "price": "$24.99", - "shipping": null, + "url": "https://www.ebay.com/itm/305487101238", + "title": "iPhone 5s *RARE IOS 8* 16GB", + "price": "$85.00", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 4s", - "16 GB", - "Verizon" - ], - "condition": "Open Box", - "photo": "https://i.ebayimg.com/thumbs/images/g/Wl8AAOSwXoBkYrPC/s-l300.webp", - "rating": 4.5, - "rating_count": 99 - }, - { - "url": "https://www.ebay.com/itm/295731911064", - "title": "Apple iPhone 6 Plus- 16GB -Silver (Unlocked) A1522 (CDMA + GSM) PLEASE READ ALL!", - "price": "$49.99", - "shipping": 7.5, - "auction_end": "2023-06-07T21:15:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 6 Plus", - "16 GB", - "Unlocked" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/DfEAAOSw3AtkQLqo/s-l300.webp", - "rating": 4.0, - "rating_count": 71 - }, - { - "url": "https://www.ebay.com/itm/304967383705", - "title": "Apple iPhone SE - 16GB - Silver A1662 PARTS", - "price": "$7.40", - "shipping": 5.55, - "auction_end": "2023-06-11T16:34:00", - "bids": 0, - "location": "", - "subtitles": [ - "unsure as to the storage capacity or carrier", - "Apple iPhone SE", - "16 GB", - "Unlocked" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/EmUAAOSw-UdkTveg/s-l300.webp", + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/TisAAOSwjXlmCy1u/s-l140.webp", "rating": 4.5, - "rating_count": 105 + "rating_count": 491 }, { - "url": "https://www.ebay.com/itm/166151176000", - "title": "Apple iPhone 6s Plus - 16GB - Rose Gold (Unsure If Unlocked) A1687 (CDMA + GSM)", - "price": "$32.00", - "shipping": 5.85, + "url": "https://www.ebay.com/itm/256455339311", + "title": "Apple iPhone 4s - 16GB - A1387 - Black iOS 6", + "price": "$59.99", + "shipping": 8.3, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6s Plus", - "16 GB", - "Unlocked" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/LPsAAOSwonZkfT7f/s-l300.webp", - "rating": 4.5, - "rating_count": 175 - }, - { - "url": "https://www.ebay.com/itm/385651181974", - "title": "Apple iPhone 6 - 16GB - Gold (AT&T) A1549 (GSM)", - "price": "$0.99", - "shipping": 12.55, - "auction_end": "2023-06-07T13:28:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 6", - "16 GB", - "AT&T" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/1FYAAOSw4pRkW~32/s-l300.webp", + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/IlMAAOSwl75lAhDn/s-l140.webp", "rating": 4.5, - "rating_count": 200 + "rating_count": 557 }, { - "url": "https://www.ebay.com/itm/334900825667", - "title": "Apple iPhone 5 - 16GB - White & Silver (AT&T) A1428 (GSM)", - "price": "$45.00", - "shipping": 5.85, - "auction_end": "2023-06-12T18:08:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 5", - "16 GB", - "AT&T" - ], + "url": "https://www.ebay.com/itm/276600433220", + "title": "Lot of 10 Apple iPhone 4S A1387 16GB Black ( AT&T/ Verizon/T-Mobile )", + "price": "$238.00", + "shipping": 15.0, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/kYwAAOSwDwdkfob0/s-l300.webp", - "rating": 4.5, - "rating_count": 130 + "photo": "https://i.ebayimg.com/images/g/waIAAOSwRKJmOR7R/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/325680093792", - "title": "Apple iPhone Mixed Lot of 5 Smartphones - For Parts/Repair", - "price": "$47.60", - "shipping": null, + "url": "https://www.ebay.com/itm/305726866065", + "title": "Apple iPhone 5s - 16GB - Space Gray - A1533 Cracked Screen, AS IS, PARTS", + "price": "$8.17", + "shipping": 9.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "16 GB", - "T-Mobile" - ], + "location": null, + "subtitles": [], "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/hVYAAOSwttdke5Wa/s-l300.webp", - "rating": 5.0, - "rating_count": 1 + "photo": "https://i.ebayimg.com/images/g/MDAAAOSwk2xlv8KO/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/185140276793", - "title": "Apple iPhone 6S Plus 16/32/64/128GB A1687 AT&T T-Mobile Unlocked Excellent", - "price": "$69.99", - "shipping": 0.0, + "url": "https://www.ebay.com/itm/387289775408", + "title": "Apple iPhone 5s A1533 16GB AT&T Wireless White/Gold Smartphone/Cell Phone", + "price": "$22.99", + "shipping": 6.15, "auction_end": null, "bids": null, - "location": "", + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/mm8AAOSwoyBibDvp/s-l300.webp", - "rating": 4.5, - "rating_count": 156 + "photo": "https://i.ebayimg.com/images/g/ahcAAOSwNvxmuk99/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/203947633886", - "title": "Apple iPhone SE 64GB 128GB (1st Gen) Unlocked T-Mobile AT&T Verizon ~ Sealed", - "price": "$199.79", - "shipping": null, + "url": "https://www.ebay.com/itm/266915637264", + "title": "Apple iPhone 6s - 16GB - Silver A1688 (CDMA + GSM) FOR PARTS OR REPAIR", + "price": "$15.39", + "shipping": 6.15, "auction_end": null, "bids": null, - "location": "", + "location": null, "subtitles": [], - "condition": "Brand New", - "photo": "https://i.ebayimg.com/thumbs/images/g/EO0AAOSwQ~Jc5FDt/s-l300.webp", - "rating": 4.5, - "rating_count": 70 + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/aJwAAOSwNGpmiUx8/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/175710464307", - "title": "Apple iPhone 6 Plus 16GB Silver A1524 (Sprint) Smartphone Good Condition", - "price": "$39.95", - "shipping": 5.6, + "url": "https://www.ebay.com/itm/305665045150", + "title": "Apple iPhone 5s - 16 GB - GOLD (Sprint) UPDATED TO 12.5.7 IOS GOOD", + "price": "$29.99", + "shipping": 7.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6 Plus", - "16 GB", - "Sprint" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/eQgAAOSwtXJkQIcp/s-l300.webp", - "rating": 4.0, - "rating_count": 1 + "photo": "https://i.ebayimg.com/images/g/licAAOSwq0hmVjgy/s-l140.webp", + "rating": 4.5, + "rating_count": 102 }, { - "url": "https://www.ebay.com/itm/195804729998", - "title": "Apple iPhone 5s - 16GB - Space Gray (GSM UNLOCKED)", - "price": "$39.49", - "shipping": null, + "url": "https://www.ebay.com/itm/315168545964", + "title": "\ud83d\udcf1 Apple iPhone 4S 8/16/32GB - Unlocked Used Full function mobile phone IOS9\ud83d\udcf1", + "price": "$22.00", + "shipping": 7.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 5s", - "16 GB", - "Unlocked" - ], + "location": "from China", + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/spYAAOSw3oRkF8pi/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/LbsAAOSw4HdlM4Tf/s-l140.webp", "rating": 4.5, - "rating_count": 817 + "rating_count": 270 }, { - "url": "https://www.ebay.com/itm/275888233095", - "title": "New Listing", - "price": "$25.00", - "shipping": 8.3, - "auction_end": "2023-06-13T11:00:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone SE", - "16 GB", - "Verizon" - ], + "url": "https://www.ebay.com/itm/166386614424", + "title": "\ud83d\udcf1 Apple iPhone 5S 16GB - Unlocked Grade A Condition usedphone No fingerprint\ud83d\udcf1", + "price": "$28.00", + "shipping": 7.0, + "auction_end": null, + "bids": null, + "location": "from China", + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/arkAAOSwDGRkZpYq/s-l300.webp", - "rating": 5.0, - "rating_count": 40 + "photo": "https://i.ebayimg.com/images/g/gxwAAOSw2odlMfVB/s-l140.webp", + "rating": 4.5, + "rating_count": 671 }, { - "url": "https://www.ebay.com/itm/125961804049", - "title": "Apple iPhone 5C Blue, Carrier Locked, ME569LL/A, A1456", - "price": "$7.90", - "shipping": 10.65, - "auction_end": "2023-06-13T09:52:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 5c", - "16 GB", - "Sprint" - ], + "url": "https://www.ebay.com/itm/235663383670", + "title": "Apple iPhone 4s - 16 GB - White (Unlocked) (Single SIM)", + "price": "$35.00", + "shipping": 8.85, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/azkAAOSw3zFkbj9N/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/x8gAAOSwos5mnVlt/s-l140.webp", "rating": 4.5, - "rating_count": 103 + "rating_count": 270 }, { - "url": "https://www.ebay.com/itm/275880505688", - "title": "Lot of 2 Apple iPhone 5 16GB Gray ( Sprint/ Verizon )", - "price": "$39.00", - "shipping": 9.0, + "url": "https://www.ebay.com/itm/375538229051", + "title": "Apple iPhone 4 A1387 Black (Parts Only)", + "price": "$9.99", + "shipping": 3.99, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 5", - "16 GB" - ], - "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/1cgAAOSw66hj7FwZ/s-l300.webp", + "location": null, + "subtitles": [], + "condition": "Parts Only", + "photo": "https://i.ebayimg.com/images/g/iewAAOSwtx1mlL9B/s-l140.webp", "rating": null, "rating_count": null }, { - "url": "https://www.ebay.com/itm/125792718375", - "title": "Apple iPhone 1st Generation - 4GB 8GB 16GB - Black (Unlocked) A1203 (GSM)", - "price": "$99.00", - "shipping": 0.0, + "url": "https://www.ebay.com/itm/285985056905", + "title": "Apple iPhone 5 - 16GB - White & Silver (Sprint) A1429 (CDMA + GSM) iOS 10.3.4", + "price": "$20.00", + "shipping": 8.44, "auction_end": null, "bids": null, - "location": "China", + "location": null, "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/5SQAAOSwLGpj~Blr/s-l300.webp", - "rating": null, - "rating_count": null + "photo": "https://i.ebayimg.com/images/g/JEsAAOSwCAdmqALY/s-l140.webp", + "rating": 4.0, + "rating_count": 67 }, { - "url": "https://www.ebay.com/itm/385662296367", - "title": "Apple iPhone 5s - 16GB Consumer Cellular Space Gray A1533", - "price": "$2.25", - "shipping": 7.99, - "auction_end": "2023-06-08T14:32:00", - "bids": 2, - "location": "", - "subtitles": [ - "(156625856)-Functionally Working and Fair Condition", - "Apple iPhone 5s", - "16 GB", - "Consumer Cellular" - ], + "url": "https://www.ebay.com/itm/226060028277", + "title": "Apple iPhone 6s - 16GB - Rose Gold (Unlocked) A1633 MKRF2LL/A", + "price": "$59.00", + "shipping": 0.0, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/aJ8AAOSwkkRkflRM/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/qrcAAOSwOJ9l~0dK/s-l140.webp", "rating": 4.5, - "rating_count": 817 + "rating_count": 175 }, { - "url": "https://www.ebay.com/itm/145018234015", - "title": "Apple iPhone 6S 32GB [A1688] Space Gray (Unlocked) Smartphone - Broken", - "price": "$39.95", - "shipping": null, + "url": "https://www.ebay.com/itm/256589862128", + "title": "Apple iPhone 3G A1241 (AT&T) Smartphone - Black, 16GB *Has Bad Battery", + "price": "$33.99", + "shipping": 6.5, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6s", - "16 GB", - "Unlocked" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/T9AAAOSwQelkKwXW/s-l300.webp", + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/U0gAAOSwMMpmq~cd/s-l140.webp", "rating": 4.5, - "rating_count": 138 + "rating_count": 20 }, { - "url": "https://www.ebay.com/itm/394242842072", - "title": "Apple iPhone 3GS - 16GB Black iOS 6.1.6 AT&T", - "price": "$69.88", - "shipping": 6.99, + "url": "https://www.ebay.com/itm/387302185891", + "title": "Apple iPhone 5c A1532 16GB AT&T Wireless White Smartphone/Cell Phone", + "price": "$17.99", + "shipping": 6.15, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 3GS", - "16 GB", - "AT&T" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/4~IAAOSwL7hjIgk9/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/EjYAAOSwUVFmv5xJ/s-l140.webp", "rating": 4.5, - "rating_count": 79 + "rating_count": 320 }, { - "url": "https://www.ebay.com/itm/175760964163", - "title": "New Listing", - "price": "$42.00", - "shipping": 11.75, + "url": "https://www.ebay.com/itm/166906186421", + "title": "Apple iPhone 5s - Silver - 16GB - AT&T Locked - A1533", + "price": "$16.50", + "shipping": 4.79, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6 Plus", - "16 GB", - "AT&T" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/OEQAAOSw-gRiBI-N/s-l300.webp", - "rating": 4.0, - "rating_count": 61 + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/~CEAAOSwVKJmsSDn/s-l140.webp", + "rating": 4.5, + "rating_count": 323 }, { - "url": "https://www.ebay.com/itm/145071595319", - "title": "Apple iPhone 6 - 16GB - Silver (Unlocked) A1549 (CDMA + GSM)", - "price": "$24.99", - "shipping": 7.95, + "url": "https://www.ebay.com/itm/266944407632", + "title": "iPhone 6 Space Gray 16GB 95% battery health", + "price": "$49.99", + "shipping": 0.0, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6", - "16 GB", - "Unlocked" - ], - "condition": "Parts Only", - "photo": "https://i.ebayimg.com/thumbs/images/g/3zUAAOSwUj5kIMdQ/s-l300.webp", - "rating": 4.5, - "rating_count": 95 + "location": null, + "subtitles": [], + "condition": "Pre-Owned", + "photo": "https://i.ebayimg.com/images/g/QEMAAOSwTk1muAt9/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/235039160903", - "title": "Apple iPhone 6s Plus - 16GB - Rose Gold (T-Mobile) A1687 (CDMA + GSM)", - "price": "$25.00", - "shipping": 12.55, - "auction_end": "2023-06-12T14:26:00", - "bids": 0, - "location": "", - "subtitles": [ - "Apple iPhone 6s Plus", - "16 GB", - "T-Mobile" - ], + "url": "https://www.ebay.com/itm/164932381619", + "title": "Lot of 2 iPhone 5c, 1 iPhone 5s, and 1 iPhone 5. Apple iPhones Working Condition", + "price": "$140.00", + "shipping": 0.0, + "auction_end": null, + "bids": null, + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/I6IAAOSwkMJkflKb/s-l300.webp", - "rating": 4.5, - "rating_count": 156 + "photo": "https://i.ebayimg.com/images/g/PhAAAOSwDIpgIv03/s-l140.webp", + "rating": null, + "rating_count": null }, { - "url": "https://www.ebay.com/itm/404315406360", - "title": "Apple iPhone 6 (A1549) Gold - 16GB - Unlocked - iOS 12.5.7 64623", - "price": "$49.99", + "url": "https://www.ebay.com/itm/387083075449", + "title": "Apple iPhone 6s/6s Plus 16GB 32GB 64GB 128GB Unlocked Verizon 4G LTE Pristine", + "price": "$47.00", "shipping": null, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 6", - "16 GB", - "Unlocked" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/fuEAAOSweZdkePzO/s-l300.webp", + "photo": "https://i.ebayimg.com/images/g/i7YAAOSw8H5maw56/s-l140.webp", "rating": 4.5, - "rating_count": 92 + "rating_count": 436 }, { - "url": "https://www.ebay.com/itm/285319360927", - "title": "New Listing", - "price": "$19.99", + "url": "https://www.ebay.com/itm/387295674607", + "title": "Apple iPhone 6s - 16GB 64GB - GSM Unlocked Verizon AT&T T-mobile SmartPhone", + "price": "$46.00", "shipping": null, "auction_end": null, "bids": null, - "location": "", - "subtitles": [ - "Apple iPhone 5s", - "16 GB" - ], + "location": null, + "subtitles": [], "condition": "Pre-Owned", - "photo": "https://i.ebayimg.com/thumbs/images/g/gWgAAOSwGVlkf3-P/s-l300.webp", - "rating": 4.5, - "rating_count": 817 + "photo": "https://i.ebayimg.com/images/g/q20AAOSwMFVmvMW-/s-l140.webp", + "rating": null, + "rating_count": null } ] \ No newline at end of file diff --git a/ebay-scraper/test.py b/ebay-scraper/test.py index 6d3aef4..a78ca17 100644 --- a/ebay-scraper/test.py +++ b/ebay-scraper/test.py @@ -41,14 +41,14 @@ def require_min_presence(items, key, min_perc=0.1): async def test_product_scraping(): result = await ebay.scrape_product("https://www.ebay.com/itm/393531906094") schema = { - "url": {"type": "string", "regex": "https://www.ebay.com/itm/\d+(\?.*?)*"}, + "url": {"type": "string"}, "id": {"type": "string", "regex": r"\d+"}, "name": {"type": "string", "minlength": 1}, "price": {"type": "string", "minlength": 1}, "seller_name": {"type": "string", "minlength": 1}, "seller_url": {"type": "string", "regex": "https://www.ebay.com/str/.+"}, "photos": {"type": "list", "schema": {"type": "string"}}, - "description_url": {"type": "string", "regex": "https://.+?.ebaydesc.com/.+"}, + "description_url": {"type": "string", "regex": "https://(?:.+?\.)?vi\.vipr\.ebaydesc\.com/.+"}, "features": {"type": "dict"}, } validator = Validator(schema, allow_unknown=True) @@ -81,7 +81,7 @@ async def test_search_scraping(): # note: could be placeholder - https://secureir.ebaystatic.com/pictures/aw/pics/stockimage1.jpg "photo": { "type": "string", - "regex": r"https://i.ebayimg.com/thumbs/images/.+?|https://.+ebaystatic.com/.+", + "regex": r"https://i.ebayimg.com/images/.+?|https://.+ebaystatic.com/.+", "nullable": True, }, "title": {"type": "string", "minlength": 1},