From b6672ce09d954ee3caa56719e2ffb9fa94435e13 Mon Sep 17 00:00:00 2001
From: Azalea <22280294+hykilpikonna@users.noreply.github.com>
Date: Wed, 27 Dec 2023 00:06:34 -0500
Subject: [PATCH] [+] CanadaComputers Laptops
---
PCData/canada_computers.py | 146 ++++++
PCData/data/canada_computers_laptops.csv | 609 +++++++++++++++++++++++
2 files changed, 755 insertions(+)
create mode 100644 PCData/canada_computers.py
create mode 100644 PCData/data/canada_computers_laptops.csv
diff --git a/PCData/canada_computers.py b/PCData/canada_computers.py
new file mode 100644
index 0000000..6f5da31
--- /dev/null
+++ b/PCData/canada_computers.py
@@ -0,0 +1,146 @@
+"""
+This file is used to crawl Canada Computers items
+"""
+import json
+import re
+from pathlib import Path
+from typing import NamedTuple
+
+import js2py
+import pandas as pd
+import requests
+from bs4 import BeautifulSoup, Tag, ResultSet
+from hypy_utils import nlp_utils
+from hypy_utils.logging_utils import setup_logger
+from hypy_utils.nlp_utils import substr_between
+from hypy_utils.tqdm_utils import tmap
+from js2py.internals.simplex import JsException
+
+log = setup_logger()
+
+
+def get_match(pattern: str | re.Pattern, html: str) -> str | None:
+ """
+ Get the first match of a pattern in html
+
+ :param pattern: regex pattern
+ :param html: html to search in
+ """
+ match = re.search(pattern, html)
+ if match is None:
+ return None
+ return match.group(1)
+
+
+RE_ID = re.compile(r'data-item-id="(\d+)"')
+
+
+class Product(NamedTuple):
+ id: int
+ item_id: str
+ name: str
+ brand: str
+ categories: list[str]
+ price: float
+ specs: dict[str, str]
+
+
+def crawl_page(url: str, p: int) -> list[Product]:
+ """
+ Crawl a page of Canada Computers items
+
+ :param url: URL of an item listing page
+ :param p: Page number
+ :return: list of Product
+ """
+ items = []
+ log.info(f"Crawling page {p}")
+ page = requests.get(url, params={"page": p, "ajax": "true"})
+ # We can't use BS4 because the html contains json that is not properly escaped
+
+ # Find productTemplate
+ products: list[str] = page.text.split("
')
+ js = f"a = {js}; a"
+ p = js2py.eval_js(js)['items'][0]
+
+ # Get specs
+ specs_html = substr_between(product, """
")
+ specs_html = BeautifulSoup(specs_html, "html.parser")
+ specs = [li.text.strip().split(":", 1) for li in specs_html.findAll("li")]
+ specs = {k.strip(): v.strip() for k, v in specs}
+
+ items.append(Product(
+ id=id,
+ item_id=p['item_id'],
+ name=p['item_name'],
+ brand=p['item_brand'],
+ categories=[p['item_category'], p['item_category_2'], p['item_category_3'], p['item_category_4']],
+ price=float(p['price']),
+ specs=specs
+ ))
+ log.debug(f"> Got: {items[-1].name}")
+
+ except ValueError:
+ log.warning("Failed to parse product")
+ continue
+
+ except JsException as e:
+ log.warning(f"JsException: {e}")
+ continue
+
+ except Exception as e:
+ log.warning(f"Exception: {e}")
+ continue
+
+ return items
+
+
+def crawl_url(url: str):
+ """
+ Crawl Canada Computers items
+
+ :param url: url to crawl
+ """
+ file = Path("data/canada_computers_laptops.csv")
+
+ if file.exists():
+ return pd.read_csv(file)
+
+ items = []
+ i = 0
+ batch_size = 20
+ while True:
+ r = list(range(i * batch_size + 1, (i + 1) * batch_size + 1))
+ log.info(f"Crawling batch {i}")
+
+ # Get batch
+ batch = tmap(lambda p: crawl_page(url, p), r, max_workers=10)
+
+ # Flatten
+ items += [item for sublist in batch for item in sublist]
+
+ # If at least one batch is empty, we are done
+ if any([len(b) == 0 for b in batch]):
+ log.info(f"Done at batch {i}")
+ break
+
+ i += 1
+
+ file.parent.mkdir(parents=True, exist_ok=True)
+ df = pd.DataFrame(items)
+ df.to_csv(file, index=False)
+
+ return items
+
+
+if __name__ == '__main__':
+ # cPath 710 is laptops
+ crawl_url("https://www.canadacomputers.com/index.php?cPath=710")
diff --git a/PCData/data/canada_computers_laptops.csv b/PCData/data/canada_computers_laptops.csv
new file mode 100644
index 0000000..6d7e7e2
--- /dev/null
+++ b/PCData/data/canada_computers_laptops.csv
@@ -0,0 +1,609 @@
+id,item_id,name,brand,categories,price,specs
+234878,LPASU00715,"ASUS TUF F15 Gaming Laptop 15.6"" FHD Intel i9-13900H GeForce RTX 4060 16GB 1TB SSD Windows 11 Home, FX507VV-DS91-CA",ASUS,"['Laptops, Tablet', None, None, None]",1499.0,"{'Refresh Rate': '144Hz', 'GPU': 'GeForce RTX 4060', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB'}"
+239821,LPACE00967,"Acer Nitro 5 Gaming Laptop 15.6"" FHD Intel i9-12900H GeForce RTX 4060 16GB 1TB SSD Windows 11 Home, NH.QM0AA.003",ACER,"['Laptops, Tablet', None, None, None]",1299.0,"{'GPU': 'GeForce RTX 4060', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+241721,LPLEN03469,"Lenovo Legion Pro 5i Gaming Laptop 16"" QHD+ Intel i7-13700HX GeForce RTX 4060 16GB 512GB Windows 11 Home, 82WK00K7CC",LENOVO,"['Laptops, Tablet', None, None, None]",1499.0,"{'GPU': 'GeForce RTX 4060', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '16""'}"
+245321,LPHEW02100,"HP 15-fd0030ca Consumer Laptop 15.6"" FHD Intel i5-1340P 16GB 512GB SSD Windows 11 Home, 8M5P0UA#ABL",HP,"['Laptops, Tablet', None, None, None]",699.0,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+245308,LPGIG00162,"GIGABYTE G5 KF Gaming Laptop 15.6"" FHD 144Hz Intel i7-12650H GeForce RTX 4060 16GB 512GB SSD Windows 11 Home, G5 KF5-G3US353SH",GIGABYTE,"['Laptops, Tablet', None, None, None]",1099.0,"{'GPU': 'GeForce RTX 4060', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+230569,LPHEW01946,"HP ProBook 450 G9 15.6"" Business Notebook Intel i5-1235U 16 GB 256 GB SSD, Windows 11 Pro",HP,"['Laptops, Tablet', None, None, None]",899.0,"{'General InformationManufacturer': 'HP Inc.', 'General InformationManufacturer Part Number': '687P0UT#ABA', 'General InformationManufacturer Website Address': 'http://www.hp.com', 'General InformationBrand Name': 'HP', 'General InformationProduct Line': 'ProBook', 'General InformationProduct Series': '450 G9'}"
+241145,LPMSI00572,"MSI Thin GF63 Gaming Laptop 15.6"" FHD Intel i5-12450H GeForce RTX 2050 8GB 512GB SSD Windows 11 Home",MSI,"['Laptops, Tablet', None, None, None]",699.0,"{'GPU': 'GeForce RTX 2050', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '8GB', 'Screen Size': '15.6""'}"
+243411,LPLEN03502,"LENOVO IdeaPad Slim 3 Consumer Laptop 15.6"" AMD Ryzen 5 7520U 16GB 512GB SSD Windows 11 Home, 82XQ00BECC",LENOVO,"['Laptops, Tablet', None, None, None]",699.0,"{'GPU': 'AMD Radeon 610M', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+243633,LPACE00980,"ACER Nitro 5 Gaming Laptop 15.6"" 144Hz AMD Ryzen 7 5800H GeForce RTX 3060 16GB 512GB SSD Windows 11 Home",ACER,"['Laptops, Tablet', None, None, None]",999.0,"{'GPU': 'GeForce RTX 3060', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+240323,LPHEW02049,"HP EliteBook 840 G2 Business Notebook 14"" Touchscreen Core i5-5300U,16 GB DDR3, 256 GB SSD, Windows 10 Professional Refurbished",HP,"['Laptops, Tablet', None, None, None]",269.0,"{'Memory': '16GB', 'Storage Type': 'SSD', 'CPU Brand': 'Intel', 'Product Condition': 'Refurbished', 'Product Condition Short': 'Refurb', 'Screen Resolution Description': 'FHD'}"
+243416,LPLEN03503,"Lenovo Legion Slim 7i Gaming Laptop 16"" QHD 240Hz Intel i9-13900H GeForce RTX 4070 32GB 1TB SSD Windows 11 Home, 82Y3007HCC",LENOVO,"['Laptops, Tablet', None, None, None]",2299.0,"{'GPU': 'GeForce RTX 4070', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '32GB', 'Screen Size': '16""'}"
+235073,LPMSI00539,"MSI Katana 15 Gaming Laptop 15.6"" FHD Intel i7-12650H GeForce RTX 4060 16GB 1TB SSD Windows 11 Home, B12VFK-237CA",MSI,"['Laptops, Tablet', None, None, None]",1399.0,"{'GPU': 'GeForce RTX 4060', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+243636,LPACE00981,"ACER Aspire 5 Consumer Laptop 15.6"" AMD Ryzen 3 5300U 8GB 256GB SSD Windows 11 S, A515-45-R4RP",ACER,"['Laptops, Tablet', None, None, None]",449.0,"{'GPU': 'AMD Radeon Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 S', 'Memory': '8GB', 'Screen Size': '15.6""'}"
+229726,LPASU00666,"Asus Vivobook 16 Laptop 16"" WUXGA AMD Ryzen 5 5600H AMD Radeon Graphics 8GB 512GB SSD Windows 11 Home, M1603QA-RH51-CA",ASUS,"['Laptops, Tablet', None, None, None]",599.0,"{'GPU': 'AMD Radeon Graphics', 'Maximum Resolution': '1920 x 1200', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '8GB', 'Screen Size': '16""'}"
+239822,LPACE00968,"Acer Nitro 5 Gaming Laptop 15.6"" FHD Intel i5-12450H GeForce RTX 4060 16GB 512GB SSD Windows 11 Home, NH.QM0AA.004",ACER,"['Laptops, Tablet', None, None, None]",1099.0,"{'GPU': 'GeForce RTX 4060', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+234397,LPHEW01967,"HP ProBook 440 G9 14"" Business Laptop Intel i5-1235U 16 GB 256 GB SSD, Windows 11 Pro",HP,"['Laptops, Tablet', None, None, None]",749.0,"{'General InformationManufacturer': 'HP Inc.', 'General InformationManufacturer Part Number': '6J8Q6UT#ABA', 'GPU': 'Intel Iris Xe', 'General InformationManufacturer Website Address': 'http://www.hp.com', 'Maximum Resolution': '1920 x 1080', 'General InformationBrand Name': 'HP'}"
+239788,LPLEN03438,"Lenovo Legion Pro 5 Gaming Notebook 16"" 165Hz WQXGA AMD Ryzen 7 7745HX GeForce RTX 4070 16GB 512GB SSD Windows 11 Home, 82WM005VCC",LENOVO,"['Laptops, Tablet', None, None, None]",1699.0,"{'GPU': 'GeForce RTX 4070', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '16""'}"
+242615,LPLEN03487,"Lenovo ThinkPad E16 Business Laptop 16"" FHD Intel i7-1355U 16GB 512GB SSD Windows 11 Pro, 21JN0073US",LENOVO,"['Laptops, Tablet', None, None, None]",1199.0,"{'Memory': '16GB', 'Model': 'ThinkPad E16', 'Screen Size': '16""', 'Operating System': 'Windows 11 Pro', 'Maximum Resolution': '1920 x 1200', 'Refresh Rate': '60Hz'}"
+243491,LPHEW02087,"HP Victus 15-fb0000ca Gaming Laptop 15.6"" 144Hz AMD Ryzen 5 5600H GeForce RTX 3050 Ti 16GB 512GB SSD Windows 11 Home, 89A37UA#ABL",HP,"['Laptops, Tablet', None, None, None]",849.0,"{'GPU': 'GeForce RTX 3050 Ti', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+239806,LPMSI00564,"MSI Bravo 15 Gaming Laptop 15.6"" FHD AMD Ryzen 7 7735HS GeForce RTX 4060 32GB 1TB SSD Windows 11 Home, C7VFK-057CA",MSI,"['Laptops, Tablet', None, None, None]",1399.0,"{'GPU': 'Ge Force RTX 4060', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '32GB', 'Screen Size': '15.6""'}"
+242954,LPLEN03493,"LENOVO Thinkbook T490 Business Laptop 14"" Intel i5-8365U 16GB 256GB SSD Windows 10 Pro Refurbished",LENOVO,"['Laptops, Tablet', None, None, None]",399.0,"{'GPU': 'Intel UHD Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 10 Pro', 'Memory': '16GB', 'Screen Size': '14""'}"
+242916,LPASU00786,"ASUS Vivobook 16X Laptop 16"" Intel i5-1235U 8GB 512GB SSD Windows 11 Home, X1605ZA-DB51-CA",ASUS,"['Laptops, Tablet', None, None, None]",649.0,"{'GPU': 'Intel UHD Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '8GB', 'Screen Size': '16""'}"
+238858,LPHEW02028,"HP Consumer Laptop 15.6"" FHD AMD Ryzen 7 7730U AMD Radeon Graphics 16GB 1TB SSD Windows 11 Home, 15-fc0040ca",HP,"['Laptops, Tablet', None, None, None]",849.0,"{'Memory': '16GB', 'Screen Size': '15.6""', 'Operating System': 'Windows 11 Home', 'Maximum Resolution': '1080p Full HD', 'SSD Capacity': '1TB', 'CPU': 'Ryzen 7 7730U'}"
+245318,LPHEW02099,"HP 17-cn3020ca Consumer Laptop 17.3"" FHD Intel i5-1335U 16GB 512GB SSD Windows 11 Home, 8N3T7UA#ABL",HP,"['Laptops, Tablet', None, None, None]",799.0,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '17.3""'}"
+248768,LPLEN03685,"Lenovo IdeaPad Slim 3 15AMN8 Laptop 15.6"" FHD AMD Ryzen 3 7320U 8GB 256GB SSD Windows 11 S, 82XQ001JCF",LENOVO,"['Laptops, Tablet', None, None, None]",449.0,"{'GPU': 'AMD Radeon 610M Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 S', 'Memory': '8GB', 'Screen Size': '15.6""'}"
+245788,LPLEN03569,"Lenovo V14 Business Laptop 14"" FHD Ryzen 5 5500U 16GB 512GB SSD Windows 11 Pro, 83FG0004US",LENOVO,"['Laptops, Tablet', None, None, None]",699.0,"{'GPU': 'AMD Radeon Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '16GB', 'Screen Size': '14""'}"
+239703,LPMSI00553,"MSI Vector GP68HX Gaming Notebook 16"" Intel i9-12900HX GeForce RTX 4080 32GB 1TB SSD Windows 11 Home, 12VH-012CA",MSI,"['Laptops, Tablet', None, None, None]",2499.0,"{'GPU': 'GeForce RTX 4080', 'Maximum Resolution': '1920 x 1200', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '32GB', 'Screen Size': '16""'}"
+242479,LPASU00784,"ASUS Vivobook 15 OLED Consumer Laptop 15.6"" AMD Ryzen 7 7730U 16GB 512GB SSD Windows 11 Home, M1505YA-DB71-CA",ASUS,"['Laptops, Tablet', None, None, None]",849.0,"{'GPU': 'AMD Radeon Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+234953,LPASU00720,"ASUS ROG Strix G17 Gaming Notebook 17.3"" WQHD AMD Ryzen 9 7945HX RTX 4060 16GB 1TB SSD Windows 11 Home, G713PV-DS91-CA",ASUS,"['Laptops, Tablet', None, None, None]",1999.0,"{'GPU': 'RTX\xa04060', 'Maximum Resolution': '2560X1440', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '17.3""'}"
+245791,LPMSI00593,"MSI Katana 17 Gaming Laptop 17.3"" 144Hz Intel i7-13620H GeForce RTX 4070 16GB 1TB SSD Windows 11 Home, Katana 17 B13VGK-645CA",MSI,"['Laptops, Tablet', None, None, None]",1799.0,"{'GPU': 'GeForce RTX 4070', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '17.3""'}"
+239779,LPLEN03433,"Lenovo Legion Pro 5 Gaming Laptop 16"" AMD Ryzen 7 7745HX GeForce RTX 4070 16GB 1TB SSD Windows 11 Home, 82WM005YCC",LENOVO,"['Laptops, Tablet', None, None, None]",1799.0,"{'GPU': 'GeForce RTX 4070', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '16""'}"
+241425,LPMSI00575,"MSI Modern 15 Consumer Laptop 15.6"" FHD Intel i7-1255U Intel Iris Xe 16GB 512GB SSD Windows 11 Home",MSI,"['Laptops, Tablet', None, None, None]",699.0,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+237444,LPASU00752,"Asus Vivobook 17 Consumer Notebook 17.3"" FHD Intel i7-1165G7 Intel Iris Xe Graphics 8GB 512GB SSD Windows 11 Home, X712EA-MS72-CA",ASUS,"['Laptops, Tablet', None, None, None]",699.0,"{'GPU': 'Intel Iris Xe Graphics', 'Maximum Resolution': '1080p Full HD', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '8GB', 'Screen Size': '17.3""'}"
+245636,LPLEN03567,"LENOVO ThinkPad X1 Gen 3 Business Laptop 13"" Detachable (2 in 1) QHD Intel i7-8550U 16GB 256GB SSD Windows 11 Pro Refurbished",LENOVO,"['Laptops, Tablet', None, None, None]",399.0,"{'GPU': 'Intel UHD Graphics 620', 'Maximum Resolution': '3000 x 2000', 'Touch Screen': 'Yes', 'Operating System': 'Windows 11 Pro', 'Memory': '16GB', 'Screen Size': '13""'}"
+234880,LPASU00716,"ASUS TUF F15 Gaming Notebook 15.6"" FHD Intel i7-12700H RTX 3050 16GB 512GB SSD Windows 11 Home, FX507ZC4-DS71-CA",ASUS,"['Laptops, Tablet', None, None, None]",1099.0,"{'GPU': 'RTX\xa03050', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+229230,LPHEW01929,"HP ProBook 440 G9 14"" Business Laptop FHD Intel Core i5-1235U 8GB RAM 256GB SSD Silver Windows 11 Pro",HP,"['Laptops, Tablet', None, None, None]",599.0,"{'General InformationManufacturer': 'HP Inc.', 'General InformationManufacturer Part Number': '687M8UT#ABA', 'General InformationManufacturer Website Address': 'http://www.hp.com', 'General InformationBrand Name': 'HP', 'General InformationProduct Line': 'ProBook', 'General InformationProduct Series': '440 G9'}"
+216029,LPASU00560,"ASUS ExpertBook B1 Business Laptop 14"" Intel i5-1135G7 8GB 256GB SSD Windows 10 Pro, 3YR Warranty, 1YR ADP",ASUS,"['Laptops, Tablet', None, None, None]",799.0,"{'Screen Size': '14""', 'Memory': '8GB', 'Operating System': 'Windows 10 Pro', 'Maximum Resolution': '1920 x 1080', 'Refresh Rate': '60Hz', 'SSD Capacity': '256GB'}"
+237316,LPLEN03390,"LENOVO ThinkPad T14 G3 Business Laptop 14"" Touchscreen Ryzen 5 Pro 6650U AMD Radeon 660M 16GB 256GB SSD Windows 10 Pro, 21CF000CUS",LENOVO,"['Laptops, Tablet', None, None, None]",799.0,"{'GPU': 'AMD Radeon 660M', 'Maximum Resolution': '1920 x 1200', 'Touch Screen': 'Yes', 'Operating System': 'Windows 10 Pro', 'Memory': '16GB', 'Screen Size': '14""'}"
+244770,LPACE00984,"ACER Aspire 3 Consumer Laptop 15.6"" FHD Intel i5-1235U 16GB 512GB SSD Windows 11 Home, A315-59-59UU",ACER,"['Laptops, Tablet', None, None, None]",699.0,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+234684,LPASU00707,"ASUS Zenbook OLED Touchscreen Consumer Notebook 14"" WQXGA AMD Ryzen 7 7730U AMD Radeon 16GB 1TB SSD Windows 11 Home, UM3402YAR-DS71T-CA",ASUS,"['Laptops, Tablet', None, None, None]",1199.0,"{'GPU': 'AMD Radeon', 'Maximum Resolution': '2880X1800', 'Touch Screen': 'Yes', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '14""'}"
+234408,LPASU00688,"ASUS TUF Gaming F15 Gaming Laptop 15.6"" FHD Intel Core i9-13900H GeForce RTX 4050 16GB 512GB SSD Windows 11 Home, FX507VU-DS91-CA",ASUS,"['Laptops, Tablet', None, None, None]",1399.0,"{'GPU': 'GeForce\xa0RTX\xa04050', 'Maximum Resolution': '1080p Full HD', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+239785,LPLEN03435,"Lenovo Legion Pro 5 Gaming Laptop 16"" Intel i7-13700HX GeForce RTX 4060 16GB 1TB SSD Windows 11 Home, 82WK00H9CC",LENOVO,"['Laptops, Tablet', None, None, None]",1799.0,"{'GPU': 'GeForce RTX 4060', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '16""'}"
+243968,LPLEN03518,"LENOVO Thinkbook T480s Business Notebook 14"" FHD Intel i5-8350U 16GB 256GB SSD Windows 11 Pro, Refurbished",LENOVO,"['Laptops, Tablet', None, None, None]",399.0,"{'GPU': 'Intel UHD Graphics 620', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '16GB', 'Screen Size': '14""'}"
+235074,LPMSI00540,"MSI Thin GF63 Gaming Notebook 15.6"" FHD Intel i7-12650H GeForce RTX 4050 16GB 512GB SSD Windows 11 Home, 12VE-033CA",MSI,"['Laptops, Tablet', None, None, None]",1499.0,"{'GPU': 'GeForce RTX 4050', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+246281,LPLEN03573,"LENOVO ThinkPad T490 Business Laptop 14"" FHD Intel i7-8550U Intel UHD Graphics 620 16GB 256GB SSD Windows 11 Pro, Refurbished",LENOVO,"['Laptops, Tablet', None, None, None]",549.0,"{'GPU': 'Intel UHD Graphics 620', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '16GB', 'Screen Size': '14""'}"
+245558,LPLEN03565,"LENOVO Legion Pro 5 16ARX8 Gaming Laptop 16"" 165Hz QHD Ryzen 7 7745HX GeForce RTX 4060 16GB 1TB SSD Windows 11 Home, 82WM005UCC",LENOVO,"['Laptops, Tablet', None, None, None]",1699.0,"{'GPU': 'GeForce RTX 4060', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '16""'}"
+243681,LPHUA00042,"HUAWEI Matebook D14 Consumer Laptop 14"" Intel i7-1360P 16GB 1TB SSD Windows 11 Home, 53013VBB",HUAWEI,"['Laptops, Tablet', None, None, None]",999.0,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '1920 x 1200', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '14""'}"
+242315,LPHEW02076,"HP Victus Gaming Notebook 16.1"" AMD Ryzen 5 7640HS GeForce RTX 4050 16GB 512GB SSD Windows 11 Home, 7X7B1UA#ABL",HP,"['Laptops, Tablet', None, None, None]",999.0,"{'Memory': '16GB', 'Screen Size': '16.1""', 'Operating System': 'Windows 11 Home', 'Maximum Resolution': '1920 x 1080', 'Refresh Rate': '144Hz', 'SSD Capacity': '512GB'}"
+239808,LPMSI00565,"MSI Bravo 15 Gaming Notebook 15.6"" AMD Ryzen 7 7735HS GeForce RTX 4050 16GB 1TB SSD Windows 11 Home, C7VEK-058CA",MSI,"['Laptops, Tablet', None, None, None]",1599.0,"{'GPU': 'GeForce RTX 4050', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+247065,LPLEN03578,"Lenovo Yoga L390 Business Laptop 13.3"" Touchscreen FHD Intel i5-8365U 16GB 256GB SSD Windows 11 Pro Refurbished",LENOVO,"['Laptops, Tablet', None, None, None]",449.0,"{'GPU': 'Intel® UHD Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'Yes', 'Operating System': 'Windows 11 Pro', 'Memory': '16GB', 'Screen Size': '13.3""'}"
+239726,LPMSI00560,"MSI Thin GF63 Gaming Notebook 15.6"" FHD Intel i5-12450H GeForce RTX 4060 16GB 512GB SSD Windows 11 Home,12VF-275CA",MSI,"['Laptops, Tablet', None, None, None]",1199.0,"{'GPU': 'GeForce RTX 4060', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+239720,LPMSI00555,"MSI Stealth 15 Gaming Notebook 15.6"" QHD OLED Intel i9-13900H GeForce RTX 4060 32GB 1TB SSD Windows 11 Home, A13VF-071CA",MSI,"['Laptops, Tablet', None, None, None]",2199.0,"{'Maximum Resolution': '2560 x 1440', 'GPU': 'GeForce RTX 4060', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '32GB', 'Screen Size': '15.6""'}"
+234898,LPASU00719,"ASUS ROG Strix Gaming Notebook 17.3"" FHD AMD Ryzen 9 7945HX RTX 4050 16GB 1TB SSD Windows 11 Home, G713PU-DS91-CA",ASUS,"['Laptops, Tablet', None, None, None]",1799.0,"{'GPU': 'RTX\xa04050', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '17.3""'}"
+241844,LPASU00782,"ASUS Vivobook Go Consumer Notebook 15.6"" AMD Ryzen 3 7320U 8GB 128GB SSD Windows 11 S, E1504FA-DB31-CA-SL",ASUS,"['Laptops, Tablet', None, None, None]",449.0,"{'GPU': 'AMD Radeon Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 S', 'Memory': '8GB', 'Screen Size': '15.6""'}"
+216483,LPASU00581,"Asus ExpertBook B1 15.6"" Business Laptop FHD Intel i5-1135G7 8 GB 256 GB SSD Windows 11 Pro, 3YR Warranty, 1YR ADP",ASUS,"['Laptops, Tablet', None, None, None]",599.0,"{'General InformationManufacturer': 'ASUS Computer International', 'General InformationManufacturer Part Number': 'B1500CEAE-Q53WP-CB', 'General InformationManufacturer Website Address': 'http://www.asus.com', 'General InformationBrand Name': 'Asus', 'General InformationProduct Line': 'ExpertBook B1', 'General InformationProduct Series': 'B1500'}"
+234968,LPASU00724,"ASUS ROG Zephyrus Gaming Notebook 16"" WQXGA Intel i9-13900H GeForce RTX 4070 32GB 1TB SSD Windows 11 Home, GU604VI-DS92-CA",ASUS,"['Laptops, Tablet', None, None, None]",2499.0,"{'Refresh Rate': '240Hz', 'GPU': 'GeForce RTX 4070', 'Maximum Resolution': '2560X1600', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '32GB'}"
+238751,LPASU00760,"ASUS Vivobook 16X Gaming Laptop 16"" WUXGA Intel i9-13900H Geforce RTX 4050 16GB 512GB SSD Windows 11 Home, K3605VU-DS91-CA",ASUS,"['Laptops, Tablet', None, None, None]",1699.0,"{'GPU': 'Geforce RTX 4050', 'Maximum Resolution': '1920 x 1200', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '16""'}"
+238748,LPHEW02023,"HP Consumer Notebook 14"" FHD AMD Ryzen 5 7520U AMD Radeon Graphics 8GB 512GB SSD Windows 11 Home, 14-em0040ca",HP,"['Laptops, Tablet', None, None, None]",599.0,"{'Memory': '8GB', 'Screen Size': '14""', 'Operating System': 'Windows 11 Home', 'Maximum Resolution': 'FHD', 'SSD Capacity': '512GB', 'CPU': 'Ryzen 5 7520U'}"
+235326,LPHEW01997,"HP ENVY X360 13.3"" OLED Touchscreen 2 in 1 Laptop QHD i7-1250U 16GB 1TB SSD Windows 11 Home, 6J0Q0UA#ABL",HP,"['Laptops, Tablet', None, None, None]",1299.0,"{'Memory': '16GB', 'Screen Size': '13.3""', 'Operating System': 'Windows 11 Home', 'Maximum Resolution': '2880 x 1800', 'Refresh Rate': '60Hz', 'SSD Capacity': '1TB'}"
+234958,LPASU00721,"ASUS ROG Strix Gaming Notebook 17.3"" WQHD AMD Ryzen 9 7945HX RTX 4080 32GB 1TB SSD Windows 11 Pro, G733PZ-XS96",ASUS,"['Laptops, Tablet', None, None, None]",3499.0,"{'GPU': 'RTX\xa04080', 'Maximum Resolution': 'WQHD', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '32GB', 'Screen Size': '17.3""'}"
+240054,LPASU00770,"ASUS ROG Zephyrus G14 Gaming Notebook 14"" QHD AMD Ryzen 9 7940HS GeForce RTX 4080 16GB 1TB SSD Windows 11 Home, GA402XZ-CS94",ASUS,"['Laptops, Tablet', None, None, None]",2999.0,"{'GPU': 'GeForce RTX 4080', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '14""'}"
+201084,LPASU00500,"Asus ExpertBook B1 14"" Laptop Intel i5 1135G7 8 GB 256 GB SSD Windows 10 Home, B1400CEAE-Q51H-CB",ASUS,"['Laptops, Tablet', None, None, None]",549.0,"{'General InformationManufacturer': 'ASUS Computer International', 'General InformationManufacturer Part Number': 'B1400CEAE-Q51H-CB', 'General InformationManufacturer Website Address': 'http://www.asus.com', 'General InformationBrand Name': 'Asus', 'General InformationProduct Line': 'ExpertBook B1', 'General InformationProduct Series': 'B1400'}"
+216700,LPASU00590,"ASUS Vivobook 14 Flip Notebook, 14"" FHD touch Screen, Intel Celeron N4500, Intel UHD Graphics, 4GB DDR4, 128GB SSD, Win11 Home, J1400KA-DS01T-CA",ASUS,"['Laptops, Tablet', None, None, None]",499.0,"{'Notebook Type': 'Consumer', 'Notebook Chassis': 'Convertible (2 in 1)', 'Screen Size': '14""', 'Maximum Resolution': '1920 x 1080', 'Refresh Rate': '60Hz', 'CPU': 'Intel Celeron N4500'}"
+238836,LPASU00763,"ASUS Vivobook S 16 Flip Consumer Notebook 16"" WUXGA Intel i5-1335U Intel HD Graphics 16GB 512GB SSD Windows 11 Home, TP3604VA-DS51T-CA",ASUS,"['Laptops, Tablet', None, None, None]",949.0,"{'Refresh Rate': '60Hz', 'GPU': 'Intel HD Graphics', 'Maximum Resolution': '1920 x 1200', 'Touch Screen': 'Yes', 'Operating System': 'Windows 11 Home', 'Memory': '16GB'}"
+244726,LPASU00800,"ASUS Vivobook S 15 OLED BAPE Edition Consumer Notebook 15.6"" QHD+ Intel i9-13900H 16GB 1TB SSD Windows 11 Home, K5504VA-DB91-CA-BAPE",ASUS,"['Laptops, Tablet', None, None, None]",1599.0,"{'GPU': 'Intel UHD Graphics', 'Maximum Resolution': '2880 x 1620', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+243074,LPASU00787,"ASUS TUF Gaming Notebook 15.6"" 144Hz Intel i5-11400H GeForce RTX 3050 8GB 512GB SSD Windows 11 Home, FX506HCB-DB59-CA",ASUS,"['Laptops, Tablet', None, None, None]",799.0,"{'GPU': 'GeForce RTX 3050', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '8GB', 'Screen Size': '15.6""'}"
+246436,LPASU00808,"ASUS TUF Gaming F15 Gaming Laptop 15.6"" FHD 144Hz Intel i7-11800H GeForce RTX 3050 Ti 16GB 1TB SSD Windows 11 Home, FX506HE-EH74",ASUS,"['Laptops, Tablet', None, None, None]",999.0,"{'GPU': 'GeForce RTX 3050 Ti', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+234939,LPGIG00145,"Gigabyte AORUS 17X Gaming Notebook 17.3"" QHD Intel Core i9-13900HX GeForce RTX 4080 16GB 1TB SSD Windows 11 Pro, AXF-B4US694SP",GIGABYTE,"['Laptops, Tablet', None, None, None]",2999.0,"{'GPU': 'GeForce RTX 4080', 'Maximum Resolution': '2560x1440', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '16GB', 'Screen Size': '17.3""'}"
+241534,LPMSI00580,"MSI Pulse 17 Gaming Notebook 17.3"" Intel i9-13900H GeForce RTX 4070 16GB 1TB SSD Windows 11 Home, B13VGK-619CA",MSI,"['Laptops, Tablet', None, None, None]",1999.0,"{'GPU': 'GeForce RTX 4070', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '17.3""'}"
+236109,LPGIG00151,"Gigabyte AORUS 15 Gaming Notebook 15.6"" QHD Intel i7-13700H GeForce RTX 4070 16GB 1TB SSD Windows 11 Home, BSF-73US754SH",GIGABYTE,"['Laptops, Tablet', None, None, None]",1899.0,"{'GPU': 'GeForce RTX 4070', 'Maximum Resolution': '2560 x 1440', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+234951,LPGIG00146,"Gigabyte AORUS 17H Gaming Notebook 17.3"" FHD Intel i7-13700H RTX 4080 16GB 1TB SSD Windows 11 Home, BXF-74US554SH",GIGABYTE,"['Laptops, Tablet', None, None, None]",2499.0,"{'GPU': 'RTX 4080', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '17.3""'}"
+249823,LPMSI00598,"MSI Prestige 16 AI EVO Laptop 16"" QHD+ OLED Intel Core Ultra 7-155H Intel Arc Graphics 16GB 1TB SSD Windows 11 Home, B1MG-006CA",MSI,"['Laptops, Tablet', None, None, None]",1899.0,"{'GPU': 'Intel Arc Graphics', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '16""'}"
+243952,LPLEN03517,"Lenovo ThinkPad X1 Carbon EVO 14"" Touchscreen Ultrabook WUXGA Intel i7-1365U 32GB RAM 512GB SSD Windows 11 Pro 21HM000SUS",LENOVO,"['Laptops, Tablet', None, None, None]",1999.0,"{'General InformationManufacturer': 'Lenovo Group Limited', 'General InformationManufacturer Part Number': '21HM000SUS', 'General InformationManufacturer Website Address': 'http://www.lenovo.com/ca/en', 'General InformationBrand Name': 'Lenovo', 'General InformationProduct Line': 'ThinkPad', 'General InformationProduct Series': 'X1 Carbon Gen 11'}"
+234980,LPASU00729,"ASUS Zephyrus Duo Gaming Notebook 16"" WQXGA AMD Ryzen 9 7945HX RTX 4080 32GB 1TB SSD Windows 11 Pro, GX650PZ-XS96",ASUS,"['Laptops, Tablet', None, None, None]",3999.0,"{'GPU': 'RTX\xa04080', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '32GB', 'Screen Size': '16""'}"
+224436,LPLEN03010,"Lenovo ThinkBook 14 G4 14"" Touchscreen Business Laptop Intel i7-1255U 16 GB 512 GB Windows 11 Pro, 21DH000VUS",LENOVO,"['Laptops, Tablet', None, None, None]",1099.0,"{'General InformationManufacturer': 'Lenovo Group Limited', 'General InformationManufacturer Part Number': '21DH000VUS', 'GPU': 'Intel', 'General InformationManufacturer Website Address': 'http://www.lenovo.com/ca/en', 'Maximum Resolution': '1080p Full HD', 'General InformationBrand Name': 'Lenovo'}"
+243731,LPMSI00591,"MSI Stealth 16 AMG Gaming Notebook 16"" OLED UHD Intel i9-13900H GeForce RTX 4070 32GB 2TB SSD Windows 11 Pro, A13VG-237CA",MSI,"['Laptops, Tablet', None, None, None]",3499.0,"{'GPU': 'GeForce RTX 4070', 'Maximum Resolution': '3840 x 2400', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '32GB', 'Screen Size': '16""'}"
+247961,LPACE00994,"ACER Vero Laptop 15.6"" FHD Intel i7-1255U Intel Iris Xe Graphics 16GB 1TB SSD Windows 11 Home, Open Box, AV15-52-791N",ACER,"['Laptops, Tablet', None, None, None]",799.0,"{'GPU': 'Intel Iris Xe Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+243093,LPHEW02083,"HP EliteBook 640 G9 Business Notebook 14"" Intel i5-1245U 16GB 512GB SSD Windows 11 Pro, 6C0Z2UT#ABL",HP,"['Laptops, Tablet', None, None, None]",1195.9599990845,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '16GB', 'Screen Size': '14""'}"
+238118,LPLGE00032,"LG Gram EVO Consumer Notebook 16"" WQXGA Intel i7-1360P Intel Iris Xe 16GB 512GB SSD Windows 11 Home, 16Z90R-K.AA75A9",LG,"['Laptops, Tablet', None, None, None]",1499.0,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '16""'}"
+221451,LPLEN02908,"Lenovo ThinkBook 14 G4 ABA 14"" Business Laptop AMD Ryzen 7 5825U 16 GB 512 GB Windows 11 Pro, 21DK000LUS",LENOVO,"['Laptops, Tablet', None, None, None]",799.0,"{'General InformationManufacturer': 'Lenovo Group Limited', 'General InformationManufacturer Part Number': '21DK000LUS', 'General InformationManufacturer Website Address': 'http://www.lenovo.com/ca/en', 'General InformationBrand Name': 'Lenovo', 'General InformationProduct Line': 'ThinkBook', 'General InformationProduct Series': '14 G4 ABA'}"
+246185,LPLEN03572,"LENOVO Legion Pro 7 16IRX8H Laptop 16"" QHD Intel i9-13900HX GeForce RTX 4090 32GB 2TB SSD Windows 11 Pro, 82WQ00AAUS",LENOVO,"['Laptops, Tablet', None, None, None]",4799.0,"{'GPU': 'GeForce RTX 4090', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '32GB', 'Screen Size': '16""'}"
+234966,LPASU00723,"ASUS ROG Zephyrus Gaming Notebook 14"" WUXGA AMD Ryzen 7 7735HS RTX 3050 16GB 512GB SSD Windows 11 Home, GA402NJ-DS71-CA",ASUS,"['Laptops, Tablet', None, None, None]",1799.0,"{'GPU': 'RTX\xa03050', 'Maximum Resolution': '1920X1200', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '14""'}"
+234853,LPMSI00535,"MSI Stealth 17 Gaming Notebook 17.3"" QHD Intel i9-13900H GeForce RTX 4090 64GB 2TB SSD Windows 11 Pro, A13VI-017US",MSI,"['Laptops, Tablet', None, None, None]",4399.0,"{'GPU': 'GeForce RTX 4090', 'Maximum Resolution': '2560x1440', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '64GB', 'Screen Size': '17.3""'}"
+247061,LPLEN03577,"Lenovo ThinkPad T480 Business Laptop 14"" FHD Intel i5-8365U 16GB 512GB SSD Windows 10 Pro Refurbished",LENOVO,"['Laptops, Tablet', None, None, None]",499.0,"{'GPU': 'Intel® UHD Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 10 Pro', 'Memory': '16GB', 'Screen Size': '14""'}"
+245326,LPHEW02101,"HP 14-ep0000ca Consumer Notebook 14"" FHD Intel i3-N305 8GB 256GB SSD Windows 11 Home, 8M5K7UA#ABL",HP,"['Laptops, Tablet', None, None, None]",549.0,"{'GPU': 'Intel UHD Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '8GB', 'Screen Size': '14""'}"
+243100,LPLEN03497,"Lenovo ThinkPad X1 Carbon 14"" EVO WUXGA Ultrabook Intel i5-1335U 16GB RAM 256GB SSD Deep Black Windows 11 Pro, 21HM000GUS",LENOVO,"['Laptops, Tablet', None, None, None]",1399.0,"{'GPU': 'Intel', 'Maximum Resolution': 'Others', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '16GB', 'Screen Size': '14""'}"
+238753,LPASU00762,"ASUS Vivobook Slate Consumer Notebook 13.3"" OLED Intel Pentium Silver Processor N6000 Intel UHD Graphics 8GB 128GB SSD Windows 11 S, T3300KA-DS92T-CA",ASUS,"['Laptops, Tablet', None, None, None]",599.0,"{'GPU': 'Intel UHD Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'Yes', 'Operating System': 'Windows 11 S', 'Memory': '8GB', 'Screen Size': '13.3""'}"
+238120,LPLGE00033,"LG Gram EVO Consumer Notebook 17"" WQXGA Intel i7-1360P Intel Iris Xe 16GB 512GB SSD Windows 11 Home,17Z90R-K.AA75A9",LG,"['Laptops, Tablet', None, None, None]",1599.0,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '17""'}"
+234881,LPASU00717,"ASUS ROG Strix Gaming Notebook 16"" FHD Intel i7-13650HX RTX 3050 16GB 1TB SSD Windows 11 Home, G614JJ-DS71-CA",ASUS,"['Laptops, Tablet', None, None, None]",1599.0,"{'GPU': 'RTX 3050', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '16""'}"
+237090,LPACE00960,"ACER Predator Helios Gaming Notebook 16"" QHD Intel i7-13700HX GeForce RTX 4070 16GB 1TB SSD Windows 11 Home, PH16-71-72YG",ACER,"['Laptops, Tablet', None, None, None]",1999.0,"{'GPU': 'GeForce RTX 4070', 'Refresh Rate': '240Hz', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'No', 'Operating System': 'Windows 11', 'Memory': '16GB'}"
+225212,LPLEN03055,"Lenovo ThinkBook 15 G4 15.6"" Touchscreen Business Notebook, FHD, Intel Core i5-1235U, 16GB RAM, 256GB SSD, Mineral Gray Windows 11 Pro",LENOVO,"['Laptops, Tablet', None, None, None]",899.0,"{'General InformationManufacturer': 'Lenovo Group Limited', 'General InformationManufacturer Part Number': '21DJ000XUS', 'General InformationManufacturer Website Address': 'http://www.lenovo.com/ca/en', 'General InformationBrand Name': 'Lenovo', 'General InformationProduct Line': 'ThinkBook', 'General InformationProduct Series': '15 G4 IAP'}"
+241937,LPLEN03476,"Lenovo ThinkBook 14s Yoga G3 14"" Touchscreen Convertible Laptop Intel Core i7-1355U 16GB RAM 512GB SSD Windows 11 Pro, 21JG001GCA",LENOVO,"['Laptops, Tablet', None, None, None]",1379.9599990845,"{'General InformationManufacturer': 'Lenovo Group Limited', 'General InformationManufacturer Part Number': '21JG001GCA', 'General InformationManufacturer Website Address': 'http://www.lenovo.com/ca/en', 'General InformationBrand Name': 'Lenovo', 'General InformationProduct Line': 'ThinkBook', 'General InformationProduct Series': '14s Yoga G3 IRU'}"
+241934,LPLEN03474,"Lenovo ThinkPad E16 16"" Business Notebook Intel i5-1335U 16 GB 256 GB SSD Windows 11 Pro, 21JN003YUS",LENOVO,"['Laptops, Tablet', None, None, None]",1299.0,"{'General InformationManufacturer': 'Lenovo Group Limited', 'General InformationManufacturer Part Number': '21JN003YUS', 'General InformationManufacturer Website Address': 'http://www.lenovo.com/ca/en', 'General InformationBrand Name': 'Lenovo', 'General InformationProduct Line': 'ThinkPad', 'General InformationProduct Series': 'E16 Gen 1'}"
+239693,LPMSI00548,"MSI Vector GP78 HX Gaming Notebook 17"" QHD Intel i9-13950HX GeForce RTX 4080 32GB 1TB SSD Windows 11 Home .",MSI,"['Laptops, Tablet', None, None, None]",3499.0,"{'GPU': 'GeForce RTX 4080', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '32GB', 'Screen Size': '17""'}"
+235429,LPASU00736,"ASUS ROG Zephyrus Gaming Notebook 16"" WQXGA Intel i9-13900H RTX 4090 32GB 2TB SSD Windows 11 Pro, GU604VY-XS97",ASUS,"['Laptops, Tablet', None, None, None]",4199.0,"{'GPU': 'GeForce RTX 4090', 'Maximum Resolution': '2560X1600', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '32GB', 'Screen Size': '16""'}"
+249839,LPLEN03710,"Lenovo ThinkPad T14 Business Laptop 14"" FHD Intel i5-10310U 16GB 512GB SSD Windows 10 Pro Refurbished, 20S1S4R500",LENOVO,"['Laptops, Tablet', None, None, None]",649.0,"{'GPU': 'Intel UHD Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 10 Pro', 'Memory': '16GB', 'Screen Size': '14""'}"
+239889,LPHEW02036,"HP Omen 17-ck2000ca Gaming Notebook 17.3"" QHD Intel i9-13900HX GeForce RTX 4090 32GB 2TB SSD Windows 11 Home",HP,"['Laptops, Tablet', None, None, None]",3999.0,"{'GPU': 'GeForce RTX 4090', 'Maximum Resolution': '2560 x 1440', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '32GB', 'Screen Size': '17.3""'}"
+249845,LPLEN03712,"Lenovo Yoga L390 Business convertible Laptop 13.3"" Touchscreen FHD Intel i5-8365U 16GB 256GB SSD Windows 11 Pro Refurbished",LENOVO,"['Laptops, Tablet', None, None, None]",549.0,"{'GPU': 'Intel® UHD Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'Yes', 'Operating System': 'Windows 11 Pro', 'Memory': '16GB', 'Screen Size': '13.3""'}"
+249843,LPLEN03711,"Lenovo X1 Carbon Business Laptop 14"" FHD Intel i7-8665U 16GB 256GB SSD Windows 10 Pro Refurbished,",LENOVO,"['Laptops, Tablet', None, None, None]",649.0,"{'GPU': 'Intel UHD Graphics 620', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 10 Pro', 'Memory': '16GB', 'Screen Size': '14""'}"
+249484,LPACE00999,"ACER Predator Triton X Gaming Laptop 17"" QHD Mini-LED 250Hz Intel i9-13900HX GeForce RTX 4090 64GB 2TB SSD Windows 11 Home, PTX17-71-99W5",ACER,"['Laptops, Tablet', None, None, None]",4999.0,"{'GPU': 'GeForce RTX 4090', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '64GB', 'Screen Size': '17""'}"
+248458,LPLEN03611,"Lenovo ThinkBook 14 G6 ABP 21KJ000EUS 14"" Touchscreen Notebook - WUXGA - 1920 x 1200 - AMD Ryzen 7 7730U Octa-core (8 Core) 2 GHz - 16 GB Total RAM - 512 GB SSD - Arctic Gray - AMD Chip - Windows 11 Pro - AMD Radeon Graphics - In-plane Switching (IPS) Tec",LENOVO,"['Laptops, Tablet', None, None, None]",899.0,"{'General InformationManufacturer': 'Lenovo Group Limited', 'General InformationManufacturer Part Number': '21KJ000EUS', 'General InformationBrand Name': 'Lenovo', 'General InformationProduct Line': 'ThinkBook', 'General InformationProduct Series': '14 G6 ABP', 'General InformationProduct Model': '21KJ000EUS'}"
+248439,LPLEN03602,"Lenovo ThinkBook G6 16"" Business Laptop WUXGA 1920x1200 Intel Core i5-1335U 16GB RAM 256GB SSD Windows 11 Pro 21KH0005US",LENOVO,"['Laptops, Tablet', None, None, None]",1119.2,"{'General InformationManufacturer': 'Lenovo Group Limited', 'General InformationManufacturer Part Number': '21KH0005US', 'Memory': '16GB', 'General InformationBrand Name': 'Lenovo', 'Screen Size': '16""', 'General InformationProduct Line': 'ThinkBook'}"
+248434,LPLEN03600,"Lenovo ThinkBook 16 G6 ABP 21KK0009US 16"" Touchscreen Notebook - WUXGA - 1920 x 1200 - AMD Ryzen 5 7530U Hexa-core (6 Core) 2 GHz - 16 GB Total RAM - 512 GB SSD - Arctic Gray - AMD Chip - Windows 11 Pro - AMD Radeon Graphics - In-plane Switching (IPS) Tec",LENOVO,"['Laptops, Tablet', None, None, None]",999.0,"{'General InformationManufacturer': 'Lenovo Group Limited', 'General InformationManufacturer Part Number': '21KK0009US', 'General InformationBrand Name': 'Lenovo', 'General InformationProduct Line': 'ThinkBook', 'General InformationProduct Series': '16 G6 ABP', 'General InformationProduct Model': '21KK0009US'}"
+243931,LPLEN03508,"Lenovo ThinkPad E14 Gen 5 21JR001QUS 14"" Notebook - WUXGA - 1920 x 1200 - AMD Ryzen 5 7530U Hexa-core (6 Core) 2 GHz - 8 GB Total RAM - 8 GB On-board Memory - 256 GB SSD - Graphite Black - AMD Chip - Windows 11 Pro - AMD Radeon Graphics - In-plane Switchi",LENOVO,"['Laptops, Tablet', None, None, None]",1061.69,"{'General InformationManufacturer': 'Lenovo Group Limited', 'General InformationManufacturer Part Number': '21JR001QUS', 'General InformationBrand Name': 'Lenovo', 'General InformationProduct Line': 'ThinkPad', 'General InformationProduct Series': 'E14 Gen 5', 'General InformationProduct Model': '21JR001QUS'}"
+238114,LPLGE00031,"LG Gram EVO Consumer Notebook 15.6"" FHD Intel i7-1360P Intel Iris Xe 16GB 512GB SSD Windows 11 Home, 15Z90R-P.AA75A9",LG,"['Laptops, Tablet', None, None, None]",1599.99,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'Yes', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+238112,LPLGE00030,"LG Gram Consumer Notebook 14"" WUXGA Intel i7-1360P Intel Iris Xe 16GB 512GB SSD Windows 11 Home, 14Z90R-K.AA75A9",LG,"['Laptops, Tablet', None, None, None]",1599.0,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '1920 x 1200', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '14""'}"
+231254,LPLEN03221,"Lenovo ThinkPad L13 Yoga 13.3"" Touchscreen Convertible 2 in 1 Laptop WUXGA Intel Core i7-1255U 16GB 512GB SSD Storm Gray Windows 11 Pro 21B5003XUS",LENOVO,"['Laptops, Tablet', None, None, None]",1299.0,"{'General InformationManufacturer': 'Lenovo Group Limited', 'General InformationManufacturer Part Number': '21B5003XUS', 'General InformationManufacturer Website Address': 'http://www.lenovo.com/ca/en', 'General InformationBrand Name': 'Lenovo', 'General InformationProduct Line': 'ThinkPad', 'General InformationProduct Series': 'L13 Yoga Gen 3'}"
+223345,LPLEN02956,"Lenovo ThinkBook 14 G4 ABA 14"" Business Notebook AMD Ryzen 5 5625U 16 GB 256 GB Windows 11 Pro, 21DK000JUS",LENOVO,"['Laptops, Tablet', None, None, None]",699.0,"{'General InformationManufacturer': 'Lenovo Group Limited', 'General InformationManufacturer Part Number': '21DK000JUS', 'Memory': '16GB', 'General InformationManufacturer Website Address': 'http://www.lenovo.com/ca/en', 'Screen Size': '14""', 'General InformationBrand Name': 'Lenovo'}"
+221960,LPHEW01833,"HP EliteBook 650 G9 15.6"" Business Notebook Intel i5-1245U 16 GB 256 GB SSD Windows 10 Professional, 6C0Z6UT#ABA",HP,"['Laptops, Tablet', None, None, None]",1103.9599990845,"{'General InformationManufacturer': 'HP Inc.', 'General InformationManufacturer Part Number': '6C0Z6UT#ABA', 'General InformationManufacturer Website Address': 'http://www.hp.com', 'General InformationBrand Name': 'HP', 'General InformationProduct Line': 'EliteBook', 'General InformationProduct Series': '650 G9'}"
+221903,LPLGE00028,"LG Gram EVO Ultra-Lightweight Notebook , 16"" WQXGA, Intel i7-1260P, Intel Iris Xe Graphics, 16GB, 512GB SSD, Windows 11 Home, 16T90Q-K.AA75A9",LG,"['Laptops, Tablet', None, None, None]",1619.88,"{'Notebook Type': 'Consumer', 'Notebook Chassis': 'Thin and Light', 'Screen Size': '16""', 'Maximum Resolution': '2560 x 1600', 'Refresh Rate': '60Hz', 'CPU': 'i7-1260P'}"
+203384,LPSAS00092,"Samsung Galaxy Tab S7 FE Tablet - 12.4"" WQXGA Cortex 6 GB 128 GB Mystic Black",SAMSUNG,"['Laptops, Tablet', None, None, None]",699.0,"{'General InformationManufacturer': 'Samsung', 'General InformationManufacturer Part Number': 'SM-T733NZKEXAC', 'General InformationBrand Name': 'Samsung', 'General InformationProduct Line': 'Galaxy Tab S7 FE', 'General InformationProduct Model': 'SM-T733', 'General InformationProduct Name': 'Galaxy Tab S7 FE (Wi-Fi)'}"
+235970,LPGIG00147,"Gigabyte G5 Gaming Laptop 15.6"" FHD, Intel i5-12500H, GeForce RTX 4060, 8GB RAM, 512GB SSD, Windows 11 Home, G5 KF-E3US333SH",GIGABYTE,"['Laptops, Tablet', None, None, None]",999.0,"{'GPU': 'GeForce RTX 4060', 'Maximum Resolution': '1080p Full HD', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '8GB', 'Screen Size': '15.6""'}"
+241481,LPCHP00003,"HP Elitebook 840 G3 Business Laptop 14"" Touchscreen Intel i5-6300U 16GB 256GB SSD Windows 10 Pro Refurbished",HP,"['Laptops, Tablet', None, None, None]",299.0,"{'GPU': 'Intel HD Graphics 520', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'Yes', 'Operating System': 'Windows 10 Pro', 'Memory': '16GB', 'Screen Size': '14""'}"
+239725,LPMSI00559,"MSI Thin GF63 Gaming Laptop 15.6"" Intel i7-12650H GeForce RTX 4060 16GB 512GB SSD Windows 11 Home, 12VF-274CA",MSI,"['Laptops, Tablet', None, None, None]",1199.0,"{'GPU': 'GeForce RTX 4060', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+244218,LPHEW02095,"HP Victus 15-fb1010ca Gaming Laptop 15.6"" AMD Ryzen 5 7535HS GeForce RTX 2050 8GB 512GB SSD Windows 11 Home, 8G9J1UA#ABL",HP,"['Laptops, Tablet', None, None, None]",699.0,"{'GPU': 'GeForce RTX 2050', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '8GB', 'Screen Size': '15.6""'}"
+234149,LPASU00685,"ASUS VivoBook 14"" Laptop FHD Intel Core i3-1115G4 Intel UHD Graphics 4GB 128GB SSD Windows 11 Home S, F415EA-AS31",ASUS,"['Laptops, Tablet', None, None, None]",299.0,"{'GPU': 'Intel UHD Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home S', 'Memory': '4GB', 'Screen Size': '14""'}"
+244755,LPLEN03559,"LENOVO ThinkPad T590 Business Laptop 15.6"" FHD Intel i5-8365U Intel UHD Graphics 620 16GB 512GB SSD Windows 10 Pro Refurbished",LENOVO,"['Laptops, Tablet', None, None, None]",499.0,"{'GPU': 'Intel UHD Graphics 620', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 10 Pro', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+244918,LPACE00985,"Acer Swift 3 EVO 14"" Laptop FHD Intel i5-1240P 16GB 512GB SSD Windows 11 Home,",ACER,"['Laptops, Tablet', None, None, None]",699.0,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '14""'}"
+244027,LPCNO00061,"ASUS Vivobook F Series Laptop 15.6"" FHD Intel i5-1135G7 8GB 256GB SSD Windows 11 Home, F1500EA-WB51",ASUS,"['Laptops, Tablet', None, None, None]",597.95999908447,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '8GB', 'Screen Size': '15.6""'}"
+226088,LPASU00658,"ASUS ZenBook 14 Consumer Notebook 14"" FHD AMD Ryzen 5 5600H AMD Radeon Vega 7 8GB 512GB SSD Windows 11 Home, UM425QA-EH59-CA",ASUS,"['Laptops, Tablet', None, None, None]",699.0,"{'Memory': '8GB', 'Screen Size': '14""', 'Operating System': 'Windows 11 Home', 'Maximum Resolution': '1920 x 1080', 'Refresh Rate': '60Hz', 'SSD Capacity': '512GB'}"
+239777,LPLEN03432,"LENOVO IdeaPad Flex 5 Consumer Notebook 16"" Touchscreen AMD Ryzen 5 7530U 16GB 512GB SSD Windows 11 Home, 82XY005ACC",LENOVO,"['Laptops, Tablet', None, None, None]",849.0,"{'GPU': 'AMD Radeon Graphics', 'Refresh Rate': '60Hz', 'Maximum Resolution': '1920 x 1200', 'Touch Screen': 'Yes', 'Operating System': 'Windows 11 Home', 'Memory': '16GB'}"
+214186,LPHUA00035,"HUAWEI Matebook 14 Notebook, 14"", 2160 x 1440, Touch Screen, Intel Core i5-1135G7, Intel Iris Xe Graphics, 16GB, 512GB SSD, Windows 11 Home, 53012STE",HUAWEI,"['Laptops, Tablet', None, None, None]",699.88,"{'Screen Resolution Description': 'QHD', 'Memory': '16GB', 'Screen Size': '14""', 'Operating System': 'Windows 11 Home', 'Maximum Resolution': '2160 x 1440', 'Refresh Rate': '60 Hz'}"
+244384,LPLEN03552,"LENOVO X1 Yoga G4 Business Notebook 14"" FHD Intel i5-8265U 16GB 512GB SSD Windows 10 Pro, Pen Included, Refurbished",LENOVO,"['Laptops, Tablet', None, None, None]",499.0,"{'GPU': 'Intel UHD Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'Yes', 'Operating System': 'Windows 10 Pro', 'Memory': '16GB', 'Screen Size': '14""'}"
+242776,LPASU00785,"ASUS TUF Gaming Notebook 17.3"" 144Hz Intel i5-11400H GeForce RTX 2050 8GB 512GB SSD Windows 11 Home, FX706HF-DB51-CA",ASUS,"['Laptops, Tablet', None, None, None]",799.0,"{'Memory': '8GB', 'Screen Size': '17.3""', 'Operating System': 'Windows 11 Home', 'Maximum Resolution': '1920 x 1080', 'Refresh Rate': '144Hz', 'SSD Capacity': '512GB'}"
+246774,LPASU00809,"ASUS ROG Strix G16 Gaming Laptop 16"" QHD Intel i9-13980HX GeForce RTX 4060 16GB 1TB SSD Windows 11 Home, G614JV-DB91-CA",ASUS,"['Laptops, Tablet', None, None, None]",1799.0,"{'GPU': 'GeForce RTX 4060', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '16""'}"
+229248,LPLEN03130,"Lenovo Consumer Laptop 15.6"" FHD AMD Ryzen 5 5625U AMD Radeon Graphics 12GB 512GB SSD Windows 11 Home, 82RN0015CC",LENOVO,"['Laptops, Tablet', None, None, None]",699.88,"{'Memory': '12GB', 'Screen Size': '15.6""', 'Operating System': 'Windows 11 Home', 'Maximum Resolution': '1920 x 1080', 'Refresh Rate': '60Hz', 'SSD Capacity': '512GB'}"
+238746,LPHEW02021,"HP Consumer Laptop 14"" FHD AMD Ryzen 3 7320U, Radeon Graphics, 8GB RAM, 256GB SSD, Windows 11 Home, 14-em0030ca",HP,"['Laptops, Tablet', None, None, None]",499.0,"{'Memory': '8GB', 'Model': '14-em0030ca', 'Screen Size': '14""', 'Operating System': 'Windows 11 Home', 'Maximum Resolution': 'FHD', 'SSD Capacity': '256GB'}"
+221455,LPHEW01822,"HP ProBook 450 G9 15.6"" Business Notebook Intel i7-1255U 16GB 512GB SSD Windows 10 Pro, 687P3UT#ABA",HP,"['Laptops, Tablet', None, None, None]",999.0,"{'General InformationManufacturer': 'HP Inc.', 'General InformationManufacturer Part Number': '687P3UT#ABA', 'General InformationManufacturer Website Address': 'http://www.hp.com', 'General InformationBrand Name': 'HP', 'General InformationProduct Line': 'ProBook', 'General InformationProduct Series': '450 G9'}"
+241155,LPLEN03456,"Lenovo IdeaPad Consumer Notebook 14"" FHD Intel i5-1135G7 8GB 512GB SSD Windows 11 Home, 81X700FXUS",LENOVO,"['Laptops, Tablet', None, None, None]",549.0,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '8GB', 'Screen Size': '14""'}"
+245452,LPLEN03564,"LENOVO ThinkPad X1 Business Notebook 13.3"" Detachable (2 in 1) QHD Intel i7-8650U 16GB 256GB SSD Windows 10 Pro Refurbished",LENOVO,"['Laptops, Tablet', None, None, None]",549.0,"{'GPU': 'Intel UHD Graphics 620', 'Maximum Resolution': '3000 x 2000', 'Touch Screen': 'Yes', 'Operating System': 'Windows 10 Pro', 'Memory': '16GB', 'Screen Size': '13.3""'}"
+238839,LPASU00765,"ASUS Zenbook S 13 OLED EVO Laptop 13.3"" Intel i7-1355U 16GB 1TB SSD Windows 11 Home, UX5304VA-DS71-CA",ASUS,"['Laptops, Tablet', None, None, None]",1299.0,"{'GPU': 'Intel Iris Xe', 'Refresh Rate': '60Hz', 'Maximum Resolution': '2880 x 1800', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB'}"
+238601,LPHEW02017,"HP Pavilion Consumer Notebook 15.6"" FHD Intel i5-1240P Intel Iris Xe 8GB 512GB SSD Windows 11 Home, 15-EG2002CA",HP,"['Laptops, Tablet', None, None, None]",630.88000488281,"{'Memory': '8GB', 'Screen Size': '15.6""', 'Operating System': 'Windows 11 Home', 'Maximum Resolution': 'FHD', 'SSD Capacity': '512GB', 'CPU': 'i5-1240P'}"
+223242,LPMSI00496,"MSI GF63 Gaming Notebook 15.6"" FHD Intel i5-11400H RTX3050 8GB 512GB SSD Windows 11 Home,GF63 11UC-692",MSI,"['Laptops, Tablet', None, None, None]",799.0,"{'Memory': '8GB', 'Screen Size': '15.6""', 'Operating System': 'Windows 11 Home', 'Maximum Resolution': '1920 x 1080', 'Refresh Rate': '144Hz', 'SSD Capacity': '512GB'}"
+239775,LPLEN03430,"Lenovo IdeaPad Slim 3 15.6"" Laptop AMD Ryzen 7 7730U 8GB 512GB SSD Windows 11 Home, 82XM007NCC",LENOVO,"['Laptops, Tablet', None, None, None]",599.88,"{'GPU': 'AMD Radeon Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '8GB', 'Screen Size': '15.6""'}"
+242888,LPHEW02079,"HP Victus 16 Gaming Notebook 16.1"" AMD Ryzen 7 7840HS GeForce RTX 4060 16GB 1TB SSD Windows 11 Home, 7X7B2UA#ABL",HP,"['Laptops, Tablet', None, None, None]",1199.0,"{'Memory': '16GB', 'Screen Size': '16.1""', 'Operating System': 'Windows 11 Home', 'Maximum Resolution': '1920 x 1080', 'Refresh Rate': '144Hz', 'SSD Capacity': '1TB'}"
+239786,LPLEN03436,"Lenovo Legion Pro 5 Gaming Notebook 16"" WQXGA Intel i7-13700HX GeForce RTX 4070 16GB 1TB SSD Windows 11 Home, 82WK00H8CC",LENOVO,"['Laptops, Tablet', None, None, None]",2199.0,"{'GPU': 'GeForce RTX 4070', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '16""'}"
+237086,LPACE00956,"Acer Nitro 5 Gaming Notebook 15.6"" FHD Intel i7-12650H GeForce RTX 4060 16GB 512GB SSD Windows 11, NH.QM0AA.001",ACER,"['Laptops, Tablet', None, None, None]",1399.0,"{'GPU': 'GeForce RTX 4060', 'Refresh Rate': '144Hz', 'Maximum Resolution': '1080p Full HD', 'Touch Screen': 'No', 'Operating System': 'Windows 11', 'Memory': '16GB'}"
+218561,LPASU00608,"ASUS Vivobook 15 Notebook, 15.6"" FHD, Intel Pentium Silver, Intel UHD Graphics 605, 8GB DDR4, 128GB SSD, Win11 Home, X515MA-DS91-CA",ASUS,"['Laptops, Tablet', None, None, None]",399.0,"{'Notebook Type': 'Consumer', 'Notebook Chassis': 'Clamshell', 'Screen Size': '15.6""', 'Maximum Resolution': '1920 x 1080', 'Refresh Rate': '60Hz', 'CPU': 'Intel Pentium Silver'}"
+239812,LPACE00966,"Acer Nitro 17 Gaming Notebook 17.3"" QHD AMD Ryzen 7 7735HS GeForce RTX 4070 32GB 1TB SSD Windows 11 Home, NH.QL2AA.002",ACER,"['Laptops, Tablet', None, None, None]",1999.0,"{'GPU': 'GeForce RTX 4070', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '32GB', 'Screen Size': '17.3""'}"
+121579,LPLEN00182,"Lenovo ThinkPad T480s 14"" Notebook, Intel Core i7-8550U, 16 GB, 256 GB SSD, Windows 10 Pro Refurbished",LENOVO,"['Laptops, Tablet', None, None, None]",437.96000671387,"{'Maximum Resolution': '1080p Full HD', 'Refresh Rate': '60Hz', 'SSD Capacity': '256GB', 'CPU': 'i7-8550U', 'Hard Drive Capacity': 'None', 'Notebook Type': 'Business Notebook'}"
+234973,LPASU00726,"ASUS ROG Flow Gaming Notebook 13.4"" WQXGA AMD Ryzen 9 7940HS RTX 4050 16GB 1TB SSD Windows 11 Home, GV302XU-DS91T-CA",ASUS,"['Laptops, Tablet', None, None, None]",2199.0,"{'GPU': 'RTX\xa04050', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'Yes', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '13.4""'}"
+239729,LPMSI00563,"MSI Modern 15 Notebook 15.6"" FHD Intel i5-1155G7 Intel Iris Xe 16GB 512GB SSD Windows 11 Home, B11M-046CA",MSI,"['Laptops, Tablet', None, None, None]",599.0,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+238129,LPLEN03403,"LENOVO T480s Business Notebook 14"" FHD Intel i7-8550U Intel UHD Graphics 620 24GB 256GB SSD Windows 10 Pro Refurbished",LENOVO,"['Laptops, Tablet', None, None, None]",437.96000671387,"{'Refresh Rate': '60Hz', 'GPU': 'Intel UHD Graphics 620', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 10 Pro', 'Memory': '24GB'}"
+238838,LPASU00764,"ASUS Zenbook 15 OLED Consumer Notebook 15.6"" OLED AMD Ryzen 7 7735U AMD Radeon Graphics 16GB 1TB SSD Windows 11 Home, UM3504DA-DS71-CA",ASUS,"['Laptops, Tablet', None, None, None]",1299.0,"{'GPU': 'AMD Radeon Graphics', 'Maximum Resolution': '2880 x 1620', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+230592,LPGIG00141,"Gigabyte AORUS 17 Gaming Notebook 17.3"" FHD Intel i7-12700H GeForce RTX 3080 Ti 32GB 1TB SSD Windows 11 Home, YE5-74US544SH",GIGABYTE,"['Laptops, Tablet', None, None, None]",1999.0,"{'GPU': 'GeForce RTX 3080 Ti', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '32GB', 'Screen Size': '17.3""'}"
+239888,LPHEW02035,"HP Omen 16-wd0010ca Gaming Notebook 16.1"" FHD Intel i7-13620H GeForce RTX 4060 16GB 1TB SSD Windows 11 Home",HP,"['Laptops, Tablet', None, None, None]",1399.0,"{'GPU': 'GeForce RTX 4060', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '16.1""'}"
+236114,LPGIG00152,"Gigabyte AORUS 15 Gaming Notebook 15.6"" QHD Intel Core i7-13700H GeForce RTX 4060 16GB 1TB SSD Windows 11 Home, BKF-73US754SH",GIGABYTE,"['Laptops, Tablet', None, None, None]",1599.0,"{'GPU': 'GeForce RTX 4060', 'Maximum Resolution': '2560 x 1440', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+239776,LPLEN03431,"Lenovo IdeaPad Slim 5 Consumer Notebook 16"" WUXGA Intel i5-1335U Intel Iris Xe 8GB 512GB SSD Windows 11 Home, 82XF002TCC",LENOVO,"['Laptops, Tablet', None, None, None]",699.99,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '8GB', 'Screen Size': '16""'}"
+236553,LPGIG00155,"Gigabyte AERO 16 OLED Gaming Notebook 16"" UHD Intel i9-13900H GeForce RTX 4070 32GB 1TB SSD Windows 11 Pro, BSF-A3US964SP",GIGABYTE,"['Laptops, Tablet', None, None, None]",2499.0,"{'GPU': 'GeForce RTX 4070', 'Maximum Resolution': '3840x2400', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '32GB', 'Screen Size': '16""'}"
+216772,LPMSI00445,"MSI Modern 15 Ultra Thin and Light Notebook, 15.6"" FHD Intel Core i5-1155G7, Intel Iris Xe, 8 GB DDR4, 256GB NVMe SSD, Windows 11 Home, Modern 15 A11MU-863CA",MSI,"['Laptops, Tablet', None, None, None]",483.88,"{'Notebook Type': 'Consumer', 'Notebook Chassis': 'Thin and Light', 'Screen Size': '15.6""', 'Maximum Resolution': '1920 x 1080', 'Refresh Rate': '60Hz', 'CPU': 'i5-1155G7'}"
+154718,LPLEN00715,"Lenovo ThinkPad T490 14"" Notebook Intel i5-8365U FHD 16 GB RAM 256 GB SSD Windows 10 Pro (Refurbished)",LENOVO,"['Laptops, Tablet', None, None, None]",399.0,"{'Manufacturer': 'Lenovo Group Limited', 'Manufacturer Part Number': '20N20043US', 'Manufacturer Website Address': 'http://www.lenovo.com/ca/en', 'Brand Name': 'Lenovo', 'Product Line': 'ThinkPad', 'Product Series': 'T490'}"
+238752,LPASU00761,"ASUS Vivobook Pro 16X OLED Gaming Notebook 16"" Intel i9-13980HX Geforce RTX 4070 32GB 1TB SSD Windows 11 Home, K6604JI-DS91-CA",ASUS,"['Laptops, Tablet', None, None, None]",2799.0,"{'GPU': 'Geforce\xa0RTX\xa04070', 'Maximum Resolution': '3200 x 2000', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '32GB', 'Screen Size': '16""'}"
+236490,LPGIG00154,"Gigabyte AERO 14 Gaming Notebook 14"" QHD Intel Core i7-13700H GeForce RTX 4050 16GB 1TB SSD Windows 11 Home, BMF-72USBB4SH",GIGABYTE,"['Laptops, Tablet', None, None, None]",1899.0,"{'GPU': 'GeForce RTX 4050', 'Maximum Resolution': '2880x1800', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '14""'}"
+234965,LPASU00722,"ASUS ROG Strix Gaming Notebook 18"" WQXGA Intel i9-13980HX RTX 4090 32GB 2TB SSD Windows 11 Pro, G834JY-XS97",ASUS,"['Laptops, Tablet', None, None, None]",3999.0,"{'GPU': 'GeForce RTX 4090', 'Maximum Resolution': '2560X1600', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '32GB', 'Screen Size': '18""'}"
+230617,LPLEN03202,"Lenovo ThinkPad X380 Yoga Business Notebook 13.3"" FHD Intel i5-8350U Integrated GPU 16GB 512GB SSD Windows 10 Pro Refurbished",LENOVO,"['Laptops, Tablet', None, None, None]",449.0,"{'GPU': 'Integrated', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'Yes', 'Operating System': 'Windows 10 Pro', 'Memory': '16GB', 'Screen Size': '13.3""'}"
+241506,LPMSI00577,"MSI Prestige 13 Evo Business Notebook 13.3"" Intel i7-1360P 32GB 1TB SSD Windows 11 Pro",MSI,"['Laptops, Tablet', None, None, None]",1689.0,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '1920 x 1200', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '32GB', 'Screen Size': '13.3""'}"
+238841,LPASU00766,"ASUS Zenbook Pro 14 OLED Consumer Notebook 14.5"" OLED Intel i9-13900H GeForce RTX 4070 32GB 1TB SSD Windows 11 Home, UX6404VI-DS91-CA",ASUS,"['Laptops, Tablet', None, None, None]",2499.0,"{'GPU': 'GeForce RTX 4070', 'Maximum Resolution': '2880 x 1800', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '32GB', 'Screen Size': '14.5""'}"
+241572,LPASU00780,"ASUS Zenbook Consumer Notebook 14"" UHD Touchscreen OLED Intel i7-12700H 16GB 1TB SSD Windows 11 Home, UP5401ZA-DB71T-CA",ASUS,"['Laptops, Tablet', None, None, None]",1399.0,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '3840 x 2400', 'Touch Screen': 'Yes', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '14""'}"
+241407,LPASU00779,"ASUS Zenbook 14X OLED Consumer Notebook 14"" Intel i7-12700H Intel Iris Xe 16GB 1TB SSD Windows 11 Home, UX5401ZA-DB71-CA",ASUS,"['Laptops, Tablet', None, None, None]",1299.0,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '2880 X 1800', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '14""'}"
+240964,LPLEN03452,"Lenovo 300e Yoga Chromebook Gen 4 82W20003US 11.6"" Touchscreen Convertible 2 in 1 Chromebook - HD - 1366 x 768 - Octa-core (ARM Cortex A76 Dual-core (2 Core) 2.05 GHz + Cortex A55 Hexa-core (6 Core) 2 GHz) - 4 GB Total RAM - 4 GB On-board Memory - 32 GB F",LENOVO,"['Laptops, Tablet', None, None, None]",412.41,"{'General InformationManufacturer': 'Lenovo Group Limited', 'General InformationManufacturer Part Number': '82W20003US', 'General InformationManufacturer Website Address': 'http://www.lenovo.com/ca/en', 'General InformationBrand Name': 'Lenovo', 'General InformationProduct Line': '300e Yoga Chromebook Gen 4', 'General InformationProduct Model': '82W20003US'}"
+239773,LPLEN03428,"Lenovo IdeaPad Slim 3 Consumer Notebook 15.6"" FHD AMD Ryzen 3 7320U AMD Radeon 610M Graphics 8GB 512GB SSD Windows 11 Home,82XQ007UCC",LENOVO,"['Laptops, Tablet', None, None, None]",499.99,"{'GPU': 'AMD Radeon 610M Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '8GB', 'Screen Size': '15.6""'}"
+237091,LPACE00961,"Acer Predator Helios Gaming Laptop 16"" QHD Intel i9-13900HX GeForce RTX 4080 32GB 1 TB SSD Windows 11,NH.QJSAA.002",ACER,"['Laptops, Tablet', None, None, None]",2999.0,"{'GPU': 'GeForce RTX 4080', 'Refresh Rate': '240Hz', 'Maximum Resolution': 'QHD', 'Touch Screen': 'No', 'Operating System': 'Windows 11', 'Memory': '32GB'}"
+234888,LPASU00718,"ASUS ROG Strix Gaming Notebook 16"" WQXGA Intel i9-13980HX RTX 4080 32GB 1TB SSD Windows 11 Pro, G634JZ-XS96",ASUS,"['Laptops, Tablet', None, None, None]",3499.0,"{'GPU': 'GeForce RTX 4080', 'Maximum Resolution': '2560X1600', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '32GB', 'Screen Size': '16""'}"
+227682,LPGIG00137,"GIGABYTE AERO 16 Gaming Notebook 15.6"" OLED UHD Intel Core i9-12900H RTX 3080 Ti 64GB 2TB SSD Windows 11 Pro, YE5-A4US958HP",GIGABYTE,"['Laptops, Tablet', None, None, None]",2999.0,"{'Memory': '64GB', 'Screen Size': '15.6""', 'Operating System': 'Windows 11 Pro', 'Maximum Resolution': '3840x2400', 'Refresh Rate': '60Hz', 'SSD Capacity': '2TB'}"
+196113,LPLEN02154,"LENOVO ThinkPad T14s G2 Business Notebook 14"" Intel i5-1135G7 8 GB 256GB SSD Windows 10 Pro, 20WM0085US",LENOVO,"['Laptops, Tablet', None, None, None]",699.0,"{'Manufacturer': 'Lenovo Group Limited', 'Storage Type': 'SSD', 'CPU Brand': 'Intel', 'Product Condition': '.', 'Product Condition Short': '.', 'Screen Resolution Description': 'FHD'}"
+239774,LPLEN03429,"Lenovo IdeaPad Slim 3 Consumer Notebook 15.6"" FHD AMD Ryzen 5 7520U AMD Radeon 610M Graphics 8GB 512GB SSD Windows 11 Home, 82XQ007VCC",LENOVO,"['Laptops, Tablet', None, None, None]",549.99,"{'GPU': 'AMD Radeon 610M Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '8GB', 'Screen Size': '15.6""'}"
+239727,LPMSI00561,"MSI Bravo 15 Gaming Notebook 15.6"" FHD AMD Ryzen 7 7735HS GeForce RTX 3050 16GB 512GB SSD Windows 11 Home",MSI,"['Laptops, Tablet', None, None, None]",1299.0,"{'GPU': 'GeForce RTX 3050', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+238799,LPHEW02024,"HP Consumer Notebook 17.3"" FHD Intel i5-1335U Intel Iris Xe 8GB 1TB SSD Windows 11 Home, 17-cn3010ca",HP,"['Laptops, Tablet', None, None, None]",778.88000488281,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': 'FHD', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '8GB', 'Screen Size': '17.3""'}"
+236072,LPGIG00148,"Gigabyte AORUS Gaming Notebook 17.3"" QHD Intel i7-13700H GeForce RTX 4070 16GB 1TB SSD Windows 11 Home, BSF-73US654SH",GIGABYTE,"['Laptops, Tablet', None, None, None]",1999.0,"{'GPU': 'GeForce RTX 4070', 'Maximum Resolution': '2560 x 1440', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '17.3""'}"
+235100,LPASU00734,"ASUS Zenbook 14X Consumer Notebook 14"" OLED Intel i7-1260P GeForce MX550 16GB 512GB SSD Windows 11 Home, UX5400ZB-DS72T-CA",ASUS,"['Laptops, Tablet', None, None, None]",1599.0,"{'GPU': 'GeForce\xa0MX550', 'Maximum Resolution': '2880 x 1800', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '14""'}"
+216707,LPASU00592,"ASUS Vivobook 15 Notebook, 15.6"" HD, AMD Ryzen 3 3250U, AMD Radeon Graphics, 8GB DDR4, 128GB SSD, Win11 Home, M515DA-DS31-CA",ASUS,"['Laptops, Tablet', None, None, None]",499.0,"{'Notebook Type': 'Consumer', 'Notebook Chassis': 'Clamshell', 'Screen Size': '15.6""', 'Maximum Resolution': '1366 x 768', 'Refresh Rate': '60Hz', 'CPU': 'AMD Ryzen 3 3250U'}"
+239728,LPMSI00562,"MSI Modern 15 Notebook 15.6"" FHD AMD Ryzen 7 7730U AMD Radeon Graphics 16GB 512GB SSD Windows 11 Home, B7M-097CA",MSI,"['Laptops, Tablet', None, None, None]",699.0,"{'GPU': 'AMD Radeon Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+235077,LPMSI00541,"MSI Thin GF63 Gaming Notebook 15.6"" FHD Intel i7-12650H GeForce RTX 3050 16GB 512GB SSD Windows 11 Home, 12UDX-038CA",MSI,"['Laptops, Tablet', None, None, None]",999.0,"{'GPU': 'GeForce RTX 3050', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+234156,LPASU00686,"ASUS TUF Gaming Notebook 16"" FHD AMD Ryzen 7 7735HS AMD Radeon RX 7600S 16GB 1TB SSD Windows 11 Home, FA617NS-DS71-CA",ASUS,"['Laptops, Tablet', None, None, None]",1499.0,"{'GPU': 'AMD\xa0Radeon RX\xa07600S', 'Refresh Rate': '144Hz', 'Maximum Resolution': '1920X1200', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB'}"
+216703,LPASU00591,"ASUS Vivobook Go Notebook, 15.6"" HD, Intel Celeron N4020, Intel UHD Graphics 600, 4GB DDR4, 64GB SSD, Win11 S, L510MA-DS09-CA",ASUS,"['Laptops, Tablet', None, None, None]",259.0,"{'Notebook Type': 'Consumer', 'Notebook Chassis': 'Clamshell', 'Screen Size': '15.6""', 'Maximum Resolution': '1366 x 768', 'Refresh Rate': '60Hz', 'CPU': 'Intel Celeron N4020'}"
+241456,LPHEW02058,"HP Victus 15-fa1000ca Gaming Notebook 15.6"" Intel i5-13500H GeForce RTX 4050 16GB 512GB SSD Windows 11 Home, 7X7A3UA#ABL",HP,"['Laptops, Tablet', None, None, None]",1099.0,"{'Memory': '16GB', 'Screen Size': '15.6""', 'Operating System': 'Windows 11 Home', 'Maximum Resolution': '1920 x 1080', 'Refresh Rate': '144Hz', 'SSD Capacity': '512GB'}"
+240050,LPHEW02046,"HP Consumer Notebook 17.3"" FHD, Ryzen 3 3720U, AMD Radeon Graphics, 8GB, 512GB SSD, Windows 11 Home, 17-cp2030ca",HP,"['Laptops, Tablet', None, None, None]",584.88000488281,"{'GPU': 'AMD Radeon Graphics', 'Maximum Resolution': 'FHD', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '8GB', 'Screen Size': '17.3""'}"
+236573,LPASU00743,"ASUS Zenbook S 13 Flip OLED Business Notebook 13.3"" Touchscreen QHD Intel i7-1260P 16GB 1TB SSD Windows 11 Pro, UP5302ZA-XB71T-CA",ASUS,"['Laptops, Tablet', None, None, None]",1999.0,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '2880 x 1800', 'Touch Screen': 'Yes', 'Operating System': 'Windows 11 Pro', 'Memory': '16GB', 'Screen Size': '13.3""'}"
+236557,LPGIG00157,"Gigabyte AERO 14 OLED Gaming Notebook 14"" QHD Intel i5-12500H RTX 4050 16GB 1TB SSD Windows 11 Home, 9MF-E2USBB4SH",GIGABYTE,"['Laptops, Tablet', None, None, None]",1499.0,"{'GPU': 'RTX 4050', 'Maximum Resolution': '2880x1800', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '14""'}"
+236073,LPGIG00149,"Gigabyte AORUS 15X Gaming Notebook 15.6"" QHD Intel i9-13900HX GeForce RTX 4070 16GB 1TB SSD Windows 11 Home, ASF-B3US754SH",GIGABYTE,"['Laptops, Tablet', None, None, None]",2199.88,"{'GPU': 'GeForce RTX 4070', 'Maximum Resolution': '2560x1440', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+238842,LPASU00767,"ASUS Zenbook Pro 14 Duo OLED Consumer Notebook 14.5"" OLED Intel i9-13900H GeForce RTX 4060 32GB 1TB SSD Windows 11 Home, UX8402VV-DS91T-CA",ASUS,"['Laptops, Tablet', None, None, None]",2999.0,"{'GPU': 'GeForce RTX 4060', 'Maximum Resolution': '2880 x 1800', 'Touch Screen': 'Yes', 'Operating System': 'Windows 11 Home', 'Memory': '32GB', 'Screen Size': '14.5""'}"
+238733,LPASU00759,"ASUS ProArt Studiobook Business Notebook 16"" OLED Intel i9-13980HX Geforce RTX 4070 32GB 1TB SSD Windows 11 Pro, H7604JI-XS91T-CA",ASUS,"['Laptops, Tablet', None, None, None]",3154.0,"{'GPU': 'Geforce\xa0RTX\xa04070', 'Maximum Resolution': '3200 x 2000', 'Touch Screen': 'Yes', 'Operating System': 'Windows 11 Pro', 'Memory': '32GB', 'Screen Size': '16""'}"
+236555,LPGIG00156,"Gigabyte AERO 16 OLED Gaming Notebook 16"" UHD Intel i7-13700H GeForce RTX 4070 16GB 1TB SSD Windows 11 Home, BSF-73US994SH",GIGABYTE,"['Laptops, Tablet', None, None, None]",2199.0,"{'GPU': 'GeForce RTX 4070', 'Maximum Resolution': '3840x2400', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '16""'}"
+243943,LPLEN03512,"Lenovo ThinkBook 14s Yoga G3 14"" Touchscreen Convertible Notebook FHD Intel Core i7-1355U 16GB RAM 512GB SSD, Mineral Gray, Windows 11 Pro",LENOVO,"['Laptops, Tablet', None, None, None]",1499.0,"{'General InformationManufacturer': 'Lenovo Group Limited', 'General InformationManufacturer Part Number': '21JG001FUS', 'General InformationManufacturer Website Address': 'http://www.lenovo.com/ca/en', 'General InformationBrand Name': 'Lenovo', 'General InformationProduct Line': 'ThinkBook', 'General InformationProduct Series': '14s Yoga G3 IRU'}"
+234974,LPASU00727,"ASUS ROG Flow Gaming Notebook 16"" WQXGA Intel Core i9-13900H RTX 4050 16GB 1TB SSD Windows 11 Home, GV601VU-DS91T-CA",ASUS,"['Laptops, Tablet', None, None, None]",2199.0,"{'GPU': 'RTX\xa04050', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'Yes', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '16""'}"
+234827,LPMSI00531,"MSI TITAN GT77 Gaming Notebook 17.3"" UHD Intel i9-13980HX GeForce RTX 4090 128GB 4TB SSD Windows 11 Pro, GT77HX 13VI-042US",MSI,"['Laptops, Tablet', None, None, None]",6999.0,"{'GPU': 'GeForce RTX 4090', 'Maximum Resolution': '3840x2160', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '128GB', 'Screen Size': '17.3""'}"
+225016,LPLEN03042,"Lenovo ThinkBook 15 G4 15.6"" Touchscreen Notebook, FHD, Intel Core i7-1255U, 16GB RAM, 512GB SSD, Mineral Gray, Fingerprint Reader, Backlit Keyboard, Windows 11 Pro",LENOVO,"['Laptops, Tablet', None, None, None]",1299.0,"{'General InformationManufacturer': 'Lenovo Group Limited', 'General InformationManufacturer Part Number': '21DJ000VUS', 'General InformationManufacturer Website Address': 'http://www.lenovo.com/ca/en', 'General InformationBrand Name': 'Lenovo', 'General InformationProduct Line': 'ThinkBook', 'General InformationProduct Series': '15 G4 IAP'}"
+250551,LPASU00500OB,"Asus ExpertBook B1 14"" Laptop Intel i5 1135G7 8 GB 256 GB SSD Windows 10 Home, B1400CEAE-Q51H-CB(Open Box)",ASUS,"['Laptops, Tablet', None, None, None]",521.55,"{'General InformationManufacturer': 'ASUS Computer International', 'General InformationManufacturer Part Number': 'B1400CEAE-Q51H-CB', 'General InformationManufacturer Website Address': 'http://www.asus.com', 'General InformationBrand Name': 'Asus', 'General InformationProduct Line': 'ExpertBook B1', 'General InformationProduct Series': 'B1400'}"
+250418,LPASU00717OB,"ASUS ROG Strix Gaming Notebook 16"" FHD Intel i7-13650HX RTX 3050 16GB 1TB SSD Windows 11 Home, G614JJ-DS71-CA(Open Box)",ASUS,"['Laptops, Tablet', None, None, None]",1439.1,"{'GPU': 'RTX 3050', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '16""'}"
+250334,LPLEN03685OB,"Lenovo IdeaPad Slim 3 15AMN8 Laptop 15.6"" FHD AMD Ryzen 3 7320U 8GB 256GB SSD Windows 11 S, 82XQ001JCF(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",426.55,"{'GPU': 'AMD Radeon 610M Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 S', 'Memory': '8GB', 'Screen Size': '15.6""'}"
+250119,LPHEW02147,"HP EliteBook 835 Laptop 13.3"" FHD AMD Ryzen 5 Pro 7540U AMD Radeon 740M Graphics 16GB 512GB SSD Windows 11 Pro",HP,"['Laptops, Tablet', None, None, None]",2149.0,"{'GPU': 'AMD Radeon 740M Graphics', 'Maximum Resolution': '1920 x 1200', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '16GB', 'Screen Size': '13.3""'}"
+249975,LPLEN03577OB,"Lenovo ThinkPad T480 Business Laptop 14"" FHD Intel i5-8365U 16GB 512GB SSD Windows 10 Pro Refurbished(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",449.1,"{'GPU': 'Intel® UHD Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 10 Pro', 'Memory': '16GB', 'Screen Size': '14""'}"
+249937,LPASU00830,"ASUS Zenbook 14 EVO OLED Laptop 14"" QHD+ Intel Core Ultra 5 125H Intel Arc™ Graphics 16GB 512GB SSD Windows 11 Home, UX3405MA-DS51T-CA",ASUS,"['Laptops, Tablet', None, None, None]",1399.0,"{'GPU': 'Intel Arc™ Graphics', 'Maximum Resolution': '2880 x 1800', 'Touch Screen': 'Yes', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '14""'}"
+249890,LPASU00809OB,"ASUS ROG Strix G16 Gaming Laptop 16"" QHD Intel i9-13980HX GeForce RTX 4060 16GB 1TB SSD Windows 11 Home, G614JV-DB91-CA(Open Box)",ASUS,"['Laptops, Tablet', None, None, None]",1619.1,"{'GPU': 'GeForce RTX 4060', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '16""'}"
+249876,LPLGE00028OB,"LG Gram EVO Ultra-Lightweight Notebook , 16"" WQXGA, Intel i7-1260P, Intel Iris Xe Graphics, 16GB, 512GB SSD, Windows 11 Home, 16T90Q-K.AA75A9(Open Box)",LG,"['Laptops, Tablet', None, None, None]",1538.89,"{'Notebook Type': 'Consumer', 'Notebook Chassis': 'Thin and Light', 'Screen Size': '16""', 'Maximum Resolution': '2560 x 1600', 'Refresh Rate': '60Hz', 'CPU': 'i7-1260P'}"
+249846,LPASU00721OB,"ASUS ROG Strix Gaming Notebook 17.3"" WQHD AMD Ryzen 9 7945HX RTX 4080 32GB 1TB SSD Windows 11 Pro, G733PZ-XS96(Open Box)",ASUS,"['Laptops, Tablet', None, None, None]",3149.1,"{'GPU': 'RTX\xa04080', 'Maximum Resolution': 'WQHD', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '32GB', 'Screen Size': '17.3""'}"
+249838,LPLEN03709,"Lenovo V15 G4 Business Laptop 15.6"" FHD Intel i7-1355U 16GB 1TB SSD Windows 11 Pro, 83A100E8US",LENOVO,"['Laptops, Tablet', None, None, None]",1399.0,"{'GPU': 'Intel Iris Xe Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+249837,LPLEN03708,"Lenovo V15 G4 Business Laptop 15.6"" FHD Intel i5-1335U 16GB 1TB SSD Windows 11 Pro, 83A100ECUS",LENOVO,"['Laptops, Tablet', None, None, None]",1199.0,"{'GPU': 'Intel Iris Xe Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+249836,LPLEN03707,"Lenovo V15 G4 Business Laptop 15.6"" FHD Intel i3-1315U Intel UHD Graphics 16GB 512GB SSD Windows 11 Pro, 83A100EGUS",LENOVO,"['Laptops, Tablet', None, None, None]",699.0,"{'GPU': 'Intel UHD Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+249835,LPLEN03706,"Lenovo V15 G4 Business Laptop 15.6"" FHD AMD Ryzen 5 5500U 16GB 512GB SSD Windows 11 Pro, 83CR000FUS",LENOVO,"['Laptops, Tablet', None, None, None]",899.0,"{'GPU': 'AMD Radeon Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+249816,LPRAZ00059,"RAZER Blade 14 Gaming Laptop 14"" QHD AMD Ryzen 9 7940HS GeForce RTX 4070 16GB 1TB SSD Windows 11 Home",RAZER,"['Laptops, Tablet', None, None, None]",3649.0,"{'GPU': 'GeForce RTX 4070', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '14""'}"
+249777,LPHEW01929OB,"HP ProBook 440 G9 14"" Business Laptop FHD Intel Core i5-1235U 8GB RAM 256GB SSD Silver Windows 11 Pro(Open Box)",HP,"['Laptops, Tablet', None, None, None]",569.05,"{'General InformationManufacturer': 'HP Inc.', 'General InformationManufacturer Part Number': '687M8UT#ABA', 'General InformationManufacturer Website Address': 'http://www.hp.com', 'General InformationBrand Name': 'HP', 'General InformationProduct Line': 'ProBook', 'General InformationProduct Series': '440 G9'}"
+249687,LPMSI00531OB,"MSI TITAN GT77 Gaming Notebook 17.3"" UHD Intel i9-13980HX GeForce RTX 4090 128GB 4TB SSD Windows 11 Pro, GT77HX 13VI-042US(Open Box)",MSI,"['Laptops, Tablet', None, None, None]",6299.1,"{'GPU': 'GeForce RTX 4090', 'Maximum Resolution': '3840x2160', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '128GB', 'Screen Size': '17.3""'}"
+249641,LPLEN03578OB,"Lenovo Yoga L390 Business Laptop 13.3"" Touchscreen FHD Intel i5-8365U 16GB 256GB SSD Windows 11 Pro Refurbished(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",404.1,"{'GPU': 'Intel® UHD Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'Yes', 'Operating System': 'Windows 11 Pro', 'Memory': '16GB', 'Screen Size': '13.3""'}"
+249634,LPLEN03518OB,"LENOVO Thinkbook T480s Business Notebook 14"" FHD Intel i5-8350U 16GB 256GB SSD Windows 11 Pro, Refurbished(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",359.1,"{'GPU': 'Intel UHD Graphics 620', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '16GB', 'Screen Size': '14""'}"
+249531,LPLEN03430OB,"Lenovo IdeaPad Slim 3 15.6"" Laptop AMD Ryzen 7 7730U 8GB 512GB SSD Windows 11 Home, 82XM007NCC(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",569.89,"{'GPU': 'AMD Radeon Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '8GB', 'Screen Size': '15.6""'}"
+249332,LPLEN03469OB,"Lenovo Legion Pro 5i Gaming Laptop 16"" QHD+ Intel i7-13700HX GeForce RTX 4060 16GB 512GB Windows 11 Home, 82WK00K7CC(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",1349.1,"{'GPU': 'GeForce RTX 4060', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '16""'}"
+249277,LPMSI00597,"MSI Prestige 13 EVO Laptop 13.3"" Intel i7-1360P 16GB 512GB SSD Windows 11 Home, A13M-215CA",MSI,"['Laptops, Tablet', None, None, None]",1399.0,"{'GPU': 'Iris Xe Graphics', 'Maximum Resolution': '1920 x 1200', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '13.3""'}"
+248907,LPHEW01997OB,"HP ENVY X360 13.3"" OLED Touchscreen 2 in 1 Laptop QHD i7-1250U 16GB 1TB SSD Windows 11 Home, 6J0Q0UA#ABL(Open Box)",HP,"['Laptops, Tablet', None, None, None]",1234.05,"{'Memory': '16GB', 'Screen Size': '13.3""', 'Operating System': 'Windows 11 Home', 'Maximum Resolution': '2880 x 1800', 'Refresh Rate': '60Hz', 'SSD Capacity': '1TB'}"
+248901,LPLEN03573OB,"LENOVO ThinkPad T490 Business Laptop 14"" FHD Intel i7-8550U Intel UHD Graphics 620 16GB 256GB SSD Windows 11 Pro, Refurbished(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",494.1,"{'GPU': 'Intel UHD Graphics 620', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '16GB', 'Screen Size': '14""'}"
+248698,LPHEW02076OB,"HP Victus Gaming Notebook 16.1"" AMD Ryzen 5 7640HS GeForce RTX 4050 16GB 512GB SSD Windows 11 Home, 7X7B1UA#ABL(Open Box)",HP,"['Laptops, Tablet', None, None, None]",899.1,"{'Memory': '16GB', 'Screen Size': '16.1""', 'Operating System': 'Windows 11 Home', 'Maximum Resolution': '1920 x 1080', 'Refresh Rate': '144Hz', 'SSD Capacity': '512GB'}"
+248202,LPLEN03565OB,"LENOVO Legion Pro 5 16ARX8 Gaming Laptop 16"" 165Hz QHD Ryzen 7 7745HX GeForce RTX 4060 16GB 1TB SSD Windows 11 Home, 82WM005UCC(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",1529.1,"{'GPU': 'GeForce RTX 4060', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '16""'}"
+248129,LPASU00560OB,"ASUS ExpertBook B1 Business Laptop 14"" Intel i5-1135G7 8GB 256GB SSD Windows 10 Pro, 3YR Warranty, 1YR ADP(Open Box)",ASUS,"['Laptops, Tablet', None, None, None]",759.05,"{'Screen Size': '14""', 'Memory': '8GB', 'Operating System': 'Windows 10 Pro', 'Maximum Resolution': '1920 x 1080', 'Refresh Rate': '60Hz', 'SSD Capacity': '256GB'}"
+248080,LPLEN03503OB,"Lenovo Legion Slim 7i Gaming Laptop 16"" QHD 240Hz Intel i9-13900H GeForce RTX 4070 32GB 1TB SSD Windows 11 Home, 82Y3007HCC(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",2069.1,"{'GPU': 'GeForce RTX 4070', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '32GB', 'Screen Size': '16""'}"
+247993,LPLEN03517OB,"Lenovo ThinkPad X1 Carbon EVO 14"" Touchscreen Ultrabook WUXGA Intel i7-1365U 32GB RAM 512GB SSD Windows 11 Pro 21HM000SUS(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",1899.05,"{'General InformationManufacturer': 'Lenovo Group Limited', 'General InformationManufacturer Part Number': '21HM000SUS', 'General InformationManufacturer Website Address': 'http://www.lenovo.com/ca/en', 'General InformationBrand Name': 'Lenovo', 'General InformationProduct Line': 'ThinkPad', 'General InformationProduct Series': 'X1 Carbon Gen 11'}"
+247894,TBLEN00004,"Lenovo Tab P11 2nd Gen 11.5"" 2K Tablet 4GB 128 GB Storm Grey",LENOVO,"['Laptops, Tablet', None, None, None]",399.0,"{'Processor': 'MediaTek Helio G99 (8C, 2x A76 @2.2GHz + 6x A55 @2.0GHz)', 'Graphics': 'Integrated ARM Mali-G57 MC2 GPU', 'Memory': '4GB', 'Storage': '128GB', 'Screen Size': '11.5""', 'Screen Resolution': '2000 x 1200'}"
+247891,TBLEN00003,"Lenovo Tab M10 Plus 10.61"" 2K Tablet 4GB 64 GB Storm Grey",LENOVO,"['Laptops, Tablet', None, None, None]",269.0,"{'Color': 'Storm Grey', 'Graphics': 'Integrated ARM Mali-G52 MC2 GPU', 'Memory': '4GB', 'Processor': 'MediaTek Helio G80 (8C, 2x A75 @2.0GHz + 6x A55 @1.8GHz)', 'Refresh Rate': '60Hz', 'Screen Resolution': '2000 x 1200'}"
+247821,LPGIG00156OB,"Gigabyte AERO 16 OLED Gaming Notebook 16"" UHD Intel i7-13700H GeForce RTX 4070 16GB 1TB SSD Windows 11 Home, BSF-73US994SH(Open Box)",GIGABYTE,"['Laptops, Tablet', None, None, None]",1979.1,"{'GPU': 'GeForce RTX 4070', 'Maximum Resolution': '3840x2400', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '16""'}"
+247767,LPLEN03487OB,"Lenovo ThinkPad E16 Business Laptop 16"" FHD Intel i7-1355U 16GB 512GB SSD Windows 11 Pro, 21JN0073US(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",1139.05,"{'Memory': '16GB', 'Model': 'ThinkPad E16', 'Screen Size': '16""', 'Operating System': 'Windows 11 Pro', 'Maximum Resolution': '1920 x 1200', 'Refresh Rate': '60Hz'}"
+247756,LPGIG00137OB,"GIGABYTE AERO 16 Gaming Notebook 15.6"" OLED UHD Intel Core i9-12900H RTX 3080 Ti 64GB 2TB SSD Windows 11 Pro, YE5-A4US958HP(Open Box)",GIGABYTE,"['Laptops, Tablet', None, None, None]",2699.1,"{'Memory': '64GB', 'Screen Size': '15.6""', 'Operating System': 'Windows 11 Pro', 'Maximum Resolution': '3840x2400', 'Refresh Rate': '60Hz', 'SSD Capacity': '2TB'}"
+247647,LPASU00808OB,"ASUS TUF Gaming F15 Gaming Laptop 15.6"" FHD 144Hz Intel i7-11800H GeForce RTX 3050 Ti 16GB 1TB SSD Windows 11 Home, FX506HE-EH74(Open Box)",ASUS,"['Laptops, Tablet', None, None, None]",899.1,"{'GPU': 'GeForce RTX 3050 Ti', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+247646,LPASU00762OB,"ASUS Vivobook Slate Consumer Notebook 13.3"" OLED Intel Pentium Silver Processor N6000 Intel UHD Graphics 8GB 128GB SSD Windows 11 S, T3300KA-DS92T-CA(Open Box)",ASUS,"['Laptops, Tablet', None, None, None]",569.05,"{'GPU': 'Intel UHD Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'Yes', 'Operating System': 'Windows 11 S', 'Memory': '8GB', 'Screen Size': '13.3""'}"
+247634,LPASU00786OB,"ASUS Vivobook 16X Laptop 16"" Intel i5-1235U 8GB 512GB SSD Windows 11 Home, X1605ZA-DB51-CA(Open Box)",ASUS,"['Laptops, Tablet', None, None, None]",616.55,"{'GPU': 'Intel UHD Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '8GB', 'Screen Size': '16""'}"
+247631,LPACE00984OB,"ACER Aspire 3 Consumer Laptop 15.6"" FHD Intel i5-1235U 16GB 512GB SSD Windows 11 Home, A315-59-59UU(Open Box)",ACER,"['Laptops, Tablet', None, None, None]",664.05,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+247443,LPGIG00162OB,"GIGABYTE G5 KF Gaming Laptop 15.6"" FHD 144Hz Intel i7-12650H GeForce RTX 4060 16GB 512GB SSD Windows 11 Home, G5 KF5-G3US353SH(Open Box)",GIGABYTE,"['Laptops, Tablet', None, None, None]",989.1,"{'GPU': 'GeForce RTX 4060', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+247381,LPMSI00593OB,"MSI Katana 17 Gaming Laptop 17.3"" 144Hz Intel i7-13620H GeForce RTX 4070 16GB 1TB SSD Windows 11 Home, Katana 17 B13VGK-645CA(Open Box)",MSI,"['Laptops, Tablet', None, None, None]",1619.1,"{'GPU': 'GeForce RTX 4070', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '17.3""'}"
+247266,LPHEW02100OB,"HP 15-fd0030ca Consumer Laptop 15.6"" FHD Intel i5-1340P 16GB 512GB SSD Windows 11 Home, 8M5P0UA#ABL(Open Box)",HP,"['Laptops, Tablet', None, None, None]",664.05,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+247121,LPLEN03429OB,"Lenovo IdeaPad Slim 3 Consumer Notebook 15.6"" FHD AMD Ryzen 5 7520U AMD Radeon 610M Graphics 8GB 512GB SSD Windows 11 Home, 82XQ007VCC(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",522.49,"{'GPU': 'AMD Radeon 610M Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '8GB', 'Screen Size': '15.6""'}"
+247031,LPLEN03569OB,"Lenovo V14 Business Laptop 14"" FHD Ryzen 5 5500U 16GB 512GB SSD Windows 11 Pro, 83FG0004US(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",664.05,"{'GPU': 'AMD Radeon Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '16GB', 'Screen Size': '14""'}"
+247014,LPASU00581OB,"Asus ExpertBook B1 15.6"" Business Laptop FHD Intel i5-1135G7 8 GB 256 GB SSD Windows 11 Pro, 3YR Warranty, 1YR ADP(Open Box)",ASUS,"['Laptops, Tablet', None, None, None]",569.05,"{'General InformationManufacturer': 'ASUS Computer International', 'General InformationManufacturer Part Number': 'B1500CEAE-Q53WP-CB', 'General InformationManufacturer Website Address': 'http://www.asus.com', 'General InformationBrand Name': 'Asus', 'General InformationProduct Line': 'ExpertBook B1', 'General InformationProduct Series': 'B1500'}"
+246975,LPASU00810,"Asus Chromebook Flip C434 C434TA-Q1-CB 14"" Chromebook Intel m3-8100Y 4 GB RAM - 64GB Flash Memory - Black, Silver - Chrome OS",ASUS,"['Laptops, Tablet', None, None, None]",699.0,"{'General InformationManufacturer': 'ASUS Computer International', 'General InformationManufacturer Part Number': 'C434TA-Q1-CB', 'General InformationManufacturer Website Address': 'http://www.asus.com', 'General InformationBrand Name': 'Asus', 'General InformationProduct Line': 'Chromebook Flip', 'General InformationProduct Series': 'C434'}"
+246824,LPHEW02099OB,"HP 17-cn3020ca Consumer Laptop 17.3"" FHD Intel i5-1335U 16GB 512GB SSD Windows 11 Home, 8N3T7UA#ABL(Open Box)",HP,"['Laptops, Tablet', None, None, None]",759.05,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '17.3""'}"
+246745,LPLEN02397OB,"Lenovo ThinkPad X1 Carbon Gen 9 14"" WUXGA Ultrabook, Intel i5 i5-1135G7, 8GB, 256GB SSD, Windows 10 Pro, Intel Iris Xe Graphics, 20XW004QUS(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",949.89,"{'General InformationManufacturer': 'Lenovo Group Limited', 'General InformationManufacturer Part Number': '20XW004QUS', 'General InformationManufacturer Website Address': 'http://www.lenovo.com/ca/en', 'General InformationBrand Name': 'Lenovo', 'General InformationProduct Line': 'ThinkPad', 'General InformationProduct Series': 'X1 Carbon Gen 9'}"
+246671,LPLEN03567OB,"LENOVO ThinkPad X1 Gen 3 Business Laptop 13"" Detachable (2 in 1) QHD Intel i7-8550U 16GB 256GB SSD Windows 11 Pro Refurbished(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",359.1,"{'GPU': 'Intel UHD Graphics 620', 'Maximum Resolution': '3000 x 2000', 'Touch Screen': 'Yes', 'Operating System': 'Windows 11 Pro', 'Memory': '16GB', 'Screen Size': '13""'}"
+246664,LPLEN03564OB,"LENOVO ThinkPad X1 Business Notebook 13.3"" Detachable (2 in 1) QHD Intel i7-8650U 16GB 256GB SSD Windows 10 Pro Refurbished(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",494.1,"{'GPU': 'Intel UHD Graphics 620', 'Maximum Resolution': '3000 x 2000', 'Touch Screen': 'Yes', 'Operating System': 'Windows 10 Pro', 'Memory': '16GB', 'Screen Size': '13.3""'}"
+246169,LPGIG00164,"GIGABYTE AORUS 17X Gaming Laptop 17.3"" 240Hz QHD Intel i9-13980HX GeForce RTX 4080 16GB 1 TB SSD Windows 11 Pro",GIGABYTE,"['Laptops, Tablet', None, None, None]",3599.0,"{'GPU': 'GeForce RTX 4080', 'Maximum Resolution': '2560 x 1440', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '16GB', 'Screen Size': '17.3""'}"
+246098,LPLEN03559OB,"LENOVO ThinkPad T590 Business Laptop 15.6"" FHD Intel i5-8365U Intel UHD Graphics 620 16GB 512GB SSD Windows 10 Pro Refurbished(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",449.1,"{'GPU': 'Intel UHD Graphics 620', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 10 Pro', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+246030,LPLEN03390OB,"LENOVO ThinkPad T14 G3 Business Laptop 14"" Touchscreen Ryzen 5 Pro 6650U AMD Radeon 660M 16GB 256GB SSD Windows 10 Pro, 21CF000CUS(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",759.05,"{'GPU': 'AMD Radeon 660M', 'Maximum Resolution': '1920 x 1200', 'Touch Screen': 'Yes', 'Operating System': 'Windows 10 Pro', 'Memory': '16GB', 'Screen Size': '14""'}"
+246003,LPHUA00042OB,"HUAWEI Matebook D14 Consumer Laptop 14"" Intel i7-1360P 16GB 1TB SSD Windows 11 Home, 53013VBB(Open Box)",HUAWEI,"['Laptops, Tablet', None, None, None]",949.05,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '1920 x 1200', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '14""'}"
+245995,LPHEW01946OB,"HP ProBook 450 G9 15.6"" Business Notebook Intel i5-1235U 16 GB 256 GB SSD, Windows 11 Pro(Open Box)",HP,"['Laptops, Tablet', None, None, None]",854.05,"{'General InformationManufacturer': 'HP Inc.', 'General InformationManufacturer Part Number': '687P0UT#ABA', 'General InformationManufacturer Website Address': 'http://www.hp.com', 'General InformationBrand Name': 'HP', 'General InformationProduct Line': 'ProBook', 'General InformationProduct Series': '450 G9'}"
+245861,LPGIG00152OB,"Gigabyte AORUS 15 Gaming Notebook 15.6"" QHD Intel Core i7-13700H GeForce RTX 4060 16GB 1TB SSD Windows 11 Home, BKF-73US754SH(Open Box)",GIGABYTE,"['Laptops, Tablet', None, None, None]",1439.1,"{'GPU': 'GeForce RTX 4060', 'Maximum Resolution': '2560 x 1440', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+245833,LPLEN03403OB,"LENOVO T480s Business Notebook 14"" FHD Intel i7-8550U Intel UHD Graphics 620 24GB 256GB SSD Windows 10 Pro Refurbished(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",394.15999755859,"{'Refresh Rate': '60Hz', 'GPU': 'Intel UHD Graphics 620', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 10 Pro', 'Memory': '24GB'}"
+245787,LPLEN03568,"Lenovo V14 Business Laptop 14"" FHD Intel i7-1255U 16GB 512GB SSD Windows 11 Pro, 82TS00JGUS",LENOVO,"['Laptops, Tablet', None, None, None]",999.0,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '16GB', 'Screen Size': '14""'}"
+245737,LPHEW02095OB,"HP Victus 15-fb1010ca Gaming Laptop 15.6"" AMD Ryzen 5 7535HS GeForce RTX 2050 8GB 512GB SSD Windows 11 Home, 8G9J1UA#ABL(Open Box)",HP,"['Laptops, Tablet', None, None, None]",629.1,"{'GPU': 'GeForce RTX 2050', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '8GB', 'Screen Size': '15.6""'}"
+245729,LPLEN01849OB,"Lenovo ThinkPad X1 Nano EVO 13"" Ultrabook, Intel Core i7 i7-1160G7, 16GB, 512GB SSD, Windows 10 Pro, 20UN000EUS(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",1234.05,"{'General InformationManufacturer': 'Lenovo Group Limited', 'General InformationManufacturer Part Number': '20UN000EUS', 'General InformationManufacturer Website Address': 'http://www.lenovo.com/ca/en', 'General InformationBrand Name': 'Lenovo', 'General InformationProduct Line': 'ThinkPad', 'General InformationProduct Series': 'X1 Nano Gen1'}"
+245728,LPLEN03502OB,"LENOVO IdeaPad Slim 3 Consumer Laptop 15.6"" AMD Ryzen 5 7520U 16GB 512GB SSD Windows 11 Home, 82XQ00BECC(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",664.05,"{'GPU': 'AMD Radeon 610M', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+245727,LPLEN03552OB,"LENOVO X1 Yoga G4 Business Notebook 14"" FHD Intel i5-8265U 16GB 512GB SSD Windows 10 Pro, Pen Included, Refurbished(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",449.1,"{'GPU': 'Intel UHD Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'Yes', 'Operating System': 'Windows 10 Pro', 'Memory': '16GB', 'Screen Size': '14""'}"
+245695,LPASU00779OB,"ASUS Zenbook 14X OLED Consumer Notebook 14"" Intel i7-12700H Intel Iris Xe 16GB 1TB SSD Windows 11 Home, UX5401ZA-DB71-CA(Open Box)",ASUS,"['Laptops, Tablet', None, None, None]",1234.05,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '2880 X 1800', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '14""'}"
+245534,LPMSI00580OB,"MSI Pulse 17 Gaming Notebook 17.3"" Intel i9-13900H GeForce RTX 4070 16GB 1TB SSD Windows 11 Home, B13VGK-619CA(Open Box)",MSI,"['Laptops, Tablet', None, None, None]",1799.1,"{'GPU': 'GeForce RTX 4070', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '17.3""'}"
+245476,LPMSI00575OB,"MSI Modern 15 Consumer Laptop 15.6"" FHD Intel i7-1255U Intel Iris Xe 16GB 512GB SSD Windows 11 Home(Open Box)",MSI,"['Laptops, Tablet', None, None, None]",664.05,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+245456,LPMSI00592,"MSI Stealth 14Studio Gaming Laptop 14"" 165Hz Intel i7-13620H GeForce RTX 3050 16GB 512GB SSD Windows 11 Home, A13UDX-099CA",MSI,"['Laptops, Tablet', None, None, None]",1699.0,"{'GPU': 'GeForce RTX 3050', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '14""'}"
+245448,LPMSI00565OB,"MSI Bravo 15 Gaming Notebook 15.6"" AMD Ryzen 7 7735HS GeForce RTX 4050 16GB 1TB SSD Windows 11 Home, C7VEK-058CA(Open Box)",MSI,"['Laptops, Tablet', None, None, None]",1439.1,"{'GPU': 'GeForce RTX 4050', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+245439,LPGIG00163,"GIGABYTE AORUS 17X Gaming Notebook 17.3"" QHD 240Hz Intel i9-13980HX GeForce RTX 4090 32GB 2TB SSD Windows 11 Pro, AORUS 17X AZF-D5US665SH",GIGABYTE,"['Laptops, Tablet', None, None, None]",4699.0,"{'GPU': 'GeForce RTX 4090', 'Maximum Resolution': '2560 x 1440', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '32GB', 'Screen Size': '17.3""'}"
+245338,LPACE00985OB,"Acer Swift 3 EVO 14"" Laptop FHD Intel i5-1240P 16GB 512GB SSD Windows 11 Home,(Open Box)",ACER,"['Laptops, Tablet', None, None, None]",664.05,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '14""'}"
+245275,LPLEN03042OB,"Lenovo ThinkBook 15 G4 15.6"" Touchscreen Notebook, FHD, Intel Core i7-1255U, 16GB RAM, 512GB SSD, Mineral Gray, Fingerprint Reader, Backlit Keyboard, Windows 11 Pro(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",1234.05,"{'General InformationManufacturer': 'Lenovo Group Limited', 'General InformationManufacturer Part Number': '21DJ000VUS', 'General InformationManufacturer Website Address': 'http://www.lenovo.com/ca/en', 'General InformationBrand Name': 'Lenovo', 'General InformationProduct Line': 'ThinkBook', 'General InformationProduct Series': '15 G4 IAP'}"
+245239,LPCNO00061OB,"ASUS Vivobook F Series Laptop 15.6"" FHD Intel i5-1135G7 8GB 256GB SSD Windows 11 Home, F1500EA-WB51(Open Box)",ASUS,"['Laptops, Tablet', None, None, None]",568.05999832153,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '8GB', 'Screen Size': '15.6""'}"
+245230,LPHEW02083OB,"HP EliteBook 640 G9 Business Notebook 14"" Intel i5-1245U 16GB 512GB SSD Windows 11 Pro, 6C0Z2UT#ABL(Open Box)",HP,"['Laptops, Tablet', None, None, None]",1136.1600006104,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '16GB', 'Screen Size': '14""'}"
+245229,LPLEN02154OB,"LENOVO ThinkPad T14s G2 Business Notebook 14"" Intel i5-1135G7 8 GB 256GB SSD Windows 10 Pro, 20WM0085US(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",664.05,"{'Manufacturer': 'Lenovo Group Limited', 'Storage Type': 'SSD', 'CPU Brand': 'Intel', 'Product Condition': '.', 'Product Condition Short': '.', 'Screen Resolution Description': 'FHD'}"
+245185,LPACE00980OB,"ACER Nitro 5 Gaming Laptop 15.6"" 144Hz AMD Ryzen 7 5800H GeForce RTX 3060 16GB 512GB SSD Windows 11 Home(Open Box)",ACER,"['Laptops, Tablet', None, None, None]",899.1,"{'GPU': 'GeForce RTX 3060', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+245105,LPDYA00033,"Dynabook Tecra Business Notebook 15.6"" FHD Intel i7-1260P 16GB 256GB SSD Windows 10 Pro, PML20C-0WR03D",Dynabook,"['Laptops, Tablet', None, None, None]",1749.0,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'Yes', 'Operating System': 'Windows 10 Pro', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+245100,LPDYA00029,"Dynabook Tecra Business Notebook 14"" FHD Intel i7-1260P 16GB 256GB SSD Windows 10 Pro, PMM20C-15702V",Dynabook,"['Laptops, Tablet', None, None, None]",1749.99,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '16GB', 'Screen Size': '14""'}"
+245098,LPDYA00028,"Dynabook Tecra Business Notebook 14"" FHD Intel i5-1240P 16GB 256GB SSD Windows 11 Pro, PMM20C-15602V",Dynabook,"['Laptops, Tablet', None, None, None]",1599.0,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '16GB', 'Screen Size': '14""'}"
+245038,LPLEN03493OB,"LENOVO Thinkbook T490 Business Laptop 14"" Intel i5-8365U 16GB 256GB SSD Windows 10 Pro Refurbished(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",359.1,"{'GPU': 'Intel UHD Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 10 Pro', 'Memory': '16GB', 'Screen Size': '14""'}"
+244914,LPACE00968OB,"Acer Nitro 5 Gaming Laptop 15.6"" FHD Intel i5-12450H GeForce RTX 4060 16GB 512GB SSD Windows 11 Home, NH.QM0AA.004(Open Box)",ACER,"['Laptops, Tablet', None, None, None]",989.1,"{'GPU': 'GeForce RTX 4060', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+244865,LPHEW02087OB,"HP Victus 15-fb0000ca Gaming Laptop 15.6"" 144Hz AMD Ryzen 5 5600H GeForce RTX 3050 Ti 16GB 512GB SSD Windows 11 Home, 89A37UA#ABL(Open Box)",HP,"['Laptops, Tablet', None, None, None]",764.1,"{'GPU': 'GeForce RTX 3050 Ti', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+244863,LPLGE00033OB,"LG Gram EVO Consumer Notebook 17"" WQXGA Intel i7-1360P Intel Iris Xe 16GB 512GB SSD Windows 11 Home,17Z90R-K.AA75A9(Open Box)",LG,"['Laptops, Tablet', None, None, None]",1519.05,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '17""'}"
+244859,LPASU00763OB,"ASUS Vivobook S 16 Flip Consumer Notebook 16"" WUXGA Intel i5-1335U Intel HD Graphics 16GB 512GB SSD Windows 11 Home, TP3604VA-DS51T-CA(Open Box)",ASUS,"['Laptops, Tablet', None, None, None]",901.55,"{'Refresh Rate': '60Hz', 'GPU': 'Intel HD Graphics', 'Maximum Resolution': '1920 x 1200', 'Touch Screen': 'Yes', 'Operating System': 'Windows 11 Home', 'Memory': '16GB'}"
+244840,LPACE00981OB,"ACER Aspire 5 Consumer Laptop 15.6"" AMD Ryzen 3 5300U 8GB 256GB SSD Windows 11 S, A515-45-R4RP(Open Box)",ACER,"['Laptops, Tablet', None, None, None]",426.55,"{'GPU': 'AMD Radeon Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 S', 'Memory': '8GB', 'Screen Size': '15.6""'}"
+244669,LPASU00784OB,"ASUS Vivobook 15 OLED Consumer Laptop 15.6"" AMD Ryzen 7 7730U 16GB 512GB SSD Windows 11 Home, M1505YA-DB71-CA(Open Box)",ASUS,"['Laptops, Tablet', None, None, None]",806.55,"{'GPU': 'AMD Radeon Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+244668,LPHEW01822OB,"HP ProBook 450 G9 15.6"" Business Notebook Intel i7-1255U 16GB 512GB SSD Windows 10 Pro, 687P3UT#ABA(Open Box)",HP,"['Laptops, Tablet', None, None, None]",949.05,"{'General InformationManufacturer': 'HP Inc.', 'General InformationManufacturer Part Number': '687P3UT#ABA', 'General InformationManufacturer Website Address': 'http://www.hp.com', 'General InformationBrand Name': 'HP', 'General InformationProduct Line': 'ProBook', 'General InformationProduct Series': '450 G9'}"
+244664,LPLEN03428OB,"Lenovo IdeaPad Slim 3 Consumer Notebook 15.6"" FHD AMD Ryzen 3 7320U AMD Radeon 610M Graphics 8GB 512GB SSD Windows 11 Home,82XQ007UCC(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",474.99,"{'GPU': 'AMD Radeon 610M Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '8GB', 'Screen Size': '15.6""'}"
+244660,LPHEW01967OB,"HP ProBook 440 G9 14"" Business Laptop Intel i5-1235U 16 GB 256 GB SSD, Windows 11 Pro(Open Box)",HP,"['Laptops, Tablet', None, None, None]",711.55,"{'General InformationManufacturer': 'HP Inc.', 'General InformationManufacturer Part Number': '6J8Q6UT#ABA', 'GPU': 'Intel Iris Xe', 'General InformationManufacturer Website Address': 'http://www.hp.com', 'Maximum Resolution': '1920 x 1080', 'General InformationBrand Name': 'HP'}"
+244488,LPASU00764OB,"ASUS Zenbook 15 OLED Consumer Notebook 15.6"" OLED AMD Ryzen 7 7735U AMD Radeon Graphics 16GB 1TB SSD Windows 11 Home, UM3504DA-DS71-CA(Open Box)",ASUS,"['Laptops, Tablet', None, None, None]",1234.05,"{'GPU': 'AMD Radeon Graphics', 'Maximum Resolution': '2880 x 1620', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+244400,LPASU00785OB,"ASUS TUF Gaming Notebook 17.3"" 144Hz Intel i5-11400H GeForce RTX 2050 8GB 512GB SSD Windows 11 Home, FX706HF-DB51-CA(Open Box)",ASUS,"['Laptops, Tablet', None, None, None]",719.1,"{'Memory': '8GB', 'Screen Size': '17.3""', 'Operating System': 'Windows 11 Home', 'Maximum Resolution': '1920 x 1080', 'Refresh Rate': '144Hz', 'SSD Capacity': '512GB'}"
+244340,LPLEN03546,"Lenovo ThinkPad E14 14"" Touchscreen Business Notebook Intel i7-1355U 16 GB 512 GB SSD Windows 11 Pro, 21JK0053US",LENOVO,"['Laptops, Tablet', None, None, None]",1599.0,"{'General InformationManufacturer': 'Lenovo Group Limited', 'General InformationManufacturer Part Number': '21JK0053US', 'General InformationManufacturer Website Address': 'http://www.lenovo.com/ca/en', 'General InformationBrand Name': 'Lenovo', 'General InformationProduct Line': 'ThinkPad', 'General InformationProduct Series': 'E14 Gen 5'}"
+244334,LPLEN03544,"Lenovo ThinkPad E14 14"" Business Notebook Ryzen 5 7530U 16 GB 256 GB Windows 11 Pro, 21JR001RUS",LENOVO,"['Laptops, Tablet', None, None, None]",1173.65,"{'General InformationManufacturer': 'Lenovo Group Limited', 'General InformationManufacturer Part Number': '21JR001RUS', 'General InformationManufacturer Website Address': 'http://www.lenovo.com/ca/en', 'General InformationBrand Name': 'Lenovo', 'General InformationProduct Line': 'ThinkPad', 'General InformationProduct Series': 'E14 Gen 5'}"
+244224,LPLEN00715OB,"Lenovo ThinkPad T490 14"" Notebook Intel i5-8365U FHD 16 GB RAM 256 GB SSD Windows 10 Pro (Refurbished)(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",359.1,"{'Manufacturer': 'Lenovo Group Limited', 'Manufacturer Part Number': '20N20043US', 'Manufacturer Website Address': 'http://www.lenovo.com/ca/en', 'Brand Name': 'Lenovo', 'Product Line': 'ThinkPad', 'Product Series': 'T490'}"
+244103,LPLEN03526,"Lenovo ThinkPad T14 14"" Business Notebook Intel i5-1335U 16 GB 512 GB Windows 11 Pro, 21HD0028CA",LENOVO,"['Laptops, Tablet', None, None, None]",2249.42,"{'General InformationManufacturer': 'Lenovo Group Limited', 'General InformationManufacturer Part Number': '21HD0028CA', 'General InformationManufacturer Website Address': 'http://www.lenovo.com/ca/en', 'General InformationProduct Line': 'ThinkPad', 'General InformationProduct Series': 'T14 Gen 4', 'General InformationProduct Model': '21HD0028CA'}"
+244095,LPLEN03522,"Lenovo ThinkBook 15 G4 15.6"" Business Laptop AMD Ryzen 5 5625U 16 GB 256 GB Windows 11 Pro, 21DL000JUS",LENOVO,"['Laptops, Tablet', None, None, None]",1299.0,"{'General InformationManufacturer': 'Lenovo Group Limited', 'General InformationManufacturer Part Number': '21DL000JUS', 'General InformationManufacturer Website Address': 'http://www.lenovo.com/ca/en', 'General InformationBrand Name': 'Lenovo', 'General InformationProduct Line': 'ThinkBook', 'General InformationProduct Series': '15 G4 ABA'}"
+244094,LPLEN03521,"Lenovo ThinkPad E16 16"" Business Notebook AMD Ryzen 5 7530U 16 GB 256 GB SSD Windows 11 Pro, 21JT001BUS",LENOVO,"['Laptops, Tablet', None, None, None]",1099.0,"{'General InformationManufacturer': 'Lenovo Group Limited', 'General InformationManufacturer Part Number': '21JT001BUS', 'General InformationManufacturer Website Address': 'http://www.lenovo.com/ca/en', 'General InformationBrand Name': 'Lenovo', 'General InformationProduct Line': 'ThinkPad', 'General InformationProduct Series': 'E16 Gen 1'}"
+243984,LPHEW02090,"HP ProBook 440 Business Notebook 14"" FHD Intel i7-1355U 16GB 512GB SSD Windows 11 Pro, 822P8UT#ABA",HP,"['Laptops, Tablet', None, None, None]",1799.0,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '16GB', 'Screen Size': '14""'}"
+243895,LPMSI00577OB,"MSI Prestige 13 Evo Business Notebook 13.3"" Intel i7-1360P 32GB 1TB SSD Windows 11 Pro(Open Box)",MSI,"['Laptops, Tablet', None, None, None]",1604.55,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '1920 x 1200', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '32GB', 'Screen Size': '13.3""'}"
+243883,LPLEN03432OB,"LENOVO IdeaPad Flex 5 Consumer Notebook 16"" Touchscreen AMD Ryzen 5 7530U 16GB 512GB SSD Windows 11 Home, 82XY005ACC(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",806.55,"{'GPU': 'AMD Radeon Graphics', 'Refresh Rate': '60Hz', 'Maximum Resolution': '1920 x 1200', 'Touch Screen': 'Yes', 'Operating System': 'Windows 11 Home', 'Memory': '16GB'}"
+243733,LPASU00783OB,"ASUS Zenbook 14 OLED Consumer Notebook 14"" QHD AMD Ryzen 7 5825U 16GB 512GB SSD Windows 11 Home, UM3402YA-DB71T-CA(Open Box)",ASUS,"['Laptops, Tablet', None, None, None]",834.93999938965,"{'GPU': 'AMD Radeon Graphics', 'Maximum Resolution': '2880 x 1800', 'Touch Screen': 'Yes', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '14""'}"
+243732,LPASU00765OB,"ASUS Zenbook S 13 OLED EVO Laptop 13.3"" Intel i7-1355U 16GB 1TB SSD Windows 11 Home, UX5304VA-DS71-CA(Open Box)",ASUS,"['Laptops, Tablet', None, None, None]",1234.05,"{'GPU': 'Intel Iris Xe', 'Refresh Rate': '60Hz', 'Maximum Resolution': '2880 x 1800', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB'}"
+243639,LPASU00720OB,"ASUS ROG Strix G17 Gaming Notebook 17.3"" WQHD AMD Ryzen 9 7945HX RTX 4060 16GB 1TB SSD Windows 11 Home, G713PV-DS91-CA(Open Box)",ASUS,"['Laptops, Tablet', None, None, None]",1799.1,"{'GPU': 'RTX\xa04060', 'Maximum Resolution': '2560X1440', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '17.3""'}"
+243595,LPASU00770OB,"ASUS ROG Zephyrus G14 Gaming Notebook 14"" QHD AMD Ryzen 9 7940HS GeForce RTX 4080 16GB 1TB SSD Windows 11 Home, GA402XZ-CS94(Open Box)",ASUS,"['Laptops, Tablet', None, None, None]",2699.1,"{'GPU': 'GeForce RTX 4080', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '14""'}"
+243585,LPHEW02072OB,"HP ProBook 445 G9 Business Notebook 14"" AMD Ryzen 5 5625U 8GB 256GB SSD Windows 11 Pro, 64T29UT#ABL(Open Box)",HP,"['Laptops, Tablet', None, None, None]",569.05,"{'GPU': 'AMD Radeon Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '8GB', 'Screen Size': '14""'}"
+243494,LPHEW01833OB,"HP EliteBook 650 G9 15.6"" Business Notebook Intel i5-1245U 16 GB 256 GB SSD Windows 10 Professional, 6C0Z6UT#ABA(Open Box)",HP,"['Laptops, Tablet', None, None, None]",1048.7599990845,"{'General InformationManufacturer': 'HP Inc.', 'General InformationManufacturer Part Number': '6C0Z6UT#ABA', 'General InformationManufacturer Website Address': 'http://www.hp.com', 'General InformationBrand Name': 'HP', 'General InformationProduct Line': 'EliteBook', 'General InformationProduct Series': '650 G9'}"
+243437,LPASU00760OB,"ASUS Vivobook 16X Gaming Laptop 16"" WUXGA Intel i9-13900H Geforce RTX 4050 16GB 512GB SSD Windows 11 Home, K3605VU-DS91-CA(Open Box)",ASUS,"['Laptops, Tablet', None, None, None]",1529.1,"{'GPU': 'Geforce RTX 4050', 'Maximum Resolution': '1920 x 1200', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '16""'}"
+243374,LPMSI00590,"MSI Modern 14 Consumer Notebook 14"" Intel i7-1355U 16GB 1TB SSD Windows 11 Home, C13M-621US",MSI,"['Laptops, Tablet', None, None, None]",1199.0,"{'Memory': '16GB', 'Screen Size': '14""', 'Operating System': 'Windows 11 Home', 'Maximum Resolution': '1920 x 1080', 'Refresh Rate': '60Hz', 'SSD Capacity': '1TB'}"
+243338,LPASU00782OB,"ASUS Vivobook Go Consumer Notebook 15.6"" AMD Ryzen 3 7320U 8GB 128GB SSD Windows 11 S, E1504FA-DB31-CA-SL(Open Box)",ASUS,"['Laptops, Tablet', None, None, None]",426.55,"{'GPU': 'AMD Radeon Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 S', 'Memory': '8GB', 'Screen Size': '15.6""'}"
+243313,LPHEW02023OB,"HP Consumer Notebook 14"" FHD AMD Ryzen 5 7520U AMD Radeon Graphics 8GB 512GB SSD Windows 11 Home, 14-em0040ca(Open Box)",HP,"['Laptops, Tablet', None, None, None]",569.05,"{'Memory': '8GB', 'Screen Size': '14""', 'Operating System': 'Windows 11 Home', 'Maximum Resolution': 'FHD', 'SSD Capacity': '512GB', 'CPU': 'Ryzen 5 7520U'}"
+243264,LPASU00780OB,"ASUS Zenbook Consumer Notebook 14"" UHD Touchscreen OLED Intel i7-12700H 16GB 1TB SSD Windows 11 Home, UP5401ZA-DB71T-CA(Open Box)",ASUS,"['Laptops, Tablet', None, None, None]",1329.05,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '3840 x 2400', 'Touch Screen': 'Yes', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '14""'}"
+243225,LPHEW02024OB,"HP Consumer Notebook 17.3"" FHD Intel i5-1335U Intel Iris Xe 8GB 1TB SSD Windows 11 Home, 17-cn3010ca(Open Box)",HP,"['Laptops, Tablet', None, None, None]",739.94001464844,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': 'FHD', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '8GB', 'Screen Size': '17.3""'}"
+243158,LPCHP00003OB,"HP Elitebook 840 G3 Business Laptop 14"" Touchscreen Intel i5-6300U 16GB 256GB SSD Windows 10 Pro Refurbished(Open Box)",HP,"['Laptops, Tablet', None, None, None]",269.1,"{'GPU': 'Intel HD Graphics 520', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'Yes', 'Operating System': 'Windows 10 Pro', 'Memory': '16GB', 'Screen Size': '14""'}"
+243148,LPMSI00589,"MSI Creator Z17HXStudio Gaming Notebook 17"" 165Hz QHD+ Intel i9-13950HX GeForce RTX 4060 32GB 1TB SSD Windows 11 Pro, A13VFT-093CA",MSI,"['Laptops, Tablet', None, None, None]",3399.0,"{'GPU': 'GeForce RTX 4060', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'Yes', 'Operating System': 'Windows 11 Pro', 'Memory': '32GB', 'Screen Size': '17""'}"
+243120,LPMSI00588,"MSI Prestige 16EVO Business Notebook 16"" 165Hz QHD+ Intel i7-13700H 32GB 1TB SSD Windows 11 Pro, A13M-286CA",MSI,"['Laptops, Tablet', None, None, None]",1799.0,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '32GB', 'Screen Size': '16""'}"
+243072,LPASU00715OB,"ASUS TUF F15 Gaming Laptop 15.6"" FHD Intel i9-13900H GeForce RTX 4060 16GB 1TB SSD Windows 11 Home, FX507VV-DS91-CA(Open Box)",ASUS,"['Laptops, Tablet', None, None, None]",1349.1,"{'Refresh Rate': '144Hz', 'GPU': 'GeForce RTX 4060', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB'}"
+243071,LPMSI00572OB,"MSI Thin GF63 Gaming Laptop 15.6"" FHD Intel i5-12450H GeForce RTX 2050 8GB 512GB SSD Windows 11 Home(Open Box)",MSI,"['Laptops, Tablet', None, None, None]",629.1,"{'GPU': 'GeForce RTX 2050', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '8GB', 'Screen Size': '15.6""'}"
+243055,LPLEN03436OB,"Lenovo Legion Pro 5 Gaming Notebook 16"" WQXGA Intel i7-13700HX GeForce RTX 4070 16GB 1TB SSD Windows 11 Home, 82WK00H8CC(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",1979.1,"{'GPU': 'GeForce RTX 4070', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '16""'}"
+243048,LPLEN03495,"LENOVO ThinkPad X13 Yoga 2-in-1 Business Notebook 13.3"" Touchscreen Intel i5-10310U 16GB 256GB SSD Windows 10 Pro, 20SYS0C600",LENOVO,"['Laptops, Tablet', None, None, None]",1499.0,"{'GPU': 'Intel UHD Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'Yes', 'Operating System': 'Windows 10 Pro', 'Memory': '16GB', 'Screen Size': '13.3""'}"
+243000,LPMSI00562OB,"MSI Modern 15 Notebook 15.6"" FHD AMD Ryzen 7 7730U AMD Radeon Graphics 16GB 512GB SSD Windows 11 Home, B7M-097CA(Open Box)",MSI,"['Laptops, Tablet', None, None, None]",664.05,"{'GPU': 'AMD Radeon Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+242733,LPLEN03442OB,"LENOVO IdeaPad Flex 5 Consumer Notebook 14"" Touchscreen AMD Ryzen 3 5300U 4GB 128GB SSD Windows 10 S, 82HU0159US(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",360.05,"{'GPU': 'AMD Radeon Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'Yes', 'Operating System': 'Windows 10 S', 'Memory': '4GB', 'Screen Size': '14""'}"
+242699,LPASU00561OB,"ASUS ExpertBook B1 Business Notebook, 15.6"" FHD, Intel Core i5-1135G7, Intel Iris Xe Graphics G7, 8GB, 256GB SSD, Windows 10 Pro, 3YR Warranty, 1YR ADP(Open Box)",ASUS,"['Laptops, Tablet', None, None, None]",569.89,"{'Screen Size': '15.6""', 'Memory': '8GB', 'Operating System': 'Windows 10 Pro', 'Maximum Resolution': '1920 x 1080', 'Refresh Rate': '60Hz', 'SSD Capacity': '256GB'}"
+242686,LPMSI00587,"MSI CreatorPro M16 Gaming Notebook 16"" QHD Intel i7-13700H NVIDIA RTX A1000 32GB 1TB SSD Windows 11 Pro, B13VI-845US",MSI,"['Laptops, Tablet', None, None, None]",2399.0,"{'GPU': 'NVIDIA RTX A1000', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '32GB', 'Screen Size': '16""'}"
+242678,LPHEW02049OB,"HP EliteBook 840 G2 Business Notebook 14"" Touchscreen Core i5-5300U,16 GB DDR3, 256 GB SSD, Windows 10 Professional Refurbished(Open Box)",HP,"['Laptops, Tablet', None, None, None]",242.1,"{'Memory': '16GB', 'Storage Type': 'SSD', 'CPU Brand': 'Intel', 'Product Condition': 'Refurbished', 'Product Condition Short': 'Refurb', 'Screen Resolution Description': 'FHD'}"
+242676,LPMSI00586,"MSI CreatorPro Z16HXStudio Gaming Notebook 16"" Touchscreen QHD Intel i9-13950HX NVIDIA RTX A2000 ADA 32GB 1TB SSD Windows 11 Pro, B13VJTO-067US",MSI,"['Laptops, Tablet', None, None, None]",3799.0,"{'GPU': 'NVIDIA RTX A2000 ADA', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'Yes', 'Operating System': 'Windows 11 Pro', 'Memory': '32GB', 'Screen Size': '16""'}"
+242671,LPMSI00585,"MSI CreatorPro Z17HX Studio Gaming Notebook 17"" QHD Touchscreen Intel i9-13950HX NVIDIA RTX A3000 ADA 32GB 1TB Windows 11 Pro, A13VKT-077US",MSI,"['Laptops, Tablet', None, None, None]",3999.0,"{'GPU': 'NVIDIA RTX A3000 ADA', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'Yes', 'Operating System': 'Windows 11 Pro', 'Memory': '32GB', 'Screen Size': '17""'}"
+242664,LPMSI00584,"MSI Modern 15 Consumer Notebook 15.6"" Intel i7-1335U 16GB 1TB SSD Windows 11 Home, B13M-447US",MSI,"['Laptops, Tablet', None, None, None]",1199.0,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+242529,LPACE00967OB,"Acer Nitro 5 Gaming Laptop 15.6"" FHD Intel i9-12900H GeForce RTX 4060 16GB 1TB SSD Windows 11 Home, NH.QM0AA.003(Open Box)",ACER,"['Laptops, Tablet', None, None, None]",1169.1,"{'GPU': 'GeForce RTX 4060', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+242481,LPLEN03456OB,"Lenovo IdeaPad Consumer Notebook 14"" FHD Intel i5-1135G7 8GB 512GB SSD Windows 11 Home, 81X700FXUS(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",521.55,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '8GB', 'Screen Size': '14""'}"
+242396,LPLGE00031OB,"LG Gram EVO Consumer Notebook 15.6"" FHD Intel i7-1360P Intel Iris Xe 16GB 512GB SSD Windows 11 Home, 15Z90R-P.AA75A9(Open Box)",LG,"['Laptops, Tablet', None, None, None]",1519.99,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'Yes', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+242394,LPLEN00182OB,"Lenovo ThinkPad T480s 14"" Notebook, Intel Core i7-8550U, 16 GB, 256 GB SSD, Windows 10 Pro Refurbished(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",394.15999755859,"{'Maximum Resolution': '1080p Full HD', 'Refresh Rate': '60Hz', 'SSD Capacity': '256GB', 'CPU': 'i7-8550U', 'Hard Drive Capacity': 'None', 'Notebook Type': 'Business Notebook'}"
+242354,LPGIG00161,"GIGABYTE AORUS 15 Gaming Notebook 15.6"" 360Hz Intel i5-12500H GeForce RTX 4050 16GB 512GB SSD Windows 11 Home, 9MF-E2US583SH",GIGABYTE,"['Laptops, Tablet', None, None, None]",1499.0,"{'GPU': 'GeForce RTX 4050', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+242348,LPMSI00583,"MSI Creator Z17HXStudio Gaming Notebook 17"" Touchscreen 165Hz QHD+ Intel i7-13700HX GeForce RTX 4050 32GB 1TB SSD Windows 11 Pro, A13VET-094CA",MSI,"['Laptops, Tablet', None, None, None]",2899.0,"{'GPU': 'GeForce RTX 4050', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'Yes', 'Operating System': 'Windows 11 Pro', 'Memory': '32GB', 'Screen Size': '17""'}"
+242343,LPHEW01834OB,"HP EliteBook 640 G9 14"" Business Notebook Intel i5-1245U 16GB RAM 512GB SSD Windows 10 Pro, 6C0Z2UT#ABA(Open Box)",HP,"['Laptops, Tablet', None, None, None]",961.35999755859,"{'General InformationManufacturer': 'HP Inc.', 'General InformationManufacturer Part Number': '6C0Z2UT#ABA', 'GPU': 'Intel Iris Xe', 'General InformationManufacturer Website Address': 'http://www.hp.com', 'Maximum Resolution': '1080p Full HD', 'General InformationBrand Name': 'HP'}"
+242342,LPMSI00536OB,"MSI Katana GF66 Gaming Notebook 15.6"" FHD Intel i7-12650H GeForce RTX 3050 Ti 16GB 512GB SSD Windows 11 Home, Katana GF66 12UD-878CA(Open Box)",MSI,"['Laptops, Tablet', None, None, None]",1159.0899978638,"{'GPU': 'GeForce RTX 3050 Ti', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+242316,LPHEW02077,"HP OMEN 16-xf0000ca Gaming Notebook 16.1"" 240Hz QHD AMD Ryzen 9 7940HS GeForce RTX 4070 32GB 2TB SSD Windows 11 Home, 7X979UA#ABL",HP,"['Laptops, Tablet', None, None, None]",2499.0,"{'Memory': '32GB', 'Screen Size': '16.1""""', 'Operating System': 'Windows 11 Home', 'Maximum Resolution': '2560 x 1440', 'Refresh Rate': '240Hz', 'SSD Capacity': '2TB'}"
+242164,LPMSI00564OB,"MSI Bravo 15 Gaming Laptop 15.6"" FHD AMD Ryzen 7 7735HS GeForce RTX 4060 32GB 1TB SSD Windows 11 Home, C7VFK-057CA(Open Box)",MSI,"['Laptops, Tablet', None, None, None]",1259.1,"{'GPU': 'Ge Force RTX 4060', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '32GB', 'Screen Size': '15.6""'}"
+242110,LPMSI00553OB,"MSI Vector GP68HX Gaming Notebook 16"" Intel i9-12900HX GeForce RTX 4080 32GB 1TB SSD Windows 11 Home, 12VH-012CA(Open Box)",MSI,"['Laptops, Tablet', None, None, None]",2249.1,"{'GPU': 'GeForce RTX 4080', 'Maximum Resolution': '1920 x 1200', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '32GB', 'Screen Size': '16""'}"
+242043,LPSAS00158,"SAMSUNG Galaxy Book3 360 EVO Consumer Notebook 13.3"" AMOLED Intel i5-1335U 8GB 256GB SSD Windows 11 Home, NP730QFG-KA2CA",SAMSUNG,"['Laptops, Tablet', None, None, None]",1499.0,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'Yes', 'Operating System': 'Windows 11 Home', 'Memory': '8GB', 'Screen Size': '13.3""'}"
+242035,LPMSI00496OB,"MSI GF63 Gaming Notebook 15.6"" FHD Intel i5-11400H RTX3050 8GB 512GB SSD Windows 11 Home,GF63 11UC-692(Open Box)",MSI,"['Laptops, Tablet', None, None, None]",719.1,"{'Memory': '8GB', 'Screen Size': '15.6""', 'Operating System': 'Windows 11 Home', 'Maximum Resolution': '1920 x 1080', 'Refresh Rate': '144Hz', 'SSD Capacity': '512GB'}"
+242034,LPACE00946OB,"Acer 15.6"" Consumer Notebook FHD Intel i5-1135G7 Intel Iris 8GB 512GB SSD Windows 11, NX.A1HAA.00G(Open Box)",ACER,"['Laptops, Tablet', None, None, None]",462.53999389648,"{'GPU': 'Intel Iris', 'Maximum Resolution': '1080p Full HD', 'Touch Screen': 'No', 'Operating System': 'Windows 11', 'Memory': '8GB', 'Screen Size': '15.6""'}"
+242021,LPHEW02072,"HP ProBook 445 G9 Business Notebook 14"" AMD Ryzen 5 5625U 8GB 256GB SSD Windows 11 Pro, 64T29UT#ABL",HP,"['Laptops, Tablet', None, None, None]",599.0,"{'GPU': 'AMD Radeon Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Pro', 'Memory': '8GB', 'Screen Size': '14""'}"
+242019,LPLEN03478,"Lenovo ThinkPad X1 Yoga Gen 8 14"" Touchscreen Convertible 2 in 1 Business Notebook Intel i7-1355U 16 GB 512 GB SSD, 21HQ0007US",LENOVO,"['Laptops, Tablet', None, None, None]",2884.39,"{'General InformationManufacturer': 'Lenovo Group Limited', 'General InformationManufacturer Part Number': '21HQ0007US', 'General InformationManufacturer Website Address': 'http://www.lenovo.com/ca/en', 'General InformationBrand Name': 'Lenovo', 'General InformationProduct Line': 'ThinkPad', 'General InformationProduct Series': 'X1 Yoga Gen 8'}"
+241971,LPMSI00559OB,"MSI Thin GF63 Gaming Laptop 15.6"" Intel i7-12650H GeForce RTX 4060 16GB 512GB SSD Windows 11 Home, 12VF-274CA(Open Box)",MSI,"['Laptops, Tablet', None, None, None]",1079.1,"{'GPU': 'GeForce RTX 4060', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '15.6""'}"
+241958,LPSAS00157,"SAMSUNG Galaxy Book3 360 EVO Consumer Notebook 13.3"" AMOLED Intel i7-1355U 16GB 512GB SSD Windows 11 Home, NP730QFG-KA1CA",SAMSUNG,"['Laptops, Tablet', None, None, None]",1899.0,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'Yes', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '13.3""'}"
+241952,LPSAS00156,"SAMSUNG Galaxy Book3 Pro 360 EVO Consumer Notebook 16"" QHD+ AMOLED Intel i7-1360P 16GB 1TB SSD Windows 11 Home, NP960XFH-XA2CA",SAMSUNG,"['Laptops, Tablet', None, None, None]",2499.0,"{'GPU': 'Intel Iris Xe', 'Maximum Resolution': '2880 x 1800', 'Touch Screen': 'Yes', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '16""'}"
+241914,LPSAS00152,"SAMSUNG Galaxy Book3 EVO Ultra Gaming Notebook 16"" QHD+ AMOLED Intel i7-13700H GeForce RTX 4050 16GB 1TB SSD Windows 11 Home, NP960XFH-XA2CA",SAMSUNG,"['Laptops, Tablet', None, None, None]",3269.0,"{'GPU': 'GeForce RTX 4050', 'Maximum Resolution': '2880 x 1800', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '16""'}"
+241901,LPSAS00150,"SAMSUNG Galaxy Book3 EVO Ultra Gaming Notebook 16"" QHD+ AMOLED Intel i7-13700H GeForce RTX 4050 16GB 512GB SSD Windows 11 Home, NP960XFH-XA1CA",SAMSUNG,"['Laptops, Tablet', None, None, None]",2999.0,"{'GPU': 'GeForce RTX 4050', 'Maximum Resolution': '2880 x 1800', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '16""'}"
+241869,LPLEN03471,"Lenovo ThinkPad E14 14"" Touchscreen Business Notebook Intel i5-1335U 16 GB 512 GB SSD Windows 11 Pro, 21JK0052US",LENOVO,"['Laptops, Tablet', None, None, None]",1399.0,"{'General InformationManufacturer': 'Lenovo Group Limited', 'General InformationManufacturer Part Number': '21JK0052US', 'General InformationManufacturer Website Address': 'http://www.lenovo.com/ca/en', 'General InformationBrand Name': 'Lenovo', 'General InformationProduct Line': 'ThinkPad', 'General InformationProduct Series': 'E14 Gen 5'}"
+241798,LPLEN03438OB,"Lenovo Legion Pro 5 Gaming Notebook 16"" 165Hz WQXGA AMD Ryzen 7 7745HX GeForce RTX 4070 16GB 512GB SSD Windows 11 Home, 82WM005VCC(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",1529.1,"{'GPU': 'GeForce RTX 4070', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '16""'}"
+241794,LPLEN03312OB,"Lenovo T490 Business Notebook 14"" FHD Intel i5-8265U Intel UHD Graphics 16GB 256GB SSD Windows 10 Pro Refurbished(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",359.1,"{'GPU': 'Intel UHD Graphics', 'Maximum Resolution': '1920 x 1080', 'Touch Screen': 'No', 'Operating System': 'Windows 10 Pro', 'Memory': '16GB', 'Screen Size': '14""'}"
+241791,LPGIG00148OB,"Gigabyte AORUS Gaming Notebook 17.3"" QHD Intel i7-13700H GeForce RTX 4070 16GB 1TB SSD Windows 11 Home, BSF-73US654SH(Open Box)",GIGABYTE,"['Laptops, Tablet', None, None, None]",1799.1,"{'GPU': 'GeForce RTX 4070', 'Maximum Resolution': '2560 x 1440', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '17.3""'}"
+241789,LPGIG00157OB,"Gigabyte AERO 14 OLED Gaming Notebook 14"" QHD Intel i5-12500H RTX 4050 16GB 1TB SSD Windows 11 Home, 9MF-E2USBB4SH(Open Box)",GIGABYTE,"['Laptops, Tablet', None, None, None]",1349.1,"{'GPU': 'RTX 4050', 'Maximum Resolution': '2880x1800', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '14""'}"
+241787,LPLEN03435OB,"Lenovo Legion Pro 5 Gaming Laptop 16"" Intel i7-13700HX GeForce RTX 4060 16GB 1TB SSD Windows 11 Home, 82WK00H9CC(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",1619.1,"{'GPU': 'GeForce RTX 4060', 'Maximum Resolution': '2560 x 1600', 'Touch Screen': 'No', 'Operating System': 'Windows 11 Home', 'Memory': '16GB', 'Screen Size': '16""'}"
+241770,LPHEW02065,"HP ProBook 450 G10 15.6"" Notebook - Full HD - 1920 x 1080 - Intel Core i5 13th Gen i5-1335U Deca-core (10 Core) 1.30 GHz - 8 GB Total RAM - 256 GB SSD - Pike Silver Plastic - Intel Chip - Windows 11 Pro - Intel UHD Graphics - In-plane Switching (IPS) Tech",HP,"['Laptops, Tablet', None, None, None]",999.0,"{'General InformationManufacturer': 'HP Inc.', 'General InformationManufacturer Part Number': '822P3UT#ABA', 'General InformationManufacturer Website Address': 'http://www.hp.com', 'General InformationBrand Name': 'HP', 'General InformationProduct Line': 'ProBook', 'General InformationProduct Series': '450 G10'}"
+241742,LPLEN03301OB,"Lenovo IdeaPad Flex 5 14"" Touchscreen Convertible Notebook, OLED 2.8K, Intel i7-1255U, 16GB RAM, 512GB SSD, Storm Gray, Windows 11 Home(Open Box)",LENOVO,"['Laptops, Tablet', None, None, None]",949.05,"{'General Information