diff --git a/app/validate.py b/app/validate.py index 9d4464edbbbf..5e6c8710195a 100644 --- a/app/validate.py +++ b/app/validate.py @@ -83,6 +83,17 @@ "threads", } +LAPTOP_REQUIRED = { + "slug", + "name", + "brand", + "release_date", + "ram_gb", + "os", + "source_urls", + "verified", +} + DATE_RE = re.compile(r"^\d{4}-\d{2}-\d{2}$") @@ -205,9 +216,12 @@ def validate() -> list[str]: pdas = _load("pda") gpus = _load("gpu") cpus = _load("cpu") + laptops = _load("laptop") brand_slugs = {rec["slug"] for _, rec in brands if "slug" in rec} soc_slugs = {rec["slug"] for _, rec in socs if "slug" in rec} + cpu_slugs = {rec["slug"] for _, rec in cpus if "slug" in rec} + gpu_slugs = {rec["slug"] for _, rec in gpus if "slug" in rec} for category, records in ( ("brand", brands), @@ -218,6 +232,7 @@ def validate() -> list[str]: ("pda", pdas), ("gpu", gpus), ("cpu", cpus), + ("laptop", laptops), ): _check_unique_slugs(category, records, errors) @@ -330,6 +345,27 @@ def validate() -> list[str]: if rec.get("manufacturer") not in brand_slugs: errors.append(f"{fname}: manufacturer '{rec.get('manufacturer')}' not a known brand") + for fname, rec in laptops: + _check_required(fname, rec, LAPTOP_REQUIRED, errors) + _check_source_urls(fname, rec, errors) + _check_slug(fname, rec.get("slug"), errors) + if "release_date" in rec: + _check_date(fname, rec["release_date"], errors) + _check_range(fname, "ram_gb", rec.get("ram_gb"), 1, 256, errors) + if rec.get("storage_gb") is not None: + _check_range(fname, "storage_gb", rec.get("storage_gb"), 1, 65536, errors) + if rec.get("weight_g") is not None: + _check_range(fname, "weight_g", rec.get("weight_g"), 300, 6000, errors) + if "msrp_usd" in rec: + _check_range(fname, "msrp_usd", rec["msrp_usd"], 50, 50000, errors) + if rec.get("brand") not in brand_slugs: + errors.append(f"{fname}: brand '{rec.get('brand')}' not a known brand") + if rec.get("cpu") is not None and rec.get("cpu") not in cpu_slugs: + errors.append(f"{fname}: cpu '{rec.get('cpu')}' not a known CPU") + if rec.get("gpu") is not None and rec.get("gpu") not in gpu_slugs: + errors.append(f"{fname}: gpu '{rec.get('gpu')}' not a known GPU") + _check_variant_path(fname, rec, "laptop", errors, allow_flat=True) + return errors diff --git a/data/laptop/acer/2021/acer-15-aspire-lite-al15-41/acer-15-aspire-lite-al15-41-abhinavflac-815.json b/data/laptop/acer/2021/acer-15-aspire-lite-al15-41/acer-15-aspire-lite-al15-41-abhinavflac-815.json new file mode 100644 index 000000000000..1c79ec9566da --- /dev/null +++ b/data/laptop/acer/2021/acer-15-aspire-lite-al15-41/acer-15-aspire-lite-al15-41-abhinavflac-815.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-15-aspire-lite-al15-41-abhinavflac-815", + "base_model_slug": "acer-15-aspire-lite-al15-41", + "name": "Acer 15 Aspire Lite AL15-41", + "brand": "acer", + "release_date": "2021-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 416, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 5625U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 815 + } +} diff --git a/data/laptop/acer/2021/acer-15-travelmate-tmp215-53-business/acer-15-travelmate-tmp215-53-business-abhinavflac-704.json b/data/laptop/acer/2021/acer-15-travelmate-tmp215-53-business/acer-15-travelmate-tmp215-53-business-abhinavflac-704.json new file mode 100644 index 000000000000..74ee4e12e063 --- /dev/null +++ b/data/laptop/acer/2021/acer-15-travelmate-tmp215-53-business/acer-15-travelmate-tmp215-53-business-abhinavflac-704.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-15-travelmate-tmp215-53-business-abhinavflac-704", + "base_model_slug": "acer-15-travelmate-tmp215-53-business", + "name": "Acer 15 TravelMate TMP215-53 Business", + "brand": "acer", + "release_date": "2021-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 466, + "device_category": "General", + "cpu_name": "Intel Core I3 1115G4", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 704 + } +} diff --git a/data/laptop/acer/2021/acer-al15-41-aspire-lite-15/acer-al15-41-aspire-lite-15-abhinavflac-733.json b/data/laptop/acer/2021/acer-al15-41-aspire-lite-15/acer-al15-41-aspire-lite-15-abhinavflac-733.json new file mode 100644 index 000000000000..a0532ac7c903 --- /dev/null +++ b/data/laptop/acer/2021/acer-al15-41-aspire-lite-15/acer-al15-41-aspire-lite-15-abhinavflac-733.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-al15-41-aspire-lite-15-abhinavflac-733", + "base_model_slug": "acer-al15-41-aspire-lite-15", + "name": "Acer AL15-41 Aspire Lite 15", + "brand": "acer", + "release_date": "2021-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 403, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 5625U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 733 + } +} diff --git a/data/laptop/acer/2021/acer-al15-41-aspire-lite/acer-al15-41-aspire-lite-abhinavflac-459.json b/data/laptop/acer/2021/acer-al15-41-aspire-lite/acer-al15-41-aspire-lite-abhinavflac-459.json new file mode 100644 index 000000000000..3cf890eb0b20 --- /dev/null +++ b/data/laptop/acer/2021/acer-al15-41-aspire-lite/acer-al15-41-aspire-lite-abhinavflac-459.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-al15-41-aspire-lite-abhinavflac-459", + "base_model_slug": "acer-al15-41-aspire-lite", + "name": "Acer AL15-41 Aspire Lite", + "brand": "acer", + "release_date": "2021-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 458, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 5625U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 459 + } +} diff --git a/data/laptop/acer/2021/acer-aspire-lite-15-al15-41/acer-aspire-lite-15-al15-41-abhinavflac-586.json b/data/laptop/acer/2021/acer-aspire-lite-15-al15-41/acer-aspire-lite-15-al15-41-abhinavflac-586.json new file mode 100644 index 000000000000..602c9a96f1cb --- /dev/null +++ b/data/laptop/acer/2021/acer-aspire-lite-15-al15-41/acer-aspire-lite-15-al15-41-abhinavflac-586.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-lite-15-al15-41-abhinavflac-586", + "base_model_slug": "acer-aspire-lite-15-al15-41", + "name": "Acer Aspire Lite 15 AL15-41", + "brand": "acer", + "release_date": "2021-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 337, + "device_category": "General", + "cpu_name": "AMD Ryzen 3 5300U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 256, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 586 + } +} diff --git a/data/laptop/acer/2021/acer-travelmate-15-tmp215-53/acer-travelmate-15-tmp215-53-abhinavflac-903.json b/data/laptop/acer/2021/acer-travelmate-15-tmp215-53/acer-travelmate-15-tmp215-53-abhinavflac-903.json new file mode 100644 index 000000000000..54806b597438 --- /dev/null +++ b/data/laptop/acer/2021/acer-travelmate-15-tmp215-53/acer-travelmate-15-tmp215-53-abhinavflac-903.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-travelmate-15-tmp215-53-abhinavflac-903", + "base_model_slug": "acer-travelmate-15-tmp215-53", + "name": "Acer TravelMate 15 TMP215-53", + "brand": "acer", + "release_date": "2021-01-01", + "ram_gb": 4, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 546, + "device_category": "General", + "cpu_name": "Intel Core I3 1115G4", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 256, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 903 + } +} diff --git a/data/laptop/acer/2021/acer-travelmate-tmp215-53-business/acer-travelmate-tmp215-53-business-abhinavflac-705.json b/data/laptop/acer/2021/acer-travelmate-tmp215-53-business/acer-travelmate-tmp215-53-business-abhinavflac-705.json new file mode 100644 index 000000000000..d3249cbf523d --- /dev/null +++ b/data/laptop/acer/2021/acer-travelmate-tmp215-53-business/acer-travelmate-tmp215-53-business-abhinavflac-705.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-travelmate-tmp215-53-business-abhinavflac-705", + "base_model_slug": "acer-travelmate-tmp215-53-business", + "name": "Acer TravelMate TMP215-53 Business", + "brand": "acer", + "release_date": "2021-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 482, + "device_category": "General", + "cpu_name": "Intel Core I3 1115G4", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 256, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 705 + } +} diff --git a/data/laptop/acer/2021/acer-travelmate-tmp215-53/acer-travelmate-tmp215-53-abhinavflac-920.json b/data/laptop/acer/2021/acer-travelmate-tmp215-53/acer-travelmate-tmp215-53-abhinavflac-920.json new file mode 100644 index 000000000000..ba0ce92fe649 --- /dev/null +++ b/data/laptop/acer/2021/acer-travelmate-tmp215-53/acer-travelmate-tmp215-53-abhinavflac-920.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-travelmate-tmp215-53-abhinavflac-920", + "base_model_slug": "acer-travelmate-tmp215-53", + "name": "Acer TravelMate TMP215-53", + "brand": "acer", + "release_date": "2021-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 732, + "device_category": "General", + "cpu_name": "Intel Core I5 1135G7", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 920 + } +} diff --git a/data/laptop/acer/2022/acer-15-aspire-lite-al15-52h/acer-15-aspire-lite-al15-52h-abhinavflac-700.json b/data/laptop/acer/2022/acer-15-aspire-lite-al15-52h/acer-15-aspire-lite-al15-52h-abhinavflac-700.json new file mode 100644 index 000000000000..251075994445 --- /dev/null +++ b/data/laptop/acer/2022/acer-15-aspire-lite-al15-52h/acer-15-aspire-lite-al15-52h-abhinavflac-700.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-15-aspire-lite-al15-52h-abhinavflac-700", + "base_model_slug": "acer-15-aspire-lite-al15-52h", + "name": "Acer 15 Aspire Lite AL15-52H", + "brand": "acer", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 590, + "device_category": "General", + "cpu_name": "Intel Core I5 12450H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 700 + } +} diff --git a/data/laptop/acer/2022/acer-al15-52h-aspire-lite-15/acer-al15-52h-aspire-lite-15-abhinavflac-383.json b/data/laptop/acer/2022/acer-al15-52h-aspire-lite-15/acer-al15-52h-aspire-lite-15-abhinavflac-383.json new file mode 100644 index 000000000000..6cc63c12b813 --- /dev/null +++ b/data/laptop/acer/2022/acer-al15-52h-aspire-lite-15/acer-al15-52h-aspire-lite-15-abhinavflac-383.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-al15-52h-aspire-lite-15-abhinavflac-383", + "base_model_slug": "acer-al15-52h-aspire-lite-15", + "name": "Acer AL15-52H Aspire Lite 15 (12650HH / 16GB / 512GB / UHD Graphics / Windows)", + "brand": "acer", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 747, + "device_category": "General", + "cpu_name": "Intel Core I7 12650H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 383 + } +} diff --git a/data/laptop/acer/2022/acer-al15-52h-aspire-lite-15/acer-al15-52h-aspire-lite-15-abhinavflac-387.json b/data/laptop/acer/2022/acer-al15-52h-aspire-lite-15/acer-al15-52h-aspire-lite-15-abhinavflac-387.json new file mode 100644 index 000000000000..a7d4012c7304 --- /dev/null +++ b/data/laptop/acer/2022/acer-al15-52h-aspire-lite-15/acer-al15-52h-aspire-lite-15-abhinavflac-387.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-al15-52h-aspire-lite-15-abhinavflac-387", + "base_model_slug": "acer-al15-52h-aspire-lite-15", + "name": "Acer AL15-52H Aspire Lite 15 (12650HH / 16GB / 1024GB / UHD Graphics / Windows)", + "brand": "acer", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 687, + "device_category": "General", + "cpu_name": "Intel Core I7 12650H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 387 + } +} diff --git a/data/laptop/acer/2022/acer-aspire-3-15-a325-51/acer-aspire-3-15-a325-51-abhinavflac-509.json b/data/laptop/acer/2022/acer-aspire-3-15-a325-51/acer-aspire-3-15-a325-51-abhinavflac-509.json new file mode 100644 index 000000000000..43ca47c27acb --- /dev/null +++ b/data/laptop/acer/2022/acer-aspire-3-15-a325-51/acer-aspire-3-15-a325-51-abhinavflac-509.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-3-15-a325-51-abhinavflac-509", + "base_model_slug": "acer-aspire-3-15-a325-51", + "name": "Acer Aspire 3 15 A325-51", + "brand": "acer", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 482, + "device_category": "General", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 509 + } +} diff --git a/data/laptop/acer/2022/acer-aspire-3-a324-51-un-343si-00q/acer-aspire-3-a324-51-un-343si-00q-abhinavflac-848.json b/data/laptop/acer/2022/acer-aspire-3-a324-51-un-343si-00q/acer-aspire-3-a324-51-un-343si-00q-abhinavflac-848.json new file mode 100644 index 000000000000..fce2a6da7f5b --- /dev/null +++ b/data/laptop/acer/2022/acer-aspire-3-a324-51-un-343si-00q/acer-aspire-3-a324-51-un-343si-00q-abhinavflac-848.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-3-a324-51-un-343si-00q-abhinavflac-848", + "base_model_slug": "acer-aspire-3-a324-51-un-343si-00q", + "name": "Acer Aspire 3 A324-51 UN.343SI.00Q", + "brand": "acer", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 554, + "device_category": "General", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 848 + } +} diff --git a/data/laptop/acer/2022/acer-aspire-3-a325-51-15/acer-aspire-3-a325-51-15-abhinavflac-508.json b/data/laptop/acer/2022/acer-aspire-3-a325-51-15/acer-aspire-3-a325-51-15-abhinavflac-508.json new file mode 100644 index 000000000000..5868bb3c21cc --- /dev/null +++ b/data/laptop/acer/2022/acer-aspire-3-a325-51-15/acer-aspire-3-a325-51-15-abhinavflac-508.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-3-a325-51-15-abhinavflac-508", + "base_model_slug": "acer-aspire-3-a325-51-15", + "name": "Acer Aspire 3 A325-51 15", + "brand": "acer", + "release_date": "2022-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 469, + "device_category": "General", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 508 + } +} diff --git a/data/laptop/acer/2022/acer-aspire-3-a325-51/acer-aspire-3-a325-51-abhinavflac-821.json b/data/laptop/acer/2022/acer-aspire-3-a325-51/acer-aspire-3-a325-51-abhinavflac-821.json new file mode 100644 index 000000000000..9d0daa46f5ac --- /dev/null +++ b/data/laptop/acer/2022/acer-aspire-3-a325-51/acer-aspire-3-a325-51-abhinavflac-821.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-3-a325-51-abhinavflac-821", + "base_model_slug": "acer-aspire-3-a325-51", + "name": "Acer Aspire 3 A325-51", + "brand": "acer", + "release_date": "2022-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 373, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 821 + } +} diff --git a/data/laptop/acer/2022/acer-aspire-lite-15-al15-52h/acer-aspire-lite-15-al15-52h-abhinavflac-853.json b/data/laptop/acer/2022/acer-aspire-lite-15-al15-52h/acer-aspire-lite-15-al15-52h-abhinavflac-853.json new file mode 100644 index 000000000000..8f8a7cd43770 --- /dev/null +++ b/data/laptop/acer/2022/acer-aspire-lite-15-al15-52h/acer-aspire-lite-15-al15-52h-abhinavflac-853.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-lite-15-al15-52h-abhinavflac-853", + "base_model_slug": "acer-aspire-lite-15-al15-52h", + "name": "Acer Aspire Lite 15 AL15-52H", + "brand": "acer", + "release_date": "2022-01-01", + "ram_gb": 12, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 590, + "device_category": "General", + "cpu_name": "Intel Core I5 12450H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 853 + } +} diff --git a/data/laptop/acer/2022/acer-aspire-lite-al15-52h-12450hh/acer-aspire-lite-al15-52h-12450hh-abhinavflac-854.json b/data/laptop/acer/2022/acer-aspire-lite-al15-52h-12450hh/acer-aspire-lite-al15-52h-12450hh-abhinavflac-854.json new file mode 100644 index 000000000000..2a4e6567c0d8 --- /dev/null +++ b/data/laptop/acer/2022/acer-aspire-lite-al15-52h-12450hh/acer-aspire-lite-al15-52h-12450hh-abhinavflac-854.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-lite-al15-52h-12450hh-abhinavflac-854", + "base_model_slug": "acer-aspire-lite-al15-52h-12450hh", + "name": "Acer Aspire Lite AL15-52H (12450HH / 16GB / 512GB / UHD Graphics / Windows)", + "brand": "acer", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 440, + "device_category": "General", + "cpu_name": "Intel Core I5 12450H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 854 + } +} diff --git a/data/laptop/acer/2022/acer-nitro-v-anv15-41-nh-qpfsi-006/acer-nitro-v-anv15-41-nh-qpfsi-006-abhinavflac-746.json b/data/laptop/acer/2022/acer-nitro-v-anv15-41-nh-qpfsi-006/acer-nitro-v-anv15-41-nh-qpfsi-006-abhinavflac-746.json new file mode 100644 index 000000000000..f5b22cf67754 --- /dev/null +++ b/data/laptop/acer/2022/acer-nitro-v-anv15-41-nh-qpfsi-006/acer-nitro-v-anv15-41-nh-qpfsi-006-abhinavflac-746.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-nitro-v-anv15-41-nh-qpfsi-006-abhinavflac-746", + "base_model_slug": "acer-nitro-v-anv15-41-nh-qpfsi-006", + "name": "Acer Nitro V ANV15-41 NH.QPFSI.006 Gaming", + "brand": "acer", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 741, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 6600H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 746 + } +} diff --git a/data/laptop/acer/2022/acer-travelmate-tmp214-54-business/acer-travelmate-tmp214-54-business-abhinavflac-904.json b/data/laptop/acer/2022/acer-travelmate-tmp214-54-business/acer-travelmate-tmp214-54-business-abhinavflac-904.json new file mode 100644 index 000000000000..8eee0710847c --- /dev/null +++ b/data/laptop/acer/2022/acer-travelmate-tmp214-54-business/acer-travelmate-tmp214-54-business-abhinavflac-904.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-travelmate-tmp214-54-business-abhinavflac-904", + "base_model_slug": "acer-travelmate-tmp214-54-business", + "name": "Acer TravelMate TMP214-54 Business", + "brand": "acer", + "release_date": "2022-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 642, + "device_category": "General", + "cpu_name": "Intel Core I7 1255U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 904 + } +} diff --git a/data/laptop/acer/2022/acer-travelmate-tmp214-54/acer-travelmate-tmp214-54-abhinavflac-698.json b/data/laptop/acer/2022/acer-travelmate-tmp214-54/acer-travelmate-tmp214-54-abhinavflac-698.json new file mode 100644 index 000000000000..0ac2d9257f0a --- /dev/null +++ b/data/laptop/acer/2022/acer-travelmate-tmp214-54/acer-travelmate-tmp214-54-abhinavflac-698.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-travelmate-tmp214-54-abhinavflac-698", + "base_model_slug": "acer-travelmate-tmp214-54", + "name": "Acer TravelMate TMP214-54", + "brand": "acer", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 735, + "device_category": "General", + "cpu_name": "Intel Core I7 1255U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 698 + } +} diff --git a/data/laptop/acer/2023/acer-14-travel-lite-tl14-52m/acer-14-travel-lite-tl14-52m-abhinavflac-242.json b/data/laptop/acer/2023/acer-14-travel-lite-tl14-52m/acer-14-travel-lite-tl14-52m-abhinavflac-242.json new file mode 100644 index 000000000000..c521fd252303 --- /dev/null +++ b/data/laptop/acer/2023/acer-14-travel-lite-tl14-52m/acer-14-travel-lite-tl14-52m-abhinavflac-242.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-14-travel-lite-tl14-52m-abhinavflac-242", + "base_model_slug": "acer-14-travel-lite-tl14-52m", + "name": "Acer 14 Travel Lite TL14-52M", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 482, + "device_category": "General", + "cpu_name": "Intel Core I3 1305U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 242 + } +} diff --git a/data/laptop/acer/2023/acer-15-aspire-3-a325-53/acer-15-aspire-3-a325-53-abhinavflac-380.json b/data/laptop/acer/2023/acer-15-aspire-3-a325-53/acer-15-aspire-3-a325-53-abhinavflac-380.json new file mode 100644 index 000000000000..0bc12c5a7512 --- /dev/null +++ b/data/laptop/acer/2023/acer-15-aspire-3-a325-53/acer-15-aspire-3-a325-53-abhinavflac-380.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-15-aspire-3-a325-53-abhinavflac-380", + "base_model_slug": "acer-15-aspire-3-a325-53", + "name": "Acer 15 Aspire 3 A325-53", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 400, + "device_category": "General", + "cpu_name": "Intel Core I3 1305U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 380 + } +} diff --git a/data/laptop/acer/2023/acer-15-travel-lite-tl15-53m/acer-15-travel-lite-tl15-53m-abhinavflac-456.json b/data/laptop/acer/2023/acer-15-travel-lite-tl15-53m/acer-15-travel-lite-tl15-53m-abhinavflac-456.json new file mode 100644 index 000000000000..89f07e827147 --- /dev/null +++ b/data/laptop/acer/2023/acer-15-travel-lite-tl15-53m/acer-15-travel-lite-tl15-53m-abhinavflac-456.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-15-travel-lite-tl15-53m-abhinavflac-456", + "base_model_slug": "acer-15-travel-lite-tl15-53m", + "name": "Acer 15 Travel Lite TL15-53M", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 422, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 456 + } +} diff --git a/data/laptop/acer/2023/acer-16-predator-helios-16/acer-16-predator-helios-16-abhinavflac-631.json b/data/laptop/acer/2023/acer-16-predator-helios-16/acer-16-predator-helios-16-abhinavflac-631.json new file mode 100644 index 000000000000..fd3b56511236 --- /dev/null +++ b/data/laptop/acer/2023/acer-16-predator-helios-16/acer-16-predator-helios-16-abhinavflac-631.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-16-predator-helios-16-abhinavflac-631", + "base_model_slug": "acer-16-predator-helios-16", + "name": "Acer 16 Predator Helios 16 ‎PH16-72 Gaming", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1867, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14700HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4070", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 631 + } +} diff --git a/data/laptop/acer/2023/acer-alg-15-al15g-53-gaming/acer-alg-15-al15g-53-gaming-abhinavflac-630.json b/data/laptop/acer/2023/acer-alg-15-al15g-53-gaming/acer-alg-15-al15g-53-gaming-abhinavflac-630.json new file mode 100644 index 000000000000..46d9235a4d30 --- /dev/null +++ b/data/laptop/acer/2023/acer-alg-15-al15g-53-gaming/acer-alg-15-al15g-53-gaming-abhinavflac-630.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-alg-15-al15g-53-gaming-abhinavflac-630", + "base_model_slug": "acer-alg-15-al15g-53-gaming", + "name": "Acer ALG 15 ‎AL15G-53 Gaming", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 807, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 630 + } +} diff --git a/data/laptop/acer/2023/acer-alg-al15g-53-15-gaming/acer-alg-al15g-53-15-gaming-abhinavflac-629.json b/data/laptop/acer/2023/acer-alg-al15g-53-15-gaming/acer-alg-al15g-53-15-gaming-abhinavflac-629.json new file mode 100644 index 000000000000..44122182e1fa --- /dev/null +++ b/data/laptop/acer/2023/acer-alg-al15g-53-15-gaming/acer-alg-al15g-53-15-gaming-abhinavflac-629.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-alg-al15g-53-15-gaming-abhinavflac-629", + "base_model_slug": "acer-alg-al15g-53-15-gaming", + "name": "Acer ALG ‎AL15G-53 15 Gaming", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 748, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 629 + } +} diff --git a/data/laptop/acer/2023/acer-alg-al15g-53-gaming/acer-alg-al15g-53-gaming-abhinavflac-842.json b/data/laptop/acer/2023/acer-alg-al15g-53-gaming/acer-alg-al15g-53-gaming-abhinavflac-842.json new file mode 100644 index 000000000000..c4e7deb55ada --- /dev/null +++ b/data/laptop/acer/2023/acer-alg-al15g-53-gaming/acer-alg-al15g-53-gaming-abhinavflac-842.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-alg-al15g-53-gaming-abhinavflac-842", + "base_model_slug": "acer-alg-al15g-53-gaming", + "name": "Acer ALG ‎AL15G-53 Gaming", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 781, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 842 + } +} diff --git a/data/laptop/acer/2023/acer-aspire-14-as14h-53-un-36csi-005/acer-aspire-14-as14h-53-un-36csi-005-abhinavflac-47.json b/data/laptop/acer/2023/acer-aspire-14-as14h-53-un-36csi-005/acer-aspire-14-as14h-53-un-36csi-005-abhinavflac-47.json new file mode 100644 index 000000000000..da97d6255c0e --- /dev/null +++ b/data/laptop/acer/2023/acer-aspire-14-as14h-53-un-36csi-005/acer-aspire-14-as14h-53-un-36csi-005-abhinavflac-47.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-14-as14h-53-un-36csi-005-abhinavflac-47", + "base_model_slug": "acer-aspire-14-as14h-53-un-36csi-005", + "name": "Acer Aspire 14 AS14H-53 UN.36CSI.005", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 687, + "device_category": "General", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 47 + } +} diff --git a/data/laptop/acer/2023/acer-aspire-15-as15-42-un-35msi-004/acer-aspire-15-as15-42-un-35msi-004-abhinavflac-464.json b/data/laptop/acer/2023/acer-aspire-15-as15-42-un-35msi-004/acer-aspire-15-as15-42-un-35msi-004-abhinavflac-464.json new file mode 100644 index 000000000000..ae9cc4079b18 --- /dev/null +++ b/data/laptop/acer/2023/acer-aspire-15-as15-42-un-35msi-004/acer-aspire-15-as15-42-un-35msi-004-abhinavflac-464.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-15-as15-42-un-35msi-004-abhinavflac-464", + "base_model_slug": "acer-aspire-15-as15-42-un-35msi-004", + "name": "Acer Aspire 15 AS15-42 UN.35MSI.004", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 482, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7430U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 464 + } +} diff --git a/data/laptop/acer/2023/acer-aspire-3-15-a325-42/acer-aspire-3-15-a325-42-abhinavflac-834.json b/data/laptop/acer/2023/acer-aspire-3-15-a325-42/acer-aspire-3-15-a325-42-abhinavflac-834.json new file mode 100644 index 000000000000..3e5ada87efa9 --- /dev/null +++ b/data/laptop/acer/2023/acer-aspire-3-15-a325-42/acer-aspire-3-15-a325-42-abhinavflac-834.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-3-15-a325-42-abhinavflac-834", + "base_model_slug": "acer-aspire-3-15-a325-42", + "name": "Acer Aspire 3 15 A325-42", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 446, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7430U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 834 + } +} diff --git a/data/laptop/acer/2023/acer-aspire-3-2025-a325-53/acer-aspire-3-2025-a325-53-abhinavflac-190.json b/data/laptop/acer/2023/acer-aspire-3-2025-a325-53/acer-aspire-3-2025-a325-53-abhinavflac-190.json new file mode 100644 index 000000000000..f0dc9f8d1611 --- /dev/null +++ b/data/laptop/acer/2023/acer-aspire-3-2025-a325-53/acer-aspire-3-2025-a325-53-abhinavflac-190.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-3-2025-a325-53-abhinavflac-190", + "base_model_slug": "acer-aspire-3-2025-a325-53", + "name": "Acer Aspire 3 2025 A325-53", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 528, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 190 + } +} diff --git a/data/laptop/acer/2023/acer-aspire-3-a324-53-un-34rsi-002/acer-aspire-3-a324-53-un-34rsi-002-abhinavflac-799.json b/data/laptop/acer/2023/acer-aspire-3-a324-53-un-34rsi-002/acer-aspire-3-a324-53-un-34rsi-002-abhinavflac-799.json new file mode 100644 index 000000000000..b1a09262ea48 --- /dev/null +++ b/data/laptop/acer/2023/acer-aspire-3-a324-53-un-34rsi-002/acer-aspire-3-a324-53-un-34rsi-002-abhinavflac-799.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-3-a324-53-un-34rsi-002-abhinavflac-799", + "base_model_slug": "acer-aspire-3-a324-53-un-34rsi-002", + "name": "Acer Aspire 3 A324-53 UN.34RSI.002", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 373, + "device_category": "General", + "cpu_name": "Intel Core I3 1305U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 799 + } +} diff --git a/data/laptop/acer/2023/acer-aspire-3-a324-53-un-34rsi-004/acer-aspire-3-a324-53-un-34rsi-004-abhinavflac-749.json b/data/laptop/acer/2023/acer-aspire-3-a324-53-un-34rsi-004/acer-aspire-3-a324-53-un-34rsi-004-abhinavflac-749.json new file mode 100644 index 000000000000..4618cb6405a5 --- /dev/null +++ b/data/laptop/acer/2023/acer-aspire-3-a324-53-un-34rsi-004/acer-aspire-3-a324-53-un-34rsi-004-abhinavflac-749.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-3-a324-53-un-34rsi-004-abhinavflac-749", + "base_model_slug": "acer-aspire-3-a324-53-un-34rsi-004", + "name": "Acer Aspire 3 A324-53 UN.34RSI.004", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 518, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 749 + } +} diff --git a/data/laptop/acer/2023/acer-aspire-3-a324-53-un-34rsi-009/acer-aspire-3-a324-53-un-34rsi-009-abhinavflac-764.json b/data/laptop/acer/2023/acer-aspire-3-a324-53-un-34rsi-009/acer-aspire-3-a324-53-un-34rsi-009-abhinavflac-764.json new file mode 100644 index 000000000000..ca6395ad1848 --- /dev/null +++ b/data/laptop/acer/2023/acer-aspire-3-a324-53-un-34rsi-009/acer-aspire-3-a324-53-un-34rsi-009-abhinavflac-764.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-3-a324-53-un-34rsi-009-abhinavflac-764", + "base_model_slug": "acer-aspire-3-a324-53-un-34rsi-009", + "name": "Acer Aspire 3 A324-53 UN.34RSI.009", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 397, + "device_category": "General", + "cpu_name": "Intel Core I3 1305U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 764 + } +} diff --git a/data/laptop/acer/2023/acer-aspire-3-a325-42-7330uu/acer-aspire-3-a325-42-7330uu-abhinavflac-807.json b/data/laptop/acer/2023/acer-aspire-3-a325-42-7330uu/acer-aspire-3-a325-42-7330uu-abhinavflac-807.json new file mode 100644 index 000000000000..e26129dcc08b --- /dev/null +++ b/data/laptop/acer/2023/acer-aspire-3-a325-42-7330uu/acer-aspire-3-a325-42-7330uu-abhinavflac-807.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-3-a325-42-7330uu-abhinavflac-807", + "base_model_slug": "acer-aspire-3-a325-42-7330uu", + "name": "Acer Aspire 3 A325-42 (7330UU / 8GB / 512GB / Radeon / Windows)", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 349, + "device_category": "General", + "cpu_name": "AMD Ryzen 3 7330U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 807 + } +} diff --git a/data/laptop/acer/2023/acer-aspire-3-a325-42-7430uu/acer-aspire-3-a325-42-7430uu-abhinavflac-840.json b/data/laptop/acer/2023/acer-aspire-3-a325-42-7430uu/acer-aspire-3-a325-42-7430uu-abhinavflac-840.json new file mode 100644 index 000000000000..f81905caf69e --- /dev/null +++ b/data/laptop/acer/2023/acer-aspire-3-a325-42-7430uu/acer-aspire-3-a325-42-7430uu-abhinavflac-840.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-3-a325-42-7430uu-abhinavflac-840", + "base_model_slug": "acer-aspire-3-a325-42-7430uu", + "name": "Acer Aspire 3 A325-42 (7430UU / 8GB / 512GB / Radeon / Windows)", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 467, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7430U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 840 + } +} diff --git a/data/laptop/acer/2023/acer-aspire-3-a325-42-un-34qsi-004/acer-aspire-3-a325-42-un-34qsi-004-abhinavflac-830.json b/data/laptop/acer/2023/acer-aspire-3-a325-42-un-34qsi-004/acer-aspire-3-a325-42-un-34qsi-004-abhinavflac-830.json new file mode 100644 index 000000000000..f4efba2b31f0 --- /dev/null +++ b/data/laptop/acer/2023/acer-aspire-3-a325-42-un-34qsi-004/acer-aspire-3-a325-42-un-34qsi-004-abhinavflac-830.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-3-a325-42-un-34qsi-004-abhinavflac-830", + "base_model_slug": "acer-aspire-3-a325-42-un-34qsi-004", + "name": "Acer Aspire 3 A325-42 UN.34QSI.004", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 542, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 7730U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 830 + } +} diff --git a/data/laptop/acer/2023/acer-aspire-3-a325-53/acer-aspire-3-a325-53-abhinavflac-381.json b/data/laptop/acer/2023/acer-aspire-3-a325-53/acer-aspire-3-a325-53-abhinavflac-381.json new file mode 100644 index 000000000000..fad5da4ab9e7 --- /dev/null +++ b/data/laptop/acer/2023/acer-aspire-3-a325-53/acer-aspire-3-a325-53-abhinavflac-381.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-3-a325-53-abhinavflac-381", + "base_model_slug": "acer-aspire-3-a325-53", + "name": "Acer Aspire 3 A325-53", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 457, + "device_category": "General", + "cpu_name": "Intel Core I3 1305U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 381 + } +} diff --git a/data/laptop/acer/2023/acer-aspire-3d-15-spatiallabs/acer-aspire-3d-15-spatiallabs-abhinavflac-933.json b/data/laptop/acer/2023/acer-aspire-3d-15-spatiallabs/acer-aspire-3d-15-spatiallabs-abhinavflac-933.json new file mode 100644 index 000000000000..d477ad27ca20 --- /dev/null +++ b/data/laptop/acer/2023/acer-aspire-3d-15-spatiallabs/acer-aspire-3d-15-spatiallabs-abhinavflac-933.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-3d-15-spatiallabs-abhinavflac-933", + "base_model_slug": "acer-aspire-3d-15-spatiallabs", + "name": "Acer Aspire 3D 15 SpatialLabs Edition 3D", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1443, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "3840x2160" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 933 + } +} diff --git a/data/laptop/acer/2023/acer-aspire-3d-15-spatiallabs/acer-aspire-3d-15-spatiallabs-abhinavflac-944.json b/data/laptop/acer/2023/acer-aspire-3d-15-spatiallabs/acer-aspire-3d-15-spatiallabs-abhinavflac-944.json new file mode 100644 index 000000000000..6cc034420959 --- /dev/null +++ b/data/laptop/acer/2023/acer-aspire-3d-15-spatiallabs/acer-aspire-3d-15-spatiallabs-abhinavflac-944.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-3d-15-spatiallabs-abhinavflac-944", + "base_model_slug": "acer-aspire-3d-15-spatiallabs", + "name": "Acer Aspire 3D 15 SpatialLabs Edition A3D15-71GM 3D", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2051, + "device_category": "General", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "3840x2160" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 944 + } +} diff --git a/data/laptop/acer/2023/acer-aspire-5-nx-khfsi-007/acer-aspire-5-nx-khfsi-007-abhinavflac-882.json b/data/laptop/acer/2023/acer-aspire-5-nx-khfsi-007/acer-aspire-5-nx-khfsi-007-abhinavflac-882.json new file mode 100644 index 000000000000..0ffdf4dfc9d7 --- /dev/null +++ b/data/laptop/acer/2023/acer-aspire-5-nx-khfsi-007/acer-aspire-5-nx-khfsi-007-abhinavflac-882.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-5-nx-khfsi-007-abhinavflac-882", + "base_model_slug": "acer-aspire-5-nx-khfsi-007", + "name": "Acer Aspire 5 NX.KHFSI.007", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 626, + "device_category": "General", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 882 + } +} diff --git a/data/laptop/acer/2023/acer-aspire-7-a715-79g-un-34nsi-002/acer-aspire-7-a715-79g-un-34nsi-002-abhinavflac-878.json b/data/laptop/acer/2023/acer-aspire-7-a715-79g-un-34nsi-002/acer-aspire-7-a715-79g-un-34nsi-002-abhinavflac-878.json new file mode 100644 index 000000000000..1289c56906eb --- /dev/null +++ b/data/laptop/acer/2023/acer-aspire-7-a715-79g-un-34nsi-002/acer-aspire-7-a715-79g-un-34nsi-002-abhinavflac-878.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-7-a715-79g-un-34nsi-002-abhinavflac-878", + "base_model_slug": "acer-aspire-7-a715-79g-un-34nsi-002", + "name": "Acer Aspire 7 A715-79G UN.34NSI.002 Gaming", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 737, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 878 + } +} diff --git a/data/laptop/acer/2023/acer-aspire-7-a715-79g-un-34psi-001/acer-aspire-7-a715-79g-un-34psi-001-abhinavflac-879.json b/data/laptop/acer/2023/acer-aspire-7-a715-79g-un-34psi-001/acer-aspire-7-a715-79g-un-34psi-001-abhinavflac-879.json new file mode 100644 index 000000000000..8f85925177d9 --- /dev/null +++ b/data/laptop/acer/2023/acer-aspire-7-a715-79g-un-34psi-001/acer-aspire-7-a715-79g-un-34psi-001-abhinavflac-879.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-7-a715-79g-un-34psi-001-abhinavflac-879", + "base_model_slug": "acer-aspire-7-a715-79g-un-34psi-001", + "name": "Acer Aspire 7 A715-79G UN.34PSI.001 Gaming", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 735, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 879 + } +} diff --git a/data/laptop/acer/2023/acer-aspire-7-a715-79g-un-u2ksi-001/acer-aspire-7-a715-79g-un-u2ksi-001-abhinavflac-284.json b/data/laptop/acer/2023/acer-aspire-7-a715-79g-un-u2ksi-001/acer-aspire-7-a715-79g-un-u2ksi-001-abhinavflac-284.json new file mode 100644 index 000000000000..d3ecc9daaac7 --- /dev/null +++ b/data/laptop/acer/2023/acer-aspire-7-a715-79g-un-u2ksi-001/acer-aspire-7-a715-79g-un-u2ksi-001-abhinavflac-284.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-7-a715-79g-un-u2ksi-001-abhinavflac-284", + "base_model_slug": "acer-aspire-7-a715-79g-un-u2ksi-001", + "name": "Acer Aspire 7 A715-79G UN.U2KSI.001 Gaming", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 880, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 284 + } +} diff --git a/data/laptop/acer/2023/acer-aspire-7-a715-79g-un-u35si-001/acer-aspire-7-a715-79g-un-u35si-001-abhinavflac-130.json b/data/laptop/acer/2023/acer-aspire-7-a715-79g-un-u35si-001/acer-aspire-7-a715-79g-un-u35si-001-abhinavflac-130.json new file mode 100644 index 000000000000..fb655c15fa5e --- /dev/null +++ b/data/laptop/acer/2023/acer-aspire-7-a715-79g-un-u35si-001/acer-aspire-7-a715-79g-un-u35si-001-abhinavflac-130.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-7-a715-79g-un-u35si-001-abhinavflac-130", + "base_model_slug": "acer-aspire-7-a715-79g-un-u35si-001", + "name": "Acer Aspire 7 A715-79G UN.U35SI.001 Gaming", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1000, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 130 + } +} diff --git a/data/laptop/acer/2023/acer-aspire-go-14-ag14-71m/acer-aspire-go-14-ag14-71m-abhinavflac-352.json b/data/laptop/acer/2023/acer-aspire-go-14-ag14-71m/acer-aspire-go-14-ag14-71m-abhinavflac-352.json new file mode 100644 index 000000000000..67c42bb53abb --- /dev/null +++ b/data/laptop/acer/2023/acer-aspire-go-14-ag14-71m/acer-aspire-go-14-ag14-71m-abhinavflac-352.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-go-14-ag14-71m-abhinavflac-352", + "base_model_slug": "acer-aspire-go-14-ag14-71m", + "name": "Acer Aspire Go 14 AG14-71M", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 699, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 352 + } +} diff --git a/data/laptop/acer/2023/acer-aspire-lite-al15-41-un-31zsi-039/acer-aspire-lite-al15-41-un-31zsi-039-abhinavflac-513.json b/data/laptop/acer/2023/acer-aspire-lite-al15-41-un-31zsi-039/acer-aspire-lite-al15-41-un-31zsi-039-abhinavflac-513.json new file mode 100644 index 000000000000..984cb70b7425 --- /dev/null +++ b/data/laptop/acer/2023/acer-aspire-lite-al15-41-un-31zsi-039/acer-aspire-lite-al15-41-un-31zsi-039-abhinavflac-513.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-lite-al15-41-un-31zsi-039-abhinavflac-513", + "base_model_slug": "acer-aspire-lite-al15-41-un-31zsi-039", + "name": "Acer Aspire Lite AL15-41 UN.31ZSI.039", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 518, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7430U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 513 + } +} diff --git a/data/laptop/acer/2023/acer-aspire-lite-al15-52h-13420hh/acer-aspire-lite-al15-52h-13420hh-abhinavflac-37.json b/data/laptop/acer/2023/acer-aspire-lite-al15-52h-13420hh/acer-aspire-lite-al15-52h-13420hh-abhinavflac-37.json new file mode 100644 index 000000000000..9fb5d75a38bd --- /dev/null +++ b/data/laptop/acer/2023/acer-aspire-lite-al15-52h-13420hh/acer-aspire-lite-al15-52h-13420hh-abhinavflac-37.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-lite-al15-52h-13420hh-abhinavflac-37", + "base_model_slug": "acer-aspire-lite-al15-52h-13420hh", + "name": "Acer Aspire Lite AL15-52H (13420HH / 16GB / 512GB / UHD Graphics / Windows)", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 584, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 37 + } +} diff --git a/data/laptop/acer/2023/acer-aspire-lite-al15-52h-13620hh/acer-aspire-lite-al15-52h-13620hh-abhinavflac-150.json b/data/laptop/acer/2023/acer-aspire-lite-al15-52h-13620hh/acer-aspire-lite-al15-52h-13620hh-abhinavflac-150.json new file mode 100644 index 000000000000..2af4e97197f1 --- /dev/null +++ b/data/laptop/acer/2023/acer-aspire-lite-al15-52h-13620hh/acer-aspire-lite-al15-52h-13620hh-abhinavflac-150.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-lite-al15-52h-13620hh-abhinavflac-150", + "base_model_slug": "acer-aspire-lite-al15-52h-13620hh", + "name": "Acer Aspire Lite AL15-52H (13620HH / 16GB / 512GB / UHD Graphics / Windows)", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 699, + "device_category": "General", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 150 + } +} diff --git a/data/laptop/acer/2023/acer-aspire-lite-al15-52h-un-347si-00v/acer-aspire-lite-al15-52h-un-347si-00v-abhinavflac-73.json b/data/laptop/acer/2023/acer-aspire-lite-al15-52h-un-347si-00v/acer-aspire-lite-al15-52h-un-347si-00v-abhinavflac-73.json new file mode 100644 index 000000000000..91b16ef6856c --- /dev/null +++ b/data/laptop/acer/2023/acer-aspire-lite-al15-52h-un-347si-00v/acer-aspire-lite-al15-52h-un-347si-00v-abhinavflac-73.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-lite-al15-52h-un-347si-00v-abhinavflac-73", + "base_model_slug": "acer-aspire-lite-al15-52h-un-347si-00v", + "name": "Acer Aspire Lite AL15-52H UN.347SI.00V", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 614, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 73 + } +} diff --git a/data/laptop/acer/2023/acer-aspire-lite-al15-53-1305uu/acer-aspire-lite-al15-53-1305uu-abhinavflac-763.json b/data/laptop/acer/2023/acer-aspire-lite-al15-53-1305uu/acer-aspire-lite-al15-53-1305uu-abhinavflac-763.json new file mode 100644 index 000000000000..759ce3e51f64 --- /dev/null +++ b/data/laptop/acer/2023/acer-aspire-lite-al15-53-1305uu/acer-aspire-lite-al15-53-1305uu-abhinavflac-763.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-lite-al15-53-1305uu-abhinavflac-763", + "base_model_slug": "acer-aspire-lite-al15-53-1305uu", + "name": "Acer Aspire Lite AL15-53 (1305UU / 8GB / 512GB / UHD Graphics / Windows)", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 408, + "device_category": "General", + "cpu_name": "Intel Core I3 1305U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 763 + } +} diff --git a/data/laptop/acer/2023/acer-aspire-lite-al15-53-1334uu/acer-aspire-lite-al15-53-1334uu-abhinavflac-717.json b/data/laptop/acer/2023/acer-aspire-lite-al15-53-1334uu/acer-aspire-lite-al15-53-1334uu-abhinavflac-717.json new file mode 100644 index 000000000000..f3ec46264fd7 --- /dev/null +++ b/data/laptop/acer/2023/acer-aspire-lite-al15-53-1334uu/acer-aspire-lite-al15-53-1334uu-abhinavflac-717.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-lite-al15-53-1334uu-abhinavflac-717", + "base_model_slug": "acer-aspire-lite-al15-53-1334uu", + "name": "Acer Aspire Lite AL15-53 (1334UU / 16GB / 512GB / UHD Graphics / Windows)", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 522, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 717 + } +} diff --git a/data/laptop/acer/2023/acer-aspire-lite-al15-53-un-34esi-00d/acer-aspire-lite-al15-53-un-34esi-00d-abhinavflac-783.json b/data/laptop/acer/2023/acer-aspire-lite-al15-53-un-34esi-00d/acer-aspire-lite-al15-53-un-34esi-00d-abhinavflac-783.json new file mode 100644 index 000000000000..1f70e548eb27 --- /dev/null +++ b/data/laptop/acer/2023/acer-aspire-lite-al15-53-un-34esi-00d/acer-aspire-lite-al15-53-un-34esi-00d-abhinavflac-783.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-lite-al15-53-un-34esi-00d-abhinavflac-783", + "base_model_slug": "acer-aspire-lite-al15-53-un-34esi-00d", + "name": "Acer Aspire Lite AL15-53 UN.34ESI.00D Gaming", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 422, + "device_category": "Gaming", + "cpu_name": "Intel Core I3 1305U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 783 + } +} diff --git a/data/laptop/acer/2023/acer-aspire-lite-amd-al15-41/acer-aspire-lite-amd-al15-41-abhinavflac-379.json b/data/laptop/acer/2023/acer-aspire-lite-amd-al15-41/acer-aspire-lite-amd-al15-41-abhinavflac-379.json new file mode 100644 index 000000000000..dfb65743d14a --- /dev/null +++ b/data/laptop/acer/2023/acer-aspire-lite-amd-al15-41/acer-aspire-lite-amd-al15-41-abhinavflac-379.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-lite-amd-al15-41-abhinavflac-379", + "base_model_slug": "acer-aspire-lite-amd-al15-41", + "name": "Acer Aspire Lite AMD AL15-41 (7730UU / 16GB / 512GB / Radeon / Windows)", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 542, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 7730U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 379 + } +} diff --git a/data/laptop/acer/2023/acer-aspire-lite-amd-al15-41/acer-aspire-lite-amd-al15-41-abhinavflac-386.json b/data/laptop/acer/2023/acer-aspire-lite-amd-al15-41/acer-aspire-lite-amd-al15-41-abhinavflac-386.json new file mode 100644 index 000000000000..4b0fb445a4e5 --- /dev/null +++ b/data/laptop/acer/2023/acer-aspire-lite-amd-al15-41/acer-aspire-lite-amd-al15-41-abhinavflac-386.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-lite-amd-al15-41-abhinavflac-386", + "base_model_slug": "acer-aspire-lite-amd-al15-41", + "name": "Acer Aspire Lite AMD AL15-41 (7730UU / 16GB / 1024GB / Radeon / Windows)", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 596, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 7730U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 386 + } +} diff --git a/data/laptop/acer/2023/acer-aspire-lite-un-34esi-005-gaming/acer-aspire-lite-un-34esi-005-gaming-abhinavflac-955.json b/data/laptop/acer/2023/acer-aspire-lite-un-34esi-005-gaming/acer-aspire-lite-un-34esi-005-gaming-abhinavflac-955.json new file mode 100644 index 000000000000..b54527164f83 --- /dev/null +++ b/data/laptop/acer/2023/acer-aspire-lite-un-34esi-005-gaming/acer-aspire-lite-un-34esi-005-gaming-abhinavflac-955.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-lite-un-34esi-005-gaming-abhinavflac-955", + "base_model_slug": "acer-aspire-lite-un-34esi-005-gaming", + "name": "Acer Aspire Lite UN.34ESI.005 Gaming", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 409, + "device_category": "Gaming", + "cpu_name": "Intel Core I3 1305U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 955 + } +} diff --git a/data/laptop/acer/2023/acer-aspirego-14-ag14-71m/acer-aspirego-14-ag14-71m-abhinavflac-331.json b/data/laptop/acer/2023/acer-aspirego-14-ag14-71m/acer-aspirego-14-ag14-71m-abhinavflac-331.json new file mode 100644 index 000000000000..9511fe4392a6 --- /dev/null +++ b/data/laptop/acer/2023/acer-aspirego-14-ag14-71m/acer-aspirego-14-ag14-71m-abhinavflac-331.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspirego-14-ag14-71m-abhinavflac-331", + "base_model_slug": "acer-aspirego-14-ag14-71m", + "name": "Acer AspireGo 14 AG14-71M", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 747, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 331 + } +} diff --git a/data/laptop/acer/2023/acer-nitro-lite-nl16-71g-2025/acer-nitro-lite-nl16-71g-2025-abhinavflac-170.json b/data/laptop/acer/2023/acer-nitro-lite-nl16-71g-2025/acer-nitro-lite-nl16-71g-2025-abhinavflac-170.json new file mode 100644 index 000000000000..8ad670d3ca33 --- /dev/null +++ b/data/laptop/acer/2023/acer-nitro-lite-nl16-71g-2025/acer-nitro-lite-nl16-71g-2025-abhinavflac-170.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-nitro-lite-nl16-71g-2025-abhinavflac-170", + "base_model_slug": "acer-nitro-lite-nl16-71g-2025", + "name": "Acer Nitro Lite NL16-71G 2025 Gaming", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1060, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 170 + } +} diff --git a/data/laptop/acer/2023/acer-nitro-lite-nl16-71g-nh-d59si-001/acer-nitro-lite-nl16-71g-nh-d59si-001-abhinavflac-327.json b/data/laptop/acer/2023/acer-nitro-lite-nl16-71g-nh-d59si-001/acer-nitro-lite-nl16-71g-nh-d59si-001-abhinavflac-327.json new file mode 100644 index 000000000000..f67272165bf3 --- /dev/null +++ b/data/laptop/acer/2023/acer-nitro-lite-nl16-71g-nh-d59si-001/acer-nitro-lite-nl16-71g-nh-d59si-001-abhinavflac-327.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-nitro-lite-nl16-71g-nh-d59si-001-abhinavflac-327", + "base_model_slug": "acer-nitro-lite-nl16-71g-nh-d59si-001", + "name": "Acer Nitro Lite NL16-71G NH.D59SI.001 Gaming", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 819, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 327 + } +} diff --git a/data/laptop/acer/2023/acer-nitro-lite-nl16-71g-nh-d59si-002/acer-nitro-lite-nl16-71g-nh-d59si-002-abhinavflac-328.json b/data/laptop/acer/2023/acer-nitro-lite-nl16-71g-nh-d59si-002/acer-nitro-lite-nl16-71g-nh-d59si-002-abhinavflac-328.json new file mode 100644 index 000000000000..cb67d275f3af --- /dev/null +++ b/data/laptop/acer/2023/acer-nitro-lite-nl16-71g-nh-d59si-002/acer-nitro-lite-nl16-71g-nh-d59si-002-abhinavflac-328.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-nitro-lite-nl16-71g-nh-d59si-002-abhinavflac-328", + "base_model_slug": "acer-nitro-lite-nl16-71g-nh-d59si-002", + "name": "Acer Nitro Lite NL16-71G NH.D59SI.002 Gaming", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 904, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 328 + } +} diff --git a/data/laptop/acer/2023/acer-nitro-lite-nl16-71g-nh-d5asi-001/acer-nitro-lite-nl16-71g-nh-d5asi-001-abhinavflac-324.json b/data/laptop/acer/2023/acer-nitro-lite-nl16-71g-nh-d5asi-001/acer-nitro-lite-nl16-71g-nh-d5asi-001-abhinavflac-324.json new file mode 100644 index 000000000000..d9476a3b7197 --- /dev/null +++ b/data/laptop/acer/2023/acer-nitro-lite-nl16-71g-nh-d5asi-001/acer-nitro-lite-nl16-71g-nh-d5asi-001-abhinavflac-324.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-nitro-lite-nl16-71g-nh-d5asi-001-abhinavflac-324", + "base_model_slug": "acer-nitro-lite-nl16-71g-nh-d5asi-001", + "name": "Acer Nitro Lite NL16-71G NH.D5ASI.001 Gaming", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 964, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 324 + } +} diff --git a/data/laptop/acer/2023/acer-nitro-lite-nl16-71g-nh-d5asi-002/acer-nitro-lite-nl16-71g-nh-d5asi-002-abhinavflac-325.json b/data/laptop/acer/2023/acer-nitro-lite-nl16-71g-nh-d5asi-002/acer-nitro-lite-nl16-71g-nh-d5asi-002-abhinavflac-325.json new file mode 100644 index 000000000000..95b3d3e02ce0 --- /dev/null +++ b/data/laptop/acer/2023/acer-nitro-lite-nl16-71g-nh-d5asi-002/acer-nitro-lite-nl16-71g-nh-d5asi-002-abhinavflac-325.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-nitro-lite-nl16-71g-nh-d5asi-002-abhinavflac-325", + "base_model_slug": "acer-nitro-lite-nl16-71g-nh-d5asi-002", + "name": "Acer Nitro Lite NL16-71G NH.D5ASI.002 Gaming", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1024, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 325 + } +} diff --git a/data/laptop/acer/2023/acer-nitro-v-16-anv16-71/acer-nitro-v-16-anv16-71-abhinavflac-827.json b/data/laptop/acer/2023/acer-nitro-v-16-anv16-71/acer-nitro-v-16-anv16-71-abhinavflac-827.json new file mode 100644 index 000000000000..9eef2732342f --- /dev/null +++ b/data/laptop/acer/2023/acer-nitro-v-16-anv16-71/acer-nitro-v-16-anv16-71-abhinavflac-827.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-nitro-v-16-anv16-71-abhinavflac-827", + "base_model_slug": "acer-nitro-v-16-anv16-71", + "name": "Acer Nitro V 16 ANV16-71 NH.QTNSI.002 Gaming", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1130, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 827 + } +} diff --git a/data/laptop/acer/2023/acer-nitro-v-anv15-41-un-qpfsi-002/acer-nitro-v-anv15-41-un-qpfsi-002-abhinavflac-914.json b/data/laptop/acer/2023/acer-nitro-v-anv15-41-un-qpfsi-002/acer-nitro-v-anv15-41-un-qpfsi-002-abhinavflac-914.json new file mode 100644 index 000000000000..bd33e2a86397 --- /dev/null +++ b/data/laptop/acer/2023/acer-nitro-v-anv15-41-un-qpfsi-002/acer-nitro-v-anv15-41-un-qpfsi-002-abhinavflac-914.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-nitro-v-anv15-41-un-qpfsi-002-abhinavflac-914", + "base_model_slug": "acer-nitro-v-anv15-41-un-qpfsi-002", + "name": "Acer Nitro V ANV15-41 UN.QPFSI.002 Gaming", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 819, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 7535HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 914 + } +} diff --git a/data/laptop/acer/2023/acer-nitro-v-anv15-52-nh-qz9si-001/acer-nitro-v-anv15-52-nh-qz9si-001-abhinavflac-253.json b/data/laptop/acer/2023/acer-nitro-v-anv15-52-nh-qz9si-001/acer-nitro-v-anv15-52-nh-qz9si-001-abhinavflac-253.json new file mode 100644 index 000000000000..0750c6624026 --- /dev/null +++ b/data/laptop/acer/2023/acer-nitro-v-anv15-52-nh-qz9si-001/acer-nitro-v-anv15-52-nh-qz9si-001-abhinavflac-253.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-nitro-v-anv15-52-nh-qz9si-001-abhinavflac-253", + "base_model_slug": "acer-nitro-v-anv15-52-nh-qz9si-001", + "name": "Acer Nitro V ANV15-52 NH.QZ9SI.001 Gaming", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1181, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 253 + } +} diff --git a/data/laptop/acer/2023/acer-nitro-v-anv15-52-nh-qz9si-002/acer-nitro-v-anv15-52-nh-qz9si-002-abhinavflac-136.json b/data/laptop/acer/2023/acer-nitro-v-anv15-52-nh-qz9si-002/acer-nitro-v-anv15-52-nh-qz9si-002-abhinavflac-136.json new file mode 100644 index 000000000000..bbd39b1e3c82 --- /dev/null +++ b/data/laptop/acer/2023/acer-nitro-v-anv15-52-nh-qz9si-002/acer-nitro-v-anv15-52-nh-qz9si-002-abhinavflac-136.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-nitro-v-anv15-52-nh-qz9si-002-abhinavflac-136", + "base_model_slug": "acer-nitro-v-anv15-52-nh-qz9si-002", + "name": "Acer Nitro V ANV15-52 NH.QZ9SI.002 Gaming", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1060, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 136 + } +} diff --git a/data/laptop/acer/2023/acer-predator-helios-16-nh-qnxsi-004/acer-predator-helios-16-nh-qnxsi-004-abhinavflac-910.json b/data/laptop/acer/2023/acer-predator-helios-16-nh-qnxsi-004/acer-predator-helios-16-nh-qnxsi-004-abhinavflac-910.json new file mode 100644 index 000000000000..644917e0dd07 --- /dev/null +++ b/data/laptop/acer/2023/acer-predator-helios-16-nh-qnxsi-004/acer-predator-helios-16-nh-qnxsi-004-abhinavflac-910.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-predator-helios-16-nh-qnxsi-004-abhinavflac-910", + "base_model_slug": "acer-predator-helios-16-nh-qnxsi-004", + "name": "Acer Predator Helios 16 NH.QNXSI.004 Gaming", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2226, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14700HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4070", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 910 + } +} diff --git a/data/laptop/acer/2023/acer-predator-helios-neo-14/acer-predator-helios-neo-14-abhinavflac-828.json b/data/laptop/acer/2023/acer-predator-helios-neo-14/acer-predator-helios-neo-14-abhinavflac-828.json new file mode 100644 index 000000000000..27a62a4af4b5 --- /dev/null +++ b/data/laptop/acer/2023/acer-predator-helios-neo-14/acer-predator-helios-neo-14-abhinavflac-828.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-predator-helios-neo-14-abhinavflac-828", + "base_model_slug": "acer-predator-helios-neo-14", + "name": "Acer Predator Helios Neo 14 PHN14-51 Gaming", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1687, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 828 + } +} diff --git a/data/laptop/acer/2023/acer-swift-lite-2025-oled/acer-swift-lite-2025-oled-abhinavflac-249.json b/data/laptop/acer/2023/acer-swift-lite-2025-oled/acer-swift-lite-2025-oled-abhinavflac-249.json new file mode 100644 index 000000000000..132e09d227fb --- /dev/null +++ b/data/laptop/acer/2023/acer-swift-lite-2025-oled/acer-swift-lite-2025-oled-abhinavflac-249.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-swift-lite-2025-oled-abhinavflac-249", + "base_model_slug": "acer-swift-lite-2025-oled", + "name": "Acer Swift Lite (2025) OLED SFL14-54M NX.DB8SI.001", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 684, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 5 115U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 249 + } +} diff --git a/data/laptop/acer/2023/acer-swift-neo-ai-sfn14-54h/acer-swift-neo-ai-sfn14-54h-abhinavflac-224.json b/data/laptop/acer/2023/acer-swift-neo-ai-sfn14-54h/acer-swift-neo-ai-sfn14-54h-abhinavflac-224.json new file mode 100644 index 000000000000..8b47358626c2 --- /dev/null +++ b/data/laptop/acer/2023/acer-swift-neo-ai-sfn14-54h/acer-swift-neo-ai-sfn14-54h-abhinavflac-224.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-swift-neo-ai-sfn14-54h-abhinavflac-224", + "base_model_slug": "acer-swift-neo-ai-sfn14-54h", + "name": "Acer Swift Neo AI SFN14-54H OLED", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 891, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 7 155U", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 224 + } +} diff --git a/data/laptop/acer/2023/acer-swift-neo-ai-sfn14-54h/acer-swift-neo-ai-sfn14-54h-abhinavflac-225.json b/data/laptop/acer/2023/acer-swift-neo-ai-sfn14-54h/acer-swift-neo-ai-sfn14-54h-abhinavflac-225.json new file mode 100644 index 000000000000..fe19d6738e16 --- /dev/null +++ b/data/laptop/acer/2023/acer-swift-neo-ai-sfn14-54h/acer-swift-neo-ai-sfn14-54h-abhinavflac-225.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-swift-neo-ai-sfn14-54h-abhinavflac-225", + "base_model_slug": "acer-swift-neo-ai-sfn14-54h", + "name": "Acer Swift Neo AI SFN14-54H", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 807, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 7 155U", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 225 + } +} diff --git a/data/laptop/acer/2023/acer-swift-neo-as14h-53-un-36csi-004/acer-swift-neo-as14h-53-un-36csi-004-abhinavflac-200.json b/data/laptop/acer/2023/acer-swift-neo-as14h-53-un-36csi-004/acer-swift-neo-as14h-53-un-36csi-004-abhinavflac-200.json new file mode 100644 index 000000000000..a6f320dafe26 --- /dev/null +++ b/data/laptop/acer/2023/acer-swift-neo-as14h-53-un-36csi-004/acer-swift-neo-as14h-53-un-36csi-004-abhinavflac-200.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-swift-neo-as14h-53-un-36csi-004-abhinavflac-200", + "base_model_slug": "acer-swift-neo-as14h-53-un-36csi-004", + "name": "Acer Swift Neo AS14H-53 UN.36CSI.004", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 602, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13500H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 200 + } +} diff --git a/data/laptop/acer/2023/acer-swift-neo-oled-ai/acer-swift-neo-oled-ai-abhinavflac-271.json b/data/laptop/acer/2023/acer-swift-neo-oled-ai/acer-swift-neo-oled-ai-abhinavflac-271.json new file mode 100644 index 000000000000..9d19ee62731f --- /dev/null +++ b/data/laptop/acer/2023/acer-swift-neo-oled-ai/acer-swift-neo-oled-ai-abhinavflac-271.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-swift-neo-oled-ai-abhinavflac-271", + "base_model_slug": "acer-swift-neo-oled-ai", + "name": "Acer Swift Neo OLED AI SFN14-54H UN.35GSI.004", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 759, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 5 115U", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 271 + } +} diff --git a/data/laptop/acer/2023/acer-swift-neo-oled-ai/acer-swift-neo-oled-ai-abhinavflac-461.json b/data/laptop/acer/2023/acer-swift-neo-oled-ai/acer-swift-neo-oled-ai-abhinavflac-461.json new file mode 100644 index 000000000000..e9f2c73ba930 --- /dev/null +++ b/data/laptop/acer/2023/acer-swift-neo-oled-ai/acer-swift-neo-oled-ai-abhinavflac-461.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-swift-neo-oled-ai-abhinavflac-461", + "base_model_slug": "acer-swift-neo-oled-ai", + "name": "Acer Swift Neo OLED AI SFN14-54H", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 723, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 5 115U", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 461 + } +} diff --git a/data/laptop/acer/2023/acer-travel-lite-14-tl14-52m/acer-travel-lite-14-tl14-52m-abhinavflac-112.json b/data/laptop/acer/2023/acer-travel-lite-14-tl14-52m/acer-travel-lite-14-tl14-52m-abhinavflac-112.json new file mode 100644 index 000000000000..291c15be115d --- /dev/null +++ b/data/laptop/acer/2023/acer-travel-lite-14-tl14-52m/acer-travel-lite-14-tl14-52m-abhinavflac-112.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-travel-lite-14-tl14-52m-abhinavflac-112", + "base_model_slug": "acer-travel-lite-14-tl14-52m", + "name": "Acer Travel Lite 14 TL14-52M UN.35ASI.071", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 855, + "device_category": "General", + "cpu_name": "Intel Core I7 1355U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 112 + } +} diff --git a/data/laptop/acer/2023/acer-travel-lite-14-tl14-52m/acer-travel-lite-14-tl14-52m-abhinavflac-243.json b/data/laptop/acer/2023/acer-travel-lite-14-tl14-52m/acer-travel-lite-14-tl14-52m-abhinavflac-243.json new file mode 100644 index 000000000000..87d6a086b497 --- /dev/null +++ b/data/laptop/acer/2023/acer-travel-lite-14-tl14-52m/acer-travel-lite-14-tl14-52m-abhinavflac-243.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-travel-lite-14-tl14-52m-abhinavflac-243", + "base_model_slug": "acer-travel-lite-14-tl14-52m", + "name": "Acer Travel Lite 14 TL14-52M", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 903, + "device_category": "General", + "cpu_name": "Intel Core I7 1355U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 243 + } +} diff --git a/data/laptop/acer/2023/acer-travel-lite-tl04-51m/acer-travel-lite-tl04-51m-abhinavflac-86.json b/data/laptop/acer/2023/acer-travel-lite-tl04-51m/acer-travel-lite-tl04-51m-abhinavflac-86.json new file mode 100644 index 000000000000..037fa0ea031f --- /dev/null +++ b/data/laptop/acer/2023/acer-travel-lite-tl04-51m/acer-travel-lite-tl04-51m-abhinavflac-86.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-travel-lite-tl04-51m-abhinavflac-86", + "base_model_slug": "acer-travel-lite-tl04-51m", + "name": "Acer Travel Lite TL04-51M", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 483, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 86 + } +} diff --git a/data/laptop/acer/2023/acer-travel-lite-tl14-42m-14/acer-travel-lite-tl14-42m-14-abhinavflac-488.json b/data/laptop/acer/2023/acer-travel-lite-tl14-42m-14/acer-travel-lite-tl14-42m-14-abhinavflac-488.json new file mode 100644 index 000000000000..db676dfb71e3 --- /dev/null +++ b/data/laptop/acer/2023/acer-travel-lite-tl14-42m-14/acer-travel-lite-tl14-42m-14-abhinavflac-488.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-travel-lite-tl14-42m-14-abhinavflac-488", + "base_model_slug": "acer-travel-lite-tl14-42m-14", + "name": "Acer Travel Lite TL14-42M 14", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 783, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 7730U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 488 + } +} diff --git a/data/laptop/acer/2023/acer-travel-lite-tl14-42m/acer-travel-lite-tl14-42m-abhinavflac-501.json b/data/laptop/acer/2023/acer-travel-lite-tl14-42m/acer-travel-lite-tl14-42m-abhinavflac-501.json new file mode 100644 index 000000000000..2a86db82062e --- /dev/null +++ b/data/laptop/acer/2023/acer-travel-lite-tl14-42m/acer-travel-lite-tl14-42m-abhinavflac-501.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-travel-lite-tl14-42m-abhinavflac-501", + "base_model_slug": "acer-travel-lite-tl14-42m", + "name": "Acer Travel Lite TL14-42M", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 385, + "device_category": "General", + "cpu_name": "AMD Ryzen 3 7330U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 501 + } +} diff --git a/data/laptop/acer/2023/acer-travel-lite-tl14-52m-1334uu/acer-travel-lite-tl14-52m-1334uu-abhinavflac-267.json b/data/laptop/acer/2023/acer-travel-lite-tl14-52m-1334uu/acer-travel-lite-tl14-52m-1334uu-abhinavflac-267.json new file mode 100644 index 000000000000..127f1631107f --- /dev/null +++ b/data/laptop/acer/2023/acer-travel-lite-tl14-52m-1334uu/acer-travel-lite-tl14-52m-1334uu-abhinavflac-267.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-travel-lite-tl14-52m-1334uu-abhinavflac-267", + "base_model_slug": "acer-travel-lite-tl14-52m-1334uu", + "name": "Acer Travel Lite TL14-52M (1334UU / 16GB / 512GB / Iris Xe Graphics / Windows)", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 589, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 267 + } +} diff --git a/data/laptop/acer/2023/acer-travel-lite-tl14-52m-1355uu/acer-travel-lite-tl14-52m-1355uu-abhinavflac-489.json b/data/laptop/acer/2023/acer-travel-lite-tl14-52m-1355uu/acer-travel-lite-tl14-52m-1355uu-abhinavflac-489.json new file mode 100644 index 000000000000..1ea3924317c8 --- /dev/null +++ b/data/laptop/acer/2023/acer-travel-lite-tl14-52m-1355uu/acer-travel-lite-tl14-52m-1355uu-abhinavflac-489.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-travel-lite-tl14-52m-1355uu-abhinavflac-489", + "base_model_slug": "acer-travel-lite-tl14-52m-1355uu", + "name": "Acer Travel Lite TL14-52M (1355UU / 32GB / 1024GB / Iris Xe Graphics / Windows)", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 927, + "device_category": "General", + "cpu_name": "Intel Core I7 1355U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 489 + } +} diff --git a/data/laptop/acer/2023/acer-travellite-tl04-41m/acer-travellite-tl04-41m-abhinavflac-8.json b/data/laptop/acer/2023/acer-travellite-tl04-41m/acer-travellite-tl04-41m-abhinavflac-8.json new file mode 100644 index 000000000000..bb2107264f2c --- /dev/null +++ b/data/laptop/acer/2023/acer-travellite-tl04-41m/acer-travellite-tl04-41m-abhinavflac-8.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-travellite-tl04-41m-abhinavflac-8", + "base_model_slug": "acer-travellite-tl04-41m", + "name": "Acer TravelLite TL04-41M", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 410, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7430U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 8 + } +} diff --git a/data/laptop/acer/2023/acer-travellite-tl04-51m/acer-travellite-tl04-51m-abhinavflac-40.json b/data/laptop/acer/2023/acer-travellite-tl04-51m/acer-travellite-tl04-51m-abhinavflac-40.json new file mode 100644 index 000000000000..2b44d148dbd7 --- /dev/null +++ b/data/laptop/acer/2023/acer-travellite-tl04-51m/acer-travellite-tl04-51m-abhinavflac-40.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-travellite-tl04-51m-abhinavflac-40", + "base_model_slug": "acer-travellite-tl04-51m", + "name": "Acer TravelLite TL04-51M", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 470, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 40 + } +} diff --git a/data/laptop/acer/2023/acer-travellite-tl14-42m/acer-travellite-tl14-42m-abhinavflac-757.json b/data/laptop/acer/2023/acer-travellite-tl14-42m/acer-travellite-tl14-42m-abhinavflac-757.json new file mode 100644 index 000000000000..54a11e8a1501 --- /dev/null +++ b/data/laptop/acer/2023/acer-travellite-tl14-42m/acer-travellite-tl14-42m-abhinavflac-757.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-travellite-tl14-42m-abhinavflac-757", + "base_model_slug": "acer-travellite-tl14-42m", + "name": "Acer TravelLite TL14-42M", + "brand": "acer", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 421, + "device_category": "General", + "cpu_name": "AMD Ryzen 3 7330U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 757 + } +} diff --git a/data/laptop/acer/2024/acer-2025-predator-helios-neo16s/acer-2025-predator-helios-neo16s-abhinavflac-320.json b/data/laptop/acer/2024/acer-2025-predator-helios-neo16s/acer-2025-predator-helios-neo16s-abhinavflac-320.json new file mode 100644 index 000000000000..2d1bba482066 --- /dev/null +++ b/data/laptop/acer/2024/acer-2025-predator-helios-neo16s/acer-2025-predator-helios-neo16s-abhinavflac-320.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-2025-predator-helios-neo16s-abhinavflac-320", + "base_model_slug": "acer-2025-predator-helios-neo16s", + "name": "Acer 2025 Predator Helios Neo16S AI PHN16S-71 Gaming", + "brand": "acer", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1807, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 7 255HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 320 + } +} diff --git a/data/laptop/acer/2024/acer-aspire-15-a15-51m/acer-aspire-15-a15-51m-abhinavflac-762.json b/data/laptop/acer/2024/acer-aspire-15-a15-51m/acer-aspire-15-a15-51m-abhinavflac-762.json new file mode 100644 index 000000000000..ff6c8742b026 --- /dev/null +++ b/data/laptop/acer/2024/acer-aspire-15-a15-51m/acer-aspire-15-a15-51m-abhinavflac-762.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-15-a15-51m-abhinavflac-762", + "base_model_slug": "acer-aspire-15-a15-51m", + "name": "Acer Aspire 15 A15-51M", + "brand": "acer", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 590, + "device_category": "General", + "cpu_name": "Intel Core 5 120U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 762 + } +} diff --git a/data/laptop/acer/2024/acer-aspire-3-14-a324-45/acer-aspire-3-14-a324-45-abhinavflac-937.json b/data/laptop/acer/2024/acer-aspire-3-14-a324-45/acer-aspire-3-14-a324-45-abhinavflac-937.json new file mode 100644 index 000000000000..f9813b8f3ff1 --- /dev/null +++ b/data/laptop/acer/2024/acer-aspire-3-14-a324-45/acer-aspire-3-14-a324-45-abhinavflac-937.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-3-14-a324-45-abhinavflac-937", + "base_model_slug": "acer-aspire-3-14-a324-45", + "name": "Acer Aspire 3 14 A324-45", + "brand": "acer", + "release_date": "2024-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 265, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 256, + "display": { + "size_inch": 14.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 937 + } +} diff --git a/data/laptop/acer/2024/acer-aspire-3-15-a325-45/acer-aspire-3-15-a325-45-abhinavflac-942.json b/data/laptop/acer/2024/acer-aspire-3-15-a325-45/acer-aspire-3-15-a325-45-abhinavflac-942.json new file mode 100644 index 000000000000..5176d272057f --- /dev/null +++ b/data/laptop/acer/2024/acer-aspire-3-15-a325-45/acer-aspire-3-15-a325-45-abhinavflac-942.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-3-15-a325-45-abhinavflac-942", + "base_model_slug": "acer-aspire-3-15-a325-45", + "name": "Acer Aspire 3 15 A325-45", + "brand": "acer", + "release_date": "2024-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 283, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 256, + "display": { + "size_inch": 15.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 942 + } +} diff --git a/data/laptop/acer/2024/acer-aspire-3-a311-45-un-354si-002/acer-aspire-3-a311-45-un-354si-002-abhinavflac-695.json b/data/laptop/acer/2024/acer-aspire-3-a311-45-un-354si-002/acer-aspire-3-a311-45-un-354si-002-abhinavflac-695.json new file mode 100644 index 000000000000..0f3bb567dc96 --- /dev/null +++ b/data/laptop/acer/2024/acer-aspire-3-a311-45-un-354si-002/acer-aspire-3-a311-45-un-354si-002-abhinavflac-695.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-3-a311-45-un-354si-002-abhinavflac-695", + "base_model_slug": "acer-aspire-3-a311-45-un-354si-002", + "name": "Acer Aspire 3 A311-45 UN.354SI.002", + "brand": "acer", + "release_date": "2024-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 276, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 11.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 695 + } +} diff --git a/data/laptop/acer/2024/acer-aspire-3-a311-45-un-354si-004/acer-aspire-3-a311-45-un-354si-004-abhinavflac-694.json b/data/laptop/acer/2024/acer-aspire-3-a311-45-un-354si-004/acer-aspire-3-a311-45-un-354si-004-abhinavflac-694.json new file mode 100644 index 000000000000..14263d3afc50 --- /dev/null +++ b/data/laptop/acer/2024/acer-aspire-3-a311-45-un-354si-004/acer-aspire-3-a311-45-un-354si-004-abhinavflac-694.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-3-a311-45-un-354si-004-abhinavflac-694", + "base_model_slug": "acer-aspire-3-a311-45-un-354si-004", + "name": "Acer Aspire 3 A311-45 UN.354SI.004", + "brand": "acer", + "release_date": "2024-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 217, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 256, + "display": { + "size_inch": 11.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 694 + } +} diff --git a/data/laptop/acer/2024/acer-aspire-3-a311-45-un-354si-006/acer-aspire-3-a311-45-un-354si-006-abhinavflac-696.json b/data/laptop/acer/2024/acer-aspire-3-a311-45-un-354si-006/acer-aspire-3-a311-45-un-354si-006-abhinavflac-696.json new file mode 100644 index 000000000000..660a53c0ba91 --- /dev/null +++ b/data/laptop/acer/2024/acer-aspire-3-a311-45-un-354si-006/acer-aspire-3-a311-45-un-354si-006-abhinavflac-696.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-3-a311-45-un-354si-006-abhinavflac-696", + "base_model_slug": "acer-aspire-3-a311-45-un-354si-006", + "name": "Acer Aspire 3 A311-45 UN.354SI.006", + "brand": "acer", + "release_date": "2024-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 193, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 128, + "display": { + "size_inch": 11.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 696 + } +} diff --git a/data/laptop/acer/2024/acer-aspire-3-a324-45/acer-aspire-3-a324-45-abhinavflac-938.json b/data/laptop/acer/2024/acer-aspire-3-a324-45/acer-aspire-3-a324-45-abhinavflac-938.json new file mode 100644 index 000000000000..d0710968f20b --- /dev/null +++ b/data/laptop/acer/2024/acer-aspire-3-a324-45/acer-aspire-3-a324-45-abhinavflac-938.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-3-a324-45-abhinavflac-938", + "base_model_slug": "acer-aspire-3-a324-45", + "name": "Acer Aspire 3 A324-45", + "brand": "acer", + "release_date": "2024-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 277, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 938 + } +} diff --git a/data/laptop/acer/2024/acer-aspire-3-a325-45/acer-aspire-3-a325-45-abhinavflac-943.json b/data/laptop/acer/2024/acer-aspire-3-a325-45/acer-aspire-3-a325-45-abhinavflac-943.json new file mode 100644 index 000000000000..aaed6ec39b79 --- /dev/null +++ b/data/laptop/acer/2024/acer-aspire-3-a325-45/acer-aspire-3-a325-45-abhinavflac-943.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-3-a325-45-abhinavflac-943", + "base_model_slug": "acer-aspire-3-a325-45", + "name": "Acer Aspire 3 A325-45", + "brand": "acer", + "release_date": "2024-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 289, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 943 + } +} diff --git a/data/laptop/acer/2024/acer-aspire-7-a715-79g-un-u35si-002/acer-aspire-7-a715-79g-un-u35si-002-abhinavflac-68.json b/data/laptop/acer/2024/acer-aspire-7-a715-79g-un-u35si-002/acer-aspire-7-a715-79g-un-u35si-002-abhinavflac-68.json new file mode 100644 index 000000000000..941935224e44 --- /dev/null +++ b/data/laptop/acer/2024/acer-aspire-7-a715-79g-un-u35si-002/acer-aspire-7-a715-79g-un-u35si-002-abhinavflac-68.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-aspire-7-a715-79g-un-u35si-002-abhinavflac-68", + "base_model_slug": "acer-aspire-7-a715-79g-un-u35si-002", + "name": "Acer Aspire 7 A715-79G UN.U35SI.002 Gaming", + "brand": "acer", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 867, + "device_category": "Gaming", + "cpu_name": "Intel Core 5 210H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 68 + } +} diff --git a/data/laptop/acer/2024/acer-chromebook-cb315-4h/acer-chromebook-cb315-4h-abhinavflac-810.json b/data/laptop/acer/2024/acer-chromebook-cb315-4h/acer-chromebook-cb315-4h-abhinavflac-810.json new file mode 100644 index 000000000000..c62faf9743f2 --- /dev/null +++ b/data/laptop/acer/2024/acer-chromebook-cb315-4h/acer-chromebook-cb315-4h-abhinavflac-810.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-chromebook-cb315-4h-abhinavflac-810", + "base_model_slug": "acer-chromebook-cb315-4h", + "name": "Acer Chromebook CB315-4H", + "brand": "acer", + "release_date": "2024-01-01", + "ram_gb": 8, + "os": "Chrome", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 277, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 128, + "display": { + "size_inch": 15.0, + "resolution": "1080x1920" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 810 + } +} diff --git a/data/laptop/acer/2024/acer-predator-helios-neo-16/acer-predator-helios-neo-16-abhinavflac-158.json b/data/laptop/acer/2024/acer-predator-helios-neo-16/acer-predator-helios-neo-16-abhinavflac-158.json new file mode 100644 index 000000000000..51f05bdaebcb --- /dev/null +++ b/data/laptop/acer/2024/acer-predator-helios-neo-16/acer-predator-helios-neo-16-abhinavflac-158.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-predator-helios-neo-16-abhinavflac-158", + "base_model_slug": "acer-predator-helios-neo-16", + "name": "Acer Predator Helios Neo 16 AI PHN16-73 Gaming", + "brand": "acer", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2771, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070", + "gpu_type": "Dedicated", + "storage_gb": 2048, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 158 + } +} diff --git a/data/laptop/acer/2024/acer-predator-helios-neo16s-ai/acer-predator-helios-neo16s-ai-abhinavflac-321.json b/data/laptop/acer/2024/acer-predator-helios-neo16s-ai/acer-predator-helios-neo16s-ai-abhinavflac-321.json new file mode 100644 index 000000000000..94436bff249c --- /dev/null +++ b/data/laptop/acer/2024/acer-predator-helios-neo16s-ai/acer-predator-helios-neo16s-ai-abhinavflac-321.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-predator-helios-neo16s-ai-abhinavflac-321", + "base_model_slug": "acer-predator-helios-neo16s-ai", + "name": "Acer Predator Helios Neo16S AI PHN16S-71 Gaming", + "brand": "acer", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1988, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 7 255HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 321 + } +} diff --git a/data/laptop/acer/2024/acer-predator-helios-neo16s-nh-qxasi-002/acer-predator-helios-neo16s-nh-qxasi-002-abhinavflac-282.json b/data/laptop/acer/2024/acer-predator-helios-neo16s-nh-qxasi-002/acer-predator-helios-neo16s-nh-qxasi-002-abhinavflac-282.json new file mode 100644 index 000000000000..7394952f5882 --- /dev/null +++ b/data/laptop/acer/2024/acer-predator-helios-neo16s-nh-qxasi-002/acer-predator-helios-neo16s-nh-qxasi-002-abhinavflac-282.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-predator-helios-neo16s-nh-qxasi-002-abhinavflac-282", + "base_model_slug": "acer-predator-helios-neo16s-nh-qxasi-002", + "name": "Acer Predator Helios Neo16S NH.QXASI.002 PHN16S-71 Gaming", + "brand": "acer", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2470, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 282 + } +} diff --git a/data/laptop/acer/2024/acer-predator-helios-neo16s-phn16s-71/acer-predator-helios-neo16s-phn16s-71-abhinavflac-289.json b/data/laptop/acer/2024/acer-predator-helios-neo16s-phn16s-71/acer-predator-helios-neo16s-phn16s-71-abhinavflac-289.json new file mode 100644 index 000000000000..c4e5e1246365 --- /dev/null +++ b/data/laptop/acer/2024/acer-predator-helios-neo16s-phn16s-71/acer-predator-helios-neo16s-phn16s-71-abhinavflac-289.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-predator-helios-neo16s-phn16s-71-abhinavflac-289", + "base_model_slug": "acer-predator-helios-neo16s-phn16s-71", + "name": "Acer Predator Helios Neo16S PHN16S-71 NH.QXASI.001 Gaming", + "brand": "acer", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2349, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 7 255HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 289 + } +} diff --git a/data/laptop/acer/2024/acer-swift-14-ai-sf14-51/acer-swift-14-ai-sf14-51-abhinavflac-752.json b/data/laptop/acer/2024/acer-swift-14-ai-sf14-51/acer-swift-14-ai-sf14-51-abhinavflac-752.json new file mode 100644 index 000000000000..a5fd01265b9e --- /dev/null +++ b/data/laptop/acer/2024/acer-swift-14-ai-sf14-51/acer-swift-14-ai-sf14-51-abhinavflac-752.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-swift-14-ai-sf14-51-abhinavflac-752", + "base_model_slug": "acer-swift-14-ai-sf14-51", + "name": "Acer Swift 14 AI SF14-51 NX.J2HSI.001", + "brand": "acer", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 994, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 7 258V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 752 + } +} diff --git a/data/laptop/acer/2024/acer-swift-14-ai-sf14-51/acer-swift-14-ai-sf14-51-abhinavflac-753.json b/data/laptop/acer/2024/acer-swift-14-ai-sf14-51/acer-swift-14-ai-sf14-51-abhinavflac-753.json new file mode 100644 index 000000000000..ed1947ec2c8a --- /dev/null +++ b/data/laptop/acer/2024/acer-swift-14-ai-sf14-51/acer-swift-14-ai-sf14-51-abhinavflac-753.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-swift-14-ai-sf14-51-abhinavflac-753", + "base_model_slug": "acer-swift-14-ai-sf14-51", + "name": "Acer Swift 14 AI SF14-51 NX.J2HSI.002", + "brand": "acer", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1084, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 5 266V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 753 + } +} diff --git a/data/laptop/acer/2024/acer-swift-go-14-sfg14-01/acer-swift-go-14-sfg14-01-abhinavflac-751.json b/data/laptop/acer/2024/acer-swift-go-14-sfg14-01/acer-swift-go-14-sfg14-01-abhinavflac-751.json new file mode 100644 index 000000000000..f891b8ac8ffb --- /dev/null +++ b/data/laptop/acer/2024/acer-swift-go-14-sfg14-01/acer-swift-go-14-sfg14-01-abhinavflac-751.json @@ -0,0 +1,27 @@ +{ + "slug": "acer-swift-go-14-sfg14-01-abhinavflac-751", + "base_model_slug": "acer-swift-go-14-sfg14-01", + "name": "Acer Swift Go 14 SFG14-01 NX.KYXSI.001 AI", + "brand": "acer", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 940, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Plus", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "2560x1440" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 751 + } +} diff --git a/data/laptop/apple/2024/apple-2024-macbook-air-15/apple-2024-macbook-air-15-abhinavflac-766.json b/data/laptop/apple/2024/apple-2024-macbook-air-15/apple-2024-macbook-air-15-abhinavflac-766.json new file mode 100644 index 000000000000..6aef5e4c93d7 --- /dev/null +++ b/data/laptop/apple/2024/apple-2024-macbook-air-15/apple-2024-macbook-air-15-abhinavflac-766.json @@ -0,0 +1,25 @@ +{ + "slug": "apple-2024-macbook-air-15-abhinavflac-766", + "base_model_slug": "apple-2024-macbook-air-15", + "name": "Apple 2024 MacBook Air 15", + "brand": "apple", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Mac", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1265, + "device_category": "Thin & Light", + "cpu_name": "Apple M3 M3", + "storage_gb": 256, + "display": { + "size_inch": 15.0, + "resolution": "2880x1864" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 766 + } +} diff --git a/data/laptop/apple/2024/apple-macbook-air-13-2024/apple-macbook-air-13-2024-abhinavflac-767.json b/data/laptop/apple/2024/apple-macbook-air-13-2024/apple-macbook-air-13-2024-abhinavflac-767.json new file mode 100644 index 000000000000..ee1820e6f30e --- /dev/null +++ b/data/laptop/apple/2024/apple-macbook-air-13-2024/apple-macbook-air-13-2024-abhinavflac-767.json @@ -0,0 +1,27 @@ +{ + "slug": "apple-macbook-air-13-2024-abhinavflac-767", + "base_model_slug": "apple-macbook-air-13-2024", + "name": "Apple MacBook Air 13 2024 (M3 / 24GB / 512GB / Apple 10-Core GPU / Mac)", + "brand": "apple", + "release_date": "2024-01-01", + "ram_gb": 24, + "os": "Mac", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1538, + "device_category": "Thin & Light", + "cpu_name": "Apple M3 M3", + "gpu_name": "Apple Apple GPU Apple 10-Core GPU", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 13.0, + "resolution": "2560x1664" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 767 + } +} diff --git a/data/laptop/apple/2024/apple-macbook-air-13-2024/apple-macbook-air-13-2024-abhinavflac-886.json b/data/laptop/apple/2024/apple-macbook-air-13-2024/apple-macbook-air-13-2024-abhinavflac-886.json new file mode 100644 index 000000000000..62699065a4ec --- /dev/null +++ b/data/laptop/apple/2024/apple-macbook-air-13-2024/apple-macbook-air-13-2024-abhinavflac-886.json @@ -0,0 +1,27 @@ +{ + "slug": "apple-macbook-air-13-2024-abhinavflac-886", + "base_model_slug": "apple-macbook-air-13-2024", + "name": "Apple MacBook Air 13 2024 (M3 / 16GB / 256GB / Apple 10-Core GPU / Mac)", + "brand": "apple", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Mac", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1293, + "device_category": "Thin & Light", + "cpu_name": "Apple M3 M3", + "gpu_name": "Apple Apple GPU Apple 10-Core GPU", + "gpu_type": "Integrated", + "storage_gb": 256, + "display": { + "size_inch": 13.0, + "resolution": "2560x1664" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 886 + } +} diff --git a/data/laptop/apple/2024/apple-macbook-air-15-2024/apple-macbook-air-15-2024-abhinavflac-768.json b/data/laptop/apple/2024/apple-macbook-air-15-2024/apple-macbook-air-15-2024-abhinavflac-768.json new file mode 100644 index 000000000000..935e38242014 --- /dev/null +++ b/data/laptop/apple/2024/apple-macbook-air-15-2024/apple-macbook-air-15-2024-abhinavflac-768.json @@ -0,0 +1,25 @@ +{ + "slug": "apple-macbook-air-15-2024-abhinavflac-768", + "base_model_slug": "apple-macbook-air-15-2024", + "name": "Apple MacBook Air 15 2024", + "brand": "apple", + "release_date": "2024-01-01", + "ram_gb": 24, + "os": "Mac", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1859, + "device_category": "Thin & Light", + "cpu_name": "Apple M3 M3", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "2880x1864" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 768 + } +} diff --git a/data/laptop/apple/2024/apple-macbook-air-15-2025/apple-macbook-air-15-2025-abhinavflac-636.json b/data/laptop/apple/2024/apple-macbook-air-15-2025/apple-macbook-air-15-2025-abhinavflac-636.json new file mode 100644 index 000000000000..efd70ee7e0e9 --- /dev/null +++ b/data/laptop/apple/2024/apple-macbook-air-15-2025/apple-macbook-air-15-2025-abhinavflac-636.json @@ -0,0 +1,27 @@ +{ + "slug": "apple-macbook-air-15-2025-abhinavflac-636", + "base_model_slug": "apple-macbook-air-15-2025", + "name": "Apple MacBook Air 15 2025", + "brand": "apple", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Mac", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1440, + "device_category": "Thin & Light", + "cpu_name": "Apple M4 M4", + "gpu_name": "Apple Apple GPU Apple 10-Core GPU", + "gpu_type": "Integrated", + "storage_gb": 256, + "display": { + "size_inch": 15.0, + "resolution": "2880x1864" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 636 + } +} diff --git a/data/laptop/apple/2024/apple-macbook-air-2025-15/apple-macbook-air-2025-15-abhinavflac-635.json b/data/laptop/apple/2024/apple-macbook-air-2025-15/apple-macbook-air-2025-15-abhinavflac-635.json new file mode 100644 index 000000000000..e055a6cac0ec --- /dev/null +++ b/data/laptop/apple/2024/apple-macbook-air-2025-15/apple-macbook-air-2025-15-abhinavflac-635.json @@ -0,0 +1,27 @@ +{ + "slug": "apple-macbook-air-2025-15-abhinavflac-635", + "base_model_slug": "apple-macbook-air-2025-15", + "name": "Apple MacBook Air 2025 15", + "brand": "apple", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Mac", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1669, + "device_category": "Thin & Light", + "cpu_name": "Apple M4 M4", + "gpu_name": "Apple Apple GPU Apple 10-Core GPU", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "2880x1864" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 635 + } +} diff --git a/data/laptop/apple/2024/apple-macbook-air-2025-m4/apple-macbook-air-2025-m4-abhinavflac-637.json b/data/laptop/apple/2024/apple-macbook-air-2025-m4/apple-macbook-air-2025-m4-abhinavflac-637.json new file mode 100644 index 000000000000..5f8760a174c6 --- /dev/null +++ b/data/laptop/apple/2024/apple-macbook-air-2025-m4/apple-macbook-air-2025-m4-abhinavflac-637.json @@ -0,0 +1,27 @@ +{ + "slug": "apple-macbook-air-2025-m4-abhinavflac-637", + "base_model_slug": "apple-macbook-air-2025-m4", + "name": "Apple MacBook Air 2025 (M4 / 24GB / 512GB / Apple 10-Core GPU / Mac)", + "brand": "apple", + "release_date": "2024-01-01", + "ram_gb": 24, + "os": "Mac", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1577, + "device_category": "Thin & Light", + "cpu_name": "Apple M4 M4", + "gpu_name": "Apple Apple GPU Apple 10-Core GPU", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 13.0, + "resolution": "2560x1664" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 637 + } +} diff --git a/data/laptop/apple/2024/apple-macbook-air-2025-m4/apple-macbook-air-2025-m4-abhinavflac-638.json b/data/laptop/apple/2024/apple-macbook-air-2025-m4/apple-macbook-air-2025-m4-abhinavflac-638.json new file mode 100644 index 000000000000..1f2e1dc5f01e --- /dev/null +++ b/data/laptop/apple/2024/apple-macbook-air-2025-m4/apple-macbook-air-2025-m4-abhinavflac-638.json @@ -0,0 +1,27 @@ +{ + "slug": "apple-macbook-air-2025-m4-abhinavflac-638", + "base_model_slug": "apple-macbook-air-2025-m4", + "name": "Apple MacBook Air 2025 (M4 / 16GB / 512GB / Apple 10-Core GPU / Mac)", + "brand": "apple", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Mac", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1336, + "device_category": "Thin & Light", + "cpu_name": "Apple M4 M4", + "gpu_name": "Apple Apple GPU Apple 10-Core GPU", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 13.0, + "resolution": "2560x1664" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 638 + } +} diff --git a/data/laptop/apple/2024/apple-macbook-air-2025-m4/apple-macbook-air-2025-m4-abhinavflac-798.json b/data/laptop/apple/2024/apple-macbook-air-2025-m4/apple-macbook-air-2025-m4-abhinavflac-798.json new file mode 100644 index 000000000000..bd186fe4bccf --- /dev/null +++ b/data/laptop/apple/2024/apple-macbook-air-2025-m4/apple-macbook-air-2025-m4-abhinavflac-798.json @@ -0,0 +1,27 @@ +{ + "slug": "apple-macbook-air-2025-m4-abhinavflac-798", + "base_model_slug": "apple-macbook-air-2025-m4", + "name": "Apple MacBook Air 2025 (M4 / 16GB / 256GB / Apple 8-Core GPU / Mac)", + "brand": "apple", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Mac", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1131, + "device_category": "Thin & Light", + "cpu_name": "Apple M4 M4", + "gpu_name": "Apple Apple GPU Apple 8-Core GPU", + "gpu_type": "Integrated", + "storage_gb": 256, + "display": { + "size_inch": 13.0, + "resolution": "2560x1664" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 798 + } +} diff --git a/data/laptop/apple/2024/apple-macbook-air-m4-2025/apple-macbook-air-m4-2025-abhinavflac-634.json b/data/laptop/apple/2024/apple-macbook-air-m4-2025/apple-macbook-air-m4-2025-abhinavflac-634.json new file mode 100644 index 000000000000..4d00eaee9990 --- /dev/null +++ b/data/laptop/apple/2024/apple-macbook-air-m4-2025/apple-macbook-air-m4-2025-abhinavflac-634.json @@ -0,0 +1,27 @@ +{ + "slug": "apple-macbook-air-m4-2025-abhinavflac-634", + "base_model_slug": "apple-macbook-air-m4-2025", + "name": "Apple MacBook Air M4 2025 15", + "brand": "apple", + "release_date": "2024-01-01", + "ram_gb": 24, + "os": "Mac", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1897, + "device_category": "Thin & Light", + "cpu_name": "Apple M4 M4", + "gpu_name": "Apple Apple GPU Apple 10-Core GPU", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "2880x1864" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 634 + } +} diff --git a/data/laptop/apple/2024/apple-macbook-pro-14-2024/apple-macbook-pro-14-2024-abhinavflac-782.json b/data/laptop/apple/2024/apple-macbook-pro-14-2024/apple-macbook-pro-14-2024-abhinavflac-782.json new file mode 100644 index 000000000000..55255e9846f5 --- /dev/null +++ b/data/laptop/apple/2024/apple-macbook-pro-14-2024/apple-macbook-pro-14-2024-abhinavflac-782.json @@ -0,0 +1,27 @@ +{ + "slug": "apple-macbook-pro-14-2024-abhinavflac-782", + "base_model_slug": "apple-macbook-pro-14-2024", + "name": "Apple MacBook Pro 14 2024", + "brand": "apple", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Mac", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1927, + "device_category": "General", + "cpu_name": "Apple M4 M4", + "gpu_name": "Apple Apple GPU Apple 10-Core GPU", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "3024x1964" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 782 + } +} diff --git a/data/laptop/apple/2024/apple-macbook-pro-14-2025/apple-macbook-pro-14-2025-abhinavflac-32.json b/data/laptop/apple/2024/apple-macbook-pro-14-2025/apple-macbook-pro-14-2025-abhinavflac-32.json new file mode 100644 index 000000000000..2b8711a511c7 --- /dev/null +++ b/data/laptop/apple/2024/apple-macbook-pro-14-2025/apple-macbook-pro-14-2025-abhinavflac-32.json @@ -0,0 +1,27 @@ +{ + "slug": "apple-macbook-pro-14-2025-abhinavflac-32", + "base_model_slug": "apple-macbook-pro-14-2025", + "name": "Apple MacBook Pro 14 2025", + "brand": "apple", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Mac", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1982, + "device_category": "General", + "cpu_name": "Apple M5 M5", + "gpu_name": "Apple Apple GPU Apple 10-Core GPU", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "3024x1964" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 32 + } +} diff --git a/data/laptop/apple/2024/apple-macbook-pro-14-m4/apple-macbook-pro-14-m4-abhinavflac-777.json b/data/laptop/apple/2024/apple-macbook-pro-14-m4/apple-macbook-pro-14-m4-abhinavflac-777.json new file mode 100644 index 000000000000..0ede4b45bf6e --- /dev/null +++ b/data/laptop/apple/2024/apple-macbook-pro-14-m4/apple-macbook-pro-14-m4-abhinavflac-777.json @@ -0,0 +1,27 @@ +{ + "slug": "apple-macbook-pro-14-m4-abhinavflac-777", + "base_model_slug": "apple-macbook-pro-14-m4", + "name": "Apple MacBook Pro 14 (M4 MaxMax / 36GB / 1024GB / Apple 32-Core GPU / Mac)", + "brand": "apple", + "release_date": "2024-01-01", + "ram_gb": 36, + "os": "Mac", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 3494, + "device_category": "General", + "cpu_name": "Apple M4 M4 Max", + "gpu_name": "Apple Apple GPU Apple 32-Core GPU", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "3024x1964" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 777 + } +} diff --git a/data/laptop/apple/2024/apple-macbook-pro-14-m4/apple-macbook-pro-14-m4-abhinavflac-778.json b/data/laptop/apple/2024/apple-macbook-pro-14-m4/apple-macbook-pro-14-m4-abhinavflac-778.json new file mode 100644 index 000000000000..aebd37ce47a3 --- /dev/null +++ b/data/laptop/apple/2024/apple-macbook-pro-14-m4/apple-macbook-pro-14-m4-abhinavflac-778.json @@ -0,0 +1,27 @@ +{ + "slug": "apple-macbook-pro-14-m4-abhinavflac-778", + "base_model_slug": "apple-macbook-pro-14-m4", + "name": "Apple MacBook Pro 14 (M4 ProPro / 24GB / 1024GB / Apple 20-Core GPU / Mac)", + "brand": "apple", + "release_date": "2024-01-01", + "ram_gb": 24, + "os": "Mac", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2723, + "device_category": "General", + "cpu_name": "Apple M4 M4 Pro", + "gpu_name": "Apple Apple GPU Apple 20-Core GPU", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "3024x1964" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 778 + } +} diff --git a/data/laptop/apple/2024/apple-macbook-pro-14-m4/apple-macbook-pro-14-m4-abhinavflac-779.json b/data/laptop/apple/2024/apple-macbook-pro-14-m4/apple-macbook-pro-14-m4-abhinavflac-779.json new file mode 100644 index 000000000000..a15aa435ea81 --- /dev/null +++ b/data/laptop/apple/2024/apple-macbook-pro-14-m4/apple-macbook-pro-14-m4-abhinavflac-779.json @@ -0,0 +1,27 @@ +{ + "slug": "apple-macbook-pro-14-m4-abhinavflac-779", + "base_model_slug": "apple-macbook-pro-14-m4", + "name": "Apple MacBook Pro 14 (M4 ProPro / 24GB / 512GB / Apple 16-Core GPU / Mac)", + "brand": "apple", + "release_date": "2024-01-01", + "ram_gb": 24, + "os": "Mac", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2265, + "device_category": "General", + "cpu_name": "Apple M4 M4 Pro", + "gpu_name": "Apple Apple GPU Apple 16-Core GPU", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "3024x1964" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 779 + } +} diff --git a/data/laptop/apple/2024/apple-macbook-pro-14-m4/apple-macbook-pro-14-m4-abhinavflac-780.json b/data/laptop/apple/2024/apple-macbook-pro-14-m4/apple-macbook-pro-14-m4-abhinavflac-780.json new file mode 100644 index 000000000000..73757de18e99 --- /dev/null +++ b/data/laptop/apple/2024/apple-macbook-pro-14-m4/apple-macbook-pro-14-m4-abhinavflac-780.json @@ -0,0 +1,27 @@ +{ + "slug": "apple-macbook-pro-14-m4-abhinavflac-780", + "base_model_slug": "apple-macbook-pro-14-m4", + "name": "Apple MacBook Pro 14 (M4 / 24GB / 1024GB / Apple 10-Core GPU / Mac)", + "brand": "apple", + "release_date": "2024-01-01", + "ram_gb": 24, + "os": "Mac", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2434, + "device_category": "General", + "cpu_name": "Apple M4 M4", + "gpu_name": "Apple Apple GPU Apple 10-Core GPU", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "3024x1964" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 780 + } +} diff --git a/data/laptop/apple/2024/apple-macbook-pro-14-m4/apple-macbook-pro-14-m4-abhinavflac-781.json b/data/laptop/apple/2024/apple-macbook-pro-14-m4/apple-macbook-pro-14-m4-abhinavflac-781.json new file mode 100644 index 000000000000..bce9ff83ab75 --- /dev/null +++ b/data/laptop/apple/2024/apple-macbook-pro-14-m4/apple-macbook-pro-14-m4-abhinavflac-781.json @@ -0,0 +1,27 @@ +{ + "slug": "apple-macbook-pro-14-m4-abhinavflac-781", + "base_model_slug": "apple-macbook-pro-14-m4", + "name": "Apple MacBook Pro 14 (M4 / 16GB / 1024GB / Apple 10-Core GPU / Mac)", + "brand": "apple", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Mac", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2205, + "device_category": "General", + "cpu_name": "Apple M4 M4", + "gpu_name": "Apple Apple GPU Apple 10-Core GPU", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "3024x1964" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 781 + } +} diff --git a/data/laptop/apple/2024/apple-macbook-pro-14-m5/apple-macbook-pro-14-m5-abhinavflac-30.json b/data/laptop/apple/2024/apple-macbook-pro-14-m5/apple-macbook-pro-14-m5-abhinavflac-30.json new file mode 100644 index 000000000000..fbc404cb031c --- /dev/null +++ b/data/laptop/apple/2024/apple-macbook-pro-14-m5/apple-macbook-pro-14-m5-abhinavflac-30.json @@ -0,0 +1,27 @@ +{ + "slug": "apple-macbook-pro-14-m5-abhinavflac-30", + "base_model_slug": "apple-macbook-pro-14-m5", + "name": "Apple MacBook Pro 14 (M5 / 24GB / 1024GB / Apple 10-Core GPU / Mac)", + "brand": "apple", + "release_date": "2024-01-01", + "ram_gb": 24, + "os": "Mac", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2446, + "device_category": "General", + "cpu_name": "Apple M5 M5", + "gpu_name": "Apple Apple GPU Apple 10-Core GPU", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "3024x1964" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 30 + } +} diff --git a/data/laptop/apple/2024/apple-macbook-pro-14-m5/apple-macbook-pro-14-m5-abhinavflac-31.json b/data/laptop/apple/2024/apple-macbook-pro-14-m5/apple-macbook-pro-14-m5-abhinavflac-31.json new file mode 100644 index 000000000000..4236ac59ea8d --- /dev/null +++ b/data/laptop/apple/2024/apple-macbook-pro-14-m5/apple-macbook-pro-14-m5-abhinavflac-31.json @@ -0,0 +1,27 @@ +{ + "slug": "apple-macbook-pro-14-m5-abhinavflac-31", + "base_model_slug": "apple-macbook-pro-14-m5", + "name": "Apple MacBook Pro 14 (M5 / 16GB / 1024GB / Apple 10-Core GPU / Mac)", + "brand": "apple", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Mac", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2211, + "device_category": "General", + "cpu_name": "Apple M5 M5", + "gpu_name": "Apple Apple GPU Apple 10-Core GPU", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "3024x1964" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 31 + } +} diff --git a/data/laptop/apple/2024/apple-macbook-pro-16-2024/apple-macbook-pro-16-2024-abhinavflac-776.json b/data/laptop/apple/2024/apple-macbook-pro-16-2024/apple-macbook-pro-16-2024-abhinavflac-776.json new file mode 100644 index 000000000000..8c17cf339cd7 --- /dev/null +++ b/data/laptop/apple/2024/apple-macbook-pro-16-2024/apple-macbook-pro-16-2024-abhinavflac-776.json @@ -0,0 +1,27 @@ +{ + "slug": "apple-macbook-pro-16-2024-abhinavflac-776", + "base_model_slug": "apple-macbook-pro-16-2024", + "name": "Apple MacBook Pro 16 2024", + "brand": "apple", + "release_date": "2024-01-01", + "ram_gb": 24, + "os": "Mac", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2891, + "device_category": "General", + "cpu_name": "Apple M4 M4 Pro", + "gpu_name": "Apple Apple GPU Apple 20-Core GPU", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "3456x2234" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 776 + } +} diff --git a/data/laptop/apple/2024/apple-macbook-pro-16-m4/apple-macbook-pro-16-m4-abhinavflac-769.json b/data/laptop/apple/2024/apple-macbook-pro-16-m4/apple-macbook-pro-16-m4-abhinavflac-769.json new file mode 100644 index 000000000000..222766af1c4e --- /dev/null +++ b/data/laptop/apple/2024/apple-macbook-pro-16-m4/apple-macbook-pro-16-m4-abhinavflac-769.json @@ -0,0 +1,27 @@ +{ + "slug": "apple-macbook-pro-16-m4-abhinavflac-769", + "base_model_slug": "apple-macbook-pro-16-m4", + "name": "Apple MacBook Pro 16 (M4 MaxMax / 36GB / 1024GB / Apple 32-Core GPU / Mac)", + "brand": "apple", + "release_date": "2024-01-01", + "ram_gb": 36, + "os": "Mac", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 4216, + "device_category": "General", + "cpu_name": "Apple M4 M4 Max", + "gpu_name": "Apple Apple GPU Apple 32-Core GPU", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "3456x2234" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 769 + } +} diff --git a/data/laptop/apple/2024/apple-macbook-pro-16-m4/apple-macbook-pro-16-m4-abhinavflac-775.json b/data/laptop/apple/2024/apple-macbook-pro-16-m4/apple-macbook-pro-16-m4-abhinavflac-775.json new file mode 100644 index 000000000000..bbab3cfdeab5 --- /dev/null +++ b/data/laptop/apple/2024/apple-macbook-pro-16-m4/apple-macbook-pro-16-m4-abhinavflac-775.json @@ -0,0 +1,27 @@ +{ + "slug": "apple-macbook-pro-16-m4-abhinavflac-775", + "base_model_slug": "apple-macbook-pro-16-m4", + "name": "Apple MacBook Pro 16 (M4 ProPro / 48GB / 512GB / Apple 20-Core GPU / Mac)", + "brand": "apple", + "release_date": "2024-01-01", + "ram_gb": 48, + "os": "Mac", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 3373, + "device_category": "General", + "cpu_name": "Apple M4 M4 Pro", + "gpu_name": "Apple Apple GPU Apple 20-Core GPU", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "3456x2234" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 775 + } +} diff --git a/data/laptop/asus/2019/asus-rog-flow-z13-2025/asus-rog-flow-z13-2025-abhinavflac-504.json b/data/laptop/asus/2019/asus-rog-flow-z13-2025/asus-rog-flow-z13-2025-abhinavflac-504.json new file mode 100644 index 000000000000..2ac162110e66 --- /dev/null +++ b/data/laptop/asus/2019/asus-rog-flow-z13-2025/asus-rog-flow-z13-2025-abhinavflac-504.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-rog-flow-z13-2025-abhinavflac-504", + "base_model_slug": "asus-rog-flow-z13-2025", + "name": "Asus ROG Flow Z13 2025 GZ302EA-RU420WS Gaming", + "brand": "asus", + "release_date": "2019-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2410, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen Ai Max 390", + "gpu_name": "NVIDIA GeForce RTX RTX 4060", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 13.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 504 + } +} diff --git a/data/laptop/asus/2019/asus-rog-zephyrus-g14-ga403wr-qs123ws/asus-rog-zephyrus-g14-ga403wr-qs123ws-abhinavflac-500.json b/data/laptop/asus/2019/asus-rog-zephyrus-g14-ga403wr-qs123ws/asus-rog-zephyrus-g14-ga403wr-qs123ws-abhinavflac-500.json new file mode 100644 index 000000000000..c3b8366953e8 --- /dev/null +++ b/data/laptop/asus/2019/asus-rog-zephyrus-g14-ga403wr-qs123ws/asus-rog-zephyrus-g14-ga403wr-qs123ws-abhinavflac-500.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-rog-zephyrus-g14-ga403wr-qs123ws-abhinavflac-500", + "base_model_slug": "asus-rog-zephyrus-g14-ga403wr-qs123ws", + "name": "Asus ROG Zephyrus G14 GA403WR-QS123WS Gaming", + "brand": "asus", + "release_date": "2019-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 3313, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen Ai 9 370", + "gpu_name": "NVIDIA GeForce RTX RTX 5070 Ti", + "gpu_type": "Dedicated", + "storage_gb": 2048, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 500 + } +} diff --git a/data/laptop/asus/2019/asus-rog-zephyrus-g16-oled/asus-rog-zephyrus-g16-oled-abhinavflac-856.json b/data/laptop/asus/2019/asus-rog-zephyrus-g16-oled/asus-rog-zephyrus-g16-oled-abhinavflac-856.json new file mode 100644 index 000000000000..9f66eecafaaa --- /dev/null +++ b/data/laptop/asus/2019/asus-rog-zephyrus-g16-oled/asus-rog-zephyrus-g16-oled-abhinavflac-856.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-rog-zephyrus-g16-oled-abhinavflac-856", + "base_model_slug": "asus-rog-zephyrus-g16-oled", + "name": "Asus ROG Zephyrus G16 OLED GA605WI-QR067WS Gaming", + "brand": "asus", + "release_date": "2019-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2747, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen Ai 9 370", + "gpu_name": "NVIDIA GeForce RTX RTX 4070", + "gpu_type": "Dedicated", + "storage_gb": 2048, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 856 + } +} diff --git a/data/laptop/asus/2019/asus-vivobook-14-m1407ka-ly112ws/asus-vivobook-14-m1407ka-ly112ws-abhinavflac-168.json b/data/laptop/asus/2019/asus-vivobook-14-m1407ka-ly112ws/asus-vivobook-14-m1407ka-ly112ws-abhinavflac-168.json new file mode 100644 index 000000000000..f7daa0833210 --- /dev/null +++ b/data/laptop/asus/2019/asus-vivobook-14-m1407ka-ly112ws/asus-vivobook-14-m1407ka-ly112ws-abhinavflac-168.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-14-m1407ka-ly112ws-abhinavflac-168", + "base_model_slug": "asus-vivobook-14-m1407ka-ly112ws", + "name": "Asus VivoBook 14 M1407KA-LY112WS", + "brand": "asus", + "release_date": "2019-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 928, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen Ai 7 350", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 168 + } +} diff --git a/data/laptop/asus/2019/asus-vivobook-14-m1407ka-ly132ws/asus-vivobook-14-m1407ka-ly132ws-abhinavflac-193.json b/data/laptop/asus/2019/asus-vivobook-14-m1407ka-ly132ws/asus-vivobook-14-m1407ka-ly132ws-abhinavflac-193.json new file mode 100644 index 000000000000..0a93d2efce7c --- /dev/null +++ b/data/laptop/asus/2019/asus-vivobook-14-m1407ka-ly132ws/asus-vivobook-14-m1407ka-ly132ws-abhinavflac-193.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-14-m1407ka-ly132ws-abhinavflac-193", + "base_model_slug": "asus-vivobook-14-m1407ka-ly132ws", + "name": "Asus VivoBook 14 M1407KA-LY132WS", + "brand": "asus", + "release_date": "2019-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 747, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen Ai 5 330", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 193 + } +} diff --git a/data/laptop/asus/2019/asus-vivobook-s14-m3407ka-sf044ws/asus-vivobook-s14-m3407ka-sf044ws-abhinavflac-171.json b/data/laptop/asus/2019/asus-vivobook-s14-m3407ka-sf044ws/asus-vivobook-s14-m3407ka-sf044ws-abhinavflac-171.json new file mode 100644 index 000000000000..488d3d58c04d --- /dev/null +++ b/data/laptop/asus/2019/asus-vivobook-s14-m3407ka-sf044ws/asus-vivobook-s14-m3407ka-sf044ws-abhinavflac-171.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-s14-m3407ka-sf044ws-abhinavflac-171", + "base_model_slug": "asus-vivobook-s14-m3407ka-sf044ws", + "name": "Asus VivoBook S14 M3407KA-SF044WS", + "brand": "asus", + "release_date": "2019-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 855, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen Ai 5 330", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 171 + } +} diff --git a/data/laptop/asus/2019/asus-vivobook-s14-m3407ka-sf047ws/asus-vivobook-s14-m3407ka-sf047ws-abhinavflac-195.json b/data/laptop/asus/2019/asus-vivobook-s14-m3407ka-sf047ws/asus-vivobook-s14-m3407ka-sf047ws-abhinavflac-195.json new file mode 100644 index 000000000000..cf636c67e8da --- /dev/null +++ b/data/laptop/asus/2019/asus-vivobook-s14-m3407ka-sf047ws/asus-vivobook-s14-m3407ka-sf047ws-abhinavflac-195.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-s14-m3407ka-sf047ws-abhinavflac-195", + "base_model_slug": "asus-vivobook-s14-m3407ka-sf047ws", + "name": "Asus VivoBook S14 M3407KA-SF047WS", + "brand": "asus", + "release_date": "2019-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1000, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen Ai 7 350", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 195 + } +} diff --git a/data/laptop/asus/2019/asus-vivobook-s14-m3407ka-sf049ws/asus-vivobook-s14-m3407ka-sf049ws-abhinavflac-194.json b/data/laptop/asus/2019/asus-vivobook-s14-m3407ka-sf049ws/asus-vivobook-s14-m3407ka-sf049ws-abhinavflac-194.json new file mode 100644 index 000000000000..f2b2d6114a89 --- /dev/null +++ b/data/laptop/asus/2019/asus-vivobook-s14-m3407ka-sf049ws/asus-vivobook-s14-m3407ka-sf049ws-abhinavflac-194.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-s14-m3407ka-sf049ws-abhinavflac-194", + "base_model_slug": "asus-vivobook-s14-m3407ka-sf049ws", + "name": "Asus VivoBook S14 M3407KA-SF049WS", + "brand": "asus", + "release_date": "2019-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1060, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen Ai 7 350", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 194 + } +} diff --git a/data/laptop/asus/2019/asus-zenbook-14-um3406ka-pp240ws/asus-zenbook-14-um3406ka-pp240ws-abhinavflac-350.json b/data/laptop/asus/2019/asus-zenbook-14-um3406ka-pp240ws/asus-zenbook-14-um3406ka-pp240ws-abhinavflac-350.json new file mode 100644 index 000000000000..20da2388c447 --- /dev/null +++ b/data/laptop/asus/2019/asus-zenbook-14-um3406ka-pp240ws/asus-zenbook-14-um3406ka-pp240ws-abhinavflac-350.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-zenbook-14-um3406ka-pp240ws-abhinavflac-350", + "base_model_slug": "asus-zenbook-14-um3406ka-pp240ws", + "name": "Asus Zenbook 14 UM3406KA-PP240WS", + "brand": "asus", + "release_date": "2019-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1084, + "device_category": "General", + "cpu_name": "AMD Ryzen Ai 5 340", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 350 + } +} diff --git a/data/laptop/asus/2019/asus-zenbook-s16-oled-2025/asus-zenbook-s16-oled-2025-abhinavflac-577.json b/data/laptop/asus/2019/asus-zenbook-s16-oled-2025/asus-zenbook-s16-oled-2025-abhinavflac-577.json new file mode 100644 index 000000000000..323e1c3fd5ad --- /dev/null +++ b/data/laptop/asus/2019/asus-zenbook-s16-oled-2025/asus-zenbook-s16-oled-2025-abhinavflac-577.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-zenbook-s16-oled-2025-abhinavflac-577", + "base_model_slug": "asus-zenbook-s16-oled-2025", + "name": "Asus Zenbook S16 OLED 2025 UM5606KA-RJ108WS", + "brand": "asus", + "release_date": "2019-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1537, + "device_category": "General", + "cpu_name": "AMD Ryzen Ai 7 350", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 577 + } +} diff --git a/data/laptop/asus/2021/asus-vivobook-15-m1502ya-bq703ws/asus-vivobook-15-m1502ya-bq703ws-abhinavflac-420.json b/data/laptop/asus/2021/asus-vivobook-15-m1502ya-bq703ws/asus-vivobook-15-m1502ya-bq703ws-abhinavflac-420.json new file mode 100644 index 000000000000..a1c59ae0d56b --- /dev/null +++ b/data/laptop/asus/2021/asus-vivobook-15-m1502ya-bq703ws/asus-vivobook-15-m1502ya-bq703ws-abhinavflac-420.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-15-m1502ya-bq703ws-abhinavflac-420", + "base_model_slug": "asus-vivobook-15-m1502ya-bq703ws", + "name": "Asus Vivobook 15 M1502YA-BQ703WS", + "brand": "asus", + "release_date": "2021-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 554, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 7 5825U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 420 + } +} diff --git a/data/laptop/asus/2021/asus-vivobook-15-m1502ya-bq712ws/asus-vivobook-15-m1502ya-bq712ws-abhinavflac-218.json b/data/laptop/asus/2021/asus-vivobook-15-m1502ya-bq712ws/asus-vivobook-15-m1502ya-bq712ws-abhinavflac-218.json new file mode 100644 index 000000000000..5b38bf80aba9 --- /dev/null +++ b/data/laptop/asus/2021/asus-vivobook-15-m1502ya-bq712ws/asus-vivobook-15-m1502ya-bq712ws-abhinavflac-218.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-15-m1502ya-bq712ws-abhinavflac-218", + "base_model_slug": "asus-vivobook-15-m1502ya-bq712ws", + "name": "Asus Vivobook 15 M1502YA-BQ712WS", + "brand": "asus", + "release_date": "2021-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 602, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 7 5825U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 218 + } +} diff --git a/data/laptop/asus/2022/asus-tuf-gaming-f15-fx577zc-hn193w/asus-tuf-gaming-f15-fx577zc-hn193w-abhinavflac-924.json b/data/laptop/asus/2022/asus-tuf-gaming-f15-fx577zc-hn193w/asus-tuf-gaming-f15-fx577zc-hn193w-abhinavflac-924.json new file mode 100644 index 000000000000..4654085780e6 --- /dev/null +++ b/data/laptop/asus/2022/asus-tuf-gaming-f15-fx577zc-hn193w/asus-tuf-gaming-f15-fx577zc-hn193w-abhinavflac-924.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-tuf-gaming-f15-fx577zc-hn193w-abhinavflac-924", + "base_model_slug": "asus-tuf-gaming-f15-fx577zc-hn193w", + "name": "Asus TUF Gaming F15 FX577ZC-HN193W Gaming", + "brand": "asus", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 976, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 12700H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 924 + } +} diff --git a/data/laptop/asus/2022/asus-vivobook-14-x409fj-ek501t/asus-vivobook-14-x409fj-ek501t-abhinavflac-583.json b/data/laptop/asus/2022/asus-vivobook-14-x409fj-ek501t/asus-vivobook-14-x409fj-ek501t-abhinavflac-583.json new file mode 100644 index 000000000000..0aee9976842b --- /dev/null +++ b/data/laptop/asus/2022/asus-vivobook-14-x409fj-ek501t/asus-vivobook-14-x409fj-ek501t-abhinavflac-583.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-14-x409fj-ek501t-abhinavflac-583", + "base_model_slug": "asus-vivobook-14-x409fj-ek501t", + "name": "Asus VivoBook 14 X409FJ-EK501T", + "brand": "asus", + "release_date": "2022-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 693, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 8265U", + "gpu_name": "NVIDIA GeForce MX MX 230", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 583 + } +} diff --git a/data/laptop/asus/2022/asus-vivobook-15-x1504za-nj341w/asus-vivobook-15-x1504za-nj341w-abhinavflac-867.json b/data/laptop/asus/2022/asus-vivobook-15-x1504za-nj341w/asus-vivobook-15-x1504za-nj341w-abhinavflac-867.json new file mode 100644 index 000000000000..03571b720d6a --- /dev/null +++ b/data/laptop/asus/2022/asus-vivobook-15-x1504za-nj341w/asus-vivobook-15-x1504za-nj341w-abhinavflac-867.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-15-x1504za-nj341w-abhinavflac-867", + "base_model_slug": "asus-vivobook-15-x1504za-nj341w", + "name": "Asus VivoBook 15 X1504ZA-NJ341W", + "brand": "asus", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 434, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 867 + } +} diff --git a/data/laptop/asus/2022/asus-vivobook-15-x1504za-nj549ws/asus-vivobook-15-x1504za-nj549ws-abhinavflac-909.json b/data/laptop/asus/2022/asus-vivobook-15-x1504za-nj549ws/asus-vivobook-15-x1504za-nj549ws-abhinavflac-909.json new file mode 100644 index 000000000000..27cafec36b7e --- /dev/null +++ b/data/laptop/asus/2022/asus-vivobook-15-x1504za-nj549ws/asus-vivobook-15-x1504za-nj549ws-abhinavflac-909.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-15-x1504za-nj549ws-abhinavflac-909", + "base_model_slug": "asus-vivobook-15-x1504za-nj549ws", + "name": "Asus Vivobook 15 X1504ZA-NJ549WS", + "brand": "asus", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 554, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 909 + } +} diff --git a/data/laptop/asus/2022/asus-vivobook-16x-k3605zc-rp587ws/asus-vivobook-16x-k3605zc-rp587ws-abhinavflac-849.json b/data/laptop/asus/2022/asus-vivobook-16x-k3605zc-rp587ws/asus-vivobook-16x-k3605zc-rp587ws-abhinavflac-849.json new file mode 100644 index 000000000000..392d65f6b860 --- /dev/null +++ b/data/laptop/asus/2022/asus-vivobook-16x-k3605zc-rp587ws/asus-vivobook-16x-k3605zc-rp587ws-abhinavflac-849.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-16x-k3605zc-rp587ws-abhinavflac-849", + "base_model_slug": "asus-vivobook-16x-k3605zc-rp587ws", + "name": "Asus Vivobook 16X K3605ZC-RP587WS", + "brand": "asus", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 759, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 12500H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 849 + } +} diff --git a/data/laptop/asus/2022/asus-vivobook-16x-k3605zc-rp628ws/asus-vivobook-16x-k3605zc-rp628ws-abhinavflac-836.json b/data/laptop/asus/2022/asus-vivobook-16x-k3605zc-rp628ws/asus-vivobook-16x-k3605zc-rp628ws-abhinavflac-836.json new file mode 100644 index 000000000000..c6935608f2a5 --- /dev/null +++ b/data/laptop/asus/2022/asus-vivobook-16x-k3605zc-rp628ws/asus-vivobook-16x-k3605zc-rp628ws-abhinavflac-836.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-16x-k3605zc-rp628ws-abhinavflac-836", + "base_model_slug": "asus-vivobook-16x-k3605zc-rp628ws", + "name": "Asus Vivobook 16X K3605ZC-RP628WS", + "brand": "asus", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 809, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I7 12700H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 836 + } +} diff --git a/data/laptop/asus/2023/asus-expertbook-b3-b3404cva-q51174x/asus-expertbook-b3-b3404cva-q51174x-abhinavflac-44.json b/data/laptop/asus/2023/asus-expertbook-b3-b3404cva-q51174x/asus-expertbook-b3-b3404cva-q51174x-abhinavflac-44.json new file mode 100644 index 000000000000..67c995487df4 --- /dev/null +++ b/data/laptop/asus/2023/asus-expertbook-b3-b3404cva-q51174x/asus-expertbook-b3-b3404cva-q51174x-abhinavflac-44.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-expertbook-b3-b3404cva-q51174x-abhinavflac-44", + "base_model_slug": "asus-expertbook-b3-b3404cva-q51174x", + "name": "Asus Expertbook B3 B3404CVA-Q51174X", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1446, + "device_category": "General", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 44 + } +} diff --git a/data/laptop/asus/2023/asus-expertbook-b3-b3404cvab-q50884x/asus-expertbook-b3-b3404cvab-q50884x-abhinavflac-38.json b/data/laptop/asus/2023/asus-expertbook-b3-b3404cvab-q50884x/asus-expertbook-b3-b3404cvab-q50884x-abhinavflac-38.json new file mode 100644 index 000000000000..2a260516ebdd --- /dev/null +++ b/data/laptop/asus/2023/asus-expertbook-b3-b3404cvab-q50884x/asus-expertbook-b3-b3404cvab-q50884x-abhinavflac-38.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-expertbook-b3-b3404cvab-q50884x-abhinavflac-38", + "base_model_slug": "asus-expertbook-b3-b3404cvab-q50884x", + "name": "Asus Expertbook B3 B3404CVAB-Q50884X", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1458, + "device_category": "General", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 38 + } +} diff --git a/data/laptop/asus/2023/asus-expertbook-b5-b5404cma-q61142x/asus-expertbook-b5-b5404cma-q61142x-abhinavflac-27.json b/data/laptop/asus/2023/asus-expertbook-b5-b5404cma-q61142x/asus-expertbook-b5-b5404cma-q61142x-abhinavflac-27.json new file mode 100644 index 000000000000..ac480dea6bdf --- /dev/null +++ b/data/laptop/asus/2023/asus-expertbook-b5-b5404cma-q61142x/asus-expertbook-b5-b5404cma-q61142x-abhinavflac-27.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-expertbook-b5-b5404cma-q61142x-abhinavflac-27", + "base_model_slug": "asus-expertbook-b5-b5404cma-q61142x", + "name": "Asus ExpertBook B5 B5404CMA-Q61142X", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2241, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 27 + } +} diff --git a/data/laptop/asus/2023/asus-expertbook-p1-14-p1403cva-s60343ws/asus-expertbook-p1-14-p1403cva-s60343ws-abhinavflac-537.json b/data/laptop/asus/2023/asus-expertbook-p1-14-p1403cva-s60343ws/asus-expertbook-p1-14-p1403cva-s60343ws-abhinavflac-537.json new file mode 100644 index 000000000000..6b001e58cea6 --- /dev/null +++ b/data/laptop/asus/2023/asus-expertbook-p1-14-p1403cva-s60343ws/asus-expertbook-p1-14-p1403cva-s60343ws-abhinavflac-537.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-expertbook-p1-14-p1403cva-s60343ws-abhinavflac-537", + "base_model_slug": "asus-expertbook-p1-14-p1403cva-s60343ws", + "name": "Asus Expertbook P1 14 P1403CVA-S60343WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 446, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 537 + } +} diff --git a/data/laptop/asus/2023/asus-expertbook-p1-14-p1403cva-s60938ws/asus-expertbook-p1-14-p1403cva-s60938ws-abhinavflac-539.json b/data/laptop/asus/2023/asus-expertbook-p1-14-p1403cva-s60938ws/asus-expertbook-p1-14-p1403cva-s60938ws-abhinavflac-539.json new file mode 100644 index 000000000000..ae5b5b8960d9 --- /dev/null +++ b/data/laptop/asus/2023/asus-expertbook-p1-14-p1403cva-s60938ws/asus-expertbook-p1-14-p1403cva-s60938ws-abhinavflac-539.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-expertbook-p1-14-p1403cva-s60938ws-abhinavflac-539", + "base_model_slug": "asus-expertbook-p1-14-p1403cva-s60938ws", + "name": "Asus Expertbook P1 14 P1403CVA-S60938WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 470, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 539 + } +} diff --git a/data/laptop/asus/2023/asus-expertbook-p1-14-p1403cva-s60939ws/asus-expertbook-p1-14-p1403cva-s60939ws-abhinavflac-536.json b/data/laptop/asus/2023/asus-expertbook-p1-14-p1403cva-s60939ws/asus-expertbook-p1-14-p1403cva-s60939ws-abhinavflac-536.json new file mode 100644 index 000000000000..7c9b00d4f8f2 --- /dev/null +++ b/data/laptop/asus/2023/asus-expertbook-p1-14-p1403cva-s60939ws/asus-expertbook-p1-14-p1403cva-s60939ws-abhinavflac-536.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-expertbook-p1-14-p1403cva-s60939ws-abhinavflac-536", + "base_model_slug": "asus-expertbook-p1-14-p1403cva-s60939ws", + "name": "Asus Expertbook P1 14 P1403CVA-S60939WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 711, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 536 + } +} diff --git a/data/laptop/asus/2023/asus-expertbook-p1-14-p1403cva-s60940ws/asus-expertbook-p1-14-p1403cva-s60940ws-abhinavflac-535.json b/data/laptop/asus/2023/asus-expertbook-p1-14-p1403cva-s60940ws/asus-expertbook-p1-14-p1403cva-s60940ws-abhinavflac-535.json new file mode 100644 index 000000000000..d8ee8795f1f2 --- /dev/null +++ b/data/laptop/asus/2023/asus-expertbook-p1-14-p1403cva-s60940ws/asus-expertbook-p1-14-p1403cva-s60940ws-abhinavflac-535.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-expertbook-p1-14-p1403cva-s60940ws-abhinavflac-535", + "base_model_slug": "asus-expertbook-p1-14-p1403cva-s60940ws", + "name": "Asus Expertbook P1 14 P1403CVA-S60940WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 879, + "device_category": "General", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 535 + } +} diff --git a/data/laptop/asus/2023/asus-expertbook-p1-p1503cva-s70501ws/asus-expertbook-p1-p1503cva-s70501ws-abhinavflac-540.json b/data/laptop/asus/2023/asus-expertbook-p1-p1503cva-s70501ws/asus-expertbook-p1-p1503cva-s70501ws-abhinavflac-540.json new file mode 100644 index 000000000000..8c89ab898847 --- /dev/null +++ b/data/laptop/asus/2023/asus-expertbook-p1-p1503cva-s70501ws/asus-expertbook-p1-p1503cva-s70501ws-abhinavflac-540.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-expertbook-p1-p1503cva-s70501ws-abhinavflac-540", + "base_model_slug": "asus-expertbook-p1-p1503cva-s70501ws", + "name": "Asus Expertbook P1 P1503CVA-S70501WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 446, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 540 + } +} diff --git a/data/laptop/asus/2023/asus-expertbook-p1-p1503cva-s70611ws/asus-expertbook-p1-p1503cva-s70611ws-abhinavflac-541.json b/data/laptop/asus/2023/asus-expertbook-p1-p1503cva-s70611ws/asus-expertbook-p1-p1503cva-s70611ws-abhinavflac-541.json new file mode 100644 index 000000000000..50d42f759857 --- /dev/null +++ b/data/laptop/asus/2023/asus-expertbook-p1-p1503cva-s70611ws/asus-expertbook-p1-p1503cva-s70611ws-abhinavflac-541.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-expertbook-p1-p1503cva-s70611ws-abhinavflac-541", + "base_model_slug": "asus-expertbook-p1-p1503cva-s70611ws", + "name": "Asus Expertbook P1 P1503CVA-S70611WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 626, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 541 + } +} diff --git a/data/laptop/asus/2023/asus-expertbook-p1-p1503cva-s71042ws/asus-expertbook-p1-p1503cva-s71042ws-abhinavflac-542.json b/data/laptop/asus/2023/asus-expertbook-p1-p1503cva-s71042ws/asus-expertbook-p1-p1503cva-s71042ws-abhinavflac-542.json new file mode 100644 index 000000000000..05e80cb39006 --- /dev/null +++ b/data/laptop/asus/2023/asus-expertbook-p1-p1503cva-s71042ws/asus-expertbook-p1-p1503cva-s71042ws-abhinavflac-542.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-expertbook-p1-p1503cva-s71042ws-abhinavflac-542", + "base_model_slug": "asus-expertbook-p1-p1503cva-s71042ws", + "name": "Asus Expertbook P1 P1503CVA-S71042WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 795, + "device_category": "General", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 542 + } +} diff --git a/data/laptop/asus/2023/asus-expertbook-p1-p1503cva-s71074ws/asus-expertbook-p1-p1503cva-s71074ws-abhinavflac-538.json b/data/laptop/asus/2023/asus-expertbook-p1-p1503cva-s71074ws/asus-expertbook-p1-p1503cva-s71074ws-abhinavflac-538.json new file mode 100644 index 000000000000..0105f9d7e2d3 --- /dev/null +++ b/data/laptop/asus/2023/asus-expertbook-p1-p1503cva-s71074ws/asus-expertbook-p1-p1503cva-s71074ws-abhinavflac-538.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-expertbook-p1-p1503cva-s71074ws-abhinavflac-538", + "base_model_slug": "asus-expertbook-p1-p1503cva-s71074ws", + "name": "Asus Expertbook P1 P1503CVA-S71074WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 470, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 538 + } +} diff --git a/data/laptop/asus/2023/asus-expertbook-p1-p1503cva-s71076ws/asus-expertbook-p1-p1503cva-s71076ws-abhinavflac-197.json b/data/laptop/asus/2023/asus-expertbook-p1-p1503cva-s71076ws/asus-expertbook-p1-p1503cva-s71076ws-abhinavflac-197.json new file mode 100644 index 000000000000..a3f3bdd47b4b --- /dev/null +++ b/data/laptop/asus/2023/asus-expertbook-p1-p1503cva-s71076ws/asus-expertbook-p1-p1503cva-s71076ws-abhinavflac-197.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-expertbook-p1-p1503cva-s71076ws-abhinavflac-197", + "base_model_slug": "asus-expertbook-p1-p1503cva-s71076ws", + "name": "Asus Expertbook P1 P1503CVA-S71076WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 879, + "device_category": "General", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 197 + } +} diff --git a/data/laptop/asus/2023/asus-expertbook-p3-p3405cva-ly0015ws/asus-expertbook-p3-p3405cva-ly0015ws-abhinavflac-530.json b/data/laptop/asus/2023/asus-expertbook-p3-p3405cva-ly0015ws/asus-expertbook-p3-p3405cva-ly0015ws-abhinavflac-530.json new file mode 100644 index 000000000000..60e522757647 --- /dev/null +++ b/data/laptop/asus/2023/asus-expertbook-p3-p3405cva-ly0015ws/asus-expertbook-p3-p3405cva-ly0015ws-abhinavflac-530.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-expertbook-p3-p3405cva-ly0015ws-abhinavflac-530", + "base_model_slug": "asus-expertbook-p3-p3405cva-ly0015ws", + "name": "Asus Expertbook P3 P3405CVA-LY0015WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 723, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 530 + } +} diff --git a/data/laptop/asus/2023/asus-rog-strix-g16-2025/asus-rog-strix-g16-2025-abhinavflac-395.json b/data/laptop/asus/2023/asus-rog-strix-g16-2025/asus-rog-strix-g16-2025-abhinavflac-395.json new file mode 100644 index 000000000000..4b91e686c12c --- /dev/null +++ b/data/laptop/asus/2023/asus-rog-strix-g16-2025/asus-rog-strix-g16-2025-abhinavflac-395.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-rog-strix-g16-2025-abhinavflac-395", + "base_model_slug": "asus-rog-strix-g16-2025", + "name": "Asus ROG Strix G16 (2025) G615JHR-S5005WS Gaming", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1867, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 395 + } +} diff --git a/data/laptop/asus/2023/asus-rog-strix-g16-g614ju-n4200ws/asus-rog-strix-g16-g614ju-n4200ws-abhinavflac-600.json b/data/laptop/asus/2023/asus-rog-strix-g16-g614ju-n4200ws/asus-rog-strix-g16-g614ju-n4200ws-abhinavflac-600.json new file mode 100644 index 000000000000..889d1bbd0d5a --- /dev/null +++ b/data/laptop/asus/2023/asus-rog-strix-g16-g614ju-n4200ws/asus-rog-strix-g16-g614ju-n4200ws-abhinavflac-600.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-rog-strix-g16-g614ju-n4200ws-abhinavflac-600", + "base_model_slug": "asus-rog-strix-g16-g614ju-n4200ws", + "name": "Asus ROG Strix G16 G614JU-N4200WS Gaming", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1638, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 600 + } +} diff --git a/data/laptop/asus/2023/asus-rog-zephyrus-g14-2025/asus-rog-zephyrus-g14-2025-abhinavflac-427.json b/data/laptop/asus/2023/asus-rog-zephyrus-g14-2025/asus-rog-zephyrus-g14-2025-abhinavflac-427.json new file mode 100644 index 000000000000..84d3d03400af --- /dev/null +++ b/data/laptop/asus/2023/asus-rog-zephyrus-g14-2025/asus-rog-zephyrus-g14-2025-abhinavflac-427.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-rog-zephyrus-g14-2025-abhinavflac-427", + "base_model_slug": "asus-rog-zephyrus-g14-2025", + "name": "Asus ROG Zephyrus G14 (2025) GA403UM-QS007WS Gaming", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2169, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 9 270", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 427 + } +} diff --git a/data/laptop/asus/2023/asus-tuf-gaming-a15-fa506nc-hn083w/asus-tuf-gaming-a15-fa506nc-hn083w-abhinavflac-985.json b/data/laptop/asus/2023/asus-tuf-gaming-a15-fa506nc-hn083w/asus-tuf-gaming-a15-fa506nc-hn083w-abhinavflac-985.json new file mode 100644 index 000000000000..5089847fa438 --- /dev/null +++ b/data/laptop/asus/2023/asus-tuf-gaming-a15-fa506nc-hn083w/asus-tuf-gaming-a15-fa506nc-hn083w-abhinavflac-985.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-tuf-gaming-a15-fa506nc-hn083w-abhinavflac-985", + "base_model_slug": "asus-tuf-gaming-a15-fa506nc-hn083w", + "name": "Asus TUF Gaming A15 FA506NC-HN083W", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 699, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 7535HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 985 + } +} diff --git a/data/laptop/asus/2023/asus-tuf-gaming-a15-fa506ncg-hn199w/asus-tuf-gaming-a15-fa506ncg-hn199w-abhinavflac-214.json b/data/laptop/asus/2023/asus-tuf-gaming-a15-fa506ncg-hn199w/asus-tuf-gaming-a15-fa506ncg-hn199w-abhinavflac-214.json new file mode 100644 index 000000000000..82dd3e4c1f63 --- /dev/null +++ b/data/laptop/asus/2023/asus-tuf-gaming-a15-fa506ncg-hn199w/asus-tuf-gaming-a15-fa506ncg-hn199w-abhinavflac-214.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-tuf-gaming-a15-fa506ncg-hn199w-abhinavflac-214", + "base_model_slug": "asus-tuf-gaming-a15-fa506ncg-hn199w", + "name": "Asus TUF Gaming A15 FA506NCG-HN199W", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 831, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7445HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 214 + } +} diff --git a/data/laptop/asus/2023/asus-tuf-gaming-a15-fa506ncg-hn200ws/asus-tuf-gaming-a15-fa506ncg-hn200ws-abhinavflac-135.json b/data/laptop/asus/2023/asus-tuf-gaming-a15-fa506ncg-hn200ws/asus-tuf-gaming-a15-fa506ncg-hn200ws-abhinavflac-135.json new file mode 100644 index 000000000000..a9d426dd08e5 --- /dev/null +++ b/data/laptop/asus/2023/asus-tuf-gaming-a15-fa506ncg-hn200ws/asus-tuf-gaming-a15-fa506ncg-hn200ws-abhinavflac-135.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-tuf-gaming-a15-fa506ncg-hn200ws-abhinavflac-135", + "base_model_slug": "asus-tuf-gaming-a15-fa506ncg-hn200ws", + "name": "Asus TUF Gaming A15 FA506NCG-HN200WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 854, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7445HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 135 + } +} diff --git a/data/laptop/asus/2023/asus-tuf-gaming-a15-fa506ncg-hn251ws/asus-tuf-gaming-a15-fa506ncg-hn251ws-abhinavflac-278.json b/data/laptop/asus/2023/asus-tuf-gaming-a15-fa506ncg-hn251ws/asus-tuf-gaming-a15-fa506ncg-hn251ws-abhinavflac-278.json new file mode 100644 index 000000000000..b33d87f7eca5 --- /dev/null +++ b/data/laptop/asus/2023/asus-tuf-gaming-a15-fa506ncg-hn251ws/asus-tuf-gaming-a15-fa506ncg-hn251ws-abhinavflac-278.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-tuf-gaming-a15-fa506ncg-hn251ws-abhinavflac-278", + "base_model_slug": "asus-tuf-gaming-a15-fa506ncg-hn251ws", + "name": "Asus TUF Gaming A15 FA506NCG-HN251WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 916, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7445HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 278 + } +} diff --git a/data/laptop/asus/2023/asus-tuf-gaming-a15-fa506ncr-hn054w/asus-tuf-gaming-a15-fa506ncr-hn054w-abhinavflac-980.json b/data/laptop/asus/2023/asus-tuf-gaming-a15-fa506ncr-hn054w/asus-tuf-gaming-a15-fa506ncr-hn054w-abhinavflac-980.json new file mode 100644 index 000000000000..0535a4b65d53 --- /dev/null +++ b/data/laptop/asus/2023/asus-tuf-gaming-a15-fa506ncr-hn054w/asus-tuf-gaming-a15-fa506ncr-hn054w-abhinavflac-980.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-tuf-gaming-a15-fa506ncr-hn054w-abhinavflac-980", + "base_model_slug": "asus-tuf-gaming-a15-fa506ncr-hn054w", + "name": "Asus TUF Gaming A15 FA506NCR-HN054W", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 795, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7435HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 980 + } +} diff --git a/data/laptop/asus/2023/asus-tuf-gaming-a15-fa506ncr-hn075ws/asus-tuf-gaming-a15-fa506ncr-hn075ws-abhinavflac-897.json b/data/laptop/asus/2023/asus-tuf-gaming-a15-fa506ncr-hn075ws/asus-tuf-gaming-a15-fa506ncr-hn075ws-abhinavflac-897.json new file mode 100644 index 000000000000..1310c4fe94f8 --- /dev/null +++ b/data/laptop/asus/2023/asus-tuf-gaming-a15-fa506ncr-hn075ws/asus-tuf-gaming-a15-fa506ncr-hn075ws-abhinavflac-897.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-tuf-gaming-a15-fa506ncr-hn075ws-abhinavflac-897", + "base_model_slug": "asus-tuf-gaming-a15-fa506ncr-hn075ws", + "name": "Asus TUF Gaming A15 FA506NCR-HN075WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 819, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7435HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 897 + } +} diff --git a/data/laptop/asus/2023/asus-tuf-gaming-a15-fa506ncr-hn275ws/asus-tuf-gaming-a15-fa506ncr-hn275ws-abhinavflac-425.json b/data/laptop/asus/2023/asus-tuf-gaming-a15-fa506ncr-hn275ws/asus-tuf-gaming-a15-fa506ncr-hn275ws-abhinavflac-425.json new file mode 100644 index 000000000000..85315a6def0d --- /dev/null +++ b/data/laptop/asus/2023/asus-tuf-gaming-a15-fa506ncr-hn275ws/asus-tuf-gaming-a15-fa506ncr-hn275ws-abhinavflac-425.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-tuf-gaming-a15-fa506ncr-hn275ws-abhinavflac-425", + "base_model_slug": "asus-tuf-gaming-a15-fa506ncr-hn275ws", + "name": "Asus TUF Gaming A15 FA506NCR-HN275WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 819, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7435HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 425 + } +} diff --git a/data/laptop/asus/2023/asus-tuf-gaming-a15-fa507nur-lp082w/asus-tuf-gaming-a15-fa507nur-lp082w-abhinavflac-870.json b/data/laptop/asus/2023/asus-tuf-gaming-a15-fa507nur-lp082w/asus-tuf-gaming-a15-fa507nur-lp082w-abhinavflac-870.json new file mode 100644 index 000000000000..a1accdcfe036 --- /dev/null +++ b/data/laptop/asus/2023/asus-tuf-gaming-a15-fa507nur-lp082w/asus-tuf-gaming-a15-fa507nur-lp082w-abhinavflac-870.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-tuf-gaming-a15-fa507nur-lp082w-abhinavflac-870", + "base_model_slug": "asus-tuf-gaming-a15-fa507nur-lp082w", + "name": "Asus TUF Gaming A15 FA507NUR-LP082W Gaming", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1010, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7435HS", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 870 + } +} diff --git a/data/laptop/asus/2023/asus-tuf-gaming-a15-fa566nc-hn083ws/asus-tuf-gaming-a15-fa566nc-hn083ws-abhinavflac-932.json b/data/laptop/asus/2023/asus-tuf-gaming-a15-fa566nc-hn083ws/asus-tuf-gaming-a15-fa566nc-hn083ws-abhinavflac-932.json new file mode 100644 index 000000000000..00a247680ba7 --- /dev/null +++ b/data/laptop/asus/2023/asus-tuf-gaming-a15-fa566nc-hn083ws/asus-tuf-gaming-a15-fa566nc-hn083ws-abhinavflac-932.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-tuf-gaming-a15-fa566nc-hn083ws-abhinavflac-932", + "base_model_slug": "asus-tuf-gaming-a15-fa566nc-hn083ws", + "name": "Asus TUF Gaming A15 FA566NC-HN083WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 840, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 7535HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 932 + } +} diff --git a/data/laptop/asus/2023/asus-tuf-gaming-a15-fa566ncr-hn054ws/asus-tuf-gaming-a15-fa566ncr-hn054ws-abhinavflac-829.json b/data/laptop/asus/2023/asus-tuf-gaming-a15-fa566ncr-hn054ws/asus-tuf-gaming-a15-fa566ncr-hn054ws-abhinavflac-829.json new file mode 100644 index 000000000000..ac1cabb30d02 --- /dev/null +++ b/data/laptop/asus/2023/asus-tuf-gaming-a15-fa566ncr-hn054ws/asus-tuf-gaming-a15-fa566ncr-hn054ws-abhinavflac-829.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-tuf-gaming-a15-fa566ncr-hn054ws-abhinavflac-829", + "base_model_slug": "asus-tuf-gaming-a15-fa566ncr-hn054ws", + "name": "Asus TUF Gaming A15 FA566NCR-HN054WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 849, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7435HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 829 + } +} diff --git a/data/laptop/asus/2023/asus-tuf-gaming-a15-fa566ncr-hn075w/asus-tuf-gaming-a15-fa566ncr-hn075w-abhinavflac-921.json b/data/laptop/asus/2023/asus-tuf-gaming-a15-fa566ncr-hn075w/asus-tuf-gaming-a15-fa566ncr-hn075w-abhinavflac-921.json new file mode 100644 index 000000000000..4ec61f2224d8 --- /dev/null +++ b/data/laptop/asus/2023/asus-tuf-gaming-a15-fa566ncr-hn075w/asus-tuf-gaming-a15-fa566ncr-hn075w-abhinavflac-921.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-tuf-gaming-a15-fa566ncr-hn075w-abhinavflac-921", + "base_model_slug": "asus-tuf-gaming-a15-fa566ncr-hn075w", + "name": "Asus TUF Gaming A15 FA566NCR-HN075W", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 795, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7435HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 921 + } +} diff --git a/data/laptop/asus/2023/asus-tuf-gaming-a15-fa566ncr-hn117w/asus-tuf-gaming-a15-fa566ncr-hn117w-abhinavflac-521.json b/data/laptop/asus/2023/asus-tuf-gaming-a15-fa566ncr-hn117w/asus-tuf-gaming-a15-fa566ncr-hn117w-abhinavflac-521.json new file mode 100644 index 000000000000..acca3a704fd9 --- /dev/null +++ b/data/laptop/asus/2023/asus-tuf-gaming-a15-fa566ncr-hn117w/asus-tuf-gaming-a15-fa566ncr-hn117w-abhinavflac-521.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-tuf-gaming-a15-fa566ncr-hn117w-abhinavflac-521", + "base_model_slug": "asus-tuf-gaming-a15-fa566ncr-hn117w", + "name": "Asus TUF Gaming A15 FA566NCR-HN117W", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 855, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7435HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 521 + } +} diff --git a/data/laptop/asus/2023/asus-tuf-gaming-a15-fa566ncr-hn254ws/asus-tuf-gaming-a15-fa566ncr-hn254ws-abhinavflac-610.json b/data/laptop/asus/2023/asus-tuf-gaming-a15-fa566ncr-hn254ws/asus-tuf-gaming-a15-fa566ncr-hn254ws-abhinavflac-610.json new file mode 100644 index 000000000000..6aa62d5e9f92 --- /dev/null +++ b/data/laptop/asus/2023/asus-tuf-gaming-a15-fa566ncr-hn254ws/asus-tuf-gaming-a15-fa566ncr-hn254ws-abhinavflac-610.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-tuf-gaming-a15-fa566ncr-hn254ws-abhinavflac-610", + "base_model_slug": "asus-tuf-gaming-a15-fa566ncr-hn254ws", + "name": "Asus TUF Gaming A15 FA566NCR-HN254WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 812, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7435HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 610 + } +} diff --git a/data/laptop/asus/2023/asus-tuf-gaming-a15-fa566nfr-hn045ws/asus-tuf-gaming-a15-fa566nfr-hn045ws-abhinavflac-839.json b/data/laptop/asus/2023/asus-tuf-gaming-a15-fa566nfr-hn045ws/asus-tuf-gaming-a15-fa566nfr-hn045ws-abhinavflac-839.json new file mode 100644 index 000000000000..f5ead7ed31a1 --- /dev/null +++ b/data/laptop/asus/2023/asus-tuf-gaming-a15-fa566nfr-hn045ws/asus-tuf-gaming-a15-fa566nfr-hn045ws-abhinavflac-839.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-tuf-gaming-a15-fa566nfr-hn045ws-abhinavflac-839", + "base_model_slug": "asus-tuf-gaming-a15-fa566nfr-hn045ws", + "name": "Asus TUF Gaming A15 FA566NFR-HN045WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 753, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7435HS", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 839 + } +} diff --git a/data/laptop/asus/2023/asus-tuf-gaming-a15-fa566nfr-hn259w/asus-tuf-gaming-a15-fa566nfr-hn259w-abhinavflac-926.json b/data/laptop/asus/2023/asus-tuf-gaming-a15-fa566nfr-hn259w/asus-tuf-gaming-a15-fa566nfr-hn259w-abhinavflac-926.json new file mode 100644 index 000000000000..b04bcfc77fd6 --- /dev/null +++ b/data/laptop/asus/2023/asus-tuf-gaming-a15-fa566nfr-hn259w/asus-tuf-gaming-a15-fa566nfr-hn259w-abhinavflac-926.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-tuf-gaming-a15-fa566nfr-hn259w-abhinavflac-926", + "base_model_slug": "asus-tuf-gaming-a15-fa566nfr-hn259w", + "name": "Asus TUF Gaming A15 FA566NFR-HN259W", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 735, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7435HS", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 926 + } +} diff --git a/data/laptop/asus/2023/asus-tuf-gaming-a15-fa566nfr-hn260w/asus-tuf-gaming-a15-fa566nfr-hn260w-abhinavflac-927.json b/data/laptop/asus/2023/asus-tuf-gaming-a15-fa566nfr-hn260w/asus-tuf-gaming-a15-fa566nfr-hn260w-abhinavflac-927.json new file mode 100644 index 000000000000..1d85fd31a9ad --- /dev/null +++ b/data/laptop/asus/2023/asus-tuf-gaming-a15-fa566nfr-hn260w/asus-tuf-gaming-a15-fa566nfr-hn260w-abhinavflac-927.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-tuf-gaming-a15-fa566nfr-hn260w-abhinavflac-927", + "base_model_slug": "asus-tuf-gaming-a15-fa566nfr-hn260w", + "name": "Asus TUF Gaming A15 FA566NFR-HN260W", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 721, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7435HS", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 927 + } +} diff --git a/data/laptop/asus/2023/asus-tuf-gaming-a16-2025/asus-tuf-gaming-a16-2025-abhinavflac-131.json b/data/laptop/asus/2023/asus-tuf-gaming-a16-2025/asus-tuf-gaming-a16-2025-abhinavflac-131.json new file mode 100644 index 000000000000..c17725fb5014 --- /dev/null +++ b/data/laptop/asus/2023/asus-tuf-gaming-a16-2025/asus-tuf-gaming-a16-2025-abhinavflac-131.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-tuf-gaming-a16-2025-abhinavflac-131", + "base_model_slug": "asus-tuf-gaming-a16-2025", + "name": "Asus TUF Gaming A16 2025 FA607NUG-RL191WS Gaming", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1181, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7445HS", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 131 + } +} diff --git a/data/laptop/asus/2023/asus-tuf-gaming-a16-fa607nug-rl189ws/asus-tuf-gaming-a16-fa607nug-rl189ws-abhinavflac-240.json b/data/laptop/asus/2023/asus-tuf-gaming-a16-fa607nug-rl189ws/asus-tuf-gaming-a16-fa607nug-rl189ws-abhinavflac-240.json new file mode 100644 index 000000000000..f686aa359e60 --- /dev/null +++ b/data/laptop/asus/2023/asus-tuf-gaming-a16-fa607nug-rl189ws/asus-tuf-gaming-a16-fa607nug-rl189ws-abhinavflac-240.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-tuf-gaming-a16-fa607nug-rl189ws-abhinavflac-240", + "base_model_slug": "asus-tuf-gaming-a16-fa607nug-rl189ws", + "name": "Asus TUF Gaming A16 FA607NUG-RL189WS Gaming", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1084, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7445HS", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 240 + } +} diff --git a/data/laptop/asus/2023/asus-tuf-gaming-f15-fx507vu-lp210w/asus-tuf-gaming-f15-fx507vu-lp210w-abhinavflac-978.json b/data/laptop/asus/2023/asus-tuf-gaming-f15-fx507vu-lp210w/asus-tuf-gaming-f15-fx507vu-lp210w-abhinavflac-978.json new file mode 100644 index 000000000000..36a0d057cbb1 --- /dev/null +++ b/data/laptop/asus/2023/asus-tuf-gaming-f15-fx507vu-lp210w/asus-tuf-gaming-f15-fx507vu-lp210w-abhinavflac-978.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-tuf-gaming-f15-fx507vu-lp210w-abhinavflac-978", + "base_model_slug": "asus-tuf-gaming-f15-fx507vu-lp210w", + "name": "Asus TUF Gaming F15 FX507VU-LP210W Gaming", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1120, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 978 + } +} diff --git a/data/laptop/asus/2023/asus-tuf-gaming-f16-fx608jh-rv057ws/asus-tuf-gaming-f16-fx608jh-rv057ws-abhinavflac-396.json b/data/laptop/asus/2023/asus-tuf-gaming-f16-fx608jh-rv057ws/asus-tuf-gaming-f16-fx608jh-rv057ws-abhinavflac-396.json new file mode 100644 index 000000000000..3e96e30540ea --- /dev/null +++ b/data/laptop/asus/2023/asus-tuf-gaming-f16-fx608jh-rv057ws/asus-tuf-gaming-f16-fx608jh-rv057ws-abhinavflac-396.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-tuf-gaming-f16-fx608jh-rv057ws-abhinavflac-396", + "base_model_slug": "asus-tuf-gaming-f16-fx608jh-rv057ws", + "name": "Asus TUF Gaming F16 FX608JH-RV057WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1325, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 396 + } +} diff --git a/data/laptop/asus/2023/asus-tuf-gaming-f16-fx608jmr-rv049ws/asus-tuf-gaming-f16-fx608jmr-rv049ws-abhinavflac-432.json b/data/laptop/asus/2023/asus-tuf-gaming-f16-fx608jmr-rv049ws/asus-tuf-gaming-f16-fx608jmr-rv049ws-abhinavflac-432.json new file mode 100644 index 000000000000..3b16c373d484 --- /dev/null +++ b/data/laptop/asus/2023/asus-tuf-gaming-f16-fx608jmr-rv049ws/asus-tuf-gaming-f16-fx608jmr-rv049ws-abhinavflac-432.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-tuf-gaming-f16-fx608jmr-rv049ws-abhinavflac-432", + "base_model_slug": "asus-tuf-gaming-f16-fx608jmr-rv049ws", + "name": "Asus TUF Gaming F16 FX608JMR-RV049WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1687, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 432 + } +} diff --git a/data/laptop/asus/2023/asus-tuf-gaming-f16-fx677vu-rl155ws/asus-tuf-gaming-f16-fx677vu-rl155ws-abhinavflac-525.json b/data/laptop/asus/2023/asus-tuf-gaming-f16-fx677vu-rl155ws/asus-tuf-gaming-f16-fx677vu-rl155ws-abhinavflac-525.json new file mode 100644 index 000000000000..ae62b9a36a4f --- /dev/null +++ b/data/laptop/asus/2023/asus-tuf-gaming-f16-fx677vu-rl155ws/asus-tuf-gaming-f16-fx677vu-rl155ws-abhinavflac-525.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-tuf-gaming-f16-fx677vu-rl155ws-abhinavflac-525", + "base_model_slug": "asus-tuf-gaming-f16-fx677vu-rl155ws", + "name": "Asus TUF Gaming F16 FX677VU-RL155WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1132, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 525 + } +} diff --git a/data/laptop/asus/2023/asus-tuf-gaming-f16-fx688jpr-qt043ws/asus-tuf-gaming-f16-fx688jpr-qt043ws-abhinavflac-431.json b/data/laptop/asus/2023/asus-tuf-gaming-f16-fx688jpr-qt043ws/asus-tuf-gaming-f16-fx688jpr-qt043ws-abhinavflac-431.json new file mode 100644 index 000000000000..f83589077bf1 --- /dev/null +++ b/data/laptop/asus/2023/asus-tuf-gaming-f16-fx688jpr-qt043ws/asus-tuf-gaming-f16-fx688jpr-qt043ws-abhinavflac-431.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-tuf-gaming-f16-fx688jpr-qt043ws-abhinavflac-431", + "base_model_slug": "asus-tuf-gaming-f16-fx688jpr-qt043ws", + "name": "Asus TUF Gaming F16 FX688JPR-QT043WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2048, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 431 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-14-2025-x1404va-eb321ws/asus-vivobook-14-2025-x1404va-eb321ws-abhinavflac-106.json b/data/laptop/asus/2023/asus-vivobook-14-2025-x1404va-eb321ws/asus-vivobook-14-2025-x1404va-eb321ws-abhinavflac-106.json new file mode 100644 index 000000000000..e9eabf513c53 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-14-2025-x1404va-eb321ws/asus-vivobook-14-2025-x1404va-eb321ws-abhinavflac-106.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-14-2025-x1404va-eb321ws-abhinavflac-106", + "base_model_slug": "asus-vivobook-14-2025-x1404va-eb321ws", + "name": "Asus VivoBook 14 2025 X1404VA-EB321WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 422, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 106 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-14-x1404va-nk1186ws/asus-vivobook-14-x1404va-nk1186ws-abhinavflac-445.json b/data/laptop/asus/2023/asus-vivobook-14-x1404va-nk1186ws/asus-vivobook-14-x1404va-nk1186ws-abhinavflac-445.json new file mode 100644 index 000000000000..55d5443f1f12 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-14-x1404va-nk1186ws/asus-vivobook-14-x1404va-nk1186ws-abhinavflac-445.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-14-x1404va-nk1186ws-abhinavflac-445", + "base_model_slug": "asus-vivobook-14-x1404va-nk1186ws", + "name": "Asus VivoBook 14 X1404VA-NK1186WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 675, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 445 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-14-x1404va-nk760ws/asus-vivobook-14-x1404va-nk760ws-abhinavflac-640.json b/data/laptop/asus/2023/asus-vivobook-14-x1404va-nk760ws/asus-vivobook-14-x1404va-nk760ws-abhinavflac-640.json new file mode 100644 index 000000000000..f4c0d4b95668 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-14-x1404va-nk760ws/asus-vivobook-14-x1404va-nk760ws-abhinavflac-640.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-14-x1404va-nk760ws-abhinavflac-640", + "base_model_slug": "asus-vivobook-14-x1404va-nk760ws", + "name": "Asus VivoBook 14 X1404VA-NK760WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 419, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 640 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-14-x1404va-nk762ws/asus-vivobook-14-x1404va-nk762ws-abhinavflac-449.json b/data/laptop/asus/2023/asus-vivobook-14-x1404va-nk762ws/asus-vivobook-14-x1404va-nk762ws-abhinavflac-449.json new file mode 100644 index 000000000000..559c90a1fb86 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-14-x1404va-nk762ws/asus-vivobook-14-x1404va-nk762ws-abhinavflac-449.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-14-x1404va-nk762ws-abhinavflac-449", + "base_model_slug": "asus-vivobook-14-x1404va-nk762ws", + "name": "Asus VivoBook 14 X1404VA-NK762WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 577, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 449 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-14-x1404va-nk804ws/asus-vivobook-14-x1404va-nk804ws-abhinavflac-639.json b/data/laptop/asus/2023/asus-vivobook-14-x1404va-nk804ws/asus-vivobook-14-x1404va-nk804ws-abhinavflac-639.json new file mode 100644 index 000000000000..91840d4e23b5 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-14-x1404va-nk804ws/asus-vivobook-14-x1404va-nk804ws-abhinavflac-639.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-14-x1404va-nk804ws-abhinavflac-639", + "base_model_slug": "asus-vivobook-14-x1404va-nk804ws", + "name": "Asus VivoBook 14 X1404VA-NK804WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 530, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 639 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-15-2023-x1504va-nj3321ws/asus-vivobook-15-2023-x1504va-nj3321ws-abhinavflac-266.json b/data/laptop/asus/2023/asus-vivobook-15-2023-x1504va-nj3321ws/asus-vivobook-15-2023-x1504va-nj3321ws-abhinavflac-266.json new file mode 100644 index 000000000000..e7c82687b2f0 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-15-2023-x1504va-nj3321ws/asus-vivobook-15-2023-x1504va-nj3321ws-abhinavflac-266.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-15-2023-x1504va-nj3321ws-abhinavflac-266", + "base_model_slug": "asus-vivobook-15-2023-x1504va-nj3321ws", + "name": "Asus Vivobook 15 2023 X1504VA-NJ3321WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 434, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 266 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-15-2025-x1504va-bq343ws/asus-vivobook-15-2025-x1504va-bq343ws-abhinavflac-183.json b/data/laptop/asus/2023/asus-vivobook-15-2025-x1504va-bq343ws/asus-vivobook-15-2025-x1504va-bq343ws-abhinavflac-183.json new file mode 100644 index 000000000000..8708c5131326 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-15-2025-x1504va-bq343ws/asus-vivobook-15-2025-x1504va-bq343ws-abhinavflac-183.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-15-2025-x1504va-bq343ws-abhinavflac-183", + "base_model_slug": "asus-vivobook-15-2025-x1504va-bq343ws", + "name": "Asus Vivobook 15 2025 X1504VA-BQ343WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 482, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 183 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-15-2025-x1504va-nj3700ws/asus-vivobook-15-2025-x1504va-nj3700ws-abhinavflac-129.json b/data/laptop/asus/2023/asus-vivobook-15-2025-x1504va-nj3700ws/asus-vivobook-15-2025-x1504va-nj3700ws-abhinavflac-129.json new file mode 100644 index 000000000000..1b27d562662f --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-15-2025-x1504va-nj3700ws/asus-vivobook-15-2025-x1504va-nj3700ws-abhinavflac-129.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-15-2025-x1504va-nj3700ws-abhinavflac-129", + "base_model_slug": "asus-vivobook-15-2025-x1504va-nj3700ws", + "name": "Asus Vivobook 15 2025 X1504VA-NJ3700WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 434, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 129 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-15-m1502ya-bq989ws/asus-vivobook-15-m1502ya-bq989ws-abhinavflac-176.json b/data/laptop/asus/2023/asus-vivobook-15-m1502ya-bq989ws/asus-vivobook-15-m1502ya-bq989ws-abhinavflac-176.json new file mode 100644 index 000000000000..e89c3f406642 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-15-m1502ya-bq989ws/asus-vivobook-15-m1502ya-bq989ws-abhinavflac-176.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-15-m1502ya-bq989ws-abhinavflac-176", + "base_model_slug": "asus-vivobook-15-m1502ya-bq989ws", + "name": "Asus Vivobook 15 M1502YA-BQ989WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 590, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 7 7730U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 176 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-15-x1502va-bq1299ws/asus-vivobook-15-x1502va-bq1299ws-abhinavflac-359.json b/data/laptop/asus/2023/asus-vivobook-15-x1502va-bq1299ws/asus-vivobook-15-x1502va-bq1299ws-abhinavflac-359.json new file mode 100644 index 000000000000..e5053eb653d7 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-15-x1502va-bq1299ws/asus-vivobook-15-x1502va-bq1299ws-abhinavflac-359.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-15-x1502va-bq1299ws-abhinavflac-359", + "base_model_slug": "asus-vivobook-15-x1502va-bq1299ws", + "name": "Asus Vivobook 15 X1502VA-BQ1299WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 831, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 359 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-15-x1502va-bq836ws/asus-vivobook-15-x1502va-bq836ws-abhinavflac-689.json b/data/laptop/asus/2023/asus-vivobook-15-x1502va-bq836ws/asus-vivobook-15-x1502va-bq836ws-abhinavflac-689.json new file mode 100644 index 000000000000..f4bb6cf1c9be --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-15-x1502va-bq836ws/asus-vivobook-15-x1502va-bq836ws-abhinavflac-689.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-15-x1502va-bq836ws-abhinavflac-689", + "base_model_slug": "asus-vivobook-15-x1502va-bq836ws", + "name": "Asus Vivobook 15 X1502VA-BQ836WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 650, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 689 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-15-x1502va-bq837ws/asus-vivobook-15-x1502va-bq837ws-abhinavflac-641.json b/data/laptop/asus/2023/asus-vivobook-15-x1502va-bq837ws/asus-vivobook-15-x1502va-bq837ws-abhinavflac-641.json new file mode 100644 index 000000000000..498fcd70fefb --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-15-x1502va-bq837ws/asus-vivobook-15-x1502va-bq837ws-abhinavflac-641.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-15-x1502va-bq837ws-abhinavflac-641", + "base_model_slug": "asus-vivobook-15-x1502va-bq837ws", + "name": "Asus Vivobook 15 X1502VA-BQ837WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 783, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 641 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-15-x1502va-bq838ws/asus-vivobook-15-x1502va-bq838ws-abhinavflac-642.json b/data/laptop/asus/2023/asus-vivobook-15-x1502va-bq838ws/asus-vivobook-15-x1502va-bq838ws-abhinavflac-642.json new file mode 100644 index 000000000000..5b64001ae525 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-15-x1502va-bq838ws/asus-vivobook-15-x1502va-bq838ws-abhinavflac-642.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-15-x1502va-bq838ws-abhinavflac-642", + "base_model_slug": "asus-vivobook-15-x1502va-bq838ws", + "name": "Asus Vivobook 15 X1502VA-BQ838WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 783, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 642 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-15-x1504va-bq321ws/asus-vivobook-15-x1504va-bq321ws-abhinavflac-115.json b/data/laptop/asus/2023/asus-vivobook-15-x1504va-bq321ws/asus-vivobook-15-x1504va-bq321ws-abhinavflac-115.json new file mode 100644 index 000000000000..c1d0c7363cf8 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-15-x1504va-bq321ws/asus-vivobook-15-x1504va-bq321ws-abhinavflac-115.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-15-x1504va-bq321ws-abhinavflac-115", + "base_model_slug": "asus-vivobook-15-x1504va-bq321ws", + "name": "Asus Vivobook 15 X1504VA-BQ321WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 446, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 115 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-15-x1504va-e81599ws/asus-vivobook-15-x1504va-e81599ws-abhinavflac-517.json b/data/laptop/asus/2023/asus-vivobook-15-x1504va-e81599ws/asus-vivobook-15-x1504va-e81599ws-abhinavflac-517.json new file mode 100644 index 000000000000..89be4fe65b70 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-15-x1504va-e81599ws/asus-vivobook-15-x1504va-e81599ws-abhinavflac-517.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-15-x1504va-e81599ws-abhinavflac-517", + "base_model_slug": "asus-vivobook-15-x1504va-e81599ws", + "name": "Asus Vivobook 15 X1504VA-E81599WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 494, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 517 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-15-x1504va-e83959ws/asus-vivobook-15-x1504va-e83959ws-abhinavflac-160.json b/data/laptop/asus/2023/asus-vivobook-15-x1504va-e83959ws/asus-vivobook-15-x1504va-e83959ws-abhinavflac-160.json new file mode 100644 index 000000000000..b28826aed3b9 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-15-x1504va-e83959ws/asus-vivobook-15-x1504va-e83959ws-abhinavflac-160.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-15-x1504va-e83959ws-abhinavflac-160", + "base_model_slug": "asus-vivobook-15-x1504va-e83959ws", + "name": "Asus Vivobook 15 X1504VA-E83959WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 518, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 160 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-15-x1504va-nj1765ws/asus-vivobook-15-x1504va-nj1765ws-abhinavflac-522.json b/data/laptop/asus/2023/asus-vivobook-15-x1504va-nj1765ws/asus-vivobook-15-x1504va-nj1765ws-abhinavflac-522.json new file mode 100644 index 000000000000..3ee15ba9b52d --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-15-x1504va-nj1765ws/asus-vivobook-15-x1504va-nj1765ws-abhinavflac-522.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-15-x1504va-nj1765ws-abhinavflac-522", + "base_model_slug": "asus-vivobook-15-x1504va-nj1765ws", + "name": "Asus Vivobook 15 X1504VA-NJ1765WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 542, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 522 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-15-x1504va-nj2217ws/asus-vivobook-15-x1504va-nj2217ws-abhinavflac-575.json b/data/laptop/asus/2023/asus-vivobook-15-x1504va-nj2217ws/asus-vivobook-15-x1504va-nj2217ws-abhinavflac-575.json new file mode 100644 index 000000000000..841eee7f0199 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-15-x1504va-nj2217ws/asus-vivobook-15-x1504va-nj2217ws-abhinavflac-575.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-15-x1504va-nj2217ws-abhinavflac-575", + "base_model_slug": "asus-vivobook-15-x1504va-nj2217ws", + "name": "Asus Vivobook 15 X1504VA-NJ2217WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 590, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 575 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-15-x1504va-nj2218ws/asus-vivobook-15-x1504va-nj2218ws-abhinavflac-444.json b/data/laptop/asus/2023/asus-vivobook-15-x1504va-nj2218ws/asus-vivobook-15-x1504va-nj2218ws-abhinavflac-444.json new file mode 100644 index 000000000000..cba6fa8b812e --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-15-x1504va-nj2218ws/asus-vivobook-15-x1504va-nj2218ws-abhinavflac-444.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-15-x1504va-nj2218ws-abhinavflac-444", + "base_model_slug": "asus-vivobook-15-x1504va-nj2218ws", + "name": "Asus Vivobook 15 X1504VA-NJ2218WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 590, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 444 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-15-x1504va-nj2325ws/asus-vivobook-15-x1504va-nj2325ws-abhinavflac-661.json b/data/laptop/asus/2023/asus-vivobook-15-x1504va-nj2325ws/asus-vivobook-15-x1504va-nj2325ws-abhinavflac-661.json new file mode 100644 index 000000000000..e858697b4330 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-15-x1504va-nj2325ws/asus-vivobook-15-x1504va-nj2325ws-abhinavflac-661.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-15-x1504va-nj2325ws-abhinavflac-661", + "base_model_slug": "asus-vivobook-15-x1504va-nj2325ws", + "name": "Asus Vivobook 15 X1504VA-NJ2325WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 470, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 661 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-15-x1504va-nj3320ws/asus-vivobook-15-x1504va-nj3320ws-abhinavflac-161.json b/data/laptop/asus/2023/asus-vivobook-15-x1504va-nj3320ws/asus-vivobook-15-x1504va-nj3320ws-abhinavflac-161.json new file mode 100644 index 000000000000..b9bdcb4f6cfc --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-15-x1504va-nj3320ws/asus-vivobook-15-x1504va-nj3320ws-abhinavflac-161.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-15-x1504va-nj3320ws-abhinavflac-161", + "base_model_slug": "asus-vivobook-15-x1504va-nj3320ws", + "name": "Asus Vivobook 15 X1504VA-NJ3320WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 434, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 161 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-15-x1504va-nj3321ws/asus-vivobook-15-x1504va-nj3321ws-abhinavflac-491.json b/data/laptop/asus/2023/asus-vivobook-15-x1504va-nj3321ws/asus-vivobook-15-x1504va-nj3321ws-abhinavflac-491.json new file mode 100644 index 000000000000..39ab9e513f91 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-15-x1504va-nj3321ws/asus-vivobook-15-x1504va-nj3321ws-abhinavflac-491.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-15-x1504va-nj3321ws-abhinavflac-491", + "base_model_slug": "asus-vivobook-15-x1504va-nj3321ws", + "name": "Asus Vivobook 15 X1504VA-NJ3321WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 434, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 491 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-15-x1504va-nj540ws/asus-vivobook-15-x1504va-nj540ws-abhinavflac-990.json b/data/laptop/asus/2023/asus-vivobook-15-x1504va-nj540ws/asus-vivobook-15-x1504va-nj540ws-abhinavflac-990.json new file mode 100644 index 000000000000..347f6ca7d0bb --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-15-x1504va-nj540ws/asus-vivobook-15-x1504va-nj540ws-abhinavflac-990.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-15-x1504va-nj540ws-abhinavflac-990", + "base_model_slug": "asus-vivobook-15-x1504va-nj540ws", + "name": "Asus Vivobook 15 X1504VA-NJ540WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 590, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 990 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-15-x1504va-nj546ws/asus-vivobook-15-x1504va-nj546ws-abhinavflac-220.json b/data/laptop/asus/2023/asus-vivobook-15-x1504va-nj546ws/asus-vivobook-15-x1504va-nj546ws-abhinavflac-220.json new file mode 100644 index 000000000000..95250e648503 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-15-x1504va-nj546ws/asus-vivobook-15-x1504va-nj546ws-abhinavflac-220.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-15-x1504va-nj546ws-abhinavflac-220", + "base_model_slug": "asus-vivobook-15-x1504va-nj546ws", + "name": "Asus Vivobook 15 X1504VA-NJ546WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 590, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 220 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-16-x1605va-mb1275ws/asus-vivobook-16-x1605va-mb1275ws-abhinavflac-557.json b/data/laptop/asus/2023/asus-vivobook-16-x1605va-mb1275ws/asus-vivobook-16-x1605va-mb1275ws-abhinavflac-557.json new file mode 100644 index 000000000000..c215d9fb8f30 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-16-x1605va-mb1275ws/asus-vivobook-16-x1605va-mb1275ws-abhinavflac-557.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-16-x1605va-mb1275ws-abhinavflac-557", + "base_model_slug": "asus-vivobook-16-x1605va-mb1275ws", + "name": "Asus Vivobook 16 X1605VA-MB1275WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 747, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 557 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-16-x1605va-mb1627ws/asus-vivobook-16-x1605va-mb1627ws-abhinavflac-548.json b/data/laptop/asus/2023/asus-vivobook-16-x1605va-mb1627ws/asus-vivobook-16-x1605va-mb1627ws-abhinavflac-548.json new file mode 100644 index 000000000000..8197a4cfb626 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-16-x1605va-mb1627ws/asus-vivobook-16-x1605va-mb1627ws-abhinavflac-548.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-16-x1605va-mb1627ws-abhinavflac-548", + "base_model_slug": "asus-vivobook-16-x1605va-mb1627ws", + "name": "Asus Vivobook 16 X1605VA-MB1627WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 671, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 548 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-16-x1605va-mb1628ws/asus-vivobook-16-x1605va-mb1628ws-abhinavflac-609.json b/data/laptop/asus/2023/asus-vivobook-16-x1605va-mb1628ws/asus-vivobook-16-x1605va-mb1628ws-abhinavflac-609.json new file mode 100644 index 000000000000..f0a94bd48a04 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-16-x1605va-mb1628ws/asus-vivobook-16-x1605va-mb1628ws-abhinavflac-609.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-16-x1605va-mb1628ws-abhinavflac-609", + "base_model_slug": "asus-vivobook-16-x1605va-mb1628ws", + "name": "Asus Vivobook 16 X1605VA-MB1628WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 806, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 609 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-16-x1605va-mb9946ws/asus-vivobook-16-x1605va-mb9946ws-abhinavflac-682.json b/data/laptop/asus/2023/asus-vivobook-16-x1605va-mb9946ws/asus-vivobook-16-x1605va-mb9946ws-abhinavflac-682.json new file mode 100644 index 000000000000..b978c89337e7 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-16-x1605va-mb9946ws/asus-vivobook-16-x1605va-mb9946ws-abhinavflac-682.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-16-x1605va-mb9946ws-abhinavflac-682", + "base_model_slug": "asus-vivobook-16-x1605va-mb9946ws", + "name": "Asus Vivobook 16 X1605VA-MB9946WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 819, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I9 13900H", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 682 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-16-x1605va-sh1952ws-oled/asus-vivobook-16-x1605va-sh1952ws-oled-abhinavflac-169.json b/data/laptop/asus/2023/asus-vivobook-16-x1605va-sh1952ws-oled/asus-vivobook-16-x1605va-sh1952ws-oled-abhinavflac-169.json new file mode 100644 index 000000000000..3db17fb2b79e --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-16-x1605va-sh1952ws-oled/asus-vivobook-16-x1605va-sh1952ws-oled-abhinavflac-169.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-16-x1605va-sh1952ws-oled-abhinavflac-169", + "base_model_slug": "asus-vivobook-16-x1605va-sh1952ws-oled", + "name": "Asus Vivobook 16 X1605VA-SH1952WS OLED", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 771, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 169 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-16x-k3605vc-rp413ws/asus-vivobook-16x-k3605vc-rp413ws-abhinavflac-659.json b/data/laptop/asus/2023/asus-vivobook-16x-k3605vc-rp413ws/asus-vivobook-16x-k3605vc-rp413ws-abhinavflac-659.json new file mode 100644 index 000000000000..485884d6bdbc --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-16x-k3605vc-rp413ws/asus-vivobook-16x-k3605vc-rp413ws-abhinavflac-659.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-16x-k3605vc-rp413ws-abhinavflac-659", + "base_model_slug": "asus-vivobook-16x-k3605vc-rp413ws", + "name": "Asus Vivobook 16X K3605VC-RP413WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 783, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 659 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-16x-k3605vc-rp492ws/asus-vivobook-16x-k3605vc-rp492ws-abhinavflac-343.json b/data/laptop/asus/2023/asus-vivobook-16x-k3605vc-rp492ws/asus-vivobook-16x-k3605vc-rp492ws-abhinavflac-343.json new file mode 100644 index 000000000000..dff2a1d18490 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-16x-k3605vc-rp492ws/asus-vivobook-16x-k3605vc-rp492ws-abhinavflac-343.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-16x-k3605vc-rp492ws-abhinavflac-343", + "base_model_slug": "asus-vivobook-16x-k3605vc-rp492ws", + "name": "Asus Vivobook 16X K3605VC-RP492WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 898, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 343 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-go-14-e1404fa-eb2322ws/asus-vivobook-go-14-e1404fa-eb2322ws-abhinavflac-13.json b/data/laptop/asus/2023/asus-vivobook-go-14-e1404fa-eb2322ws/asus-vivobook-go-14-e1404fa-eb2322ws-abhinavflac-13.json new file mode 100644 index 000000000000..d350dd4c6c82 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-go-14-e1404fa-eb2322ws/asus-vivobook-go-14-e1404fa-eb2322ws-abhinavflac-13.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-go-14-e1404fa-eb2322ws-abhinavflac-13", + "base_model_slug": "asus-vivobook-go-14-e1404fa-eb2322ws", + "name": "Asus Vivobook Go 14 E1404FA-EB2322WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 373, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 13 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-go-14-e1404fa-eb2521ws/asus-vivobook-go-14-e1404fa-eb2521ws-abhinavflac-141.json b/data/laptop/asus/2023/asus-vivobook-go-14-e1404fa-eb2521ws/asus-vivobook-go-14-e1404fa-eb2521ws-abhinavflac-141.json new file mode 100644 index 000000000000..3f94e0e76fba --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-go-14-e1404fa-eb2521ws/asus-vivobook-go-14-e1404fa-eb2521ws-abhinavflac-141.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-go-14-e1404fa-eb2521ws-abhinavflac-141", + "base_model_slug": "asus-vivobook-go-14-e1404fa-eb2521ws", + "name": "Asus Vivobook Go 14 E1404FA-EB2521WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 429, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 141 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-go-14-e1404fa-eb2542ws/asus-vivobook-go-14-e1404fa-eb2542ws-abhinavflac-118.json b/data/laptop/asus/2023/asus-vivobook-go-14-e1404fa-eb2542ws/asus-vivobook-go-14-e1404fa-eb2542ws-abhinavflac-118.json new file mode 100644 index 000000000000..992b3c2ef834 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-go-14-e1404fa-eb2542ws/asus-vivobook-go-14-e1404fa-eb2542ws-abhinavflac-118.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-go-14-e1404fa-eb2542ws-abhinavflac-118", + "base_model_slug": "asus-vivobook-go-14-e1404fa-eb2542ws", + "name": "Asus Vivobook Go 14 E1404FA-EB2542WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 494, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 118 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-go-14-e1404fa-eb666ws/asus-vivobook-go-14-e1404fa-eb666ws-abhinavflac-142.json b/data/laptop/asus/2023/asus-vivobook-go-14-e1404fa-eb666ws/asus-vivobook-go-14-e1404fa-eb666ws-abhinavflac-142.json new file mode 100644 index 000000000000..ee0460b9b929 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-go-14-e1404fa-eb666ws/asus-vivobook-go-14-e1404fa-eb666ws-abhinavflac-142.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-go-14-e1404fa-eb666ws-abhinavflac-142", + "base_model_slug": "asus-vivobook-go-14-e1404fa-eb666ws", + "name": "Asus Vivobook Go 14 E1404FA-EB666WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 392, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 142 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-go-14-e1404fa-nk3321ws/asus-vivobook-go-14-e1404fa-nk3321ws-abhinavflac-660.json b/data/laptop/asus/2023/asus-vivobook-go-14-e1404fa-nk3321ws/asus-vivobook-go-14-e1404fa-nk3321ws-abhinavflac-660.json new file mode 100644 index 000000000000..87d59c3c520c --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-go-14-e1404fa-nk3321ws/asus-vivobook-go-14-e1404fa-nk3321ws-abhinavflac-660.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-go-14-e1404fa-nk3321ws-abhinavflac-660", + "base_model_slug": "asus-vivobook-go-14-e1404fa-nk3321ws", + "name": "Asus Vivobook Go 14 E1404FA-NK3321WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 373, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 660 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-go-14-e1404fa-nk5542ws/asus-vivobook-go-14-e1404fa-nk5542ws-abhinavflac-662.json b/data/laptop/asus/2023/asus-vivobook-go-14-e1404fa-nk5542ws/asus-vivobook-go-14-e1404fa-nk5542ws-abhinavflac-662.json new file mode 100644 index 000000000000..2992b15ca3a7 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-go-14-e1404fa-nk5542ws/asus-vivobook-go-14-e1404fa-nk5542ws-abhinavflac-662.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-go-14-e1404fa-nk5542ws-abhinavflac-662", + "base_model_slug": "asus-vivobook-go-14-e1404fa-nk5542ws", + "name": "Asus Vivobook Go 14 E1404FA-NK5542WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 494, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 662 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-go-15-e1504fa-bq2323ws/asus-vivobook-go-15-e1504fa-bq2323ws-abhinavflac-154.json b/data/laptop/asus/2023/asus-vivobook-go-15-e1504fa-bq2323ws/asus-vivobook-go-15-e1504fa-bq2323ws-abhinavflac-154.json new file mode 100644 index 000000000000..acd8cdfa6ca8 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-go-15-e1504fa-bq2323ws/asus-vivobook-go-15-e1504fa-bq2323ws-abhinavflac-154.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-go-15-e1504fa-bq2323ws-abhinavflac-154", + "base_model_slug": "asus-vivobook-go-15-e1504fa-bq2323ws", + "name": "Asus Vivobook Go 15 E1504FA-BQ2323WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 422, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 154 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-go-15-e1504fa-bq2343ws/asus-vivobook-go-15-e1504fa-bq2343ws-abhinavflac-3.json b/data/laptop/asus/2023/asus-vivobook-go-15-e1504fa-bq2343ws/asus-vivobook-go-15-e1504fa-bq2343ws-abhinavflac-3.json new file mode 100644 index 000000000000..4692d95d64be --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-go-15-e1504fa-bq2343ws/asus-vivobook-go-15-e1504fa-bq2343ws-abhinavflac-3.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-go-15-e1504fa-bq2343ws-abhinavflac-3", + "base_model_slug": "asus-vivobook-go-15-e1504fa-bq2343ws", + "name": "Asus Vivobook Go 15 E1504FA-BQ2343WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 422, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 3 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-go-15-e1504fa-bq2523ws/asus-vivobook-go-15-e1504fa-bq2523ws-abhinavflac-29.json b/data/laptop/asus/2023/asus-vivobook-go-15-e1504fa-bq2523ws/asus-vivobook-go-15-e1504fa-bq2523ws-abhinavflac-29.json new file mode 100644 index 000000000000..9a76f0054198 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-go-15-e1504fa-bq2523ws/asus-vivobook-go-15-e1504fa-bq2523ws-abhinavflac-29.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-go-15-e1504fa-bq2523ws-abhinavflac-29", + "base_model_slug": "asus-vivobook-go-15-e1504fa-bq2523ws", + "name": "Asus Vivobook Go 15 E1504FA-BQ2523WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 446, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 29 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-go-15-e1504fa-bq2543ws/asus-vivobook-go-15-e1504fa-bq2543ws-abhinavflac-117.json b/data/laptop/asus/2023/asus-vivobook-go-15-e1504fa-bq2543ws/asus-vivobook-go-15-e1504fa-bq2543ws-abhinavflac-117.json new file mode 100644 index 000000000000..40d5ef807c16 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-go-15-e1504fa-bq2543ws/asus-vivobook-go-15-e1504fa-bq2543ws-abhinavflac-117.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-go-15-e1504fa-bq2543ws-abhinavflac-117", + "base_model_slug": "asus-vivobook-go-15-e1504fa-bq2543ws", + "name": "Asus Vivobook Go 15 E1504FA-BQ2543WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 506, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 117 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-go-15-e1504fa-nj131ws/asus-vivobook-go-15-e1504fa-nj131ws-abhinavflac-615.json b/data/laptop/asus/2023/asus-vivobook-go-15-e1504fa-nj131ws/asus-vivobook-go-15-e1504fa-nj131ws-abhinavflac-615.json new file mode 100644 index 000000000000..2b0893ea62c6 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-go-15-e1504fa-nj131ws/asus-vivobook-go-15-e1504fa-nj131ws-abhinavflac-615.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-go-15-e1504fa-nj131ws-abhinavflac-615", + "base_model_slug": "asus-vivobook-go-15-e1504fa-nj131ws", + "name": "Asus Vivobook Go 15 E1504FA-NJ131WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 370, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 615 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-go-15-e1504fa-nj132ws/asus-vivobook-go-15-e1504fa-nj132ws-abhinavflac-616.json b/data/laptop/asus/2023/asus-vivobook-go-15-e1504fa-nj132ws/asus-vivobook-go-15-e1504fa-nj132ws-abhinavflac-616.json new file mode 100644 index 000000000000..14379e9b8472 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-go-15-e1504fa-nj132ws/asus-vivobook-go-15-e1504fa-nj132ws-abhinavflac-616.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-go-15-e1504fa-nj132ws-abhinavflac-616", + "base_model_slug": "asus-vivobook-go-15-e1504fa-nj132ws", + "name": "Asus Vivobook Go 15 E1504FA-NJ132WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 419, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 616 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-go-15-e1504fa-nj549ws/asus-vivobook-go-15-e1504fa-nj549ws-abhinavflac-859.json b/data/laptop/asus/2023/asus-vivobook-go-15-e1504fa-nj549ws/asus-vivobook-go-15-e1504fa-nj549ws-abhinavflac-859.json new file mode 100644 index 000000000000..ee8de36b8ae8 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-go-15-e1504fa-nj549ws/asus-vivobook-go-15-e1504fa-nj549ws-abhinavflac-859.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-go-15-e1504fa-nj549ws-abhinavflac-859", + "base_model_slug": "asus-vivobook-go-15-e1504fa-nj549ws", + "name": "Asus Vivobook Go 15 E1504FA-NJ549WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 494, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 859 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-go-15-e1504fa-nj5542ws/asus-vivobook-go-15-e1504fa-nj5542ws-abhinavflac-440.json b/data/laptop/asus/2023/asus-vivobook-go-15-e1504fa-nj5542ws/asus-vivobook-go-15-e1504fa-nj5542ws-abhinavflac-440.json new file mode 100644 index 000000000000..7c4110e59cd0 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-go-15-e1504fa-nj5542ws/asus-vivobook-go-15-e1504fa-nj5542ws-abhinavflac-440.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-go-15-e1504fa-nj5542ws-abhinavflac-440", + "base_model_slug": "asus-vivobook-go-15-e1504fa-nj5542ws", + "name": "Asus Vivobook Go 15 E1504FA-NJ5542WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 494, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 440 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-go-15-oled/asus-vivobook-go-15-oled-abhinavflac-860.json b/data/laptop/asus/2023/asus-vivobook-go-15-oled/asus-vivobook-go-15-oled-abhinavflac-860.json new file mode 100644 index 000000000000..9379c689392d --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-go-15-oled/asus-vivobook-go-15-oled-abhinavflac-860.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-go-15-oled-abhinavflac-860", + "base_model_slug": "asus-vivobook-go-15-oled", + "name": "Asus Vivobook Go 15 OLED E1504FAB-LK549WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 576, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 860 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-s-15-oled/asus-vivobook-s-15-oled-abhinavflac-984.json b/data/laptop/asus/2023/asus-vivobook-s-15-oled/asus-vivobook-s-15-oled-abhinavflac-984.json new file mode 100644 index 000000000000..ea640314d25f --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-s-15-oled/asus-vivobook-s-15-oled-abhinavflac-984.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-s-15-oled-abhinavflac-984", + "base_model_slug": "asus-vivobook-s-15-oled", + "name": "Asus Vivobook S 15 OLED 2024 S5506MA-MA951WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1446, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 9 185H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "2880x1620" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 984 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-s14-2025-s3407va-ly037ws/asus-vivobook-s14-2025-s3407va-ly037ws-abhinavflac-531.json b/data/laptop/asus/2023/asus-vivobook-s14-2025-s3407va-ly037ws/asus-vivobook-s14-2025-s3407va-ly037ws-abhinavflac-531.json new file mode 100644 index 000000000000..f0f2731a0775 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-s14-2025-s3407va-ly037ws/asus-vivobook-s14-2025-s3407va-ly037ws-abhinavflac-531.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-s14-2025-s3407va-ly037ws-abhinavflac-531", + "base_model_slug": "asus-vivobook-s14-2025-s3407va-ly037ws", + "name": "Asus Vivobook S14 2025 S3407VA-LY037WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 711, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 531 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-s14-2025-s3407va-ly040ws/asus-vivobook-s14-2025-s3407va-ly040ws-abhinavflac-532.json b/data/laptop/asus/2023/asus-vivobook-s14-2025-s3407va-ly040ws/asus-vivobook-s14-2025-s3407va-ly040ws-abhinavflac-532.json new file mode 100644 index 000000000000..6e0938d9bd2c --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-s14-2025-s3407va-ly040ws/asus-vivobook-s14-2025-s3407va-ly040ws-abhinavflac-532.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-s14-2025-s3407va-ly040ws-abhinavflac-532", + "base_model_slug": "asus-vivobook-s14-2025-s3407va-ly040ws", + "name": "Asus Vivobook S14 2025 S3407VA-LY040WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 831, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 532 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-s14-flip-2025/asus-vivobook-s14-flip-2025-abhinavflac-482.json b/data/laptop/asus/2023/asus-vivobook-s14-flip-2025/asus-vivobook-s14-flip-2025-abhinavflac-482.json new file mode 100644 index 000000000000..c535b418ecc0 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-s14-flip-2025/asus-vivobook-s14-flip-2025-abhinavflac-482.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-s14-flip-2025-abhinavflac-482", + "base_model_slug": "asus-vivobook-s14-flip-2025", + "name": "Asus Vivobook S14 Flip 2025 TP3402VAO-LZ619WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 807, + "device_category": "Convertible", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 482 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-s14-flip-2025/asus-vivobook-s14-flip-2025-abhinavflac-533.json b/data/laptop/asus/2023/asus-vivobook-s14-flip-2025/asus-vivobook-s14-flip-2025-abhinavflac-533.json new file mode 100644 index 000000000000..f7f25c6a7eb7 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-s14-flip-2025/asus-vivobook-s14-flip-2025-abhinavflac-533.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-s14-flip-2025-abhinavflac-533", + "base_model_slug": "asus-vivobook-s14-flip-2025", + "name": "ASUS Vivobook S14 Flip 2025 TP3402VAO-LZ612WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 807, + "device_category": "Convertible", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 533 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-s15-k5504vab-bn416ws/asus-vivobook-s15-k5504vab-bn416ws-abhinavflac-755.json b/data/laptop/asus/2023/asus-vivobook-s15-k5504vab-bn416ws/asus-vivobook-s15-k5504vab-bn416ws-abhinavflac-755.json new file mode 100644 index 000000000000..f41249ac37a4 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-s15-k5504vab-bn416ws/asus-vivobook-s15-k5504vab-bn416ws-abhinavflac-755.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-s15-k5504vab-bn416ws-abhinavflac-755", + "base_model_slug": "asus-vivobook-s15-k5504vab-bn416ws", + "name": "Asus Vivobook S15 K5504VAB-BN416WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 817, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13500H", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 755 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-s15-k5504vab-bn417ws/asus-vivobook-s15-k5504vab-bn417ws-abhinavflac-824.json b/data/laptop/asus/2023/asus-vivobook-s15-k5504vab-bn417ws/asus-vivobook-s15-k5504vab-bn417ws-abhinavflac-824.json new file mode 100644 index 000000000000..472eae458832 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-s15-k5504vab-bn417ws/asus-vivobook-s15-k5504vab-bn417ws-abhinavflac-824.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-s15-k5504vab-bn417ws-abhinavflac-824", + "base_model_slug": "asus-vivobook-s15-k5504vab-bn417ws", + "name": "Asus Vivobook S15 K5504VAB-BN417WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 879, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I9 13900H", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 824 + } +} diff --git a/data/laptop/asus/2023/asus-vivobook-s15-oled-s5504va-ma943ws/asus-vivobook-s15-oled-s5504va-ma943ws-abhinavflac-889.json b/data/laptop/asus/2023/asus-vivobook-s15-oled-s5504va-ma943ws/asus-vivobook-s15-oled-s5504va-ma943ws-abhinavflac-889.json new file mode 100644 index 000000000000..619f57b1a525 --- /dev/null +++ b/data/laptop/asus/2023/asus-vivobook-s15-oled-s5504va-ma943ws/asus-vivobook-s15-oled-s5504va-ma943ws-abhinavflac-889.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-s15-oled-s5504va-ma943ws-abhinavflac-889", + "base_model_slug": "asus-vivobook-s15-oled-s5504va-ma943ws", + "name": "Asus Vivobook S15 OLED S5504VA-MA943WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1155, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I9 13900H", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "2880x1620" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 889 + } +} diff --git a/data/laptop/asus/2023/asus-zenbook-14-oled-ux3405ma-pp555ws/asus-zenbook-14-oled-ux3405ma-pp555ws-abhinavflac-710.json b/data/laptop/asus/2023/asus-zenbook-14-oled-ux3405ma-pp555ws/asus-zenbook-14-oled-ux3405ma-pp555ws-abhinavflac-710.json new file mode 100644 index 000000000000..5ac741dfbc5d --- /dev/null +++ b/data/laptop/asus/2023/asus-zenbook-14-oled-ux3405ma-pp555ws/asus-zenbook-14-oled-ux3405ma-pp555ws-abhinavflac-710.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-zenbook-14-oled-ux3405ma-pp555ws-abhinavflac-710", + "base_model_slug": "asus-zenbook-14-oled-ux3405ma-pp555ws", + "name": "Asus Zenbook 14 OLED UX3405MA-PP555WS", + "brand": "asus", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1084, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 710 + } +} diff --git a/data/laptop/asus/2024/asus-chromebook-cx1400cka-nk0488/asus-chromebook-cx1400cka-nk0488-abhinavflac-607.json b/data/laptop/asus/2024/asus-chromebook-cx1400cka-nk0488/asus-chromebook-cx1400cka-nk0488-abhinavflac-607.json new file mode 100644 index 000000000000..4ba73a0038b6 --- /dev/null +++ b/data/laptop/asus/2024/asus-chromebook-cx1400cka-nk0488/asus-chromebook-cx1400cka-nk0488-abhinavflac-607.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-chromebook-cx1400cka-nk0488-abhinavflac-607", + "base_model_slug": "asus-chromebook-cx1400cka-nk0488", + "name": "Asus Chromebook CX1400CKA-NK0488", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 4, + "os": "Chrome", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 287, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 128, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 607 + } +} diff --git a/data/laptop/asus/2024/asus-chromebook-cx1405cka-s60342/asus-chromebook-cx1405cka-s60342-abhinavflac-235.json b/data/laptop/asus/2024/asus-chromebook-cx1405cka-s60342/asus-chromebook-cx1405cka-s60342-abhinavflac-235.json new file mode 100644 index 000000000000..c057f4f06458 --- /dev/null +++ b/data/laptop/asus/2024/asus-chromebook-cx1405cka-s60342/asus-chromebook-cx1405cka-s60342-abhinavflac-235.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-chromebook-cx1405cka-s60342-abhinavflac-235", + "base_model_slug": "asus-chromebook-cx1405cka-s60342", + "name": "Asus Chromebook CX1405CKA-S60342", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 4, + "os": "Chrome", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 181, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 64, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 235 + } +} diff --git a/data/laptop/asus/2024/asus-chromebook-cx1405cka-s60394/asus-chromebook-cx1405cka-s60394-abhinavflac-349.json b/data/laptop/asus/2024/asus-chromebook-cx1405cka-s60394/asus-chromebook-cx1405cka-s60394-abhinavflac-349.json new file mode 100644 index 000000000000..ee55e122203c --- /dev/null +++ b/data/laptop/asus/2024/asus-chromebook-cx1405cka-s60394/asus-chromebook-cx1405cka-s60394-abhinavflac-349.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-chromebook-cx1405cka-s60394-abhinavflac-349", + "base_model_slug": "asus-chromebook-cx1405cka-s60394", + "name": "Asus Chromebook CX1405CKA-S60394", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 8, + "os": "Chrome", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 301, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 128, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 349 + } +} diff --git a/data/laptop/asus/2024/asus-chromebook-cx1500cka-nj0395/asus-chromebook-cx1500cka-nj0395-abhinavflac-983.json b/data/laptop/asus/2024/asus-chromebook-cx1500cka-nj0395/asus-chromebook-cx1500cka-nj0395-abhinavflac-983.json new file mode 100644 index 000000000000..ae158c2255d6 --- /dev/null +++ b/data/laptop/asus/2024/asus-chromebook-cx1500cka-nj0395/asus-chromebook-cx1500cka-nj0395-abhinavflac-983.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-chromebook-cx1500cka-nj0395-abhinavflac-983", + "base_model_slug": "asus-chromebook-cx1500cka-nj0395", + "name": "Asus Chromebook CX1500CKA-NJ0395", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 8, + "os": "Chrome", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 325, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 128, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 983 + } +} diff --git a/data/laptop/asus/2024/asus-chromebook-cx1500cka-nj0411/asus-chromebook-cx1500cka-nj0411-abhinavflac-175.json b/data/laptop/asus/2024/asus-chromebook-cx1500cka-nj0411/asus-chromebook-cx1500cka-nj0411-abhinavflac-175.json new file mode 100644 index 000000000000..8fe860b6b732 --- /dev/null +++ b/data/laptop/asus/2024/asus-chromebook-cx1500cka-nj0411/asus-chromebook-cx1500cka-nj0411-abhinavflac-175.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-chromebook-cx1500cka-nj0411-abhinavflac-175", + "base_model_slug": "asus-chromebook-cx1500cka-nj0411", + "name": "Asus Chromebook CX1500CKA-NJ0411", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 8, + "os": "Chrome", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 193, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 64, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 175 + } +} diff --git a/data/laptop/asus/2024/asus-chromebook-cx1500fka-e80077/asus-chromebook-cx1500fka-e80077-abhinavflac-96.json b/data/laptop/asus/2024/asus-chromebook-cx1500fka-e80077/asus-chromebook-cx1500fka-e80077-abhinavflac-96.json new file mode 100644 index 000000000000..1c341b6aeb84 --- /dev/null +++ b/data/laptop/asus/2024/asus-chromebook-cx1500fka-e80077/asus-chromebook-cx1500fka-e80077-abhinavflac-96.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-chromebook-cx1500fka-e80077-abhinavflac-96", + "base_model_slug": "asus-chromebook-cx1500fka-e80077", + "name": "Asus Chromebook CX1500FKA-E80077", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 8, + "os": "Chrome", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 193, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 64, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 96 + } +} diff --git a/data/laptop/asus/2024/asus-chromebook-cx1505cka-s70179/asus-chromebook-cx1505cka-s70179-abhinavflac-227.json b/data/laptop/asus/2024/asus-chromebook-cx1505cka-s70179/asus-chromebook-cx1505cka-s70179-abhinavflac-227.json new file mode 100644 index 000000000000..2a7e45ce5e83 --- /dev/null +++ b/data/laptop/asus/2024/asus-chromebook-cx1505cka-s70179/asus-chromebook-cx1505cka-s70179-abhinavflac-227.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-chromebook-cx1505cka-s70179-abhinavflac-227", + "base_model_slug": "asus-chromebook-cx1505cka-s70179", + "name": "Asus Chromebook CX1505CKA-S70179", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 4, + "os": "Chrome", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 193, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 64, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 227 + } +} diff --git a/data/laptop/asus/2024/asus-chromebook-cx1505cka-s70182/asus-chromebook-cx1505cka-s70182-abhinavflac-226.json b/data/laptop/asus/2024/asus-chromebook-cx1505cka-s70182/asus-chromebook-cx1505cka-s70182-abhinavflac-226.json new file mode 100644 index 000000000000..815715d578dd --- /dev/null +++ b/data/laptop/asus/2024/asus-chromebook-cx1505cka-s70182/asus-chromebook-cx1505cka-s70182-abhinavflac-226.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-chromebook-cx1505cka-s70182-abhinavflac-226", + "base_model_slug": "asus-chromebook-cx1505cka-s70182", + "name": "Asus Chromebook CX1505CKA-S70182", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 8, + "os": "Chrome", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 287, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 128, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 226 + } +} diff --git a/data/laptop/asus/2024/asus-expertbook-p5-p5405csa-nz0583ws/asus-expertbook-p5-p5405csa-nz0583ws-abhinavflac-534.json b/data/laptop/asus/2024/asus-expertbook-p5-p5405csa-nz0583ws/asus-expertbook-p5-p5405csa-nz0583ws-abhinavflac-534.json new file mode 100644 index 000000000000..cca2a5792a43 --- /dev/null +++ b/data/laptop/asus/2024/asus-expertbook-p5-p5405csa-nz0583ws/asus-expertbook-p5-p5405csa-nz0583ws-abhinavflac-534.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-expertbook-p5-p5405csa-nz0583ws-abhinavflac-534", + "base_model_slug": "asus-expertbook-p5-p5405csa-nz0583ws", + "name": "Asus Expertbook P5 P5405CSA-NZ0583WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1024, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 226V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 534 + } +} diff --git a/data/laptop/asus/2024/asus-gaming-v16-2025-v3607vh-rp037ws/asus-gaming-v16-2025-v3607vh-rp037ws-abhinavflac-317.json b/data/laptop/asus/2024/asus-gaming-v16-2025-v3607vh-rp037ws/asus-gaming-v16-2025-v3607vh-rp037ws-abhinavflac-317.json new file mode 100644 index 000000000000..ebaa8f7a4204 --- /dev/null +++ b/data/laptop/asus/2024/asus-gaming-v16-2025-v3607vh-rp037ws/asus-gaming-v16-2025-v3607vh-rp037ws-abhinavflac-317.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-gaming-v16-2025-v3607vh-rp037ws-abhinavflac-317", + "base_model_slug": "asus-gaming-v16-2025-v3607vh-rp037ws", + "name": "Asus Gaming V16 2025 V3607VH-RP037WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1217, + "device_category": "Gaming", + "cpu_name": "Intel Core 5 210H", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 317 + } +} diff --git a/data/laptop/asus/2024/asus-gaming-v16-2025-v3607vh-rp038ws/asus-gaming-v16-2025-v3607vh-rp038ws-abhinavflac-315.json b/data/laptop/asus/2024/asus-gaming-v16-2025-v3607vh-rp038ws/asus-gaming-v16-2025-v3607vh-rp038ws-abhinavflac-315.json new file mode 100644 index 000000000000..7c6a0e21138b --- /dev/null +++ b/data/laptop/asus/2024/asus-gaming-v16-2025-v3607vh-rp038ws/asus-gaming-v16-2025-v3607vh-rp038ws-abhinavflac-315.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-gaming-v16-2025-v3607vh-rp038ws-abhinavflac-315", + "base_model_slug": "asus-gaming-v16-2025-v3607vh-rp038ws", + "name": "Asus Gaming V16 2025 V3607VH-RP038WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1313, + "device_category": "Gaming", + "cpu_name": "Intel Core 7 240H", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 315 + } +} diff --git a/data/laptop/asus/2024/asus-gaming-v16-2025-v3607vu-rp550ws/asus-gaming-v16-2025-v3607vu-rp550ws-abhinavflac-672.json b/data/laptop/asus/2024/asus-gaming-v16-2025-v3607vu-rp550ws/asus-gaming-v16-2025-v3607vu-rp550ws-abhinavflac-672.json new file mode 100644 index 000000000000..d53fa05cd48b --- /dev/null +++ b/data/laptop/asus/2024/asus-gaming-v16-2025-v3607vu-rp550ws/asus-gaming-v16-2025-v3607vu-rp550ws-abhinavflac-672.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-gaming-v16-2025-v3607vu-rp550ws-abhinavflac-672", + "base_model_slug": "asus-gaming-v16-2025-v3607vu-rp550ws", + "name": "Asus Gaming V16 2025 V3607VU-RP550WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 938, + "device_category": "Gaming", + "cpu_name": "Intel Core 5 210H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 672 + } +} diff --git a/data/laptop/asus/2024/asus-gaming-v16-v3607vm-rp057ws/asus-gaming-v16-v3607vm-rp057ws-abhinavflac-360.json b/data/laptop/asus/2024/asus-gaming-v16-v3607vm-rp057ws/asus-gaming-v16-v3607vm-rp057ws-abhinavflac-360.json new file mode 100644 index 000000000000..d2faa3e28495 --- /dev/null +++ b/data/laptop/asus/2024/asus-gaming-v16-v3607vm-rp057ws/asus-gaming-v16-v3607vm-rp057ws-abhinavflac-360.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-gaming-v16-v3607vm-rp057ws-abhinavflac-360", + "base_model_slug": "asus-gaming-v16-v3607vm-rp057ws", + "name": "Asus Gaming V16 V3607VM-RP057WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1446, + "device_category": "Gaming", + "cpu_name": "Intel Core 7 240H", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 360 + } +} diff --git a/data/laptop/asus/2024/asus-gaming-v16-v3607vu-rp275ws/asus-gaming-v16-v3607vu-rp275ws-abhinavflac-675.json b/data/laptop/asus/2024/asus-gaming-v16-v3607vu-rp275ws/asus-gaming-v16-v3607vu-rp275ws-abhinavflac-675.json new file mode 100644 index 000000000000..a709df1eb104 --- /dev/null +++ b/data/laptop/asus/2024/asus-gaming-v16-v3607vu-rp275ws/asus-gaming-v16-v3607vu-rp275ws-abhinavflac-675.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-gaming-v16-v3607vu-rp275ws-abhinavflac-675", + "base_model_slug": "asus-gaming-v16-v3607vu-rp275ws", + "name": "Asus Gaming V16 V3607VU-RP275WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1048, + "device_category": "Gaming", + "cpu_name": "Intel Core 7 240H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 675 + } +} diff --git a/data/laptop/asus/2024/asus-rog-strix-g16-g614ph-rv033ws/asus-rog-strix-g16-g614ph-rv033ws-abhinavflac-397.json b/data/laptop/asus/2024/asus-rog-strix-g16-g614ph-rv033ws/asus-rog-strix-g16-g614ph-rv033ws-abhinavflac-397.json new file mode 100644 index 000000000000..fc0daadc57ca --- /dev/null +++ b/data/laptop/asus/2024/asus-rog-strix-g16-g614ph-rv033ws/asus-rog-strix-g16-g614ph-rv033ws-abhinavflac-397.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-rog-strix-g16-g614ph-rv033ws-abhinavflac-397", + "base_model_slug": "asus-rog-strix-g16-g614ph-rv033ws", + "name": "Asus ROG Strix G16 G614PH-RV033WS Gaming", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1687, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 9 8940HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 397 + } +} diff --git a/data/laptop/asus/2024/asus-rog-strix-g16-g614pm-s5046ws/asus-rog-strix-g16-g614pm-s5046ws-abhinavflac-429.json b/data/laptop/asus/2024/asus-rog-strix-g16-g614pm-s5046ws/asus-rog-strix-g16-g614pm-s5046ws-abhinavflac-429.json new file mode 100644 index 000000000000..3210ae754f2e --- /dev/null +++ b/data/laptop/asus/2024/asus-rog-strix-g16-g614pm-s5046ws/asus-rog-strix-g16-g614pm-s5046ws-abhinavflac-429.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-rog-strix-g16-g614pm-s5046ws-abhinavflac-429", + "base_model_slug": "asus-rog-strix-g16-g614pm-s5046ws", + "name": "Asus ROG Strix G16 G614PM-S5046WS Gaming", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1988, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 9 8940HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 429 + } +} diff --git a/data/laptop/asus/2024/asus-rog-strix-g16-g614pr-rv032ws/asus-rog-strix-g16-g614pr-rv032ws-abhinavflac-502.json b/data/laptop/asus/2024/asus-rog-strix-g16-g614pr-rv032ws/asus-rog-strix-g16-g614pr-rv032ws-abhinavflac-502.json new file mode 100644 index 000000000000..baeb785d647e --- /dev/null +++ b/data/laptop/asus/2024/asus-rog-strix-g16-g614pr-rv032ws/asus-rog-strix-g16-g614pr-rv032ws-abhinavflac-502.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-rog-strix-g16-g614pr-rv032ws-abhinavflac-502", + "base_model_slug": "asus-rog-strix-g16-g614pr-rv032ws", + "name": "Asus ROG Strix G16 G614PR-RV032WS Gaming", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2650, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 9 8940HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070 Ti", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 502 + } +} diff --git a/data/laptop/asus/2024/asus-rog-strix-g16-g615lm-s5128ws/asus-rog-strix-g16-g615lm-s5128ws-abhinavflac-424.json b/data/laptop/asus/2024/asus-rog-strix-g16-g615lm-s5128ws/asus-rog-strix-g16-g615lm-s5128ws-abhinavflac-424.json new file mode 100644 index 000000000000..e4ac04c67eac --- /dev/null +++ b/data/laptop/asus/2024/asus-rog-strix-g16-g615lm-s5128ws/asus-rog-strix-g16-g615lm-s5128ws-abhinavflac-424.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-rog-strix-g16-g615lm-s5128ws-abhinavflac-424", + "base_model_slug": "asus-rog-strix-g16-g615lm-s5128ws", + "name": "Asus ROG Strix G16 G615LM-S5128WS Gaming", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2229, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 424 + } +} diff --git a/data/laptop/asus/2024/asus-rog-strix-g16-g615lp-s5022ws/asus-rog-strix-g16-g615lp-s5022ws-abhinavflac-428.json b/data/laptop/asus/2024/asus-rog-strix-g16-g615lp-s5022ws/asus-rog-strix-g16-g615lp-s5022ws-abhinavflac-428.json new file mode 100644 index 000000000000..e8cd2126c561 --- /dev/null +++ b/data/laptop/asus/2024/asus-rog-strix-g16-g615lp-s5022ws/asus-rog-strix-g16-g615lp-s5022ws-abhinavflac-428.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-rog-strix-g16-g615lp-s5022ws-abhinavflac-428", + "base_model_slug": "asus-rog-strix-g16-g615lp-s5022ws", + "name": "Asus ROG Strix G16 G615LP-S5022WS Gaming", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2530, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 428 + } +} diff --git a/data/laptop/asus/2024/asus-rog-strix-g16-g615lr-s5190ws/asus-rog-strix-g16-g615lr-s5190ws-abhinavflac-503.json b/data/laptop/asus/2024/asus-rog-strix-g16-g615lr-s5190ws/asus-rog-strix-g16-g615lr-s5190ws-abhinavflac-503.json new file mode 100644 index 000000000000..679b82268b14 --- /dev/null +++ b/data/laptop/asus/2024/asus-rog-strix-g16-g615lr-s5190ws/asus-rog-strix-g16-g615lr-s5190ws-abhinavflac-503.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-rog-strix-g16-g615lr-s5190ws-abhinavflac-503", + "base_model_slug": "asus-rog-strix-g16-g615lr-s5190ws", + "name": "Asus ROG Strix G16 G615LR-S5190WS Gaming", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 3012, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070 Ti", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 503 + } +} diff --git a/data/laptop/asus/2024/asus-rog-strix-g16-g615lw-rv148ws/asus-rog-strix-g16-g615lw-rv148ws-abhinavflac-407.json b/data/laptop/asus/2024/asus-rog-strix-g16-g615lw-rv148ws/asus-rog-strix-g16-g615lw-rv148ws-abhinavflac-407.json new file mode 100644 index 000000000000..5b44354ed408 --- /dev/null +++ b/data/laptop/asus/2024/asus-rog-strix-g16-g615lw-rv148ws/asus-rog-strix-g16-g615lw-rv148ws-abhinavflac-407.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-rog-strix-g16-g615lw-rv148ws-abhinavflac-407", + "base_model_slug": "asus-rog-strix-g16-g615lw-rv148ws", + "name": "Asus ROG Strix G16 G615LW-RV148WS Gaming", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 3614, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5080", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 407 + } +} diff --git a/data/laptop/asus/2024/asus-rog-strix-scar-16/asus-rog-strix-scar-16-abhinavflac-507.json b/data/laptop/asus/2024/asus-rog-strix-scar-16/asus-rog-strix-scar-16-abhinavflac-507.json new file mode 100644 index 000000000000..2dfaae78ab42 --- /dev/null +++ b/data/laptop/asus/2024/asus-rog-strix-scar-16/asus-rog-strix-scar-16-abhinavflac-507.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-rog-strix-scar-16-abhinavflac-507", + "base_model_slug": "asus-rog-strix-scar-16", + "name": "Asus ROG Strix SCAR 16 2025 G635LW-RW157WS Gaming", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 4336, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5080", + "gpu_type": "Dedicated", + "storage_gb": 2048, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 507 + } +} diff --git a/data/laptop/asus/2024/asus-rog-strix-scar-16/asus-rog-strix-scar-16-abhinavflac-712.json b/data/laptop/asus/2024/asus-rog-strix-scar-16/asus-rog-strix-scar-16-abhinavflac-712.json new file mode 100644 index 000000000000..f0fee67eebd0 --- /dev/null +++ b/data/laptop/asus/2024/asus-rog-strix-scar-16/asus-rog-strix-scar-16-abhinavflac-712.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-rog-strix-scar-16-abhinavflac-712", + "base_model_slug": "asus-rog-strix-scar-16", + "name": "Asus ROG Strix SCAR 16 (2025) G635LX-RW158WS Gaming", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 5120, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5090", + "gpu_type": "Dedicated", + "storage_gb": 2048, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 712 + } +} diff --git a/data/laptop/asus/2024/asus-rog-strix-scar-18/asus-rog-strix-scar-18-abhinavflac-506.json b/data/laptop/asus/2024/asus-rog-strix-scar-18/asus-rog-strix-scar-18-abhinavflac-506.json new file mode 100644 index 000000000000..be4e8bd191b1 --- /dev/null +++ b/data/laptop/asus/2024/asus-rog-strix-scar-18/asus-rog-strix-scar-18-abhinavflac-506.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-rog-strix-scar-18-abhinavflac-506", + "base_model_slug": "asus-rog-strix-scar-18", + "name": "Asus ROG Strix SCAR 18 2025 G835LX-SA187WS Gaming", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 64, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 5422, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5090", + "gpu_type": "Dedicated", + "storage_gb": 2048, + "display": { + "size_inch": 18.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 506 + } +} diff --git a/data/laptop/asus/2024/asus-rog-zephyrus-g16-gu605cw-qr133ws/asus-rog-zephyrus-g16-gu605cw-qr133ws-abhinavflac-505.json b/data/laptop/asus/2024/asus-rog-zephyrus-g16-gu605cw-qr133ws/asus-rog-zephyrus-g16-gu605cw-qr133ws-abhinavflac-505.json new file mode 100644 index 000000000000..0b53b6311e0f --- /dev/null +++ b/data/laptop/asus/2024/asus-rog-zephyrus-g16-gu605cw-qr133ws/asus-rog-zephyrus-g16-gu605cw-qr133ws-abhinavflac-505.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-rog-zephyrus-g16-gu605cw-qr133ws-abhinavflac-505", + "base_model_slug": "asus-rog-zephyrus-g16-gu605cw-qr133ws", + "name": "Asus ROG Zephyrus G16 GU605CW-QR133WS Gaming", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 4217, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 285H", + "gpu_name": "NVIDIA GeForce RTX RTX 5080", + "gpu_type": "Dedicated", + "storage_gb": 2048, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 505 + } +} diff --git a/data/laptop/asus/2024/asus-tuf-gaming-a14-fa401wv-rg475ws/asus-tuf-gaming-a14-fa401wv-rg475ws-abhinavflac-613.json b/data/laptop/asus/2024/asus-tuf-gaming-a14-fa401wv-rg475ws/asus-tuf-gaming-a14-fa401wv-rg475ws-abhinavflac-613.json new file mode 100644 index 000000000000..73af0672564d --- /dev/null +++ b/data/laptop/asus/2024/asus-tuf-gaming-a14-fa401wv-rg475ws/asus-tuf-gaming-a14-fa401wv-rg475ws-abhinavflac-613.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-tuf-gaming-a14-fa401wv-rg475ws-abhinavflac-613", + "base_model_slug": "asus-tuf-gaming-a14-fa401wv-rg475ws", + "name": "Asus TUF Gaming A14 FA401WV-RG475WS Gaming", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1807, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen Ai 9 HX370", + "gpu_name": "NVIDIA GeForce RTX RTX 4060", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 613 + } +} diff --git a/data/laptop/asus/2024/asus-tuf-gaming-a15-2024/asus-tuf-gaming-a15-2024-abhinavflac-850.json b/data/laptop/asus/2024/asus-tuf-gaming-a15-2024/asus-tuf-gaming-a15-2024-abhinavflac-850.json new file mode 100644 index 000000000000..45958132d8f5 --- /dev/null +++ b/data/laptop/asus/2024/asus-tuf-gaming-a15-2024/asus-tuf-gaming-a15-2024-abhinavflac-850.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-tuf-gaming-a15-2024-abhinavflac-850", + "base_model_slug": "asus-tuf-gaming-a15-2024", + "name": "Asus TUF Gaming A15 2024 FA507UV-LP137WS Gaming", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1325, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 9 8945H", + "gpu_name": "NVIDIA GeForce RTX RTX 4060", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 850 + } +} diff --git a/data/laptop/asus/2024/asus-tuf-gaming-a16-fa608pp-qt014ws/asus-tuf-gaming-a16-fa608pp-qt014ws-abhinavflac-430.json b/data/laptop/asus/2024/asus-tuf-gaming-a16-fa608pp-qt014ws/asus-tuf-gaming-a16-fa608pp-qt014ws-abhinavflac-430.json new file mode 100644 index 000000000000..08fff65e9ea1 --- /dev/null +++ b/data/laptop/asus/2024/asus-tuf-gaming-a16-fa608pp-qt014ws/asus-tuf-gaming-a16-fa608pp-qt014ws-abhinavflac-430.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-tuf-gaming-a16-fa608pp-qt014ws-abhinavflac-430", + "base_model_slug": "asus-tuf-gaming-a16-fa608pp-qt014ws", + "name": "Asus TUF Gaming A16 FA608PP-QT014WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1928, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 9 8940HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 430 + } +} diff --git a/data/laptop/asus/2024/asus-tuf-gaming-f16-fx607vb-rl076ws/asus-tuf-gaming-f16-fx607vb-rl076ws-abhinavflac-612.json b/data/laptop/asus/2024/asus-tuf-gaming-f16-fx607vb-rl076ws/asus-tuf-gaming-f16-fx607vb-rl076ws-abhinavflac-612.json new file mode 100644 index 000000000000..9631faac9074 --- /dev/null +++ b/data/laptop/asus/2024/asus-tuf-gaming-f16-fx607vb-rl076ws/asus-tuf-gaming-f16-fx607vb-rl076ws-abhinavflac-612.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-tuf-gaming-f16-fx607vb-rl076ws-abhinavflac-612", + "base_model_slug": "asus-tuf-gaming-f16-fx607vb-rl076ws", + "name": "Asus TUF Gaming F16 FX607VB-RL076WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 855, + "device_category": "Gaming", + "cpu_name": "Intel Core 5 210H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050A", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 612 + } +} diff --git a/data/laptop/asus/2024/asus-tuf-gaming-f16-fx607vb-rl087ws/asus-tuf-gaming-f16-fx607vb-rl087ws-abhinavflac-611.json b/data/laptop/asus/2024/asus-tuf-gaming-f16-fx607vb-rl087ws/asus-tuf-gaming-f16-fx607vb-rl087ws-abhinavflac-611.json new file mode 100644 index 000000000000..5f74370eb5d0 --- /dev/null +++ b/data/laptop/asus/2024/asus-tuf-gaming-f16-fx607vb-rl087ws/asus-tuf-gaming-f16-fx607vb-rl087ws-abhinavflac-611.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-tuf-gaming-f16-fx607vb-rl087ws-abhinavflac-611", + "base_model_slug": "asus-tuf-gaming-f16-fx607vb-rl087ws", + "name": "Asus TUF Gaming F16 FX607VB-RL087WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 855, + "device_category": "Gaming", + "cpu_name": "Intel Core 5 210H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050A", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 611 + } +} diff --git a/data/laptop/asus/2024/asus-tuf-gaming-f16-fx677vb-rl097ws/asus-tuf-gaming-f16-fx677vb-rl097ws-abhinavflac-166.json b/data/laptop/asus/2024/asus-tuf-gaming-f16-fx677vb-rl097ws/asus-tuf-gaming-f16-fx677vb-rl097ws-abhinavflac-166.json new file mode 100644 index 000000000000..d4489b642dab --- /dev/null +++ b/data/laptop/asus/2024/asus-tuf-gaming-f16-fx677vb-rl097ws/asus-tuf-gaming-f16-fx677vb-rl097ws-abhinavflac-166.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-tuf-gaming-f16-fx677vb-rl097ws-abhinavflac-166", + "base_model_slug": "asus-tuf-gaming-f16-fx677vb-rl097ws", + "name": "Asus TUF Gaming F16 FX677VB-RL097WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 961, + "device_category": "Gaming", + "cpu_name": "Intel Core 5 210H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050A", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 166 + } +} diff --git a/data/laptop/asus/2024/asus-tuf-gaming-f16-fx677vu-rl055ws/asus-tuf-gaming-f16-fx677vu-rl055ws-abhinavflac-426.json b/data/laptop/asus/2024/asus-tuf-gaming-f16-fx677vu-rl055ws/asus-tuf-gaming-f16-fx677vu-rl055ws-abhinavflac-426.json new file mode 100644 index 000000000000..56d46ec15ef2 --- /dev/null +++ b/data/laptop/asus/2024/asus-tuf-gaming-f16-fx677vu-rl055ws/asus-tuf-gaming-f16-fx677vu-rl055ws-abhinavflac-426.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-tuf-gaming-f16-fx677vu-rl055ws-abhinavflac-426", + "base_model_slug": "asus-tuf-gaming-f16-fx677vu-rl055ws", + "name": "Asus TUF Gaming F16 FX677VU-RL055WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1048, + "device_category": "Gaming", + "cpu_name": "Intel Core 5 210H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 426 + } +} diff --git a/data/laptop/asus/2024/asus-vivobook-14-2025-s3407ca-ly057ws/asus-vivobook-14-2025-s3407ca-ly057ws-abhinavflac-414.json b/data/laptop/asus/2024/asus-vivobook-14-2025-s3407ca-ly057ws/asus-vivobook-14-2025-s3407ca-ly057ws-abhinavflac-414.json new file mode 100644 index 000000000000..8810039e2edc --- /dev/null +++ b/data/laptop/asus/2024/asus-vivobook-14-2025-s3407ca-ly057ws/asus-vivobook-14-2025-s3407ca-ly057ws-abhinavflac-414.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-14-2025-s3407ca-ly057ws-abhinavflac-414", + "base_model_slug": "asus-vivobook-14-2025-s3407ca-ly057ws", + "name": "Asus Vivobook 14 2025 S3407CA-LY057WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 879, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 5 225H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 414 + } +} diff --git a/data/laptop/asus/2024/asus-vivobook-14-2025-x1404vap-eb542ws/asus-vivobook-14-2025-x1404vap-eb542ws-abhinavflac-254.json b/data/laptop/asus/2024/asus-vivobook-14-2025-x1404vap-eb542ws/asus-vivobook-14-2025-x1404vap-eb542ws-abhinavflac-254.json new file mode 100644 index 000000000000..ba24361ea779 --- /dev/null +++ b/data/laptop/asus/2024/asus-vivobook-14-2025-x1404vap-eb542ws/asus-vivobook-14-2025-x1404vap-eb542ws-abhinavflac-254.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-14-2025-x1404vap-eb542ws-abhinavflac-254", + "base_model_slug": "asus-vivobook-14-2025-x1404vap-eb542ws", + "name": "Asus Vivobook 14 2025 X1404VAP-EB542WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 602, + "device_category": "Thin & Light", + "cpu_name": "Intel Core 5 120U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 254 + } +} diff --git a/data/laptop/asus/2024/asus-vivobook-14-2025-x1407ca-ly102ws/asus-vivobook-14-2025-x1407ca-ly102ws-abhinavflac-671.json b/data/laptop/asus/2024/asus-vivobook-14-2025-x1407ca-ly102ws/asus-vivobook-14-2025-x1407ca-ly102ws-abhinavflac-671.json new file mode 100644 index 000000000000..62f46dbab406 --- /dev/null +++ b/data/laptop/asus/2024/asus-vivobook-14-2025-x1407ca-ly102ws/asus-vivobook-14-2025-x1407ca-ly102ws-abhinavflac-671.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-14-2025-x1407ca-ly102ws-abhinavflac-671", + "base_model_slug": "asus-vivobook-14-2025-x1407ca-ly102ws", + "name": "Asus Vivobook 14 2025 X1407CA-LY102WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 807, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 5 225H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 671 + } +} diff --git a/data/laptop/asus/2024/asus-vivobook-14-2025-x1407ca-ly1581ws/asus-vivobook-14-2025-x1407ca-ly1581ws-abhinavflac-184.json b/data/laptop/asus/2024/asus-vivobook-14-2025-x1407ca-ly1581ws/asus-vivobook-14-2025-x1407ca-ly1581ws-abhinavflac-184.json new file mode 100644 index 000000000000..49d9520ad4de --- /dev/null +++ b/data/laptop/asus/2024/asus-vivobook-14-2025-x1407ca-ly1581ws/asus-vivobook-14-2025-x1407ca-ly1581ws-abhinavflac-184.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-14-2025-x1407ca-ly1581ws-abhinavflac-184", + "base_model_slug": "asus-vivobook-14-2025-x1407ca-ly1581ws", + "name": "Asus Vivobook 14 2025 X1407CA-LY1581WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 867, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 5 225H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 184 + } +} diff --git a/data/laptop/asus/2024/asus-vivobook-14-2025-x1504vap-bq541ws/asus-vivobook-14-2025-x1504vap-bq541ws-abhinavflac-79.json b/data/laptop/asus/2024/asus-vivobook-14-2025-x1504vap-bq541ws/asus-vivobook-14-2025-x1504vap-bq541ws-abhinavflac-79.json new file mode 100644 index 000000000000..e2e83202ba28 --- /dev/null +++ b/data/laptop/asus/2024/asus-vivobook-14-2025-x1504vap-bq541ws/asus-vivobook-14-2025-x1504vap-bq541ws-abhinavflac-79.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-14-2025-x1504vap-bq541ws-abhinavflac-79", + "base_model_slug": "asus-vivobook-14-2025-x1504vap-bq541ws", + "name": "Asus Vivobook 14 2025 X1504VAP-BQ541WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 626, + "device_category": "Thin & Light", + "cpu_name": "Intel Core 5 120U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 79 + } +} diff --git a/data/laptop/asus/2024/asus-vivobook-14-flip-tp3407sa-ql024ws/asus-vivobook-14-flip-tp3407sa-ql024ws-abhinavflac-688.json b/data/laptop/asus/2024/asus-vivobook-14-flip-tp3407sa-ql024ws/asus-vivobook-14-flip-tp3407sa-ql024ws-abhinavflac-688.json new file mode 100644 index 000000000000..3acba0255c9e --- /dev/null +++ b/data/laptop/asus/2024/asus-vivobook-14-flip-tp3407sa-ql024ws/asus-vivobook-14-flip-tp3407sa-ql024ws-abhinavflac-688.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-14-flip-tp3407sa-ql024ws-abhinavflac-688", + "base_model_slug": "asus-vivobook-14-flip-tp3407sa-ql024ws", + "name": "Asus Vivobook 14 Flip TP3407SA-QL024WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1024, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 5 226V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 688 + } +} diff --git a/data/laptop/asus/2024/asus-vivobook-14-flip-tp3407sa-ql025ws/asus-vivobook-14-flip-tp3407sa-ql025ws-abhinavflac-673.json b/data/laptop/asus/2024/asus-vivobook-14-flip-tp3407sa-ql025ws/asus-vivobook-14-flip-tp3407sa-ql025ws-abhinavflac-673.json new file mode 100644 index 000000000000..d13877750df3 --- /dev/null +++ b/data/laptop/asus/2024/asus-vivobook-14-flip-tp3407sa-ql025ws/asus-vivobook-14-flip-tp3407sa-ql025ws-abhinavflac-673.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-14-flip-tp3407sa-ql025ws-abhinavflac-673", + "base_model_slug": "asus-vivobook-14-flip-tp3407sa-ql025ws", + "name": "Asus Vivobook 14 Flip TP3407SA-QL025WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1229, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 256V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 673 + } +} diff --git a/data/laptop/asus/2024/asus-vivobook-14-s3407ca-ly084ws/asus-vivobook-14-s3407ca-ly084ws-abhinavflac-417.json b/data/laptop/asus/2024/asus-vivobook-14-s3407ca-ly084ws/asus-vivobook-14-s3407ca-ly084ws-abhinavflac-417.json new file mode 100644 index 000000000000..31ca2194bbb4 --- /dev/null +++ b/data/laptop/asus/2024/asus-vivobook-14-s3407ca-ly084ws/asus-vivobook-14-s3407ca-ly084ws-abhinavflac-417.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-14-s3407ca-ly084ws-abhinavflac-417", + "base_model_slug": "asus-vivobook-14-s3407ca-ly084ws", + "name": "Asus Vivobook 14 S3407CA-LY084WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1000, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 7 255H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 417 + } +} diff --git a/data/laptop/asus/2024/asus-vivobook-14-x1407qa-ly038ws/asus-vivobook-14-x1407qa-ly038ws-abhinavflac-307.json b/data/laptop/asus/2024/asus-vivobook-14-x1407qa-ly038ws/asus-vivobook-14-x1407qa-ly038ws-abhinavflac-307.json new file mode 100644 index 000000000000..fe51a887ae5e --- /dev/null +++ b/data/laptop/asus/2024/asus-vivobook-14-x1407qa-ly038ws/asus-vivobook-14-x1407qa-ly038ws-abhinavflac-307.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-14-x1407qa-ly038ws-abhinavflac-307", + "base_model_slug": "asus-vivobook-14-x1407qa-ly038ws", + "name": "Asus Vivobook 14 X1407QA-LY038WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 663, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X X1 26 100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 307 + } +} diff --git a/data/laptop/asus/2024/asus-vivobook-15-x1504vap-nj2861ws/asus-vivobook-15-x1504vap-nj2861ws-abhinavflac-333.json b/data/laptop/asus/2024/asus-vivobook-15-x1504vap-nj2861ws/asus-vivobook-15-x1504vap-nj2861ws-abhinavflac-333.json new file mode 100644 index 000000000000..b0f3523fe224 --- /dev/null +++ b/data/laptop/asus/2024/asus-vivobook-15-x1504vap-nj2861ws/asus-vivobook-15-x1504vap-nj2861ws-abhinavflac-333.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-15-x1504vap-nj2861ws-abhinavflac-333", + "base_model_slug": "asus-vivobook-15-x1504vap-nj2861ws", + "name": "Asus Vivobook 15 X1504VAP-NJ2861WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 590, + "device_category": "Thin & Light", + "cpu_name": "Intel Core 5 120U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 333 + } +} diff --git a/data/laptop/asus/2024/asus-vivobook-15-x1504vap-nj2864ws/asus-vivobook-15-x1504vap-nj2864ws-abhinavflac-334.json b/data/laptop/asus/2024/asus-vivobook-15-x1504vap-nj2864ws/asus-vivobook-15-x1504vap-nj2864ws-abhinavflac-334.json new file mode 100644 index 000000000000..a9aa00bbede0 --- /dev/null +++ b/data/laptop/asus/2024/asus-vivobook-15-x1504vap-nj2864ws/asus-vivobook-15-x1504vap-nj2864ws-abhinavflac-334.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-15-x1504vap-nj2864ws-abhinavflac-334", + "base_model_slug": "asus-vivobook-15-x1504vap-nj2864ws", + "name": "Asus Vivobook 15 X1504VAP-NJ2864WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 675, + "device_category": "Thin & Light", + "cpu_name": "Intel Core 5 120U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 334 + } +} diff --git a/data/laptop/asus/2024/asus-vivobook-16-2025-x1607ca-mb142ws/asus-vivobook-16-2025-x1607ca-mb142ws-abhinavflac-677.json b/data/laptop/asus/2024/asus-vivobook-16-2025-x1607ca-mb142ws/asus-vivobook-16-2025-x1607ca-mb142ws-abhinavflac-677.json new file mode 100644 index 000000000000..198a02353404 --- /dev/null +++ b/data/laptop/asus/2024/asus-vivobook-16-2025-x1607ca-mb142ws/asus-vivobook-16-2025-x1607ca-mb142ws-abhinavflac-677.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-16-2025-x1607ca-mb142ws-abhinavflac-677", + "base_model_slug": "asus-vivobook-16-2025-x1607ca-mb142ws", + "name": "Asus Vivobook 16 2025 X1607CA-MB142WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 843, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 5 225H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 677 + } +} diff --git a/data/laptop/asus/2024/asus-vivobook-16-x1607qa-mb050ws/asus-vivobook-16-x1607qa-mb050ws-abhinavflac-657.json b/data/laptop/asus/2024/asus-vivobook-16-x1607qa-mb050ws/asus-vivobook-16-x1607qa-mb050ws-abhinavflac-657.json new file mode 100644 index 000000000000..bee4c8736172 --- /dev/null +++ b/data/laptop/asus/2024/asus-vivobook-16-x1607qa-mb050ws/asus-vivobook-16-x1607qa-mb050ws-abhinavflac-657.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-16-x1607qa-mb050ws-abhinavflac-657", + "base_model_slug": "asus-vivobook-16-x1607qa-mb050ws", + "name": "Asus Vivobook 16 X1607QA-MB050WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 711, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X X1 26 100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 657 + } +} diff --git a/data/laptop/asus/2024/asus-vivobook-go-15-e1504ga-nj3321wss/asus-vivobook-go-15-e1504ga-nj3321wss-abhinavflac-443.json b/data/laptop/asus/2024/asus-vivobook-go-15-e1504ga-nj3321wss/asus-vivobook-go-15-e1504ga-nj3321wss-abhinavflac-443.json new file mode 100644 index 000000000000..e630b8c91d5d --- /dev/null +++ b/data/laptop/asus/2024/asus-vivobook-go-15-e1504ga-nj3321wss/asus-vivobook-go-15-e1504ga-nj3321wss-abhinavflac-443.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-go-15-e1504ga-nj3321wss-abhinavflac-443", + "base_model_slug": "asus-vivobook-go-15-e1504ga-nj3321wss", + "name": "Asus Vivobook Go 15 E1504GA-NJ3321WSS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 373, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 N305", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 443 + } +} diff --git a/data/laptop/asus/2024/asus-vivobook-go-15-e510ka-ej011ws/asus-vivobook-go-15-e510ka-ej011ws-abhinavflac-981.json b/data/laptop/asus/2024/asus-vivobook-go-15-e510ka-ej011ws/asus-vivobook-go-15-e510ka-ej011ws-abhinavflac-981.json new file mode 100644 index 000000000000..7dd7e70f0fb0 --- /dev/null +++ b/data/laptop/asus/2024/asus-vivobook-go-15-e510ka-ej011ws/asus-vivobook-go-15-e510ka-ej011ws-abhinavflac-981.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-go-15-e510ka-ej011ws-abhinavflac-981", + "base_model_slug": "asus-vivobook-go-15-e510ka-ej011ws", + "name": "Asus Vivobook Go 15 E510KA-EJ011WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 301, + "device_category": "Thin & Light", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel HD HD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 981 + } +} diff --git a/data/laptop/asus/2024/asus-vivobook-go-15-e510ka-ej9011ws/asus-vivobook-go-15-e510ka-ej9011ws-abhinavflac-683.json b/data/laptop/asus/2024/asus-vivobook-go-15-e510ka-ej9011ws/asus-vivobook-go-15-e510ka-ej9011ws-abhinavflac-683.json new file mode 100644 index 000000000000..65b3b0abf88a --- /dev/null +++ b/data/laptop/asus/2024/asus-vivobook-go-15-e510ka-ej9011ws/asus-vivobook-go-15-e510ka-ej9011ws-abhinavflac-683.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-go-15-e510ka-ej9011ws-abhinavflac-683", + "base_model_slug": "asus-vivobook-go-15-e510ka-ej9011ws", + "name": "Asus Vivobook Go 15 E510KA-EJ9011WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 301, + "device_category": "Thin & Light", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel HD HD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 683 + } +} diff --git a/data/laptop/asus/2024/asus-vivobook-go-15-e510kab-br1125ws/asus-vivobook-go-15-e510kab-br1125ws-abhinavflac-157.json b/data/laptop/asus/2024/asus-vivobook-go-15-e510kab-br1125ws/asus-vivobook-go-15-e510kab-br1125ws-abhinavflac-157.json new file mode 100644 index 000000000000..0b0fe00555ec --- /dev/null +++ b/data/laptop/asus/2024/asus-vivobook-go-15-e510kab-br1125ws/asus-vivobook-go-15-e510kab-br1125ws-abhinavflac-157.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-go-15-e510kab-br1125ws-abhinavflac-157", + "base_model_slug": "asus-vivobook-go-15-e510kab-br1125ws", + "name": "Asus Vivobook Go 15 E510KAB-BR1125WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 301, + "device_category": "Thin & Light", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 157 + } +} diff --git a/data/laptop/asus/2024/asus-vivobook-go-15-x1500ka-ej021w/asus-vivobook-go-15-x1500ka-ej021w-abhinavflac-758.json b/data/laptop/asus/2024/asus-vivobook-go-15-x1500ka-ej021w/asus-vivobook-go-15-x1500ka-ej021w-abhinavflac-758.json new file mode 100644 index 000000000000..3a5286276e66 --- /dev/null +++ b/data/laptop/asus/2024/asus-vivobook-go-15-x1500ka-ej021w/asus-vivobook-go-15-x1500ka-ej021w-abhinavflac-758.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-go-15-x1500ka-ej021w-abhinavflac-758", + "base_model_slug": "asus-vivobook-go-15-x1500ka-ej021w", + "name": "Asus Vivobook Go 15 X1500KA-EJ021W", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 308, + "device_category": "Thin & Light", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel HD HD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 758 + } +} diff --git a/data/laptop/asus/2024/asus-vivobook-s-14-oled/asus-vivobook-s-14-oled-abhinavflac-669.json b/data/laptop/asus/2024/asus-vivobook-s-14-oled/asus-vivobook-s-14-oled-abhinavflac-669.json new file mode 100644 index 000000000000..f9a30dcc21d9 --- /dev/null +++ b/data/laptop/asus/2024/asus-vivobook-s-14-oled/asus-vivobook-s-14-oled-abhinavflac-669.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-s-14-oled-abhinavflac-669", + "base_model_slug": "asus-vivobook-s-14-oled", + "name": "Asus Vivobook S 14 OLED 2025 S5406SA-QD094WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1205, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 7 256V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 669 + } +} diff --git a/data/laptop/asus/2024/asus-vivobook-s-14-oled/asus-vivobook-s-14-oled-abhinavflac-670.json b/data/laptop/asus/2024/asus-vivobook-s-14-oled/asus-vivobook-s-14-oled-abhinavflac-670.json new file mode 100644 index 000000000000..12897f9313bf --- /dev/null +++ b/data/laptop/asus/2024/asus-vivobook-s-14-oled/asus-vivobook-s-14-oled-abhinavflac-670.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-s-14-oled-abhinavflac-670", + "base_model_slug": "asus-vivobook-s-14-oled", + "name": "Asus Vivobook S 14 OLED 2025 S5406SA-QD098WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1024, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 5 226V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 670 + } +} diff --git a/data/laptop/asus/2024/asus-vivobook-s-15-oled/asus-vivobook-s-15-oled-abhinavflac-852.json b/data/laptop/asus/2024/asus-vivobook-s-15-oled/asus-vivobook-s-15-oled-abhinavflac-852.json new file mode 100644 index 000000000000..2e512a6eb3a1 --- /dev/null +++ b/data/laptop/asus/2024/asus-vivobook-s-15-oled/asus-vivobook-s-15-oled-abhinavflac-852.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-s-15-oled-abhinavflac-852", + "base_model_slug": "asus-vivobook-s-15-oled", + "name": "Asus Vivobook S 15 OLED S5507QA-MA551WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 843, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Plus X1P 42", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "2880x1620" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 852 + } +} diff --git a/data/laptop/asus/2024/asus-vivobook-s-15-oled/asus-vivobook-s-15-oled-abhinavflac-989.json b/data/laptop/asus/2024/asus-vivobook-s-15-oled/asus-vivobook-s-15-oled-abhinavflac-989.json new file mode 100644 index 000000000000..01337227518a --- /dev/null +++ b/data/laptop/asus/2024/asus-vivobook-s-15-oled/asus-vivobook-s-15-oled-abhinavflac-989.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-s-15-oled-abhinavflac-989", + "base_model_slug": "asus-vivobook-s-15-oled", + "name": "Asus Vivobook S 15 OLED 2024 S5507QAD-MA751WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1022, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Elite X1E 78 100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "2880x1620" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 989 + } +} diff --git a/data/laptop/asus/2024/asus-vivobook-s14-2025-s3407qa-kp020ws/asus-vivobook-s14-2025-s3407qa-kp020ws-abhinavflac-413.json b/data/laptop/asus/2024/asus-vivobook-s14-2025-s3407qa-kp020ws/asus-vivobook-s14-2025-s3407qa-kp020ws-abhinavflac-413.json new file mode 100644 index 000000000000..d8ae30f19408 --- /dev/null +++ b/data/laptop/asus/2024/asus-vivobook-s14-2025-s3407qa-kp020ws/asus-vivobook-s14-2025-s3407qa-kp020ws-abhinavflac-413.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-s14-2025-s3407qa-kp020ws-abhinavflac-413", + "base_model_slug": "asus-vivobook-s14-2025-s3407qa-kp020ws", + "name": "Asus Vivobook S14 2025 S3407QA-KP020WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 795, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X X1 26 100", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 413 + } +} diff --git a/data/laptop/asus/2024/asus-vivobook-s14-2025-s3407va-ly080ws/asus-vivobook-s14-2025-s3407va-ly080ws-abhinavflac-133.json b/data/laptop/asus/2024/asus-vivobook-s14-2025-s3407va-ly080ws/asus-vivobook-s14-2025-s3407va-ly080ws-abhinavflac-133.json new file mode 100644 index 000000000000..2a988b7e4564 --- /dev/null +++ b/data/laptop/asus/2024/asus-vivobook-s14-2025-s3407va-ly080ws/asus-vivobook-s14-2025-s3407va-ly080ws-abhinavflac-133.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-s14-2025-s3407va-ly080ws-abhinavflac-133", + "base_model_slug": "asus-vivobook-s14-2025-s3407va-ly080ws", + "name": "Asus Vivobook S14 2025 S3407VA-LY080WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 783, + "device_category": "Thin & Light", + "cpu_name": "Intel Core 5 210H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 133 + } +} diff --git a/data/laptop/asus/2024/asus-vivobook-s16-2025-s3607qa-sh074ws/asus-vivobook-s16-2025-s3607qa-sh074ws-abhinavflac-233.json b/data/laptop/asus/2024/asus-vivobook-s16-2025-s3607qa-sh074ws/asus-vivobook-s16-2025-s3607qa-sh074ws-abhinavflac-233.json new file mode 100644 index 000000000000..6b2f4b90ef4c --- /dev/null +++ b/data/laptop/asus/2024/asus-vivobook-s16-2025-s3607qa-sh074ws/asus-vivobook-s16-2025-s3607qa-sh074ws-abhinavflac-233.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-s16-2025-s3607qa-sh074ws-abhinavflac-233", + "base_model_slug": "asus-vivobook-s16-2025-s3607qa-sh074ws", + "name": "Asus Vivobook S16 2025 S3607QA-SH074WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 879, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X X1 26 100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 233 + } +} diff --git a/data/laptop/asus/2024/asus-vivobook-s16-s3607ca-sh071ws/asus-vivobook-s16-s3607ca-sh071ws-abhinavflac-203.json b/data/laptop/asus/2024/asus-vivobook-s16-s3607ca-sh071ws/asus-vivobook-s16-s3607ca-sh071ws-abhinavflac-203.json new file mode 100644 index 000000000000..6aabfacfa26c --- /dev/null +++ b/data/laptop/asus/2024/asus-vivobook-s16-s3607ca-sh071ws/asus-vivobook-s16-s3607ca-sh071ws-abhinavflac-203.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-s16-s3607ca-sh071ws-abhinavflac-203", + "base_model_slug": "asus-vivobook-s16-s3607ca-sh071ws", + "name": "Asus Vivobook S16 S3607CA-SH071WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 971, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 5 225H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 203 + } +} diff --git a/data/laptop/asus/2024/asus-vivobook-s16-s3607ca-sh077ws/asus-vivobook-s16-s3607ca-sh077ws-abhinavflac-159.json b/data/laptop/asus/2024/asus-vivobook-s16-s3607ca-sh077ws/asus-vivobook-s16-s3607ca-sh077ws-abhinavflac-159.json new file mode 100644 index 000000000000..db14b74f5e08 --- /dev/null +++ b/data/laptop/asus/2024/asus-vivobook-s16-s3607ca-sh077ws/asus-vivobook-s16-s3607ca-sh077ws-abhinavflac-159.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-vivobook-s16-s3607ca-sh077ws-abhinavflac-159", + "base_model_slug": "asus-vivobook-s16-s3607ca-sh077ws", + "name": "Asus Vivobook S16 S3607CA-SH077WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1192, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 7 255H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 159 + } +} diff --git a/data/laptop/asus/2024/asus-zenbook-14-oled-2025/asus-zenbook-14-oled-2025-abhinavflac-676.json b/data/laptop/asus/2024/asus-zenbook-14-oled-2025/asus-zenbook-14-oled-2025-abhinavflac-676.json new file mode 100644 index 000000000000..0f8474032c14 --- /dev/null +++ b/data/laptop/asus/2024/asus-zenbook-14-oled-2025/asus-zenbook-14-oled-2025-abhinavflac-676.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-zenbook-14-oled-2025-abhinavflac-676", + "base_model_slug": "asus-zenbook-14-oled-2025", + "name": "Asus Zenbook 14 OLED 2025 UX3405CA-PZ348WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1422, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 255H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 676 + } +} diff --git a/data/laptop/asus/2024/asus-zenbook-14-oled-2025/asus-zenbook-14-oled-2025-abhinavflac-678.json b/data/laptop/asus/2024/asus-zenbook-14-oled-2025/asus-zenbook-14-oled-2025-abhinavflac-678.json new file mode 100644 index 000000000000..9878ba3a4379 --- /dev/null +++ b/data/laptop/asus/2024/asus-zenbook-14-oled-2025/asus-zenbook-14-oled-2025-abhinavflac-678.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-zenbook-14-oled-2025-abhinavflac-678", + "base_model_slug": "asus-zenbook-14-oled-2025", + "name": "Asus Zenbook 14 OLED 2025 UX3405CA-PZ162WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1130, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 225H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 678 + } +} diff --git a/data/laptop/asus/2024/asus-zenbook-14-oled-2025/asus-zenbook-14-oled-2025-abhinavflac-679.json b/data/laptop/asus/2024/asus-zenbook-14-oled-2025/asus-zenbook-14-oled-2025-abhinavflac-679.json new file mode 100644 index 000000000000..c077632109d4 --- /dev/null +++ b/data/laptop/asus/2024/asus-zenbook-14-oled-2025/asus-zenbook-14-oled-2025-abhinavflac-679.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-zenbook-14-oled-2025-abhinavflac-679", + "base_model_slug": "asus-zenbook-14-oled-2025", + "name": "Asus Zenbook 14 OLED 2025 UX3405CA-PZ164WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1530, + "device_category": "General", + "cpu_name": "Intel Core Ultra 9 285H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 679 + } +} diff --git a/data/laptop/asus/2024/asus-zenbook-14-oled-2025/asus-zenbook-14-oled-2025-abhinavflac-680.json b/data/laptop/asus/2024/asus-zenbook-14-oled-2025/asus-zenbook-14-oled-2025-abhinavflac-680.json new file mode 100644 index 000000000000..eceffd2ff2cc --- /dev/null +++ b/data/laptop/asus/2024/asus-zenbook-14-oled-2025/asus-zenbook-14-oled-2025-abhinavflac-680.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-zenbook-14-oled-2025-abhinavflac-680", + "base_model_slug": "asus-zenbook-14-oled-2025", + "name": "Asus Zenbook 14 OLED 2025 UX3405CA-PZ163WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1422, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 255H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 680 + } +} diff --git a/data/laptop/asus/2024/asus-zenbook-a14-ux3407qa-qd259ws/asus-zenbook-a14-ux3407qa-qd259ws-abhinavflac-656.json b/data/laptop/asus/2024/asus-zenbook-a14-ux3407qa-qd259ws/asus-zenbook-a14-ux3407qa-qd259ws-abhinavflac-656.json new file mode 100644 index 000000000000..bec0e002af26 --- /dev/null +++ b/data/laptop/asus/2024/asus-zenbook-a14-ux3407qa-qd259ws/asus-zenbook-a14-ux3407qa-qd259ws-abhinavflac-656.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-zenbook-a14-ux3407qa-qd259ws-abhinavflac-656", + "base_model_slug": "asus-zenbook-a14-ux3407qa-qd259ws", + "name": "Asus Zenbook A14 UX3407QA-QD259WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1012, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X X1 26 100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 656 + } +} diff --git a/data/laptop/asus/2024/asus-zenbook-a14-ux3407ra-qd054ws/asus-zenbook-a14-ux3407ra-qd054ws-abhinavflac-655.json b/data/laptop/asus/2024/asus-zenbook-a14-ux3407ra-qd054ws/asus-zenbook-a14-ux3407ra-qd054ws-abhinavflac-655.json new file mode 100644 index 000000000000..cdb56187e43d --- /dev/null +++ b/data/laptop/asus/2024/asus-zenbook-a14-ux3407ra-qd054ws/asus-zenbook-a14-ux3407ra-qd054ws-abhinavflac-655.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-zenbook-a14-ux3407ra-qd054ws-abhinavflac-655", + "base_model_slug": "asus-zenbook-a14-ux3407ra-qd054ws", + "name": "Asus Zenbook A14 UX3407RA-QD054WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1084, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Elite X1E 78 100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 655 + } +} diff --git a/data/laptop/asus/2024/asus-zenbook-duo-oled-2025/asus-zenbook-duo-oled-2025-abhinavflac-674.json b/data/laptop/asus/2024/asus-zenbook-duo-oled-2025/asus-zenbook-duo-oled-2025-abhinavflac-674.json new file mode 100644 index 000000000000..3423dfe9ba9a --- /dev/null +++ b/data/laptop/asus/2024/asus-zenbook-duo-oled-2025/asus-zenbook-duo-oled-2025-abhinavflac-674.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-zenbook-duo-oled-2025-abhinavflac-674", + "base_model_slug": "asus-zenbook-duo-oled-2025", + "name": "Asus Zenbook Duo OLED 2025 UX8406CA-PZ106WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2952, + "device_category": "General", + "cpu_name": "Intel Core Ultra 9 285H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 674 + } +} diff --git a/data/laptop/asus/2024/asus-zenbook-s14-oled-ux5406sa-pz357ws/asus-zenbook-s14-oled-ux5406sa-pz357ws-abhinavflac-817.json b/data/laptop/asus/2024/asus-zenbook-s14-oled-ux5406sa-pz357ws/asus-zenbook-s14-oled-ux5406sa-pz357ws-abhinavflac-817.json new file mode 100644 index 000000000000..0208dbf1ab79 --- /dev/null +++ b/data/laptop/asus/2024/asus-zenbook-s14-oled-ux5406sa-pz357ws/asus-zenbook-s14-oled-ux5406sa-pz357ws-abhinavflac-817.json @@ -0,0 +1,27 @@ +{ + "slug": "asus-zenbook-s14-oled-ux5406sa-pz357ws-abhinavflac-817", + "base_model_slug": "asus-zenbook-s14-oled-ux5406sa-pz357ws", + "name": "Asus Zenbook S14 OLED UX5406SA-PZ357WS", + "brand": "asus", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1687, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 258V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 817 + } +} diff --git a/data/laptop/dell/2019/dell-14-plus-2-in-1/dell-14-plus-2-in-1-abhinavflac-66.json b/data/laptop/dell/2019/dell-14-plus-2-in-1/dell-14-plus-2-in-1-abhinavflac-66.json new file mode 100644 index 000000000000..77faa74963f9 --- /dev/null +++ b/data/laptop/dell/2019/dell-14-plus-2-in-1/dell-14-plus-2-in-1-abhinavflac-66.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-14-plus-2-in-1-abhinavflac-66", + "base_model_slug": "dell-14-plus-2-in-1", + "name": "Dell 14 Plus DB04255 2-in-1", + "brand": "dell", + "release_date": "2019-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1144, + "device_category": "Convertible", + "cpu_name": "AMD Ryzen Ai 7 350", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 66 + } +} diff --git a/data/laptop/dell/2019/dell-14-plus-2in1/dell-14-plus-2in1-abhinavflac-64.json b/data/laptop/dell/2019/dell-14-plus-2in1/dell-14-plus-2in1-abhinavflac-64.json new file mode 100644 index 000000000000..a00dbb1402c8 --- /dev/null +++ b/data/laptop/dell/2019/dell-14-plus-2in1/dell-14-plus-2in1-abhinavflac-64.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-14-plus-2in1-abhinavflac-64", + "base_model_slug": "dell-14-plus-2in1", + "name": "Dell 14 Plus DB04255 2in1", + "brand": "dell", + "release_date": "2019-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 994, + "device_category": "General", + "cpu_name": "AMD Ryzen Ai 5 340", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 64 + } +} diff --git a/data/laptop/dell/2019/dell-14-plus-ai/dell-14-plus-ai-abhinavflac-207.json b/data/laptop/dell/2019/dell-14-plus-ai/dell-14-plus-ai-abhinavflac-207.json new file mode 100644 index 000000000000..8ec250674039 --- /dev/null +++ b/data/laptop/dell/2019/dell-14-plus-ai/dell-14-plus-ai-abhinavflac-207.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-14-plus-ai-abhinavflac-207", + "base_model_slug": "dell-14-plus-ai", + "name": "Dell 14 Plus ODB1425550701RINU1 AI", + "brand": "dell", + "release_date": "2019-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 825, + "device_category": "General", + "cpu_name": "AMD Ryzen Ai 5 340", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 207 + } +} diff --git a/data/laptop/dell/2019/dell-14-plus-ai/dell-14-plus-ai-abhinavflac-208.json b/data/laptop/dell/2019/dell-14-plus-ai/dell-14-plus-ai-abhinavflac-208.json new file mode 100644 index 000000000000..b97af455eaf2 --- /dev/null +++ b/data/laptop/dell/2019/dell-14-plus-ai/dell-14-plus-ai-abhinavflac-208.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-14-plus-ai-abhinavflac-208", + "base_model_slug": "dell-14-plus-ai", + "name": "Dell 14 Plus ODB1425550901RINU11 AI", + "brand": "dell", + "release_date": "2019-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1018, + "device_category": "General", + "cpu_name": "AMD Ryzen Ai 7 350", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 208 + } +} diff --git a/data/laptop/dell/2019/dell-16-plus-next-gen/dell-16-plus-next-gen-abhinavflac-28.json b/data/laptop/dell/2019/dell-16-plus-next-gen/dell-16-plus-next-gen-abhinavflac-28.json new file mode 100644 index 000000000000..7470a8ed7061 --- /dev/null +++ b/data/laptop/dell/2019/dell-16-plus-next-gen/dell-16-plus-next-gen-abhinavflac-28.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-16-plus-next-gen-abhinavflac-28", + "base_model_slug": "dell-16-plus-next-gen", + "name": "Dell 16 Plus DB16255 Next Gen AI", + "brand": "dell", + "release_date": "2019-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 861, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 340", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 28 + } +} diff --git a/data/laptop/dell/2021/dell-latitude-3420/dell-latitude-3420-abhinavflac-735.json b/data/laptop/dell/2021/dell-latitude-3420/dell-latitude-3420-abhinavflac-735.json new file mode 100644 index 000000000000..11820b0c45e8 --- /dev/null +++ b/data/laptop/dell/2021/dell-latitude-3420/dell-latitude-3420-abhinavflac-735.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-latitude-3420-abhinavflac-735", + "base_model_slug": "dell-latitude-3420", + "name": "Dell Latitude 3420 GD723ZG84", + "brand": "dell", + "release_date": "2021-01-01", + "ram_gb": 16, + "os": "Ubuntu", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 675, + "device_category": "Business", + "cpu_name": "Intel Core I5 1135G7", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 735 + } +} diff --git a/data/laptop/dell/2022/dell-14-latitude-3440-1215uu/dell-14-latitude-3440-1215uu-abhinavflac-792.json b/data/laptop/dell/2022/dell-14-latitude-3440-1215uu/dell-14-latitude-3440-1215uu-abhinavflac-792.json new file mode 100644 index 000000000000..27680dc763b4 --- /dev/null +++ b/data/laptop/dell/2022/dell-14-latitude-3440-1215uu/dell-14-latitude-3440-1215uu-abhinavflac-792.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-14-latitude-3440-1215uu-abhinavflac-792", + "base_model_slug": "dell-14-latitude-3440-1215uu", + "name": "Dell 14 Latitude 3440 (1215UU / 16GB / 512GB / Integrated Graphics / Windows)", + "brand": "dell", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 439, + "device_category": "Business", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 792 + } +} diff --git a/data/laptop/dell/2022/dell-14-latitude-3440-1235uu/dell-14-latitude-3440-1235uu-abhinavflac-739.json b/data/laptop/dell/2022/dell-14-latitude-3440-1235uu/dell-14-latitude-3440-1235uu-abhinavflac-739.json new file mode 100644 index 000000000000..904c39814279 --- /dev/null +++ b/data/laptop/dell/2022/dell-14-latitude-3440-1235uu/dell-14-latitude-3440-1235uu-abhinavflac-739.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-14-latitude-3440-1235uu-abhinavflac-739", + "base_model_slug": "dell-14-latitude-3440-1235uu", + "name": "Dell 14 Latitude 3440 (1235UU / 16GB / 512GB / Integrated Graphics / Windows)", + "brand": "dell", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 777, + "device_category": "Business", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 739 + } +} diff --git a/data/laptop/dell/2022/dell-15-latitude-3540-1215uu/dell-15-latitude-3540-1215uu-abhinavflac-721.json b/data/laptop/dell/2022/dell-15-latitude-3540-1215uu/dell-15-latitude-3540-1215uu-abhinavflac-721.json new file mode 100644 index 000000000000..f98d9f4d5386 --- /dev/null +++ b/data/laptop/dell/2022/dell-15-latitude-3540-1215uu/dell-15-latitude-3540-1215uu-abhinavflac-721.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-15-latitude-3540-1215uu-abhinavflac-721", + "base_model_slug": "dell-15-latitude-3540-1215uu", + "name": "Dell 15 Latitude 3540 (1215UU / 8GB / 512GB / Integrated Graphics / Ubuntu)", + "brand": "dell", + "release_date": "2022-01-01", + "ram_gb": 8, + "os": "Ubuntu", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 424, + "device_category": "Business", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 721 + } +} diff --git a/data/laptop/dell/2022/dell-15-latitude-3540-1215uu/dell-15-latitude-3540-1215uu-abhinavflac-745.json b/data/laptop/dell/2022/dell-15-latitude-3540-1215uu/dell-15-latitude-3540-1215uu-abhinavflac-745.json new file mode 100644 index 000000000000..8a3ae03dcbd8 --- /dev/null +++ b/data/laptop/dell/2022/dell-15-latitude-3540-1215uu/dell-15-latitude-3540-1215uu-abhinavflac-745.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-15-latitude-3540-1215uu-abhinavflac-745", + "base_model_slug": "dell-15-latitude-3540-1215uu", + "name": "Dell 15 Latitude 3540 (1215UU / 16GB / 512GB / Integrated Graphics / Windows)", + "brand": "dell", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 458, + "device_category": "Business", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 745 + } +} diff --git a/data/laptop/dell/2022/dell-15-vostro-3520/dell-15-vostro-3520-abhinavflac-892.json b/data/laptop/dell/2022/dell-15-vostro-3520/dell-15-vostro-3520-abhinavflac-892.json new file mode 100644 index 000000000000..919ea98cd47d --- /dev/null +++ b/data/laptop/dell/2022/dell-15-vostro-3520/dell-15-vostro-3520-abhinavflac-892.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-15-vostro-3520-abhinavflac-892", + "base_model_slug": "dell-15-vostro-3520", + "name": "Dell 15 Vostro 3520", + "brand": "dell", + "release_date": "2022-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 464, + "device_category": "Business", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 892 + } +} diff --git a/data/laptop/dell/2022/dell-inspiron-3520/dell-inspiron-3520-abhinavflac-808.json b/data/laptop/dell/2022/dell-inspiron-3520/dell-inspiron-3520-abhinavflac-808.json new file mode 100644 index 000000000000..3dc3b01b320d --- /dev/null +++ b/data/laptop/dell/2022/dell-inspiron-3520/dell-inspiron-3520-abhinavflac-808.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-inspiron-3520-abhinavflac-808", + "base_model_slug": "dell-inspiron-3520", + "name": "Dell Inspiron 3520", + "brand": "dell", + "release_date": "2022-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 422, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 808 + } +} diff --git a/data/laptop/dell/2022/dell-latitude-14-3440/dell-latitude-14-3440-abhinavflac-714.json b/data/laptop/dell/2022/dell-latitude-14-3440/dell-latitude-14-3440-abhinavflac-714.json new file mode 100644 index 000000000000..28856ac4522c --- /dev/null +++ b/data/laptop/dell/2022/dell-latitude-14-3440/dell-latitude-14-3440-abhinavflac-714.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-latitude-14-3440-abhinavflac-714", + "base_model_slug": "dell-latitude-14-3440", + "name": "Dell Latitude 14 3440", + "brand": "dell", + "release_date": "2022-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 711, + "device_category": "Business", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 714 + } +} diff --git a/data/laptop/dell/2022/dell-latitude-15-3540/dell-latitude-15-3540-abhinavflac-699.json b/data/laptop/dell/2022/dell-latitude-15-3540/dell-latitude-15-3540-abhinavflac-699.json new file mode 100644 index 000000000000..d40b0a3a98b9 --- /dev/null +++ b/data/laptop/dell/2022/dell-latitude-15-3540/dell-latitude-15-3540-abhinavflac-699.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-latitude-15-3540-abhinavflac-699", + "base_model_slug": "dell-latitude-15-3540", + "name": "Dell Latitude 15 3540", + "brand": "dell", + "release_date": "2022-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 424, + "device_category": "Business", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 699 + } +} diff --git a/data/laptop/dell/2022/dell-latitude-3440-1215uu/dell-latitude-3440-1215uu-abhinavflac-747.json b/data/laptop/dell/2022/dell-latitude-3440-1215uu/dell-latitude-3440-1215uu-abhinavflac-747.json new file mode 100644 index 000000000000..f05c6ecbc552 --- /dev/null +++ b/data/laptop/dell/2022/dell-latitude-3440-1215uu/dell-latitude-3440-1215uu-abhinavflac-747.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-latitude-3440-1215uu-abhinavflac-747", + "base_model_slug": "dell-latitude-3440-1215uu", + "name": "Dell Latitude 3440 (1215UU / 8GB / 512GB / Integrated Graphics / Windows)", + "brand": "dell", + "release_date": "2022-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 464, + "device_category": "Business", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 747 + } +} diff --git a/data/laptop/dell/2022/dell-latitude-3440-2024/dell-latitude-3440-2024-abhinavflac-748.json b/data/laptop/dell/2022/dell-latitude-3440-2024/dell-latitude-3440-2024-abhinavflac-748.json new file mode 100644 index 000000000000..8440fb5380a0 --- /dev/null +++ b/data/laptop/dell/2022/dell-latitude-3440-2024/dell-latitude-3440-2024-abhinavflac-748.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-latitude-3440-2024-abhinavflac-748", + "base_model_slug": "dell-latitude-3440-2024", + "name": "Dell Latitude 3440 2024", + "brand": "dell", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 552, + "device_category": "Business", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 748 + } +} diff --git a/data/laptop/dell/2022/dell-latitude-3540/dell-latitude-3540-abhinavflac-605.json b/data/laptop/dell/2022/dell-latitude-3540/dell-latitude-3540-abhinavflac-605.json new file mode 100644 index 000000000000..c7ae1de40a83 --- /dev/null +++ b/data/laptop/dell/2022/dell-latitude-3540/dell-latitude-3540-abhinavflac-605.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-latitude-3540-abhinavflac-605", + "base_model_slug": "dell-latitude-3540", + "name": "Dell Latitude 3540", + "brand": "dell", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 452, + "device_category": "Business", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 605 + } +} diff --git a/data/laptop/dell/2022/dell-vostro-3520-1215uu/dell-vostro-3520-1215uu-abhinavflac-958.json b/data/laptop/dell/2022/dell-vostro-3520-1215uu/dell-vostro-3520-1215uu-abhinavflac-958.json new file mode 100644 index 000000000000..87ee7c8afd0b --- /dev/null +++ b/data/laptop/dell/2022/dell-vostro-3520-1215uu/dell-vostro-3520-1215uu-abhinavflac-958.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-vostro-3520-1215uu-abhinavflac-958", + "base_model_slug": "dell-vostro-3520-1215uu", + "name": "Dell Vostro 3520 (1215UU / 8GB / 512GB / Integrated Graphics / Windows)", + "brand": "dell", + "release_date": "2022-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 422, + "device_category": "Business", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 958 + } +} diff --git a/data/laptop/dell/2023/dell-14-inspiron-5440-1334uu/dell-14-inspiron-5440-1334uu-abhinavflac-741.json b/data/laptop/dell/2023/dell-14-inspiron-5440-1334uu/dell-14-inspiron-5440-1334uu-abhinavflac-741.json new file mode 100644 index 000000000000..1e6a4348a478 --- /dev/null +++ b/data/laptop/dell/2023/dell-14-inspiron-5440-1334uu/dell-14-inspiron-5440-1334uu-abhinavflac-741.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-14-inspiron-5440-1334uu-abhinavflac-741", + "base_model_slug": "dell-14-inspiron-5440-1334uu", + "name": "Dell 14 Inspiron 5440 (1334UU / 16GB / 1024GB / Integrated Graphics / Windows)", + "brand": "dell", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 853, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 741 + } +} diff --git a/data/laptop/dell/2023/dell-15-1334uu-16gb/dell-15-1334uu-16gb-abhinavflac-72.json b/data/laptop/dell/2023/dell-15-1334uu-16gb/dell-15-1334uu-16gb-abhinavflac-72.json new file mode 100644 index 000000000000..5cf40ffbfdff --- /dev/null +++ b/data/laptop/dell/2023/dell-15-1334uu-16gb/dell-15-1334uu-16gb-abhinavflac-72.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-15-1334uu-16gb-abhinavflac-72", + "base_model_slug": "dell-15-1334uu-16gb", + "name": "Dell 15 DC15250 (1334UU / 16GB / 512GB / UHD Graphics / Windows)", + "brand": "dell", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 657, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 72 + } +} diff --git a/data/laptop/dell/2023/dell-15-1355uu-16gb/dell-15-1355uu-16gb-abhinavflac-77.json b/data/laptop/dell/2023/dell-15-1355uu-16gb/dell-15-1355uu-16gb-abhinavflac-77.json new file mode 100644 index 000000000000..98108fc7ea45 --- /dev/null +++ b/data/laptop/dell/2023/dell-15-1355uu-16gb/dell-15-1355uu-16gb-abhinavflac-77.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-15-1355uu-16gb-abhinavflac-77", + "base_model_slug": "dell-15-1355uu-16gb", + "name": "Dell 15 DC15250 (1355UU / 16GB / 512GB / UHD Graphics / Windows)", + "brand": "dell", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 857, + "device_category": "General", + "cpu_name": "Intel Core I7 1355U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 77 + } +} diff --git a/data/laptop/dell/2023/dell-15-vostro-3530/dell-15-vostro-3530-abhinavflac-351.json b/data/laptop/dell/2023/dell-15-vostro-3530/dell-15-vostro-3530-abhinavflac-351.json new file mode 100644 index 000000000000..e74b9cedaa78 --- /dev/null +++ b/data/laptop/dell/2023/dell-15-vostro-3530/dell-15-vostro-3530-abhinavflac-351.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-15-vostro-3530-abhinavflac-351", + "base_model_slug": "dell-15-vostro-3530", + "name": "Dell 15 Vostro 3530", + "brand": "dell", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 494, + "device_category": "Business", + "cpu_name": "Intel Core I3 1305U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 351 + } +} diff --git a/data/laptop/dell/2023/dell-16-alienware-x16-r2/dell-16-alienware-x16-r2-abhinavflac-585.json b/data/laptop/dell/2023/dell-16-alienware-x16-r2/dell-16-alienware-x16-r2-abhinavflac-585.json new file mode 100644 index 000000000000..0220de7624e4 --- /dev/null +++ b/data/laptop/dell/2023/dell-16-alienware-x16-r2/dell-16-alienware-x16-r2-abhinavflac-585.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-16-alienware-x16-r2-abhinavflac-585", + "base_model_slug": "dell-16-alienware-x16-r2", + "name": "Dell 16 Alienware X16 R2 Gaming", + "brand": "dell", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 3476, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 185H", + "gpu_name": "NVIDIA GeForce RTX RTX 4070", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 585 + } +} diff --git a/data/laptop/dell/2023/dell-2024-inspiron-3530/dell-2024-inspiron-3530-abhinavflac-811.json b/data/laptop/dell/2023/dell-2024-inspiron-3530/dell-2024-inspiron-3530-abhinavflac-811.json new file mode 100644 index 000000000000..ac15d48e9312 --- /dev/null +++ b/data/laptop/dell/2023/dell-2024-inspiron-3530/dell-2024-inspiron-3530-abhinavflac-811.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-2024-inspiron-3530-abhinavflac-811", + "base_model_slug": "dell-2024-inspiron-3530", + "name": "Dell 2024 Inspiron 3530", + "brand": "dell", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 566, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 811 + } +} diff --git a/data/laptop/dell/2023/dell-3530-inspiron-15/dell-3530-inspiron-15-abhinavflac-893.json b/data/laptop/dell/2023/dell-3530-inspiron-15/dell-3530-inspiron-15-abhinavflac-893.json new file mode 100644 index 000000000000..4f3e85316e02 --- /dev/null +++ b/data/laptop/dell/2023/dell-3530-inspiron-15/dell-3530-inspiron-15-abhinavflac-893.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-3530-inspiron-15-abhinavflac-893", + "base_model_slug": "dell-3530-inspiron-15", + "name": "Dell 3530 Inspiron 15", + "brand": "dell", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 723, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 893 + } +} diff --git a/data/laptop/dell/2023/dell-alienware-x16-r2-2024/dell-alienware-x16-r2-2024-abhinavflac-759.json b/data/laptop/dell/2023/dell-alienware-x16-r2-2024/dell-alienware-x16-r2-2024-abhinavflac-759.json new file mode 100644 index 000000000000..fcabd24f4e8b --- /dev/null +++ b/data/laptop/dell/2023/dell-alienware-x16-r2-2024/dell-alienware-x16-r2-2024-abhinavflac-759.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-alienware-x16-r2-2024-abhinavflac-759", + "base_model_slug": "dell-alienware-x16-r2-2024", + "name": "Dell Alienware X16 R2 2024 Gaming", + "brand": "dell", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 4759, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 185H", + "gpu_name": "NVIDIA GeForce RTX RTX 4080", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 759 + } +} diff --git a/data/laptop/dell/2023/dell-alienware-x16-r2-gaming/dell-alienware-x16-r2-gaming-abhinavflac-750.json b/data/laptop/dell/2023/dell-alienware-x16-r2-gaming/dell-alienware-x16-r2-gaming-abhinavflac-750.json new file mode 100644 index 000000000000..1418e786a771 --- /dev/null +++ b/data/laptop/dell/2023/dell-alienware-x16-r2-gaming/dell-alienware-x16-r2-gaming-abhinavflac-750.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-alienware-x16-r2-gaming-abhinavflac-750", + "base_model_slug": "dell-alienware-x16-r2-gaming", + "name": "Dell Alienware X16 R2 Gaming", + "brand": "dell", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 5403, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 185H", + "gpu_name": "NVIDIA GeForce RTX RTX 4090", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 750 + } +} diff --git a/data/laptop/dell/2023/dell-inspiron-13-ai/dell-inspiron-13-ai-abhinavflac-524.json b/data/laptop/dell/2023/dell-inspiron-13-ai/dell-inspiron-13-ai-abhinavflac-524.json new file mode 100644 index 000000000000..0fe036881cae --- /dev/null +++ b/data/laptop/dell/2023/dell-inspiron-13-ai/dell-inspiron-13-ai-abhinavflac-524.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-inspiron-13-ai-abhinavflac-524", + "base_model_slug": "dell-inspiron-13-ai", + "name": "Dell Inspiron 13 AI", + "brand": "dell", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1217, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 13.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 524 + } +} diff --git a/data/laptop/dell/2023/dell-inspiron-14-5440-indins5440n0-1/dell-inspiron-14-5440-indins5440n0-1-abhinavflac-230.json b/data/laptop/dell/2023/dell-inspiron-14-5440-indins5440n0-1/dell-inspiron-14-5440-indins5440n0-1-abhinavflac-230.json new file mode 100644 index 000000000000..734cd7852580 --- /dev/null +++ b/data/laptop/dell/2023/dell-inspiron-14-5440-indins5440n0-1/dell-inspiron-14-5440-indins5440n0-1-abhinavflac-230.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-inspiron-14-5440-indins5440n0-1-abhinavflac-230", + "base_model_slug": "dell-inspiron-14-5440-indins5440n0-1", + "name": "Dell Inspiron 14 5440 INDINS5440N0-1", + "brand": "dell", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 446, + "device_category": "General", + "cpu_name": "Intel Core I3 1305U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 230 + } +} diff --git a/data/laptop/dell/2023/dell-inspiron-14-5440/dell-inspiron-14-5440-abhinavflac-252.json b/data/laptop/dell/2023/dell-inspiron-14-5440/dell-inspiron-14-5440-abhinavflac-252.json new file mode 100644 index 000000000000..2657ab2f10a8 --- /dev/null +++ b/data/laptop/dell/2023/dell-inspiron-14-5440/dell-inspiron-14-5440-abhinavflac-252.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-inspiron-14-5440-abhinavflac-252", + "base_model_slug": "dell-inspiron-14-5440", + "name": "Dell Inspiron 14 5440", + "brand": "dell", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 392, + "device_category": "General", + "cpu_name": "Intel Core I3 1305U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 252 + } +} diff --git a/data/laptop/dell/2023/dell-inspiron-15-3535/dell-inspiron-15-3535-abhinavflac-684.json b/data/laptop/dell/2023/dell-inspiron-15-3535/dell-inspiron-15-3535-abhinavflac-684.json new file mode 100644 index 000000000000..6a7112aec536 --- /dev/null +++ b/data/laptop/dell/2023/dell-inspiron-15-3535/dell-inspiron-15-3535-abhinavflac-684.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-inspiron-15-3535-abhinavflac-684", + "base_model_slug": "dell-inspiron-15-3535", + "name": "Dell Inspiron 15 3535", + "brand": "dell", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 506, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7530U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 684 + } +} diff --git a/data/laptop/dell/2023/dell-inspiron-16-plus-7640/dell-inspiron-16-plus-7640-abhinavflac-773.json b/data/laptop/dell/2023/dell-inspiron-16-plus-7640/dell-inspiron-16-plus-7640-abhinavflac-773.json new file mode 100644 index 000000000000..5e0dc92a6ee8 --- /dev/null +++ b/data/laptop/dell/2023/dell-inspiron-16-plus-7640/dell-inspiron-16-plus-7640-abhinavflac-773.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-inspiron-16-plus-7640-abhinavflac-773", + "base_model_slug": "dell-inspiron-16-plus-7640", + "name": "Dell Inspiron 16 Plus 7640", + "brand": "dell", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 855, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 773 + } +} diff --git a/data/laptop/dell/2023/dell-inspiron-5440/dell-inspiron-5440-abhinavflac-122.json b/data/laptop/dell/2023/dell-inspiron-5440/dell-inspiron-5440-abhinavflac-122.json new file mode 100644 index 000000000000..e2f99bd8e464 --- /dev/null +++ b/data/laptop/dell/2023/dell-inspiron-5440/dell-inspiron-5440-abhinavflac-122.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-inspiron-5440-abhinavflac-122", + "base_model_slug": "dell-inspiron-5440", + "name": "Dell Inspiron 5440 OIN5440340201RINU1O", + "brand": "dell", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 723, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 122 + } +} diff --git a/data/laptop/dell/2023/dell-inspiron-5440/dell-inspiron-5440-abhinavflac-786.json b/data/laptop/dell/2023/dell-inspiron-5440/dell-inspiron-5440-abhinavflac-786.json new file mode 100644 index 000000000000..e1802fa43d0d --- /dev/null +++ b/data/laptop/dell/2023/dell-inspiron-5440/dell-inspiron-5440-abhinavflac-786.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-inspiron-5440-abhinavflac-786", + "base_model_slug": "dell-inspiron-5440", + "name": "Dell Inspiron 5440", + "brand": "dell", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 795, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 786 + } +} diff --git a/data/laptop/dell/2023/dell-inspiron-5640/dell-inspiron-5640-abhinavflac-658.json b/data/laptop/dell/2023/dell-inspiron-5640/dell-inspiron-5640-abhinavflac-658.json new file mode 100644 index 000000000000..505ca832970c --- /dev/null +++ b/data/laptop/dell/2023/dell-inspiron-5640/dell-inspiron-5640-abhinavflac-658.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-inspiron-5640-abhinavflac-658", + "base_model_slug": "dell-inspiron-5640", + "name": "Dell Inspiron 5640", + "brand": "dell", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 771, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 658 + } +} diff --git a/data/laptop/dell/2023/dell-inspiron-7440-2-in/dell-inspiron-7440-2-in-abhinavflac-802.json b/data/laptop/dell/2023/dell-inspiron-7440-2-in/dell-inspiron-7440-2-in-abhinavflac-802.json new file mode 100644 index 000000000000..76439e50c6cd --- /dev/null +++ b/data/laptop/dell/2023/dell-inspiron-7440-2-in/dell-inspiron-7440-2-in-abhinavflac-802.json @@ -0,0 +1,25 @@ +{ + "slug": "dell-inspiron-7440-2-in-abhinavflac-802", + "base_model_slug": "dell-inspiron-7440-2-in", + "name": "Dell Inspiron 7440 2 in 1", + "brand": "dell", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 916, + "device_category": "Convertible", + "cpu_name": "Intel Core I5 1334U", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 802 + } +} diff --git a/data/laptop/dell/2023/dell-inspiron-7640-ai/dell-inspiron-7640-ai-abhinavflac-573.json b/data/laptop/dell/2023/dell-inspiron-7640-ai/dell-inspiron-7640-ai-abhinavflac-573.json new file mode 100644 index 000000000000..36ea311f7aaf --- /dev/null +++ b/data/laptop/dell/2023/dell-inspiron-7640-ai/dell-inspiron-7640-ai-abhinavflac-573.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-inspiron-7640-ai-abhinavflac-573", + "base_model_slug": "dell-inspiron-7640-ai", + "name": "Dell Inspiron 7640 AI", + "brand": "dell", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1120, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 573 + } +} diff --git a/data/laptop/dell/2023/dell-inspiron-7640/dell-inspiron-7640-abhinavflac-765.json b/data/laptop/dell/2023/dell-inspiron-7640/dell-inspiron-7640-abhinavflac-765.json new file mode 100644 index 000000000000..7fcc58b10c98 --- /dev/null +++ b/data/laptop/dell/2023/dell-inspiron-7640/dell-inspiron-7640-abhinavflac-765.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-inspiron-7640-abhinavflac-765", + "base_model_slug": "dell-inspiron-7640", + "name": "Dell Inspiron 7640", + "brand": "dell", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 863, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 765 + } +} diff --git a/data/laptop/dell/2023/dell-latitude-3440-1355uu/dell-latitude-3440-1355uu-abhinavflac-730.json b/data/laptop/dell/2023/dell-latitude-3440-1355uu/dell-latitude-3440-1355uu-abhinavflac-730.json new file mode 100644 index 000000000000..6af7dde3fe2d --- /dev/null +++ b/data/laptop/dell/2023/dell-latitude-3440-1355uu/dell-latitude-3440-1355uu-abhinavflac-730.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-latitude-3440-1355uu-abhinavflac-730", + "base_model_slug": "dell-latitude-3440-1355uu", + "name": "Dell Latitude 3440 (1355UU / 8GB / 512GB / Integrated Graphics / Windows)", + "brand": "dell", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1054, + "device_category": "Business", + "cpu_name": "Intel Core I7 1355U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 730 + } +} diff --git a/data/laptop/dell/2023/dell-latitude-3450-1335uu/dell-latitude-3450-1335uu-abhinavflac-305.json b/data/laptop/dell/2023/dell-latitude-3450-1335uu/dell-latitude-3450-1335uu-abhinavflac-305.json new file mode 100644 index 000000000000..9aa1bbc67ea9 --- /dev/null +++ b/data/laptop/dell/2023/dell-latitude-3450-1335uu/dell-latitude-3450-1335uu-abhinavflac-305.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-latitude-3450-1335uu-abhinavflac-305", + "base_model_slug": "dell-latitude-3450-1335uu", + "name": "Dell Latitude 3450 (1335UU / 16GB / 512GB / Integrated Graphics / Ubuntu)", + "brand": "dell", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Ubuntu", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1115, + "device_category": "Business", + "cpu_name": "Intel Core I7 1335U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 305 + } +} diff --git a/data/laptop/dell/2023/dell-latitude-3450-1335uu/dell-latitude-3450-1335uu-abhinavflac-723.json b/data/laptop/dell/2023/dell-latitude-3450-1335uu/dell-latitude-3450-1335uu-abhinavflac-723.json new file mode 100644 index 000000000000..7a1528658021 --- /dev/null +++ b/data/laptop/dell/2023/dell-latitude-3450-1335uu/dell-latitude-3450-1335uu-abhinavflac-723.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-latitude-3450-1335uu-abhinavflac-723", + "base_model_slug": "dell-latitude-3450-1335uu", + "name": "Dell Latitude 3450 (1335UU / 16GB / 512GB / Integrated Graphics / Windows)", + "brand": "dell", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 794, + "device_category": "Business", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 723 + } +} diff --git a/data/laptop/dell/2023/dell-latitude-3550/dell-latitude-3550-abhinavflac-92.json b/data/laptop/dell/2023/dell-latitude-3550/dell-latitude-3550-abhinavflac-92.json new file mode 100644 index 000000000000..edfaa3fdf693 --- /dev/null +++ b/data/laptop/dell/2023/dell-latitude-3550/dell-latitude-3550-abhinavflac-92.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-latitude-3550-abhinavflac-92", + "base_model_slug": "dell-latitude-3550", + "name": "Dell Latitude 3550 INDLATI3550N12", + "brand": "dell", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 782, + "device_category": "Business", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 92 + } +} diff --git a/data/laptop/dell/2023/dell-latitude-3550/dell-latitude-3550-abhinavflac-94.json b/data/laptop/dell/2023/dell-latitude-3550/dell-latitude-3550-abhinavflac-94.json new file mode 100644 index 000000000000..9aab4358dede --- /dev/null +++ b/data/laptop/dell/2023/dell-latitude-3550/dell-latitude-3550-abhinavflac-94.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-latitude-3550-abhinavflac-94", + "base_model_slug": "dell-latitude-3550", + "name": "Dell Latitude 3550", + "brand": "dell", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 464, + "device_category": "Business", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 94 + } +} diff --git a/data/laptop/dell/2023/dell-vostro-3440/dell-vostro-3440-abhinavflac-713.json b/data/laptop/dell/2023/dell-vostro-3440/dell-vostro-3440-abhinavflac-713.json new file mode 100644 index 000000000000..9430ada50628 --- /dev/null +++ b/data/laptop/dell/2023/dell-vostro-3440/dell-vostro-3440-abhinavflac-713.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-vostro-3440-abhinavflac-713", + "base_model_slug": "dell-vostro-3440", + "name": "Dell Vostro 3440", + "brand": "dell", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 644, + "device_category": "Business", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 713 + } +} diff --git a/data/laptop/dell/2023/dell-vostro-3520-1305uu/dell-vostro-3520-1305uu-abhinavflac-84.json b/data/laptop/dell/2023/dell-vostro-3520-1305uu/dell-vostro-3520-1305uu-abhinavflac-84.json new file mode 100644 index 000000000000..d173ffc23744 --- /dev/null +++ b/data/laptop/dell/2023/dell-vostro-3520-1305uu/dell-vostro-3520-1305uu-abhinavflac-84.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-vostro-3520-1305uu-abhinavflac-84", + "base_model_slug": "dell-vostro-3520-1305uu", + "name": "Dell Vostro 3520 (1305UU / 16GB / 512GB / Integrated Graphics / Windows)", + "brand": "dell", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 467, + "device_category": "Business", + "cpu_name": "Intel Core I3 1305U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 84 + } +} diff --git a/data/laptop/dell/2023/dell-xps-14-9440-ai/dell-xps-14-9440-ai-abhinavflac-564.json b/data/laptop/dell/2023/dell-xps-14-9440-ai/dell-xps-14-9440-ai-abhinavflac-564.json new file mode 100644 index 000000000000..5cee910cada5 --- /dev/null +++ b/data/laptop/dell/2023/dell-xps-14-9440-ai/dell-xps-14-9440-ai-abhinavflac-564.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-xps-14-9440-ai-abhinavflac-564", + "base_model_slug": "dell-xps-14-9440-ai", + "name": "Dell XPS 14 9440 AI", + "brand": "dell", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 4235, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "NVIDIA GeForce RTX RTX 4060", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "3200x2000" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 564 + } +} diff --git a/data/laptop/dell/2023/dell/dell-abhinavflac-54.json b/data/laptop/dell/2023/dell/dell-abhinavflac-54.json new file mode 100644 index 000000000000..f5c28f9be9cc --- /dev/null +++ b/data/laptop/dell/2023/dell/dell-abhinavflac-54.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-abhinavflac-54", + "base_model_slug": "dell", + "name": "Dell DC15255", + "brand": "dell", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 506, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 54 + } +} diff --git a/data/laptop/dell/2024/dell-14-7440/dell-14-7440-abhinavflac-65.json b/data/laptop/dell/2024/dell-14-7440/dell-14-7440-abhinavflac-65.json new file mode 100644 index 000000000000..109d4cc56013 --- /dev/null +++ b/data/laptop/dell/2024/dell-14-7440/dell-14-7440-abhinavflac-65.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-14-7440-abhinavflac-65", + "base_model_slug": "dell-14-7440", + "name": "Dell 14 7440 OIN74401001R1RINU1O", + "brand": "dell", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 825, + "device_category": "General", + "cpu_name": "Intel Core 5 210H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 65 + } +} diff --git a/data/laptop/dell/2024/dell-14-7440/dell-14-7440-abhinavflac-67.json b/data/laptop/dell/2024/dell-14-7440/dell-14-7440-abhinavflac-67.json new file mode 100644 index 000000000000..1abd871cf850 --- /dev/null +++ b/data/laptop/dell/2024/dell-14-7440/dell-14-7440-abhinavflac-67.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-14-7440-abhinavflac-67", + "base_model_slug": "dell-14-7440", + "name": "Dell 14 7440 OIN74401002R1RINU1O", + "brand": "dell", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 934, + "device_category": "General", + "cpu_name": "Intel Core 7 240H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 67 + } +} diff --git a/data/laptop/dell/2024/dell-14-inspiron-5440-100uu/dell-14-inspiron-5440-100uu-abhinavflac-6.json b/data/laptop/dell/2024/dell-14-inspiron-5440-100uu/dell-14-inspiron-5440-100uu-abhinavflac-6.json new file mode 100644 index 000000000000..5d1cc84982b4 --- /dev/null +++ b/data/laptop/dell/2024/dell-14-inspiron-5440-100uu/dell-14-inspiron-5440-100uu-abhinavflac-6.json @@ -0,0 +1,25 @@ +{ + "slug": "dell-14-inspiron-5440-100uu-abhinavflac-6", + "base_model_slug": "dell-14-inspiron-5440-100uu", + "name": "Dell 14 Inspiron 5440 (100UU / 16GB / 512GB / Windows)", + "brand": "dell", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 455, + "device_category": "General", + "cpu_name": "Intel Core I3 100U", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 6 + } +} diff --git a/data/laptop/dell/2024/dell-14-inspiron-5441/dell-14-inspiron-5441-abhinavflac-744.json b/data/laptop/dell/2024/dell-14-inspiron-5441/dell-14-inspiron-5441-abhinavflac-744.json new file mode 100644 index 000000000000..6f4f163455f4 --- /dev/null +++ b/data/laptop/dell/2024/dell-14-inspiron-5441/dell-14-inspiron-5441-abhinavflac-744.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-14-inspiron-5441-abhinavflac-744", + "base_model_slug": "dell-14-inspiron-5441", + "name": "Dell 14 Inspiron 5441", + "brand": "dell", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1102, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Plus X1P-64-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 744 + } +} diff --git a/data/laptop/dell/2024/dell-14-inspiron-7440-2in1/dell-14-inspiron-7440-2in1-abhinavflac-823.json b/data/laptop/dell/2024/dell-14-inspiron-7440-2in1/dell-14-inspiron-7440-2in1-abhinavflac-823.json new file mode 100644 index 000000000000..75c50837ec72 --- /dev/null +++ b/data/laptop/dell/2024/dell-14-inspiron-7440-2in1/dell-14-inspiron-7440-2in1-abhinavflac-823.json @@ -0,0 +1,25 @@ +{ + "slug": "dell-14-inspiron-7440-2in1-abhinavflac-823", + "base_model_slug": "dell-14-inspiron-7440-2in1", + "name": "Dell 14 Inspiron 7440 2in1", + "brand": "dell", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1030, + "device_category": "General", + "cpu_name": "Intel Core 7 150U", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2240x1400" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 823 + } +} diff --git a/data/laptop/dell/2024/dell-14-plus-2-in-1-touch/dell-14-plus-2-in-1-touch-abhinavflac-107.json b/data/laptop/dell/2024/dell-14-plus-2-in-1-touch/dell-14-plus-2-in-1-touch-abhinavflac-107.json new file mode 100644 index 000000000000..41b9008327d5 --- /dev/null +++ b/data/laptop/dell/2024/dell-14-plus-2-in-1-touch/dell-14-plus-2-in-1-touch-abhinavflac-107.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-14-plus-2-in-1-touch-abhinavflac-107", + "base_model_slug": "dell-14-plus-2-in-1-touch", + "name": "Dell 14 Plus 2-in-1 ODB0425020301RINU1 Touch", + "brand": "dell", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1300, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 256V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 107 + } +} diff --git a/data/laptop/dell/2024/dell-14-plus-2-in-1-touch/dell-14-plus-2-in-1-touch-abhinavflac-174.json b/data/laptop/dell/2024/dell-14-plus-2-in-1-touch/dell-14-plus-2-in-1-touch-abhinavflac-174.json new file mode 100644 index 000000000000..9cf4c51909e5 --- /dev/null +++ b/data/laptop/dell/2024/dell-14-plus-2-in-1-touch/dell-14-plus-2-in-1-touch-abhinavflac-174.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-14-plus-2-in-1-touch-abhinavflac-174", + "base_model_slug": "dell-14-plus-2-in-1-touch", + "name": "Dell 14 Plus 2-in-1 Touch", + "brand": "dell", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1036, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 5 226V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 174 + } +} diff --git a/data/laptop/dell/2024/dell-14-plus/dell-14-plus-abhinavflac-102.json b/data/laptop/dell/2024/dell-14-plus/dell-14-plus-abhinavflac-102.json new file mode 100644 index 000000000000..2c8183d8e458 --- /dev/null +++ b/data/laptop/dell/2024/dell-14-plus/dell-14-plus-abhinavflac-102.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-14-plus-abhinavflac-102", + "base_model_slug": "dell-14-plus", + "name": "Dell 14 Plus DB14250 ODB1425020801RINU1", + "brand": "dell", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1361, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 256V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "2560x1440" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 102 + } +} diff --git a/data/laptop/dell/2024/dell-15/dell-15-abhinavflac-95.json b/data/laptop/dell/2024/dell-15/dell-15-abhinavflac-95.json new file mode 100644 index 000000000000..33dd3383981d --- /dev/null +++ b/data/laptop/dell/2024/dell-15/dell-15-abhinavflac-95.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-15-abhinavflac-95", + "base_model_slug": "dell-15", + "name": "Dell 15 DB15250 ODC1525002001RINS1", + "brand": "dell", + "release_date": "2024-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 440, + "device_category": "General", + "cpu_name": "Intel Core 3 100U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 95 + } +} diff --git a/data/laptop/dell/2024/dell-16-alienware-gaming/dell-16-alienware-gaming-abhinavflac-22.json b/data/laptop/dell/2024/dell-16-alienware-gaming/dell-16-alienware-gaming-abhinavflac-22.json new file mode 100644 index 000000000000..a60f6b91b922 --- /dev/null +++ b/data/laptop/dell/2024/dell-16-alienware-gaming/dell-16-alienware-gaming-abhinavflac-22.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-16-alienware-gaming-abhinavflac-22", + "base_model_slug": "dell-16-alienware-gaming", + "name": "Dell 16 Alienware CAN16250CTO03MINO Gaming", + "brand": "dell", + "release_date": "2024-01-01", + "ram_gb": 64, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 5699, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5090", + "gpu_type": "Dedicated", + "storage_gb": 2048, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 22 + } +} diff --git a/data/laptop/dell/2024/dell-16-alienware-gaming/dell-16-alienware-gaming-abhinavflac-23.json b/data/laptop/dell/2024/dell-16-alienware-gaming/dell-16-alienware-gaming-abhinavflac-23.json new file mode 100644 index 000000000000..6849ecf7f488 --- /dev/null +++ b/data/laptop/dell/2024/dell-16-alienware-gaming/dell-16-alienware-gaming-abhinavflac-23.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-16-alienware-gaming-abhinavflac-23", + "base_model_slug": "dell-16-alienware-gaming", + "name": "Dell 16 Alienware CAN16250CTO02MINO Gaming", + "brand": "dell", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 4777, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5080", + "gpu_type": "Dedicated", + "storage_gb": 2048, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 23 + } +} diff --git a/data/laptop/dell/2024/dell-16-inspiron-5640/dell-16-inspiron-5640-abhinavflac-587.json b/data/laptop/dell/2024/dell-16-inspiron-5640/dell-16-inspiron-5640-abhinavflac-587.json new file mode 100644 index 000000000000..e6751c5d9252 --- /dev/null +++ b/data/laptop/dell/2024/dell-16-inspiron-5640/dell-16-inspiron-5640-abhinavflac-587.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-16-inspiron-5640-abhinavflac-587", + "base_model_slug": "dell-16-inspiron-5640", + "name": "Dell 16 Inspiron 5640", + "brand": "dell", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1091, + "device_category": "General", + "cpu_name": "Intel Core 7 150U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 587 + } +} diff --git a/data/laptop/dell/2024/dell-9350-xps-13/dell-9350-xps-13-abhinavflac-725.json b/data/laptop/dell/2024/dell-9350-xps-13/dell-9350-xps-13-abhinavflac-725.json new file mode 100644 index 000000000000..a717eda492f8 --- /dev/null +++ b/data/laptop/dell/2024/dell-9350-xps-13/dell-9350-xps-13-abhinavflac-725.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-9350-xps-13-abhinavflac-725", + "base_model_slug": "dell-9350-xps-13", + "name": "Dell 9350 XPS 13", + "brand": "dell", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2175, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 256V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 13.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 725 + } +} diff --git a/data/laptop/dell/2024/dell-dc/dell-dc-abhinavflac-5.json b/data/laptop/dell/2024/dell-dc/dell-dc-abhinavflac-5.json new file mode 100644 index 000000000000..54c6688e6af7 --- /dev/null +++ b/data/laptop/dell/2024/dell-dc/dell-dc-abhinavflac-5.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-dc-abhinavflac-5", + "base_model_slug": "dell-dc", + "name": "Dell DC 14250 ODC1425000401RINS1", + "brand": "dell", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 843, + "device_category": "General", + "cpu_name": "Intel Core 5 120U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 5 + } +} diff --git a/data/laptop/dell/2024/dell-inspiron-14-5445/dell-inspiron-14-5445-abhinavflac-793.json b/data/laptop/dell/2024/dell-inspiron-14-5445/dell-inspiron-14-5445-abhinavflac-793.json new file mode 100644 index 000000000000..a8a0f10c9e88 --- /dev/null +++ b/data/laptop/dell/2024/dell-inspiron-14-5445/dell-inspiron-14-5445-abhinavflac-793.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-inspiron-14-5445-abhinavflac-793", + "base_model_slug": "dell-inspiron-14-5445", + "name": "Dell Inspiron 14 5445", + "brand": "dell", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 825, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 8840U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 793 + } +} diff --git a/data/laptop/dell/2024/dell-inspiron-14-plus-ai/dell-inspiron-14-plus-ai-abhinavflac-874.json b/data/laptop/dell/2024/dell-inspiron-14-plus-ai/dell-inspiron-14-plus-ai-abhinavflac-874.json new file mode 100644 index 000000000000..25beb3bd5563 --- /dev/null +++ b/data/laptop/dell/2024/dell-inspiron-14-plus-ai/dell-inspiron-14-plus-ai-abhinavflac-874.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-inspiron-14-plus-ai-abhinavflac-874", + "base_model_slug": "dell-inspiron-14-plus-ai", + "name": "Dell Inspiron 14 Plus OIN7441200101RINU1 AI", + "brand": "dell", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1072, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Plus X1P-64-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 874 + } +} diff --git a/data/laptop/dell/2024/dell-inspiron-14-plus-ai/dell-inspiron-14-plus-ai-abhinavflac-900.json b/data/laptop/dell/2024/dell-inspiron-14-plus-ai/dell-inspiron-14-plus-ai-abhinavflac-900.json new file mode 100644 index 000000000000..a387f93dd670 --- /dev/null +++ b/data/laptop/dell/2024/dell-inspiron-14-plus-ai/dell-inspiron-14-plus-ai-abhinavflac-900.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-inspiron-14-plus-ai-abhinavflac-900", + "base_model_slug": "dell-inspiron-14-plus-ai", + "name": "Dell Inspiron 14 Plus AI", + "brand": "dell", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1343, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Plus X1P-64-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 900 + } +} diff --git a/data/laptop/dell/2024/dell-inspiron-5441/dell-inspiron-5441-abhinavflac-774.json b/data/laptop/dell/2024/dell-inspiron-5441/dell-inspiron-5441-abhinavflac-774.json new file mode 100644 index 000000000000..7af75161c095 --- /dev/null +++ b/data/laptop/dell/2024/dell-inspiron-5441/dell-inspiron-5441-abhinavflac-774.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-inspiron-5441-abhinavflac-774", + "base_model_slug": "dell-inspiron-5441", + "name": "Dell Inspiron 5441", + "brand": "dell", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1000, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Plus X1P-42-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 774 + } +} diff --git a/data/laptop/dell/2024/dell-inspiron-5445-8540uu/dell-inspiron-5445-8540uu-abhinavflac-880.json b/data/laptop/dell/2024/dell-inspiron-5445-8540uu/dell-inspiron-5445-8540uu-abhinavflac-880.json new file mode 100644 index 000000000000..e627b63a4be3 --- /dev/null +++ b/data/laptop/dell/2024/dell-inspiron-5445-8540uu/dell-inspiron-5445-8540uu-abhinavflac-880.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-inspiron-5445-8540uu-abhinavflac-880", + "base_model_slug": "dell-inspiron-5445-8540uu", + "name": "Dell Inspiron 5445 (8540UU / 16GB / 512GB / Radeon / Windows)", + "brand": "dell", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 735, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 8540U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 880 + } +} diff --git a/data/laptop/dell/2024/dell-inspiron-5445-8840uu/dell-inspiron-5445-8840uu-abhinavflac-881.json b/data/laptop/dell/2024/dell-inspiron-5445-8840uu/dell-inspiron-5445-8840uu-abhinavflac-881.json new file mode 100644 index 000000000000..ee701e52fc0b --- /dev/null +++ b/data/laptop/dell/2024/dell-inspiron-5445-8840uu/dell-inspiron-5445-8840uu-abhinavflac-881.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-inspiron-5445-8840uu-abhinavflac-881", + "base_model_slug": "dell-inspiron-5445-8840uu", + "name": "Dell Inspiron 5445 (8840UU / 16GB / 1024GB / Radeon / Windows)", + "brand": "dell", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 843, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 8840U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 881 + } +} diff --git a/data/laptop/dell/2024/dell-inspiron-7440-2in1/dell-inspiron-7440-2in1-abhinavflac-844.json b/data/laptop/dell/2024/dell-inspiron-7440-2in1/dell-inspiron-7440-2in1-abhinavflac-844.json new file mode 100644 index 000000000000..4a41420f7ea3 --- /dev/null +++ b/data/laptop/dell/2024/dell-inspiron-7440-2in1/dell-inspiron-7440-2in1-abhinavflac-844.json @@ -0,0 +1,25 @@ +{ + "slug": "dell-inspiron-7440-2in1-abhinavflac-844", + "base_model_slug": "dell-inspiron-7440-2in1", + "name": "Dell Inspiron 7440 2in1", + "brand": "dell", + "release_date": "2024-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 747, + "device_category": "General", + "cpu_name": "Intel Core 3 100U", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "2240x1400" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 844 + } +} diff --git a/data/laptop/dell/2024/dell-inspiron-7441-plus-ai/dell-inspiron-7441-plus-ai-abhinavflac-956.json b/data/laptop/dell/2024/dell-inspiron-7441-plus-ai/dell-inspiron-7441-plus-ai-abhinavflac-956.json new file mode 100644 index 000000000000..d73b8d1f20b1 --- /dev/null +++ b/data/laptop/dell/2024/dell-inspiron-7441-plus-ai/dell-inspiron-7441-plus-ai-abhinavflac-956.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-inspiron-7441-plus-ai-abhinavflac-956", + "base_model_slug": "dell-inspiron-7441-plus-ai", + "name": "Dell Inspiron 7441 Plus AI", + "brand": "dell", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1162, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Plus X1P-64-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 956 + } +} diff --git a/data/laptop/dell/2024/dell-xps-13-9345-ai/dell-xps-13-9345-ai-abhinavflac-957.json b/data/laptop/dell/2024/dell-xps-13-9345-ai/dell-xps-13-9345-ai-abhinavflac-957.json new file mode 100644 index 000000000000..79c506c98f71 --- /dev/null +++ b/data/laptop/dell/2024/dell-xps-13-9345-ai/dell-xps-13-9345-ai-abhinavflac-957.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-xps-13-9345-ai-abhinavflac-957", + "base_model_slug": "dell-xps-13-9345-ai", + "name": "Dell XPS 13 9345 AI", + "brand": "dell", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1747, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Plus X1E-80-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 13.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 957 + } +} diff --git a/data/laptop/dell/2024/dell-xps-13-9350/dell-xps-13-9350-abhinavflac-734.json b/data/laptop/dell/2024/dell-xps-13-9350/dell-xps-13-9350-abhinavflac-734.json new file mode 100644 index 000000000000..3d185bc0309f --- /dev/null +++ b/data/laptop/dell/2024/dell-xps-13-9350/dell-xps-13-9350-abhinavflac-734.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-xps-13-9350-abhinavflac-734", + "base_model_slug": "dell-xps-13-9350", + "name": "Dell XPS 13 9350", + "brand": "dell", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2542, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 258V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 13.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 734 + } +} diff --git a/data/laptop/dell/2024/dell-xps-9345-ai-laptops/dell-xps-9345-ai-laptops-abhinavflac-941.json b/data/laptop/dell/2024/dell-xps-9345-ai-laptops/dell-xps-9345-ai-laptops-abhinavflac-941.json new file mode 100644 index 000000000000..4ae45d3c977c --- /dev/null +++ b/data/laptop/dell/2024/dell-xps-9345-ai-laptops/dell-xps-9345-ai-laptops-abhinavflac-941.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-xps-9345-ai-laptops-abhinavflac-941", + "base_model_slug": "dell-xps-9345-ai-laptops", + "name": "Dell XPS 9345 AI Laptops (Snapdragon X Elite/ 16GB/ 512GB SSD/ Win11)", + "brand": "dell", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1928, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Elite X1E-80-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 13.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 941 + } +} diff --git a/data/laptop/dell/2024/dell-xps-9345-ai/dell-xps-9345-ai-abhinavflac-940.json b/data/laptop/dell/2024/dell-xps-9345-ai/dell-xps-9345-ai-abhinavflac-940.json new file mode 100644 index 000000000000..b83e005edf42 --- /dev/null +++ b/data/laptop/dell/2024/dell-xps-9345-ai/dell-xps-9345-ai-abhinavflac-940.json @@ -0,0 +1,27 @@ +{ + "slug": "dell-xps-9345-ai-abhinavflac-940", + "base_model_slug": "dell-xps-9345-ai", + "name": "Dell XPS 9345 AI", + "brand": "dell", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2163, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Elite X1E-80-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 13.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 940 + } +} diff --git a/data/laptop/gigabyte/2023/gigabyte-g5-mf5-52in353sh-gaming/gigabyte-g5-mf5-52in353sh-gaming-abhinavflac-825.json b/data/laptop/gigabyte/2023/gigabyte-g5-mf5-52in353sh-gaming/gigabyte-g5-mf5-52in353sh-gaming-abhinavflac-825.json new file mode 100644 index 000000000000..3c3781888b86 --- /dev/null +++ b/data/laptop/gigabyte/2023/gigabyte-g5-mf5-52in353sh-gaming/gigabyte-g5-mf5-52in353sh-gaming-abhinavflac-825.json @@ -0,0 +1,27 @@ +{ + "slug": "gigabyte-g5-mf5-52in353sh-gaming-abhinavflac-825", + "base_model_slug": "gigabyte-g5-mf5-52in353sh-gaming", + "name": "Gigabyte G5 MF5-52IN353SH Gaming", + "brand": "gigabyte", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 860, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13500H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 825 + } +} diff --git a/data/laptop/gigabyte/2023/gigabyte-g5-mf5-52in354sh/gigabyte-g5-mf5-52in354sh-abhinavflac-971.json b/data/laptop/gigabyte/2023/gigabyte-g5-mf5-52in354sh/gigabyte-g5-mf5-52in354sh-abhinavflac-971.json new file mode 100644 index 000000000000..90a292cd474f --- /dev/null +++ b/data/laptop/gigabyte/2023/gigabyte-g5-mf5-52in354sh/gigabyte-g5-mf5-52in354sh-abhinavflac-971.json @@ -0,0 +1,27 @@ +{ + "slug": "gigabyte-g5-mf5-52in354sh-abhinavflac-971", + "base_model_slug": "gigabyte-g5-mf5-52in354sh", + "name": "Gigabyte G5 MF5-52IN354SH", + "brand": "gigabyte", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 949, + "device_category": "General", + "cpu_name": "Intel Core I5 13500H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 971 + } +} diff --git a/data/laptop/gigabyte/2023/gigabyte-g5-mf5-h2in354sh-gaming/gigabyte-g5-mf5-h2in354sh-gaming-abhinavflac-814.json b/data/laptop/gigabyte/2023/gigabyte-g5-mf5-h2in354sh-gaming/gigabyte-g5-mf5-h2in354sh-gaming-abhinavflac-814.json new file mode 100644 index 000000000000..931cac750f63 --- /dev/null +++ b/data/laptop/gigabyte/2023/gigabyte-g5-mf5-h2in354sh-gaming/gigabyte-g5-mf5-h2in354sh-gaming-abhinavflac-814.json @@ -0,0 +1,27 @@ +{ + "slug": "gigabyte-g5-mf5-h2in354sh-gaming-abhinavflac-814", + "base_model_slug": "gigabyte-g5-mf5-h2in354sh-gaming", + "name": "Gigabyte G5 MF5-H2IN354SH Gaming", + "brand": "gigabyte", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 860, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 814 + } +} diff --git a/data/laptop/gigabyte/2023/gigabyte-g6-kf-h3in894kh/gigabyte-g6-kf-h3in894kh-abhinavflac-202.json b/data/laptop/gigabyte/2023/gigabyte-g6-kf-h3in894kh/gigabyte-g6-kf-h3in894kh-abhinavflac-202.json new file mode 100644 index 000000000000..9a97b116925d --- /dev/null +++ b/data/laptop/gigabyte/2023/gigabyte-g6-kf-h3in894kh/gigabyte-g6-kf-h3in894kh-abhinavflac-202.json @@ -0,0 +1,27 @@ +{ + "slug": "gigabyte-g6-kf-h3in894kh-abhinavflac-202", + "base_model_slug": "gigabyte-g6-kf-h3in894kh", + "name": "Gigabyte G6 KF-H3IN894KH", + "brand": "gigabyte", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1174, + "device_category": "General", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 4060", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 202 + } +} diff --git a/data/laptop/gigabyte/2023/gigabyte-g6-mf-h2in853sh/gigabyte-g6-mf-h2in853sh-abhinavflac-972.json b/data/laptop/gigabyte/2023/gigabyte-g6-mf-h2in853sh/gigabyte-g6-mf-h2in853sh-abhinavflac-972.json new file mode 100644 index 000000000000..cabbc940dfb1 --- /dev/null +++ b/data/laptop/gigabyte/2023/gigabyte-g6-mf-h2in853sh/gigabyte-g6-mf-h2in853sh-abhinavflac-972.json @@ -0,0 +1,27 @@ +{ + "slug": "gigabyte-g6-mf-h2in853sh-abhinavflac-972", + "base_model_slug": "gigabyte-g6-mf-h2in853sh", + "name": "Gigabyte G6 MF-H2IN853SH", + "brand": "gigabyte", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1048, + "device_category": "General", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 972 + } +} diff --git a/data/laptop/gigabyte/2023/gigabyte-g6-mf-h2in894kh/gigabyte-g6-mf-h2in894kh-abhinavflac-187.json b/data/laptop/gigabyte/2023/gigabyte-g6-mf-h2in894kh/gigabyte-g6-mf-h2in894kh-abhinavflac-187.json new file mode 100644 index 000000000000..c26f0364c84b --- /dev/null +++ b/data/laptop/gigabyte/2023/gigabyte-g6-mf-h2in894kh/gigabyte-g6-mf-h2in894kh-abhinavflac-187.json @@ -0,0 +1,27 @@ +{ + "slug": "gigabyte-g6-mf-h2in894kh-abhinavflac-187", + "base_model_slug": "gigabyte-g6-mf-h2in894kh", + "name": "Gigabyte G6 MF-H2IN894KH", + "brand": "gigabyte", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1101, + "device_category": "General", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 187 + } +} diff --git a/data/laptop/gigabyte/2023/gigabyte-g6x-9mg-42in854sh-gaming/gigabyte-g6x-9mg-42in854sh-gaming-abhinavflac-883.json b/data/laptop/gigabyte/2023/gigabyte-g6x-9mg-42in854sh-gaming/gigabyte-g6x-9mg-42in854sh-gaming-abhinavflac-883.json new file mode 100644 index 000000000000..1f703cde1477 --- /dev/null +++ b/data/laptop/gigabyte/2023/gigabyte-g6x-9mg-42in854sh-gaming/gigabyte-g6x-9mg-42in854sh-gaming-abhinavflac-883.json @@ -0,0 +1,27 @@ +{ + "slug": "gigabyte-g6x-9mg-42in854sh-gaming-abhinavflac-883", + "base_model_slug": "gigabyte-g6x-9mg-42in854sh-gaming", + "name": "Gigabyte G6X 9MG-42IN854SH Gaming", + "brand": "gigabyte", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2048, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 883 + } +} diff --git a/data/laptop/hp/2019/hp-omen-16-ap0165ax-gaming/hp-omen-16-ap0165ax-gaming-abhinavflac-279.json b/data/laptop/hp/2019/hp-omen-16-ap0165ax-gaming/hp-omen-16-ap0165ax-gaming-abhinavflac-279.json new file mode 100644 index 000000000000..fdb3fa6f08fc --- /dev/null +++ b/data/laptop/hp/2019/hp-omen-16-ap0165ax-gaming/hp-omen-16-ap0165ax-gaming-abhinavflac-279.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omen-16-ap0165ax-gaming-abhinavflac-279", + "base_model_slug": "hp-omen-16-ap0165ax-gaming", + "name": "HP Omen 16-ap0165AX Gaming", + "brand": "hp", + "release_date": "2019-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1675, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen Ai 7 350", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 279 + } +} diff --git a/data/laptop/hp/2019/hp-omen-16-ap0183ax-gaming/hp-omen-16-ap0183ax-gaming-abhinavflac-167.json b/data/laptop/hp/2019/hp-omen-16-ap0183ax-gaming/hp-omen-16-ap0183ax-gaming-abhinavflac-167.json new file mode 100644 index 000000000000..32dfcfddfa65 --- /dev/null +++ b/data/laptop/hp/2019/hp-omen-16-ap0183ax-gaming/hp-omen-16-ap0183ax-gaming-abhinavflac-167.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omen-16-ap0183ax-gaming-abhinavflac-167", + "base_model_slug": "hp-omen-16-ap0183ax-gaming", + "name": "HP Omen 16-ap0183AX Gaming", + "brand": "hp", + "release_date": "2019-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1807, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen Ai 7 350", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 167 + } +} diff --git a/data/laptop/hp/2019/hp-omnibook-3-14-ha0000au/hp-omnibook-3-14-ha0000au-abhinavflac-384.json b/data/laptop/hp/2019/hp-omnibook-3-14-ha0000au/hp-omnibook-3-14-ha0000au-abhinavflac-384.json new file mode 100644 index 000000000000..d4ffc5cde108 --- /dev/null +++ b/data/laptop/hp/2019/hp-omnibook-3-14-ha0000au/hp-omnibook-3-14-ha0000au-abhinavflac-384.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omnibook-3-14-ha0000au-abhinavflac-384", + "base_model_slug": "hp-omnibook-3-14-ha0000au", + "name": "HP OmniBook 3 14-ha0000AU", + "brand": "hp", + "release_date": "2019-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 759, + "device_category": "General", + "cpu_name": "AMD Ryzen Ai 5 340", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 384 + } +} diff --git a/data/laptop/hp/2019/hp-omnibook-3-15-fn0007au-ai/hp-omnibook-3-15-fn0007au-ai-abhinavflac-382.json b/data/laptop/hp/2019/hp-omnibook-3-15-fn0007au-ai/hp-omnibook-3-15-fn0007au-ai-abhinavflac-382.json new file mode 100644 index 000000000000..d0a6e6e702ec --- /dev/null +++ b/data/laptop/hp/2019/hp-omnibook-3-15-fn0007au-ai/hp-omnibook-3-15-fn0007au-ai-abhinavflac-382.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omnibook-3-15-fn0007au-ai-abhinavflac-382", + "base_model_slug": "hp-omnibook-3-15-fn0007au-ai", + "name": "HP OmniBook 3 15-fn0007AU AI", + "brand": "hp", + "release_date": "2019-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 771, + "device_category": "General", + "cpu_name": "AMD Ryzen Ai 5 340", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 382 + } +} diff --git a/data/laptop/hp/2019/hp-omnibook-5-next-gen/hp-omnibook-5-next-gen-abhinavflac-566.json b/data/laptop/hp/2019/hp-omnibook-5-next-gen/hp-omnibook-5-next-gen-abhinavflac-566.json new file mode 100644 index 000000000000..8372389c38c9 --- /dev/null +++ b/data/laptop/hp/2019/hp-omnibook-5-next-gen/hp-omnibook-5-next-gen-abhinavflac-566.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omnibook-5-next-gen-abhinavflac-566", + "base_model_slug": "hp-omnibook-5-next-gen", + "name": "HP OmniBook 5 Next Gen AI 16-ag1037au", + "brand": "hp", + "release_date": "2019-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 784, + "device_category": "General", + "cpu_name": "AMD Ryzen Ai 5 340", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 566 + } +} diff --git a/data/laptop/hp/2019/hp-omnibook-5-next-gen/hp-omnibook-5-next-gen-abhinavflac-567.json b/data/laptop/hp/2019/hp-omnibook-5-next-gen/hp-omnibook-5-next-gen-abhinavflac-567.json new file mode 100644 index 000000000000..1c33ddc51615 --- /dev/null +++ b/data/laptop/hp/2019/hp-omnibook-5-next-gen/hp-omnibook-5-next-gen-abhinavflac-567.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omnibook-5-next-gen-abhinavflac-567", + "base_model_slug": "hp-omnibook-5-next-gen", + "name": "HP OmniBook 5 Next Gen AI 16-ag1048AU", + "brand": "hp", + "release_date": "2019-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 988, + "device_category": "General", + "cpu_name": "AMD Ryzen Ai 7 350", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 567 + } +} diff --git a/data/laptop/hp/2019/hp-omnibook-7-aero-13-bg1678au/hp-omnibook-7-aero-13-bg1678au-abhinavflac-560.json b/data/laptop/hp/2019/hp-omnibook-7-aero-13-bg1678au/hp-omnibook-7-aero-13-bg1678au-abhinavflac-560.json new file mode 100644 index 000000000000..8cf4adfb86c0 --- /dev/null +++ b/data/laptop/hp/2019/hp-omnibook-7-aero-13-bg1678au/hp-omnibook-7-aero-13-bg1678au-abhinavflac-560.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omnibook-7-aero-13-bg1678au-abhinavflac-560", + "base_model_slug": "hp-omnibook-7-aero-13-bg1678au", + "name": "HP OmniBook 7 Aero 13-bg1678AU Next Gen AI", + "brand": "hp", + "release_date": "2019-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 970, + "device_category": "General", + "cpu_name": "AMD Ryzen Ai 5 340", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 13.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 560 + } +} diff --git a/data/laptop/hp/2021/hp-15-fc0476au/hp-15-fc0476au-abhinavflac-476.json b/data/laptop/hp/2021/hp-15-fc0476au/hp-15-fc0476au-abhinavflac-476.json new file mode 100644 index 000000000000..f7bab4002b81 --- /dev/null +++ b/data/laptop/hp/2021/hp-15-fc0476au/hp-15-fc0476au-abhinavflac-476.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fc0476au-abhinavflac-476", + "base_model_slug": "hp-15-fc0476au", + "name": "HP 15-fc0476AU", + "brand": "hp", + "release_date": "2021-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 590, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 5825U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 476 + } +} diff --git a/data/laptop/hp/2021/hp-15-fc0533au/hp-15-fc0533au-abhinavflac-378.json b/data/laptop/hp/2021/hp-15-fc0533au/hp-15-fc0533au-abhinavflac-378.json new file mode 100644 index 000000000000..8bfef59b51af --- /dev/null +++ b/data/laptop/hp/2021/hp-15-fc0533au/hp-15-fc0533au-abhinavflac-378.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fc0533au-abhinavflac-378", + "base_model_slug": "hp-15-fc0533au", + "name": "HP 15-fc0533AU", + "brand": "hp", + "release_date": "2021-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 590, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 5825U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 378 + } +} diff --git a/data/laptop/hp/2021/hp-255-g9/hp-255-g9-abhinavflac-885.json b/data/laptop/hp/2021/hp-255-g9/hp-255-g9-abhinavflac-885.json new file mode 100644 index 000000000000..78706f0c31cf --- /dev/null +++ b/data/laptop/hp/2021/hp-255-g9/hp-255-g9-abhinavflac-885.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-255-g9-abhinavflac-885", + "base_model_slug": "hp-255-g9", + "name": "HP 255 G9 8M397PA", + "brand": "hp", + "release_date": "2021-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 445, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 5625U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 885 + } +} diff --git a/data/laptop/hp/2021/hp-pavilion-15-eh1137au/hp-pavilion-15-eh1137au-abhinavflac-804.json b/data/laptop/hp/2021/hp-pavilion-15-eh1137au/hp-pavilion-15-eh1137au-abhinavflac-804.json new file mode 100644 index 000000000000..b12800646985 --- /dev/null +++ b/data/laptop/hp/2021/hp-pavilion-15-eh1137au/hp-pavilion-15-eh1137au-abhinavflac-804.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-pavilion-15-eh1137au-abhinavflac-804", + "base_model_slug": "hp-pavilion-15-eh1137au", + "name": "HP Pavilion 15-eh1137AU", + "brand": "hp", + "release_date": "2021-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 629, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 5500U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 804 + } +} diff --git a/data/laptop/hp/2021/hp-probook-635-aero-g8/hp-probook-635-aero-g8-abhinavflac-366.json b/data/laptop/hp/2021/hp-probook-635-aero-g8/hp-probook-635-aero-g8-abhinavflac-366.json new file mode 100644 index 000000000000..4458c1893dd5 --- /dev/null +++ b/data/laptop/hp/2021/hp-probook-635-aero-g8/hp-probook-635-aero-g8-abhinavflac-366.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-probook-635-aero-g8-abhinavflac-366", + "base_model_slug": "hp-probook-635-aero-g8", + "name": "HP ProBook 635 Aero G8 4Q1T0PA", + "brand": "hp", + "release_date": "2021-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 904, + "device_category": "Business", + "cpu_name": "AMD Ryzen 5 5600U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 13.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 366 + } +} diff --git a/data/laptop/hp/2021/hp-victus-15-fb0180ax-gaming/hp-victus-15-fb0180ax-gaming-abhinavflac-588.json b/data/laptop/hp/2021/hp-victus-15-fb0180ax-gaming/hp-victus-15-fb0180ax-gaming-abhinavflac-588.json new file mode 100644 index 000000000000..65270a387338 --- /dev/null +++ b/data/laptop/hp/2021/hp-victus-15-fb0180ax-gaming/hp-victus-15-fb0180ax-gaming-abhinavflac-588.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fb0180ax-gaming-abhinavflac-588", + "base_model_slug": "hp-victus-15-fb0180ax-gaming", + "name": "HP Victus ‎15-fb0180AX Gaming", + "brand": "hp", + "release_date": "2021-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 759, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 5600H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 588 + } +} diff --git a/data/laptop/hp/2021/hp-victus-15-fb0185ax-gaming/hp-victus-15-fb0185ax-gaming-abhinavflac-470.json b/data/laptop/hp/2021/hp-victus-15-fb0185ax-gaming/hp-victus-15-fb0185ax-gaming-abhinavflac-470.json new file mode 100644 index 000000000000..486b1768dd21 --- /dev/null +++ b/data/laptop/hp/2021/hp-victus-15-fb0185ax-gaming/hp-victus-15-fb0185ax-gaming-abhinavflac-470.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fb0185ax-gaming-abhinavflac-470", + "base_model_slug": "hp-victus-15-fb0185ax-gaming", + "name": "HP Victus 15-fb0185AX Gaming", + "brand": "hp", + "release_date": "2021-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 626, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 5600H", + "gpu_name": "AMD Radeon RX 6500M", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 470 + } +} diff --git a/data/laptop/hp/2021/hp-victus-15-fb3011ax-gaming/hp-victus-15-fb3011ax-gaming-abhinavflac-554.json b/data/laptop/hp/2021/hp-victus-15-fb3011ax-gaming/hp-victus-15-fb3011ax-gaming-abhinavflac-554.json new file mode 100644 index 000000000000..26d4648afb3a --- /dev/null +++ b/data/laptop/hp/2021/hp-victus-15-fb3011ax-gaming/hp-victus-15-fb3011ax-gaming-abhinavflac-554.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fb3011ax-gaming-abhinavflac-554", + "base_model_slug": "hp-victus-15-fb3011ax-gaming", + "name": "HP Victus 15-fb3011AX Gaming", + "brand": "hp", + "release_date": "2021-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 783, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 5600H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 554 + } +} diff --git a/data/laptop/hp/2022/hp-15-fd0061tu/hp-15-fd0061tu-abhinavflac-866.json b/data/laptop/hp/2022/hp-15-fd0061tu/hp-15-fd0061tu-abhinavflac-866.json new file mode 100644 index 000000000000..fbf2f39eccd6 --- /dev/null +++ b/data/laptop/hp/2022/hp-15-fd0061tu/hp-15-fd0061tu-abhinavflac-866.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd0061tu-abhinavflac-866", + "base_model_slug": "hp-15-fd0061tu", + "name": "HP 15-fd0061TU", + "brand": "hp", + "release_date": "2022-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 458, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 866 + } +} diff --git a/data/laptop/hp/2022/hp-15-fd0070tu/hp-15-fd0070tu-abhinavflac-865.json b/data/laptop/hp/2022/hp-15-fd0070tu/hp-15-fd0070tu-abhinavflac-865.json new file mode 100644 index 000000000000..a146d0997512 --- /dev/null +++ b/data/laptop/hp/2022/hp-15-fd0070tu/hp-15-fd0070tu-abhinavflac-865.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd0070tu-abhinavflac-865", + "base_model_slug": "hp-15-fd0070tu", + "name": "HP 15-fd0070TU", + "brand": "hp", + "release_date": "2022-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 584, + "device_category": "General", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 865 + } +} diff --git a/data/laptop/hp/2022/hp-15-fd0111tu/hp-15-fd0111tu-abhinavflac-872.json b/data/laptop/hp/2022/hp-15-fd0111tu/hp-15-fd0111tu-abhinavflac-872.json new file mode 100644 index 000000000000..e59e2810ab0a --- /dev/null +++ b/data/laptop/hp/2022/hp-15-fd0111tu/hp-15-fd0111tu-abhinavflac-872.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd0111tu-abhinavflac-872", + "base_model_slug": "hp-15-fd0111tu", + "name": "HP 15-fd0111TU", + "brand": "hp", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 687, + "device_category": "General", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 872 + } +} diff --git a/data/laptop/hp/2022/hp-15-fd0112tu/hp-15-fd0112tu-abhinavflac-843.json b/data/laptop/hp/2022/hp-15-fd0112tu/hp-15-fd0112tu-abhinavflac-843.json new file mode 100644 index 000000000000..9518207a2dde --- /dev/null +++ b/data/laptop/hp/2022/hp-15-fd0112tu/hp-15-fd0112tu-abhinavflac-843.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd0112tu-abhinavflac-843", + "base_model_slug": "hp-15-fd0112tu", + "name": "HP 15-fd0112TU", + "brand": "hp", + "release_date": "2022-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 673, + "device_category": "General", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 843 + } +} diff --git a/data/laptop/hp/2022/hp-15s-fy5010tu/hp-15s-fy5010tu-abhinavflac-975.json b/data/laptop/hp/2022/hp-15s-fy5010tu/hp-15s-fy5010tu-abhinavflac-975.json new file mode 100644 index 000000000000..d7cb2d4c9a44 --- /dev/null +++ b/data/laptop/hp/2022/hp-15s-fy5010tu/hp-15s-fy5010tu-abhinavflac-975.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15s-fy5010tu-abhinavflac-975", + "base_model_slug": "hp-15s-fy5010tu", + "name": "HP 15s-fy5010TU", + "brand": "hp", + "release_date": "2022-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 400, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 256, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 975 + } +} diff --git a/data/laptop/hp/2022/hp-15s-fy5011tu/hp-15s-fy5011tu-abhinavflac-974.json b/data/laptop/hp/2022/hp-15s-fy5011tu/hp-15s-fy5011tu-abhinavflac-974.json new file mode 100644 index 000000000000..240979f349cf --- /dev/null +++ b/data/laptop/hp/2022/hp-15s-fy5011tu/hp-15s-fy5011tu-abhinavflac-974.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15s-fy5011tu-abhinavflac-974", + "base_model_slug": "hp-15s-fy5011tu", + "name": "HP 15s-fy5011TU", + "brand": "hp", + "release_date": "2022-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 509, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 974 + } +} diff --git a/data/laptop/hp/2022/hp-240-14-g9/hp-240-14-g9-abhinavflac-800.json b/data/laptop/hp/2022/hp-240-14-g9/hp-240-14-g9-abhinavflac-800.json new file mode 100644 index 000000000000..5296c7f430f0 --- /dev/null +++ b/data/laptop/hp/2022/hp-240-14-g9/hp-240-14-g9-abhinavflac-800.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-240-14-g9-abhinavflac-800", + "base_model_slug": "hp-240-14-g9", + "name": "HP 240 14 G9 9H223PT", + "brand": "hp", + "release_date": "2022-01-01", + "ram_gb": 8, + "os": "DOS", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 446, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 800 + } +} diff --git a/data/laptop/hp/2022/hp-probook-440-g9/hp-probook-440-g9-abhinavflac-732.json b/data/laptop/hp/2022/hp-probook-440-g9/hp-probook-440-g9-abhinavflac-732.json new file mode 100644 index 000000000000..9959f1b7cea3 --- /dev/null +++ b/data/laptop/hp/2022/hp-probook-440-g9/hp-probook-440-g9-abhinavflac-732.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-probook-440-g9-abhinavflac-732", + "base_model_slug": "hp-probook-440-g9", + "name": "HP ProBook 440 G9 821P0PA", + "brand": "hp", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "DOS", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 903, + "device_category": "Business", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 732 + } +} diff --git a/data/laptop/hp/2022/hp-probook-440-g9/hp-probook-440-g9-abhinavflac-888.json b/data/laptop/hp/2022/hp-probook-440-g9/hp-probook-440-g9-abhinavflac-888.json new file mode 100644 index 000000000000..32ae5e95cabf --- /dev/null +++ b/data/laptop/hp/2022/hp-probook-440-g9/hp-probook-440-g9-abhinavflac-888.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-probook-440-g9-abhinavflac-888", + "base_model_slug": "hp-probook-440-g9", + "name": "HP ProBook 440 G9 9S706AT", + "brand": "hp", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 813, + "device_category": "Business", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 888 + } +} diff --git a/data/laptop/hp/2022/hp-victus-15-fa0333tx-gaming/hp-victus-15-fa0333tx-gaming-abhinavflac-928.json b/data/laptop/hp/2022/hp-victus-15-fa0333tx-gaming/hp-victus-15-fa0333tx-gaming-abhinavflac-928.json new file mode 100644 index 000000000000..30a2a0db9f1a --- /dev/null +++ b/data/laptop/hp/2022/hp-victus-15-fa0333tx-gaming/hp-victus-15-fa0333tx-gaming-abhinavflac-928.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fa0333tx-gaming-abhinavflac-928", + "base_model_slug": "hp-victus-15-fa0333tx-gaming", + "name": "HP Victus 15-fa0333TX Gaming", + "brand": "hp", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 739, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 12450H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 928 + } +} diff --git a/data/laptop/hp/2022/hp-victus-15-fa1388tx-gaming/hp-victus-15-fa1388tx-gaming-abhinavflac-931.json b/data/laptop/hp/2022/hp-victus-15-fa1388tx-gaming/hp-victus-15-fa1388tx-gaming-abhinavflac-931.json new file mode 100644 index 000000000000..1d0370741929 --- /dev/null +++ b/data/laptop/hp/2022/hp-victus-15-fa1388tx-gaming/hp-victus-15-fa1388tx-gaming-abhinavflac-931.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fa1388tx-gaming-abhinavflac-931", + "base_model_slug": "hp-victus-15-fa1388tx-gaming", + "name": "HP Victus 15-fa1388TX Gaming", + "brand": "hp", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 887, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 12450H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050A", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 931 + } +} diff --git a/data/laptop/hp/2022/hp-victus-15-fa1400tx-gaming/hp-victus-15-fa1400tx-gaming-abhinavflac-868.json b/data/laptop/hp/2022/hp-victus-15-fa1400tx-gaming/hp-victus-15-fa1400tx-gaming-abhinavflac-868.json new file mode 100644 index 000000000000..3af7e6811ef0 --- /dev/null +++ b/data/laptop/hp/2022/hp-victus-15-fa1400tx-gaming/hp-victus-15-fa1400tx-gaming-abhinavflac-868.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fa1400tx-gaming-abhinavflac-868", + "base_model_slug": "hp-victus-15-fa1400tx-gaming", + "name": "HP Victus 15-FA1400TX Gaming", + "brand": "hp", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 771, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 12450H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 868 + } +} diff --git a/data/laptop/hp/2022/hp-victus-15-fa1411tx-gaming/hp-victus-15-fa1411tx-gaming-abhinavflac-869.json b/data/laptop/hp/2022/hp-victus-15-fa1411tx-gaming/hp-victus-15-fa1411tx-gaming-abhinavflac-869.json new file mode 100644 index 000000000000..ab09841a5a9b --- /dev/null +++ b/data/laptop/hp/2022/hp-victus-15-fa1411tx-gaming/hp-victus-15-fa1411tx-gaming-abhinavflac-869.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fa1411tx-gaming-abhinavflac-869", + "base_model_slug": "hp-victus-15-fa1411tx-gaming", + "name": "HP Victus 15-FA1411TX Gaming", + "brand": "hp", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 880, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 12650H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 869 + } +} diff --git a/data/laptop/hp/2022/hp-victus-15-fa1415tx-gaming/hp-victus-15-fa1415tx-gaming-abhinavflac-644.json b/data/laptop/hp/2022/hp-victus-15-fa1415tx-gaming/hp-victus-15-fa1415tx-gaming-abhinavflac-644.json new file mode 100644 index 000000000000..1491834ed7b5 --- /dev/null +++ b/data/laptop/hp/2022/hp-victus-15-fa1415tx-gaming/hp-victus-15-fa1415tx-gaming-abhinavflac-644.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fa1415tx-gaming-abhinavflac-644", + "base_model_slug": "hp-victus-15-fa1415tx-gaming", + "name": "HP Victus 15-FA1415TX Gaming", + "brand": "hp", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 905, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 12650H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050A", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 644 + } +} diff --git a/data/laptop/hp/2022/hp-victus-special-edition-15-fa1379tx/hp-victus-special-edition-15-fa1379tx-abhinavflac-907.json b/data/laptop/hp/2022/hp-victus-special-edition-15-fa1379tx/hp-victus-special-edition-15-fa1379tx-abhinavflac-907.json new file mode 100644 index 000000000000..66fdc301ac84 --- /dev/null +++ b/data/laptop/hp/2022/hp-victus-special-edition-15-fa1379tx/hp-victus-special-edition-15-fa1379tx-abhinavflac-907.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-special-edition-15-fa1379tx-abhinavflac-907", + "base_model_slug": "hp-victus-special-edition-15-fa1379tx", + "name": "HP Victus Special Edition 15-fa1379TX Gaming", + "brand": "hp", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 717, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 12450H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050A", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 907 + } +} diff --git a/data/laptop/hp/2022/hp-victus-special-edition-15-fa1382tx/hp-victus-special-edition-15-fa1382tx-abhinavflac-915.json b/data/laptop/hp/2022/hp-victus-special-edition-15-fa1382tx/hp-victus-special-edition-15-fa1382tx-abhinavflac-915.json new file mode 100644 index 000000000000..85be7f32b724 --- /dev/null +++ b/data/laptop/hp/2022/hp-victus-special-edition-15-fa1382tx/hp-victus-special-edition-15-fa1382tx-abhinavflac-915.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-special-edition-15-fa1382tx-abhinavflac-915", + "base_model_slug": "hp-victus-special-edition-15-fa1382tx", + "name": "HP Victus Special Edition 15-fa1382TX Gaming", + "brand": "hp", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 954, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 12650H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050A", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 915 + } +} diff --git a/data/laptop/hp/2022/hp-victus-special-edition-15-fa1389tx/hp-victus-special-edition-15-fa1389tx-abhinavflac-925.json b/data/laptop/hp/2022/hp-victus-special-edition-15-fa1389tx/hp-victus-special-edition-15-fa1389tx-abhinavflac-925.json new file mode 100644 index 000000000000..c93aa0ad94b6 --- /dev/null +++ b/data/laptop/hp/2022/hp-victus-special-edition-15-fa1389tx/hp-victus-special-edition-15-fa1389tx-abhinavflac-925.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-special-edition-15-fa1389tx-abhinavflac-925", + "base_model_slug": "hp-victus-special-edition-15-fa1389tx", + "name": "HP Victus Special Edition 15-fa1389TX Gaming", + "brand": "hp", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 964, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 12650H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050A", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 925 + } +} diff --git a/data/laptop/hp/2022/hp-zbook-firefly-16-workstation/hp-zbook-firefly-16-workstation-abhinavflac-123.json b/data/laptop/hp/2022/hp-zbook-firefly-16-workstation/hp-zbook-firefly-16-workstation-abhinavflac-123.json new file mode 100644 index 000000000000..46e3ccf330a9 --- /dev/null +++ b/data/laptop/hp/2022/hp-zbook-firefly-16-workstation/hp-zbook-firefly-16-workstation-abhinavflac-123.json @@ -0,0 +1,25 @@ +{ + "slug": "hp-zbook-firefly-16-workstation-abhinavflac-123", + "base_model_slug": "hp-zbook-firefly-16-workstation", + "name": "HP ZBook Firefly 16 8F6K1PA Workstation", + "brand": "hp", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1596, + "device_category": "General", + "cpu_name": "Intel Core I7 1255U", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 123 + } +} diff --git a/data/laptop/hp/2023/hp-14-em0214au/hp-14-em0214au-abhinavflac-601.json b/data/laptop/hp/2023/hp-14-em0214au/hp-14-em0214au-abhinavflac-601.json new file mode 100644 index 000000000000..d93a04c69e54 --- /dev/null +++ b/data/laptop/hp/2023/hp-14-em0214au/hp-14-em0214au-abhinavflac-601.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-14-em0214au-abhinavflac-601", + "base_model_slug": "hp-14-em0214au", + "name": "HP 14-em0214AU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 560, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7530U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 601 + } +} diff --git a/data/laptop/hp/2023/hp-14-em0243au/hp-14-em0243au-abhinavflac-259.json b/data/laptop/hp/2023/hp-14-em0243au/hp-14-em0243au-abhinavflac-259.json new file mode 100644 index 000000000000..6f28655619f5 --- /dev/null +++ b/data/laptop/hp/2023/hp-14-em0243au/hp-14-em0243au-abhinavflac-259.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-14-em0243au-abhinavflac-259", + "base_model_slug": "hp-14-em0243au", + "name": "HP 14-em0243AU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 410, + "device_category": "General", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 259 + } +} diff --git a/data/laptop/hp/2023/hp-14-ep0294tu/hp-14-ep0294tu-abhinavflac-473.json b/data/laptop/hp/2023/hp-14-ep0294tu/hp-14-ep0294tu-abhinavflac-473.json new file mode 100644 index 000000000000..5372dcfd88ee --- /dev/null +++ b/data/laptop/hp/2023/hp-14-ep0294tu/hp-14-ep0294tu-abhinavflac-473.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-14-ep0294tu-abhinavflac-473", + "base_model_slug": "hp-14-ep0294tu", + "name": "HP 14-ep0294TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 440, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 473 + } +} diff --git a/data/laptop/hp/2023/hp-14-ep0340tu/hp-14-ep0340tu-abhinavflac-452.json b/data/laptop/hp/2023/hp-14-ep0340tu/hp-14-ep0340tu-abhinavflac-452.json new file mode 100644 index 000000000000..e60c94f4746d --- /dev/null +++ b/data/laptop/hp/2023/hp-14-ep0340tu/hp-14-ep0340tu-abhinavflac-452.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-14-ep0340tu-abhinavflac-452", + "base_model_slug": "hp-14-ep0340tu", + "name": "HP 14-ep0340TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 663, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 452 + } +} diff --git a/data/laptop/hp/2023/hp-14-gr0001tu/hp-14-gr0001tu-abhinavflac-908.json b/data/laptop/hp/2023/hp-14-gr0001tu/hp-14-gr0001tu-abhinavflac-908.json new file mode 100644 index 000000000000..f37dadd1fd46 --- /dev/null +++ b/data/laptop/hp/2023/hp-14-gr0001tu/hp-14-gr0001tu-abhinavflac-908.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-14-gr0001tu-abhinavflac-908", + "base_model_slug": "hp-14-gr0001tu", + "name": "HP 14-gr0001TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 655, + "device_category": "General", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 908 + } +} diff --git a/data/laptop/hp/2023/hp-14-gr0002tu/hp-14-gr0002tu-abhinavflac-547.json b/data/laptop/hp/2023/hp-14-gr0002tu/hp-14-gr0002tu-abhinavflac-547.json new file mode 100644 index 000000000000..2138e6c9543a --- /dev/null +++ b/data/laptop/hp/2023/hp-14-gr0002tu/hp-14-gr0002tu-abhinavflac-547.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-14-gr0002tu-abhinavflac-547", + "base_model_slug": "hp-14-gr0002tu", + "name": "HP 14-gr0002TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 656, + "device_category": "General", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 547 + } +} diff --git a/data/laptop/hp/2023/hp-14-gr1022tu/hp-14-gr1022tu-abhinavflac-936.json b/data/laptop/hp/2023/hp-14-gr1022tu/hp-14-gr1022tu-abhinavflac-936.json new file mode 100644 index 000000000000..6ab0cdc26b43 --- /dev/null +++ b/data/laptop/hp/2023/hp-14-gr1022tu/hp-14-gr1022tu-abhinavflac-936.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-14-gr1022tu-abhinavflac-936", + "base_model_slug": "hp-14-gr1022tu", + "name": "HP 14-gr1022TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 988, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 936 + } +} diff --git a/data/laptop/hp/2023/hp-14-gr1023tu/hp-14-gr1023tu-abhinavflac-934.json b/data/laptop/hp/2023/hp-14-gr1023tu/hp-14-gr1023tu-abhinavflac-934.json new file mode 100644 index 000000000000..cff606bf5c9d --- /dev/null +++ b/data/laptop/hp/2023/hp-14-gr1023tu/hp-14-gr1023tu-abhinavflac-934.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-14-gr1023tu-abhinavflac-934", + "base_model_slug": "hp-14-gr1023tu", + "name": "HP 14-gr1023TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1012, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 934 + } +} diff --git a/data/laptop/hp/2023/hp-14-gr1028tu/hp-14-gr1028tu-abhinavflac-275.json b/data/laptop/hp/2023/hp-14-gr1028tu/hp-14-gr1028tu-abhinavflac-275.json new file mode 100644 index 000000000000..05635c0d38b9 --- /dev/null +++ b/data/laptop/hp/2023/hp-14-gr1028tu/hp-14-gr1028tu-abhinavflac-275.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-14-gr1028tu-abhinavflac-275", + "base_model_slug": "hp-14-gr1028tu", + "name": "HP 14-gr1028TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 886, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 275 + } +} diff --git a/data/laptop/hp/2023/hp-14-gr1036tu/hp-14-gr1036tu-abhinavflac-145.json b/data/laptop/hp/2023/hp-14-gr1036tu/hp-14-gr1036tu-abhinavflac-145.json new file mode 100644 index 000000000000..f5fa107fff42 --- /dev/null +++ b/data/laptop/hp/2023/hp-14-gr1036tu/hp-14-gr1036tu-abhinavflac-145.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-14-gr1036tu-abhinavflac-145", + "base_model_slug": "hp-14-gr1036tu", + "name": "HP 14-gr1036TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 878, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 145 + } +} diff --git a/data/laptop/hp/2023/hp-15-2025/hp-15-2025-abhinavflac-16.json b/data/laptop/hp/2023/hp-15-2025/hp-15-2025-abhinavflac-16.json new file mode 100644 index 000000000000..04bdae9614ac --- /dev/null +++ b/data/laptop/hp/2023/hp-15-2025/hp-15-2025-abhinavflac-16.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-2025-abhinavflac-16", + "base_model_slug": "hp-15-2025", + "name": "HP 15 2025", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 441, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 16 + } +} diff --git a/data/laptop/hp/2023/hp-15-fc0154au/hp-15-fc0154au-abhinavflac-794.json b/data/laptop/hp/2023/hp-15-fc0154au/hp-15-fc0154au-abhinavflac-794.json new file mode 100644 index 000000000000..ad260602cb66 --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fc0154au/hp-15-fc0154au-abhinavflac-794.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fc0154au-abhinavflac-794", + "base_model_slug": "hp-15-fc0154au", + "name": "HP 15-fc0154AU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 373, + "device_category": "General", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 794 + } +} diff --git a/data/laptop/hp/2023/hp-15-fc0155au/hp-15-fc0155au-abhinavflac-930.json b/data/laptop/hp/2023/hp-15-fc0155au/hp-15-fc0155au-abhinavflac-930.json new file mode 100644 index 000000000000..c5cdbe0a401b --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fc0155au/hp-15-fc0155au-abhinavflac-930.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fc0155au-abhinavflac-930", + "base_model_slug": "hp-15-fc0155au", + "name": "HP 15-fc0155AU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 400, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 930 + } +} diff --git a/data/laptop/hp/2023/hp-15-fc0388au/hp-15-fc0388au-abhinavflac-87.json b/data/laptop/hp/2023/hp-15-fc0388au/hp-15-fc0388au-abhinavflac-87.json new file mode 100644 index 000000000000..403d3250aec8 --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fc0388au/hp-15-fc0388au-abhinavflac-87.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fc0388au-abhinavflac-87", + "base_model_slug": "hp-15-fc0388au", + "name": "HP 15-fc0388AU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 445, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7530U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 87 + } +} diff --git a/data/laptop/hp/2023/hp-15-fc0390au/hp-15-fc0390au-abhinavflac-435.json b/data/laptop/hp/2023/hp-15-fc0390au/hp-15-fc0390au-abhinavflac-435.json new file mode 100644 index 000000000000..1b20f8b08689 --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fc0390au/hp-15-fc0390au-abhinavflac-435.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fc0390au-abhinavflac-435", + "base_model_slug": "hp-15-fc0390au", + "name": "HP 15-fc0390AU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 600, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 7730U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 435 + } +} diff --git a/data/laptop/hp/2023/hp-15-fc0500au/hp-15-fc0500au-abhinavflac-198.json b/data/laptop/hp/2023/hp-15-fc0500au/hp-15-fc0500au-abhinavflac-198.json new file mode 100644 index 000000000000..ec6de9eabc99 --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fc0500au/hp-15-fc0500au-abhinavflac-198.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fc0500au-abhinavflac-198", + "base_model_slug": "hp-15-fc0500au", + "name": "HP 15-fc0500AU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 391, + "device_category": "General", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 198 + } +} diff --git a/data/laptop/hp/2023/hp-15-fc0552au/hp-15-fc0552au-abhinavflac-250.json b/data/laptop/hp/2023/hp-15-fc0552au/hp-15-fc0552au-abhinavflac-250.json new file mode 100644 index 000000000000..8831a737fcee --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fc0552au/hp-15-fc0552au-abhinavflac-250.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fc0552au-abhinavflac-250", + "base_model_slug": "hp-15-fc0552au", + "name": "HP 15-fc0552AU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 398, + "device_category": "General", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 250 + } +} diff --git a/data/laptop/hp/2023/hp-15-fc0690au/hp-15-fc0690au-abhinavflac-48.json b/data/laptop/hp/2023/hp-15-fc0690au/hp-15-fc0690au-abhinavflac-48.json new file mode 100644 index 000000000000..89e9599cf66d --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fc0690au/hp-15-fc0690au-abhinavflac-48.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fc0690au-abhinavflac-48", + "base_model_slug": "hp-15-fc0690au", + "name": "HP 15-fc0690au", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 554, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 48 + } +} diff --git a/data/laptop/hp/2023/hp-15-fc0703au/hp-15-fc0703au-abhinavflac-78.json b/data/laptop/hp/2023/hp-15-fc0703au/hp-15-fc0703au-abhinavflac-78.json new file mode 100644 index 000000000000..9cf68dc7acfa --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fc0703au/hp-15-fc0703au-abhinavflac-78.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fc0703au-abhinavflac-78", + "base_model_slug": "hp-15-fc0703au", + "name": "HP 15-fc0703AU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 494, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7530U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 78 + } +} diff --git a/data/laptop/hp/2023/hp-15-fc1004au/hp-15-fc1004au-abhinavflac-806.json b/data/laptop/hp/2023/hp-15-fc1004au/hp-15-fc1004au-abhinavflac-806.json new file mode 100644 index 000000000000..2f88e2206589 --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fc1004au/hp-15-fc1004au-abhinavflac-806.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fc1004au-abhinavflac-806", + "base_model_slug": "hp-15-fc1004au", + "name": "HP 15-fc1004AU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 480, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7535HS", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 806 + } +} diff --git a/data/laptop/hp/2023/hp-15-fc1038au/hp-15-fc1038au-abhinavflac-436.json b/data/laptop/hp/2023/hp-15-fc1038au/hp-15-fc1038au-abhinavflac-436.json new file mode 100644 index 000000000000..a1229f278200 --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fc1038au/hp-15-fc1038au-abhinavflac-436.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fc1038au-abhinavflac-436", + "base_model_slug": "hp-15-fc1038au", + "name": "HP 15-fc1038AU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 735, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 7735HS", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 436 + } +} diff --git a/data/laptop/hp/2023/hp-15-fd0129tu/hp-15-fd0129tu-abhinavflac-887.json b/data/laptop/hp/2023/hp-15-fd0129tu/hp-15-fd0129tu-abhinavflac-887.json new file mode 100644 index 000000000000..a76634ac63dc --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fd0129tu/hp-15-fd0129tu-abhinavflac-887.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd0129tu-abhinavflac-887", + "base_model_slug": "hp-15-fd0129tu", + "name": "HP 15-fd0129TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 422, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 887 + } +} diff --git a/data/laptop/hp/2023/hp-15-fd0315tu/hp-15-fd0315tu-abhinavflac-820.json b/data/laptop/hp/2023/hp-15-fd0315tu/hp-15-fd0315tu-abhinavflac-820.json new file mode 100644 index 000000000000..0e18b0377a41 --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fd0315tu/hp-15-fd0315tu-abhinavflac-820.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd0315tu-abhinavflac-820", + "base_model_slug": "hp-15-fd0315tu", + "name": "HP 15-fd0315TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 753, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 820 + } +} diff --git a/data/laptop/hp/2023/hp-15-fd0465tu/hp-15-fd0465tu-abhinavflac-685.json b/data/laptop/hp/2023/hp-15-fd0465tu/hp-15-fd0465tu-abhinavflac-685.json new file mode 100644 index 000000000000..a9ace4a3cf39 --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fd0465tu/hp-15-fd0465tu-abhinavflac-685.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd0465tu-abhinavflac-685", + "base_model_slug": "hp-15-fd0465tu", + "name": "HP ‎15-fd0465TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 431, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 685 + } +} diff --git a/data/laptop/hp/2023/hp-15-fd0466tu/hp-15-fd0466tu-abhinavflac-653.json b/data/laptop/hp/2023/hp-15-fd0466tu/hp-15-fd0466tu-abhinavflac-653.json new file mode 100644 index 000000000000..279c813f58fc --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fd0466tu/hp-15-fd0466tu-abhinavflac-653.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd0466tu-abhinavflac-653", + "base_model_slug": "hp-15-fd0466tu", + "name": "HP 15-fd0466tu", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 558, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 653 + } +} diff --git a/data/laptop/hp/2023/hp-15-fd0467tu/hp-15-fd0467tu-abhinavflac-686.json b/data/laptop/hp/2023/hp-15-fd0467tu/hp-15-fd0467tu-abhinavflac-686.json new file mode 100644 index 000000000000..a60bb34522e5 --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fd0467tu/hp-15-fd0467tu-abhinavflac-686.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd0467tu-abhinavflac-686", + "base_model_slug": "hp-15-fd0467tu", + "name": "HP ‎15-fd0467TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 625, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 686 + } +} diff --git a/data/laptop/hp/2023/hp-15-fd0468tu/hp-15-fd0468tu-abhinavflac-589.json b/data/laptop/hp/2023/hp-15-fd0468tu/hp-15-fd0468tu-abhinavflac-589.json new file mode 100644 index 000000000000..cebc26e11ba9 --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fd0468tu/hp-15-fd0468tu-abhinavflac-589.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd0468tu-abhinavflac-589", + "base_model_slug": "hp-15-fd0468tu", + "name": "HP ‎15-fd0468TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 807, + "device_category": "General", + "cpu_name": "Intel Core I7 1355U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 589 + } +} diff --git a/data/laptop/hp/2023/hp-15-fd0489tu/hp-15-fd0489tu-abhinavflac-477.json b/data/laptop/hp/2023/hp-15-fd0489tu/hp-15-fd0489tu-abhinavflac-477.json new file mode 100644 index 000000000000..c526ec2946e1 --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fd0489tu/hp-15-fd0489tu-abhinavflac-477.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd0489tu-abhinavflac-477", + "base_model_slug": "hp-15-fd0489tu", + "name": "HP 15-fd0489TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 428, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 477 + } +} diff --git a/data/laptop/hp/2023/hp-15-fd0490tu/hp-15-fd0490tu-abhinavflac-463.json b/data/laptop/hp/2023/hp-15-fd0490tu/hp-15-fd0490tu-abhinavflac-463.json new file mode 100644 index 000000000000..50841d2ed3e2 --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fd0490tu/hp-15-fd0490tu-abhinavflac-463.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd0490tu-abhinavflac-463", + "base_model_slug": "hp-15-fd0490tu", + "name": "HP 15-fd0490TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 440, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 463 + } +} diff --git a/data/laptop/hp/2023/hp-15-fd0492tu/hp-15-fd0492tu-abhinavflac-668.json b/data/laptop/hp/2023/hp-15-fd0492tu/hp-15-fd0492tu-abhinavflac-668.json new file mode 100644 index 000000000000..99c8c21ff9c6 --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fd0492tu/hp-15-fd0492tu-abhinavflac-668.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd0492tu-abhinavflac-668", + "base_model_slug": "hp-15-fd0492tu", + "name": "HP 15-fd0492TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 686, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 668 + } +} diff --git a/data/laptop/hp/2023/hp-15-fd0514tu/hp-15-fd0514tu-abhinavflac-36.json b/data/laptop/hp/2023/hp-15-fd0514tu/hp-15-fd0514tu-abhinavflac-36.json new file mode 100644 index 000000000000..9f65bb284941 --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fd0514tu/hp-15-fd0514tu-abhinavflac-36.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd0514tu-abhinavflac-36", + "base_model_slug": "hp-15-fd0514tu", + "name": "HP 15-fd0514TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 903, + "device_category": "General", + "cpu_name": "Intel Core I7 1355U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 36 + } +} diff --git a/data/laptop/hp/2023/hp-15-fd0533tu/hp-15-fd0533tu-abhinavflac-189.json b/data/laptop/hp/2023/hp-15-fd0533tu/hp-15-fd0533tu-abhinavflac-189.json new file mode 100644 index 000000000000..e2a28dd26fa1 --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fd0533tu/hp-15-fd0533tu-abhinavflac-189.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd0533tu-abhinavflac-189", + "base_model_slug": "hp-15-fd0533tu", + "name": "HP 15-fd0533TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 502, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 189 + } +} diff --git a/data/laptop/hp/2023/hp-15-fd0549tu/hp-15-fd0549tu-abhinavflac-247.json b/data/laptop/hp/2023/hp-15-fd0549tu/hp-15-fd0549tu-abhinavflac-247.json new file mode 100644 index 000000000000..2e2436000491 --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fd0549tu/hp-15-fd0549tu-abhinavflac-247.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd0549tu-abhinavflac-247", + "base_model_slug": "hp-15-fd0549tu", + "name": "HP 15-fd0549TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 663, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 247 + } +} diff --git a/data/laptop/hp/2023/hp-15-fd0552tu/hp-15-fd0552tu-abhinavflac-483.json b/data/laptop/hp/2023/hp-15-fd0552tu/hp-15-fd0552tu-abhinavflac-483.json new file mode 100644 index 000000000000..c6d3b52a63ee --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fd0552tu/hp-15-fd0552tu-abhinavflac-483.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd0552tu-abhinavflac-483", + "base_model_slug": "hp-15-fd0552tu", + "name": "HP 15-fd0552TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 711, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 483 + } +} diff --git a/data/laptop/hp/2023/hp-15-fd0568tu/hp-15-fd0568tu-abhinavflac-369.json b/data/laptop/hp/2023/hp-15-fd0568tu/hp-15-fd0568tu-abhinavflac-369.json new file mode 100644 index 000000000000..98427a5d5a6f --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fd0568tu/hp-15-fd0568tu-abhinavflac-369.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd0568tu-abhinavflac-369", + "base_model_slug": "hp-15-fd0568tu", + "name": "HP 15-fd0568TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 452, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 369 + } +} diff --git a/data/laptop/hp/2023/hp-15-fd0569tu/hp-15-fd0569tu-abhinavflac-441.json b/data/laptop/hp/2023/hp-15-fd0569tu/hp-15-fd0569tu-abhinavflac-441.json new file mode 100644 index 000000000000..8190b66e7b1e --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fd0569tu/hp-15-fd0569tu-abhinavflac-441.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd0569tu-abhinavflac-441", + "base_model_slug": "hp-15-fd0569tu", + "name": "HP 15-fd0569TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 422, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 441 + } +} diff --git a/data/laptop/hp/2023/hp-15-fd0572tu/hp-15-fd0572tu-abhinavflac-496.json b/data/laptop/hp/2023/hp-15-fd0572tu/hp-15-fd0572tu-abhinavflac-496.json new file mode 100644 index 000000000000..042e38c6d42d --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fd0572tu/hp-15-fd0572tu-abhinavflac-496.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd0572tu-abhinavflac-496", + "base_model_slug": "hp-15-fd0572tu", + "name": "HP 15-fd0572TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 463, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 496 + } +} diff --git a/data/laptop/hp/2023/hp-15-fd0573tu/hp-15-fd0573tu-abhinavflac-499.json b/data/laptop/hp/2023/hp-15-fd0573tu/hp-15-fd0573tu-abhinavflac-499.json new file mode 100644 index 000000000000..eda4308cb474 --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fd0573tu/hp-15-fd0573tu-abhinavflac-499.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd0573tu-abhinavflac-499", + "base_model_slug": "hp-15-fd0573tu", + "name": "HP 15-fd0573TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 12, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 458, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 499 + } +} diff --git a/data/laptop/hp/2023/hp-15-fd0574tu/hp-15-fd0574tu-abhinavflac-514.json b/data/laptop/hp/2023/hp-15-fd0574tu/hp-15-fd0574tu-abhinavflac-514.json new file mode 100644 index 000000000000..91ec7aeb8c25 --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fd0574tu/hp-15-fd0574tu-abhinavflac-514.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd0574tu-abhinavflac-514", + "base_model_slug": "hp-15-fd0574tu", + "name": "HP 15-fd0574TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 482, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 514 + } +} diff --git a/data/laptop/hp/2023/hp-15-fd0575tu/hp-15-fd0575tu-abhinavflac-498.json b/data/laptop/hp/2023/hp-15-fd0575tu/hp-15-fd0575tu-abhinavflac-498.json new file mode 100644 index 000000000000..408a979fe66a --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fd0575tu/hp-15-fd0575tu-abhinavflac-498.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd0575tu-abhinavflac-498", + "base_model_slug": "hp-15-fd0575tu", + "name": "HP 15-fd0575TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 12, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 590, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 498 + } +} diff --git a/data/laptop/hp/2023/hp-15-fd0577tu/hp-15-fd0577tu-abhinavflac-493.json b/data/laptop/hp/2023/hp-15-fd0577tu/hp-15-fd0577tu-abhinavflac-493.json new file mode 100644 index 000000000000..fe32664f0cb7 --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fd0577tu/hp-15-fd0577tu-abhinavflac-493.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd0577tu-abhinavflac-493", + "base_model_slug": "hp-15-fd0577tu", + "name": "HP 15-fd0577TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 632, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 493 + } +} diff --git a/data/laptop/hp/2023/hp-15-fd0582tu/hp-15-fd0582tu-abhinavflac-434.json b/data/laptop/hp/2023/hp-15-fd0582tu/hp-15-fd0582tu-abhinavflac-434.json new file mode 100644 index 000000000000..fde45c4f28bf --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fd0582tu/hp-15-fd0582tu-abhinavflac-434.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd0582tu-abhinavflac-434", + "base_model_slug": "hp-15-fd0582tu", + "name": "HP 15-FD0582TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 440, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 434 + } +} diff --git a/data/laptop/hp/2023/hp-15-fd0588tu/hp-15-fd0588tu-abhinavflac-408.json b/data/laptop/hp/2023/hp-15-fd0588tu/hp-15-fd0588tu-abhinavflac-408.json new file mode 100644 index 000000000000..42f6acf58702 --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fd0588tu/hp-15-fd0588tu-abhinavflac-408.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd0588tu-abhinavflac-408", + "base_model_slug": "hp-15-fd0588tu", + "name": "HP 15-fd0588TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 723, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 408 + } +} diff --git a/data/laptop/hp/2023/hp-15-fd0668tu/hp-15-fd0668tu-abhinavflac-104.json b/data/laptop/hp/2023/hp-15-fd0668tu/hp-15-fd0668tu-abhinavflac-104.json new file mode 100644 index 000000000000..96de8267c217 --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fd0668tu/hp-15-fd0668tu-abhinavflac-104.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd0668tu-abhinavflac-104", + "base_model_slug": "hp-15-fd0668tu", + "name": "HP 15-fd0668TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 482, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 104 + } +} diff --git a/data/laptop/hp/2023/hp-15-fd0691tu/hp-15-fd0691tu-abhinavflac-330.json b/data/laptop/hp/2023/hp-15-fd0691tu/hp-15-fd0691tu-abhinavflac-330.json new file mode 100644 index 000000000000..07eb479b3e5c --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fd0691tu/hp-15-fd0691tu-abhinavflac-330.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd0691tu-abhinavflac-330", + "base_model_slug": "hp-15-fd0691tu", + "name": "HP 15-fd0691TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 12, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 446, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 330 + } +} diff --git a/data/laptop/hp/2023/hp-15-fd1197tu/hp-15-fd1197tu-abhinavflac-803.json b/data/laptop/hp/2023/hp-15-fd1197tu/hp-15-fd1197tu-abhinavflac-803.json new file mode 100644 index 000000000000..a797a0057432 --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fd1197tu/hp-15-fd1197tu-abhinavflac-803.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd1197tu-abhinavflac-803", + "base_model_slug": "hp-15-fd1197tu", + "name": "HP 15-fd1197TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 886, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 803 + } +} diff --git a/data/laptop/hp/2023/hp-15-fd1255tu/hp-15-fd1255tu-abhinavflac-497.json b/data/laptop/hp/2023/hp-15-fd1255tu/hp-15-fd1255tu-abhinavflac-497.json new file mode 100644 index 000000000000..ab546699538f --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fd1255tu/hp-15-fd1255tu-abhinavflac-497.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd1255tu-abhinavflac-497", + "base_model_slug": "hp-15-fd1255tu", + "name": "HP 15-fd1255TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 783, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 497 + } +} diff --git a/data/laptop/hp/2023/hp-15-fd1279tu/hp-15-fd1279tu-abhinavflac-251.json b/data/laptop/hp/2023/hp-15-fd1279tu/hp-15-fd1279tu-abhinavflac-251.json new file mode 100644 index 000000000000..89450ab237ad --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fd1279tu/hp-15-fd1279tu-abhinavflac-251.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd1279tu-abhinavflac-251", + "base_model_slug": "hp-15-fd1279tu", + "name": "HP 15-fd1279TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 934, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 251 + } +} diff --git a/data/laptop/hp/2023/hp-15-fr0025tu/hp-15-fr0025tu-abhinavflac-357.json b/data/laptop/hp/2023/hp-15-fr0025tu/hp-15-fr0025tu-abhinavflac-357.json new file mode 100644 index 000000000000..bea1a380ba48 --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fr0025tu/hp-15-fr0025tu-abhinavflac-357.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fr0025tu-abhinavflac-357", + "base_model_slug": "hp-15-fr0025tu", + "name": "HP 15-fr0025TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 807, + "device_category": "General", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 357 + } +} diff --git a/data/laptop/hp/2023/hp-15-fr0028tu/hp-15-fr0028tu-abhinavflac-238.json b/data/laptop/hp/2023/hp-15-fr0028tu/hp-15-fr0028tu-abhinavflac-238.json new file mode 100644 index 000000000000..cd722ced369f --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fr0028tu/hp-15-fr0028tu-abhinavflac-238.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fr0028tu-abhinavflac-238", + "base_model_slug": "hp-15-fr0028tu", + "name": "HP 15-fr0028TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 699, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 238 + } +} diff --git a/data/laptop/hp/2023/hp-15-fr0049tu/hp-15-fr0049tu-abhinavflac-300.json b/data/laptop/hp/2023/hp-15-fr0049tu/hp-15-fr0049tu-abhinavflac-300.json new file mode 100644 index 000000000000..bd9904756975 --- /dev/null +++ b/data/laptop/hp/2023/hp-15-fr0049tu/hp-15-fr0049tu-abhinavflac-300.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fr0049tu-abhinavflac-300", + "base_model_slug": "hp-15-fr0049tu", + "name": "HP 15-fr0049TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 717, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 300 + } +} diff --git a/data/laptop/hp/2023/hp-15-hr0005tu/hp-15-hr0005tu-abhinavflac-365.json b/data/laptop/hp/2023/hp-15-hr0005tu/hp-15-hr0005tu-abhinavflac-365.json new file mode 100644 index 000000000000..a83b2417e3fa --- /dev/null +++ b/data/laptop/hp/2023/hp-15-hr0005tu/hp-15-hr0005tu-abhinavflac-365.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-hr0005tu-abhinavflac-365", + "base_model_slug": "hp-15-hr0005tu", + "name": "HP 15-hr0005TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 470, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 365 + } +} diff --git a/data/laptop/hp/2023/hp-15-hr0008tu/hp-15-hr0008tu-abhinavflac-450.json b/data/laptop/hp/2023/hp-15-hr0008tu/hp-15-hr0008tu-abhinavflac-450.json new file mode 100644 index 000000000000..69193d2e218f --- /dev/null +++ b/data/laptop/hp/2023/hp-15-hr0008tu/hp-15-hr0008tu-abhinavflac-450.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-hr0008tu-abhinavflac-450", + "base_model_slug": "hp-15-hr0008tu", + "name": "HP 15-hr0008TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 675, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 450 + } +} diff --git a/data/laptop/hp/2023/hp-15-hr1000tu/hp-15-hr1000tu-abhinavflac-411.json b/data/laptop/hp/2023/hp-15-hr1000tu/hp-15-hr1000tu-abhinavflac-411.json new file mode 100644 index 000000000000..4bd07470e3a0 --- /dev/null +++ b/data/laptop/hp/2023/hp-15-hr1000tu/hp-15-hr1000tu-abhinavflac-411.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-hr1000tu-abhinavflac-411", + "base_model_slug": "hp-15-hr1000tu", + "name": "HP 15-hr1000TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 753, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 411 + } +} diff --git a/data/laptop/hp/2023/hp-15s-fc0156au/hp-15s-fc0156au-abhinavflac-929.json b/data/laptop/hp/2023/hp-15s-fc0156au/hp-15s-fc0156au-abhinavflac-929.json new file mode 100644 index 000000000000..9721fd41aebe --- /dev/null +++ b/data/laptop/hp/2023/hp-15s-fc0156au/hp-15s-fc0156au-abhinavflac-929.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15s-fc0156au-abhinavflac-929", + "base_model_slug": "hp-15s-fc0156au", + "name": "HP 15s-fc0156AU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 518, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 929 + } +} diff --git a/data/laptop/hp/2023/hp-240-g10-b10lvpt-business/hp-240-g10-b10lvpt-business-abhinavflac-558.json b/data/laptop/hp/2023/hp-240-g10-b10lvpt-business/hp-240-g10-b10lvpt-business-abhinavflac-558.json new file mode 100644 index 000000000000..ae4e03d3d198 --- /dev/null +++ b/data/laptop/hp/2023/hp-240-g10-b10lvpt-business/hp-240-g10-b10lvpt-business-abhinavflac-558.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-240-g10-b10lvpt-business-abhinavflac-558", + "base_model_slug": "hp-240-g10-b10lvpt-business", + "name": "HP 240 G10 ‎B10LVPT Business", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "DOS", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 602, + "device_category": "General", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 558 + } +} diff --git a/data/laptop/hp/2023/hp-240-g10-be5s0pt/hp-240-g10-be5s0pt-abhinavflac-481.json b/data/laptop/hp/2023/hp-240-g10-be5s0pt/hp-240-g10-be5s0pt-abhinavflac-481.json new file mode 100644 index 000000000000..ff7e004d0b73 --- /dev/null +++ b/data/laptop/hp/2023/hp-240-g10-be5s0pt/hp-240-g10-be5s0pt-abhinavflac-481.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-240-g10-be5s0pt-abhinavflac-481", + "base_model_slug": "hp-240-g10-be5s0pt", + "name": "HP 240 G10 ‎‎BE5S0PT", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 687, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 481 + } +} diff --git a/data/laptop/hp/2023/hp-240r-g9-1315uu/hp-240r-g9-1315uu-abhinavflac-736.json b/data/laptop/hp/2023/hp-240r-g9-1315uu/hp-240r-g9-1315uu-abhinavflac-736.json new file mode 100644 index 000000000000..34bed5e97df7 --- /dev/null +++ b/data/laptop/hp/2023/hp-240r-g9-1315uu/hp-240r-g9-1315uu-abhinavflac-736.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-240r-g9-1315uu-abhinavflac-736", + "base_model_slug": "hp-240r-g9-1315uu", + "name": "HP 240R G9 (1315UU / 16GB / 512GB / Integrated Graphics / Windows)", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 445, + "device_category": "Business", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x720" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 736 + } +} diff --git a/data/laptop/hp/2023/hp-240r-g9-a9uk7pt-acj/hp-240r-g9-a9uk7pt-acj-abhinavflac-88.json b/data/laptop/hp/2023/hp-240r-g9-a9uk7pt-acj/hp-240r-g9-a9uk7pt-acj-abhinavflac-88.json new file mode 100644 index 000000000000..12f8b3806b7b --- /dev/null +++ b/data/laptop/hp/2023/hp-240r-g9-a9uk7pt-acj/hp-240r-g9-a9uk7pt-acj-abhinavflac-88.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-240r-g9-a9uk7pt-acj-abhinavflac-88", + "base_model_slug": "hp-240r-g9-a9uk7pt-acj", + "name": "HP 240R G9 A9UK7PT##ACJ", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 602, + "device_category": "Business", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 88 + } +} diff --git a/data/laptop/hp/2023/hp-240r-g9-b10msat/hp-240r-g9-b10msat-abhinavflac-484.json b/data/laptop/hp/2023/hp-240r-g9-b10msat/hp-240r-g9-b10msat-abhinavflac-484.json new file mode 100644 index 000000000000..fb547da7b904 --- /dev/null +++ b/data/laptop/hp/2023/hp-240r-g9-b10msat/hp-240r-g9-b10msat-abhinavflac-484.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-240r-g9-b10msat-abhinavflac-484", + "base_model_slug": "hp-240r-g9-b10msat", + "name": "HP 240R G9 ‎‎B10MSAT", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 434, + "device_category": "Business", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x720" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 484 + } +} diff --git a/data/laptop/hp/2023/hp-240r-g9-b15jnat/hp-240r-g9-b15jnat-abhinavflac-485.json b/data/laptop/hp/2023/hp-240r-g9-b15jnat/hp-240r-g9-b15jnat-abhinavflac-485.json new file mode 100644 index 000000000000..5f69ab1ce917 --- /dev/null +++ b/data/laptop/hp/2023/hp-240r-g9-b15jnat/hp-240r-g9-b15jnat-abhinavflac-485.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-240r-g9-b15jnat-abhinavflac-485", + "base_model_slug": "hp-240r-g9-b15jnat", + "name": "HP 240R G9 ‎B15JNAT", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 434, + "device_category": "Business", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x720" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 485 + } +} diff --git a/data/laptop/hp/2023/hp-240r-g9/hp-240r-g9-abhinavflac-511.json b/data/laptop/hp/2023/hp-240r-g9/hp-240r-g9-abhinavflac-511.json new file mode 100644 index 000000000000..a3b145b88ecf --- /dev/null +++ b/data/laptop/hp/2023/hp-240r-g9/hp-240r-g9-abhinavflac-511.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-240r-g9-abhinavflac-511", + "base_model_slug": "hp-240r-g9", + "name": "HP 240R G9 B10MRAT", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "DOS", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 422, + "device_category": "Business", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x720" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 511 + } +} diff --git a/data/laptop/hp/2023/hp-245-g10/hp-245-g10-abhinavflac-606.json b/data/laptop/hp/2023/hp-245-g10/hp-245-g10-abhinavflac-606.json new file mode 100644 index 000000000000..473e14165ae0 --- /dev/null +++ b/data/laptop/hp/2023/hp-245-g10/hp-245-g10-abhinavflac-606.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-245-g10-abhinavflac-606", + "base_model_slug": "hp-245-g10", + "name": "HP 245 G10 B0WM3PT", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "DOS", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 311, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 606 + } +} diff --git a/data/laptop/hp/2023/hp-245-g10/hp-245-g10-abhinavflac-737.json b/data/laptop/hp/2023/hp-245-g10/hp-245-g10-abhinavflac-737.json new file mode 100644 index 000000000000..a56a62d42700 --- /dev/null +++ b/data/laptop/hp/2023/hp-245-g10/hp-245-g10-abhinavflac-737.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-245-g10-abhinavflac-737", + "base_model_slug": "hp-245-g10", + "name": "HP 245 G10", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 352, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7530U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 737 + } +} diff --git a/data/laptop/hp/2023/hp-250-g10-b10m3at/hp-250-g10-b10m3at-abhinavflac-590.json b/data/laptop/hp/2023/hp-250-g10-b10m3at/hp-250-g10-b10m3at-abhinavflac-590.json new file mode 100644 index 000000000000..aec0e146e4cb --- /dev/null +++ b/data/laptop/hp/2023/hp-250-g10-b10m3at/hp-250-g10-b10m3at-abhinavflac-590.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-250-g10-b10m3at-abhinavflac-590", + "base_model_slug": "hp-250-g10-b10m3at", + "name": "HP 250 G10 ‎B10M3AT", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "DOS", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 541, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 590 + } +} diff --git a/data/laptop/hp/2023/hp-250-g10-bj3r8at/hp-250-g10-bj3r8at-abhinavflac-480.json b/data/laptop/hp/2023/hp-250-g10-bj3r8at/hp-250-g10-bj3r8at-abhinavflac-480.json new file mode 100644 index 000000000000..93432201f416 --- /dev/null +++ b/data/laptop/hp/2023/hp-250-g10-bj3r8at/hp-250-g10-bj3r8at-abhinavflac-480.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-250-g10-bj3r8at-abhinavflac-480", + "base_model_slug": "hp-250-g10-bj3r8at", + "name": "HP 250 G10 ‎BJ3R8AT", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 684, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 480 + } +} diff --git a/data/laptop/hp/2023/hp-250-g10/hp-250-g10-abhinavflac-128.json b/data/laptop/hp/2023/hp-250-g10/hp-250-g10-abhinavflac-128.json new file mode 100644 index 000000000000..5a207a5154bf --- /dev/null +++ b/data/laptop/hp/2023/hp-250-g10/hp-250-g10-abhinavflac-128.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-250-g10-abhinavflac-128", + "base_model_slug": "hp-250-g10", + "name": "HP 250 G10 BJ3T3AT", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "DOS", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 616, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 128 + } +} diff --git a/data/laptop/hp/2023/hp-250r-g9-b10m4at/hp-250r-g9-b10m4at-abhinavflac-591.json b/data/laptop/hp/2023/hp-250r-g9-b10m4at/hp-250r-g9-b10m4at-abhinavflac-591.json new file mode 100644 index 000000000000..08e245239fa5 --- /dev/null +++ b/data/laptop/hp/2023/hp-250r-g9-b10m4at/hp-250r-g9-b10m4at-abhinavflac-591.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-250r-g9-b10m4at-abhinavflac-591", + "base_model_slug": "hp-250r-g9-b10m4at", + "name": "HP 250R G9 ‎B10M4AT", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "DOS", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 638, + "device_category": "Business", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 591 + } +} diff --git a/data/laptop/hp/2023/hp-250r-g9/hp-250r-g9-abhinavflac-738.json b/data/laptop/hp/2023/hp-250r-g9/hp-250r-g9-abhinavflac-738.json new file mode 100644 index 000000000000..84bd9dce3d13 --- /dev/null +++ b/data/laptop/hp/2023/hp-250r-g9/hp-250r-g9-abhinavflac-738.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-250r-g9-abhinavflac-738", + "base_model_slug": "hp-250r-g9", + "name": "HP 250R G9 B10MTAT", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "DOS", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 410, + "device_category": "Business", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 738 + } +} diff --git a/data/laptop/hp/2023/hp-255-g10-7520uu/hp-255-g10-7520uu-abhinavflac-681.json b/data/laptop/hp/2023/hp-255-g10-7520uu/hp-255-g10-7520uu-abhinavflac-681.json new file mode 100644 index 000000000000..4a01e2c04676 --- /dev/null +++ b/data/laptop/hp/2023/hp-255-g10-7520uu/hp-255-g10-7520uu-abhinavflac-681.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-255-g10-7520uu-abhinavflac-681", + "base_model_slug": "hp-255-g10-7520uu", + "name": "HP 255 G10 (7520UU / 8GB / 512GB / Radeon / Windows)", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 385, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 681 + } +} diff --git a/data/laptop/hp/2023/hp-255-g10-7730uu/hp-255-g10-7730uu-abhinavflac-155.json b/data/laptop/hp/2023/hp-255-g10-7730uu/hp-255-g10-7730uu-abhinavflac-155.json new file mode 100644 index 000000000000..9ca486a5f648 --- /dev/null +++ b/data/laptop/hp/2023/hp-255-g10-7730uu/hp-255-g10-7730uu-abhinavflac-155.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-255-g10-7730uu-abhinavflac-155", + "base_model_slug": "hp-255-g10-7730uu", + "name": "HP 255 G10 (7730UU / 16GB / 512GB / Radeon / Windows)", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 554, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 7730U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 155 + } +} diff --git a/data/laptop/hp/2023/hp-255-g10-bj3p9pt-2/hp-255-g10-bj3p9pt-2-abhinavflac-21.json b/data/laptop/hp/2023/hp-255-g10-bj3p9pt-2/hp-255-g10-bj3p9pt-2-abhinavflac-21.json new file mode 100644 index 000000000000..5a5dbd21bca1 --- /dev/null +++ b/data/laptop/hp/2023/hp-255-g10-bj3p9pt-2/hp-255-g10-bj3p9pt-2-abhinavflac-21.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-255-g10-bj3p9pt-2-abhinavflac-21", + "base_model_slug": "hp-255-g10-bj3p9pt-2", + "name": "HP 255 G10 BJ3P9PT-2", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 506, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 21 + } +} diff --git a/data/laptop/hp/2023/hp-255-g10-bj3s9at-1/hp-255-g10-bj3s9at-1-abhinavflac-19.json b/data/laptop/hp/2023/hp-255-g10-bj3s9at-1/hp-255-g10-bj3s9at-1-abhinavflac-19.json new file mode 100644 index 000000000000..981031ff008a --- /dev/null +++ b/data/laptop/hp/2023/hp-255-g10-bj3s9at-1/hp-255-g10-bj3s9at-1-abhinavflac-19.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-255-g10-bj3s9at-1-abhinavflac-19", + "base_model_slug": "hp-255-g10-bj3s9at-1", + "name": "HP 255 G10 BJ3S9AT-1", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 402, + "device_category": "General", + "cpu_name": "AMD Ryzen 3 7330U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 19 + } +} diff --git a/data/laptop/hp/2023/hp-255-g10-bj3s9at-3/hp-255-g10-bj3s9at-3-abhinavflac-18.json b/data/laptop/hp/2023/hp-255-g10-bj3s9at-3/hp-255-g10-bj3s9at-3-abhinavflac-18.json new file mode 100644 index 000000000000..884cfd5fcf6b --- /dev/null +++ b/data/laptop/hp/2023/hp-255-g10-bj3s9at-3/hp-255-g10-bj3s9at-3-abhinavflac-18.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-255-g10-bj3s9at-3-abhinavflac-18", + "base_model_slug": "hp-255-g10-bj3s9at-3", + "name": "HP 255 G10 BJ3S9AT-3", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 408, + "device_category": "General", + "cpu_name": "AMD Ryzen 3 7330U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 18 + } +} diff --git a/data/laptop/hp/2023/hp-255-g10/hp-255-g10-abhinavflac-720.json b/data/laptop/hp/2023/hp-255-g10/hp-255-g10-abhinavflac-720.json new file mode 100644 index 000000000000..87dee61ebf32 --- /dev/null +++ b/data/laptop/hp/2023/hp-255-g10/hp-255-g10-abhinavflac-720.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-255-g10-abhinavflac-720", + "base_model_slug": "hp-255-g10", + "name": "HP 255 G10 B15J0PT", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "DOS", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 399, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 720 + } +} diff --git a/data/laptop/hp/2023/hp-255-g10/hp-255-g10-abhinavflac-731.json b/data/laptop/hp/2023/hp-255-g10/hp-255-g10-abhinavflac-731.json new file mode 100644 index 000000000000..84035d1006c1 --- /dev/null +++ b/data/laptop/hp/2023/hp-255-g10/hp-255-g10-abhinavflac-731.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-255-g10-abhinavflac-731", + "base_model_slug": "hp-255-g10", + "name": "HP 255 G10 B1FW9PT", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 336, + "device_category": "General", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 731 + } +} diff --git a/data/laptop/hp/2023/hp-255-g10/hp-255-g10-abhinavflac-93.json b/data/laptop/hp/2023/hp-255-g10/hp-255-g10-abhinavflac-93.json new file mode 100644 index 000000000000..dfddeda84664 --- /dev/null +++ b/data/laptop/hp/2023/hp-255-g10/hp-255-g10-abhinavflac-93.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-255-g10-abhinavflac-93", + "base_model_slug": "hp-255-g10", + "name": "HP 255 G10 BK2F0PT", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 394, + "device_category": "General", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 93 + } +} diff --git a/data/laptop/hp/2023/hp-elitebook-840-g10/hp-elitebook-840-g10-abhinavflac-724.json b/data/laptop/hp/2023/hp-elitebook-840-g10/hp-elitebook-840-g10-abhinavflac-724.json new file mode 100644 index 000000000000..0ff4d6422c7c --- /dev/null +++ b/data/laptop/hp/2023/hp-elitebook-840-g10/hp-elitebook-840-g10-abhinavflac-724.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-elitebook-840-g10-abhinavflac-724", + "base_model_slug": "hp-elitebook-840-g10", + "name": "HP EliteBook 840 G10", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1229, + "device_category": "Business", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 724 + } +} diff --git a/data/laptop/hp/2023/hp-envy-x360-14-fc0179tu/hp-envy-x360-14-fc0179tu-abhinavflac-98.json b/data/laptop/hp/2023/hp-envy-x360-14-fc0179tu/hp-envy-x360-14-fc0179tu-abhinavflac-98.json new file mode 100644 index 000000000000..6085cbcb997d --- /dev/null +++ b/data/laptop/hp/2023/hp-envy-x360-14-fc0179tu/hp-envy-x360-14-fc0179tu-abhinavflac-98.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-envy-x360-14-fc0179tu-abhinavflac-98", + "base_model_slug": "hp-envy-x360-14-fc0179tu", + "name": "HP Envy x360 14-fc0179TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1564, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 155U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 98 + } +} diff --git a/data/laptop/hp/2023/hp-omen-16-ae0002tx-gaming/hp-omen-16-ae0002tx-gaming-abhinavflac-299.json b/data/laptop/hp/2023/hp-omen-16-ae0002tx-gaming/hp-omen-16-ae0002tx-gaming-abhinavflac-299.json new file mode 100644 index 000000000000..a2fb3497fe39 --- /dev/null +++ b/data/laptop/hp/2023/hp-omen-16-ae0002tx-gaming/hp-omen-16-ae0002tx-gaming-abhinavflac-299.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omen-16-ae0002tx-gaming-abhinavflac-299", + "base_model_slug": "hp-omen-16-ae0002tx-gaming", + "name": "HP Omen 16-ae0002TX Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1602, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4060", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 299 + } +} diff --git a/data/laptop/hp/2023/hp-omen-16-ae0003tx-gaming/hp-omen-16-ae0003tx-gaming-abhinavflac-165.json b/data/laptop/hp/2023/hp-omen-16-ae0003tx-gaming/hp-omen-16-ae0003tx-gaming-abhinavflac-165.json new file mode 100644 index 000000000000..1d8a91ac40af --- /dev/null +++ b/data/laptop/hp/2023/hp-omen-16-ae0003tx-gaming/hp-omen-16-ae0003tx-gaming-abhinavflac-165.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omen-16-ae0003tx-gaming-abhinavflac-165", + "base_model_slug": "hp-omen-16-ae0003tx-gaming", + "name": "HP Omen 16-ae0003TX Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1542, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14700HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4070", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 165 + } +} diff --git a/data/laptop/hp/2023/hp-omen-16-am0239tx-gaming/hp-omen-16-am0239tx-gaming-abhinavflac-185.json b/data/laptop/hp/2023/hp-omen-16-am0239tx-gaming/hp-omen-16-am0239tx-gaming-abhinavflac-185.json new file mode 100644 index 000000000000..5712f0eed9fa --- /dev/null +++ b/data/laptop/hp/2023/hp-omen-16-am0239tx-gaming/hp-omen-16-am0239tx-gaming-abhinavflac-185.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omen-16-am0239tx-gaming-abhinavflac-185", + "base_model_slug": "hp-omen-16-am0239tx-gaming", + "name": "HP Omen 16-am0239TX Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1807, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 185 + } +} diff --git a/data/laptop/hp/2023/hp-omen-16-am0241tx-gaming/hp-omen-16-am0241tx-gaming-abhinavflac-344.json b/data/laptop/hp/2023/hp-omen-16-am0241tx-gaming/hp-omen-16-am0241tx-gaming-abhinavflac-344.json new file mode 100644 index 000000000000..d6e8d372adbf --- /dev/null +++ b/data/laptop/hp/2023/hp-omen-16-am0241tx-gaming/hp-omen-16-am0241tx-gaming-abhinavflac-344.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omen-16-am0241tx-gaming-abhinavflac-344", + "base_model_slug": "hp-omen-16-am0241tx-gaming", + "name": "HP Omen 16-am0241TX Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1566, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 344 + } +} diff --git a/data/laptop/hp/2023/hp-omen-16-am0279tx-gaming/hp-omen-16-am0279tx-gaming-abhinavflac-188.json b/data/laptop/hp/2023/hp-omen-16-am0279tx-gaming/hp-omen-16-am0279tx-gaming-abhinavflac-188.json new file mode 100644 index 000000000000..f65e21b8cd97 --- /dev/null +++ b/data/laptop/hp/2023/hp-omen-16-am0279tx-gaming/hp-omen-16-am0279tx-gaming-abhinavflac-188.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omen-16-am0279tx-gaming-abhinavflac-188", + "base_model_slug": "hp-omen-16-am0279tx-gaming", + "name": "HP Omen 16-am0279TX Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1988, + "device_category": "Gaming", + "cpu_name": "Intel Core I9 14900HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 188 + } +} diff --git a/data/laptop/hp/2023/hp-omen-16-wf0262tx-gaming/hp-omen-16-wf0262tx-gaming-abhinavflac-543.json b/data/laptop/hp/2023/hp-omen-16-wf0262tx-gaming/hp-omen-16-wf0262tx-gaming-abhinavflac-543.json new file mode 100644 index 000000000000..f0d67439e90f --- /dev/null +++ b/data/laptop/hp/2023/hp-omen-16-wf0262tx-gaming/hp-omen-16-wf0262tx-gaming-abhinavflac-543.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omen-16-wf0262tx-gaming-abhinavflac-543", + "base_model_slug": "hp-omen-16-wf0262tx-gaming", + "name": "HP Omen 16-wf0262TX Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1626, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13700HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4070", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 543 + } +} diff --git a/data/laptop/hp/2023/hp-omen-16-wf1171tx-gaming/hp-omen-16-wf1171tx-gaming-abhinavflac-742.json b/data/laptop/hp/2023/hp-omen-16-wf1171tx-gaming/hp-omen-16-wf1171tx-gaming-abhinavflac-742.json new file mode 100644 index 000000000000..6516ef9588a7 --- /dev/null +++ b/data/laptop/hp/2023/hp-omen-16-wf1171tx-gaming/hp-omen-16-wf1171tx-gaming-abhinavflac-742.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omen-16-wf1171tx-gaming-abhinavflac-742", + "base_model_slug": "hp-omen-16-wf1171tx-gaming", + "name": "HP Omen 16-wf1171TX Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1376, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 742 + } +} diff --git a/data/laptop/hp/2023/hp-omnibook-5-16-ba1008tu/hp-omnibook-5-16-ba1008tu-abhinavflac-523.json b/data/laptop/hp/2023/hp-omnibook-5-16-ba1008tu/hp-omnibook-5-16-ba1008tu-abhinavflac-523.json new file mode 100644 index 000000000000..303189d87ced --- /dev/null +++ b/data/laptop/hp/2023/hp-omnibook-5-16-ba1008tu/hp-omnibook-5-16-ba1008tu-abhinavflac-523.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omnibook-5-16-ba1008tu-abhinavflac-523", + "base_model_slug": "hp-omnibook-5-16-ba1008tu", + "name": "HP OmniBook 5 16-ba1008TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 783, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 523 + } +} diff --git a/data/laptop/hp/2023/hp-omnibook-5-16-ba1123tu/hp-omnibook-5-16-ba1123tu-abhinavflac-465.json b/data/laptop/hp/2023/hp-omnibook-5-16-ba1123tu/hp-omnibook-5-16-ba1123tu-abhinavflac-465.json new file mode 100644 index 000000000000..7e1442d2c836 --- /dev/null +++ b/data/laptop/hp/2023/hp-omnibook-5-16-ba1123tu/hp-omnibook-5-16-ba1123tu-abhinavflac-465.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omnibook-5-16-ba1123tu-abhinavflac-465", + "base_model_slug": "hp-omnibook-5-16-ba1123tu", + "name": "HP OmniBook 5 16-ba1123TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 747, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 465 + } +} diff --git a/data/laptop/hp/2023/hp-omnibook-5-flip-14-fp0690tu/hp-omnibook-5-flip-14-fp0690tu-abhinavflac-91.json b/data/laptop/hp/2023/hp-omnibook-5-flip-14-fp0690tu/hp-omnibook-5-flip-14-fp0690tu-abhinavflac-91.json new file mode 100644 index 000000000000..6b2c8650f55e --- /dev/null +++ b/data/laptop/hp/2023/hp-omnibook-5-flip-14-fp0690tu/hp-omnibook-5-flip-14-fp0690tu-abhinavflac-91.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omnibook-5-flip-14-fp0690tu-abhinavflac-91", + "base_model_slug": "hp-omnibook-5-flip-14-fp0690tu", + "name": "HP OmniBook 5 Flip 14-fp0690TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1176, + "device_category": "Convertible", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 91 + } +} diff --git a/data/laptop/hp/2023/hp-omnibook-5-flip-14-fp0789tu/hp-omnibook-5-flip-14-fp0789tu-abhinavflac-137.json b/data/laptop/hp/2023/hp-omnibook-5-flip-14-fp0789tu/hp-omnibook-5-flip-14-fp0789tu-abhinavflac-137.json new file mode 100644 index 000000000000..d3ba7008590e --- /dev/null +++ b/data/laptop/hp/2023/hp-omnibook-5-flip-14-fp0789tu/hp-omnibook-5-flip-14-fp0789tu-abhinavflac-137.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omnibook-5-flip-14-fp0789tu-abhinavflac-137", + "base_model_slug": "hp-omnibook-5-flip-14-fp0789tu", + "name": "HP OmniBook 5 Flip 14-fp0789TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 831, + "device_category": "Convertible", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 137 + } +} diff --git a/data/laptop/hp/2023/hp-pavilion-15-eg3130tu/hp-pavilion-15-eg3130tu-abhinavflac-916.json b/data/laptop/hp/2023/hp-pavilion-15-eg3130tu/hp-pavilion-15-eg3130tu-abhinavflac-916.json new file mode 100644 index 000000000000..d3e0f4c1ce81 --- /dev/null +++ b/data/laptop/hp/2023/hp-pavilion-15-eg3130tu/hp-pavilion-15-eg3130tu-abhinavflac-916.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-pavilion-15-eg3130tu-abhinavflac-916", + "base_model_slug": "hp-pavilion-15-eg3130tu", + "name": "HP Pavilion 15-eg3130TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 602, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 256, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 916 + } +} diff --git a/data/laptop/hp/2023/hp-pavilion-16-af0056tu/hp-pavilion-16-af0056tu-abhinavflac-818.json b/data/laptop/hp/2023/hp-pavilion-16-af0056tu/hp-pavilion-16-af0056tu-abhinavflac-818.json new file mode 100644 index 000000000000..d0566bdcb999 --- /dev/null +++ b/data/laptop/hp/2023/hp-pavilion-16-af0056tu/hp-pavilion-16-af0056tu-abhinavflac-818.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-pavilion-16-af0056tu-abhinavflac-818", + "base_model_slug": "hp-pavilion-16-af0056tu", + "name": "HP Pavilion 16-af0056TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 986, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 125U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 818 + } +} diff --git a/data/laptop/hp/2023/hp-pavilion-16-af0069tu/hp-pavilion-16-af0069tu-abhinavflac-306.json b/data/laptop/hp/2023/hp-pavilion-16-af0069tu/hp-pavilion-16-af0069tu-abhinavflac-306.json new file mode 100644 index 000000000000..749e5905e102 --- /dev/null +++ b/data/laptop/hp/2023/hp-pavilion-16-af0069tu/hp-pavilion-16-af0069tu-abhinavflac-306.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-pavilion-16-af0069tu-abhinavflac-306", + "base_model_slug": "hp-pavilion-16-af0069tu", + "name": "HP Pavilion 16-af0069TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 843, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 125U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 306 + } +} diff --git a/data/laptop/hp/2023/hp-pavilion-ai-14-ew1112tu/hp-pavilion-ai-14-ew1112tu-abhinavflac-647.json b/data/laptop/hp/2023/hp-pavilion-ai-14-ew1112tu/hp-pavilion-ai-14-ew1112tu-abhinavflac-647.json new file mode 100644 index 000000000000..60efd00378ac --- /dev/null +++ b/data/laptop/hp/2023/hp-pavilion-ai-14-ew1112tu/hp-pavilion-ai-14-ew1112tu-abhinavflac-647.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-pavilion-ai-14-ew1112tu-abhinavflac-647", + "base_model_slug": "hp-pavilion-ai-14-ew1112tu", + "name": "HP Pavilion AI 14-ew1112TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 952, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 647 + } +} diff --git a/data/laptop/hp/2023/hp-pavilion-plus-14-ew0107tu/hp-pavilion-plus-14-ew0107tu-abhinavflac-652.json b/data/laptop/hp/2023/hp-pavilion-plus-14-ew0107tu/hp-pavilion-plus-14-ew0107tu-abhinavflac-652.json new file mode 100644 index 000000000000..785f936c2ead --- /dev/null +++ b/data/laptop/hp/2023/hp-pavilion-plus-14-ew0107tu/hp-pavilion-plus-14-ew0107tu-abhinavflac-652.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-pavilion-plus-14-ew0107tu-abhinavflac-652", + "base_model_slug": "hp-pavilion-plus-14-ew0107tu", + "name": "HP Pavilion Plus 14-ew0107TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 747, + "device_category": "General", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 652 + } +} diff --git a/data/laptop/hp/2023/hp-pavilion-plus-14-ew0115tu/hp-pavilion-plus-14-ew0115tu-abhinavflac-831.json b/data/laptop/hp/2023/hp-pavilion-plus-14-ew0115tu/hp-pavilion-plus-14-ew0115tu-abhinavflac-831.json new file mode 100644 index 000000000000..9f11450ac1b4 --- /dev/null +++ b/data/laptop/hp/2023/hp-pavilion-plus-14-ew0115tu/hp-pavilion-plus-14-ew0115tu-abhinavflac-831.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-pavilion-plus-14-ew0115tu-abhinavflac-831", + "base_model_slug": "hp-pavilion-plus-14-ew0115tu", + "name": "HP Pavilion Plus 14-ew0115TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 916, + "device_category": "General", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 831 + } +} diff --git a/data/laptop/hp/2023/hp-pavilion-x360-14-ek1148tu/hp-pavilion-x360-14-ek1148tu-abhinavflac-648.json b/data/laptop/hp/2023/hp-pavilion-x360-14-ek1148tu/hp-pavilion-x360-14-ek1148tu-abhinavflac-648.json new file mode 100644 index 000000000000..d037850cec66 --- /dev/null +++ b/data/laptop/hp/2023/hp-pavilion-x360-14-ek1148tu/hp-pavilion-x360-14-ek1148tu-abhinavflac-648.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-pavilion-x360-14-ek1148tu-abhinavflac-648", + "base_model_slug": "hp-pavilion-x360-14-ek1148tu", + "name": "HP Pavilion x360 14-ek1148TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 897, + "device_category": "Convertible", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 648 + } +} diff --git a/data/laptop/hp/2023/hp-pavilion-x360-14-ek1149tu/hp-pavilion-x360-14-ek1149tu-abhinavflac-608.json b/data/laptop/hp/2023/hp-pavilion-x360-14-ek1149tu/hp-pavilion-x360-14-ek1149tu-abhinavflac-608.json new file mode 100644 index 000000000000..6be6bce94d98 --- /dev/null +++ b/data/laptop/hp/2023/hp-pavilion-x360-14-ek1149tu/hp-pavilion-x360-14-ek1149tu-abhinavflac-608.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-pavilion-x360-14-ek1149tu-abhinavflac-608", + "base_model_slug": "hp-pavilion-x360-14-ek1149tu", + "name": "HP Pavilion x360 14-ek1149TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1069, + "device_category": "Convertible", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 608 + } +} diff --git a/data/laptop/hp/2023/hp-pavilion-x360-14-ek1151tu/hp-pavilion-x360-14-ek1151tu-abhinavflac-649.json b/data/laptop/hp/2023/hp-pavilion-x360-14-ek1151tu/hp-pavilion-x360-14-ek1151tu-abhinavflac-649.json new file mode 100644 index 000000000000..7785df7091a6 --- /dev/null +++ b/data/laptop/hp/2023/hp-pavilion-x360-14-ek1151tu/hp-pavilion-x360-14-ek1151tu-abhinavflac-649.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-pavilion-x360-14-ek1151tu-abhinavflac-649", + "base_model_slug": "hp-pavilion-x360-14-ek1151tu", + "name": "HP Pavilion x360 14-ek1151TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 885, + "device_category": "Convertible", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 649 + } +} diff --git a/data/laptop/hp/2023/hp-pro-book-440-g10/hp-pro-book-440-g10-abhinavflac-146.json b/data/laptop/hp/2023/hp-pro-book-440-g10/hp-pro-book-440-g10-abhinavflac-146.json new file mode 100644 index 000000000000..008fa08b04d1 --- /dev/null +++ b/data/laptop/hp/2023/hp-pro-book-440-g10/hp-pro-book-440-g10-abhinavflac-146.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-pro-book-440-g10-abhinavflac-146", + "base_model_slug": "hp-pro-book-440-g10", + "name": "HP Pro Book 440 G10 14", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 862, + "device_category": "General", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 146 + } +} diff --git a/data/laptop/hp/2023/hp-spectre-x360-14-eu0670tu/hp-spectre-x360-14-eu0670tu-abhinavflac-322.json b/data/laptop/hp/2023/hp-spectre-x360-14-eu0670tu/hp-spectre-x360-14-eu0670tu-abhinavflac-322.json new file mode 100644 index 000000000000..2eb2ab9354c0 --- /dev/null +++ b/data/laptop/hp/2023/hp-spectre-x360-14-eu0670tu/hp-spectre-x360-14-eu0670tu-abhinavflac-322.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-spectre-x360-14-eu0670tu-abhinavflac-322", + "base_model_slug": "hp-spectre-x360-14-eu0670tu", + "name": "HP Spectre x360 14-eu0670TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1975, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 322 + } +} diff --git a/data/laptop/hp/2023/hp-spectre-x360-16-aa0015tu/hp-spectre-x360-16-aa0015tu-abhinavflac-992.json b/data/laptop/hp/2023/hp-spectre-x360-16-aa0015tu/hp-spectre-x360-16-aa0015tu-abhinavflac-992.json new file mode 100644 index 000000000000..e4d9a677172f --- /dev/null +++ b/data/laptop/hp/2023/hp-spectre-x360-16-aa0015tu/hp-spectre-x360-16-aa0015tu-abhinavflac-992.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-spectre-x360-16-aa0015tu-abhinavflac-992", + "base_model_slug": "hp-spectre-x360-16-aa0015tu", + "name": "HP Spectre x360 16-aa0015TU", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1456, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 992 + } +} diff --git a/data/laptop/hp/2023/hp-victus-15-fa1010ca-gaming/hp-victus-15-fa1010ca-gaming-abhinavflac-97.json b/data/laptop/hp/2023/hp-victus-15-fa1010ca-gaming/hp-victus-15-fa1010ca-gaming-abhinavflac-97.json new file mode 100644 index 000000000000..cb7e30465626 --- /dev/null +++ b/data/laptop/hp/2023/hp-victus-15-fa1010ca-gaming/hp-victus-15-fa1010ca-gaming-abhinavflac-97.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fa1010ca-gaming-abhinavflac-97", + "base_model_slug": "hp-victus-15-fa1010ca-gaming", + "name": "HP Victus 15-fa1010ca Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 770, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 97 + } +} diff --git a/data/laptop/hp/2023/hp-victus-15-fa1082wm-gaming/hp-victus-15-fa1082wm-gaming-abhinavflac-10.json b/data/laptop/hp/2023/hp-victus-15-fa1082wm-gaming/hp-victus-15-fa1082wm-gaming-abhinavflac-10.json new file mode 100644 index 000000000000..52956f482343 --- /dev/null +++ b/data/laptop/hp/2023/hp-victus-15-fa1082wm-gaming/hp-victus-15-fa1082wm-gaming-abhinavflac-10.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fa1082wm-gaming-abhinavflac-10", + "base_model_slug": "hp-victus-15-fa1082wm-gaming", + "name": "HP Victus 15-fa1082wm Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 964, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 10 + } +} diff --git a/data/laptop/hp/2023/hp-victus-15-fa1346tx-gaming/hp-victus-15-fa1346tx-gaming-abhinavflac-785.json b/data/laptop/hp/2023/hp-victus-15-fa1346tx-gaming/hp-victus-15-fa1346tx-gaming-abhinavflac-785.json new file mode 100644 index 000000000000..c9f238c20c8c --- /dev/null +++ b/data/laptop/hp/2023/hp-victus-15-fa1346tx-gaming/hp-victus-15-fa1346tx-gaming-abhinavflac-785.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fa1346tx-gaming-abhinavflac-785", + "base_model_slug": "hp-victus-15-fa1346tx-gaming", + "name": "HP Victus 15-fa1346TX Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 771, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 785 + } +} diff --git a/data/laptop/hp/2023/hp-victus-15-fa2077tx-gaming/hp-victus-15-fa2077tx-gaming-abhinavflac-471.json b/data/laptop/hp/2023/hp-victus-15-fa2077tx-gaming/hp-victus-15-fa2077tx-gaming-abhinavflac-471.json new file mode 100644 index 000000000000..316ff6c67bde --- /dev/null +++ b/data/laptop/hp/2023/hp-victus-15-fa2077tx-gaming/hp-victus-15-fa2077tx-gaming-abhinavflac-471.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fa2077tx-gaming-abhinavflac-471", + "base_model_slug": "hp-victus-15-fa2077tx-gaming", + "name": "HP Victus 15-fa2077TX Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 964, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 471 + } +} diff --git a/data/laptop/hp/2023/hp-victus-15-fa2103tx-gaming/hp-victus-15-fa2103tx-gaming-abhinavflac-116.json b/data/laptop/hp/2023/hp-victus-15-fa2103tx-gaming/hp-victus-15-fa2103tx-gaming-abhinavflac-116.json new file mode 100644 index 000000000000..66039c341a75 --- /dev/null +++ b/data/laptop/hp/2023/hp-victus-15-fa2103tx-gaming/hp-victus-15-fa2103tx-gaming-abhinavflac-116.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fa2103tx-gaming-abhinavflac-116", + "base_model_slug": "hp-victus-15-fa2103tx-gaming", + "name": "HP Victus 15-fa2103tx Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1036, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 116 + } +} diff --git a/data/laptop/hp/2023/hp-victus-15-fa2104tx-gaming/hp-victus-15-fa2104tx-gaming-abhinavflac-332.json b/data/laptop/hp/2023/hp-victus-15-fa2104tx-gaming/hp-victus-15-fa2104tx-gaming-abhinavflac-332.json new file mode 100644 index 000000000000..1831ed114ff2 --- /dev/null +++ b/data/laptop/hp/2023/hp-victus-15-fa2104tx-gaming/hp-victus-15-fa2104tx-gaming-abhinavflac-332.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fa2104tx-gaming-abhinavflac-332", + "base_model_slug": "hp-victus-15-fa2104tx-gaming", + "name": "HP Victus 15-fa2104TX Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1119, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 332 + } +} diff --git a/data/laptop/hp/2023/hp-victus-15-fa2190tx-gaming/hp-victus-15-fa2190tx-gaming-abhinavflac-393.json b/data/laptop/hp/2023/hp-victus-15-fa2190tx-gaming/hp-victus-15-fa2190tx-gaming-abhinavflac-393.json new file mode 100644 index 000000000000..a005602d6941 --- /dev/null +++ b/data/laptop/hp/2023/hp-victus-15-fa2190tx-gaming/hp-victus-15-fa2190tx-gaming-abhinavflac-393.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fa2190tx-gaming-abhinavflac-393", + "base_model_slug": "hp-victus-15-fa2190tx-gaming", + "name": "HP Victus 15-fa2190TX Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 807, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 393 + } +} diff --git a/data/laptop/hp/2023/hp-victus-15-fa2191tx-gaming/hp-victus-15-fa2191tx-gaming-abhinavflac-264.json b/data/laptop/hp/2023/hp-victus-15-fa2191tx-gaming/hp-victus-15-fa2191tx-gaming-abhinavflac-264.json new file mode 100644 index 000000000000..8c4f439f74b3 --- /dev/null +++ b/data/laptop/hp/2023/hp-victus-15-fa2191tx-gaming/hp-victus-15-fa2191tx-gaming-abhinavflac-264.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fa2191tx-gaming-abhinavflac-264", + "base_model_slug": "hp-victus-15-fa2191tx-gaming", + "name": "HP Victus 15-fa2191TX Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 799, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050A", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 264 + } +} diff --git a/data/laptop/hp/2023/hp-victus-15-fa2192tx-gaming/hp-victus-15-fa2192tx-gaming-abhinavflac-273.json b/data/laptop/hp/2023/hp-victus-15-fa2192tx-gaming/hp-victus-15-fa2192tx-gaming-abhinavflac-273.json new file mode 100644 index 000000000000..1848e71f11f2 --- /dev/null +++ b/data/laptop/hp/2023/hp-victus-15-fa2192tx-gaming/hp-victus-15-fa2192tx-gaming-abhinavflac-273.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fa2192tx-gaming-abhinavflac-273", + "base_model_slug": "hp-victus-15-fa2192tx-gaming", + "name": "HP Victus 15-fa2192TX Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 783, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 273 + } +} diff --git a/data/laptop/hp/2023/hp-victus-15-fa2197tx-gaming/hp-victus-15-fa2197tx-gaming-abhinavflac-69.json b/data/laptop/hp/2023/hp-victus-15-fa2197tx-gaming/hp-victus-15-fa2197tx-gaming-abhinavflac-69.json new file mode 100644 index 000000000000..8c90f67a6444 --- /dev/null +++ b/data/laptop/hp/2023/hp-victus-15-fa2197tx-gaming/hp-victus-15-fa2197tx-gaming-abhinavflac-69.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fa2197tx-gaming-abhinavflac-69", + "base_model_slug": "hp-victus-15-fa2197tx-gaming", + "name": "HP Victus 15-fa2197TX Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 843, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 69 + } +} diff --git a/data/laptop/hp/2023/hp-victus-15-fa2303tx-gaming/hp-victus-15-fa2303tx-gaming-abhinavflac-9.json b/data/laptop/hp/2023/hp-victus-15-fa2303tx-gaming/hp-victus-15-fa2303tx-gaming-abhinavflac-9.json new file mode 100644 index 000000000000..faa5b611de5e --- /dev/null +++ b/data/laptop/hp/2023/hp-victus-15-fa2303tx-gaming/hp-victus-15-fa2303tx-gaming-abhinavflac-9.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fa2303tx-gaming-abhinavflac-9", + "base_model_slug": "hp-victus-15-fa2303tx-gaming", + "name": "HP Victus 15-fa2303tx Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1000, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 14450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 9 + } +} diff --git a/data/laptop/hp/2023/hp-victus-15-fa2309tx-gaming/hp-victus-15-fa2309tx-gaming-abhinavflac-370.json b/data/laptop/hp/2023/hp-victus-15-fa2309tx-gaming/hp-victus-15-fa2309tx-gaming-abhinavflac-370.json new file mode 100644 index 000000000000..5f5044555046 --- /dev/null +++ b/data/laptop/hp/2023/hp-victus-15-fa2309tx-gaming/hp-victus-15-fa2309tx-gaming-abhinavflac-370.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fa2309tx-gaming-abhinavflac-370", + "base_model_slug": "hp-victus-15-fa2309tx-gaming", + "name": "HP Victus 15-fa2309TX Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1241, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 370 + } +} diff --git a/data/laptop/hp/2023/hp-victus-15-fa2375tx-gaming/hp-victus-15-fa2375tx-gaming-abhinavflac-70.json b/data/laptop/hp/2023/hp-victus-15-fa2375tx-gaming/hp-victus-15-fa2375tx-gaming-abhinavflac-70.json new file mode 100644 index 000000000000..44f17668b194 --- /dev/null +++ b/data/laptop/hp/2023/hp-victus-15-fa2375tx-gaming/hp-victus-15-fa2375tx-gaming-abhinavflac-70.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fa2375tx-gaming-abhinavflac-70", + "base_model_slug": "hp-victus-15-fa2375tx-gaming", + "name": "HP Victus 15-fa2375TX Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 928, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 70 + } +} diff --git a/data/laptop/hp/2023/hp-victus-15-fa2700tx-gaming/hp-victus-15-fa2700tx-gaming-abhinavflac-666.json b/data/laptop/hp/2023/hp-victus-15-fa2700tx-gaming/hp-victus-15-fa2700tx-gaming-abhinavflac-666.json new file mode 100644 index 000000000000..bf386ad5c34f --- /dev/null +++ b/data/laptop/hp/2023/hp-victus-15-fa2700tx-gaming/hp-victus-15-fa2700tx-gaming-abhinavflac-666.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fa2700tx-gaming-abhinavflac-666", + "base_model_slug": "hp-victus-15-fa2700tx-gaming", + "name": "HP Victus 15-fa2700TX Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 819, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 666 + } +} diff --git a/data/laptop/hp/2023/hp-victus-15-fa2701tx-gaming/hp-victus-15-fa2701tx-gaming-abhinavflac-556.json b/data/laptop/hp/2023/hp-victus-15-fa2701tx-gaming/hp-victus-15-fa2701tx-gaming-abhinavflac-556.json new file mode 100644 index 000000000000..bbe185d82e6b --- /dev/null +++ b/data/laptop/hp/2023/hp-victus-15-fa2701tx-gaming/hp-victus-15-fa2701tx-gaming-abhinavflac-556.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fa2701tx-gaming-abhinavflac-556", + "base_model_slug": "hp-victus-15-fa2701tx-gaming", + "name": "HP Victus 15-fa2701TX Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 902, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 556 + } +} diff --git a/data/laptop/hp/2023/hp-victus-15-fa2703tx-gaming/hp-victus-15-fa2703tx-gaming-abhinavflac-667.json b/data/laptop/hp/2023/hp-victus-15-fa2703tx-gaming/hp-victus-15-fa2703tx-gaming-abhinavflac-667.json new file mode 100644 index 000000000000..9ebea6b64b1d --- /dev/null +++ b/data/laptop/hp/2023/hp-victus-15-fa2703tx-gaming/hp-victus-15-fa2703tx-gaming-abhinavflac-667.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fa2703tx-gaming-abhinavflac-667", + "base_model_slug": "hp-victus-15-fa2703tx-gaming", + "name": "HP Victus 15-fa2703TX Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 777, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 667 + } +} diff --git a/data/laptop/hp/2023/hp-victus-15-fb2703tx-gaming/hp-victus-15-fb2703tx-gaming-abhinavflac-643.json b/data/laptop/hp/2023/hp-victus-15-fb2703tx-gaming/hp-victus-15-fb2703tx-gaming-abhinavflac-643.json new file mode 100644 index 000000000000..9624f9873d86 --- /dev/null +++ b/data/laptop/hp/2023/hp-victus-15-fb2703tx-gaming/hp-victus-15-fb2703tx-gaming-abhinavflac-643.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fb2703tx-gaming-abhinavflac-643", + "base_model_slug": "hp-victus-15-fb2703tx-gaming", + "name": "HP Victus 15-fb2703tx Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 784, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 643 + } +} diff --git a/data/laptop/hp/2023/hp-victus-15-fb3118ax-gaming/hp-victus-15-fb3118ax-gaming-abhinavflac-232.json b/data/laptop/hp/2023/hp-victus-15-fb3118ax-gaming/hp-victus-15-fb3118ax-gaming-abhinavflac-232.json new file mode 100644 index 000000000000..eb58215f70dd --- /dev/null +++ b/data/laptop/hp/2023/hp-victus-15-fb3118ax-gaming/hp-victus-15-fb3118ax-gaming-abhinavflac-232.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fb3118ax-gaming-abhinavflac-232", + "base_model_slug": "hp-victus-15-fb3118ax-gaming", + "name": "HP Victus 15-fb3118AX Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1000, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7445H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 232 + } +} diff --git a/data/laptop/hp/2023/hp-victus-15-fb3120ax-gaming/hp-victus-15-fb3120ax-gaming-abhinavflac-153.json b/data/laptop/hp/2023/hp-victus-15-fb3120ax-gaming/hp-victus-15-fb3120ax-gaming-abhinavflac-153.json new file mode 100644 index 000000000000..b90c90adf6de --- /dev/null +++ b/data/laptop/hp/2023/hp-victus-15-fb3120ax-gaming/hp-victus-15-fb3120ax-gaming-abhinavflac-153.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fb3120ax-gaming-abhinavflac-153", + "base_model_slug": "hp-victus-15-fb3120ax-gaming", + "name": "HP Victus 15-fb3120AX Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 908, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7445H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 153 + } +} diff --git a/data/laptop/hp/2023/hp-victus-15-fb3122ax-gaming/hp-victus-15-fb3122ax-gaming-abhinavflac-244.json b/data/laptop/hp/2023/hp-victus-15-fb3122ax-gaming/hp-victus-15-fb3122ax-gaming-abhinavflac-244.json new file mode 100644 index 000000000000..a774fa109cbd --- /dev/null +++ b/data/laptop/hp/2023/hp-victus-15-fb3122ax-gaming/hp-victus-15-fb3122ax-gaming-abhinavflac-244.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fb3122ax-gaming-abhinavflac-244", + "base_model_slug": "hp-victus-15-fb3122ax-gaming", + "name": "HP Victus 15-fb3122AX Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 711, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7445H", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 244 + } +} diff --git a/data/laptop/hp/2023/hp-victus-15-fb3123ax-gaming/hp-victus-15-fb3123ax-gaming-abhinavflac-239.json b/data/laptop/hp/2023/hp-victus-15-fb3123ax-gaming/hp-victus-15-fb3123ax-gaming-abhinavflac-239.json new file mode 100644 index 000000000000..7e30a641e574 --- /dev/null +++ b/data/laptop/hp/2023/hp-victus-15-fb3123ax-gaming/hp-victus-15-fb3123ax-gaming-abhinavflac-239.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fb3123ax-gaming-abhinavflac-239", + "base_model_slug": "hp-victus-15-fb3123ax-gaming", + "name": "HP Victus 15-fb3123AX Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 735, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7445H", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 239 + } +} diff --git a/data/laptop/hp/2023/hp-victus-15-fb3124ax-gaming/hp-victus-15-fb3124ax-gaming-abhinavflac-270.json b/data/laptop/hp/2023/hp-victus-15-fb3124ax-gaming/hp-victus-15-fb3124ax-gaming-abhinavflac-270.json new file mode 100644 index 000000000000..8867828b1e29 --- /dev/null +++ b/data/laptop/hp/2023/hp-victus-15-fb3124ax-gaming/hp-victus-15-fb3124ax-gaming-abhinavflac-270.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fb3124ax-gaming-abhinavflac-270", + "base_model_slug": "hp-victus-15-fb3124ax-gaming", + "name": "HP Victus 15-fb3124AX Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 940, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7445H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 270 + } +} diff --git a/data/laptop/hp/2023/hp-victus-15-fb3125ax-gaming/hp-victus-15-fb3125ax-gaming-abhinavflac-241.json b/data/laptop/hp/2023/hp-victus-15-fb3125ax-gaming/hp-victus-15-fb3125ax-gaming-abhinavflac-241.json new file mode 100644 index 000000000000..83d8271e5089 --- /dev/null +++ b/data/laptop/hp/2023/hp-victus-15-fb3125ax-gaming/hp-victus-15-fb3125ax-gaming-abhinavflac-241.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fb3125ax-gaming-abhinavflac-241", + "base_model_slug": "hp-victus-15-fb3125ax-gaming", + "name": "HP Victus 15-fb3125AX Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 819, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7445H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 241 + } +} diff --git a/data/laptop/hp/2023/hp-victus-15-fb3134ax-gaming/hp-victus-15-fb3134ax-gaming-abhinavflac-363.json b/data/laptop/hp/2023/hp-victus-15-fb3134ax-gaming/hp-victus-15-fb3134ax-gaming-abhinavflac-363.json new file mode 100644 index 000000000000..97fba6b6511f --- /dev/null +++ b/data/laptop/hp/2023/hp-victus-15-fb3134ax-gaming/hp-victus-15-fb3134ax-gaming-abhinavflac-363.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fb3134ax-gaming-abhinavflac-363", + "base_model_slug": "hp-victus-15-fb3134ax-gaming", + "name": "HP Victus 15-fb3134AX Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 855, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7445H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 363 + } +} diff --git a/data/laptop/hp/2023/hp-victus-15-fb3185ax-gaming/hp-victus-15-fb3185ax-gaming-abhinavflac-311.json b/data/laptop/hp/2023/hp-victus-15-fb3185ax-gaming/hp-victus-15-fb3185ax-gaming-abhinavflac-311.json new file mode 100644 index 000000000000..cd30ecb558f0 --- /dev/null +++ b/data/laptop/hp/2023/hp-victus-15-fb3185ax-gaming/hp-victus-15-fb3185ax-gaming-abhinavflac-311.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fb3185ax-gaming-abhinavflac-311", + "base_model_slug": "hp-victus-15-fb3185ax-gaming", + "name": "HP Victus 15-fb3185AX Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1205, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 260", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 311 + } +} diff --git a/data/laptop/hp/2023/hp-victus-15-fb3189ax-gaming/hp-victus-15-fb3189ax-gaming-abhinavflac-108.json b/data/laptop/hp/2023/hp-victus-15-fb3189ax-gaming/hp-victus-15-fb3189ax-gaming-abhinavflac-108.json new file mode 100644 index 000000000000..ffef81cc35f2 --- /dev/null +++ b/data/laptop/hp/2023/hp-victus-15-fb3189ax-gaming/hp-victus-15-fb3189ax-gaming-abhinavflac-108.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fb3189ax-gaming-abhinavflac-108", + "base_model_slug": "hp-victus-15-fb3189ax-gaming", + "name": "HP Victus 15-fb3189AX Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 774, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7445H", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 108 + } +} diff --git a/data/laptop/hp/2023/hp-victus-16-r1705tx-gaming/hp-victus-16-r1705tx-gaming-abhinavflac-394.json b/data/laptop/hp/2023/hp-victus-16-r1705tx-gaming/hp-victus-16-r1705tx-gaming-abhinavflac-394.json new file mode 100644 index 000000000000..0f3f7f3d3262 --- /dev/null +++ b/data/laptop/hp/2023/hp-victus-16-r1705tx-gaming/hp-victus-16-r1705tx-gaming-abhinavflac-394.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-16-r1705tx-gaming-abhinavflac-394", + "base_model_slug": "hp-victus-16-r1705tx-gaming", + "name": "HP Victus 16-r1705TX Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 998, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 14450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 394 + } +} diff --git a/data/laptop/hp/2023/hp-victus-16-r1707tx-gaming/hp-victus-16-r1707tx-gaming-abhinavflac-295.json b/data/laptop/hp/2023/hp-victus-16-r1707tx-gaming/hp-victus-16-r1707tx-gaming-abhinavflac-295.json new file mode 100644 index 000000000000..be9c2ae1d3ff --- /dev/null +++ b/data/laptop/hp/2023/hp-victus-16-r1707tx-gaming/hp-victus-16-r1707tx-gaming-abhinavflac-295.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-16-r1707tx-gaming-abhinavflac-295", + "base_model_slug": "hp-victus-16-r1707tx-gaming", + "name": "HP Victus 16-r1707TX Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 940, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 14450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 295 + } +} diff --git a/data/laptop/hp/2023/hp-victus-16-wf1150tx-gaming/hp-victus-16-wf1150tx-gaming-abhinavflac-743.json b/data/laptop/hp/2023/hp-victus-16-wf1150tx-gaming/hp-victus-16-wf1150tx-gaming-abhinavflac-743.json new file mode 100644 index 000000000000..71416c5d6f6c --- /dev/null +++ b/data/laptop/hp/2023/hp-victus-16-wf1150tx-gaming/hp-victus-16-wf1150tx-gaming-abhinavflac-743.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-16-wf1150tx-gaming-abhinavflac-743", + "base_model_slug": "hp-victus-16-wf1150tx-gaming", + "name": "HP Victus 16-wf1150TX Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1638, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4060", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 743 + } +} diff --git a/data/laptop/hp/2023/hp-victus-gaming/hp-victus-gaming-abhinavflac-691.json b/data/laptop/hp/2023/hp-victus-gaming/hp-victus-gaming-abhinavflac-691.json new file mode 100644 index 000000000000..ef285f3f7f43 --- /dev/null +++ b/data/laptop/hp/2023/hp-victus-gaming/hp-victus-gaming-abhinavflac-691.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-gaming-abhinavflac-691", + "base_model_slug": "hp-victus-gaming", + "name": "HP Victus FA1198TX Gaming", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 879, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 691 + } +} diff --git a/data/laptop/hp/2023/hp-zbook-firefly-14-g10/hp-zbook-firefly-14-g10-abhinavflac-646.json b/data/laptop/hp/2023/hp-zbook-firefly-14-g10/hp-zbook-firefly-14-g10-abhinavflac-646.json new file mode 100644 index 000000000000..29bb2699854c --- /dev/null +++ b/data/laptop/hp/2023/hp-zbook-firefly-14-g10/hp-zbook-firefly-14-g10-abhinavflac-646.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-zbook-firefly-14-g10-abhinavflac-646", + "base_model_slug": "hp-zbook-firefly-14-g10", + "name": "HP Zbook Firefly 14 G10 918R5PA Workstation", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1060, + "device_category": "General", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 646 + } +} diff --git a/data/laptop/hp/2023/hp-zbook-firefly-14-g10/hp-zbook-firefly-14-g10-abhinavflac-760.json b/data/laptop/hp/2023/hp-zbook-firefly-14-g10/hp-zbook-firefly-14-g10-abhinavflac-760.json new file mode 100644 index 000000000000..ccde8caad0ad --- /dev/null +++ b/data/laptop/hp/2023/hp-zbook-firefly-14-g10/hp-zbook-firefly-14-g10-abhinavflac-760.json @@ -0,0 +1,25 @@ +{ + "slug": "hp-zbook-firefly-14-g10-abhinavflac-760", + "base_model_slug": "hp-zbook-firefly-14-g10", + "name": "HP ZBook Firefly 14 G10 8F6C8PA Workstation", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1596, + "device_category": "General", + "cpu_name": "Intel Core I7 1355U", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 760 + } +} diff --git a/data/laptop/hp/2023/hp-zbook-firefly-14-g10/hp-zbook-firefly-14-g10-abhinavflac-796.json b/data/laptop/hp/2023/hp-zbook-firefly-14-g10/hp-zbook-firefly-14-g10-abhinavflac-796.json new file mode 100644 index 000000000000..471a3069dada --- /dev/null +++ b/data/laptop/hp/2023/hp-zbook-firefly-14-g10/hp-zbook-firefly-14-g10-abhinavflac-796.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-zbook-firefly-14-g10-abhinavflac-796", + "base_model_slug": "hp-zbook-firefly-14-g10", + "name": "HP ZBook Firefly 14 G10 8F6D3PA Workstation", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1169, + "device_category": "General", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "NVIDIA GeForce RTX RTX A500", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 796 + } +} diff --git a/data/laptop/hp/2023/hp-zbook-firefly-14-g11/hp-zbook-firefly-14-g11-abhinavflac-24.json b/data/laptop/hp/2023/hp-zbook-firefly-14-g11/hp-zbook-firefly-14-g11-abhinavflac-24.json new file mode 100644 index 000000000000..aec13a92ea91 --- /dev/null +++ b/data/laptop/hp/2023/hp-zbook-firefly-14-g11/hp-zbook-firefly-14-g11-abhinavflac-24.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-zbook-firefly-14-g11-abhinavflac-24", + "base_model_slug": "hp-zbook-firefly-14-g11", + "name": "HP ZBook Firefly 14 G11 A1VR3PT", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1734, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 24 + } +} diff --git a/data/laptop/hp/2023/hp-zbook-firefly-14-g11/hp-zbook-firefly-14-g11-abhinavflac-728.json b/data/laptop/hp/2023/hp-zbook-firefly-14-g11/hp-zbook-firefly-14-g11-abhinavflac-728.json new file mode 100644 index 000000000000..c488c7884f85 --- /dev/null +++ b/data/laptop/hp/2023/hp-zbook-firefly-14-g11/hp-zbook-firefly-14-g11-abhinavflac-728.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-zbook-firefly-14-g11-abhinavflac-728", + "base_model_slug": "hp-zbook-firefly-14-g11", + "name": "HP ZBook Firefly 14 G11 A1VL0PT", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1590, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "NVIDIA GeForce RTX RTX A500", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 728 + } +} diff --git a/data/laptop/hp/2023/hp-zbook-firefly-14-g11/hp-zbook-firefly-14-g11-abhinavflac-788.json b/data/laptop/hp/2023/hp-zbook-firefly-14-g11/hp-zbook-firefly-14-g11-abhinavflac-788.json new file mode 100644 index 000000000000..557c8f7c55c1 --- /dev/null +++ b/data/laptop/hp/2023/hp-zbook-firefly-14-g11/hp-zbook-firefly-14-g11-abhinavflac-788.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-zbook-firefly-14-g11-abhinavflac-788", + "base_model_slug": "hp-zbook-firefly-14-g11", + "name": "HP ZBook Firefly 14 G11 A92U3PT", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "DOS", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1169, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 155U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 788 + } +} diff --git a/data/laptop/hp/2023/hp-zbook-firefly-14-g11/hp-zbook-firefly-14-g11-abhinavflac-789.json b/data/laptop/hp/2023/hp-zbook-firefly-14-g11/hp-zbook-firefly-14-g11-abhinavflac-789.json new file mode 100644 index 000000000000..ec87b15bc3c3 --- /dev/null +++ b/data/laptop/hp/2023/hp-zbook-firefly-14-g11/hp-zbook-firefly-14-g11-abhinavflac-789.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-zbook-firefly-14-g11-abhinavflac-789", + "base_model_slug": "hp-zbook-firefly-14-g11", + "name": "HP ZBook Firefly 14 G11 A92TYPT", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 916, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 125U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 789 + } +} diff --git a/data/laptop/hp/2023/hp-zbook-firefly-14-g11/hp-zbook-firefly-14-g11-abhinavflac-790.json b/data/laptop/hp/2023/hp-zbook-firefly-14-g11/hp-zbook-firefly-14-g11-abhinavflac-790.json new file mode 100644 index 000000000000..a4dcc0aba6d2 --- /dev/null +++ b/data/laptop/hp/2023/hp-zbook-firefly-14-g11/hp-zbook-firefly-14-g11-abhinavflac-790.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-zbook-firefly-14-g11-abhinavflac-790", + "base_model_slug": "hp-zbook-firefly-14-g11", + "name": "HP ZBook Firefly 14 G11 A92U2PT", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1096, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 155U", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 790 + } +} diff --git a/data/laptop/hp/2023/hp-zbook-firefly-14-g11/hp-zbook-firefly-14-g11-abhinavflac-835.json b/data/laptop/hp/2023/hp-zbook-firefly-14-g11/hp-zbook-firefly-14-g11-abhinavflac-835.json new file mode 100644 index 000000000000..1196671563d5 --- /dev/null +++ b/data/laptop/hp/2023/hp-zbook-firefly-14-g11/hp-zbook-firefly-14-g11-abhinavflac-835.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-zbook-firefly-14-g11-abhinavflac-835", + "base_model_slug": "hp-zbook-firefly-14-g11", + "name": "HP ZBook Firefly 14 G11 A1VR2PT", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1442, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 835 + } +} diff --git a/data/laptop/hp/2023/hp-zbook-firefly-16-g10/hp-zbook-firefly-16-g10-abhinavflac-787.json b/data/laptop/hp/2023/hp-zbook-firefly-16-g10/hp-zbook-firefly-16-g10-abhinavflac-787.json new file mode 100644 index 000000000000..2a4dcf825a5d --- /dev/null +++ b/data/laptop/hp/2023/hp-zbook-firefly-16-g10/hp-zbook-firefly-16-g10-abhinavflac-787.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-zbook-firefly-16-g10-abhinavflac-787", + "base_model_slug": "hp-zbook-firefly-16-g10", + "name": "HP ZBook Firefly 16 G10 8F6J8PA", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1072, + "device_category": "General", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "NVIDIA GeForce RTX RTX A500", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 787 + } +} diff --git a/data/laptop/hp/2023/hp-zbook-firefly-16-g11/hp-zbook-firefly-16-g11-abhinavflac-119.json b/data/laptop/hp/2023/hp-zbook-firefly-16-g11/hp-zbook-firefly-16-g11-abhinavflac-119.json new file mode 100644 index 000000000000..846e2002f057 --- /dev/null +++ b/data/laptop/hp/2023/hp-zbook-firefly-16-g11/hp-zbook-firefly-16-g11-abhinavflac-119.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-zbook-firefly-16-g11-abhinavflac-119", + "base_model_slug": "hp-zbook-firefly-16-g11", + "name": "HP ZBook Firefly 16 G11", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1108, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "NVIDIA GeForce RTX RTX A500", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 119 + } +} diff --git a/data/laptop/hp/2023/hp-zbook-firefly-16-g11/hp-zbook-firefly-16-g11-abhinavflac-722.json b/data/laptop/hp/2023/hp-zbook-firefly-16-g11/hp-zbook-firefly-16-g11-abhinavflac-722.json new file mode 100644 index 000000000000..865fa2eda92a --- /dev/null +++ b/data/laptop/hp/2023/hp-zbook-firefly-16-g11/hp-zbook-firefly-16-g11-abhinavflac-722.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-zbook-firefly-16-g11-abhinavflac-722", + "base_model_slug": "hp-zbook-firefly-16-g11", + "name": "HP ZBook Firefly 16 G11 A1VX6PT", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1735, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "NVIDIA GeForce RTX RTX A500", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 722 + } +} diff --git a/data/laptop/hp/2023/hp-zbook-fury-16-g10/hp-zbook-fury-16-g10-abhinavflac-82.json b/data/laptop/hp/2023/hp-zbook-fury-16-g10/hp-zbook-fury-16-g10-abhinavflac-82.json new file mode 100644 index 000000000000..6202e374a718 --- /dev/null +++ b/data/laptop/hp/2023/hp-zbook-fury-16-g10/hp-zbook-fury-16-g10-abhinavflac-82.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-zbook-fury-16-g10-abhinavflac-82", + "base_model_slug": "hp-zbook-fury-16-g10", + "name": "HP ZBook Fury 16 G10 8Y522EC Mobile Workstation", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2429, + "device_category": "General", + "cpu_name": "Intel Core I7 13850HX", + "gpu_name": "NVIDIA GeForce RTX RTX A1000", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "3840x2400" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 82 + } +} diff --git a/data/laptop/hp/2023/hp-zbook-power-g11/hp-zbook-power-g11-abhinavflac-56.json b/data/laptop/hp/2023/hp-zbook-power-g11/hp-zbook-power-g11-abhinavflac-56.json new file mode 100644 index 000000000000..437e9ad5ae97 --- /dev/null +++ b/data/laptop/hp/2023/hp-zbook-power-g11/hp-zbook-power-g11-abhinavflac-56.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-zbook-power-g11-abhinavflac-56", + "base_model_slug": "hp-zbook-power-g11", + "name": "HP ZBook Power G11 A8WN2PT", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2079, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "NVIDIA GeForce RTX RTX 500 Ada", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 56 + } +} diff --git a/data/laptop/hp/2023/hp-zbook-power-g11/hp-zbook-power-g11-abhinavflac-57.json b/data/laptop/hp/2023/hp-zbook-power-g11/hp-zbook-power-g11-abhinavflac-57.json new file mode 100644 index 000000000000..dccfa4638fe6 --- /dev/null +++ b/data/laptop/hp/2023/hp-zbook-power-g11/hp-zbook-power-g11-abhinavflac-57.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-zbook-power-g11-abhinavflac-57", + "base_model_slug": "hp-zbook-power-g11", + "name": "HP ZBook Power G11 A8WM9PT", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2463, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "NVIDIA GeForce RTX RTX 2000 Ada", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 57 + } +} diff --git a/data/laptop/hp/2023/hp-zbook-power-g11/hp-zbook-power-g11-abhinavflac-61.json b/data/laptop/hp/2023/hp-zbook-power-g11/hp-zbook-power-g11-abhinavflac-61.json new file mode 100644 index 000000000000..e00336fac926 --- /dev/null +++ b/data/laptop/hp/2023/hp-zbook-power-g11/hp-zbook-power-g11-abhinavflac-61.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-zbook-power-g11-abhinavflac-61", + "base_model_slug": "hp-zbook-power-g11", + "name": "HP ZBook Power G11 A8WM1PT", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2723, + "device_category": "General", + "cpu_name": "Intel Core Ultra 9 185H", + "gpu_name": "NVIDIA GeForce RTX RTX 1000 Ada", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 61 + } +} diff --git a/data/laptop/hp/2023/hp-zbook-power-g11/hp-zbook-power-g11-abhinavflac-863.json b/data/laptop/hp/2023/hp-zbook-power-g11/hp-zbook-power-g11-abhinavflac-863.json new file mode 100644 index 000000000000..83fb604ea9a9 --- /dev/null +++ b/data/laptop/hp/2023/hp-zbook-power-g11/hp-zbook-power-g11-abhinavflac-863.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-zbook-power-g11-abhinavflac-863", + "base_model_slug": "hp-zbook-power-g11", + "name": "HP ZBook Power G11 A8WM4PT", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2928, + "device_category": "General", + "cpu_name": "Intel Core Ultra 9 185H", + "gpu_name": "NVIDIA GeForce RTX RTX 2000 Ada", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 863 + } +} diff --git a/data/laptop/hp/2023/hp-zbook-power-g11/hp-zbook-power-g11-abhinavflac-864.json b/data/laptop/hp/2023/hp-zbook-power-g11/hp-zbook-power-g11-abhinavflac-864.json new file mode 100644 index 000000000000..f5f568dd3646 --- /dev/null +++ b/data/laptop/hp/2023/hp-zbook-power-g11/hp-zbook-power-g11-abhinavflac-864.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-zbook-power-g11-abhinavflac-864", + "base_model_slug": "hp-zbook-power-g11", + "name": "HP ZBook Power G11 A8WN1PT", + "brand": "hp", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2126, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "NVIDIA GeForce RTX RTX A1000", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 864 + } +} diff --git a/data/laptop/hp/2024/hp-14s-dq3141tu/hp-14s-dq3141tu-abhinavflac-340.json b/data/laptop/hp/2024/hp-14s-dq3141tu/hp-14s-dq3141tu-abhinavflac-340.json new file mode 100644 index 000000000000..d1230cec2c05 --- /dev/null +++ b/data/laptop/hp/2024/hp-14s-dq3141tu/hp-14s-dq3141tu-abhinavflac-340.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-14s-dq3141tu-abhinavflac-340", + "base_model_slug": "hp-14s-dq3141tu", + "name": "HP 14s-dq3141TU", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 313, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 340 + } +} diff --git a/data/laptop/hp/2024/hp-15-fd0651tu/hp-15-fd0651tu-abhinavflac-46.json b/data/laptop/hp/2024/hp-15-fd0651tu/hp-15-fd0651tu-abhinavflac-46.json new file mode 100644 index 000000000000..38f581c2baea --- /dev/null +++ b/data/laptop/hp/2024/hp-15-fd0651tu/hp-15-fd0651tu-abhinavflac-46.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd0651tu-abhinavflac-46", + "base_model_slug": "hp-15-fd0651tu", + "name": "HP 15-FD0651TU", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 608, + "device_category": "General", + "cpu_name": "Intel Core 5 120U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 46 + } +} diff --git a/data/laptop/hp/2024/hp-15-fd0664tu/hp-15-fd0664tu-abhinavflac-319.json b/data/laptop/hp/2024/hp-15-fd0664tu/hp-15-fd0664tu-abhinavflac-319.json new file mode 100644 index 000000000000..3bf62b6fff9d --- /dev/null +++ b/data/laptop/hp/2024/hp-15-fd0664tu/hp-15-fd0664tu-abhinavflac-319.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd0664tu-abhinavflac-319", + "base_model_slug": "hp-15-fd0664tu", + "name": "HP 15-fd0664TU", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 657, + "device_category": "General", + "cpu_name": "Intel Core 5 120U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 319 + } +} diff --git a/data/laptop/hp/2024/hp-15-fd1253tu/hp-15-fd1253tu-abhinavflac-515.json b/data/laptop/hp/2024/hp-15-fd1253tu/hp-15-fd1253tu-abhinavflac-515.json new file mode 100644 index 000000000000..dc000586b716 --- /dev/null +++ b/data/laptop/hp/2024/hp-15-fd1253tu/hp-15-fd1253tu-abhinavflac-515.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd1253tu-abhinavflac-515", + "base_model_slug": "hp-15-fd1253tu", + "name": "HP 15-fd1253TU", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 446, + "device_category": "General", + "cpu_name": "Intel Core 3 100U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 515 + } +} diff --git a/data/laptop/hp/2024/hp-15-fd1444tu/hp-15-fd1444tu-abhinavflac-14.json b/data/laptop/hp/2024/hp-15-fd1444tu/hp-15-fd1444tu-abhinavflac-14.json new file mode 100644 index 000000000000..f7f789d09be5 --- /dev/null +++ b/data/laptop/hp/2024/hp-15-fd1444tu/hp-15-fd1444tu-abhinavflac-14.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-fd1444tu-abhinavflac-14", + "base_model_slug": "hp-15-fd1444tu", + "name": "HP 15-FD1444TU", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 626, + "device_category": "General", + "cpu_name": "Intel Core 5 120U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 14 + } +} diff --git a/data/laptop/hp/2024/hp-15-hr0009tu/hp-15-hr0009tu-abhinavflac-45.json b/data/laptop/hp/2024/hp-15-hr0009tu/hp-15-hr0009tu-abhinavflac-45.json new file mode 100644 index 000000000000..a8a9e4e474b0 --- /dev/null +++ b/data/laptop/hp/2024/hp-15-hr0009tu/hp-15-hr0009tu-abhinavflac-45.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-15-hr0009tu-abhinavflac-45", + "base_model_slug": "hp-15-hr0009tu", + "name": "HP 15-hr0009TU", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 687, + "device_category": "General", + "cpu_name": "Intel Core 5 120U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 45 + } +} diff --git a/data/laptop/hp/2024/hp-16-fd0640tu/hp-16-fd0640tu-abhinavflac-265.json b/data/laptop/hp/2024/hp-16-fd0640tu/hp-16-fd0640tu-abhinavflac-265.json new file mode 100644 index 000000000000..abaecaad0b71 --- /dev/null +++ b/data/laptop/hp/2024/hp-16-fd0640tu/hp-16-fd0640tu-abhinavflac-265.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-16-fd0640tu-abhinavflac-265", + "base_model_slug": "hp-16-fd0640tu", + "name": "HP 16-FD0640TU", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 663, + "device_category": "General", + "cpu_name": "Intel Core 5 120U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 265 + } +} diff --git a/data/laptop/hp/2024/hp-envy-x360-14-fa0986au/hp-envy-x360-14-fa0986au-abhinavflac-604.json b/data/laptop/hp/2024/hp-envy-x360-14-fa0986au/hp-envy-x360-14-fa0986au-abhinavflac-604.json new file mode 100644 index 000000000000..a8f9906f4283 --- /dev/null +++ b/data/laptop/hp/2024/hp-envy-x360-14-fa0986au/hp-envy-x360-14-fa0986au-abhinavflac-604.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-envy-x360-14-fa0986au-abhinavflac-604", + "base_model_slug": "hp-envy-x360-14-fa0986au", + "name": "HP Envy x360 14-fa0986AU", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1711, + "device_category": "Convertible", + "cpu_name": "AMD Ryzen 7 8840HS", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 604 + } +} diff --git a/data/laptop/hp/2024/hp-omen-16-am0277tx-gaming/hp-omen-16-am0277tx-gaming-abhinavflac-156.json b/data/laptop/hp/2024/hp-omen-16-am0277tx-gaming/hp-omen-16-am0277tx-gaming-abhinavflac-156.json new file mode 100644 index 000000000000..5f3c5176d792 --- /dev/null +++ b/data/laptop/hp/2024/hp-omen-16-am0277tx-gaming/hp-omen-16-am0277tx-gaming-abhinavflac-156.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omen-16-am0277tx-gaming-abhinavflac-156", + "base_model_slug": "hp-omen-16-am0277tx-gaming", + "name": "HP Omen 16-am0277TX Gaming", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1514, + "device_category": "Gaming", + "cpu_name": "Intel Core 7 240H", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 156 + } +} diff --git a/data/laptop/hp/2024/hp-omen-16-an0012tx-gaming/hp-omen-16-an0012tx-gaming-abhinavflac-179.json b/data/laptop/hp/2024/hp-omen-16-an0012tx-gaming/hp-omen-16-an0012tx-gaming-abhinavflac-179.json new file mode 100644 index 000000000000..43802314cf8c --- /dev/null +++ b/data/laptop/hp/2024/hp-omen-16-an0012tx-gaming/hp-omen-16-an0012tx-gaming-abhinavflac-179.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omen-16-an0012tx-gaming-abhinavflac-179", + "base_model_slug": "hp-omen-16-an0012tx-gaming", + "name": "HP Omen 16-an0012TX Gaming", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2276, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 285H", + "gpu_name": "NVIDIA GeForce RTX RTX 5070", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 179 + } +} diff --git a/data/laptop/hp/2024/hp-omen-16-an0015tx-gaming/hp-omen-16-an0015tx-gaming-abhinavflac-180.json b/data/laptop/hp/2024/hp-omen-16-an0015tx-gaming/hp-omen-16-an0015tx-gaming-abhinavflac-180.json new file mode 100644 index 000000000000..86639f84699d --- /dev/null +++ b/data/laptop/hp/2024/hp-omen-16-an0015tx-gaming/hp-omen-16-an0015tx-gaming-abhinavflac-180.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omen-16-an0015tx-gaming-abhinavflac-180", + "base_model_slug": "hp-omen-16-an0015tx-gaming", + "name": "HP Omen 16-an0015TX Gaming", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2032, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 7 255H", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 180 + } +} diff --git a/data/laptop/hp/2024/hp-omen-16-ap0181ax-gaming/hp-omen-16-ap0181ax-gaming-abhinavflac-196.json b/data/laptop/hp/2024/hp-omen-16-ap0181ax-gaming/hp-omen-16-ap0181ax-gaming-abhinavflac-196.json new file mode 100644 index 000000000000..8c96a12548d3 --- /dev/null +++ b/data/laptop/hp/2024/hp-omen-16-ap0181ax-gaming/hp-omen-16-ap0181ax-gaming-abhinavflac-196.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omen-16-ap0181ax-gaming-abhinavflac-196", + "base_model_slug": "hp-omen-16-ap0181ax-gaming", + "name": "HP Omen 16-ap0181AX Gaming", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1903, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 9 8940HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 196 + } +} diff --git a/data/laptop/hp/2024/hp-omen-16-ap0182ax-gaming/hp-omen-16-ap0182ax-gaming-abhinavflac-52.json b/data/laptop/hp/2024/hp-omen-16-ap0182ax-gaming/hp-omen-16-ap0182ax-gaming-abhinavflac-52.json new file mode 100644 index 000000000000..8ff162278ea2 --- /dev/null +++ b/data/laptop/hp/2024/hp-omen-16-ap0182ax-gaming/hp-omen-16-ap0182ax-gaming-abhinavflac-52.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omen-16-ap0182ax-gaming-abhinavflac-52", + "base_model_slug": "hp-omen-16-ap0182ax-gaming", + "name": "HP Omen 16-ap0182AX Gaming", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2024, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 9 8940HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 52 + } +} diff --git a/data/laptop/hp/2024/hp-omen-16-max-16-ah0076tx/hp-omen-16-max-16-ah0076tx-abhinavflac-565.json b/data/laptop/hp/2024/hp-omen-16-max-16-ah0076tx/hp-omen-16-max-16-ah0076tx-abhinavflac-565.json new file mode 100644 index 000000000000..605f038b522f --- /dev/null +++ b/data/laptop/hp/2024/hp-omen-16-max-16-ah0076tx/hp-omen-16-max-16-ah0076tx-abhinavflac-565.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omen-16-max-16-ah0076tx-abhinavflac-565", + "base_model_slug": "hp-omen-16-max-16-ah0076tx", + "name": "HP Omen 16 Max 16-ah0076TX Gaming", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 3735, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5080", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 565 + } +} diff --git a/data/laptop/hp/2024/hp-omnibook-5-16-fb0001qu/hp-omnibook-5-16-fb0001qu-abhinavflac-51.json b/data/laptop/hp/2024/hp-omnibook-5-16-fb0001qu/hp-omnibook-5-16-fb0001qu-abhinavflac-51.json new file mode 100644 index 000000000000..aaa35d8d2b80 --- /dev/null +++ b/data/laptop/hp/2024/hp-omnibook-5-16-fb0001qu/hp-omnibook-5-16-fb0001qu-abhinavflac-51.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omnibook-5-16-fb0001qu-abhinavflac-51", + "base_model_slug": "hp-omnibook-5-16-fb0001qu", + "name": "HP OmniBook 5 16-fb0001QU", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 843, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X X1-26-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 51 + } +} diff --git a/data/laptop/hp/2024/hp-omnibook-5-next-gen/hp-omnibook-5-next-gen-abhinavflac-398.json b/data/laptop/hp/2024/hp-omnibook-5-next-gen/hp-omnibook-5-next-gen-abhinavflac-398.json new file mode 100644 index 000000000000..bc4e51bf6658 --- /dev/null +++ b/data/laptop/hp/2024/hp-omnibook-5-next-gen/hp-omnibook-5-next-gen-abhinavflac-398.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omnibook-5-next-gen-abhinavflac-398", + "base_model_slug": "hp-omnibook-5-next-gen", + "name": "HP OmniBook 5 Next Gen AI 14-he0014QU", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 795, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X X1-26-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 398 + } +} diff --git a/data/laptop/hp/2024/hp-omnibook-5-next-gen/hp-omnibook-5-next-gen-abhinavflac-399.json b/data/laptop/hp/2024/hp-omnibook-5-next-gen/hp-omnibook-5-next-gen-abhinavflac-399.json new file mode 100644 index 000000000000..863436a1c718 --- /dev/null +++ b/data/laptop/hp/2024/hp-omnibook-5-next-gen/hp-omnibook-5-next-gen-abhinavflac-399.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omnibook-5-next-gen-abhinavflac-399", + "base_model_slug": "hp-omnibook-5-next-gen", + "name": "HP OmniBook 5 Next Gen AI 14-he0015QU", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 831, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X X1-26-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 399 + } +} diff --git a/data/laptop/hp/2024/hp-omnibook-7-ai-14-fr0116tu/hp-omnibook-7-ai-14-fr0116tu-abhinavflac-110.json b/data/laptop/hp/2024/hp-omnibook-7-ai-14-fr0116tu/hp-omnibook-7-ai-14-fr0116tu-abhinavflac-110.json new file mode 100644 index 000000000000..2dc75a52e10a --- /dev/null +++ b/data/laptop/hp/2024/hp-omnibook-7-ai-14-fr0116tu/hp-omnibook-7-ai-14-fr0116tu-abhinavflac-110.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omnibook-7-ai-14-fr0116tu-abhinavflac-110", + "base_model_slug": "hp-omnibook-7-ai-14-fr0116tu", + "name": "HP OmniBook 7 AI 14-fr0116TU", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1481, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 255H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 110 + } +} diff --git a/data/laptop/hp/2024/hp-omnibook-7/hp-omnibook-7-abhinavflac-33.json b/data/laptop/hp/2024/hp-omnibook-7/hp-omnibook-7-abhinavflac-33.json new file mode 100644 index 000000000000..065661aa5955 --- /dev/null +++ b/data/laptop/hp/2024/hp-omnibook-7/hp-omnibook-7-abhinavflac-33.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omnibook-7-abhinavflac-33", + "base_model_slug": "hp-omnibook-7", + "name": "HP OmniBook 7 FR0066TU", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 988, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 225H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 33 + } +} diff --git a/data/laptop/hp/2024/hp-omnibook-ultra-flip-next/hp-omnibook-ultra-flip-next-abhinavflac-726.json b/data/laptop/hp/2024/hp-omnibook-ultra-flip-next/hp-omnibook-ultra-flip-next-abhinavflac-726.json new file mode 100644 index 000000000000..958d162a7f0a --- /dev/null +++ b/data/laptop/hp/2024/hp-omnibook-ultra-flip-next/hp-omnibook-ultra-flip-next-abhinavflac-726.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omnibook-ultra-flip-next-abhinavflac-726", + "base_model_slug": "hp-omnibook-ultra-flip-next", + "name": "HP OmniBook Ultra Flip Next Gen AI 14-fh0026TU", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2031, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 258V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 726 + } +} diff --git a/data/laptop/hp/2024/hp-omnibook-ultra-flip-next/hp-omnibook-ultra-flip-next-abhinavflac-727.json b/data/laptop/hp/2024/hp-omnibook-ultra-flip-next/hp-omnibook-ultra-flip-next-abhinavflac-727.json new file mode 100644 index 000000000000..3088e69537ee --- /dev/null +++ b/data/laptop/hp/2024/hp-omnibook-ultra-flip-next/hp-omnibook-ultra-flip-next-abhinavflac-727.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omnibook-ultra-flip-next-abhinavflac-727", + "base_model_slug": "hp-omnibook-ultra-flip-next", + "name": "HP OmniBook Ultra Flip Next Gen AI 14-fh0029TU", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2312, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 258V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 727 + } +} diff --git a/data/laptop/hp/2024/hp-omnibook-x-14-fe0121qu-ai/hp-omnibook-x-14-fe0121qu-ai-abhinavflac-917.json b/data/laptop/hp/2024/hp-omnibook-x-14-fe0121qu-ai/hp-omnibook-x-14-fe0121qu-ai-abhinavflac-917.json new file mode 100644 index 000000000000..512f8485b83b --- /dev/null +++ b/data/laptop/hp/2024/hp-omnibook-x-14-fe0121qu-ai/hp-omnibook-x-14-fe0121qu-ai-abhinavflac-917.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omnibook-x-14-fe0121qu-ai-abhinavflac-917", + "base_model_slug": "hp-omnibook-x-14-fe0121qu-ai", + "name": "HP OmniBook X 14-fe0121QU AI", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1519, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Elite X1E-78-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2240x1400" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 917 + } +} diff --git a/data/laptop/hp/2024/hp-omnibook-x-14-fe1011qu-ai/hp-omnibook-x-14-fe1011qu-ai-abhinavflac-754.json b/data/laptop/hp/2024/hp-omnibook-x-14-fe1011qu-ai/hp-omnibook-x-14-fe1011qu-ai-abhinavflac-754.json new file mode 100644 index 000000000000..04a7f6fd696a --- /dev/null +++ b/data/laptop/hp/2024/hp-omnibook-x-14-fe1011qu-ai/hp-omnibook-x-14-fe1011qu-ai-abhinavflac-754.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omnibook-x-14-fe1011qu-ai-abhinavflac-754", + "base_model_slug": "hp-omnibook-x-14-fe1011qu-ai", + "name": "HP OmniBook X 14-fe1011QU AI", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1060, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Plus X1P-42-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "2240x1400" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 754 + } +} diff --git a/data/laptop/hp/2024/hp-omnibook-x-flip-14-fm0026tu/hp-omnibook-x-flip-14-fm0026tu-abhinavflac-563.json b/data/laptop/hp/2024/hp-omnibook-x-flip-14-fm0026tu/hp-omnibook-x-flip-14-fm0026tu-abhinavflac-563.json new file mode 100644 index 000000000000..dbc3bf29aedc --- /dev/null +++ b/data/laptop/hp/2024/hp-omnibook-x-flip-14-fm0026tu/hp-omnibook-x-flip-14-fm0026tu-abhinavflac-563.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omnibook-x-flip-14-fm0026tu-abhinavflac-563", + "base_model_slug": "hp-omnibook-x-flip-14-fm0026tu", + "name": "HP OmniBook X Flip 14-fm0026TU Next Gen AI PC", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1380, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 256V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 563 + } +} diff --git a/data/laptop/hp/2024/hp-omnibook-x-flip-14-fm0029tu/hp-omnibook-x-flip-14-fm0029tu-abhinavflac-562.json b/data/laptop/hp/2024/hp-omnibook-x-flip-14-fm0029tu/hp-omnibook-x-flip-14-fm0029tu-abhinavflac-562.json new file mode 100644 index 000000000000..3cdbf2554dd0 --- /dev/null +++ b/data/laptop/hp/2024/hp-omnibook-x-flip-14-fm0029tu/hp-omnibook-x-flip-14-fm0029tu-abhinavflac-562.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omnibook-x-flip-14-fm0029tu-abhinavflac-562", + "base_model_slug": "hp-omnibook-x-flip-14-fm0029tu", + "name": "HP OmniBook X Flip 14-fm0029TU Next Gen AI", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1675, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 258V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 562 + } +} diff --git a/data/laptop/hp/2024/hp-omnibook-x-flip-14-fm0058tu/hp-omnibook-x-flip-14-fm0058tu-abhinavflac-561.json b/data/laptop/hp/2024/hp-omnibook-x-flip-14-fm0058tu/hp-omnibook-x-flip-14-fm0058tu-abhinavflac-561.json new file mode 100644 index 000000000000..0b6f6747112b --- /dev/null +++ b/data/laptop/hp/2024/hp-omnibook-x-flip-14-fm0058tu/hp-omnibook-x-flip-14-fm0058tu-abhinavflac-561.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omnibook-x-flip-14-fm0058tu-abhinavflac-561", + "base_model_slug": "hp-omnibook-x-flip-14-fm0058tu", + "name": "HP OmniBook X Flip 14-fm0058TU Next Gen AI PC", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1134, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 5 226V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 561 + } +} diff --git a/data/laptop/hp/2024/hp-omnibook-x-flip-14-fm0099tu/hp-omnibook-x-flip-14-fm0099tu-abhinavflac-182.json b/data/laptop/hp/2024/hp-omnibook-x-flip-14-fm0099tu/hp-omnibook-x-flip-14-fm0099tu-abhinavflac-182.json new file mode 100644 index 000000000000..b2cf6b6cbfca --- /dev/null +++ b/data/laptop/hp/2024/hp-omnibook-x-flip-14-fm0099tu/hp-omnibook-x-flip-14-fm0099tu-abhinavflac-182.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omnibook-x-flip-14-fm0099tu-abhinavflac-182", + "base_model_slug": "hp-omnibook-x-flip-14-fm0099tu", + "name": "HP OmniBook X Flip 14-fm0099TU Next Gen AI", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1265, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 5 226V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 182 + } +} diff --git a/data/laptop/hp/2024/hp-omnibook-x-flip-14-fm0100tu/hp-omnibook-x-flip-14-fm0100tu-abhinavflac-201.json b/data/laptop/hp/2024/hp-omnibook-x-flip-14-fm0100tu/hp-omnibook-x-flip-14-fm0100tu-abhinavflac-201.json new file mode 100644 index 000000000000..e05c03fe3ab5 --- /dev/null +++ b/data/laptop/hp/2024/hp-omnibook-x-flip-14-fm0100tu/hp-omnibook-x-flip-14-fm0100tu-abhinavflac-201.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-omnibook-x-flip-14-fm0100tu-abhinavflac-201", + "base_model_slug": "hp-omnibook-x-flip-14-fm0100tu", + "name": "HP OmniBook X Flip 14-fm0100TU Next Gen AI", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1404, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 256V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 201 + } +} diff --git a/data/laptop/hp/2024/hp-pavilion-16-ai-16-ag0019au/hp-pavilion-16-ai-16-ag0019au-abhinavflac-884.json b/data/laptop/hp/2024/hp-pavilion-16-ai-16-ag0019au/hp-pavilion-16-ai-16-ag0019au-abhinavflac-884.json new file mode 100644 index 000000000000..cc96768dbefa --- /dev/null +++ b/data/laptop/hp/2024/hp-pavilion-16-ai-16-ag0019au/hp-pavilion-16-ai-16-ag0019au-abhinavflac-884.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-pavilion-16-ai-16-ag0019au-abhinavflac-884", + "base_model_slug": "hp-pavilion-16-ai-16-ag0019au", + "name": "HP Pavilion 16 AI 16-ag0019AU", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 675, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 8540U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 884 + } +} diff --git a/data/laptop/hp/2024/hp-pavilion-aero-13-bg0016au/hp-pavilion-aero-13-bg0016au-abhinavflac-968.json b/data/laptop/hp/2024/hp-pavilion-aero-13-bg0016au/hp-pavilion-aero-13-bg0016au-abhinavflac-968.json new file mode 100644 index 000000000000..01294648bc46 --- /dev/null +++ b/data/laptop/hp/2024/hp-pavilion-aero-13-bg0016au/hp-pavilion-aero-13-bg0016au-abhinavflac-968.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-pavilion-aero-13-bg0016au-abhinavflac-968", + "base_model_slug": "hp-pavilion-aero-13-bg0016au", + "name": "HP Pavilion Aero 13-bg0016AU", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 890, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 8640U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 13.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 968 + } +} diff --git a/data/laptop/hp/2024/hp-pavilion-aero-13-bg0017au/hp-pavilion-aero-13-bg0017au-abhinavflac-959.json b/data/laptop/hp/2024/hp-pavilion-aero-13-bg0017au/hp-pavilion-aero-13-bg0017au-abhinavflac-959.json new file mode 100644 index 000000000000..e65743e5433d --- /dev/null +++ b/data/laptop/hp/2024/hp-pavilion-aero-13-bg0017au/hp-pavilion-aero-13-bg0017au-abhinavflac-959.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-pavilion-aero-13-bg0017au-abhinavflac-959", + "base_model_slug": "hp-pavilion-aero-13-bg0017au", + "name": "HP Pavilion Aero 13-bg0017AU", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 919, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 8840U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 13.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 959 + } +} diff --git a/data/laptop/hp/2024/hp-victus-15-fb3003ax-gaming/hp-victus-15-fb3003ax-gaming-abhinavflac-663.json b/data/laptop/hp/2024/hp-victus-15-fb3003ax-gaming/hp-victus-15-fb3003ax-gaming-abhinavflac-663.json new file mode 100644 index 000000000000..ccf4a8458e66 --- /dev/null +++ b/data/laptop/hp/2024/hp-victus-15-fb3003ax-gaming/hp-victus-15-fb3003ax-gaming-abhinavflac-663.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fb3003ax-gaming-abhinavflac-663", + "base_model_slug": "hp-victus-15-fb3003ax-gaming", + "name": "HP Victus 15-fb3003AX Gaming", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 746, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 8645HS", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 663 + } +} diff --git a/data/laptop/hp/2024/hp-victus-15-fb3004ax-gaming/hp-victus-15-fb3004ax-gaming-abhinavflac-402.json b/data/laptop/hp/2024/hp-victus-15-fb3004ax-gaming/hp-victus-15-fb3004ax-gaming-abhinavflac-402.json new file mode 100644 index 000000000000..48dcc0385bda --- /dev/null +++ b/data/laptop/hp/2024/hp-victus-15-fb3004ax-gaming/hp-victus-15-fb3004ax-gaming-abhinavflac-402.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fb3004ax-gaming-abhinavflac-402", + "base_model_slug": "hp-victus-15-fb3004ax-gaming", + "name": "HP Victus 15-fb3004AX Gaming", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 711, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 8645HS", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 402 + } +} diff --git a/data/laptop/hp/2024/hp-victus-15-fb3012ax-gaming/hp-victus-15-fb3012ax-gaming-abhinavflac-568.json b/data/laptop/hp/2024/hp-victus-15-fb3012ax-gaming/hp-victus-15-fb3012ax-gaming-abhinavflac-568.json new file mode 100644 index 000000000000..45c605674b2b --- /dev/null +++ b/data/laptop/hp/2024/hp-victus-15-fb3012ax-gaming/hp-victus-15-fb3012ax-gaming-abhinavflac-568.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fb3012ax-gaming-abhinavflac-568", + "base_model_slug": "hp-victus-15-fb3012ax-gaming", + "name": "HP Victus 15-fb3012AX Gaming", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 795, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 8645HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 568 + } +} diff --git a/data/laptop/hp/2024/hp-victus-15-fb3025ax-gaming/hp-victus-15-fb3025ax-gaming-abhinavflac-687.json b/data/laptop/hp/2024/hp-victus-15-fb3025ax-gaming/hp-victus-15-fb3025ax-gaming-abhinavflac-687.json new file mode 100644 index 000000000000..a213eb3f6a74 --- /dev/null +++ b/data/laptop/hp/2024/hp-victus-15-fb3025ax-gaming/hp-victus-15-fb3025ax-gaming-abhinavflac-687.json @@ -0,0 +1,27 @@ +{ + "slug": "hp-victus-15-fb3025ax-gaming-abhinavflac-687", + "base_model_slug": "hp-victus-15-fb3025ax-gaming", + "name": "HP Victus 15-fb3025AX Gaming", + "brand": "hp", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1223, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 9 8945HS", + "gpu_name": "NVIDIA GeForce RTX RTX 4060", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 687 + } +} diff --git a/data/laptop/infinix/2021/infinix-inbook-y2-plus-xl29/infinix-inbook-y2-plus-xl29-abhinavflac-871.json b/data/laptop/infinix/2021/infinix-inbook-y2-plus-xl29/infinix-inbook-y2-plus-xl29-abhinavflac-871.json new file mode 100644 index 000000000000..8393c6a116d7 --- /dev/null +++ b/data/laptop/infinix/2021/infinix-inbook-y2-plus-xl29/infinix-inbook-y2-plus-xl29-abhinavflac-871.json @@ -0,0 +1,27 @@ +{ + "slug": "infinix-inbook-y2-plus-xl29-abhinavflac-871", + "base_model_slug": "infinix-inbook-y2-plus-xl29", + "name": "Infinix INBook Y2 Plus XL29", + "brand": "infinix", + "release_date": "2021-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 548, + "device_category": "General", + "cpu_name": "Intel Core I7 1195G7", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 871 + } +} diff --git a/data/laptop/infinix/2021/infinix-xbook-b15-series-5500uu/infinix-xbook-b15-series-5500uu-abhinavflac-211.json b/data/laptop/infinix/2021/infinix-xbook-b15-series-5500uu/infinix-xbook-b15-series-5500uu-abhinavflac-211.json new file mode 100644 index 000000000000..2b5d396971c7 --- /dev/null +++ b/data/laptop/infinix/2021/infinix-xbook-b15-series-5500uu/infinix-xbook-b15-series-5500uu-abhinavflac-211.json @@ -0,0 +1,27 @@ +{ + "slug": "infinix-xbook-b15-series-5500uu-abhinavflac-211", + "base_model_slug": "infinix-xbook-b15-series-5500uu", + "name": "Infinix XBOOK B15 Series BL51A5 (5500UU / 16GB / 512GB / Radeon / Windows)", + "brand": "infinix", + "release_date": "2021-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 397, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 5500U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 211 + } +} diff --git a/data/laptop/infinix/2021/infinix-xbook-b15-series-5825uu/infinix-xbook-b15-series-5825uu-abhinavflac-210.json b/data/laptop/infinix/2021/infinix-xbook-b15-series-5825uu/infinix-xbook-b15-series-5825uu-abhinavflac-210.json new file mode 100644 index 000000000000..62ef271f82cb --- /dev/null +++ b/data/laptop/infinix/2021/infinix-xbook-b15-series-5825uu/infinix-xbook-b15-series-5825uu-abhinavflac-210.json @@ -0,0 +1,27 @@ +{ + "slug": "infinix-xbook-b15-series-5825uu-abhinavflac-210", + "base_model_slug": "infinix-xbook-b15-series-5825uu", + "name": "Infinix XBOOK B15 Series BL51A5 (5825UU / 16GB / 512GB / Radeon / Windows)", + "brand": "infinix", + "release_date": "2021-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 843, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 5825U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 210 + } +} diff --git a/data/laptop/infinix/2021/infinix-xbook-b15-series/infinix-xbook-b15-series-abhinavflac-186.json b/data/laptop/infinix/2021/infinix-xbook-b15-series/infinix-xbook-b15-series-abhinavflac-186.json new file mode 100644 index 000000000000..f383f3dc1b88 --- /dev/null +++ b/data/laptop/infinix/2021/infinix-xbook-b15-series/infinix-xbook-b15-series-abhinavflac-186.json @@ -0,0 +1,27 @@ +{ + "slug": "infinix-xbook-b15-series-abhinavflac-186", + "base_model_slug": "infinix-xbook-b15-series", + "name": "Infinix XBOOK B15 Series BL51A5 71028300082", + "brand": "infinix", + "release_date": "2021-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 397, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 5825U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 186 + } +} diff --git a/data/laptop/infinix/2021/infinix-xbook-b15/infinix-xbook-b15-abhinavflac-212.json b/data/laptop/infinix/2021/infinix-xbook-b15/infinix-xbook-b15-abhinavflac-212.json new file mode 100644 index 000000000000..a97fe7d3bc83 --- /dev/null +++ b/data/laptop/infinix/2021/infinix-xbook-b15/infinix-xbook-b15-abhinavflac-212.json @@ -0,0 +1,27 @@ +{ + "slug": "infinix-xbook-b15-abhinavflac-212", + "base_model_slug": "infinix-xbook-b15", + "name": "Infinix XBOOK B15 BL51A5", + "brand": "infinix", + "release_date": "2021-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 373, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 5500U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 212 + } +} diff --git a/data/laptop/infinix/2022/infinix-inbook-y3-max-series/infinix-inbook-y3-max-series-abhinavflac-875.json b/data/laptop/infinix/2022/infinix-inbook-y3-max-series/infinix-inbook-y3-max-series-abhinavflac-875.json new file mode 100644 index 000000000000..4ded6d285b97 --- /dev/null +++ b/data/laptop/infinix/2022/infinix-inbook-y3-max-series/infinix-inbook-y3-max-series-abhinavflac-875.json @@ -0,0 +1,27 @@ +{ + "slug": "infinix-inbook-y3-max-series-abhinavflac-875", + "base_model_slug": "infinix-inbook-y3-max-series", + "name": "Infinix INBook Y3 Max Series YL613", + "brand": "infinix", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 373, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 256, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 875 + } +} diff --git a/data/laptop/infinix/2022/infinix-inbook-y3-max/infinix-inbook-y3-max-abhinavflac-873.json b/data/laptop/infinix/2022/infinix-inbook-y3-max/infinix-inbook-y3-max-abhinavflac-873.json new file mode 100644 index 000000000000..603510bc5392 --- /dev/null +++ b/data/laptop/infinix/2022/infinix-inbook-y3-max/infinix-inbook-y3-max-abhinavflac-873.json @@ -0,0 +1,27 @@ +{ + "slug": "infinix-inbook-y3-max-abhinavflac-873", + "base_model_slug": "infinix-inbook-y3-max", + "name": "Infinix INBook Y3 Max YL613", + "brand": "infinix", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 626, + "device_category": "General", + "cpu_name": "Intel Core I7 1255U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 873 + } +} diff --git a/data/laptop/infinix/2022/infinix-inbook-y3-max/infinix-inbook-y3-max-abhinavflac-876.json b/data/laptop/infinix/2022/infinix-inbook-y3-max/infinix-inbook-y3-max-abhinavflac-876.json new file mode 100644 index 000000000000..9978cc810acb --- /dev/null +++ b/data/laptop/infinix/2022/infinix-inbook-y3-max/infinix-inbook-y3-max-abhinavflac-876.json @@ -0,0 +1,27 @@ +{ + "slug": "infinix-inbook-y3-max-abhinavflac-876", + "base_model_slug": "infinix-inbook-y3-max", + "name": "Infinix INBook Y3 Max", + "brand": "infinix", + "release_date": "2022-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 361, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 256, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 876 + } +} diff --git a/data/laptop/infinix/2023/infinix-inbook-air-pro-plus/infinix-inbook-air-pro-plus-abhinavflac-795.json b/data/laptop/infinix/2023/infinix-inbook-air-pro-plus/infinix-inbook-air-pro-plus-abhinavflac-795.json new file mode 100644 index 000000000000..7ef029338f7d --- /dev/null +++ b/data/laptop/infinix/2023/infinix-inbook-air-pro-plus/infinix-inbook-air-pro-plus-abhinavflac-795.json @@ -0,0 +1,27 @@ +{ + "slug": "infinix-inbook-air-pro-plus-abhinavflac-795", + "base_model_slug": "infinix-inbook-air-pro-plus", + "name": "Infinix Inbook Air Pro Plus XL434", + "brand": "infinix", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 843, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 795 + } +} diff --git a/data/laptop/infinix/2023/infinix-zero-book-ultra-ai/infinix-zero-book-ultra-ai-abhinavflac-962.json b/data/laptop/infinix/2023/infinix-zero-book-ultra-ai/infinix-zero-book-ultra-ai-abhinavflac-962.json new file mode 100644 index 000000000000..13ad510e8380 --- /dev/null +++ b/data/laptop/infinix/2023/infinix-zero-book-ultra-ai/infinix-zero-book-ultra-ai-abhinavflac-962.json @@ -0,0 +1,27 @@ +{ + "slug": "infinix-zero-book-ultra-ai-abhinavflac-962", + "base_model_slug": "infinix-zero-book-ultra-ai", + "name": "Infinix Zero Book Ultra AI ZL514", + "brand": "infinix", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1193, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 962 + } +} diff --git a/data/laptop/lenovo/2019/lenovo-ideapad-5-2-in-1/lenovo-ideapad-5-2-in-1-abhinavflac-353.json b/data/laptop/lenovo/2019/lenovo-ideapad-5-2-in-1/lenovo-ideapad-5-2-in-1-abhinavflac-353.json new file mode 100644 index 000000000000..7df18679b4fe --- /dev/null +++ b/data/laptop/lenovo/2019/lenovo-ideapad-5-2-in-1/lenovo-ideapad-5-2-in-1-abhinavflac-353.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-5-2-in-1-abhinavflac-353", + "base_model_slug": "lenovo-ideapad-5-2-in-1", + "name": "Lenovo IdeaPad 5 2-in-1 14AKP10 83KT000LIN", + "brand": "lenovo", + "release_date": "2019-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1157, + "device_category": "Convertible", + "cpu_name": "AMD Ryzen Ai 7 350", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 353 + } +} diff --git a/data/laptop/lenovo/2019/lenovo-ideapad-slim-5-2025/lenovo-ideapad-slim-5-2025-abhinavflac-528.json b/data/laptop/lenovo/2019/lenovo-ideapad-slim-5-2025/lenovo-ideapad-slim-5-2025-abhinavflac-528.json new file mode 100644 index 000000000000..a575fa41f089 --- /dev/null +++ b/data/laptop/lenovo/2019/lenovo-ideapad-slim-5-2025/lenovo-ideapad-slim-5-2025-abhinavflac-528.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-5-2025-abhinavflac-528", + "base_model_slug": "lenovo-ideapad-slim-5-2025", + "name": "Lenovo IdeaPad Slim 5 14AKP10 2025 83HX001NIN", + "brand": "lenovo", + "release_date": "2019-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1048, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen Ai 7 350", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 528 + } +} diff --git a/data/laptop/lenovo/2019/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-55.json b/data/laptop/lenovo/2019/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-55.json new file mode 100644 index 000000000000..0f826bc0fc1c --- /dev/null +++ b/data/laptop/lenovo/2019/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-55.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-5-abhinavflac-55", + "base_model_slug": "lenovo-ideapad-slim-5", + "name": "Lenovo IdeaPad Slim 5 14AKP10 83HX008XIN", + "brand": "lenovo", + "release_date": "2019-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 843, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen Ai 5 330", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 55 + } +} diff --git a/data/laptop/lenovo/2019/lenovo-yoga-7-2-in-1-14akp10/lenovo-yoga-7-2-in-1-14akp10-abhinavflac-286.json b/data/laptop/lenovo/2019/lenovo-yoga-7-2-in-1-14akp10/lenovo-yoga-7-2-in-1-14akp10-abhinavflac-286.json new file mode 100644 index 000000000000..f371b9856276 --- /dev/null +++ b/data/laptop/lenovo/2019/lenovo-yoga-7-2-in-1-14akp10/lenovo-yoga-7-2-in-1-14akp10-abhinavflac-286.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-yoga-7-2-in-1-14akp10-abhinavflac-286", + "base_model_slug": "lenovo-yoga-7-2-in-1-14akp10", + "name": "Lenovo Yoga 7 2-in-1 ‎‎14AKP10 83JR001EIN", + "brand": "lenovo", + "release_date": "2019-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1241, + "device_category": "Convertible", + "cpu_name": "AMD Ryzen Ai 7 350", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 286 + } +} diff --git a/data/laptop/lenovo/2019/lenovo-yoga-pro-7-ai/lenovo-yoga-pro-7-ai-abhinavflac-715.json b/data/laptop/lenovo/2019/lenovo-yoga-pro-7-ai/lenovo-yoga-pro-7-ai-abhinavflac-715.json new file mode 100644 index 000000000000..d867a222b4c6 --- /dev/null +++ b/data/laptop/lenovo/2019/lenovo-yoga-pro-7-ai/lenovo-yoga-pro-7-ai-abhinavflac-715.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-yoga-pro-7-ai-abhinavflac-715", + "base_model_slug": "lenovo-yoga-pro-7-ai", + "name": "Lenovo Yoga Pro 7 83HN0027IN AI", + "brand": "lenovo", + "release_date": "2019-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1553, + "device_category": "Convertible", + "cpu_name": "AMD Ryzen Ai 9 365", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 715 + } +} diff --git a/data/laptop/lenovo/2019/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-527.json b/data/laptop/lenovo/2019/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-527.json new file mode 100644 index 000000000000..945dc31a76a3 --- /dev/null +++ b/data/laptop/lenovo/2019/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-527.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-yoga-slim-7-abhinavflac-527", + "base_model_slug": "lenovo-yoga-slim-7", + "name": "Lenovo Yoga Slim 7 14AKP10 83JY000UIN", + "brand": "lenovo", + "release_date": "2019-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1373, + "device_category": "Convertible", + "cpu_name": "AMD Ryzen Ai 7 350", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 527 + } +} diff --git a/data/laptop/lenovo/2019/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-71.json b/data/laptop/lenovo/2019/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-71.json new file mode 100644 index 000000000000..759db1092852 --- /dev/null +++ b/data/laptop/lenovo/2019/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-71.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-yoga-slim-7-abhinavflac-71", + "base_model_slug": "lenovo-yoga-slim-7", + "name": "Lenovo Yoga Slim 7 14AKP10 83JY0069IN", + "brand": "lenovo", + "release_date": "2019-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1323, + "device_category": "Convertible", + "cpu_name": "AMD Ryzen Ai 7 350", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 71 + } +} diff --git a/data/laptop/lenovo/2021/lenovo-ideapad-1/lenovo-ideapad-1-abhinavflac-49.json b/data/laptop/lenovo/2021/lenovo-ideapad-1/lenovo-ideapad-1-abhinavflac-49.json new file mode 100644 index 000000000000..4748307f0c55 --- /dev/null +++ b/data/laptop/lenovo/2021/lenovo-ideapad-1/lenovo-ideapad-1-abhinavflac-49.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-1-abhinavflac-49", + "base_model_slug": "lenovo-ideapad-1", + "name": "Lenovo IdeaPad 1 15ALC7 82R400XSIN", + "brand": "lenovo", + "release_date": "2021-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 436, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 5500U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 49 + } +} diff --git a/data/laptop/lenovo/2021/lenovo-ideapad-1/lenovo-ideapad-1-abhinavflac-702.json b/data/laptop/lenovo/2021/lenovo-ideapad-1/lenovo-ideapad-1-abhinavflac-702.json new file mode 100644 index 000000000000..fcd7d9011a4c --- /dev/null +++ b/data/laptop/lenovo/2021/lenovo-ideapad-1/lenovo-ideapad-1-abhinavflac-702.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-1-abhinavflac-702", + "base_model_slug": "lenovo-ideapad-1", + "name": "Lenovo IdeaPad 1 15ALC7 82R4010DIN", + "brand": "lenovo", + "release_date": "2021-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 470, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 5625U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 702 + } +} diff --git a/data/laptop/lenovo/2021/lenovo-ideapad-1/lenovo-ideapad-1-abhinavflac-918.json b/data/laptop/lenovo/2021/lenovo-ideapad-1/lenovo-ideapad-1-abhinavflac-918.json new file mode 100644 index 000000000000..9e14b5fa1755 --- /dev/null +++ b/data/laptop/lenovo/2021/lenovo-ideapad-1/lenovo-ideapad-1-abhinavflac-918.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-1-abhinavflac-918", + "base_model_slug": "lenovo-ideapad-1", + "name": "Lenovo IdeaPad 1 15ALC7 82R400EFIN", + "brand": "lenovo", + "release_date": "2021-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 506, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 5700U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 918 + } +} diff --git a/data/laptop/lenovo/2021/lenovo-ideapad-3/lenovo-ideapad-3-abhinavflac-90.json b/data/laptop/lenovo/2021/lenovo-ideapad-3/lenovo-ideapad-3-abhinavflac-90.json new file mode 100644 index 000000000000..dcfafbfbdd73 --- /dev/null +++ b/data/laptop/lenovo/2021/lenovo-ideapad-3/lenovo-ideapad-3-abhinavflac-90.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-3-abhinavflac-90", + "base_model_slug": "lenovo-ideapad-3", + "name": "Lenovo IdeaPad 3 15ITL05 82H802L3IN", + "brand": "lenovo", + "release_date": "2021-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 476, + "device_category": "General", + "cpu_name": "Intel Core I3 1115G4", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 90 + } +} diff --git a/data/laptop/lenovo/2021/lenovo-ideapad-flex-5/lenovo-ideapad-flex-5-abhinavflac-222.json b/data/laptop/lenovo/2021/lenovo-ideapad-flex-5/lenovo-ideapad-flex-5-abhinavflac-222.json new file mode 100644 index 000000000000..a47569de5e34 --- /dev/null +++ b/data/laptop/lenovo/2021/lenovo-ideapad-flex-5/lenovo-ideapad-flex-5-abhinavflac-222.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-flex-5-abhinavflac-222", + "base_model_slug": "lenovo-ideapad-flex-5", + "name": "Lenovo IdeaPad Flex 5 14ABR8 82XX00G3IN", + "brand": "lenovo", + "release_date": "2021-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 753, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 5825U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 222 + } +} diff --git a/data/laptop/lenovo/2021/lenovo-ideapad-flex-5/lenovo-ideapad-flex-5-abhinavflac-283.json b/data/laptop/lenovo/2021/lenovo-ideapad-flex-5/lenovo-ideapad-flex-5-abhinavflac-283.json new file mode 100644 index 000000000000..8f7c19c2af3d --- /dev/null +++ b/data/laptop/lenovo/2021/lenovo-ideapad-flex-5/lenovo-ideapad-flex-5-abhinavflac-283.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-flex-5-abhinavflac-283", + "base_model_slug": "lenovo-ideapad-flex-5", + "name": "Lenovo IdeaPad Flex 5 14ALC7 82R900HJIN", + "brand": "lenovo", + "release_date": "2021-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 753, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 5700U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 283 + } +} diff --git a/data/laptop/lenovo/2021/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-164.json b/data/laptop/lenovo/2021/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-164.json new file mode 100644 index 000000000000..a7c9eb91d577 --- /dev/null +++ b/data/laptop/lenovo/2021/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-164.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-164", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15ABR8 82XM0118IN", + "brand": "lenovo", + "release_date": "2021-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 572, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 5625U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 164 + } +} diff --git a/data/laptop/lenovo/2021/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-276.json b/data/laptop/lenovo/2021/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-276.json new file mode 100644 index 000000000000..aabe32830685 --- /dev/null +++ b/data/laptop/lenovo/2021/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-276.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-276", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15ABR8 82XM0116IN", + "brand": "lenovo", + "release_date": "2021-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 476, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 5625U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 276 + } +} diff --git a/data/laptop/lenovo/2021/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-372.json b/data/laptop/lenovo/2021/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-372.json new file mode 100644 index 000000000000..5700fcefb636 --- /dev/null +++ b/data/laptop/lenovo/2021/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-372.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-372", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15ABR8 82XM00MTIN", + "brand": "lenovo", + "release_date": "2021-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 590, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 7 5825U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 372 + } +} diff --git a/data/laptop/lenovo/2021/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-422.json b/data/laptop/lenovo/2021/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-422.json new file mode 100644 index 000000000000..e2b6476df1f3 --- /dev/null +++ b/data/laptop/lenovo/2021/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-422.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-422", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 82XM00UGIN", + "brand": "lenovo", + "release_date": "2021-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 482, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 5625U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 422 + } +} diff --git a/data/laptop/lenovo/2021/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-50.json b/data/laptop/lenovo/2021/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-50.json new file mode 100644 index 000000000000..a3e2b5510e8a --- /dev/null +++ b/data/laptop/lenovo/2021/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-50.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-50", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 82XM0113IN", + "brand": "lenovo", + "release_date": "2021-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 596, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 7 5825U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 50 + } +} diff --git a/data/laptop/lenovo/2021/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-550.json b/data/laptop/lenovo/2021/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-550.json new file mode 100644 index 000000000000..076489b6d76c --- /dev/null +++ b/data/laptop/lenovo/2021/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-550.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-550", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15ABR8 82XM00MUIN", + "brand": "lenovo", + "release_date": "2021-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 578, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 7 5825U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 550 + } +} diff --git a/data/laptop/lenovo/2021/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-553.json b/data/laptop/lenovo/2021/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-553.json new file mode 100644 index 000000000000..f823615ac9ee --- /dev/null +++ b/data/laptop/lenovo/2021/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-553.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-553", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15ABR8 82XM00UFIN", + "brand": "lenovo", + "release_date": "2021-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 518, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 5625U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 553 + } +} diff --git a/data/laptop/lenovo/2021/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-580.json b/data/laptop/lenovo/2021/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-580.json new file mode 100644 index 000000000000..e34af4ef1694 --- /dev/null +++ b/data/laptop/lenovo/2021/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-580.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-580", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 82XM00QDIN", + "brand": "lenovo", + "release_date": "2021-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 512, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 5625U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 580 + } +} diff --git a/data/laptop/lenovo/2021/lenovo-ideapad-slim-5-light/lenovo-ideapad-slim-5-light-abhinavflac-285.json b/data/laptop/lenovo/2021/lenovo-ideapad-slim-5-light/lenovo-ideapad-slim-5-light-abhinavflac-285.json new file mode 100644 index 000000000000..fc6f9e87b807 --- /dev/null +++ b/data/laptop/lenovo/2021/lenovo-ideapad-slim-5-light/lenovo-ideapad-slim-5-light-abhinavflac-285.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-5-light-abhinavflac-285", + "base_model_slug": "lenovo-ideapad-slim-5-light", + "name": "Lenovo IdeaPad Slim 5 Light 14ABR8 82XX00G4IN", + "brand": "lenovo", + "release_date": "2021-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 723, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 5625U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 285 + } +} diff --git a/data/laptop/lenovo/2021/lenovo-thinkpad-t15g/lenovo-thinkpad-t15g-abhinavflac-701.json b/data/laptop/lenovo/2021/lenovo-thinkpad-t15g/lenovo-thinkpad-t15g-abhinavflac-701.json new file mode 100644 index 000000000000..d9c1752822a0 --- /dev/null +++ b/data/laptop/lenovo/2021/lenovo-thinkpad-t15g/lenovo-thinkpad-t15g-abhinavflac-701.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-t15g-abhinavflac-701", + "base_model_slug": "lenovo-thinkpad-t15g", + "name": "Lenovo ThinkPad T15g 20YSS01J00", + "brand": "lenovo", + "release_date": "2021-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1470, + "device_category": "Business", + "cpu_name": "Intel Core I9 11950H", + "gpu_name": "NVIDIA GeForce RTX RTX 3070", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 701 + } +} diff --git a/data/laptop/lenovo/2022/lenovo-ideapad-3-14iau7/lenovo-ideapad-3-14iau7-abhinavflac-385.json b/data/laptop/lenovo/2022/lenovo-ideapad-3-14iau7/lenovo-ideapad-3-14iau7-abhinavflac-385.json new file mode 100644 index 000000000000..bcf2894b4693 --- /dev/null +++ b/data/laptop/lenovo/2022/lenovo-ideapad-3-14iau7/lenovo-ideapad-3-14iau7-abhinavflac-385.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-3-14iau7-abhinavflac-385", + "base_model_slug": "lenovo-ideapad-3-14iau7", + "name": "Lenovo IdeaPad 3 ‎14IAU7 82RJ00G5IN", + "brand": "lenovo", + "release_date": "2022-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 373, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 385 + } +} diff --git a/data/laptop/lenovo/2022/lenovo-ideapad-3-14iau7/lenovo-ideapad-3-14iau7-abhinavflac-570.json b/data/laptop/lenovo/2022/lenovo-ideapad-3-14iau7/lenovo-ideapad-3-14iau7-abhinavflac-570.json new file mode 100644 index 000000000000..9b0dbc984030 --- /dev/null +++ b/data/laptop/lenovo/2022/lenovo-ideapad-3-14iau7/lenovo-ideapad-3-14iau7-abhinavflac-570.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-3-14iau7-abhinavflac-570", + "base_model_slug": "lenovo-ideapad-3-14iau7", + "name": "Lenovo IdeaPad 3 ‎14IAU7 82RJ00G0IN", + "brand": "lenovo", + "release_date": "2022-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 428, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 570 + } +} diff --git a/data/laptop/lenovo/2022/lenovo-ideapad-3/lenovo-ideapad-3-abhinavflac-614.json b/data/laptop/lenovo/2022/lenovo-ideapad-3/lenovo-ideapad-3-abhinavflac-614.json new file mode 100644 index 000000000000..1d3be1eedabb --- /dev/null +++ b/data/laptop/lenovo/2022/lenovo-ideapad-3/lenovo-ideapad-3-abhinavflac-614.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-3-abhinavflac-614", + "base_model_slug": "lenovo-ideapad-3", + "name": "Lenovo IdeaPad 3 15IAU7 82RK019GIN", + "brand": "lenovo", + "release_date": "2022-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 397, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 614 + } +} diff --git a/data/laptop/lenovo/2022/lenovo-ideapad-3/lenovo-ideapad-3-abhinavflac-771.json b/data/laptop/lenovo/2022/lenovo-ideapad-3/lenovo-ideapad-3-abhinavflac-771.json new file mode 100644 index 000000000000..1fd42a8e634b --- /dev/null +++ b/data/laptop/lenovo/2022/lenovo-ideapad-3/lenovo-ideapad-3-abhinavflac-771.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-3-abhinavflac-771", + "base_model_slug": "lenovo-ideapad-3", + "name": "Lenovo IdeaPad 3 82RK017RIN", + "brand": "lenovo", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 428, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 771 + } +} diff --git a/data/laptop/lenovo/2022/lenovo-ideapad-3/lenovo-ideapad-3-abhinavflac-822.json b/data/laptop/lenovo/2022/lenovo-ideapad-3/lenovo-ideapad-3-abhinavflac-822.json new file mode 100644 index 000000000000..5eaf6224f7c2 --- /dev/null +++ b/data/laptop/lenovo/2022/lenovo-ideapad-3/lenovo-ideapad-3-abhinavflac-822.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-3-abhinavflac-822", + "base_model_slug": "lenovo-ideapad-3", + "name": "Lenovo IdeaPad 3 14IAU7 82RJ00FUIN", + "brand": "lenovo", + "release_date": "2022-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 410, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 822 + } +} diff --git a/data/laptop/lenovo/2022/lenovo-ideapad-3/lenovo-ideapad-3-abhinavflac-845.json b/data/laptop/lenovo/2022/lenovo-ideapad-3/lenovo-ideapad-3-abhinavflac-845.json new file mode 100644 index 000000000000..000face049f8 --- /dev/null +++ b/data/laptop/lenovo/2022/lenovo-ideapad-3/lenovo-ideapad-3-abhinavflac-845.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-3-abhinavflac-845", + "base_model_slug": "lenovo-ideapad-3", + "name": "Lenovo IdeaPad 3 82RK017PIN", + "brand": "lenovo", + "release_date": "2022-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 434, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 845 + } +} diff --git a/data/laptop/lenovo/2022/lenovo-ideapad-3/lenovo-ideapad-3-abhinavflac-902.json b/data/laptop/lenovo/2022/lenovo-ideapad-3/lenovo-ideapad-3-abhinavflac-902.json new file mode 100644 index 000000000000..087f17020ae6 --- /dev/null +++ b/data/laptop/lenovo/2022/lenovo-ideapad-3/lenovo-ideapad-3-abhinavflac-902.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-3-abhinavflac-902", + "base_model_slug": "lenovo-ideapad-3", + "name": "Lenovo IdeaPad 3 82RJ00F1IN", + "brand": "lenovo", + "release_date": "2022-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 396, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 902 + } +} diff --git a/data/laptop/lenovo/2022/lenovo-ideapad-3/lenovo-ideapad-3-abhinavflac-960.json b/data/laptop/lenovo/2022/lenovo-ideapad-3/lenovo-ideapad-3-abhinavflac-960.json new file mode 100644 index 000000000000..cc82242eac0d --- /dev/null +++ b/data/laptop/lenovo/2022/lenovo-ideapad-3/lenovo-ideapad-3-abhinavflac-960.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-3-abhinavflac-960", + "base_model_slug": "lenovo-ideapad-3", + "name": "Lenovo IdeaPad 3 14IAU7 82RJ00FFIN", + "brand": "lenovo", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 439, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 960 + } +} diff --git a/data/laptop/lenovo/2022/lenovo-ideapad-slim-3-14iah8/lenovo-ideapad-slim-3-14iah8-abhinavflac-529.json b/data/laptop/lenovo/2022/lenovo-ideapad-slim-3-14iah8/lenovo-ideapad-slim-3-14iah8-abhinavflac-529.json new file mode 100644 index 000000000000..ac1c8023ee13 --- /dev/null +++ b/data/laptop/lenovo/2022/lenovo-ideapad-slim-3-14iah8/lenovo-ideapad-slim-3-14iah8-abhinavflac-529.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-14iah8-abhinavflac-529", + "base_model_slug": "lenovo-ideapad-slim-3-14iah8", + "name": "Lenovo IdeaPad Slim 3 ‎14IAH8 83EQ0074IN", + "brand": "lenovo", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 673, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 12450H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 529 + } +} diff --git a/data/laptop/lenovo/2022/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-280.json b/data/laptop/lenovo/2022/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-280.json new file mode 100644 index 000000000000..6b4bdea31dea --- /dev/null +++ b/data/laptop/lenovo/2022/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-280.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-280", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15IAH8 83ER00MDIN", + "brand": "lenovo", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 567, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 12450H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 280 + } +} diff --git a/data/laptop/lenovo/2022/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-287.json b/data/laptop/lenovo/2022/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-287.json new file mode 100644 index 000000000000..3b9439fe9bc4 --- /dev/null +++ b/data/laptop/lenovo/2022/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-287.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-287", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15IAH8 83ER00MCIN", + "brand": "lenovo", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 565, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 12450H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 287 + } +} diff --git a/data/laptop/lenovo/2022/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-416.json b/data/laptop/lenovo/2022/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-416.json new file mode 100644 index 000000000000..5b726158d83a --- /dev/null +++ b/data/laptop/lenovo/2022/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-416.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-416", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15IAH8 83ER00KSIN", + "brand": "lenovo", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 566, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 12450H", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 416 + } +} diff --git a/data/laptop/lenovo/2022/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-467.json b/data/laptop/lenovo/2022/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-467.json new file mode 100644 index 000000000000..9392d62bb33f --- /dev/null +++ b/data/laptop/lenovo/2022/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-467.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-467", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 82RK019DIN", + "brand": "lenovo", + "release_date": "2022-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 429, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 467 + } +} diff --git a/data/laptop/lenovo/2022/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-697.json b/data/laptop/lenovo/2022/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-697.json new file mode 100644 index 000000000000..d87e2bddb5c1 --- /dev/null +++ b/data/laptop/lenovo/2022/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-697.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-697", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15IAH8 83ER00KRIN", + "brand": "lenovo", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 551, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 12450H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 697 + } +} diff --git a/data/laptop/lenovo/2022/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-706.json b/data/laptop/lenovo/2022/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-706.json new file mode 100644 index 000000000000..7a51a4c6e0a1 --- /dev/null +++ b/data/laptop/lenovo/2022/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-706.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-706", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15IAH8 83ER00KPIN", + "brand": "lenovo", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 566, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 12450H", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 706 + } +} diff --git a/data/laptop/lenovo/2022/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-982.json b/data/laptop/lenovo/2022/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-982.json new file mode 100644 index 000000000000..19f6827520a7 --- /dev/null +++ b/data/laptop/lenovo/2022/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-982.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-982", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 82RJ00FGIN", + "brand": "lenovo", + "release_date": "2022-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 401, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 982 + } +} diff --git a/data/laptop/lenovo/2022/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-987.json b/data/laptop/lenovo/2022/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-987.json new file mode 100644 index 000000000000..b49ee0beb26e --- /dev/null +++ b/data/laptop/lenovo/2022/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-987.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-987", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 14IAH8 83EQ0063IN", + "brand": "lenovo", + "release_date": "2022-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 584, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 12450H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 987 + } +} diff --git a/data/laptop/lenovo/2022/lenovo-loq-15iax9e-ai-gaming/lenovo-loq-15iax9e-ai-gaming-abhinavflac-277.json b/data/laptop/lenovo/2022/lenovo-loq-15iax9e-ai-gaming/lenovo-loq-15iax9e-ai-gaming-abhinavflac-277.json new file mode 100644 index 000000000000..7b4fcdc446ea --- /dev/null +++ b/data/laptop/lenovo/2022/lenovo-loq-15iax9e-ai-gaming/lenovo-loq-15iax9e-ai-gaming-abhinavflac-277.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-15iax9e-ai-gaming-abhinavflac-277", + "base_model_slug": "lenovo-loq-15iax9e-ai-gaming", + "name": "Lenovo LOQ ‎‎15IAX9E 83LK00AUIN ‎AI Gaming", + "brand": "lenovo", + "release_date": "2022-01-01", + "ram_gb": 12, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 783, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 12450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 3050A", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 277 + } +} diff --git a/data/laptop/lenovo/2022/lenovo-loq-15iax9e-ai-gaming/lenovo-loq-15iax9e-ai-gaming-abhinavflac-447.json b/data/laptop/lenovo/2022/lenovo-loq-15iax9e-ai-gaming/lenovo-loq-15iax9e-ai-gaming-abhinavflac-447.json new file mode 100644 index 000000000000..1d0445614dbc --- /dev/null +++ b/data/laptop/lenovo/2022/lenovo-loq-15iax9e-ai-gaming/lenovo-loq-15iax9e-ai-gaming-abhinavflac-447.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-15iax9e-ai-gaming-abhinavflac-447", + "base_model_slug": "lenovo-loq-15iax9e-ai-gaming", + "name": "Lenovo LOQ ‎‎15IAX9E 83LK0032IN ‎AI Gaming", + "brand": "lenovo", + "release_date": "2022-01-01", + "ram_gb": 12, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 741, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 12450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 447 + } +} diff --git a/data/laptop/lenovo/2022/lenovo-loq-15iax9e-gaming/lenovo-loq-15iax9e-gaming-abhinavflac-448.json b/data/laptop/lenovo/2022/lenovo-loq-15iax9e-gaming/lenovo-loq-15iax9e-gaming-abhinavflac-448.json new file mode 100644 index 000000000000..4987fd6de493 --- /dev/null +++ b/data/laptop/lenovo/2022/lenovo-loq-15iax9e-gaming/lenovo-loq-15iax9e-gaming-abhinavflac-448.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-15iax9e-gaming-abhinavflac-448", + "base_model_slug": "lenovo-loq-15iax9e-gaming", + "name": "Lenovo LOQ ‎15IAX9E 83LK0031IN Gaming", + "brand": "lenovo", + "release_date": "2022-01-01", + "ram_gb": 12, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 717, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 12450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 448 + } +} diff --git a/data/laptop/lenovo/2022/lenovo-loq-2024-gaming/lenovo-loq-2024-gaming-abhinavflac-894.json b/data/laptop/lenovo/2022/lenovo-loq-2024-gaming/lenovo-loq-2024-gaming-abhinavflac-894.json new file mode 100644 index 000000000000..fdfe228f7194 --- /dev/null +++ b/data/laptop/lenovo/2022/lenovo-loq-2024-gaming/lenovo-loq-2024-gaming-abhinavflac-894.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-2024-gaming-abhinavflac-894", + "base_model_slug": "lenovo-loq-2024-gaming", + "name": "Lenovo LOQ 2024 83GS0098IN Gaming", + "brand": "lenovo", + "release_date": "2022-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 926, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 12450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 894 + } +} diff --git a/data/laptop/lenovo/2022/lenovo-loq-2024-gaming/lenovo-loq-2024-gaming-abhinavflac-919.json b/data/laptop/lenovo/2022/lenovo-loq-2024-gaming/lenovo-loq-2024-gaming-abhinavflac-919.json new file mode 100644 index 000000000000..db8b91038fe9 --- /dev/null +++ b/data/laptop/lenovo/2022/lenovo-loq-2024-gaming/lenovo-loq-2024-gaming-abhinavflac-919.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-2024-gaming-abhinavflac-919", + "base_model_slug": "lenovo-loq-2024-gaming", + "name": "Lenovo LOQ 2024 15IAX9 83GS00CKIN Gaming", + "brand": "lenovo", + "release_date": "2022-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 843, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 12450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 919 + } +} diff --git a/data/laptop/lenovo/2022/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-373.json b/data/laptop/lenovo/2022/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-373.json new file mode 100644 index 000000000000..f98ab2cb01c1 --- /dev/null +++ b/data/laptop/lenovo/2022/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-373.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-gaming-abhinavflac-373", + "base_model_slug": "lenovo-loq-gaming", + "name": "Lenovo LOQ 15IAX9E 83LK006AIN Gaming", + "brand": "lenovo", + "release_date": "2022-01-01", + "ram_gb": 12, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 783, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 12450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 373 + } +} diff --git a/data/laptop/lenovo/2022/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-569.json b/data/laptop/lenovo/2022/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-569.json new file mode 100644 index 000000000000..2f41bbd35f7a --- /dev/null +++ b/data/laptop/lenovo/2022/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-569.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-gaming-abhinavflac-569", + "base_model_slug": "lenovo-loq-gaming", + "name": "Lenovo LOQ 15IAX9 83LK0068IN Gaming", + "brand": "lenovo", + "release_date": "2022-01-01", + "ram_gb": 12, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1146, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 12650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 569 + } +} diff --git a/data/laptop/lenovo/2022/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-651.json b/data/laptop/lenovo/2022/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-651.json new file mode 100644 index 000000000000..55578ba169c3 --- /dev/null +++ b/data/laptop/lenovo/2022/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-651.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-gaming-abhinavflac-651", + "base_model_slug": "lenovo-loq-gaming", + "name": "Lenovo LOQ 15IAX9 83GS00LJIN Gaming", + "brand": "lenovo", + "release_date": "2022-01-01", + "ram_gb": 12, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 708, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 12450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 651 + } +} diff --git a/data/laptop/lenovo/2022/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-654.json b/data/laptop/lenovo/2022/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-654.json new file mode 100644 index 000000000000..cb2b85320021 --- /dev/null +++ b/data/laptop/lenovo/2022/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-654.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-gaming-abhinavflac-654", + "base_model_slug": "lenovo-loq-gaming", + "name": "Lenovo LOQ 15IAX9 83GS00LLIN Gaming", + "brand": "lenovo", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 903, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 12450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 654 + } +} diff --git a/data/laptop/lenovo/2022/lenovo-thinkbook-14/lenovo-thinkbook-14-abhinavflac-178.json b/data/laptop/lenovo/2022/lenovo-thinkbook-14/lenovo-thinkbook-14-abhinavflac-178.json new file mode 100644 index 000000000000..b14e8aa6697f --- /dev/null +++ b/data/laptop/lenovo/2022/lenovo-thinkbook-14/lenovo-thinkbook-14-abhinavflac-178.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkbook-14-abhinavflac-178", + "base_model_slug": "lenovo-thinkbook-14", + "name": "Lenovo ThinkBook 14 21DHA10KIN", + "brand": "lenovo", + "release_date": "2022-01-01", + "ram_gb": 8, + "os": "DOS", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 456, + "device_category": "Business", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 178 + } +} diff --git a/data/laptop/lenovo/2022/lenovo-thinkpad-e14-g4/lenovo-thinkpad-e14-g4-abhinavflac-805.json b/data/laptop/lenovo/2022/lenovo-thinkpad-e14-g4/lenovo-thinkpad-e14-g4-abhinavflac-805.json new file mode 100644 index 000000000000..3faf23f9f390 --- /dev/null +++ b/data/laptop/lenovo/2022/lenovo-thinkpad-e14-g4/lenovo-thinkpad-e14-g4-abhinavflac-805.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-e14-g4-abhinavflac-805", + "base_model_slug": "lenovo-thinkpad-e14-g4", + "name": "Lenovo Thinkpad E14 G4 21E3006XIG", + "brand": "lenovo", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 964, + "device_category": "Business", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 805 + } +} diff --git a/data/laptop/lenovo/2022/lenovo-v14-g3/lenovo-v14-g3-abhinavflac-120.json b/data/laptop/lenovo/2022/lenovo-v14-g3/lenovo-v14-g3-abhinavflac-120.json new file mode 100644 index 000000000000..d890b63b55ce --- /dev/null +++ b/data/laptop/lenovo/2022/lenovo-v14-g3/lenovo-v14-g3-abhinavflac-120.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-v14-g3-abhinavflac-120", + "base_model_slug": "lenovo-v14-g3", + "name": "Lenovo V14 G3 82TS00PDLN", + "brand": "lenovo", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 554, + "device_category": "General", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 120 + } +} diff --git a/data/laptop/lenovo/2022/lenovo-v14-g3/lenovo-v14-g3-abhinavflac-4.json b/data/laptop/lenovo/2022/lenovo-v14-g3/lenovo-v14-g3-abhinavflac-4.json new file mode 100644 index 000000000000..0c2167d66523 --- /dev/null +++ b/data/laptop/lenovo/2022/lenovo-v14-g3/lenovo-v14-g3-abhinavflac-4.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-v14-g3-abhinavflac-4", + "base_model_slug": "lenovo-v14-g3", + "name": "Lenovo V14 G3 82TS00JGUS", + "brand": "lenovo", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 687, + "device_category": "General", + "cpu_name": "Intel Core I7 1255U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 4 + } +} diff --git a/data/laptop/lenovo/2022/lenovo-v15/lenovo-v15-abhinavflac-492.json b/data/laptop/lenovo/2022/lenovo-v15/lenovo-v15-abhinavflac-492.json new file mode 100644 index 000000000000..1b2762e5a93a --- /dev/null +++ b/data/laptop/lenovo/2022/lenovo-v15/lenovo-v15-abhinavflac-492.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-v15-abhinavflac-492", + "base_model_slug": "lenovo-v15", + "name": "Lenovo V15 82TTA07QIH", + "brand": "lenovo", + "release_date": "2022-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 518, + "device_category": "General", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 492 + } +} diff --git a/data/laptop/lenovo/2022/lenovo-v15/lenovo-v15-abhinavflac-838.json b/data/laptop/lenovo/2022/lenovo-v15/lenovo-v15-abhinavflac-838.json new file mode 100644 index 000000000000..dbe0d4e1f228 --- /dev/null +++ b/data/laptop/lenovo/2022/lenovo-v15/lenovo-v15-abhinavflac-838.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-v15-abhinavflac-838", + "base_model_slug": "lenovo-v15", + "name": "Lenovo V15 82TTA07RIH", + "brand": "lenovo", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 530, + "device_category": "General", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 838 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-1/lenovo-ideapad-1-abhinavflac-400.json b/data/laptop/lenovo/2023/lenovo-ideapad-1/lenovo-ideapad-1-abhinavflac-400.json new file mode 100644 index 000000000000..250bf2811248 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-1/lenovo-ideapad-1-abhinavflac-400.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-1-abhinavflac-400", + "base_model_slug": "lenovo-ideapad-1", + "name": "Lenovo Ideapad 1 83B40004IN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 410, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 400 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-5/lenovo-ideapad-5-abhinavflac-151.json b/data/laptop/lenovo/2023/lenovo-ideapad-5/lenovo-ideapad-5-abhinavflac-151.json new file mode 100644 index 000000000000..b18c84f32f26 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-5/lenovo-ideapad-5-abhinavflac-151.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-5-abhinavflac-151", + "base_model_slug": "lenovo-ideapad-5", + "name": "Lenovo IdeaPad 5 14IRH9 83KX004QIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 824, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 151 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-5/lenovo-ideapad-5-abhinavflac-690.json b/data/laptop/lenovo/2023/lenovo-ideapad-5/lenovo-ideapad-5-abhinavflac-690.json new file mode 100644 index 000000000000..3a076c5c5207 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-5/lenovo-ideapad-5-abhinavflac-690.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-5-abhinavflac-690", + "base_model_slug": "lenovo-ideapad-5", + "name": "Lenovo IdeaPad 5 14IRH9 83KX0059IN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 885, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 690 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-5/lenovo-ideapad-5-abhinavflac-693.json b/data/laptop/lenovo/2023/lenovo-ideapad-5/lenovo-ideapad-5-abhinavflac-693.json new file mode 100644 index 000000000000..d374e91f70fd --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-5/lenovo-ideapad-5-abhinavflac-693.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-5-abhinavflac-693", + "base_model_slug": "lenovo-ideapad-5", + "name": "Lenovo IdeaPad 5 14IRH9 83KX0058IN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 885, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 693 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-5/lenovo-ideapad-5-abhinavflac-812.json b/data/laptop/lenovo/2023/lenovo-ideapad-5/lenovo-ideapad-5-abhinavflac-812.json new file mode 100644 index 000000000000..7ab2fe552511 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-5/lenovo-ideapad-5-abhinavflac-812.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-5-abhinavflac-812", + "base_model_slug": "lenovo-ideapad-5", + "name": "Lenovo IdeaPad 5 14IRH9 83KX0019IN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1012, + "device_category": "General", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 812 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-5/lenovo-ideapad-5-abhinavflac-833.json b/data/laptop/lenovo/2023/lenovo-ideapad-5/lenovo-ideapad-5-abhinavflac-833.json new file mode 100644 index 000000000000..5e70a38ea997 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-5/lenovo-ideapad-5-abhinavflac-833.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-5-abhinavflac-833", + "base_model_slug": "lenovo-ideapad-5", + "name": "Lenovo IdeaPad 5 14IRH9 83KX0018IN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 916, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 833 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-gaming-3/lenovo-ideapad-gaming-3-abhinavflac-961.json b/data/laptop/lenovo/2023/lenovo-ideapad-gaming-3/lenovo-ideapad-gaming-3-abhinavflac-961.json new file mode 100644 index 000000000000..5d2df398a86d --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-gaming-3/lenovo-ideapad-gaming-3-abhinavflac-961.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-gaming-3-abhinavflac-961", + "base_model_slug": "lenovo-ideapad-gaming-3", + "name": "Lenovo Ideapad Gaming 3 15ARH7 82SB00QSIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1048, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7735HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 961 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-gaming-3/lenovo-ideapad-gaming-3-abhinavflac-979.json b/data/laptop/lenovo/2023/lenovo-ideapad-gaming-3/lenovo-ideapad-gaming-3-abhinavflac-979.json new file mode 100644 index 000000000000..645c45e6b9f2 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-gaming-3/lenovo-ideapad-gaming-3-abhinavflac-979.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-gaming-3-abhinavflac-979", + "base_model_slug": "lenovo-ideapad-gaming-3", + "name": "Lenovo Ideapad Gaming 3 15ARH7 82SB00QKIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 855, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 7535HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 979 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-pro-5-gaming/lenovo-ideapad-pro-5-gaming-abhinavflac-582.json b/data/laptop/lenovo/2023/lenovo-ideapad-pro-5-gaming/lenovo-ideapad-pro-5-gaming-abhinavflac-582.json new file mode 100644 index 000000000000..32d054620cf5 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-pro-5-gaming/lenovo-ideapad-pro-5-gaming-abhinavflac-582.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-pro-5-gaming-abhinavflac-582", + "base_model_slug": "lenovo-ideapad-pro-5-gaming", + "name": "Lenovo IdeaPad Pro 5 83D2004XIN Gaming", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1337, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 185H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 582 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-100.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-100.json new file mode 100644 index 000000000000..74731847e056 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-100.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-100", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15IRH10 83K100C6IN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 735, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 100 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-134.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-134.json new file mode 100644 index 000000000000..e8c6a30934e8 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-134.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-134", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15IRU8 82X700HMIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 467, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 134 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-163.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-163.json new file mode 100644 index 000000000000..e07cebb54b16 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-163.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-163", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo Ideapad Slim 3 82X6005KIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 470, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 163 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-181.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-181.json new file mode 100644 index 000000000000..609b76bfb908 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-181.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-181", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo Ideapad Slim 3 82X700FXIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 473, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1305U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 181 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-2.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-2.json new file mode 100644 index 000000000000..07a089d482b0 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-2.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-2", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 83K100HSIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 751, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 2 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-268.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-268.json new file mode 100644 index 000000000000..7ca029bb72b1 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-268.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-268", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 14IRU8 82X60062IN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 482, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 268 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-293.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-293.json new file mode 100644 index 000000000000..78368d00204b --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-293.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-293", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 14IRH10 83K00034IN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 711, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 293 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-294.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-294.json new file mode 100644 index 000000000000..126df0445d13 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-294.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-294", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 83K100N9IN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 723, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 294 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-296.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-296.json new file mode 100644 index 000000000000..e01ce7300da5 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-296.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-296", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15IRU8 82X700G6IN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 482, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 296 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-298.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-298.json new file mode 100644 index 000000000000..84765674fa15 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-298.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-298", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 83K100PLIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 764, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 298 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-304.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-304.json new file mode 100644 index 000000000000..7d8ff20a3f70 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-304.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-304", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 83EM00H6IN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 857, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 304 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-34.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-34.json new file mode 100644 index 000000000000..646297945b42 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-34.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-34", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15AMN8 82XQ00NYIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 416, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 34 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-368.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-368.json new file mode 100644 index 000000000000..5adb933a4031 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-368.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-368", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 82X700G5IN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 458, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 368 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-374.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-374.json new file mode 100644 index 000000000000..b1124e1a00f5 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-374.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-374", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15AMN8 82XQ00MDIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 391, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 374 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-494.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-494.json new file mode 100644 index 000000000000..b93907c67da8 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-494.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-494", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 83K100CGIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 659, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 494 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-555.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-555.json new file mode 100644 index 000000000000..5289cde317b3 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-555.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-555", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15IRH10 83K100CFIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 663, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 555 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-572.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-572.json new file mode 100644 index 000000000000..e0c67e73aeb3 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-572.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-572", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15IRU8 82X700F0IN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 420, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 572 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-581.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-581.json new file mode 100644 index 000000000000..bb7e9770fdf3 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-581.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-581", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 83K100CJIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 819, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 581 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-60.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-60.json new file mode 100644 index 000000000000..a5e16ca16825 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-60.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-60", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 83EM00GYIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 783, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 60 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-692.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-692.json new file mode 100644 index 000000000000..28c94c12e809 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-692.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-692", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15AMN8 82XQ00MCIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 416, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 692 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-716.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-716.json new file mode 100644 index 000000000000..58ed698fd2b7 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-716.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-716", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 83EM00H0IN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 657, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 716 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-740.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-740.json new file mode 100644 index 000000000000..8487745c17d1 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-740.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-740", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 83EL003PIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 717, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 740 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-756.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-756.json new file mode 100644 index 000000000000..cbc6a844b92f --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-756.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-756", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 82X70034IN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 482, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1305U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 756 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-761.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-761.json new file mode 100644 index 000000000000..c23cf2e770f6 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-761.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-761", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 82XM00G1IN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 530, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 7530U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 761 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-80.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-80.json new file mode 100644 index 000000000000..f57f204485db --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-80.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-80", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 83K100C9IN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 783, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 80 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-809.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-809.json new file mode 100644 index 000000000000..7201d40d4e23 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-809.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-809", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 14AMN8 82XN006TIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 488, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 809 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-841.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-841.json new file mode 100644 index 000000000000..b6ef913928f7 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-841.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-841", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15IRU8 82X700C8IN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 446, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1305U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 841 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-965.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-965.json new file mode 100644 index 000000000000..6970d7956eee --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-965.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-965", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 14IRU8 82X6004GIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 500, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1305U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 965 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-152.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-152.json new file mode 100644 index 000000000000..8dcf98917d89 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-152.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-5-abhinavflac-152", + "base_model_slug": "lenovo-ideapad-slim-5", + "name": "Lenovo IdeaPad Slim 5 83DC0094IN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1054, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 152 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-177.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-177.json new file mode 100644 index 000000000000..27c31afb0c61 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-177.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-5-abhinavflac-177", + "base_model_slug": "lenovo-ideapad-slim-5", + "name": "Lenovo Ideapad Slim 5 83HR000WIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 873, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 177 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-316.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-316.json new file mode 100644 index 000000000000..9fc7a2c7afc2 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-316.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-5-abhinavflac-316", + "base_model_slug": "lenovo-ideapad-slim-5", + "name": "Lenovo Ideapad Slim 5 15ARP10 83J2004HIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 723, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 7535HS", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 13.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 316 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-35.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-35.json new file mode 100644 index 000000000000..5c85fa5be2e7 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-35.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-5-abhinavflac-35", + "base_model_slug": "lenovo-ideapad-slim-5", + "name": "Lenovo IdeaPad Slim 5 16IMH9 83DC00ACIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 807, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 35 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-364.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-364.json new file mode 100644 index 000000000000..31df227957a0 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-364.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-5-abhinavflac-364", + "base_model_slug": "lenovo-ideapad-slim-5", + "name": "Lenovo IdeaPad Slim 5 14IRH10 83HR009LIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 964, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 364 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-371.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-371.json new file mode 100644 index 000000000000..87c59b2f12aa --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-371.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-5-abhinavflac-371", + "base_model_slug": "lenovo-ideapad-slim-5", + "name": "Lenovo IdeaPad Slim 5 14IRH10 83HR009MIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 783, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 371 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-551.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-551.json new file mode 100644 index 000000000000..a01a095c7127 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-551.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-5-abhinavflac-551", + "base_model_slug": "lenovo-ideapad-slim-5", + "name": "Lenovo IdeaPad Slim 5 13ARP10 83J2003NIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 783, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 7 7735HS", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 13.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 551 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-664.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-664.json new file mode 100644 index 000000000000..4a265a4f15f9 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-664.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-5-abhinavflac-664", + "base_model_slug": "lenovo-ideapad-slim-5", + "name": "Lenovo IdeaPad Slim 5 13ARP10 83J2000HIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 719, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 7 7735HS", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 13.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 664 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-707.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-707.json new file mode 100644 index 000000000000..4b663ebe3f6b --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-707.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-5-abhinavflac-707", + "base_model_slug": "lenovo-ideapad-slim-5", + "name": "Lenovo IdeaPad Slim 5 83DC008VIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1048, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 707 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-901.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-901.json new file mode 100644 index 000000000000..e0e15bd7c6c7 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-901.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-5-abhinavflac-901", + "base_model_slug": "lenovo-ideapad-slim-5", + "name": "Lenovo IdeaPad Slim 5 16IMH9 83DC003GIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 855, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 901 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-988.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-988.json new file mode 100644 index 000000000000..d9c86362d7e7 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-988.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-5-abhinavflac-988", + "base_model_slug": "lenovo-ideapad-slim-5", + "name": "Lenovo IdeaPad Slim 5 14IMH9 83DA0002IN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1072, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 988 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-ideapad-slim/lenovo-ideapad-slim-abhinavflac-421.json b/data/laptop/lenovo/2023/lenovo-ideapad-slim/lenovo-ideapad-slim-abhinavflac-421.json new file mode 100644 index 000000000000..4f2a9e70a1ad --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-ideapad-slim/lenovo-ideapad-slim-abhinavflac-421.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-abhinavflac-421", + "base_model_slug": "lenovo-ideapad-slim", + "name": "Lenovo IdeaPad Slim 82XQ00H7IN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 397, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 421 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-legion-5-gaming/lenovo-legion-5-gaming-abhinavflac-617.json b/data/laptop/lenovo/2023/lenovo-legion-5-gaming/lenovo-legion-5-gaming-abhinavflac-617.json new file mode 100644 index 000000000000..5acac51d0e37 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-legion-5-gaming/lenovo-legion-5-gaming-abhinavflac-617.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-legion-5-gaming-abhinavflac-617", + "base_model_slug": "lenovo-legion-5-gaming", + "name": "Lenovo Legion 5 15IRX9 83JJ0010IN Gaming", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1482, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4060", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 617 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-legion-5-gaming/lenovo-legion-5-gaming-abhinavflac-826.json b/data/laptop/lenovo/2023/lenovo-legion-5-gaming/lenovo-legion-5-gaming-abhinavflac-826.json new file mode 100644 index 000000000000..fa6e0ebe4d77 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-legion-5-gaming/lenovo-legion-5-gaming-abhinavflac-826.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-legion-5-gaming-abhinavflac-826", + "base_model_slug": "lenovo-legion-5-gaming", + "name": "Lenovo Legion 5 15IRX9 83JJ000DIN Gaming", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1635, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4060", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 826 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-loq-15arp9-ai-gaming/lenovo-loq-15arp9-ai-gaming-abhinavflac-405.json b/data/laptop/lenovo/2023/lenovo-loq-15arp9-ai-gaming/lenovo-loq-15arp9-ai-gaming-abhinavflac-405.json new file mode 100644 index 000000000000..bfb527fb56d1 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-loq-15arp9-ai-gaming/lenovo-loq-15arp9-ai-gaming-abhinavflac-405.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-15arp9-ai-gaming-abhinavflac-405", + "base_model_slug": "lenovo-loq-15arp9-ai-gaming", + "name": "Lenovo LOQ ‎15ARP9 83JC00GDIN AI Gaming", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 859, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7435HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050A", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 405 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-loq-15arp9-ai-gaming/lenovo-loq-15arp9-ai-gaming-abhinavflac-406.json b/data/laptop/lenovo/2023/lenovo-loq-15arp9-ai-gaming/lenovo-loq-15arp9-ai-gaming-abhinavflac-406.json new file mode 100644 index 000000000000..04965e1db33f --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-loq-15arp9-ai-gaming/lenovo-loq-15arp9-ai-gaming-abhinavflac-406.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-15arp9-ai-gaming-abhinavflac-406", + "base_model_slug": "lenovo-loq-15arp9-ai-gaming", + "name": "Lenovo LOQ ‎15ARP9 83JC00HNIN AI Gaming", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 12, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 771, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 7235HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050A", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 406 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-loq-15irx9-gaming/lenovo-loq-15irx9-gaming-abhinavflac-438.json b/data/laptop/lenovo/2023/lenovo-loq-15irx9-gaming/lenovo-loq-15irx9-gaming-abhinavflac-438.json new file mode 100644 index 000000000000..ee53dc0b2afc --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-loq-15irx9-gaming/lenovo-loq-15irx9-gaming-abhinavflac-438.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-15irx9-gaming-abhinavflac-438", + "base_model_slug": "lenovo-loq-15irx9-gaming", + "name": "Lenovo LOQ ‎15IRX9 83DV00X8IN Gaming", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1422, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4060", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 438 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-loq-15irx9-gaming/lenovo-loq-15irx9-gaming-abhinavflac-650.json b/data/laptop/lenovo/2023/lenovo-loq-15irx9-gaming/lenovo-loq-15irx9-gaming-abhinavflac-650.json new file mode 100644 index 000000000000..c0397245fa7f --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-loq-15irx9-gaming/lenovo-loq-15irx9-gaming-abhinavflac-650.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-15irx9-gaming-abhinavflac-650", + "base_model_slug": "lenovo-loq-15irx9-gaming", + "name": "Lenovo LOQ ‎15IRX9 83DV00XEIN Gaming", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1106, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 650 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-loq-15irx9-gaming/lenovo-loq-15irx9-gaming-abhinavflac-718.json b/data/laptop/lenovo/2023/lenovo-loq-15irx9-gaming/lenovo-loq-15irx9-gaming-abhinavflac-718.json new file mode 100644 index 000000000000..a92606dfd216 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-loq-15irx9-gaming/lenovo-loq-15irx9-gaming-abhinavflac-718.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-15irx9-gaming-abhinavflac-718", + "base_model_slug": "lenovo-loq-15irx9-gaming", + "name": "Lenovo LOQ ‎15IRX9 83DV00XCIN Gaming", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 948, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 718 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-loq-2024-gaming/lenovo-loq-2024-gaming-abhinavflac-404.json b/data/laptop/lenovo/2023/lenovo-loq-2024-gaming/lenovo-loq-2024-gaming-abhinavflac-404.json new file mode 100644 index 000000000000..27b2e0fedeb9 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-loq-2024-gaming/lenovo-loq-2024-gaming-abhinavflac-404.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-2024-gaming-abhinavflac-404", + "base_model_slug": "lenovo-loq-2024-gaming", + "name": "Lenovo LOQ 2024 15IRX9 83DV00X6IN Gaming", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1144, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 404 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-loq-2024-gaming/lenovo-loq-2024-gaming-abhinavflac-442.json b/data/laptop/lenovo/2023/lenovo-loq-2024-gaming/lenovo-loq-2024-gaming-abhinavflac-442.json new file mode 100644 index 000000000000..a16522b5892f --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-loq-2024-gaming/lenovo-loq-2024-gaming-abhinavflac-442.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-2024-gaming-abhinavflac-442", + "base_model_slug": "lenovo-loq-2024-gaming", + "name": "Lenovo LOQ 2024 15ARP9 83JC00GCIN Gaming", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 843, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 7235HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050A", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 442 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-loq-2024-gaming/lenovo-loq-2024-gaming-abhinavflac-53.json b/data/laptop/lenovo/2023/lenovo-loq-2024-gaming/lenovo-loq-2024-gaming-abhinavflac-53.json new file mode 100644 index 000000000000..ff11a1187707 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-loq-2024-gaming/lenovo-loq-2024-gaming-abhinavflac-53.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-2024-gaming-abhinavflac-53", + "base_model_slug": "lenovo-loq-2024-gaming", + "name": "Lenovo LOQ 2024 15IRX9 83DV01A8IN Gaming", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1060, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 53 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-loq-2024-gaming/lenovo-loq-2024-gaming-abhinavflac-603.json b/data/laptop/lenovo/2023/lenovo-loq-2024-gaming/lenovo-loq-2024-gaming-abhinavflac-603.json new file mode 100644 index 000000000000..ceb85e64af9a --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-loq-2024-gaming/lenovo-loq-2024-gaming-abhinavflac-603.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-2024-gaming-abhinavflac-603", + "base_model_slug": "lenovo-loq-2024-gaming", + "name": "Lenovo LOQ 2024 15ARP9 83JC00EFIN Gaming", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 867, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 7235HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 603 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-loq-2024-gaming/lenovo-loq-2024-gaming-abhinavflac-633.json b/data/laptop/lenovo/2023/lenovo-loq-2024-gaming/lenovo-loq-2024-gaming-abhinavflac-633.json new file mode 100644 index 000000000000..7aef47b5f68e --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-loq-2024-gaming/lenovo-loq-2024-gaming-abhinavflac-633.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-2024-gaming-abhinavflac-633", + "base_model_slug": "lenovo-loq-2024-gaming", + "name": "Lenovo LOQ 2024 15IRX9 83DV00X4IN Gaming", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1060, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 633 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-loq-2024-gaming/lenovo-loq-2024-gaming-abhinavflac-76.json b/data/laptop/lenovo/2023/lenovo-loq-2024-gaming/lenovo-loq-2024-gaming-abhinavflac-76.json new file mode 100644 index 000000000000..65bcf366c341 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-loq-2024-gaming/lenovo-loq-2024-gaming-abhinavflac-76.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-2024-gaming-abhinavflac-76", + "base_model_slug": "lenovo-loq-2024-gaming", + "name": "Lenovo LOQ 2024 15IRX9 83DV01AAIN Gaming", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1084, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 76 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-loq-2025-gaming/lenovo-loq-2025-gaming-abhinavflac-132.json b/data/laptop/lenovo/2023/lenovo-loq-2025-gaming/lenovo-loq-2025-gaming-abhinavflac-132.json new file mode 100644 index 000000000000..75d6ae75b1e5 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-loq-2025-gaming/lenovo-loq-2025-gaming-abhinavflac-132.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-2025-gaming-abhinavflac-132", + "base_model_slug": "lenovo-loq-2025-gaming", + "name": "Lenovo LOQ 2025 15IRX10 83JE00U5IN Gaming", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1623, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14700HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 132 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-loq-2025-gaming/lenovo-loq-2025-gaming-abhinavflac-89.json b/data/laptop/lenovo/2023/lenovo-loq-2025-gaming/lenovo-loq-2025-gaming-abhinavflac-89.json new file mode 100644 index 000000000000..5e07b34713a7 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-loq-2025-gaming/lenovo-loq-2025-gaming-abhinavflac-89.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-2025-gaming-abhinavflac-89", + "base_model_slug": "lenovo-loq-2025-gaming", + "name": "Lenovo LOQ 2025 15IRX10 83JE00U4IN Gaming", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1471, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13700HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 89 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-loq-ai-gaming/lenovo-loq-ai-gaming-abhinavflac-367.json b/data/laptop/lenovo/2023/lenovo-loq-ai-gaming/lenovo-loq-ai-gaming-abhinavflac-367.json new file mode 100644 index 000000000000..d1290501fb92 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-loq-ai-gaming/lenovo-loq-ai-gaming-abhinavflac-367.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-ai-gaming-abhinavflac-367", + "base_model_slug": "lenovo-loq-ai-gaming", + "name": "Lenovo LOQ 15IRX9 83DV014SIN AI Gaming", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 928, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 3050A", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 367 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-loq-ai-gaming/lenovo-loq-ai-gaming-abhinavflac-81.json b/data/laptop/lenovo/2023/lenovo-loq-ai-gaming/lenovo-loq-ai-gaming-abhinavflac-81.json new file mode 100644 index 000000000000..2e0673b8378e --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-loq-ai-gaming/lenovo-loq-ai-gaming-abhinavflac-81.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-ai-gaming-abhinavflac-81", + "base_model_slug": "lenovo-loq-ai-gaming", + "name": "Lenovo LOQ 15IRX9 83DV018FIN AI Gaming", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 928, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 3050A", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 81 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-126.json b/data/laptop/lenovo/2023/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-126.json new file mode 100644 index 000000000000..0f9f6e8d108b --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-126.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-gaming-abhinavflac-126", + "base_model_slug": "lenovo-loq-gaming", + "name": "Lenovo LOQ 83JE00U7IN Gaming", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1301, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14700HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 126 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-138.json b/data/laptop/lenovo/2023/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-138.json new file mode 100644 index 000000000000..f0e23725aae0 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-138.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-gaming-abhinavflac-138", + "base_model_slug": "lenovo-loq-gaming", + "name": "Lenovo LOQ 15IRX10 83JE00U6IN Gaming", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1476, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14700HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 138 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-25.json b/data/laptop/lenovo/2023/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-25.json new file mode 100644 index 000000000000..8a0e5a8992a2 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-25.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-gaming-abhinavflac-25", + "base_model_slug": "lenovo-loq-gaming", + "name": "Lenovo LOQ 15IRX9 83DV018LIN Gaming", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1265, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4060", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 25 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-258.json b/data/laptop/lenovo/2023/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-258.json new file mode 100644 index 000000000000..c51f0bad2550 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-258.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-gaming-abhinavflac-258", + "base_model_slug": "lenovo-loq-gaming", + "name": "Lenovo LOQ 15ARP9 83JC00K1IN Gaming", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 867, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 7235HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 258 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-39.json b/data/laptop/lenovo/2023/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-39.json new file mode 100644 index 000000000000..672d26ebbc77 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-39.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-gaming-abhinavflac-39", + "base_model_slug": "lenovo-loq-gaming", + "name": "Lenovo LOQ 15AHP10 83JG008KIN Gaming", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1337, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 250", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 39 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-419.json b/data/laptop/lenovo/2023/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-419.json new file mode 100644 index 000000000000..a894c55f916c --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-419.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-gaming-abhinavflac-419", + "base_model_slug": "lenovo-loq-gaming", + "name": "Lenovo LOQ 15ARP9 83JC00EEIN Gaming", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 12, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 831, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 7235HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 419 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-43.json b/data/laptop/lenovo/2023/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-43.json new file mode 100644 index 000000000000..40fcbcc60bea --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-43.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-gaming-abhinavflac-43", + "base_model_slug": "lenovo-loq-gaming", + "name": "Lenovo LOQ 83JC00MVIN Gaming", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1003, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7435HS", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 43 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-967.json b/data/laptop/lenovo/2023/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-967.json new file mode 100644 index 000000000000..0eb6bbf171d0 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-967.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-gaming-abhinavflac-967", + "base_model_slug": "lenovo-loq-gaming", + "name": "Lenovo LOQ 15ARP9 83JC0031IN Gaming", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 12, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 807, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 7235HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 967 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-970.json b/data/laptop/lenovo/2023/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-970.json new file mode 100644 index 000000000000..c05f09959b5f --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-970.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-gaming-abhinavflac-970", + "base_model_slug": "lenovo-loq-gaming", + "name": "Lenovo LOQ 15ARP9 83JC0046IN Gaming", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1114, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7435HS", + "gpu_name": "NVIDIA GeForce RTX RTX 4060", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 970 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-976.json b/data/laptop/lenovo/2023/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-976.json new file mode 100644 index 000000000000..ef9041198029 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-976.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-gaming-abhinavflac-976", + "base_model_slug": "lenovo-loq-gaming", + "name": "Lenovo LOQ 15ARP9 83JC0045IN Gaming", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1193, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7435HS", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 976 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-977.json b/data/laptop/lenovo/2023/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-977.json new file mode 100644 index 000000000000..783a16a97903 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-loq-gaming/lenovo-loq-gaming-abhinavflac-977.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-loq-gaming-abhinavflac-977", + "base_model_slug": "lenovo-loq-gaming", + "name": "Lenovo LOQ 15ARP9 83JC0078IN Gaming", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 867, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 7235HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 977 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkbook-16-g6/lenovo-thinkbook-16-g6-abhinavflac-219.json b/data/laptop/lenovo/2023/lenovo-thinkbook-16-g6/lenovo-thinkbook-16-g6-abhinavflac-219.json new file mode 100644 index 000000000000..4e9b1430b3ed --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkbook-16-g6/lenovo-thinkbook-16-g6-abhinavflac-219.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkbook-16-g6-abhinavflac-219", + "base_model_slug": "lenovo-thinkbook-16-g6", + "name": "Lenovo ThinkBook 16 G6 21KKA0J2IN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 422, + "device_category": "Business", + "cpu_name": "AMD Ryzen 3 7330U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 219 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkbook-16-g6/lenovo-thinkbook-16-g6-abhinavflac-791.json b/data/laptop/lenovo/2023/lenovo-thinkbook-16-g6/lenovo-thinkbook-16-g6-abhinavflac-791.json new file mode 100644 index 000000000000..b60929402afa --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkbook-16-g6/lenovo-thinkbook-16-g6-abhinavflac-791.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkbook-16-g6-abhinavflac-791", + "base_model_slug": "lenovo-thinkbook-16-g6", + "name": "Lenovo ThinkBook 16 G6 21KKA0G1IN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 709, + "device_category": "Business", + "cpu_name": "AMD Ryzen 7 7730U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 791 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkbook-16/lenovo-thinkbook-16-abhinavflac-140.json b/data/laptop/lenovo/2023/lenovo-thinkbook-16/lenovo-thinkbook-16-abhinavflac-140.json new file mode 100644 index 000000000000..c1a70646760c --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkbook-16/lenovo-thinkbook-16-abhinavflac-140.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkbook-16-abhinavflac-140", + "base_model_slug": "lenovo-thinkbook-16", + "name": "Lenovo ThinkBook 16 21MWA0R4IN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 638, + "device_category": "Business", + "cpu_name": "AMD Ryzen 7 7735HS", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 140 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkbook-16/lenovo-thinkbook-16-abhinavflac-209.json b/data/laptop/lenovo/2023/lenovo-thinkbook-16/lenovo-thinkbook-16-abhinavflac-209.json new file mode 100644 index 000000000000..50ced47a8857 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkbook-16/lenovo-thinkbook-16-abhinavflac-209.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkbook-16-abhinavflac-209", + "base_model_slug": "lenovo-thinkbook-16", + "name": "Lenovo ThinkBook 16 21KKA0HGIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 482, + "device_category": "Business", + "cpu_name": "AMD Ryzen 5 7430U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 209 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkbook-16/lenovo-thinkbook-16-abhinavflac-262.json b/data/laptop/lenovo/2023/lenovo-thinkbook-16/lenovo-thinkbook-16-abhinavflac-262.json new file mode 100644 index 000000000000..d1fd4ebd57c0 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkbook-16/lenovo-thinkbook-16-abhinavflac-262.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkbook-16-abhinavflac-262", + "base_model_slug": "lenovo-thinkbook-16", + "name": "Lenovo ThinkBook 16 21MWA0AJIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "DOS", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 518, + "device_category": "Business", + "cpu_name": "AMD Ryzen 5 7535HS", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 262 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkbook-16/lenovo-thinkbook-16-abhinavflac-318.json b/data/laptop/lenovo/2023/lenovo-thinkbook-16/lenovo-thinkbook-16-abhinavflac-318.json new file mode 100644 index 000000000000..2d14cf3d1907 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkbook-16/lenovo-thinkbook-16-abhinavflac-318.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkbook-16-abhinavflac-318", + "base_model_slug": "lenovo-thinkbook-16", + "name": "Lenovo ThinkBook 16 21MWA0AUIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 578, + "device_category": "Business", + "cpu_name": "AMD Ryzen 7 7735HS", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 318 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkbook-16/lenovo-thinkbook-16-abhinavflac-460.json b/data/laptop/lenovo/2023/lenovo-thinkbook-16/lenovo-thinkbook-16-abhinavflac-460.json new file mode 100644 index 000000000000..0b1170d10657 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkbook-16/lenovo-thinkbook-16-abhinavflac-460.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkbook-16-abhinavflac-460", + "base_model_slug": "lenovo-thinkbook-16", + "name": "Lenovo ThinkBook 16 21MWA0BSIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 554, + "device_category": "Business", + "cpu_name": "AMD Ryzen 5 7535HS", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 460 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkbook-16/lenovo-thinkbook-16-abhinavflac-83.json b/data/laptop/lenovo/2023/lenovo-thinkbook-16/lenovo-thinkbook-16-abhinavflac-83.json new file mode 100644 index 000000000000..8a861a9c6773 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkbook-16/lenovo-thinkbook-16-abhinavflac-83.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkbook-16-abhinavflac-83", + "base_model_slug": "lenovo-thinkbook-16", + "name": "Lenovo ThinkBook 16 21KKA0HFIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 512, + "device_category": "Business", + "cpu_name": "AMD Ryzen 5 7430U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 83 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkpad-e14-gen-6/lenovo-thinkpad-e14-gen-6-abhinavflac-347.json b/data/laptop/lenovo/2023/lenovo-thinkpad-e14-gen-6/lenovo-thinkpad-e14-gen-6-abhinavflac-347.json new file mode 100644 index 000000000000..9a221fb521c8 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkpad-e14-gen-6/lenovo-thinkpad-e14-gen-6-abhinavflac-347.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-e14-gen-6-abhinavflac-347", + "base_model_slug": "lenovo-thinkpad-e14-gen-6", + "name": "Lenovo ThinkPad E14 Gen 6 ‎21M7S0T100", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "DOS", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1018, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 347 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkpad-e14-gen-6/lenovo-thinkpad-e14-gen-6-abhinavflac-348.json b/data/laptop/lenovo/2023/lenovo-thinkpad-e14-gen-6/lenovo-thinkpad-e14-gen-6-abhinavflac-348.json new file mode 100644 index 000000000000..b77773e076b3 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkpad-e14-gen-6/lenovo-thinkpad-e14-gen-6-abhinavflac-348.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-e14-gen-6-abhinavflac-348", + "base_model_slug": "lenovo-thinkpad-e14-gen-6", + "name": "Lenovo ThinkPad E14 Gen 6 ‎21M7006BIG", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1084, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 5 125U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 348 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkpad-e14-gen-6/lenovo-thinkpad-e14-gen-6-abhinavflac-377.json b/data/laptop/lenovo/2023/lenovo-thinkpad-e14-gen-6/lenovo-thinkpad-e14-gen-6-abhinavflac-377.json new file mode 100644 index 000000000000..4716136c7434 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkpad-e14-gen-6/lenovo-thinkpad-e14-gen-6-abhinavflac-377.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-e14-gen-6-abhinavflac-377", + "base_model_slug": "lenovo-thinkpad-e14-gen-6", + "name": "Lenovo ThinkPad E14 Gen 6 21M7S0T000", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "DOS", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 873, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 5 125U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 377 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkpad-e14-gen-6/lenovo-thinkpad-e14-gen-6-abhinavflac-454.json b/data/laptop/lenovo/2023/lenovo-thinkpad-e14-gen-6/lenovo-thinkpad-e14-gen-6-abhinavflac-454.json new file mode 100644 index 000000000000..d19818e7873c --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkpad-e14-gen-6/lenovo-thinkpad-e14-gen-6-abhinavflac-454.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-e14-gen-6-abhinavflac-454", + "base_model_slug": "lenovo-thinkpad-e14-gen-6", + "name": "Lenovo ThinkPad E14 Gen 6 ‎21M70062IG", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "DOS", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 825, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 5 125U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 454 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkpad-e14-gen-6/lenovo-thinkpad-e14-gen-6-abhinavflac-462.json b/data/laptop/lenovo/2023/lenovo-thinkpad-e14-gen-6/lenovo-thinkpad-e14-gen-6-abhinavflac-462.json new file mode 100644 index 000000000000..e2e860809950 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkpad-e14-gen-6/lenovo-thinkpad-e14-gen-6-abhinavflac-462.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-e14-gen-6-abhinavflac-462", + "base_model_slug": "lenovo-thinkpad-e14-gen-6", + "name": "Lenovo ThinkPad E14 Gen 6 ‎21M7S02W00", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1084, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 5 125U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 462 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkpad-e14-gen-6/lenovo-thinkpad-e14-gen-6-abhinavflac-468.json b/data/laptop/lenovo/2023/lenovo-thinkpad-e14-gen-6/lenovo-thinkpad-e14-gen-6-abhinavflac-468.json new file mode 100644 index 000000000000..eacef90b6e56 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkpad-e14-gen-6/lenovo-thinkpad-e14-gen-6-abhinavflac-468.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-e14-gen-6-abhinavflac-468", + "base_model_slug": "lenovo-thinkpad-e14-gen-6", + "name": "Lenovo ThinkPad E14 Gen 6 21M7009BIG", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1084, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 468 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkpad-e14-gen-6/lenovo-thinkpad-e14-gen-6-abhinavflac-486.json b/data/laptop/lenovo/2023/lenovo-thinkpad-e14-gen-6/lenovo-thinkpad-e14-gen-6-abhinavflac-486.json new file mode 100644 index 000000000000..ed6cd678754f --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkpad-e14-gen-6/lenovo-thinkpad-e14-gen-6-abhinavflac-486.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-e14-gen-6-abhinavflac-486", + "base_model_slug": "lenovo-thinkpad-e14-gen-6", + "name": "Lenovo ThinkPad E14 Gen 6 ‎21M3S0AJ00", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 627, + "device_category": "Business", + "cpu_name": "AMD Ryzen 5 7535HS", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 486 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkpad-e14-gen-6/lenovo-thinkpad-e14-gen-6-abhinavflac-487.json b/data/laptop/lenovo/2023/lenovo-thinkpad-e14-gen-6/lenovo-thinkpad-e14-gen-6-abhinavflac-487.json new file mode 100644 index 000000000000..18675bfe078f --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkpad-e14-gen-6/lenovo-thinkpad-e14-gen-6-abhinavflac-487.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-e14-gen-6-abhinavflac-487", + "base_model_slug": "lenovo-thinkpad-e14-gen-6", + "name": "Lenovo ThinkPad E14 Gen 6 ‎21M7S0SF00", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1160, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 487 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkpad-e14-gen-6/lenovo-thinkpad-e14-gen-6-abhinavflac-510.json b/data/laptop/lenovo/2023/lenovo-thinkpad-e14-gen-6/lenovo-thinkpad-e14-gen-6-abhinavflac-510.json new file mode 100644 index 000000000000..dc779876892f --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkpad-e14-gen-6/lenovo-thinkpad-e14-gen-6-abhinavflac-510.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-e14-gen-6-abhinavflac-510", + "base_model_slug": "lenovo-thinkpad-e14-gen-6", + "name": "Lenovo ThinkPad E14 Gen 6 ‎21M7S0SG00", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1138, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 510 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkpad-e14/lenovo-thinkpad-e14-abhinavflac-453.json b/data/laptop/lenovo/2023/lenovo-thinkpad-e14/lenovo-thinkpad-e14-abhinavflac-453.json new file mode 100644 index 000000000000..1adfdbae4ebf --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkpad-e14/lenovo-thinkpad-e14-abhinavflac-453.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-e14-abhinavflac-453", + "base_model_slug": "lenovo-thinkpad-e14", + "name": "Lenovo ThinkPad E14 21JKS1FR00", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "DOS", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 980, + "device_category": "Business", + "cpu_name": "Intel Core I7 1355U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 453 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkpad-e14/lenovo-thinkpad-e14-abhinavflac-457.json b/data/laptop/lenovo/2023/lenovo-thinkpad-e14/lenovo-thinkpad-e14-abhinavflac-457.json new file mode 100644 index 000000000000..757c6a96d669 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkpad-e14/lenovo-thinkpad-e14-abhinavflac-457.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-e14-abhinavflac-457", + "base_model_slug": "lenovo-thinkpad-e14", + "name": "Lenovo ThinkPad E14 21JKS0LM00", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "DOS", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 817, + "device_category": "Business", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 457 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkpad-e14/lenovo-thinkpad-e14-abhinavflac-520.json b/data/laptop/lenovo/2023/lenovo-thinkpad-e14/lenovo-thinkpad-e14-abhinavflac-520.json new file mode 100644 index 000000000000..7d38c560932a --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkpad-e14/lenovo-thinkpad-e14-abhinavflac-520.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-e14-abhinavflac-520", + "base_model_slug": "lenovo-thinkpad-e14", + "name": "Lenovo ThinkPad E14 21JRS0AY00", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "DOS", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 661, + "device_category": "Business", + "cpu_name": "AMD Ryzen 5 7530U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 520 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkpad-e14/lenovo-thinkpad-e14-abhinavflac-602.json b/data/laptop/lenovo/2023/lenovo-thinkpad-e14/lenovo-thinkpad-e14-abhinavflac-602.json new file mode 100644 index 000000000000..18b30080f2c8 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkpad-e14/lenovo-thinkpad-e14-abhinavflac-602.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-e14-abhinavflac-602", + "base_model_slug": "lenovo-thinkpad-e14", + "name": "Lenovo ThinkPad E14 21JRS0JG00", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 644, + "device_category": "Business", + "cpu_name": "AMD Ryzen 5 7530U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 602 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkpad-e14/lenovo-thinkpad-e14-abhinavflac-665.json b/data/laptop/lenovo/2023/lenovo-thinkpad-e14/lenovo-thinkpad-e14-abhinavflac-665.json new file mode 100644 index 000000000000..50331c690d21 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkpad-e14/lenovo-thinkpad-e14-abhinavflac-665.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-e14-abhinavflac-665", + "base_model_slug": "lenovo-thinkpad-e14", + "name": "Lenovo ThinkPad E14 21JRS0JH00", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 590, + "device_category": "Business", + "cpu_name": "AMD Ryzen 5 7530U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 665 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkpad-e14/lenovo-thinkpad-e14-abhinavflac-797.json b/data/laptop/lenovo/2023/lenovo-thinkpad-e14/lenovo-thinkpad-e14-abhinavflac-797.json new file mode 100644 index 000000000000..f29f3636560d --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkpad-e14/lenovo-thinkpad-e14-abhinavflac-797.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-e14-abhinavflac-797", + "base_model_slug": "lenovo-thinkpad-e14", + "name": "Lenovo ThinkPad E14 21JRS0H300", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 778, + "device_category": "Business", + "cpu_name": "AMD Ryzen 7 7730U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 797 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkpad-e14/lenovo-thinkpad-e14-abhinavflac-877.json b/data/laptop/lenovo/2023/lenovo-thinkpad-e14/lenovo-thinkpad-e14-abhinavflac-877.json new file mode 100644 index 000000000000..edad88b4d8e5 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkpad-e14/lenovo-thinkpad-e14-abhinavflac-877.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-e14-abhinavflac-877", + "base_model_slug": "lenovo-thinkpad-e14", + "name": "Lenovo ThinkPad E14 21JKS13J00", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1144, + "device_category": "Business", + "cpu_name": "Intel Core I7 1355U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 877 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkpad-e14/lenovo-thinkpad-e14-abhinavflac-905.json b/data/laptop/lenovo/2023/lenovo-thinkpad-e14/lenovo-thinkpad-e14-abhinavflac-905.json new file mode 100644 index 000000000000..c550db403e5f --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkpad-e14/lenovo-thinkpad-e14-abhinavflac-905.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-e14-abhinavflac-905", + "base_model_slug": "lenovo-thinkpad-e14", + "name": "Lenovo ThinkPad E14 21JKS13M00", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 801, + "device_category": "Business", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 905 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkpad-e16-g1/lenovo-thinkpad-e16-g1-abhinavflac-896.json b/data/laptop/lenovo/2023/lenovo-thinkpad-e16-g1/lenovo-thinkpad-e16-g1-abhinavflac-896.json new file mode 100644 index 000000000000..e25332d3ba4e --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkpad-e16-g1/lenovo-thinkpad-e16-g1-abhinavflac-896.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-e16-g1-abhinavflac-896", + "base_model_slug": "lenovo-thinkpad-e16-g1", + "name": "Lenovo Thinkpad E16 G1 21JNS0QD00", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 584, + "device_category": "Business", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 896 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkpad-e16-gen-2/lenovo-thinkpad-e16-gen-2-abhinavflac-329.json b/data/laptop/lenovo/2023/lenovo-thinkpad-e16-gen-2/lenovo-thinkpad-e16-gen-2-abhinavflac-329.json new file mode 100644 index 000000000000..08224b48a9ae --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkpad-e16-gen-2/lenovo-thinkpad-e16-gen-2-abhinavflac-329.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-e16-gen-2-abhinavflac-329", + "base_model_slug": "lenovo-thinkpad-e16-gen-2", + "name": "Lenovo ThinkPad E16 Gen 2 21MAS01G00", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "DOS", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 861, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 5 125U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 329 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkpad-e16/lenovo-thinkpad-e16-abhinavflac-337.json b/data/laptop/lenovo/2023/lenovo-thinkpad-e16/lenovo-thinkpad-e16-abhinavflac-337.json new file mode 100644 index 000000000000..fb6c4bf117fa --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkpad-e16/lenovo-thinkpad-e16-abhinavflac-337.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-e16-abhinavflac-337", + "base_model_slug": "lenovo-thinkpad-e16", + "name": "Lenovo Thinkpad E16 21JN004JIG", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 843, + "device_category": "Business", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 337 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkpad-e16/lenovo-thinkpad-e16-abhinavflac-772.json b/data/laptop/lenovo/2023/lenovo-thinkpad-e16/lenovo-thinkpad-e16-abhinavflac-772.json new file mode 100644 index 000000000000..984dfa757876 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkpad-e16/lenovo-thinkpad-e16-abhinavflac-772.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-e16-abhinavflac-772", + "base_model_slug": "lenovo-thinkpad-e16", + "name": "Lenovo Thinkpad E16 21JNS0QE00", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 795, + "device_category": "Business", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 772 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkpad-p14s/lenovo-thinkpad-p14s-abhinavflac-466.json b/data/laptop/lenovo/2023/lenovo-thinkpad-p14s/lenovo-thinkpad-p14s-abhinavflac-466.json new file mode 100644 index 000000000000..56a01268ca07 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkpad-p14s/lenovo-thinkpad-p14s-abhinavflac-466.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-p14s-abhinavflac-466", + "base_model_slug": "lenovo-thinkpad-p14s", + "name": "Lenovo Thinkpad P14s 21G2S08D00", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1759, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "NVIDIA GeForce RTX RTX 500 Ada", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 466 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkpad-p14s/lenovo-thinkpad-p14s-abhinavflac-469.json b/data/laptop/lenovo/2023/lenovo-thinkpad-p14s/lenovo-thinkpad-p14s-abhinavflac-469.json new file mode 100644 index 000000000000..7d82621baf5e --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkpad-p14s/lenovo-thinkpad-p14s-abhinavflac-469.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-p14s-abhinavflac-469", + "base_model_slug": "lenovo-thinkpad-p14s", + "name": "Lenovo Thinkpad P14s 21G2S08C00", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1617, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 469 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkpad-p16s/lenovo-thinkpad-p16s-abhinavflac-375.json b/data/laptop/lenovo/2023/lenovo-thinkpad-p16s/lenovo-thinkpad-p16s-abhinavflac-375.json new file mode 100644 index 000000000000..6846e81f0eaa --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkpad-p16s/lenovo-thinkpad-p16s-abhinavflac-375.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-p16s-abhinavflac-375", + "base_model_slug": "lenovo-thinkpad-p16s", + "name": "Lenovo Thinkpad P16s 21KSS0AL00", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1632, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 375 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkpad-p16s/lenovo-thinkpad-p16s-abhinavflac-376.json b/data/laptop/lenovo/2023/lenovo-thinkpad-p16s/lenovo-thinkpad-p16s-abhinavflac-376.json new file mode 100644 index 000000000000..17ce79848582 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkpad-p16s/lenovo-thinkpad-p16s-abhinavflac-376.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-p16s-abhinavflac-376", + "base_model_slug": "lenovo-thinkpad-p16s", + "name": "Lenovo Thinkpad P16s 21KSS0AK00", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1837, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "NVIDIA GeForce RTX RTX 500", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 376 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkpad-p16v/lenovo-thinkpad-p16v-abhinavflac-234.json b/data/laptop/lenovo/2023/lenovo-thinkpad-p16v/lenovo-thinkpad-p16v-abhinavflac-234.json new file mode 100644 index 000000000000..fd06086a20c7 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkpad-p16v/lenovo-thinkpad-p16v-abhinavflac-234.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-p16v-abhinavflac-234", + "base_model_slug": "lenovo-thinkpad-p16v", + "name": "Lenovo Thinkpad P16v 21KX002GUS", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 3614, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 9 185H", + "gpu_name": "NVIDIA GeForce RTX RTX 3000 Ada Generation", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 234 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkpad-p16v/lenovo-thinkpad-p16v-abhinavflac-313.json b/data/laptop/lenovo/2023/lenovo-thinkpad-p16v/lenovo-thinkpad-p16v-abhinavflac-313.json new file mode 100644 index 000000000000..106618731cf5 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkpad-p16v/lenovo-thinkpad-p16v-abhinavflac-313.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-p16v-abhinavflac-313", + "base_model_slug": "lenovo-thinkpad-p16v", + "name": "Lenovo Thinkpad P16v 21KXS05300", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 3030, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 9 185H", + "gpu_name": "NVIDIA GeForce RTX RTX 3000", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 313 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkpad-p16v/lenovo-thinkpad-p16v-abhinavflac-314.json b/data/laptop/lenovo/2023/lenovo-thinkpad-p16v/lenovo-thinkpad-p16v-abhinavflac-314.json new file mode 100644 index 000000000000..4c889c9698de --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkpad-p16v/lenovo-thinkpad-p16v-abhinavflac-314.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-p16v-abhinavflac-314", + "base_model_slug": "lenovo-thinkpad-p16v", + "name": "Lenovo Thinkpad P16v 21KXS05400", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2271, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "NVIDIA GeForce RTX RTX 1000", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 314 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkpad-p16v/lenovo-thinkpad-p16v-abhinavflac-345.json b/data/laptop/lenovo/2023/lenovo-thinkpad-p16v/lenovo-thinkpad-p16v-abhinavflac-345.json new file mode 100644 index 000000000000..f555b1f07817 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkpad-p16v/lenovo-thinkpad-p16v-abhinavflac-345.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-p16v-abhinavflac-345", + "base_model_slug": "lenovo-thinkpad-p16v", + "name": "Lenovo Thinkpad P16v 21KXS05500", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1934, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "NVIDIA GeForce RTX RTX 500", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 345 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkpad-t14-gen-5/lenovo-thinkpad-t14-gen-5-abhinavflac-355.json b/data/laptop/lenovo/2023/lenovo-thinkpad-t14-gen-5/lenovo-thinkpad-t14-gen-5-abhinavflac-355.json new file mode 100644 index 000000000000..f9a760757c7b --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkpad-t14-gen-5/lenovo-thinkpad-t14-gen-5-abhinavflac-355.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-t14-gen-5-abhinavflac-355", + "base_model_slug": "lenovo-thinkpad-t14-gen-5", + "name": "Lenovo ThinkPad T14 Gen 5 21MLS04600", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1897, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 7 155U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 355 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkpad-x1-2-in-1/lenovo-thinkpad-x1-2-in-1-abhinavflac-147.json b/data/laptop/lenovo/2023/lenovo-thinkpad-x1-2-in-1/lenovo-thinkpad-x1-2-in-1-abhinavflac-147.json new file mode 100644 index 000000000000..f441f54f7a54 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkpad-x1-2-in-1/lenovo-thinkpad-x1-2-in-1-abhinavflac-147.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-x1-2-in-1-abhinavflac-147", + "base_model_slug": "lenovo-thinkpad-x1-2-in-1", + "name": "Lenovo ThinkPad X1 2-in-1 21KES08L00", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2777, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 155U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 147 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkpad-x13-ai-pc/lenovo-thinkpad-x13-ai-pc-abhinavflac-341.json b/data/laptop/lenovo/2023/lenovo-thinkpad-x13-ai-pc/lenovo-thinkpad-x13-ai-pc-abhinavflac-341.json new file mode 100644 index 000000000000..785ea39d9b7a --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkpad-x13-ai-pc/lenovo-thinkpad-x13-ai-pc-abhinavflac-341.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-x13-ai-pc-abhinavflac-341", + "base_model_slug": "lenovo-thinkpad-x13-ai-pc", + "name": "Lenovo ThinkPad X13 AI PC 21LWS02T00", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2175, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 7 155U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 13.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 341 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-thinkpad-x13-ai-pc/lenovo-thinkpad-x13-ai-pc-abhinavflac-346.json b/data/laptop/lenovo/2023/lenovo-thinkpad-x13-ai-pc/lenovo-thinkpad-x13-ai-pc-abhinavflac-346.json new file mode 100644 index 000000000000..b55758cc3efe --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-thinkpad-x13-ai-pc/lenovo-thinkpad-x13-ai-pc-abhinavflac-346.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkpad-x13-ai-pc-abhinavflac-346", + "base_model_slug": "lenovo-thinkpad-x13-ai-pc", + "name": "Lenovo ThinkPad X13 AI PC 21LUS07C00", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2018, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 7 155U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 13.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 346 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-v14-g4/lenovo-v14-g4-abhinavflac-7.json b/data/laptop/lenovo/2023/lenovo-v14-g4/lenovo-v14-g4-abhinavflac-7.json new file mode 100644 index 000000000000..f613cf4afda3 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-v14-g4/lenovo-v14-g4-abhinavflac-7.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-v14-g4-abhinavflac-7", + "base_model_slug": "lenovo-v14-g4", + "name": "Lenovo V14 G4 82YTA00UIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 361, + "device_category": "General", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 7 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-v14-g4/lenovo-v14-g4-abhinavflac-770.json b/data/laptop/lenovo/2023/lenovo-v14-g4/lenovo-v14-g4-abhinavflac-770.json new file mode 100644 index 000000000000..77ac361b564b --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-v14-g4/lenovo-v14-g4-abhinavflac-770.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-v14-g4-abhinavflac-770", + "base_model_slug": "lenovo-v14-g4", + "name": "Lenovo V14 G4 82YTA00TIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "DOS", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 361, + "device_category": "General", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 770 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-v14/lenovo-v14-abhinavflac-41.json b/data/laptop/lenovo/2023/lenovo-v14/lenovo-v14-abhinavflac-41.json new file mode 100644 index 000000000000..522a643d50a3 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-v14/lenovo-v14-abhinavflac-41.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-v14-abhinavflac-41", + "base_model_slug": "lenovo-v14", + "name": "Lenovo V14 83A0A0PTIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 578, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 41 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-v14/lenovo-v14-abhinavflac-99.json b/data/laptop/lenovo/2023/lenovo-v14/lenovo-v14-abhinavflac-99.json new file mode 100644 index 000000000000..eba7a6f0c6dd --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-v14/lenovo-v14-abhinavflac-99.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-v14-abhinavflac-99", + "base_model_slug": "lenovo-v14", + "name": "Lenovo V14 83A0A0PBIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 434, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 99 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-v15-g4-82c70081ge/lenovo-v15-g4-82c70081ge-abhinavflac-592.json b/data/laptop/lenovo/2023/lenovo-v15-g4-82c70081ge/lenovo-v15-g4-82c70081ge-abhinavflac-592.json new file mode 100644 index 000000000000..f7b3011c22c8 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-v15-g4-82c70081ge/lenovo-v15-g4-82c70081ge-abhinavflac-592.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-v15-g4-82c70081ge-abhinavflac-592", + "base_model_slug": "lenovo-v15-g4-82c70081ge", + "name": "Lenovo V15 G4 ‎82C70081GE", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 428, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 592 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-v15-gen-4/lenovo-v15-gen-4-abhinavflac-139.json b/data/laptop/lenovo/2023/lenovo-v15-gen-4/lenovo-v15-gen-4-abhinavflac-139.json new file mode 100644 index 000000000000..8cd9eba2889a --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-v15-gen-4/lenovo-v15-gen-4-abhinavflac-139.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-v15-gen-4-abhinavflac-139", + "base_model_slug": "lenovo-v15-gen-4", + "name": "Lenovo V15 Gen 4 83CCA08KIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 446, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 139 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-v15/lenovo-v15-abhinavflac-231.json b/data/laptop/lenovo/2023/lenovo-v15/lenovo-v15-abhinavflac-231.json new file mode 100644 index 000000000000..91d57b04fdf0 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-v15/lenovo-v15-abhinavflac-231.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-v15-abhinavflac-231", + "base_model_slug": "lenovo-v15", + "name": "Lenovo V15 83CC000EIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 554, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 231 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-v15/lenovo-v15-abhinavflac-237.json b/data/laptop/lenovo/2023/lenovo-v15/lenovo-v15-abhinavflac-237.json new file mode 100644 index 000000000000..3e5bf410e7f7 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-v15/lenovo-v15-abhinavflac-237.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-v15-abhinavflac-237", + "base_model_slug": "lenovo-v15", + "name": "Lenovo V15 83CC0059IN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "DOS", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 536, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 237 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-v15/lenovo-v15-abhinavflac-338.json b/data/laptop/lenovo/2023/lenovo-v15/lenovo-v15-abhinavflac-338.json new file mode 100644 index 000000000000..bbdc340859f9 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-v15/lenovo-v15-abhinavflac-338.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-v15-abhinavflac-338", + "base_model_slug": "lenovo-v15", + "name": "Lenovo V15 83CC004CIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "DOS", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 542, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 338 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-yoga-7/lenovo-yoga-7-abhinavflac-401.json b/data/laptop/lenovo/2023/lenovo-yoga-7/lenovo-yoga-7-abhinavflac-401.json new file mode 100644 index 000000000000..6d3650cadf36 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-yoga-7/lenovo-yoga-7-abhinavflac-401.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-yoga-7-abhinavflac-401", + "base_model_slug": "lenovo-yoga-7", + "name": "Lenovo Yoga 7 14IML9 83DJ00FTIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1072, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 401 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-yoga-7/lenovo-yoga-7-abhinavflac-837.json b/data/laptop/lenovo/2023/lenovo-yoga-7/lenovo-yoga-7-abhinavflac-837.json new file mode 100644 index 000000000000..36bd779e57f8 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-yoga-7/lenovo-yoga-7-abhinavflac-837.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-yoga-7-abhinavflac-837", + "base_model_slug": "lenovo-yoga-7", + "name": "Lenovo Yoga 7 14IRL8 82YL00AYIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 964, + "device_category": "Convertible", + "cpu_name": "Intel Core I5 1340P", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 837 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-yoga-7/lenovo-yoga-7-abhinavflac-898.json b/data/laptop/lenovo/2023/lenovo-yoga-7/lenovo-yoga-7-abhinavflac-898.json new file mode 100644 index 000000000000..6cf7aae3bee2 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-yoga-7/lenovo-yoga-7-abhinavflac-898.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-yoga-7-abhinavflac-898", + "base_model_slug": "lenovo-yoga-7", + "name": "Lenovo Yoga 7 14IML9 83DJ00AKIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1144, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 898 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-yoga-9/lenovo-yoga-9-abhinavflac-913.json b/data/laptop/lenovo/2023/lenovo-yoga-9/lenovo-yoga-9-abhinavflac-913.json new file mode 100644 index 000000000000..49ad31de1049 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-yoga-9/lenovo-yoga-9-abhinavflac-913.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-yoga-9-abhinavflac-913", + "base_model_slug": "lenovo-yoga-9", + "name": "Lenovo Yoga 9 83AC001LIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2169, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 913 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-yoga-book-9/lenovo-yoga-book-9-abhinavflac-911.json b/data/laptop/lenovo/2023/lenovo-yoga-book-9/lenovo-yoga-book-9-abhinavflac-911.json new file mode 100644 index 000000000000..e291cdec1d38 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-yoga-book-9/lenovo-yoga-book-9-abhinavflac-911.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-yoga-book-9-abhinavflac-911", + "base_model_slug": "lenovo-yoga-book-9", + "name": "Lenovo Yoga Book 9 83FF0034IN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2650, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 155U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 13.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 911 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-yoga-pro-7/lenovo-yoga-pro-7-abhinavflac-966.json b/data/laptop/lenovo/2023/lenovo-yoga-pro-7/lenovo-yoga-pro-7-abhinavflac-966.json new file mode 100644 index 000000000000..f6ccf432943d --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-yoga-pro-7/lenovo-yoga-pro-7-abhinavflac-966.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-yoga-pro-7-abhinavflac-966", + "base_model_slug": "lenovo-yoga-pro-7", + "name": "Lenovo Yoga Pro 7 14IMH9 83E2005EIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1687, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 966 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-yoga-pro-9-16imh9/lenovo-yoga-pro-9-16imh9-abhinavflac-912.json b/data/laptop/lenovo/2023/lenovo-yoga-pro-9-16imh9/lenovo-yoga-pro-9-16imh9-abhinavflac-912.json new file mode 100644 index 000000000000..c0208c1db7fc --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-yoga-pro-9-16imh9/lenovo-yoga-pro-9-16imh9-abhinavflac-912.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-yoga-pro-9-16imh9-abhinavflac-912", + "base_model_slug": "lenovo-yoga-pro-9-16imh9", + "name": "Lenovo Yoga Pro 9 ‎16IMH9 83DN004VIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2003, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 9 185H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "3200x2000" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 912 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-105.json b/data/laptop/lenovo/2023/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-105.json new file mode 100644 index 000000000000..67777f1b12b9 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-105.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-yoga-slim-7-abhinavflac-105", + "base_model_slug": "lenovo-yoga-slim-7", + "name": "Lenovo Yoga Slim 7 14IMH9 83CV00DFIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 988, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 105 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-228.json b/data/laptop/lenovo/2023/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-228.json new file mode 100644 index 000000000000..84db67b551e2 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-228.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-yoga-slim-7-abhinavflac-228", + "base_model_slug": "lenovo-yoga-slim-7", + "name": "Lenovo Yoga Slim 7 14IMH9 83CV00D3IN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1205, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 9 185H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 228 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-323.json b/data/laptop/lenovo/2023/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-323.json new file mode 100644 index 000000000000..c9653f898af7 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-323.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-yoga-slim-7-abhinavflac-323", + "base_model_slug": "lenovo-yoga-slim-7", + "name": "Lenovo Yoga Slim 7 14IMH9 83CV00B3IN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1385, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 9 185H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 323 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-390.json b/data/laptop/lenovo/2023/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-390.json new file mode 100644 index 000000000000..8037e89d9d45 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-390.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-yoga-slim-7-abhinavflac-390", + "base_model_slug": "lenovo-yoga-slim-7", + "name": "Lenovo Yoga Slim 7 14IMH9 83CV0085IN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 988, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 390 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-423.json b/data/laptop/lenovo/2023/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-423.json new file mode 100644 index 000000000000..3318708252a2 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-423.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-yoga-slim-7-abhinavflac-423", + "base_model_slug": "lenovo-yoga-slim-7", + "name": "Lenovo Yoga Slim 7 14IMH9 83CV008LIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1036, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 423 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-437.json b/data/laptop/lenovo/2023/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-437.json new file mode 100644 index 000000000000..561ad6455729 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-437.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-yoga-slim-7-abhinavflac-437", + "base_model_slug": "lenovo-yoga-slim-7", + "name": "Lenovo Yoga Slim 7 14IMH9 83CV009XIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1132, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 437 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-516.json b/data/laptop/lenovo/2023/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-516.json new file mode 100644 index 000000000000..9817d34adb61 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-516.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-yoga-slim-7-abhinavflac-516", + "base_model_slug": "lenovo-yoga-slim-7", + "name": "Lenovo Yoga Slim 7 14IMH9 83CV008YIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1012, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 516 + } +} diff --git a/data/laptop/lenovo/2023/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-63.json b/data/laptop/lenovo/2023/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-63.json new file mode 100644 index 000000000000..7041ade1ea46 --- /dev/null +++ b/data/laptop/lenovo/2023/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-63.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-yoga-slim-7-abhinavflac-63", + "base_model_slug": "lenovo-yoga-slim-7", + "name": "Lenovo Yoga Slim 7 14IMH9 83CV006BIN", + "brand": "lenovo", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1048, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 63 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-chromebook/lenovo-chromebook-abhinavflac-415.json b/data/laptop/lenovo/2024/lenovo-chromebook/lenovo-chromebook-abhinavflac-415.json new file mode 100644 index 000000000000..fdbc378221e2 --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-chromebook/lenovo-chromebook-abhinavflac-415.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-chromebook-abhinavflac-415", + "base_model_slug": "lenovo-chromebook", + "name": "Lenovo Chromebook 82UY0014HA", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 4, + "os": "Chrome", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 181, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 64, + "display": { + "size_inch": 11.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 415 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-ideapad-1-15ijl7/lenovo-ideapad-1-15ijl7-abhinavflac-418.json b/data/laptop/lenovo/2024/lenovo-ideapad-1-15ijl7/lenovo-ideapad-1-15ijl7-abhinavflac-418.json new file mode 100644 index 000000000000..ff6ca0475e95 --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-ideapad-1-15ijl7/lenovo-ideapad-1-15ijl7-abhinavflac-418.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-1-15ijl7-abhinavflac-418", + "base_model_slug": "lenovo-ideapad-1-15ijl7", + "name": "Lenovo IdeaPad 1 ‎15IJL7 82LX00F7IN", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 318, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 418 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-ideapad-1/lenovo-ideapad-1-abhinavflac-991.json b/data/laptop/lenovo/2024/lenovo-ideapad-1/lenovo-ideapad-1-abhinavflac-991.json new file mode 100644 index 000000000000..838875ac38ee --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-ideapad-1/lenovo-ideapad-1-abhinavflac-991.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-1-abhinavflac-991", + "base_model_slug": "lenovo-ideapad-1", + "name": "Lenovo IdeaPad 1 14IGL7 82V6009LIN", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 347, + "device_category": "General", + "cpu_name": "Intel Celeron N4020", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 991 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-ideapad-3-chromebook/lenovo-ideapad-3-chromebook-abhinavflac-906.json b/data/laptop/lenovo/2024/lenovo-ideapad-3-chromebook/lenovo-ideapad-3-chromebook-abhinavflac-906.json new file mode 100644 index 000000000000..6336c687ad76 --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-ideapad-3-chromebook/lenovo-ideapad-3-chromebook-abhinavflac-906.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-3-chromebook-abhinavflac-906", + "base_model_slug": "lenovo-ideapad-3-chromebook", + "name": "Lenovo IdeaPad 3 11IGL05 82BA0029HA Chromebook", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 4, + "os": "Chrome", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 181, + "device_category": "General", + "cpu_name": "Intel Celeron N4020", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 64, + "display": { + "size_inch": 11.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 906 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-ideapad-3/lenovo-ideapad-3-abhinavflac-801.json b/data/laptop/lenovo/2024/lenovo-ideapad-3/lenovo-ideapad-3-abhinavflac-801.json new file mode 100644 index 000000000000..8b1b1b93569f --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-ideapad-3/lenovo-ideapad-3-abhinavflac-801.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-3-abhinavflac-801", + "base_model_slug": "lenovo-ideapad-3", + "name": "Lenovo IdeaPad 3 15IJL6 82N4004QHA", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 8, + "os": "Chrome", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 301, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 128, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 801 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-ideapad-5-2-in-1/lenovo-ideapad-5-2-in-1-abhinavflac-354.json b/data/laptop/lenovo/2024/lenovo-ideapad-5-2-in-1/lenovo-ideapad-5-2-in-1-abhinavflac-354.json new file mode 100644 index 000000000000..79a3ff0bdb5b --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-ideapad-5-2-in-1/lenovo-ideapad-5-2-in-1-abhinavflac-354.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-5-2-in-1-abhinavflac-354", + "base_model_slug": "lenovo-ideapad-5-2-in-1", + "name": "Lenovo IdeaPad 5 2-in-1 14IAL10 83KR000HIN", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1036, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 5 225H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 354 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-ideapad-5i/lenovo-ideapad-5i-abhinavflac-986.json b/data/laptop/lenovo/2024/lenovo-ideapad-5i/lenovo-ideapad-5i-abhinavflac-986.json new file mode 100644 index 000000000000..b0ec0fd7e5b5 --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-ideapad-5i/lenovo-ideapad-5i-abhinavflac-986.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-5i-abhinavflac-986", + "base_model_slug": "lenovo-ideapad-5i", + "name": "Lenovo IdeaPad 5i 83DT004SIN", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 843, + "device_category": "General", + "cpu_name": "Intel Core 5 120U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 986 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-ideapad-pro-5-gaming/lenovo-ideapad-pro-5-gaming-abhinavflac-356.json b/data/laptop/lenovo/2024/lenovo-ideapad-pro-5-gaming/lenovo-ideapad-pro-5-gaming-abhinavflac-356.json new file mode 100644 index 000000000000..ea7c9ee449e7 --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-ideapad-pro-5-gaming/lenovo-ideapad-pro-5-gaming-abhinavflac-356.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-pro-5-gaming-abhinavflac-356", + "base_model_slug": "lenovo-ideapad-pro-5-gaming", + "name": "Lenovo IdeaPad Pro 5 83JK000AIN Gaming", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1506, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 285H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 356 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-ideapad-slim-1-15igl7/lenovo-ideapad-slim-1-15igl7-abhinavflac-703.json b/data/laptop/lenovo/2024/lenovo-ideapad-slim-1-15igl7/lenovo-ideapad-slim-1-15igl7-abhinavflac-703.json new file mode 100644 index 000000000000..0c5f13ee9f61 --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-ideapad-slim-1-15igl7/lenovo-ideapad-slim-1-15igl7-abhinavflac-703.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-1-15igl7-abhinavflac-703", + "base_model_slug": "lenovo-ideapad-slim-1-15igl7", + "name": "Lenovo IdeaPad Slim 1 ‎15IGL7 82V700KHIN", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 324, + "device_category": "Thin & Light", + "cpu_name": "Intel Celeron N4020", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1366x768" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 703 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-301.json b/data/laptop/lenovo/2024/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-301.json new file mode 100644 index 000000000000..7cf88db1d3e5 --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-301.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-301", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 83K4004VIN", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 24, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 795, + "device_category": "Thin & Light", + "cpu_name": "Intel Core 5 210H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 301 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-302.json b/data/laptop/lenovo/2024/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-302.json new file mode 100644 index 000000000000..7fa1e1046740 --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-302.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-302", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 83K4004UIN", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 673, + "device_category": "Thin & Light", + "cpu_name": "Intel Core 5 210H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 302 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-312.json b/data/laptop/lenovo/2024/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-312.json new file mode 100644 index 000000000000..83ae8b2fc639 --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-312.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-312", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15Q8X10 83N30020IN", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 663, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X X1-26-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 312 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-74.json b/data/laptop/lenovo/2024/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-74.json new file mode 100644 index 000000000000..68c2b509e206 --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-ideapad-slim-3/lenovo-ideapad-slim-3-abhinavflac-74.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-3-abhinavflac-74", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 83N3002QIN", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 742, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X X1-26-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 74 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-ideapad-slim-5-15iru9/lenovo-ideapad-slim-5-15iru9-abhinavflac-969.json b/data/laptop/lenovo/2024/lenovo-ideapad-slim-5-15iru9/lenovo-ideapad-slim-5-15iru9-abhinavflac-969.json new file mode 100644 index 000000000000..8a3b411666b6 --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-ideapad-slim-5-15iru9/lenovo-ideapad-slim-5-15iru9-abhinavflac-969.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-5-15iru9-abhinavflac-969", + "base_model_slug": "lenovo-ideapad-slim-5-15iru9", + "name": "Lenovo IdeaPad Slim 5 ‎15IRU9 83E6001JIN", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 665, + "device_category": "Thin & Light", + "cpu_name": "Intel Core 5 120U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 969 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-ideapad-slim-5-16irh10r/lenovo-ideapad-slim-5-16irh10r-abhinavflac-229.json b/data/laptop/lenovo/2024/lenovo-ideapad-slim-5-16irh10r/lenovo-ideapad-slim-5-16irh10r-abhinavflac-229.json new file mode 100644 index 000000000000..f6aba03e2134 --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-ideapad-slim-5-16irh10r/lenovo-ideapad-slim-5-16irh10r-abhinavflac-229.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-5-16irh10r-abhinavflac-229", + "base_model_slug": "lenovo-ideapad-slim-5-16irh10r", + "name": "Lenovo IdeaPad Slim 5 ‎16IRH10R 83J10067IN", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 783, + "device_category": "Thin & Light", + "cpu_name": "Intel 210H 210H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 229 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-512.json b/data/laptop/lenovo/2024/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-512.json new file mode 100644 index 000000000000..3918240fe88a --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-ideapad-slim-5/lenovo-ideapad-slim-5-abhinavflac-512.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-5-abhinavflac-512", + "base_model_slug": "lenovo-ideapad-slim-5", + "name": "Lenovo IdeaPad Slim 5 14Q8X9 83HL003NIN", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 964, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Plus X1P-42-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 512 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-ideapad-slim-5x-gen/lenovo-ideapad-slim-5x-gen-abhinavflac-813.json b/data/laptop/lenovo/2024/lenovo-ideapad-slim-5x-gen/lenovo-ideapad-slim-5x-gen-abhinavflac-813.json new file mode 100644 index 000000000000..8224389984f9 --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-ideapad-slim-5x-gen/lenovo-ideapad-slim-5x-gen-abhinavflac-813.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-ideapad-slim-5x-gen-abhinavflac-813", + "base_model_slug": "lenovo-ideapad-slim-5x-gen", + "name": "Lenovo Ideapad Slim 5x Gen 9 14Q8X9 83HL0035IN", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 866, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Plus X1P-42-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 813 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-legion-pro-5-gaming/lenovo-legion-pro-5-gaming-abhinavflac-1.json b/data/laptop/lenovo/2024/lenovo-legion-pro-5-gaming/lenovo-legion-pro-5-gaming-abhinavflac-1.json new file mode 100644 index 000000000000..92816064316c --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-legion-pro-5-gaming/lenovo-legion-pro-5-gaming-abhinavflac-1.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-legion-pro-5-gaming-abhinavflac-1", + "base_model_slug": "lenovo-legion-pro-5-gaming", + "name": "Lenovo Legion Pro 5 16IAX10 83F3007CIN Gaming", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2289, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 7 255HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 1 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-legion-pro-7-2025/lenovo-legion-pro-7-2025-abhinavflac-326.json b/data/laptop/lenovo/2024/lenovo-legion-pro-7-2025/lenovo-legion-pro-7-2025-abhinavflac-326.json new file mode 100644 index 000000000000..0272a0c561d4 --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-legion-pro-7-2025/lenovo-legion-pro-7-2025-abhinavflac-326.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-legion-pro-7-2025-abhinavflac-326", + "base_model_slug": "lenovo-legion-pro-7-2025", + "name": "Lenovo Legion Pro 7 2025 16IAX10H 83F500D7IN AI Gaming", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 3036, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070 Ti", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 326 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-thinkbook-14/lenovo-thinkbook-14-abhinavflac-17.json b/data/laptop/lenovo/2024/lenovo-thinkbook-14/lenovo-thinkbook-14-abhinavflac-17.json new file mode 100644 index 000000000000..abb3140b475c --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-thinkbook-14/lenovo-thinkbook-14-abhinavflac-17.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkbook-14-abhinavflac-17", + "base_model_slug": "lenovo-thinkbook-14", + "name": "Lenovo ThinkBook 14 21SGA02YIG", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 988, + "device_category": "Business", + "cpu_name": "Intel Core 7 240H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 17 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-thinkbook-14/lenovo-thinkbook-14-abhinavflac-172.json b/data/laptop/lenovo/2024/lenovo-thinkbook-14/lenovo-thinkbook-14-abhinavflac-172.json new file mode 100644 index 000000000000..9cb5a6655472 --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-thinkbook-14/lenovo-thinkbook-14-abhinavflac-172.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkbook-14-abhinavflac-172", + "base_model_slug": "lenovo-thinkbook-14", + "name": "Lenovo ThinkBook 14 21SGS00100", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "DOS", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 753, + "device_category": "Business", + "cpu_name": "Intel Core 5 210H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 172 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-thinkbook-14/lenovo-thinkbook-14-abhinavflac-217.json b/data/laptop/lenovo/2024/lenovo-thinkbook-14/lenovo-thinkbook-14-abhinavflac-217.json new file mode 100644 index 000000000000..57e1abeee58f --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-thinkbook-14/lenovo-thinkbook-14-abhinavflac-217.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkbook-14-abhinavflac-217", + "base_model_slug": "lenovo-thinkbook-14", + "name": "Lenovo ThinkBook 14 21SGA02WIG", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 747, + "device_category": "Business", + "cpu_name": "Intel Core 5 210H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 217 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-thinkbook-16/lenovo-thinkbook-16-abhinavflac-101.json b/data/laptop/lenovo/2024/lenovo-thinkbook-16/lenovo-thinkbook-16-abhinavflac-101.json new file mode 100644 index 000000000000..d2e6f1e8cf73 --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-thinkbook-16/lenovo-thinkbook-16-abhinavflac-101.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-thinkbook-16-abhinavflac-101", + "base_model_slug": "lenovo-thinkbook-16", + "name": "Lenovo ThinkBook 16 21SHS00U00", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 705, + "device_category": "Business", + "cpu_name": "Intel Core 5 210H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 101 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-v15-g2/lenovo-v15-g2-abhinavflac-819.json b/data/laptop/lenovo/2024/lenovo-v15-g2/lenovo-v15-g2-abhinavflac-819.json new file mode 100644 index 000000000000..d7ef6dd46832 --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-v15-g2/lenovo-v15-g2-abhinavflac-819.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-v15-g2-abhinavflac-819", + "base_model_slug": "lenovo-v15-g2", + "name": "‎Lenovo V15 G2", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 289, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 256, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 819 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-yoga-7-2-in-1/lenovo-yoga-7-2-in-1-abhinavflac-446.json b/data/laptop/lenovo/2024/lenovo-yoga-7-2-in-1/lenovo-yoga-7-2-in-1-abhinavflac-446.json new file mode 100644 index 000000000000..bc5735b5dfb8 --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-yoga-7-2-in-1/lenovo-yoga-7-2-in-1-abhinavflac-446.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-yoga-7-2-in-1-abhinavflac-446", + "base_model_slug": "lenovo-yoga-7-2-in-1", + "name": "Lenovo Yoga 7 2-in-1 83JQ000XIN", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1337, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 5 226V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 446 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-yoga-7-2-in-1/lenovo-yoga-7-2-in-1-abhinavflac-458.json b/data/laptop/lenovo/2024/lenovo-yoga-7-2-in-1/lenovo-yoga-7-2-in-1-abhinavflac-458.json new file mode 100644 index 000000000000..30fddd2b11ab --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-yoga-7-2-in-1/lenovo-yoga-7-2-in-1-abhinavflac-458.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-yoga-7-2-in-1-abhinavflac-458", + "base_model_slug": "lenovo-yoga-7-2-in-1", + "name": "Lenovo Yoga 7 2-in-1 83JQ000NIN", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1638, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 258V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 458 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-yoga-9-2-in-1/lenovo-yoga-9-2-in-1-abhinavflac-392.json b/data/laptop/lenovo/2024/lenovo-yoga-9-2-in-1/lenovo-yoga-9-2-in-1-abhinavflac-392.json new file mode 100644 index 000000000000..b0c0276e4aea --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-yoga-9-2-in-1/lenovo-yoga-9-2-in-1-abhinavflac-392.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-yoga-9-2-in-1-abhinavflac-392", + "base_model_slug": "lenovo-yoga-9-2-in-1", + "name": "Lenovo Yoga 9 2-in-1 14ILL10 83LC001FIN", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2379, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 258V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "3840x2400" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 392 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-yoga-pro-7-aura/lenovo-yoga-pro-7-aura-abhinavflac-391.json b/data/laptop/lenovo/2024/lenovo-yoga-pro-7-aura/lenovo-yoga-pro-7-aura-abhinavflac-391.json new file mode 100644 index 000000000000..d94f153fcc10 --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-yoga-pro-7-aura/lenovo-yoga-pro-7-aura-abhinavflac-391.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-yoga-pro-7-aura-abhinavflac-391", + "base_model_slug": "lenovo-yoga-pro-7-aura", + "name": "Lenovo Yoga Pro 7 Aura Edition 83KF001LIN", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1626, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 9 285H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "3000x1876" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 391 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-yoga-slim-7-aura/lenovo-yoga-slim-7-aura-abhinavflac-472.json b/data/laptop/lenovo/2024/lenovo-yoga-slim-7-aura/lenovo-yoga-slim-7-aura-abhinavflac-472.json new file mode 100644 index 000000000000..60e7067f26d3 --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-yoga-slim-7-aura/lenovo-yoga-slim-7-aura-abhinavflac-472.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-yoga-slim-7-aura-abhinavflac-472", + "base_model_slug": "lenovo-yoga-slim-7-aura", + "name": "Lenovo Yoga Slim 7 Aura Edition 83JX005FIN", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1235, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 5 226V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 472 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-yoga-slim-7-aura/lenovo-yoga-slim-7-aura-abhinavflac-478.json b/data/laptop/lenovo/2024/lenovo-yoga-slim-7-aura/lenovo-yoga-slim-7-aura-abhinavflac-478.json new file mode 100644 index 000000000000..6e05f4952019 --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-yoga-slim-7-aura/lenovo-yoga-slim-7-aura-abhinavflac-478.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-yoga-slim-7-aura-abhinavflac-478", + "base_model_slug": "lenovo-yoga-slim-7-aura", + "name": "Lenovo Yoga Slim 7 Aura Edition 83JX001LIN", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1361, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 5 228V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 478 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-yoga-slim-7-aura/lenovo-yoga-slim-7-aura-abhinavflac-479.json b/data/laptop/lenovo/2024/lenovo-yoga-slim-7-aura/lenovo-yoga-slim-7-aura-abhinavflac-479.json new file mode 100644 index 000000000000..481cc168f485 --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-yoga-slim-7-aura/lenovo-yoga-slim-7-aura-abhinavflac-479.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-yoga-slim-7-aura-abhinavflac-479", + "base_model_slug": "lenovo-yoga-slim-7-aura", + "name": "Lenovo Yoga Slim 7 Aura Edition 83JX001MIN", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1626, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 258V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 479 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-518.json b/data/laptop/lenovo/2024/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-518.json new file mode 100644 index 000000000000..fa967b802d26 --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-518.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-yoga-slim-7-abhinavflac-518", + "base_model_slug": "lenovo-yoga-slim-7", + "name": "Lenovo Yoga Slim 7 14ILL10 83JX001LIN", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1361, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 5 228V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 518 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-632.json b/data/laptop/lenovo/2024/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-632.json new file mode 100644 index 000000000000..cea2ad1969d6 --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-yoga-slim-7/lenovo-yoga-slim-7-abhinavflac-632.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-yoga-slim-7-abhinavflac-632", + "base_model_slug": "lenovo-yoga-slim-7", + "name": "Lenovo Yoga Slim 7 14Q8X9 83ED0065IN", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1120, + "device_category": "Convertible", + "cpu_name": "Snapdragon Snapdragon X Plus X1P-64-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2944x1840" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 632 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-yoga-slim-7i-aura/lenovo-yoga-slim-7i-aura-abhinavflac-729.json b/data/laptop/lenovo/2024/lenovo-yoga-slim-7i-aura/lenovo-yoga-slim-7i-aura-abhinavflac-729.json new file mode 100644 index 000000000000..e2bda64d80f0 --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-yoga-slim-7i-aura/lenovo-yoga-slim-7i-aura-abhinavflac-729.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-yoga-slim-7i-aura-abhinavflac-729", + "base_model_slug": "lenovo-yoga-slim-7i-aura", + "name": "Lenovo Yoga Slim 7i Aura Edition (Intel Core Ultra 7 258V/ 32GB/ 1TB/ Win11)", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1780, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 258V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 729 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-yoga-slim-7x/lenovo-yoga-slim-7x-abhinavflac-862.json b/data/laptop/lenovo/2024/lenovo-yoga-slim-7x/lenovo-yoga-slim-7x-abhinavflac-862.json new file mode 100644 index 000000000000..af0a23646dee --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-yoga-slim-7x/lenovo-yoga-slim-7x-abhinavflac-862.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-yoga-slim-7x-abhinavflac-862", + "base_model_slug": "lenovo-yoga-slim-7x", + "name": "Lenovo Yoga Slim 7x 14Q8X9 83ED003BIN", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1687, + "device_category": "Convertible", + "cpu_name": "Snapdragon Snapdragon X Elite X1E-78-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2944x1840" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 862 + } +} diff --git a/data/laptop/lenovo/2024/lenovo-yoga-slim-9/lenovo-yoga-slim-9-abhinavflac-288.json b/data/laptop/lenovo/2024/lenovo-yoga-slim-9/lenovo-yoga-slim-9-abhinavflac-288.json new file mode 100644 index 000000000000..2f25dd4f93ed --- /dev/null +++ b/data/laptop/lenovo/2024/lenovo-yoga-slim-9/lenovo-yoga-slim-9-abhinavflac-288.json @@ -0,0 +1,27 @@ +{ + "slug": "lenovo-yoga-slim-9-abhinavflac-288", + "base_model_slug": "lenovo-yoga-slim-9", + "name": "Lenovo Yoga Slim 9 14ILL10 83CX002LIN", + "brand": "lenovo", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2410, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 258V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "3840x2400" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 288 + } +} diff --git a/data/laptop/microsoft/2024/microsoft-surface-laptop-7-13-8/microsoft-surface-laptop-7-13-8-abhinavflac-949.json b/data/laptop/microsoft/2024/microsoft-surface-laptop-7-13-8/microsoft-surface-laptop-7-13-8-abhinavflac-949.json new file mode 100644 index 000000000000..17bfcd01139d --- /dev/null +++ b/data/laptop/microsoft/2024/microsoft-surface-laptop-7-13-8/microsoft-surface-laptop-7-13-8-abhinavflac-949.json @@ -0,0 +1,27 @@ +{ + "slug": "microsoft-surface-laptop-7-13-8-abhinavflac-949", + "base_model_slug": "microsoft-surface-laptop-7-13-8", + "name": "Microsoft Surface Laptop 7 13.8 ‎‎ZGQ-00023", + "brand": "microsoft", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2446, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Elite", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 13.0, + "resolution": "2304x1536" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 949 + } +} diff --git a/data/laptop/microsoft/2024/microsoft-surface-laptop-7-15/microsoft-surface-laptop-7-15-abhinavflac-945.json b/data/laptop/microsoft/2024/microsoft-surface-laptop-7-15/microsoft-surface-laptop-7-15-abhinavflac-945.json new file mode 100644 index 000000000000..65f79c38d941 --- /dev/null +++ b/data/laptop/microsoft/2024/microsoft-surface-laptop-7-15/microsoft-surface-laptop-7-15-abhinavflac-945.json @@ -0,0 +1,27 @@ +{ + "slug": "microsoft-surface-laptop-7-15-abhinavflac-945", + "base_model_slug": "microsoft-surface-laptop-7-15", + "name": "Microsoft Surface Laptop 7 15 ‎ZHH-00048", + "brand": "microsoft", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1735, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Elite", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "2496x1664" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 945 + } +} diff --git a/data/laptop/microsoft/2024/microsoft-surface-laptop-7-15/microsoft-surface-laptop-7-15-abhinavflac-951.json b/data/laptop/microsoft/2024/microsoft-surface-laptop-7-15/microsoft-surface-laptop-7-15-abhinavflac-951.json new file mode 100644 index 000000000000..eff1f5cb0e2b --- /dev/null +++ b/data/laptop/microsoft/2024/microsoft-surface-laptop-7-15/microsoft-surface-laptop-7-15-abhinavflac-951.json @@ -0,0 +1,27 @@ +{ + "slug": "microsoft-surface-laptop-7-15-abhinavflac-951", + "base_model_slug": "microsoft-surface-laptop-7-15", + "name": "Microsoft Surface Laptop 7 15 ‎‎ZYT-00048", + "brand": "microsoft", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1889, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Elite", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "2496x1664" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 951 + } +} diff --git a/data/laptop/microsoft/2024/microsoft-surface-laptop-7-15/microsoft-surface-laptop-7-15-abhinavflac-952.json b/data/laptop/microsoft/2024/microsoft-surface-laptop-7-15/microsoft-surface-laptop-7-15-abhinavflac-952.json new file mode 100644 index 000000000000..66bf3c100b00 --- /dev/null +++ b/data/laptop/microsoft/2024/microsoft-surface-laptop-7-15/microsoft-surface-laptop-7-15-abhinavflac-952.json @@ -0,0 +1,27 @@ +{ + "slug": "microsoft-surface-laptop-7-15-abhinavflac-952", + "base_model_slug": "microsoft-surface-laptop-7-15", + "name": "Microsoft Surface Laptop 7 15 ‎ZHG-00023", + "brand": "microsoft", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1614, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Elite", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 256, + "display": { + "size_inch": 15.0, + "resolution": "2496x1664" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 952 + } +} diff --git a/data/laptop/microsoft/2024/microsoft-surface-laptop-7-zgm-00023/microsoft-surface-laptop-7-zgm-00023-abhinavflac-953.json b/data/laptop/microsoft/2024/microsoft-surface-laptop-7-zgm-00023/microsoft-surface-laptop-7-zgm-00023-abhinavflac-953.json new file mode 100644 index 000000000000..953eda41d49e --- /dev/null +++ b/data/laptop/microsoft/2024/microsoft-surface-laptop-7-zgm-00023/microsoft-surface-laptop-7-zgm-00023-abhinavflac-953.json @@ -0,0 +1,27 @@ +{ + "slug": "microsoft-surface-laptop-7-zgm-00023-abhinavflac-953", + "base_model_slug": "microsoft-surface-laptop-7-zgm-00023", + "name": "Microsoft Surface Laptop 7 ‎ZGM-00023", + "brand": "microsoft", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1566, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Plus", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 13.0, + "resolution": "2304x1536" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 953 + } +} diff --git a/data/laptop/microsoft/2024/microsoft-surface-laptop-7-zxx-00059/microsoft-surface-laptop-7-zxx-00059-abhinavflac-950.json b/data/laptop/microsoft/2024/microsoft-surface-laptop-7-zxx-00059/microsoft-surface-laptop-7-zxx-00059-abhinavflac-950.json new file mode 100644 index 000000000000..b9cd36f7c8f1 --- /dev/null +++ b/data/laptop/microsoft/2024/microsoft-surface-laptop-7-zxx-00059/microsoft-surface-laptop-7-zxx-00059-abhinavflac-950.json @@ -0,0 +1,27 @@ +{ + "slug": "microsoft-surface-laptop-7-zxx-00059-abhinavflac-950", + "base_model_slug": "microsoft-surface-laptop-7-zxx-00059", + "name": "Microsoft Surface Laptop 7 ‎ZXX-00059", + "brand": "microsoft", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2060, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Elite", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 13.0, + "resolution": "2304x1536" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 950 + } +} diff --git a/data/laptop/microsoft/2024/microsoft-surface-pro-11-2024/microsoft-surface-pro-11-2024-abhinavflac-947.json b/data/laptop/microsoft/2024/microsoft-surface-pro-11-2024/microsoft-surface-pro-11-2024-abhinavflac-947.json new file mode 100644 index 000000000000..7b8e9c99ce39 --- /dev/null +++ b/data/laptop/microsoft/2024/microsoft-surface-pro-11-2024/microsoft-surface-pro-11-2024-abhinavflac-947.json @@ -0,0 +1,27 @@ +{ + "slug": "microsoft-surface-pro-11-2024-abhinavflac-947", + "base_model_slug": "microsoft-surface-pro-11-2024", + "name": "Microsoft Surface Pro 11 2024 ‎ZID-00014 Laptop", + "brand": "microsoft", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2700, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Elite", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 13.0, + "resolution": "2880x1920" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 947 + } +} diff --git a/data/laptop/microsoft/2024/microsoft-surface-pro-11-2024/microsoft-surface-pro-11-2024-abhinavflac-948.json b/data/laptop/microsoft/2024/microsoft-surface-pro-11-2024/microsoft-surface-pro-11-2024-abhinavflac-948.json new file mode 100644 index 000000000000..8cb88ea19577 --- /dev/null +++ b/data/laptop/microsoft/2024/microsoft-surface-pro-11-2024/microsoft-surface-pro-11-2024-abhinavflac-948.json @@ -0,0 +1,27 @@ +{ + "slug": "microsoft-surface-pro-11-2024-abhinavflac-948", + "base_model_slug": "microsoft-surface-pro-11-2024", + "name": "Microsoft Surface Pro 11 2024 ‎ZHY-00032 Laptop", + "brand": "microsoft", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1530, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Plus", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 13.0, + "resolution": "2880x1920" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 948 + } +} diff --git a/data/laptop/microsoft/2024/microsoft-surface-pro-11-zib-00031/microsoft-surface-pro-11-zib-00031-abhinavflac-946.json b/data/laptop/microsoft/2024/microsoft-surface-pro-11-zib-00031/microsoft-surface-pro-11-zib-00031-abhinavflac-946.json new file mode 100644 index 000000000000..e177d18aa5f2 --- /dev/null +++ b/data/laptop/microsoft/2024/microsoft-surface-pro-11-zib-00031/microsoft-surface-pro-11-zib-00031-abhinavflac-946.json @@ -0,0 +1,27 @@ +{ + "slug": "microsoft-surface-pro-11-zib-00031-abhinavflac-946", + "base_model_slug": "microsoft-surface-pro-11-zib-00031", + "name": "Microsoft Surface Pro 11 ‎ZIB-00031 Laptop", + "brand": "microsoft", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2098, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Elite", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 13.0, + "resolution": "2880x1920" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 946 + } +} diff --git a/data/laptop/microsoft/2024/microsoft-surface-pro-12-ep2-27654/microsoft-surface-pro-12-ep2-27654-abhinavflac-58.json b/data/laptop/microsoft/2024/microsoft-surface-pro-12-ep2-27654/microsoft-surface-pro-12-ep2-27654-abhinavflac-58.json new file mode 100644 index 000000000000..44411b298bb0 --- /dev/null +++ b/data/laptop/microsoft/2024/microsoft-surface-pro-12-ep2-27654/microsoft-surface-pro-12-ep2-27654-abhinavflac-58.json @@ -0,0 +1,27 @@ +{ + "slug": "microsoft-surface-pro-12-ep2-27654-abhinavflac-58", + "base_model_slug": "microsoft-surface-pro-12-ep2-27654", + "name": "Microsoft Surface Pro 12 EP2-27654", + "brand": "microsoft", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1072, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Plus", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 256, + "display": { + "size_inch": 12.0, + "resolution": "2196x1464" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 58 + } +} diff --git a/data/laptop/microsoft/2024/microsoft-surface-pro-12-ep2-27670/microsoft-surface-pro-12-ep2-27670-abhinavflac-59.json b/data/laptop/microsoft/2024/microsoft-surface-pro-12-ep2-27670/microsoft-surface-pro-12-ep2-27670-abhinavflac-59.json new file mode 100644 index 000000000000..2009dcb19984 --- /dev/null +++ b/data/laptop/microsoft/2024/microsoft-surface-pro-12-ep2-27670/microsoft-surface-pro-12-ep2-27670-abhinavflac-59.json @@ -0,0 +1,27 @@ +{ + "slug": "microsoft-surface-pro-12-ep2-27670-abhinavflac-59", + "base_model_slug": "microsoft-surface-pro-12-ep2-27670", + "name": "Microsoft Surface Pro 12 EP2-27670", + "brand": "microsoft", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1181, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Plus", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 12.0, + "resolution": "2196x1464" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 59 + } +} diff --git a/data/laptop/motorola/2024/motorola-motobook-60-pro/motorola-motobook-60-pro-abhinavflac-143.json b/data/laptop/motorola/2024/motorola-motobook-60-pro/motorola-motobook-60-pro-abhinavflac-143.json new file mode 100644 index 000000000000..e8704f5e4ceb --- /dev/null +++ b/data/laptop/motorola/2024/motorola-motobook-60-pro/motorola-motobook-60-pro-abhinavflac-143.json @@ -0,0 +1,27 @@ +{ + "slug": "motorola-motobook-60-pro-abhinavflac-143", + "base_model_slug": "motorola-motobook-60-pro", + "name": "Motorola Motobook 60 Pro 14IAH101 83NY000BIN", + "brand": "motorola", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1024, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 255H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1880" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 143 + } +} diff --git a/data/laptop/motorola/2024/motorola-motobook-60-pro/motorola-motobook-60-pro-abhinavflac-144.json b/data/laptop/motorola/2024/motorola-motobook-60-pro/motorola-motobook-60-pro-abhinavflac-144.json new file mode 100644 index 000000000000..7623137f4eb6 --- /dev/null +++ b/data/laptop/motorola/2024/motorola-motobook-60-pro/motorola-motobook-60-pro-abhinavflac-144.json @@ -0,0 +1,27 @@ +{ + "slug": "motorola-motobook-60-pro-abhinavflac-144", + "base_model_slug": "motorola-motobook-60-pro", + "name": "Motorola Motobook 60 Pro 83NY000AIN", + "brand": "motorola", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 783, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 225H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1880" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 144 + } +} diff --git a/data/laptop/motorola/2024/motorola-motobook-60/motorola-motobook-60-abhinavflac-545.json b/data/laptop/motorola/2024/motorola-motobook-60/motorola-motobook-60-abhinavflac-545.json new file mode 100644 index 000000000000..46bb8232fead --- /dev/null +++ b/data/laptop/motorola/2024/motorola-motobook-60/motorola-motobook-60-abhinavflac-545.json @@ -0,0 +1,27 @@ +{ + "slug": "motorola-motobook-60-abhinavflac-545", + "base_model_slug": "motorola-motobook-60", + "name": "Motorola Motobook 60 83J7000DIN", + "brand": "motorola", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 807, + "device_category": "General", + "cpu_name": "Intel Core 7 240H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1880" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 545 + } +} diff --git a/data/laptop/motorola/2024/motorola-motobook-60/motorola-motobook-60-abhinavflac-546.json b/data/laptop/motorola/2024/motorola-motobook-60/motorola-motobook-60-abhinavflac-546.json new file mode 100644 index 000000000000..c6be7eab25d5 --- /dev/null +++ b/data/laptop/motorola/2024/motorola-motobook-60/motorola-motobook-60-abhinavflac-546.json @@ -0,0 +1,27 @@ +{ + "slug": "motorola-motobook-60-abhinavflac-546", + "base_model_slug": "motorola-motobook-60", + "name": "Motorola Motobook 60 83J70008IN", + "brand": "motorola", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 783, + "device_category": "General", + "cpu_name": "Intel Core 7 240H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "2880x1880" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 546 + } +} diff --git a/data/laptop/motorola/2024/motorola-motobook-60/motorola-motobook-60-abhinavflac-559.json b/data/laptop/motorola/2024/motorola-motobook-60/motorola-motobook-60-abhinavflac-559.json new file mode 100644 index 000000000000..d663272c48c7 --- /dev/null +++ b/data/laptop/motorola/2024/motorola-motobook-60/motorola-motobook-60-abhinavflac-559.json @@ -0,0 +1,27 @@ +{ + "slug": "motorola-motobook-60-abhinavflac-559", + "base_model_slug": "motorola-motobook-60", + "name": "Motorola Motobook 60", + "brand": "motorola", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 663, + "device_category": "General", + "cpu_name": "Intel Core 5 210H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "2880x1880" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 559 + } +} diff --git a/data/laptop/msi/2019/msi-stealth-16-ai-plus/msi-stealth-16-ai-plus-abhinavflac-784.json b/data/laptop/msi/2019/msi-stealth-16-ai-plus/msi-stealth-16-ai-plus-abhinavflac-784.json new file mode 100644 index 000000000000..8a35354327b8 --- /dev/null +++ b/data/laptop/msi/2019/msi-stealth-16-ai-plus/msi-stealth-16-ai-plus-abhinavflac-784.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-stealth-16-ai-plus-abhinavflac-784", + "base_model_slug": "msi-stealth-16-ai-plus", + "name": "MSI Stealth 16 AI Plus A3HVFG-075IN Gaming", + "brand": "msi", + "release_date": "2019-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2396, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen Ai 9 365", + "gpu_name": "NVIDIA GeForce RTX RTX 4060", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 784 + } +} diff --git a/data/laptop/msi/2019/msi-summit-a16-ai-plus/msi-summit-a16-ai-plus-abhinavflac-206.json b/data/laptop/msi/2019/msi-summit-a16-ai-plus/msi-summit-a16-ai-plus-abhinavflac-206.json new file mode 100644 index 000000000000..09827c5cf389 --- /dev/null +++ b/data/laptop/msi/2019/msi-summit-a16-ai-plus/msi-summit-a16-ai-plus-abhinavflac-206.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-summit-a16-ai-plus-abhinavflac-206", + "base_model_slug": "msi-summit-a16-ai-plus", + "name": "MSI Summit A16 AI Plus A3HMTG-095IN 2 in 1", + "brand": "msi", + "release_date": "2019-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1747, + "device_category": "Convertible", + "cpu_name": "AMD Ryzen Ai 9 365", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 206 + } +} diff --git a/data/laptop/msi/2019/msi-venture-a16-ai-a3hmg-022in/msi-venture-a16-ai-a3hmg-022in-abhinavflac-148.json b/data/laptop/msi/2019/msi-venture-a16-ai-a3hmg-022in/msi-venture-a16-ai-a3hmg-022in-abhinavflac-148.json new file mode 100644 index 000000000000..8ea31f97666b --- /dev/null +++ b/data/laptop/msi/2019/msi-venture-a16-ai-a3hmg-022in/msi-venture-a16-ai-a3hmg-022in-abhinavflac-148.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-venture-a16-ai-a3hmg-022in-abhinavflac-148", + "base_model_slug": "msi-venture-a16-ai-a3hmg-022in", + "name": "MSI Venture A16 AI+ A3HMG-022IN (AMD Ryzen AI 7 350/ 16GB/ 1TB SSD/ Win11 Home)", + "brand": "msi", + "release_date": "2019-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1349, + "device_category": "General", + "cpu_name": "AMD Ryzen Ai 7 350", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2048x1280" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 148 + } +} diff --git a/data/laptop/msi/2019/msi-venturepro-a15-a3hweg-011in/msi-venturepro-a15-a3hweg-011in-abhinavflac-15.json b/data/laptop/msi/2019/msi-venturepro-a15-a3hweg-011in/msi-venturepro-a15-a3hweg-011in-abhinavflac-15.json new file mode 100644 index 000000000000..184ab221a0e8 --- /dev/null +++ b/data/laptop/msi/2019/msi-venturepro-a15-a3hweg-011in/msi-venturepro-a15-a3hweg-011in-abhinavflac-15.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-venturepro-a15-a3hweg-011in-abhinavflac-15", + "base_model_slug": "msi-venturepro-a15-a3hweg-011in", + "name": "MSI VenturePro A15 A3HWEG-011IN", + "brand": "msi", + "release_date": "2019-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1506, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 350", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 15 + } +} diff --git a/data/laptop/msi/2022/msi-cyborg-15-a12ucx-1469in-gaming/msi-cyborg-15-a12ucx-1469in-gaming-abhinavflac-597.json b/data/laptop/msi/2022/msi-cyborg-15-a12ucx-1469in-gaming/msi-cyborg-15-a12ucx-1469in-gaming-abhinavflac-597.json new file mode 100644 index 000000000000..fd419c2a34e7 --- /dev/null +++ b/data/laptop/msi/2022/msi-cyborg-15-a12ucx-1469in-gaming/msi-cyborg-15-a12ucx-1469in-gaming-abhinavflac-597.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-cyborg-15-a12ucx-1469in-gaming-abhinavflac-597", + "base_model_slug": "msi-cyborg-15-a12ucx-1469in-gaming", + "name": "MSI Cyborg 15 A12UCX-1469IN Gaming", + "brand": "msi", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 759, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 12450H", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 597 + } +} diff --git a/data/laptop/msi/2022/msi-modern-14-c12mo-1211in/msi-modern-14-c12mo-1211in-abhinavflac-899.json b/data/laptop/msi/2022/msi-modern-14-c12mo-1211in/msi-modern-14-c12mo-1211in-abhinavflac-899.json new file mode 100644 index 000000000000..e026cb7581a5 --- /dev/null +++ b/data/laptop/msi/2022/msi-modern-14-c12mo-1211in/msi-modern-14-c12mo-1211in-abhinavflac-899.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-modern-14-c12mo-1211in-abhinavflac-899", + "base_model_slug": "msi-modern-14-c12mo-1211in", + "name": "MSI Modern 14 C12MO-1211IN", + "brand": "msi", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 633, + "device_category": "General", + "cpu_name": "Intel Core I7 1255U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 899 + } +} diff --git a/data/laptop/msi/2022/msi-modern-14-c12mo-1213in/msi-modern-14-c12mo-1213in-abhinavflac-861.json b/data/laptop/msi/2022/msi-modern-14-c12mo-1213in/msi-modern-14-c12mo-1213in-abhinavflac-861.json new file mode 100644 index 000000000000..7de61736ce96 --- /dev/null +++ b/data/laptop/msi/2022/msi-modern-14-c12mo-1213in/msi-modern-14-c12mo-1213in-abhinavflac-861.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-modern-14-c12mo-1213in-abhinavflac-861", + "base_model_slug": "msi-modern-14-c12mo-1213in", + "name": "MSI Modern 14 C12MO-1213IN", + "brand": "msi", + "release_date": "2022-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 385, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 861 + } +} diff --git a/data/laptop/msi/2022/msi-modern-14-c12mo-1248in/msi-modern-14-c12mo-1248in-abhinavflac-645.json b/data/laptop/msi/2022/msi-modern-14-c12mo-1248in/msi-modern-14-c12mo-1248in-abhinavflac-645.json new file mode 100644 index 000000000000..5198bb281c79 --- /dev/null +++ b/data/laptop/msi/2022/msi-modern-14-c12mo-1248in/msi-modern-14-c12mo-1248in-abhinavflac-645.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-modern-14-c12mo-1248in-abhinavflac-645", + "base_model_slug": "msi-modern-14-c12mo-1248in", + "name": "MSI Modern 14 C12MO-1248IN", + "brand": "msi", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 434, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 645 + } +} diff --git a/data/laptop/msi/2022/msi-modern-14-c12mo-1299in/msi-modern-14-c12mo-1299in-abhinavflac-576.json b/data/laptop/msi/2022/msi-modern-14-c12mo-1299in/msi-modern-14-c12mo-1299in-abhinavflac-576.json new file mode 100644 index 000000000000..cbf759e19f95 --- /dev/null +++ b/data/laptop/msi/2022/msi-modern-14-c12mo-1299in/msi-modern-14-c12mo-1299in-abhinavflac-576.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-modern-14-c12mo-1299in-abhinavflac-576", + "base_model_slug": "msi-modern-14-c12mo-1299in", + "name": "MSI Modern 14 C12MO-1299IN", + "brand": "msi", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 554, + "device_category": "General", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 576 + } +} diff --git a/data/laptop/msi/2022/msi-modern-14-c12mo-1400in/msi-modern-14-c12mo-1400in-abhinavflac-389.json b/data/laptop/msi/2022/msi-modern-14-c12mo-1400in/msi-modern-14-c12mo-1400in-abhinavflac-389.json new file mode 100644 index 000000000000..5dc4b7bae41e --- /dev/null +++ b/data/laptop/msi/2022/msi-modern-14-c12mo-1400in/msi-modern-14-c12mo-1400in-abhinavflac-389.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-modern-14-c12mo-1400in-abhinavflac-389", + "base_model_slug": "msi-modern-14-c12mo-1400in", + "name": "MSI Modern 14 C12MO-1400IN", + "brand": "msi", + "release_date": "2022-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 494, + "device_category": "General", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 389 + } +} diff --git a/data/laptop/msi/2022/msi-modern-14-c12mo-1402in/msi-modern-14-c12mo-1402in-abhinavflac-388.json b/data/laptop/msi/2022/msi-modern-14-c12mo-1402in/msi-modern-14-c12mo-1402in-abhinavflac-388.json new file mode 100644 index 000000000000..6fc220953816 --- /dev/null +++ b/data/laptop/msi/2022/msi-modern-14-c12mo-1402in/msi-modern-14-c12mo-1402in-abhinavflac-388.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-modern-14-c12mo-1402in-abhinavflac-388", + "base_model_slug": "msi-modern-14-c12mo-1402in", + "name": "MSI Modern 14 C12MO-1402IN", + "brand": "msi", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 397, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 388 + } +} diff --git a/data/laptop/msi/2022/msi-modern-15-b12mo-1006in/msi-modern-15-b12mo-1006in-abhinavflac-891.json b/data/laptop/msi/2022/msi-modern-15-b12mo-1006in/msi-modern-15-b12mo-1006in-abhinavflac-891.json new file mode 100644 index 000000000000..1791cf3ed058 --- /dev/null +++ b/data/laptop/msi/2022/msi-modern-15-b12mo-1006in/msi-modern-15-b12mo-1006in-abhinavflac-891.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-modern-15-b12mo-1006in-abhinavflac-891", + "base_model_slug": "msi-modern-15-b12mo-1006in", + "name": "MSI Modern 15 B12MO-1006IN", + "brand": "msi", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 602, + "device_category": "General", + "cpu_name": "Intel Core I7 1255U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 891 + } +} diff --git a/data/laptop/msi/2022/msi-modern-15-b12mo-1008in/msi-modern-15-b12mo-1008in-abhinavflac-857.json b/data/laptop/msi/2022/msi-modern-15-b12mo-1008in/msi-modern-15-b12mo-1008in-abhinavflac-857.json new file mode 100644 index 000000000000..d166ec5c25df --- /dev/null +++ b/data/laptop/msi/2022/msi-modern-15-b12mo-1008in/msi-modern-15-b12mo-1008in-abhinavflac-857.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-modern-15-b12mo-1008in-abhinavflac-857", + "base_model_slug": "msi-modern-15-b12mo-1008in", + "name": "MSI Modern 15 B12MO-1008IN", + "brand": "msi", + "release_date": "2022-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 407, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 857 + } +} diff --git a/data/laptop/msi/2022/msi-modern-15-b12mo-1049in/msi-modern-15-b12mo-1049in-abhinavflac-599.json b/data/laptop/msi/2022/msi-modern-15-b12mo-1049in/msi-modern-15-b12mo-1049in-abhinavflac-599.json new file mode 100644 index 000000000000..51af1bc046f9 --- /dev/null +++ b/data/laptop/msi/2022/msi-modern-15-b12mo-1049in/msi-modern-15-b12mo-1049in-abhinavflac-599.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-modern-15-b12mo-1049in-abhinavflac-599", + "base_model_slug": "msi-modern-15-b12mo-1049in", + "name": "MSI Modern 15 B12MO-1049IN", + "brand": "msi", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 428, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 599 + } +} diff --git a/data/laptop/msi/2022/msi-modern-15-b12mo-1050in/msi-modern-15-b12mo-1050in-abhinavflac-433.json b/data/laptop/msi/2022/msi-modern-15-b12mo-1050in/msi-modern-15-b12mo-1050in-abhinavflac-433.json new file mode 100644 index 000000000000..7c4860de87ac --- /dev/null +++ b/data/laptop/msi/2022/msi-modern-15-b12mo-1050in/msi-modern-15-b12mo-1050in-abhinavflac-433.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-modern-15-b12mo-1050in-abhinavflac-433", + "base_model_slug": "msi-modern-15-b12mo-1050in", + "name": "MSI Modern 15 B12MO-1050IN", + "brand": "msi", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 638, + "device_category": "General", + "cpu_name": "Intel Core I7 1255U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 433 + } +} diff --git a/data/laptop/msi/2022/msi-modern-15-b12mo-1051in/msi-modern-15-b12mo-1051in-abhinavflac-578.json b/data/laptop/msi/2022/msi-modern-15-b12mo-1051in/msi-modern-15-b12mo-1051in-abhinavflac-578.json new file mode 100644 index 000000000000..fec74357014f --- /dev/null +++ b/data/laptop/msi/2022/msi-modern-15-b12mo-1051in/msi-modern-15-b12mo-1051in-abhinavflac-578.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-modern-15-b12mo-1051in-abhinavflac-578", + "base_model_slug": "msi-modern-15-b12mo-1051in", + "name": "MSI Modern 15 B12MO-1051IN", + "brand": "msi", + "release_date": "2022-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 518, + "device_category": "General", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 578 + } +} diff --git a/data/laptop/msi/2022/msi-thin-15-b12uc-2239in-gaming/msi-thin-15-b12uc-2239in-gaming-abhinavflac-719.json b/data/laptop/msi/2022/msi-thin-15-b12uc-2239in-gaming/msi-thin-15-b12uc-2239in-gaming-abhinavflac-719.json new file mode 100644 index 000000000000..acf4993cf116 --- /dev/null +++ b/data/laptop/msi/2022/msi-thin-15-b12uc-2239in-gaming/msi-thin-15-b12uc-2239in-gaming-abhinavflac-719.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-thin-15-b12uc-2239in-gaming-abhinavflac-719", + "base_model_slug": "msi-thin-15-b12uc-2239in-gaming", + "name": "MSI Thin 15 B12UC-2239IN Gaming", + "brand": "msi", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 879, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 12650H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 719 + } +} diff --git a/data/laptop/msi/2022/msi-thin-15-b12uc-2240in-gaming/msi-thin-15-b12uc-2240in-gaming-abhinavflac-709.json b/data/laptop/msi/2022/msi-thin-15-b12uc-2240in-gaming/msi-thin-15-b12uc-2240in-gaming-abhinavflac-709.json new file mode 100644 index 000000000000..ade4e3a1c43f --- /dev/null +++ b/data/laptop/msi/2022/msi-thin-15-b12uc-2240in-gaming/msi-thin-15-b12uc-2240in-gaming-abhinavflac-709.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-thin-15-b12uc-2240in-gaming-abhinavflac-709", + "base_model_slug": "msi-thin-15-b12uc-2240in-gaming", + "name": "MSI Thin 15 B12UC-2240IN Gaming", + "brand": "msi", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 765, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 12650H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 709 + } +} diff --git a/data/laptop/msi/2022/msi-thin-15-b12uc-2242in-gaming/msi-thin-15-b12uc-2242in-gaming-abhinavflac-711.json b/data/laptop/msi/2022/msi-thin-15-b12uc-2242in-gaming/msi-thin-15-b12uc-2242in-gaming-abhinavflac-711.json new file mode 100644 index 000000000000..bb4bccb76b88 --- /dev/null +++ b/data/laptop/msi/2022/msi-thin-15-b12uc-2242in-gaming/msi-thin-15-b12uc-2242in-gaming-abhinavflac-711.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-thin-15-b12uc-2242in-gaming-abhinavflac-711", + "base_model_slug": "msi-thin-15-b12uc-2242in-gaming", + "name": "MSI Thin 15 B12UC-2242IN Gaming", + "brand": "msi", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 735, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 12650H", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 711 + } +} diff --git a/data/laptop/msi/2023/msi-creator-z17-hx-studio/msi-creator-z17-hx-studio-abhinavflac-858.json b/data/laptop/msi/2023/msi-creator-z17-hx-studio/msi-creator-z17-hx-studio-abhinavflac-858.json new file mode 100644 index 000000000000..98540c046b05 --- /dev/null +++ b/data/laptop/msi/2023/msi-creator-z17-hx-studio/msi-creator-z17-hx-studio-abhinavflac-858.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-creator-z17-hx-studio-abhinavflac-858", + "base_model_slug": "msi-creator-z17-hx-studio", + "name": "MSI Creator Z17 HX Studio A14VGT-405IN Creator", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 3614, + "device_category": "General", + "cpu_name": "Intel Core I7 14700HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4070", + "gpu_type": "Dedicated", + "storage_gb": 2048, + "display": { + "size_inch": 17.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 858 + } +} diff --git a/data/laptop/msi/2023/msi-crosshair-16-hx-d14vfkg-452in/msi-crosshair-16-hx-d14vfkg-452in-abhinavflac-832.json b/data/laptop/msi/2023/msi-crosshair-16-hx-d14vfkg-452in/msi-crosshair-16-hx-d14vfkg-452in-abhinavflac-832.json new file mode 100644 index 000000000000..24d4d178d417 --- /dev/null +++ b/data/laptop/msi/2023/msi-crosshair-16-hx-d14vfkg-452in/msi-crosshair-16-hx-d14vfkg-452in-abhinavflac-832.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-crosshair-16-hx-d14vfkg-452in-abhinavflac-832", + "base_model_slug": "msi-crosshair-16-hx-d14vfkg-452in", + "name": "MSI Crosshair 16 HX D14VFKG-452IN Gaming", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1627, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4060", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1440" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 832 + } +} diff --git a/data/laptop/msi/2023/msi-katana-15-b13vek-2220in-gaming/msi-katana-15-b13vek-2220in-gaming-abhinavflac-571.json b/data/laptop/msi/2023/msi-katana-15-b13vek-2220in-gaming/msi-katana-15-b13vek-2220in-gaming-abhinavflac-571.json new file mode 100644 index 000000000000..ac238ad7dd4a --- /dev/null +++ b/data/laptop/msi/2023/msi-katana-15-b13vek-2220in-gaming/msi-katana-15-b13vek-2220in-gaming-abhinavflac-571.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-katana-15-b13vek-2220in-gaming-abhinavflac-571", + "base_model_slug": "msi-katana-15-b13vek-2220in-gaming", + "name": "MSI Katana 15 B13VEK-2220IN Gaming", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1241, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13700H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 571 + } +} diff --git a/data/laptop/msi/2023/msi-katana-15-b13vek-2432in-gaming/msi-katana-15-b13vek-2432in-gaming-abhinavflac-75.json b/data/laptop/msi/2023/msi-katana-15-b13vek-2432in-gaming/msi-katana-15-b13vek-2432in-gaming-abhinavflac-75.json new file mode 100644 index 000000000000..cd3747247c8c --- /dev/null +++ b/data/laptop/msi/2023/msi-katana-15-b13vek-2432in-gaming/msi-katana-15-b13vek-2432in-gaming-abhinavflac-75.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-katana-15-b13vek-2432in-gaming-abhinavflac-75", + "base_model_slug": "msi-katana-15-b13vek-2432in-gaming", + "name": "MSI Katana 15 B13VEK-2432IN Gaming", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1096, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 75 + } +} diff --git a/data/laptop/msi/2023/msi-katana-15-b14wfk-102in-gaming/msi-katana-15-b14wfk-102in-gaming-abhinavflac-26.json b/data/laptop/msi/2023/msi-katana-15-b14wfk-102in-gaming/msi-katana-15-b14wfk-102in-gaming-abhinavflac-26.json new file mode 100644 index 000000000000..fd4ee1295a55 --- /dev/null +++ b/data/laptop/msi/2023/msi-katana-15-b14wfk-102in-gaming/msi-katana-15-b14wfk-102in-gaming-abhinavflac-26.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-katana-15-b14wfk-102in-gaming-abhinavflac-26", + "base_model_slug": "msi-katana-15-b14wfk-102in-gaming", + "name": "MSI Katana 15 B14WFK-102IN Gaming", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1626, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "2560x1440" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 26 + } +} diff --git a/data/laptop/msi/2023/msi-katana-15-gaming/msi-katana-15-gaming-abhinavflac-303.json b/data/laptop/msi/2023/msi-katana-15-gaming/msi-katana-15-gaming-abhinavflac-303.json new file mode 100644 index 000000000000..8997e1f7fe16 --- /dev/null +++ b/data/laptop/msi/2023/msi-katana-15-gaming/msi-katana-15-gaming-abhinavflac-303.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-katana-15-gaming-abhinavflac-303", + "base_model_slug": "msi-katana-15-gaming", + "name": "MSI Katana 15 B13UDXK Gaming", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 940, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 303 + } +} diff --git a/data/laptop/msi/2023/msi-katana-15-hx-b14wek-266in/msi-katana-15-hx-b14wek-266in-abhinavflac-260.json b/data/laptop/msi/2023/msi-katana-15-hx-b14wek-266in/msi-katana-15-hx-b14wek-266in-abhinavflac-260.json new file mode 100644 index 000000000000..e429f27363ae --- /dev/null +++ b/data/laptop/msi/2023/msi-katana-15-hx-b14wek-266in/msi-katana-15-hx-b14wek-266in-abhinavflac-260.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-katana-15-hx-b14wek-266in-abhinavflac-260", + "base_model_slug": "msi-katana-15-hx-b14wek-266in", + "name": "MSI Katana 15 HX B14WEK-266IN Gaming", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1385, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 260 + } +} diff --git a/data/laptop/msi/2023/msi-katana-15-hx-b14wek-438in/msi-katana-15-hx-b14wek-438in-abhinavflac-342.json b/data/laptop/msi/2023/msi-katana-15-hx-b14wek-438in/msi-katana-15-hx-b14wek-438in-abhinavflac-342.json new file mode 100644 index 000000000000..b14287b796f3 --- /dev/null +++ b/data/laptop/msi/2023/msi-katana-15-hx-b14wek-438in/msi-katana-15-hx-b14wek-438in-abhinavflac-342.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-katana-15-hx-b14wek-438in-abhinavflac-342", + "base_model_slug": "msi-katana-15-hx-b14wek-438in", + "name": "MSI Katana 15 HX B14WEK-438IN Gaming", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1241, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 14450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 342 + } +} diff --git a/data/laptop/msi/2023/msi-katana-15-hx-b14wek-642in/msi-katana-15-hx-b14wek-642in-abhinavflac-215.json b/data/laptop/msi/2023/msi-katana-15-hx-b14wek-642in/msi-katana-15-hx-b14wek-642in-abhinavflac-215.json new file mode 100644 index 000000000000..fe10bd7ff322 --- /dev/null +++ b/data/laptop/msi/2023/msi-katana-15-hx-b14wek-642in/msi-katana-15-hx-b14wek-642in-abhinavflac-215.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-katana-15-hx-b14wek-642in-abhinavflac-215", + "base_model_slug": "msi-katana-15-hx-b14wek-642in", + "name": "MSI Katana 15 HX B14WEK-642IN Gaming", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1385, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 14450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 215 + } +} diff --git a/data/laptop/msi/2023/msi-katana-15-hx-b14wfk-261in/msi-katana-15-hx-b14wfk-261in-abhinavflac-127.json b/data/laptop/msi/2023/msi-katana-15-hx-b14wfk-261in/msi-katana-15-hx-b14wfk-261in-abhinavflac-127.json new file mode 100644 index 000000000000..4674087fdd04 --- /dev/null +++ b/data/laptop/msi/2023/msi-katana-15-hx-b14wfk-261in/msi-katana-15-hx-b14wfk-261in-abhinavflac-127.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-katana-15-hx-b14wfk-261in-abhinavflac-127", + "base_model_slug": "msi-katana-15-hx-b14wfk-261in", + "name": "MSI Katana 15 HX B14WFK-261IN Gaming", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1699, + "device_category": "Gaming", + "cpu_name": "Intel Core I9 14900HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "2560x1440" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 127 + } +} diff --git a/data/laptop/msi/2023/msi-katana-15-hx-b14wfk-262in/msi-katana-15-hx-b14wfk-262in-abhinavflac-261.json b/data/laptop/msi/2023/msi-katana-15-hx-b14wfk-262in/msi-katana-15-hx-b14wfk-262in-abhinavflac-261.json new file mode 100644 index 000000000000..3188ecc8fa27 --- /dev/null +++ b/data/laptop/msi/2023/msi-katana-15-hx-b14wfk-262in/msi-katana-15-hx-b14wfk-262in-abhinavflac-261.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-katana-15-hx-b14wfk-262in-abhinavflac-261", + "base_model_slug": "msi-katana-15-hx-b14wfk-262in", + "name": "MSI Katana 15 HX B14WFK-262IN Gaming", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1626, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "2560x1440" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 261 + } +} diff --git a/data/laptop/msi/2023/msi-katana-15-hx-b14wfk-641in/msi-katana-15-hx-b14wfk-641in-abhinavflac-216.json b/data/laptop/msi/2023/msi-katana-15-hx-b14wfk-641in/msi-katana-15-hx-b14wfk-641in-abhinavflac-216.json new file mode 100644 index 000000000000..7b98e23b6068 --- /dev/null +++ b/data/laptop/msi/2023/msi-katana-15-hx-b14wfk-641in/msi-katana-15-hx-b14wfk-641in-abhinavflac-216.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-katana-15-hx-b14wfk-641in-abhinavflac-216", + "base_model_slug": "msi-katana-15-hx-b14wfk-641in", + "name": "MSI Katana 15 HX B14WFK-641IN Gaming", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1626, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 14450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 216 + } +} diff --git a/data/laptop/msi/2023/msi-katana-15-hx-b14wgk-256in/msi-katana-15-hx-b14wgk-256in-abhinavflac-263.json b/data/laptop/msi/2023/msi-katana-15-hx-b14wgk-256in/msi-katana-15-hx-b14wgk-256in-abhinavflac-263.json new file mode 100644 index 000000000000..154603e24520 --- /dev/null +++ b/data/laptop/msi/2023/msi-katana-15-hx-b14wgk-256in/msi-katana-15-hx-b14wgk-256in-abhinavflac-263.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-katana-15-hx-b14wgk-256in-abhinavflac-263", + "base_model_slug": "msi-katana-15-hx-b14wgk-256in", + "name": "MSI Katana 15 HX B14WGK-256IN Gaming", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1928, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "2560x1440" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 263 + } +} diff --git a/data/laptop/msi/2023/msi-katana-17-hx-b14wgk-085in/msi-katana-17-hx-b14wgk-085in-abhinavflac-335.json b/data/laptop/msi/2023/msi-katana-17-hx-b14wgk-085in/msi-katana-17-hx-b14wgk-085in-abhinavflac-335.json new file mode 100644 index 000000000000..7b092b6c1ea6 --- /dev/null +++ b/data/laptop/msi/2023/msi-katana-17-hx-b14wgk-085in/msi-katana-17-hx-b14wgk-085in-abhinavflac-335.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-katana-17-hx-b14wgk-085in-abhinavflac-335", + "base_model_slug": "msi-katana-17-hx-b14wgk-085in", + "name": "MSI Katana 17 HX B14WGK-085IN Gaming", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2144, + "device_category": "Gaming", + "cpu_name": "Intel Core I9 14900HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 17.0, + "resolution": "2560x1440" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 335 + } +} diff --git a/data/laptop/msi/2023/msi-modern-14-c13m-115in/msi-modern-14-c13m-115in-abhinavflac-191.json b/data/laptop/msi/2023/msi-modern-14-c13m-115in/msi-modern-14-c13m-115in-abhinavflac-191.json new file mode 100644 index 000000000000..460d15bb8265 --- /dev/null +++ b/data/laptop/msi/2023/msi-modern-14-c13m-115in/msi-modern-14-c13m-115in-abhinavflac-191.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-modern-14-c13m-115in-abhinavflac-191", + "base_model_slug": "msi-modern-14-c13m-115in", + "name": "MSI Modern 14 C13M-115IN", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 367, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 191 + } +} diff --git a/data/laptop/msi/2023/msi-modern-14-c13m-116in/msi-modern-14-c13m-116in-abhinavflac-192.json b/data/laptop/msi/2023/msi-modern-14-c13m-116in/msi-modern-14-c13m-116in-abhinavflac-192.json new file mode 100644 index 000000000000..5223651bd99b --- /dev/null +++ b/data/laptop/msi/2023/msi-modern-14-c13m-116in/msi-modern-14-c13m-116in-abhinavflac-192.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-modern-14-c13m-116in-abhinavflac-192", + "base_model_slug": "msi-modern-14-c13m-116in", + "name": "MSI Modern 14 C13M-116IN", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 542, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 192 + } +} diff --git a/data/laptop/msi/2023/msi-modern-14-c13m-1424in/msi-modern-14-c13m-1424in-abhinavflac-297.json b/data/laptop/msi/2023/msi-modern-14-c13m-1424in/msi-modern-14-c13m-1424in-abhinavflac-297.json new file mode 100644 index 000000000000..08ea6978eac2 --- /dev/null +++ b/data/laptop/msi/2023/msi-modern-14-c13m-1424in/msi-modern-14-c13m-1424in-abhinavflac-297.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-modern-14-c13m-1424in-abhinavflac-297", + "base_model_slug": "msi-modern-14-c13m-1424in", + "name": "MSI Modern 14 C13M-1424IN", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 458, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 297 + } +} diff --git a/data/laptop/msi/2023/msi-modern-14-c7m-105in/msi-modern-14-c7m-105in-abhinavflac-11.json b/data/laptop/msi/2023/msi-modern-14-c7m-105in/msi-modern-14-c7m-105in-abhinavflac-11.json new file mode 100644 index 000000000000..8675c1a46119 --- /dev/null +++ b/data/laptop/msi/2023/msi-modern-14-c7m-105in/msi-modern-14-c7m-105in-abhinavflac-11.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-modern-14-c7m-105in-abhinavflac-11", + "base_model_slug": "msi-modern-14-c7m-105in", + "name": "MSI Modern 14 C7M-105IN", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 494, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7530U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 11 + } +} diff --git a/data/laptop/msi/2023/msi-modern-14-c7m-283in/msi-modern-14-c7m-283in-abhinavflac-598.json b/data/laptop/msi/2023/msi-modern-14-c7m-283in/msi-modern-14-c7m-283in-abhinavflac-598.json new file mode 100644 index 000000000000..59f739f3ce3d --- /dev/null +++ b/data/laptop/msi/2023/msi-modern-14-c7m-283in/msi-modern-14-c7m-283in-abhinavflac-598.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-modern-14-c7m-283in-abhinavflac-598", + "base_model_slug": "msi-modern-14-c7m-283in", + "name": "MSI Modern 14 C7M-283IN", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 476, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7530U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 598 + } +} diff --git a/data/laptop/msi/2023/msi-modern-14-c7m-284in/msi-modern-14-c7m-284in-abhinavflac-594.json b/data/laptop/msi/2023/msi-modern-14-c7m-284in/msi-modern-14-c7m-284in-abhinavflac-594.json new file mode 100644 index 000000000000..ec62bce6d4bf --- /dev/null +++ b/data/laptop/msi/2023/msi-modern-14-c7m-284in/msi-modern-14-c7m-284in-abhinavflac-594.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-modern-14-c7m-284in-abhinavflac-594", + "base_model_slug": "msi-modern-14-c7m-284in", + "name": "MSI Modern 14 C7M-284IN", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 470, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7530U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 594 + } +} diff --git a/data/laptop/msi/2023/msi-modern-14-c7m-285in/msi-modern-14-c7m-285in-abhinavflac-593.json b/data/laptop/msi/2023/msi-modern-14-c7m-285in/msi-modern-14-c7m-285in-abhinavflac-593.json new file mode 100644 index 000000000000..0bd304bbcbbc --- /dev/null +++ b/data/laptop/msi/2023/msi-modern-14-c7m-285in/msi-modern-14-c7m-285in-abhinavflac-593.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-modern-14-c7m-285in-abhinavflac-593", + "base_model_slug": "msi-modern-14-c7m-285in", + "name": "MSI Modern 14 C7M-285IN", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 602, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 7730U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 593 + } +} diff --git a/data/laptop/msi/2023/msi-modern-15-b13ve-2089in/msi-modern-15-b13ve-2089in-abhinavflac-890.json b/data/laptop/msi/2023/msi-modern-15-b13ve-2089in/msi-modern-15-b13ve-2089in-abhinavflac-890.json new file mode 100644 index 000000000000..56ebcbe06eb9 --- /dev/null +++ b/data/laptop/msi/2023/msi-modern-15-b13ve-2089in/msi-modern-15-b13ve-2089in-abhinavflac-890.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-modern-15-b13ve-2089in-abhinavflac-890", + "base_model_slug": "msi-modern-15-b13ve-2089in", + "name": "MSI Modern 15 B13VE-2089IN", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1084, + "device_category": "General", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 890 + } +} diff --git a/data/laptop/msi/2023/msi-modern-15-b7m-427in/msi-modern-15-b7m-427in-abhinavflac-579.json b/data/laptop/msi/2023/msi-modern-15-b7m-427in/msi-modern-15-b7m-427in-abhinavflac-579.json new file mode 100644 index 000000000000..2c67f18e4244 --- /dev/null +++ b/data/laptop/msi/2023/msi-modern-15-b7m-427in/msi-modern-15-b7m-427in-abhinavflac-579.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-modern-15-b7m-427in-abhinavflac-579", + "base_model_slug": "msi-modern-15-b7m-427in", + "name": "MSI Modern 15 B7M-427IN", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 542, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7530U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 579 + } +} diff --git a/data/laptop/msi/2023/msi-modern-15-b7m-428in/msi-modern-15-b7m-428in-abhinavflac-584.json b/data/laptop/msi/2023/msi-modern-15-b7m-428in/msi-modern-15-b7m-428in-abhinavflac-584.json new file mode 100644 index 000000000000..d0c4334ad5bb --- /dev/null +++ b/data/laptop/msi/2023/msi-modern-15-b7m-428in/msi-modern-15-b7m-428in-abhinavflac-584.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-modern-15-b7m-428in-abhinavflac-584", + "base_model_slug": "msi-modern-15-b7m-428in", + "name": "MSI Modern 15 B7M-428IN", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 458, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7530U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 584 + } +} diff --git a/data/laptop/msi/2023/msi-modern-15-b7m-445in/msi-modern-15-b7m-445in-abhinavflac-595.json b/data/laptop/msi/2023/msi-modern-15-b7m-445in/msi-modern-15-b7m-445in-abhinavflac-595.json new file mode 100644 index 000000000000..cbe4424eefba --- /dev/null +++ b/data/laptop/msi/2023/msi-modern-15-b7m-445in/msi-modern-15-b7m-445in-abhinavflac-595.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-modern-15-b7m-445in-abhinavflac-595", + "base_model_slug": "msi-modern-15-b7m-445in", + "name": "MSI Modern 15 B7M-445IN", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 458, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7430U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 595 + } +} diff --git a/data/laptop/msi/2023/msi-modern-15-h-c13m-218in/msi-modern-15-h-c13m-218in-abhinavflac-816.json b/data/laptop/msi/2023/msi-modern-15-h-c13m-218in/msi-modern-15-h-c13m-218in-abhinavflac-816.json new file mode 100644 index 000000000000..820ddd0911ac --- /dev/null +++ b/data/laptop/msi/2023/msi-modern-15-h-c13m-218in/msi-modern-15-h-c13m-218in-abhinavflac-816.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-modern-15-h-c13m-218in-abhinavflac-816", + "base_model_slug": "msi-modern-15-h-c13m-218in", + "name": "MSI Modern 15 H C13M-218IN", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 694, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 816 + } +} diff --git a/data/laptop/msi/2023/msi-modern-15-h-c13m/msi-modern-15-h-c13m-abhinavflac-923.json b/data/laptop/msi/2023/msi-modern-15-h-c13m/msi-modern-15-h-c13m-abhinavflac-923.json new file mode 100644 index 000000000000..58e3d36c03d9 --- /dev/null +++ b/data/laptop/msi/2023/msi-modern-15-h-c13m/msi-modern-15-h-c13m-abhinavflac-923.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-modern-15-h-c13m-abhinavflac-923", + "base_model_slug": "msi-modern-15-h-c13m", + "name": "MSI Modern 15 H C13M", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 699, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 923 + } +} diff --git a/data/laptop/msi/2023/msi-raider-18-hx-ai/msi-raider-18-hx-ai-abhinavflac-281.json b/data/laptop/msi/2023/msi-raider-18-hx-ai/msi-raider-18-hx-ai-abhinavflac-281.json new file mode 100644 index 000000000000..dab0f1f3c4c3 --- /dev/null +++ b/data/laptop/msi/2023/msi-raider-18-hx-ai/msi-raider-18-hx-ai-abhinavflac-281.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-raider-18-hx-ai-abhinavflac-281", + "base_model_slug": "msi-raider-18-hx-ai", + "name": "MSI Raider 18 HX AI A2XWJG-253IN Gaming", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 64, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 5904, + "device_category": "Gaming", + "cpu_name": "Intel Core I9 14900HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5090", + "gpu_type": "Dedicated", + "storage_gb": 4096, + "display": { + "size_inch": 18.0, + "resolution": "3840x2400" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 281 + } +} diff --git a/data/laptop/msi/2023/msi-raider-18-hx-ai/msi-raider-18-hx-ai-abhinavflac-526.json b/data/laptop/msi/2023/msi-raider-18-hx-ai/msi-raider-18-hx-ai-abhinavflac-526.json new file mode 100644 index 000000000000..c3283d9d047f --- /dev/null +++ b/data/laptop/msi/2023/msi-raider-18-hx-ai/msi-raider-18-hx-ai-abhinavflac-526.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-raider-18-hx-ai-abhinavflac-526", + "base_model_slug": "msi-raider-18-hx-ai", + "name": "MSI Raider 18 HX AI A2XWIG-255IN Gaming", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 64, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 5181, + "device_category": "Gaming", + "cpu_name": "Intel Core I9 14900HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5080", + "gpu_type": "Dedicated", + "storage_gb": 4096, + "display": { + "size_inch": 18.0, + "resolution": "3840x2400" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 526 + } +} diff --git a/data/laptop/msi/2023/msi-raider-a18-hx-a7vhg-017in/msi-raider-a18-hx-a7vhg-017in-abhinavflac-851.json b/data/laptop/msi/2023/msi-raider-a18-hx-a7vhg-017in/msi-raider-a18-hx-a7vhg-017in-abhinavflac-851.json new file mode 100644 index 000000000000..ff60def78e92 --- /dev/null +++ b/data/laptop/msi/2023/msi-raider-a18-hx-a7vhg-017in/msi-raider-a18-hx-a7vhg-017in-abhinavflac-851.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-raider-a18-hx-a7vhg-017in-abhinavflac-851", + "base_model_slug": "msi-raider-a18-hx-a7vhg-017in", + "name": "MSI Raider A18 HX A7VHG-017IN Gaming", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 3494, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 9 7945HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4080", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 18.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 851 + } +} diff --git a/data/laptop/msi/2023/msi-thin-15-b13uc-124in-gaming/msi-thin-15-b13uc-124in-gaming-abhinavflac-246.json b/data/laptop/msi/2023/msi-thin-15-b13uc-124in-gaming/msi-thin-15-b13uc-124in-gaming-abhinavflac-246.json new file mode 100644 index 000000000000..1c06a56f8ed2 --- /dev/null +++ b/data/laptop/msi/2023/msi-thin-15-b13uc-124in-gaming/msi-thin-15-b13uc-124in-gaming-abhinavflac-246.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-thin-15-b13uc-124in-gaming-abhinavflac-246", + "base_model_slug": "msi-thin-15-b13uc-124in-gaming", + "name": "MSI Thin 15 B13UC-124IN Gaming", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 819, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 246 + } +} diff --git a/data/laptop/msi/2023/msi-thin-15-b13uc-125in-gaming/msi-thin-15-b13uc-125in-gaming-abhinavflac-245.json b/data/laptop/msi/2023/msi-thin-15-b13uc-125in-gaming/msi-thin-15-b13uc-125in-gaming-abhinavflac-245.json new file mode 100644 index 000000000000..fb12d272dd23 --- /dev/null +++ b/data/laptop/msi/2023/msi-thin-15-b13uc-125in-gaming/msi-thin-15-b13uc-125in-gaming-abhinavflac-245.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-thin-15-b13uc-125in-gaming-abhinavflac-245", + "base_model_slug": "msi-thin-15-b13uc-125in-gaming", + "name": "MSI Thin 15 B13UC-125IN Gaming", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 795, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 245 + } +} diff --git a/data/laptop/msi/2023/msi-thin-15-b13uc-3231in-gaming/msi-thin-15-b13uc-3231in-gaming-abhinavflac-213.json b/data/laptop/msi/2023/msi-thin-15-b13uc-3231in-gaming/msi-thin-15-b13uc-3231in-gaming-abhinavflac-213.json new file mode 100644 index 000000000000..69d6576bc139 --- /dev/null +++ b/data/laptop/msi/2023/msi-thin-15-b13uc-3231in-gaming/msi-thin-15-b13uc-3231in-gaming-abhinavflac-213.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-thin-15-b13uc-3231in-gaming-abhinavflac-213", + "base_model_slug": "msi-thin-15-b13uc-3231in-gaming", + "name": "MSI Thin 15 B13UC-3231IN Gaming", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 735, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 213 + } +} diff --git a/data/laptop/msi/2023/msi-thin-15-b13ucx-2472in-gaming/msi-thin-15-b13ucx-2472in-gaming-abhinavflac-544.json b/data/laptop/msi/2023/msi-thin-15-b13ucx-2472in-gaming/msi-thin-15-b13ucx-2472in-gaming-abhinavflac-544.json new file mode 100644 index 000000000000..4d297a4b4d9a --- /dev/null +++ b/data/laptop/msi/2023/msi-thin-15-b13ucx-2472in-gaming/msi-thin-15-b13ucx-2472in-gaming-abhinavflac-544.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-thin-15-b13ucx-2472in-gaming-abhinavflac-544", + "base_model_slug": "msi-thin-15-b13ucx-2472in-gaming", + "name": "MSI Thin 15 B13UCX-2472IN Gaming", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 699, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 544 + } +} diff --git a/data/laptop/msi/2023/msi-thin-15-b13udx-126in-gaming/msi-thin-15-b13udx-126in-gaming-abhinavflac-113.json b/data/laptop/msi/2023/msi-thin-15-b13udx-126in-gaming/msi-thin-15-b13udx-126in-gaming-abhinavflac-113.json new file mode 100644 index 000000000000..6d040cde950c --- /dev/null +++ b/data/laptop/msi/2023/msi-thin-15-b13udx-126in-gaming/msi-thin-15-b13udx-126in-gaming-abhinavflac-113.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-thin-15-b13udx-126in-gaming-abhinavflac-113", + "base_model_slug": "msi-thin-15-b13udx-126in-gaming", + "name": "MSI Thin 15 B13UDX-126IN Gaming", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 995, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 113 + } +} diff --git a/data/laptop/msi/2023/msi-thin-15-b13udx-128in-gaming/msi-thin-15-b13udx-128in-gaming-abhinavflac-124.json b/data/laptop/msi/2023/msi-thin-15-b13udx-128in-gaming/msi-thin-15-b13udx-128in-gaming-abhinavflac-124.json new file mode 100644 index 000000000000..9c65aec28705 --- /dev/null +++ b/data/laptop/msi/2023/msi-thin-15-b13udx-128in-gaming/msi-thin-15-b13udx-128in-gaming-abhinavflac-124.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-thin-15-b13udx-128in-gaming-abhinavflac-124", + "base_model_slug": "msi-thin-15-b13udx-128in-gaming", + "name": "MSI Thin 15 B13UDX-128IN Gaming", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 723, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 124 + } +} diff --git a/data/laptop/msi/2023/msi-thin-15-b13udx-3090in-gaming/msi-thin-15-b13udx-3090in-gaming-abhinavflac-121.json b/data/laptop/msi/2023/msi-thin-15-b13udx-3090in-gaming/msi-thin-15-b13udx-3090in-gaming-abhinavflac-121.json new file mode 100644 index 000000000000..25a0a973b654 --- /dev/null +++ b/data/laptop/msi/2023/msi-thin-15-b13udx-3090in-gaming/msi-thin-15-b13udx-3090in-gaming-abhinavflac-121.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-thin-15-b13udx-3090in-gaming-abhinavflac-121", + "base_model_slug": "msi-thin-15-b13udx-3090in-gaming", + "name": "MSI Thin 15 B13UDX-3090IN Gaming", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 867, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 121 + } +} diff --git a/data/laptop/msi/2023/msi-thin-15-b13udx-3223i-gaming/msi-thin-15-b13udx-3223i-gaming-abhinavflac-236.json b/data/laptop/msi/2023/msi-thin-15-b13udx-3223i-gaming/msi-thin-15-b13udx-3223i-gaming-abhinavflac-236.json new file mode 100644 index 000000000000..a2d1f42026c5 --- /dev/null +++ b/data/laptop/msi/2023/msi-thin-15-b13udx-3223i-gaming/msi-thin-15-b13udx-3223i-gaming-abhinavflac-236.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-thin-15-b13udx-3223i-gaming-abhinavflac-236", + "base_model_slug": "msi-thin-15-b13udx-3223i-gaming", + "name": "MSI Thin 15 B13UDX-3223I Gaming", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 807, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 236 + } +} diff --git a/data/laptop/msi/2023/msi-thin-a15-b7uc-103in-gaming/msi-thin-a15-b7uc-103in-gaming-abhinavflac-173.json b/data/laptop/msi/2023/msi-thin-a15-b7uc-103in-gaming/msi-thin-a15-b7uc-103in-gaming-abhinavflac-173.json new file mode 100644 index 000000000000..8c85fc84f9b6 --- /dev/null +++ b/data/laptop/msi/2023/msi-thin-a15-b7uc-103in-gaming/msi-thin-a15-b7uc-103in-gaming-abhinavflac-173.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-thin-a15-b7uc-103in-gaming-abhinavflac-173", + "base_model_slug": "msi-thin-a15-b7uc-103in-gaming", + "name": "MSI Thin A15 B7UC-103IN Gaming", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 819, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7735HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 173 + } +} diff --git a/data/laptop/msi/2023/msi-thin-a15-b7uc-104in-gaming/msi-thin-a15-b7uc-104in-gaming-abhinavflac-162.json b/data/laptop/msi/2023/msi-thin-a15-b7uc-104in-gaming/msi-thin-a15-b7uc-104in-gaming-abhinavflac-162.json new file mode 100644 index 000000000000..54a2ae76fcab --- /dev/null +++ b/data/laptop/msi/2023/msi-thin-a15-b7uc-104in-gaming/msi-thin-a15-b7uc-104in-gaming-abhinavflac-162.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-thin-a15-b7uc-104in-gaming-abhinavflac-162", + "base_model_slug": "msi-thin-a15-b7uc-104in-gaming", + "name": "MSI Thin A15 B7UC-104IN Gaming", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 843, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 7535HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 162 + } +} diff --git a/data/laptop/msi/2023/msi-thin-a15-b7uc-284in-gaming/msi-thin-a15-b7uc-284in-gaming-abhinavflac-495.json b/data/laptop/msi/2023/msi-thin-a15-b7uc-284in-gaming/msi-thin-a15-b7uc-284in-gaming-abhinavflac-495.json new file mode 100644 index 000000000000..1ab453d53e8b --- /dev/null +++ b/data/laptop/msi/2023/msi-thin-a15-b7uc-284in-gaming/msi-thin-a15-b7uc-284in-gaming-abhinavflac-495.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-thin-a15-b7uc-284in-gaming-abhinavflac-495", + "base_model_slug": "msi-thin-a15-b7uc-284in-gaming", + "name": "MSI Thin A15 B7UC-284IN Gaming", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 843, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 7535HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 495 + } +} diff --git a/data/laptop/msi/2023/msi-thin-a15-b7uc-285in-gaming/msi-thin-a15-b7uc-285in-gaming-abhinavflac-519.json b/data/laptop/msi/2023/msi-thin-a15-b7uc-285in-gaming/msi-thin-a15-b7uc-285in-gaming-abhinavflac-519.json new file mode 100644 index 000000000000..fa09907bc2ee --- /dev/null +++ b/data/laptop/msi/2023/msi-thin-a15-b7uc-285in-gaming/msi-thin-a15-b7uc-285in-gaming-abhinavflac-519.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-thin-a15-b7uc-285in-gaming-abhinavflac-519", + "base_model_slug": "msi-thin-a15-b7uc-285in-gaming", + "name": "MSI Thin A15 B7UC-285IN Gaming", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 759, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 7535HS", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 519 + } +} diff --git a/data/laptop/msi/2023/msi-thin-a15-b7uc-610in-gaming/msi-thin-a15-b7uc-610in-gaming-abhinavflac-223.json b/data/laptop/msi/2023/msi-thin-a15-b7uc-610in-gaming/msi-thin-a15-b7uc-610in-gaming-abhinavflac-223.json new file mode 100644 index 000000000000..644417bd05b1 --- /dev/null +++ b/data/laptop/msi/2023/msi-thin-a15-b7uc-610in-gaming/msi-thin-a15-b7uc-610in-gaming-abhinavflac-223.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-thin-a15-b7uc-610in-gaming-abhinavflac-223", + "base_model_slug": "msi-thin-a15-b7uc-610in-gaming", + "name": "MSI Thin A15 B7UC-610IN Gaming", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 819, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7735HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 223 + } +} diff --git a/data/laptop/msi/2023/msi-thin-a15-b7uc-611in-gaming/msi-thin-a15-b7uc-611in-gaming-abhinavflac-221.json b/data/laptop/msi/2023/msi-thin-a15-b7uc-611in-gaming/msi-thin-a15-b7uc-611in-gaming-abhinavflac-221.json new file mode 100644 index 000000000000..cfac11805c28 --- /dev/null +++ b/data/laptop/msi/2023/msi-thin-a15-b7uc-611in-gaming/msi-thin-a15-b7uc-611in-gaming-abhinavflac-221.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-thin-a15-b7uc-611in-gaming-abhinavflac-221", + "base_model_slug": "msi-thin-a15-b7uc-611in-gaming", + "name": "MSI Thin A15 B7UC-611IN Gaming", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 747, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 7535HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 221 + } +} diff --git a/data/laptop/msi/2023/msi-venture-15-ai-a1mg-007in/msi-venture-15-ai-a1mg-007in-abhinavflac-451.json b/data/laptop/msi/2023/msi-venture-15-ai-a1mg-007in/msi-venture-15-ai-a1mg-007in-abhinavflac-451.json new file mode 100644 index 000000000000..42b0771000d0 --- /dev/null +++ b/data/laptop/msi/2023/msi-venture-15-ai-a1mg-007in/msi-venture-15-ai-a1mg-007in-abhinavflac-451.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-venture-15-ai-a1mg-007in-abhinavflac-451", + "base_model_slug": "msi-venture-15-ai-a1mg-007in", + "name": "MSI Venture 15 AI A1MG-007IN", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 903, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 451 + } +} diff --git a/data/laptop/msi/2023/msi-venture-a15-ai-a2hmg-007in/msi-venture-a15-ai-a2hmg-007in-abhinavflac-439.json b/data/laptop/msi/2023/msi-venture-a15-ai-a2hmg-007in/msi-venture-a15-ai-a2hmg-007in-abhinavflac-439.json new file mode 100644 index 000000000000..b1b04dc93e7b --- /dev/null +++ b/data/laptop/msi/2023/msi-venture-a15-ai-a2hmg-007in/msi-venture-a15-ai-a2hmg-007in-abhinavflac-439.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-venture-a15-ai-a2hmg-007in-abhinavflac-439", + "base_model_slug": "msi-venture-a15-ai-a2hmg-007in", + "name": "MSI Venture A15 AI A2HMG-007IN", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 964, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 260", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 439 + } +} diff --git a/data/laptop/msi/2023/msi-venturepro-15-ai-a1udxg-009in/msi-venturepro-15-ai-a1udxg-009in-abhinavflac-474.json b/data/laptop/msi/2023/msi-venturepro-15-ai-a1udxg-009in/msi-venturepro-15-ai-a1udxg-009in-abhinavflac-474.json new file mode 100644 index 000000000000..fd1b1d67494c --- /dev/null +++ b/data/laptop/msi/2023/msi-venturepro-15-ai-a1udxg-009in/msi-venturepro-15-ai-a1udxg-009in-abhinavflac-474.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-venturepro-15-ai-a1udxg-009in-abhinavflac-474", + "base_model_slug": "msi-venturepro-15-ai-a1udxg-009in", + "name": "MSI VenturePro 15 AI A1UDXG-009IN", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1084, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 474 + } +} diff --git a/data/laptop/msi/2023/msi-venturepro-15-ai-a1veg-008in/msi-venturepro-15-ai-a1veg-008in-abhinavflac-475.json b/data/laptop/msi/2023/msi-venturepro-15-ai-a1veg-008in/msi-venturepro-15-ai-a1veg-008in-abhinavflac-475.json new file mode 100644 index 000000000000..f799831f7fa4 --- /dev/null +++ b/data/laptop/msi/2023/msi-venturepro-15-ai-a1veg-008in/msi-venturepro-15-ai-a1veg-008in-abhinavflac-475.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-venturepro-15-ai-a1veg-008in-abhinavflac-475", + "base_model_slug": "msi-venturepro-15-ai-a1veg-008in", + "name": "MSI VenturePro 15 AI A1VEG-008IN", + "brand": "msi", + "release_date": "2023-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1325, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 475 + } +} diff --git a/data/laptop/msi/2024/msi-crosshair-16-hx-ai/msi-crosshair-16-hx-ai-abhinavflac-308.json b/data/laptop/msi/2024/msi-crosshair-16-hx-ai/msi-crosshair-16-hx-ai-abhinavflac-308.json new file mode 100644 index 000000000000..7e3d3b7c69a2 --- /dev/null +++ b/data/laptop/msi/2024/msi-crosshair-16-hx-ai/msi-crosshair-16-hx-ai-abhinavflac-308.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-crosshair-16-hx-ai-abhinavflac-308", + "base_model_slug": "msi-crosshair-16-hx-ai", + "name": "MSI Crosshair 16 HX AI D2XWFKG Gaming", + "brand": "msi", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1988, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 308 + } +} diff --git a/data/laptop/msi/2024/msi-crosshair-16-hx-ai/msi-crosshair-16-hx-ai-abhinavflac-336.json b/data/laptop/msi/2024/msi-crosshair-16-hx-ai/msi-crosshair-16-hx-ai-abhinavflac-336.json new file mode 100644 index 000000000000..33bb3f6cef2a --- /dev/null +++ b/data/laptop/msi/2024/msi-crosshair-16-hx-ai/msi-crosshair-16-hx-ai-abhinavflac-336.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-crosshair-16-hx-ai-abhinavflac-336", + "base_model_slug": "msi-crosshair-16-hx-ai", + "name": "MSI Crosshair 16 HX AI D2XWFKG-068IN Gaming", + "brand": "msi", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1928, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 7 255HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 336 + } +} diff --git a/data/laptop/msi/2024/msi-crosshair-16-hx-ai/msi-crosshair-16-hx-ai-abhinavflac-339.json b/data/laptop/msi/2024/msi-crosshair-16-hx-ai/msi-crosshair-16-hx-ai-abhinavflac-339.json new file mode 100644 index 000000000000..9f356f7c62e3 --- /dev/null +++ b/data/laptop/msi/2024/msi-crosshair-16-hx-ai/msi-crosshair-16-hx-ai-abhinavflac-339.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-crosshair-16-hx-ai-abhinavflac-339", + "base_model_slug": "msi-crosshair-16-hx-ai", + "name": "MSI Crosshair 16 HX AI D2XWGKG-065IN Gaming", + "brand": "msi", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2410, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 339 + } +} diff --git a/data/laptop/msi/2024/msi-crosshair-17-hx-ai/msi-crosshair-17-hx-ai-abhinavflac-248.json b/data/laptop/msi/2024/msi-crosshair-17-hx-ai/msi-crosshair-17-hx-ai-abhinavflac-248.json new file mode 100644 index 000000000000..b555c6520402 --- /dev/null +++ b/data/laptop/msi/2024/msi-crosshair-17-hx-ai/msi-crosshair-17-hx-ai-abhinavflac-248.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-crosshair-17-hx-ai-abhinavflac-248", + "base_model_slug": "msi-crosshair-17-hx-ai", + "name": "MSI Crosshair 17 HX AI D2XWGKG-031IN Gaming", + "brand": "msi", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2530, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 17.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 248 + } +} diff --git a/data/laptop/msi/2024/msi-crosshair-a16-d8wfkg-036in-gaming/msi-crosshair-a16-d8wfkg-036in-gaming-abhinavflac-269.json b/data/laptop/msi/2024/msi-crosshair-a16-d8wfkg-036in-gaming/msi-crosshair-a16-d8wfkg-036in-gaming-abhinavflac-269.json new file mode 100644 index 000000000000..6d5b730fb2a4 --- /dev/null +++ b/data/laptop/msi/2024/msi-crosshair-a16-d8wfkg-036in-gaming/msi-crosshair-a16-d8wfkg-036in-gaming-abhinavflac-269.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-crosshair-a16-d8wfkg-036in-gaming-abhinavflac-269", + "base_model_slug": "msi-crosshair-a16-d8wfkg-036in-gaming", + "name": "MSI Crosshair A16 D8WFKG-036IN Gaming", + "brand": "msi", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1807, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 8840HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 269 + } +} diff --git a/data/laptop/msi/2024/msi-crosshair-a16-hx-d8wfkg-035in/msi-crosshair-a16-hx-d8wfkg-035in-abhinavflac-309.json b/data/laptop/msi/2024/msi-crosshair-a16-hx-d8wfkg-035in/msi-crosshair-a16-hx-d8wfkg-035in-abhinavflac-309.json new file mode 100644 index 000000000000..ff36589b7bc5 --- /dev/null +++ b/data/laptop/msi/2024/msi-crosshair-a16-hx-d8wfkg-035in/msi-crosshair-a16-hx-d8wfkg-035in-abhinavflac-309.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-crosshair-a16-hx-d8wfkg-035in-abhinavflac-309", + "base_model_slug": "msi-crosshair-a16-hx-d8wfkg-035in", + "name": "MSI Crosshair A16 HX D8WFKG-035IN Gaming", + "brand": "msi", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1928, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 9 8940HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 309 + } +} diff --git a/data/laptop/msi/2024/msi-crosshair-a16-hx-d8wgkg-046in/msi-crosshair-a16-hx-d8wgkg-046in-abhinavflac-292.json b/data/laptop/msi/2024/msi-crosshair-a16-hx-d8wgkg-046in/msi-crosshair-a16-hx-d8wgkg-046in-abhinavflac-292.json new file mode 100644 index 000000000000..dd62281272d0 --- /dev/null +++ b/data/laptop/msi/2024/msi-crosshair-a16-hx-d8wgkg-046in/msi-crosshair-a16-hx-d8wgkg-046in-abhinavflac-292.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-crosshair-a16-hx-d8wgkg-046in-abhinavflac-292", + "base_model_slug": "msi-crosshair-a16-hx-d8wgkg-046in", + "name": "MSI Crosshair A16 HX D8WGKG-046IN Gaming", + "brand": "msi", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2385, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 9 8940HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 292 + } +} diff --git a/data/laptop/msi/2024/msi-cyborg-15-b2rwekg-217in-gaming/msi-cyborg-15-b2rwekg-217in-gaming-abhinavflac-109.json b/data/laptop/msi/2024/msi-cyborg-15-b2rwekg-217in-gaming/msi-cyborg-15-b2rwekg-217in-gaming-abhinavflac-109.json new file mode 100644 index 000000000000..995646a451d1 --- /dev/null +++ b/data/laptop/msi/2024/msi-cyborg-15-b2rwekg-217in-gaming/msi-cyborg-15-b2rwekg-217in-gaming-abhinavflac-109.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-cyborg-15-b2rwekg-217in-gaming-abhinavflac-109", + "base_model_slug": "msi-cyborg-15-b2rwekg-217in-gaming", + "name": "MSI Cyborg 15 B2RWEKG-217IN Gaming", + "brand": "msi", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1157, + "device_category": "Gaming", + "cpu_name": "Intel 210H 210H", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 109 + } +} diff --git a/data/laptop/msi/2024/msi-cyborg-15-b2rwfkg-215in-gaming/msi-cyborg-15-b2rwfkg-215in-gaming-abhinavflac-85.json b/data/laptop/msi/2024/msi-cyborg-15-b2rwfkg-215in-gaming/msi-cyborg-15-b2rwfkg-215in-gaming-abhinavflac-85.json new file mode 100644 index 000000000000..9fb49c83a55a --- /dev/null +++ b/data/laptop/msi/2024/msi-cyborg-15-b2rwfkg-215in-gaming/msi-cyborg-15-b2rwfkg-215in-gaming-abhinavflac-85.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-cyborg-15-b2rwfkg-215in-gaming-abhinavflac-85", + "base_model_slug": "msi-cyborg-15-b2rwfkg-215in-gaming", + "name": "MSI Cyborg 15 B2RWFKG-215IN Gaming", + "brand": "msi", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1482, + "device_category": "Gaming", + "cpu_name": "Intel Core 7 240H", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 85 + } +} diff --git a/data/laptop/msi/2024/msi-katana-15-b2rvek-2427in-gaming/msi-katana-15-b2rvek-2427in-gaming-abhinavflac-274.json b/data/laptop/msi/2024/msi-katana-15-b2rvek-2427in-gaming/msi-katana-15-b2rvek-2427in-gaming-abhinavflac-274.json new file mode 100644 index 000000000000..8c849f666e13 --- /dev/null +++ b/data/laptop/msi/2024/msi-katana-15-b2rvek-2427in-gaming/msi-katana-15-b2rvek-2427in-gaming-abhinavflac-274.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-katana-15-b2rvek-2427in-gaming-abhinavflac-274", + "base_model_slug": "msi-katana-15-b2rvek-2427in-gaming", + "name": "MSI Katana 15 B2RVEK-2427IN Gaming", + "brand": "msi", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1241, + "device_category": "Gaming", + "cpu_name": "Intel Core 7 240H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 274 + } +} diff --git a/data/laptop/msi/2024/msi-katana-a15-ai-b8ve-481in/msi-katana-a15-ai-b8ve-481in-abhinavflac-596.json b/data/laptop/msi/2024/msi-katana-a15-ai-b8ve-481in/msi-katana-a15-ai-b8ve-481in-abhinavflac-596.json new file mode 100644 index 000000000000..dcc4aa0e2e28 --- /dev/null +++ b/data/laptop/msi/2024/msi-katana-a15-ai-b8ve-481in/msi-katana-a15-ai-b8ve-481in-abhinavflac-596.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-katana-a15-ai-b8ve-481in-abhinavflac-596", + "base_model_slug": "msi-katana-a15-ai-b8ve-481in", + "name": "MSI Katana A15 AI B8VE-481IN Gaming", + "brand": "msi", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 987, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 8840H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 596 + } +} diff --git a/data/laptop/msi/2024/msi-katana-a17-ai-b8ve-884in/msi-katana-a17-ai-b8ve-884in-abhinavflac-973.json b/data/laptop/msi/2024/msi-katana-a17-ai-b8ve-884in/msi-katana-a17-ai-b8ve-884in-abhinavflac-973.json new file mode 100644 index 000000000000..6334f2b106b2 --- /dev/null +++ b/data/laptop/msi/2024/msi-katana-a17-ai-b8ve-884in/msi-katana-a17-ai-b8ve-884in-abhinavflac-973.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-katana-a17-ai-b8ve-884in-abhinavflac-973", + "base_model_slug": "msi-katana-a17-ai-b8ve-884in", + "name": "MSI Katana A17 AI B8VE-884IN Gaming", + "brand": "msi", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1157, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 9 8945HS", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 17.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 973 + } +} diff --git a/data/laptop/msi/2024/msi-modern-15-h-ai/msi-modern-15-h-ai-abhinavflac-410.json b/data/laptop/msi/2024/msi-modern-15-h-ai/msi-modern-15-h-ai-abhinavflac-410.json new file mode 100644 index 000000000000..19f2391dbcf7 --- /dev/null +++ b/data/laptop/msi/2024/msi-modern-15-h-ai/msi-modern-15-h-ai-abhinavflac-410.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-modern-15-h-ai-abhinavflac-410", + "base_model_slug": "msi-modern-15-h-ai", + "name": "MSI Modern 15 H AI C2HMG-233IN", + "brand": "msi", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 976, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 255H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 410 + } +} diff --git a/data/laptop/msi/2024/msi-prestige-13-ai-plus/msi-prestige-13-ai-plus-abhinavflac-708.json b/data/laptop/msi/2024/msi-prestige-13-ai-plus/msi-prestige-13-ai-plus-abhinavflac-708.json new file mode 100644 index 000000000000..8d397576c803 --- /dev/null +++ b/data/laptop/msi/2024/msi-prestige-13-ai-plus/msi-prestige-13-ai-plus-abhinavflac-708.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-prestige-13-ai-plus-abhinavflac-708", + "base_model_slug": "msi-prestige-13-ai-plus", + "name": "MSI Prestige 13 AI Plus Evo A2VMG-023IN", + "brand": "msi", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1446, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 258V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 13.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 708 + } +} diff --git a/data/laptop/msi/2024/msi-prestige-14-ai-evo/msi-prestige-14-ai-evo-abhinavflac-403.json b/data/laptop/msi/2024/msi-prestige-14-ai-evo/msi-prestige-14-ai-evo-abhinavflac-403.json new file mode 100644 index 000000000000..72e7484282a7 --- /dev/null +++ b/data/laptop/msi/2024/msi-prestige-14-ai-evo/msi-prestige-14-ai-evo-abhinavflac-403.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-prestige-14-ai-evo-abhinavflac-403", + "base_model_slug": "msi-prestige-14-ai-evo", + "name": "MSI Prestige 14 AI Evo C2HMG-087IN", + "brand": "msi", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1385, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 255H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 403 + } +} diff --git a/data/laptop/msi/2024/msi-prestige-pro-16-ai/msi-prestige-pro-16-ai-abhinavflac-412.json b/data/laptop/msi/2024/msi-prestige-pro-16-ai/msi-prestige-pro-16-ai-abhinavflac-412.json new file mode 100644 index 000000000000..927e8091e90b --- /dev/null +++ b/data/laptop/msi/2024/msi-prestige-pro-16-ai/msi-prestige-pro-16-ai-abhinavflac-412.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-prestige-pro-16-ai-abhinavflac-412", + "base_model_slug": "msi-prestige-pro-16-ai", + "name": "MSI Prestige Pro 16 AI B2HVEG-253IN", + "brand": "msi", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2108, + "device_category": "General", + "cpu_name": "Intel Core Ultra 9 255H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "3840x2400" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 412 + } +} diff --git a/data/laptop/msi/2024/msi-stealth-18-hx-ai/msi-stealth-18-hx-ai-abhinavflac-255.json b/data/laptop/msi/2024/msi-stealth-18-hx-ai/msi-stealth-18-hx-ai-abhinavflac-255.json new file mode 100644 index 000000000000..04c76a1f398c --- /dev/null +++ b/data/laptop/msi/2024/msi-stealth-18-hx-ai/msi-stealth-18-hx-ai-abhinavflac-255.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-stealth-18-hx-ai-abhinavflac-255", + "base_model_slug": "msi-stealth-18-hx-ai", + "name": "MSI Stealth 18 HX AI A2XWHG-043IN Gaming", + "brand": "msi", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 3373, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070 Ti", + "gpu_type": "Dedicated", + "storage_gb": 2048, + "display": { + "size_inch": 18.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 255 + } +} diff --git a/data/laptop/msi/2024/msi-summit-pro-16-ai/msi-summit-pro-16-ai-abhinavflac-149.json b/data/laptop/msi/2024/msi-summit-pro-16-ai/msi-summit-pro-16-ai-abhinavflac-149.json new file mode 100644 index 000000000000..9e03601aab51 --- /dev/null +++ b/data/laptop/msi/2024/msi-summit-pro-16-ai/msi-summit-pro-16-ai-abhinavflac-149.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-summit-pro-16-ai-abhinavflac-149", + "base_model_slug": "msi-summit-pro-16-ai", + "name": "MSI Summit Pro 16 AI A2HVETG-064IN Gaming", + "brand": "msi", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2169, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 285H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 149 + } +} diff --git a/data/laptop/msi/2024/msi-titan-18-hx-ai/msi-titan-18-hx-ai-abhinavflac-549.json b/data/laptop/msi/2024/msi-titan-18-hx-ai/msi-titan-18-hx-ai-abhinavflac-549.json new file mode 100644 index 000000000000..01c07bfb339e --- /dev/null +++ b/data/laptop/msi/2024/msi-titan-18-hx-ai/msi-titan-18-hx-ai-abhinavflac-549.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-titan-18-hx-ai-abhinavflac-549", + "base_model_slug": "msi-titan-18-hx-ai", + "name": "MSI Titan 18 HX AI A2XWJG-486IN Gaming", + "brand": "msi", + "release_date": "2024-01-01", + "ram_gb": 64, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 7301, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 285HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5090", + "gpu_type": "Dedicated", + "storage_gb": 6144, + "display": { + "size_inch": 18.0, + "resolution": "3840x2400" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 549 + } +} diff --git a/data/laptop/msi/2024/msi-vector-16-hx-a2xwhg-227in/msi-vector-16-hx-a2xwhg-227in-abhinavflac-552.json b/data/laptop/msi/2024/msi-vector-16-hx-a2xwhg-227in/msi-vector-16-hx-a2xwhg-227in-abhinavflac-552.json new file mode 100644 index 000000000000..1e882dc48e55 --- /dev/null +++ b/data/laptop/msi/2024/msi-vector-16-hx-a2xwhg-227in/msi-vector-16-hx-a2xwhg-227in-abhinavflac-552.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-vector-16-hx-a2xwhg-227in-abhinavflac-552", + "base_model_slug": "msi-vector-16-hx-a2xwhg-227in", + "name": "MSI Vector 16 HX A2XWHG-227IN Gaming", + "brand": "msi", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2735, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 7 255HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070 Ti", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 552 + } +} diff --git a/data/laptop/msi/2024/msi-vector-16-hx-ai/msi-vector-16-hx-ai-abhinavflac-310.json b/data/laptop/msi/2024/msi-vector-16-hx-ai/msi-vector-16-hx-ai-abhinavflac-310.json new file mode 100644 index 000000000000..5dbaa1bc5539 --- /dev/null +++ b/data/laptop/msi/2024/msi-vector-16-hx-ai/msi-vector-16-hx-ai-abhinavflac-310.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-vector-16-hx-ai-abhinavflac-310", + "base_model_slug": "msi-vector-16-hx-ai", + "name": "MSI Vector 16 HX AI A2XWIG-226IN Gaming", + "brand": "msi", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 3614, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5080", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 310 + } +} diff --git a/data/laptop/msi/2024/msi-vector-16-hx-ai/msi-vector-16-hx-ai-abhinavflac-362.json b/data/laptop/msi/2024/msi-vector-16-hx-ai/msi-vector-16-hx-ai-abhinavflac-362.json new file mode 100644 index 000000000000..209eaff420a9 --- /dev/null +++ b/data/laptop/msi/2024/msi-vector-16-hx-ai/msi-vector-16-hx-ai-abhinavflac-362.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-vector-16-hx-ai-abhinavflac-362", + "base_model_slug": "msi-vector-16-hx-ai", + "name": "MSI Vector 16 HX AI A2XWHG-443IN Gaming", + "brand": "msi", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2650, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 7 255HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070 Ti", + "gpu_type": "Dedicated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 362 + } +} diff --git a/data/laptop/msi/2024/msi-vector-17-hx-ai/msi-vector-17-hx-ai-abhinavflac-272.json b/data/laptop/msi/2024/msi-vector-17-hx-ai/msi-vector-17-hx-ai-abhinavflac-272.json new file mode 100644 index 000000000000..377a7958ae72 --- /dev/null +++ b/data/laptop/msi/2024/msi-vector-17-hx-ai/msi-vector-17-hx-ai-abhinavflac-272.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-vector-17-hx-ai-abhinavflac-272", + "base_model_slug": "msi-vector-17-hx-ai", + "name": "MSI Vector 17 HX AI A2XWHG-085IN Gaming", + "brand": "msi", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 3205, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070 Ti", + "gpu_type": "Dedicated", + "storage_gb": 2048, + "display": { + "size_inch": 17.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 272 + } +} diff --git a/data/laptop/msi/2024/msi-vector-17-hx-ai/msi-vector-17-hx-ai-abhinavflac-358.json b/data/laptop/msi/2024/msi-vector-17-hx-ai/msi-vector-17-hx-ai-abhinavflac-358.json new file mode 100644 index 000000000000..33d32ad5812b --- /dev/null +++ b/data/laptop/msi/2024/msi-vector-17-hx-ai/msi-vector-17-hx-ai-abhinavflac-358.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-vector-17-hx-ai-abhinavflac-358", + "base_model_slug": "msi-vector-17-hx-ai", + "name": "MSI Vector 17 HX AI A2XWHG-206IN Gaming", + "brand": "msi", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 3132, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070 Ti", + "gpu_type": "Dedicated", + "storage_gb": 2048, + "display": { + "size_inch": 17.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 358 + } +} diff --git a/data/laptop/msi/2024/msi-vector-a18-hx-a9whg-033in/msi-vector-a18-hx-a9whg-033in-abhinavflac-409.json b/data/laptop/msi/2024/msi-vector-a18-hx-a9whg-033in/msi-vector-a18-hx-a9whg-033in-abhinavflac-409.json new file mode 100644 index 000000000000..08ff837941b8 --- /dev/null +++ b/data/laptop/msi/2024/msi-vector-a18-hx-a9whg-033in/msi-vector-a18-hx-a9whg-033in-abhinavflac-409.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-vector-a18-hx-a9whg-033in-abhinavflac-409", + "base_model_slug": "msi-vector-a18-hx-a9whg-033in", + "name": "MSI Vector A18 HX A9WHG-033IN Gaming", + "brand": "msi", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 3253, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 9 9955HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070 Ti", + "gpu_type": "Dedicated", + "storage_gb": 2048, + "display": { + "size_inch": 18.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 409 + } +} diff --git a/data/laptop/msi/2024/msi-vector-a18-hx-a9wig-088in/msi-vector-a18-hx-a9wig-088in-abhinavflac-62.json b/data/laptop/msi/2024/msi-vector-a18-hx-a9wig-088in/msi-vector-a18-hx-a9wig-088in-abhinavflac-62.json new file mode 100644 index 000000000000..32afe8dbae95 --- /dev/null +++ b/data/laptop/msi/2024/msi-vector-a18-hx-a9wig-088in/msi-vector-a18-hx-a9wig-088in-abhinavflac-62.json @@ -0,0 +1,27 @@ +{ + "slug": "msi-vector-a18-hx-a9wig-088in-abhinavflac-62", + "base_model_slug": "msi-vector-a18-hx-a9wig-088in", + "name": "MSI Vector A18 HX A9WIG-088IN Gaming", + "brand": "msi", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 4096, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 9 9955HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5080", + "gpu_type": "Dedicated", + "storage_gb": 2048, + "display": { + "size_inch": 18.0, + "resolution": "2560x1600" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 62 + } +} diff --git a/data/laptop/samsung/2022/samsung-galaxy-book-2-np641bed-ka3in/samsung-galaxy-book-2-np641bed-ka3in-abhinavflac-125.json b/data/laptop/samsung/2022/samsung-galaxy-book-2-np641bed-ka3in/samsung-galaxy-book-2-np641bed-ka3in-abhinavflac-125.json new file mode 100644 index 000000000000..19933457d23f --- /dev/null +++ b/data/laptop/samsung/2022/samsung-galaxy-book-2-np641bed-ka3in/samsung-galaxy-book-2-np641bed-ka3in-abhinavflac-125.json @@ -0,0 +1,27 @@ +{ + "slug": "samsung-galaxy-book-2-np641bed-ka3in-abhinavflac-125", + "base_model_slug": "samsung-galaxy-book-2-np641bed-ka3in", + "name": "Samsung Galaxy Book 2 NP641BED-KA3IN", + "brand": "samsung", + "release_date": "2022-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 843, + "device_category": "General", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 125 + } +} diff --git a/data/laptop/samsung/2023/samsung-galaxy-book-4-np750xgj-lg4in/samsung-galaxy-book-4-np750xgj-lg4in-abhinavflac-855.json b/data/laptop/samsung/2023/samsung-galaxy-book-4-np750xgj-lg4in/samsung-galaxy-book-4-np750xgj-lg4in-abhinavflac-855.json new file mode 100644 index 000000000000..0185457260ea --- /dev/null +++ b/data/laptop/samsung/2023/samsung-galaxy-book-4-np750xgj-lg4in/samsung-galaxy-book-4-np750xgj-lg4in-abhinavflac-855.json @@ -0,0 +1,27 @@ +{ + "slug": "samsung-galaxy-book-4-np750xgj-lg4in-abhinavflac-855", + "base_model_slug": "samsung-galaxy-book-4-np750xgj-lg4in", + "name": "Samsung Galaxy Book 4 NP750XGJ-LG4IN", + "brand": "samsung", + "release_date": "2023-01-01", + "ram_gb": 8, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 422, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 855 + } +} diff --git a/data/laptop/samsung/2024/samsung-galaxy-book-4-np754xgq-ls1in/samsung-galaxy-book-4-np754xgq-ls1in-abhinavflac-42.json b/data/laptop/samsung/2024/samsung-galaxy-book-4-np754xgq-ls1in/samsung-galaxy-book-4-np754xgq-ls1in-abhinavflac-42.json new file mode 100644 index 000000000000..1844b3000518 --- /dev/null +++ b/data/laptop/samsung/2024/samsung-galaxy-book-4-np754xgq-ls1in/samsung-galaxy-book-4-np754xgq-ls1in-abhinavflac-42.json @@ -0,0 +1,27 @@ +{ + "slug": "samsung-galaxy-book-4-np754xgq-ls1in-abhinavflac-42", + "base_model_slug": "samsung-galaxy-book-4-np754xgq-ls1in", + "name": "Samsung Galaxy Book 4 NP754XGQ-LS1IN", + "brand": "samsung", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Linux", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 530, + "device_category": "General", + "cpu_name": "Intel Core 5 120U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 42 + } +} diff --git a/data/laptop/samsung/2024/samsung-galaxy-book-5-360/samsung-galaxy-book-5-360-abhinavflac-622.json b/data/laptop/samsung/2024/samsung-galaxy-book-5-360/samsung-galaxy-book-5-360-abhinavflac-622.json new file mode 100644 index 000000000000..096b5e343c9e --- /dev/null +++ b/data/laptop/samsung/2024/samsung-galaxy-book-5-360/samsung-galaxy-book-5-360-abhinavflac-622.json @@ -0,0 +1,27 @@ +{ + "slug": "samsung-galaxy-book-5-360-abhinavflac-622", + "base_model_slug": "samsung-galaxy-book-5-360", + "name": "Samsung Galaxy Book 5 360 np750qha-lg1in", + "brand": "samsung", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1301, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 226V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 622 + } +} diff --git a/data/laptop/samsung/2024/samsung-galaxy-book-5-360/samsung-galaxy-book-5-360-abhinavflac-626.json b/data/laptop/samsung/2024/samsung-galaxy-book-5-360/samsung-galaxy-book-5-360-abhinavflac-626.json new file mode 100644 index 000000000000..b3cc2beee5a9 --- /dev/null +++ b/data/laptop/samsung/2024/samsung-galaxy-book-5-360/samsung-galaxy-book-5-360-abhinavflac-626.json @@ -0,0 +1,27 @@ +{ + "slug": "samsung-galaxy-book-5-360-abhinavflac-626", + "base_model_slug": "samsung-galaxy-book-5-360", + "name": "Samsung Galaxy Book 5 360 np750qha-lg4in", + "brand": "samsung", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1867, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 258V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 626 + } +} diff --git a/data/laptop/samsung/2024/samsung-galaxy-book-5-360/samsung-galaxy-book-5-360-abhinavflac-627.json b/data/laptop/samsung/2024/samsung-galaxy-book-5-360/samsung-galaxy-book-5-360-abhinavflac-627.json new file mode 100644 index 000000000000..85cd36a2d3a7 --- /dev/null +++ b/data/laptop/samsung/2024/samsung-galaxy-book-5-360/samsung-galaxy-book-5-360-abhinavflac-627.json @@ -0,0 +1,27 @@ +{ + "slug": "samsung-galaxy-book-5-360-abhinavflac-627", + "base_model_slug": "samsung-galaxy-book-5-360", + "name": "Samsung Galaxy Book 5 360 NP750QHA-LG3IN", + "brand": "samsung", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1626, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 256V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 627 + } +} diff --git a/data/laptop/samsung/2024/samsung-galaxy-book-5-360/samsung-galaxy-book-5-360-abhinavflac-628.json b/data/laptop/samsung/2024/samsung-galaxy-book-5-360/samsung-galaxy-book-5-360-abhinavflac-628.json new file mode 100644 index 000000000000..03787d981d1e --- /dev/null +++ b/data/laptop/samsung/2024/samsung-galaxy-book-5-360/samsung-galaxy-book-5-360-abhinavflac-628.json @@ -0,0 +1,27 @@ +{ + "slug": "samsung-galaxy-book-5-360-abhinavflac-628", + "base_model_slug": "samsung-galaxy-book-5-360", + "name": "Samsung Galaxy Book 5 360 NP750QHA-LG2IN", + "brand": "samsung", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1482, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 256V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 628 + } +} diff --git a/data/laptop/samsung/2024/samsung-galaxy-book-5-np750xhd-kd2in/samsung-galaxy-book-5-np750xhd-kd2in-abhinavflac-205.json b/data/laptop/samsung/2024/samsung-galaxy-book-5-np750xhd-kd2in/samsung-galaxy-book-5-np750xhd-kd2in-abhinavflac-205.json new file mode 100644 index 000000000000..cbb975c608e7 --- /dev/null +++ b/data/laptop/samsung/2024/samsung-galaxy-book-5-np750xhd-kd2in/samsung-galaxy-book-5-np750xhd-kd2in-abhinavflac-205.json @@ -0,0 +1,27 @@ +{ + "slug": "samsung-galaxy-book-5-np750xhd-kd2in-abhinavflac-205", + "base_model_slug": "samsung-galaxy-book-5-np750xhd-kd2in", + "name": "Samsung Galaxy Book 5 NP750XHD-KD2IN", + "brand": "samsung", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1060, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 255U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 205 + } +} diff --git a/data/laptop/samsung/2024/samsung-galaxy-book-5-np750xhd-kd3in/samsung-galaxy-book-5-np750xhd-kd3in-abhinavflac-204.json b/data/laptop/samsung/2024/samsung-galaxy-book-5-np750xhd-kd3in/samsung-galaxy-book-5-np750xhd-kd3in-abhinavflac-204.json new file mode 100644 index 000000000000..5d129c396472 --- /dev/null +++ b/data/laptop/samsung/2024/samsung-galaxy-book-5-np750xhd-kd3in/samsung-galaxy-book-5-np750xhd-kd3in-abhinavflac-204.json @@ -0,0 +1,27 @@ +{ + "slug": "samsung-galaxy-book-5-np750xhd-kd3in-abhinavflac-204", + "base_model_slug": "samsung-galaxy-book-5-np750xhd-kd3in", + "name": "Samsung Galaxy Book 5 np750xhd-kd3in", + "brand": "samsung", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1253, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 255U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 204 + } +} diff --git a/data/laptop/samsung/2024/samsung-galaxy-book-5-pro/samsung-galaxy-book-5-pro-abhinavflac-618.json b/data/laptop/samsung/2024/samsung-galaxy-book-5-pro/samsung-galaxy-book-5-pro-abhinavflac-618.json new file mode 100644 index 000000000000..9e1d00831fb0 --- /dev/null +++ b/data/laptop/samsung/2024/samsung-galaxy-book-5-pro/samsung-galaxy-book-5-pro-abhinavflac-618.json @@ -0,0 +1,27 @@ +{ + "slug": "samsung-galaxy-book-5-pro-abhinavflac-618", + "base_model_slug": "samsung-galaxy-book-5-pro", + "name": "Samsung Galaxy Book 5 Pro NP940XHA-LG1IN", + "brand": "samsung", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1590, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 226V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 618 + } +} diff --git a/data/laptop/samsung/2024/samsung-galaxy-book-5-pro/samsung-galaxy-book-5-pro-abhinavflac-619.json b/data/laptop/samsung/2024/samsung-galaxy-book-5-pro/samsung-galaxy-book-5-pro-abhinavflac-619.json new file mode 100644 index 000000000000..3f8f5e7ec594 --- /dev/null +++ b/data/laptop/samsung/2024/samsung-galaxy-book-5-pro/samsung-galaxy-book-5-pro-abhinavflac-619.json @@ -0,0 +1,27 @@ +{ + "slug": "samsung-galaxy-book-5-pro-abhinavflac-619", + "base_model_slug": "samsung-galaxy-book-5-pro", + "name": "Samsung Galaxy Book 5 Pro np940xha-lg3in/", + "brand": "samsung", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2072, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 258V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 619 + } +} diff --git a/data/laptop/samsung/2024/samsung-galaxy-book-5-pro/samsung-galaxy-book-5-pro-abhinavflac-620.json b/data/laptop/samsung/2024/samsung-galaxy-book-5-pro/samsung-galaxy-book-5-pro-abhinavflac-620.json new file mode 100644 index 000000000000..e17c42ea8e19 --- /dev/null +++ b/data/laptop/samsung/2024/samsung-galaxy-book-5-pro/samsung-galaxy-book-5-pro-abhinavflac-620.json @@ -0,0 +1,27 @@ +{ + "slug": "samsung-galaxy-book-5-pro-abhinavflac-620", + "base_model_slug": "samsung-galaxy-book-5-pro", + "name": "Samsung Galaxy Book 5 Pro 16 NP960XHA-LG3IN", + "brand": "samsung", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2193, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 258V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 620 + } +} diff --git a/data/laptop/samsung/2024/samsung-galaxy-book-5-pro/samsung-galaxy-book-5-pro-abhinavflac-621.json b/data/laptop/samsung/2024/samsung-galaxy-book-5-pro/samsung-galaxy-book-5-pro-abhinavflac-621.json new file mode 100644 index 000000000000..7033ecdb5848 --- /dev/null +++ b/data/laptop/samsung/2024/samsung-galaxy-book-5-pro/samsung-galaxy-book-5-pro-abhinavflac-621.json @@ -0,0 +1,27 @@ +{ + "slug": "samsung-galaxy-book-5-pro-abhinavflac-621", + "base_model_slug": "samsung-galaxy-book-5-pro", + "name": "Samsung Galaxy Book 5 Pro 360 np960qha-kg3in", + "brand": "samsung", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1879, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 226V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 621 + } +} diff --git a/data/laptop/samsung/2024/samsung-galaxy-book-5-pro/samsung-galaxy-book-5-pro-abhinavflac-623.json b/data/laptop/samsung/2024/samsung-galaxy-book-5-pro/samsung-galaxy-book-5-pro-abhinavflac-623.json new file mode 100644 index 000000000000..a8ec080b2050 --- /dev/null +++ b/data/laptop/samsung/2024/samsung-galaxy-book-5-pro/samsung-galaxy-book-5-pro-abhinavflac-623.json @@ -0,0 +1,27 @@ +{ + "slug": "samsung-galaxy-book-5-pro-abhinavflac-623", + "base_model_slug": "samsung-galaxy-book-5-pro", + "name": "Samsung Galaxy Book 5 Pro 360 np960qha-kg4in", + "brand": "samsung", + "release_date": "2024-01-01", + "ram_gb": 32, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 2361, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 258V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 623 + } +} diff --git a/data/laptop/samsung/2024/samsung-galaxy-book-5-pro/samsung-galaxy-book-5-pro-abhinavflac-624.json b/data/laptop/samsung/2024/samsung-galaxy-book-5-pro/samsung-galaxy-book-5-pro-abhinavflac-624.json new file mode 100644 index 000000000000..85c0ef31aa5f --- /dev/null +++ b/data/laptop/samsung/2024/samsung-galaxy-book-5-pro/samsung-galaxy-book-5-pro-abhinavflac-624.json @@ -0,0 +1,27 @@ +{ + "slug": "samsung-galaxy-book-5-pro-abhinavflac-624", + "base_model_slug": "samsung-galaxy-book-5-pro", + "name": "Samsung Galaxy Book 5 Pro 360 np960qha-kg1in", + "brand": "samsung", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1976, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 256V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 624 + } +} diff --git a/data/laptop/samsung/2024/samsung-galaxy-book-5-pro/samsung-galaxy-book-5-pro-abhinavflac-625.json b/data/laptop/samsung/2024/samsung-galaxy-book-5-pro/samsung-galaxy-book-5-pro-abhinavflac-625.json new file mode 100644 index 000000000000..8295e4de22ed --- /dev/null +++ b/data/laptop/samsung/2024/samsung-galaxy-book-5-pro/samsung-galaxy-book-5-pro-abhinavflac-625.json @@ -0,0 +1,27 @@ +{ + "slug": "samsung-galaxy-book-5-pro-abhinavflac-625", + "base_model_slug": "samsung-galaxy-book-5-pro", + "name": "Samsung Galaxy Book 5 Pro np940xha-lg2in", + "brand": "samsung", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1687, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 256V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 625 + } +} diff --git a/data/laptop/samsung/2024/samsung-galaxy-book-5-pro/samsung-galaxy-book-5-pro-abhinavflac-847.json b/data/laptop/samsung/2024/samsung-galaxy-book-5-pro/samsung-galaxy-book-5-pro-abhinavflac-847.json new file mode 100644 index 000000000000..09dac4d2bfee --- /dev/null +++ b/data/laptop/samsung/2024/samsung-galaxy-book-5-pro/samsung-galaxy-book-5-pro-abhinavflac-847.json @@ -0,0 +1,27 @@ +{ + "slug": "samsung-galaxy-book-5-pro-abhinavflac-847", + "base_model_slug": "samsung-galaxy-book-5-pro", + "name": "Samsung Galaxy Book 5 Pro NP940XHA-LG4IN", + "brand": "samsung", + "release_date": "2024-01-01", + "ram_gb": 16, + "os": "Windows", + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "msrp_usd": 1759, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 256V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 847 + } +} diff --git a/site/public/v1/index.json b/site/public/v1/index.json index 188a6c9786aa..89c07ed28b0c 100644 --- a/site/public/v1/index.json +++ b/site/public/v1/index.json @@ -36,6 +36,10 @@ "count": 3977, "url": "/v1/cpus/index.json", "scored": 841 + }, + "laptops": { + "count": 970, + "url": "/v1/laptops/index.json" } } } diff --git a/site/public/v1/laptops/acer-14-travel-lite-tl14-52m-abhinavflac-242/index.json b/site/public/v1/laptops/acer-14-travel-lite-tl14-52m-abhinavflac-242/index.json new file mode 100644 index 000000000000..c94654606f74 --- /dev/null +++ b/site/public/v1/laptops/acer-14-travel-lite-tl14-52m-abhinavflac-242/index.json @@ -0,0 +1,42 @@ +{ + "id": 21, + "slug": "acer-14-travel-lite-tl14-52m-abhinavflac-242", + "base_model_slug": "acer-14-travel-lite-tl14-52m", + "name": "Acer 14 Travel Lite TL14-52M", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 482, + "device_category": "General", + "cpu_name": "Intel Core I3 1305U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 242 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.979856", + "updated_at": "2026-07-08T02:20:50.979856", + "url": "/v1/laptops/acer-14-travel-lite-tl14-52m-abhinavflac-242" +} diff --git a/site/public/v1/laptops/acer-15-aspire-3-a325-53-abhinavflac-380/index.json b/site/public/v1/laptops/acer-15-aspire-3-a325-53-abhinavflac-380/index.json new file mode 100644 index 000000000000..362842b82037 --- /dev/null +++ b/site/public/v1/laptops/acer-15-aspire-3-a325-53-abhinavflac-380/index.json @@ -0,0 +1,42 @@ +{ + "id": 22, + "slug": "acer-15-aspire-3-a325-53-abhinavflac-380", + "base_model_slug": "acer-15-aspire-3-a325-53", + "name": "Acer 15 Aspire 3 A325-53", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 400, + "device_category": "General", + "cpu_name": "Intel Core I3 1305U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 380 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.979856", + "updated_at": "2026-07-08T02:20:50.979856", + "url": "/v1/laptops/acer-15-aspire-3-a325-53-abhinavflac-380" +} diff --git a/site/public/v1/laptops/acer-15-aspire-lite-al15-41-abhinavflac-815/index.json b/site/public/v1/laptops/acer-15-aspire-lite-al15-41-abhinavflac-815/index.json new file mode 100644 index 000000000000..d3f8e2014879 --- /dev/null +++ b/site/public/v1/laptops/acer-15-aspire-lite-al15-41-abhinavflac-815/index.json @@ -0,0 +1,42 @@ +{ + "id": 1, + "slug": "acer-15-aspire-lite-al15-41-abhinavflac-815", + "base_model_slug": "acer-15-aspire-lite-al15-41", + "name": "Acer 15 Aspire Lite AL15-41", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 416, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 5625U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 815 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.978856", + "updated_at": "2026-07-08T02:20:50.978856", + "url": "/v1/laptops/acer-15-aspire-lite-al15-41-abhinavflac-815" +} diff --git a/site/public/v1/laptops/acer-15-aspire-lite-al15-52h-abhinavflac-700/index.json b/site/public/v1/laptops/acer-15-aspire-lite-al15-52h-abhinavflac-700/index.json new file mode 100644 index 000000000000..388ee5871221 --- /dev/null +++ b/site/public/v1/laptops/acer-15-aspire-lite-al15-52h-abhinavflac-700/index.json @@ -0,0 +1,42 @@ +{ + "id": 9, + "slug": "acer-15-aspire-lite-al15-52h-abhinavflac-700", + "base_model_slug": "acer-15-aspire-lite-al15-52h", + "name": "Acer 15 Aspire Lite AL15-52H", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 590, + "device_category": "General", + "cpu_name": "Intel Core I5 12450H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 700 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.979856", + "updated_at": "2026-07-08T02:20:50.979856", + "url": "/v1/laptops/acer-15-aspire-lite-al15-52h-abhinavflac-700" +} diff --git a/site/public/v1/laptops/acer-15-travel-lite-tl15-53m-abhinavflac-456/index.json b/site/public/v1/laptops/acer-15-travel-lite-tl15-53m-abhinavflac-456/index.json new file mode 100644 index 000000000000..3500c749167e --- /dev/null +++ b/site/public/v1/laptops/acer-15-travel-lite-tl15-53m-abhinavflac-456/index.json @@ -0,0 +1,42 @@ +{ + "id": 23, + "slug": "acer-15-travel-lite-tl15-53m-abhinavflac-456", + "base_model_slug": "acer-15-travel-lite-tl15-53m", + "name": "Acer 15 Travel Lite TL15-53M", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 422, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 456 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.980857", + "updated_at": "2026-07-08T02:20:50.980857", + "url": "/v1/laptops/acer-15-travel-lite-tl15-53m-abhinavflac-456" +} diff --git a/site/public/v1/laptops/acer-15-travelmate-tmp215-53-business-abhinavflac-704/index.json b/site/public/v1/laptops/acer-15-travelmate-tmp215-53-business-abhinavflac-704/index.json new file mode 100644 index 000000000000..59bf64c8f27b --- /dev/null +++ b/site/public/v1/laptops/acer-15-travelmate-tmp215-53-business-abhinavflac-704/index.json @@ -0,0 +1,42 @@ +{ + "id": 2, + "slug": "acer-15-travelmate-tmp215-53-business-abhinavflac-704", + "base_model_slug": "acer-15-travelmate-tmp215-53-business", + "name": "Acer 15 TravelMate TMP215-53 Business", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 466, + "device_category": "General", + "cpu_name": "Intel Core I3 1115G4", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 704 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.978856", + "updated_at": "2026-07-08T02:20:50.978856", + "url": "/v1/laptops/acer-15-travelmate-tmp215-53-business-abhinavflac-704" +} diff --git a/site/public/v1/laptops/acer-16-predator-helios-16-abhinavflac-631/index.json b/site/public/v1/laptops/acer-16-predator-helios-16-abhinavflac-631/index.json new file mode 100644 index 000000000000..464d4feedfe0 --- /dev/null +++ b/site/public/v1/laptops/acer-16-predator-helios-16-abhinavflac-631/index.json @@ -0,0 +1,42 @@ +{ + "id": 24, + "slug": "acer-16-predator-helios-16-abhinavflac-631", + "base_model_slug": "acer-16-predator-helios-16", + "name": "Acer 16 Predator Helios 16 ‎PH16-72 Gaming", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1867, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14700HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4070", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 631 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.980857", + "updated_at": "2026-07-08T02:20:50.980857", + "url": "/v1/laptops/acer-16-predator-helios-16-abhinavflac-631" +} diff --git a/site/public/v1/laptops/acer-2025-predator-helios-neo16s-abhinavflac-320/index.json b/site/public/v1/laptops/acer-2025-predator-helios-neo16s-abhinavflac-320/index.json new file mode 100644 index 000000000000..4ba97e6672a0 --- /dev/null +++ b/site/public/v1/laptops/acer-2025-predator-helios-neo16s-abhinavflac-320/index.json @@ -0,0 +1,42 @@ +{ + "id": 85, + "slug": "acer-2025-predator-helios-neo16s-abhinavflac-320", + "base_model_slug": "acer-2025-predator-helios-neo16s", + "name": "Acer 2025 Predator Helios Neo16S AI PHN16S-71 Gaming", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1807, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 7 255HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 320 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.984966", + "updated_at": "2026-07-08T02:20:50.984966", + "url": "/v1/laptops/acer-2025-predator-helios-neo16s-abhinavflac-320" +} diff --git a/site/public/v1/laptops/acer-al15-41-aspire-lite-15-abhinavflac-733/index.json b/site/public/v1/laptops/acer-al15-41-aspire-lite-15-abhinavflac-733/index.json new file mode 100644 index 000000000000..a42244c941ff --- /dev/null +++ b/site/public/v1/laptops/acer-al15-41-aspire-lite-15-abhinavflac-733/index.json @@ -0,0 +1,42 @@ +{ + "id": 4, + "slug": "acer-al15-41-aspire-lite-15-abhinavflac-733", + "base_model_slug": "acer-al15-41-aspire-lite-15", + "name": "Acer AL15-41 Aspire Lite 15", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 403, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 5625U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 733 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.978856", + "updated_at": "2026-07-08T02:20:50.978856", + "url": "/v1/laptops/acer-al15-41-aspire-lite-15-abhinavflac-733" +} diff --git a/site/public/v1/laptops/acer-al15-41-aspire-lite-abhinavflac-459/index.json b/site/public/v1/laptops/acer-al15-41-aspire-lite-abhinavflac-459/index.json new file mode 100644 index 000000000000..8a65e27992a2 --- /dev/null +++ b/site/public/v1/laptops/acer-al15-41-aspire-lite-abhinavflac-459/index.json @@ -0,0 +1,42 @@ +{ + "id": 3, + "slug": "acer-al15-41-aspire-lite-abhinavflac-459", + "base_model_slug": "acer-al15-41-aspire-lite", + "name": "Acer AL15-41 Aspire Lite", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 458, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 5625U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 459 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.978856", + "updated_at": "2026-07-08T02:20:50.978856", + "url": "/v1/laptops/acer-al15-41-aspire-lite-abhinavflac-459" +} diff --git a/site/public/v1/laptops/acer-al15-52h-aspire-lite-15-abhinavflac-383/index.json b/site/public/v1/laptops/acer-al15-52h-aspire-lite-15-abhinavflac-383/index.json new file mode 100644 index 000000000000..aa52b0dfb932 --- /dev/null +++ b/site/public/v1/laptops/acer-al15-52h-aspire-lite-15-abhinavflac-383/index.json @@ -0,0 +1,42 @@ +{ + "id": 10, + "slug": "acer-al15-52h-aspire-lite-15-abhinavflac-383", + "base_model_slug": "acer-al15-52h-aspire-lite-15", + "name": "Acer AL15-52H Aspire Lite 15 (12650HH / 16GB / 512GB / UHD Graphics / Windows)", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 747, + "device_category": "General", + "cpu_name": "Intel Core I7 12650H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 383 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.979856", + "updated_at": "2026-07-08T02:20:50.979856", + "url": "/v1/laptops/acer-al15-52h-aspire-lite-15-abhinavflac-383" +} diff --git a/site/public/v1/laptops/acer-al15-52h-aspire-lite-15-abhinavflac-387/index.json b/site/public/v1/laptops/acer-al15-52h-aspire-lite-15-abhinavflac-387/index.json new file mode 100644 index 000000000000..a18b88257436 --- /dev/null +++ b/site/public/v1/laptops/acer-al15-52h-aspire-lite-15-abhinavflac-387/index.json @@ -0,0 +1,42 @@ +{ + "id": 11, + "slug": "acer-al15-52h-aspire-lite-15-abhinavflac-387", + "base_model_slug": "acer-al15-52h-aspire-lite-15", + "name": "Acer AL15-52H Aspire Lite 15 (12650HH / 16GB / 1024GB / UHD Graphics / Windows)", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 687, + "device_category": "General", + "cpu_name": "Intel Core I7 12650H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 387 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.979856", + "updated_at": "2026-07-08T02:20:50.979856", + "url": "/v1/laptops/acer-al15-52h-aspire-lite-15-abhinavflac-387" +} diff --git a/site/public/v1/laptops/acer-alg-15-al15g-53-gaming-abhinavflac-630/index.json b/site/public/v1/laptops/acer-alg-15-al15g-53-gaming-abhinavflac-630/index.json new file mode 100644 index 000000000000..92da16cc007c --- /dev/null +++ b/site/public/v1/laptops/acer-alg-15-al15g-53-gaming-abhinavflac-630/index.json @@ -0,0 +1,42 @@ +{ + "id": 25, + "slug": "acer-alg-15-al15g-53-gaming-abhinavflac-630", + "base_model_slug": "acer-alg-15-al15g-53-gaming", + "name": "Acer ALG 15 ‎AL15G-53 Gaming", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 807, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 630 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.980857", + "updated_at": "2026-07-08T02:20:50.980857", + "url": "/v1/laptops/acer-alg-15-al15g-53-gaming-abhinavflac-630" +} diff --git a/site/public/v1/laptops/acer-alg-al15g-53-15-gaming-abhinavflac-629/index.json b/site/public/v1/laptops/acer-alg-al15g-53-15-gaming-abhinavflac-629/index.json new file mode 100644 index 000000000000..2f8a9f96a9a9 --- /dev/null +++ b/site/public/v1/laptops/acer-alg-al15g-53-15-gaming-abhinavflac-629/index.json @@ -0,0 +1,42 @@ +{ + "id": 26, + "slug": "acer-alg-al15g-53-15-gaming-abhinavflac-629", + "base_model_slug": "acer-alg-al15g-53-15-gaming", + "name": "Acer ALG ‎AL15G-53 15 Gaming", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 748, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 629 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.980857", + "updated_at": "2026-07-08T02:20:50.980857", + "url": "/v1/laptops/acer-alg-al15g-53-15-gaming-abhinavflac-629" +} diff --git a/site/public/v1/laptops/acer-alg-al15g-53-gaming-abhinavflac-842/index.json b/site/public/v1/laptops/acer-alg-al15g-53-gaming-abhinavflac-842/index.json new file mode 100644 index 000000000000..13c49631df3c --- /dev/null +++ b/site/public/v1/laptops/acer-alg-al15g-53-gaming-abhinavflac-842/index.json @@ -0,0 +1,42 @@ +{ + "id": 27, + "slug": "acer-alg-al15g-53-gaming-abhinavflac-842", + "base_model_slug": "acer-alg-al15g-53-gaming", + "name": "Acer ALG ‎AL15G-53 Gaming", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 781, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 842 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.980857", + "updated_at": "2026-07-08T02:20:50.980857", + "url": "/v1/laptops/acer-alg-al15g-53-gaming-abhinavflac-842" +} diff --git a/site/public/v1/laptops/acer-aspire-14-as14h-53-un-36csi-005-abhinavflac-47/index.json b/site/public/v1/laptops/acer-aspire-14-as14h-53-un-36csi-005-abhinavflac-47/index.json new file mode 100644 index 000000000000..53cbf407ee69 --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-14-as14h-53-un-36csi-005-abhinavflac-47/index.json @@ -0,0 +1,42 @@ +{ + "id": 28, + "slug": "acer-aspire-14-as14h-53-un-36csi-005-abhinavflac-47", + "base_model_slug": "acer-aspire-14-as14h-53-un-36csi-005", + "name": "Acer Aspire 14 AS14H-53 UN.36CSI.005", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 687, + "device_category": "General", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 47 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.980857", + "updated_at": "2026-07-08T02:20:50.980857", + "url": "/v1/laptops/acer-aspire-14-as14h-53-un-36csi-005-abhinavflac-47" +} diff --git a/site/public/v1/laptops/acer-aspire-15-a15-51m-abhinavflac-762/index.json b/site/public/v1/laptops/acer-aspire-15-a15-51m-abhinavflac-762/index.json new file mode 100644 index 000000000000..48fb467eb733 --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-15-a15-51m-abhinavflac-762/index.json @@ -0,0 +1,42 @@ +{ + "id": 86, + "slug": "acer-aspire-15-a15-51m-abhinavflac-762", + "base_model_slug": "acer-aspire-15-a15-51m", + "name": "Acer Aspire 15 A15-51M", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 590, + "device_category": "General", + "cpu_name": "Intel Core 5 120U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 762 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.984966", + "updated_at": "2026-07-08T02:20:50.984966", + "url": "/v1/laptops/acer-aspire-15-a15-51m-abhinavflac-762" +} diff --git a/site/public/v1/laptops/acer-aspire-15-as15-42-un-35msi-004-abhinavflac-464/index.json b/site/public/v1/laptops/acer-aspire-15-as15-42-un-35msi-004-abhinavflac-464/index.json new file mode 100644 index 000000000000..130be18d897b --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-15-as15-42-un-35msi-004-abhinavflac-464/index.json @@ -0,0 +1,42 @@ +{ + "id": 29, + "slug": "acer-aspire-15-as15-42-un-35msi-004-abhinavflac-464", + "base_model_slug": "acer-aspire-15-as15-42-un-35msi-004", + "name": "Acer Aspire 15 AS15-42 UN.35MSI.004", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 482, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7430U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 464 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.980857", + "updated_at": "2026-07-08T02:20:50.980857", + "url": "/v1/laptops/acer-aspire-15-as15-42-un-35msi-004-abhinavflac-464" +} diff --git a/site/public/v1/laptops/acer-aspire-3-14-a324-45-abhinavflac-937/index.json b/site/public/v1/laptops/acer-aspire-3-14-a324-45-abhinavflac-937/index.json new file mode 100644 index 000000000000..60cf4b7459ab --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-3-14-a324-45-abhinavflac-937/index.json @@ -0,0 +1,42 @@ +{ + "id": 87, + "slug": "acer-aspire-3-14-a324-45-abhinavflac-937", + "base_model_slug": "acer-aspire-3-14-a324-45", + "name": "Acer Aspire 3 14 A324-45", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 265, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 256, + "display": { + "size_inch": 14.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 937 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.985965", + "updated_at": "2026-07-08T02:20:50.985965", + "url": "/v1/laptops/acer-aspire-3-14-a324-45-abhinavflac-937" +} diff --git a/site/public/v1/laptops/acer-aspire-3-15-a325-42-abhinavflac-834/index.json b/site/public/v1/laptops/acer-aspire-3-15-a325-42-abhinavflac-834/index.json new file mode 100644 index 000000000000..27799962a9ae --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-3-15-a325-42-abhinavflac-834/index.json @@ -0,0 +1,42 @@ +{ + "id": 30, + "slug": "acer-aspire-3-15-a325-42-abhinavflac-834", + "base_model_slug": "acer-aspire-3-15-a325-42", + "name": "Acer Aspire 3 15 A325-42", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 446, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7430U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 834 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.980857", + "updated_at": "2026-07-08T02:20:50.980857", + "url": "/v1/laptops/acer-aspire-3-15-a325-42-abhinavflac-834" +} diff --git a/site/public/v1/laptops/acer-aspire-3-15-a325-45-abhinavflac-942/index.json b/site/public/v1/laptops/acer-aspire-3-15-a325-45-abhinavflac-942/index.json new file mode 100644 index 000000000000..e609127699ec --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-3-15-a325-45-abhinavflac-942/index.json @@ -0,0 +1,42 @@ +{ + "id": 88, + "slug": "acer-aspire-3-15-a325-45-abhinavflac-942", + "base_model_slug": "acer-aspire-3-15-a325-45", + "name": "Acer Aspire 3 15 A325-45", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 283, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 256, + "display": { + "size_inch": 15.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 942 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.985965", + "updated_at": "2026-07-08T02:20:50.985965", + "url": "/v1/laptops/acer-aspire-3-15-a325-45-abhinavflac-942" +} diff --git a/site/public/v1/laptops/acer-aspire-3-15-a325-51-abhinavflac-509/index.json b/site/public/v1/laptops/acer-aspire-3-15-a325-51-abhinavflac-509/index.json new file mode 100644 index 000000000000..8fa4ceff0b0a --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-3-15-a325-51-abhinavflac-509/index.json @@ -0,0 +1,42 @@ +{ + "id": 12, + "slug": "acer-aspire-3-15-a325-51-abhinavflac-509", + "base_model_slug": "acer-aspire-3-15-a325-51", + "name": "Acer Aspire 3 15 A325-51", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 482, + "device_category": "General", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 509 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.979856", + "updated_at": "2026-07-08T02:20:50.979856", + "url": "/v1/laptops/acer-aspire-3-15-a325-51-abhinavflac-509" +} diff --git a/site/public/v1/laptops/acer-aspire-3-2025-a325-53-abhinavflac-190/index.json b/site/public/v1/laptops/acer-aspire-3-2025-a325-53-abhinavflac-190/index.json new file mode 100644 index 000000000000..68948fa020cd --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-3-2025-a325-53-abhinavflac-190/index.json @@ -0,0 +1,42 @@ +{ + "id": 31, + "slug": "acer-aspire-3-2025-a325-53-abhinavflac-190", + "base_model_slug": "acer-aspire-3-2025-a325-53", + "name": "Acer Aspire 3 2025 A325-53", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 528, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 190 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.980857", + "updated_at": "2026-07-08T02:20:50.980857", + "url": "/v1/laptops/acer-aspire-3-2025-a325-53-abhinavflac-190" +} diff --git a/site/public/v1/laptops/acer-aspire-3-a311-45-un-354si-002-abhinavflac-695/index.json b/site/public/v1/laptops/acer-aspire-3-a311-45-un-354si-002-abhinavflac-695/index.json new file mode 100644 index 000000000000..cb55861208e8 --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-3-a311-45-un-354si-002-abhinavflac-695/index.json @@ -0,0 +1,42 @@ +{ + "id": 89, + "slug": "acer-aspire-3-a311-45-un-354si-002-abhinavflac-695", + "base_model_slug": "acer-aspire-3-a311-45-un-354si-002", + "name": "Acer Aspire 3 A311-45 UN.354SI.002", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 276, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 11.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 695 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.985965", + "updated_at": "2026-07-08T02:20:50.985965", + "url": "/v1/laptops/acer-aspire-3-a311-45-un-354si-002-abhinavflac-695" +} diff --git a/site/public/v1/laptops/acer-aspire-3-a311-45-un-354si-004-abhinavflac-694/index.json b/site/public/v1/laptops/acer-aspire-3-a311-45-un-354si-004-abhinavflac-694/index.json new file mode 100644 index 000000000000..d139facd3961 --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-3-a311-45-un-354si-004-abhinavflac-694/index.json @@ -0,0 +1,42 @@ +{ + "id": 90, + "slug": "acer-aspire-3-a311-45-un-354si-004-abhinavflac-694", + "base_model_slug": "acer-aspire-3-a311-45-un-354si-004", + "name": "Acer Aspire 3 A311-45 UN.354SI.004", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 217, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 256, + "display": { + "size_inch": 11.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 694 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.985965", + "updated_at": "2026-07-08T02:20:50.985965", + "url": "/v1/laptops/acer-aspire-3-a311-45-un-354si-004-abhinavflac-694" +} diff --git a/site/public/v1/laptops/acer-aspire-3-a311-45-un-354si-006-abhinavflac-696/index.json b/site/public/v1/laptops/acer-aspire-3-a311-45-un-354si-006-abhinavflac-696/index.json new file mode 100644 index 000000000000..586f57ea6732 --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-3-a311-45-un-354si-006-abhinavflac-696/index.json @@ -0,0 +1,42 @@ +{ + "id": 91, + "slug": "acer-aspire-3-a311-45-un-354si-006-abhinavflac-696", + "base_model_slug": "acer-aspire-3-a311-45-un-354si-006", + "name": "Acer Aspire 3 A311-45 UN.354SI.006", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 193, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 128, + "display": { + "size_inch": 11.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 696 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.985965", + "updated_at": "2026-07-08T02:20:50.985965", + "url": "/v1/laptops/acer-aspire-3-a311-45-un-354si-006-abhinavflac-696" +} diff --git a/site/public/v1/laptops/acer-aspire-3-a324-45-abhinavflac-938/index.json b/site/public/v1/laptops/acer-aspire-3-a324-45-abhinavflac-938/index.json new file mode 100644 index 000000000000..c2f0ebf6d05d --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-3-a324-45-abhinavflac-938/index.json @@ -0,0 +1,42 @@ +{ + "id": 92, + "slug": "acer-aspire-3-a324-45-abhinavflac-938", + "base_model_slug": "acer-aspire-3-a324-45", + "name": "Acer Aspire 3 A324-45", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 277, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 938 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.985965", + "updated_at": "2026-07-08T02:20:50.985965", + "url": "/v1/laptops/acer-aspire-3-a324-45-abhinavflac-938" +} diff --git a/site/public/v1/laptops/acer-aspire-3-a324-51-un-343si-00q-abhinavflac-848/index.json b/site/public/v1/laptops/acer-aspire-3-a324-51-un-343si-00q-abhinavflac-848/index.json new file mode 100644 index 000000000000..c44150fc1459 --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-3-a324-51-un-343si-00q-abhinavflac-848/index.json @@ -0,0 +1,42 @@ +{ + "id": 13, + "slug": "acer-aspire-3-a324-51-un-343si-00q-abhinavflac-848", + "base_model_slug": "acer-aspire-3-a324-51-un-343si-00q", + "name": "Acer Aspire 3 A324-51 UN.343SI.00Q", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 554, + "device_category": "General", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 848 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.979856", + "updated_at": "2026-07-08T02:20:50.979856", + "url": "/v1/laptops/acer-aspire-3-a324-51-un-343si-00q-abhinavflac-848" +} diff --git a/site/public/v1/laptops/acer-aspire-3-a324-53-un-34rsi-002-abhinavflac-799/index.json b/site/public/v1/laptops/acer-aspire-3-a324-53-un-34rsi-002-abhinavflac-799/index.json new file mode 100644 index 000000000000..3e4b1aef3d56 --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-3-a324-53-un-34rsi-002-abhinavflac-799/index.json @@ -0,0 +1,42 @@ +{ + "id": 32, + "slug": "acer-aspire-3-a324-53-un-34rsi-002-abhinavflac-799", + "base_model_slug": "acer-aspire-3-a324-53-un-34rsi-002", + "name": "Acer Aspire 3 A324-53 UN.34RSI.002", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 373, + "device_category": "General", + "cpu_name": "Intel Core I3 1305U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 799 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.980857", + "updated_at": "2026-07-08T02:20:50.980857", + "url": "/v1/laptops/acer-aspire-3-a324-53-un-34rsi-002-abhinavflac-799" +} diff --git a/site/public/v1/laptops/acer-aspire-3-a324-53-un-34rsi-004-abhinavflac-749/index.json b/site/public/v1/laptops/acer-aspire-3-a324-53-un-34rsi-004-abhinavflac-749/index.json new file mode 100644 index 000000000000..5aa405deabb7 --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-3-a324-53-un-34rsi-004-abhinavflac-749/index.json @@ -0,0 +1,42 @@ +{ + "id": 33, + "slug": "acer-aspire-3-a324-53-un-34rsi-004-abhinavflac-749", + "base_model_slug": "acer-aspire-3-a324-53-un-34rsi-004", + "name": "Acer Aspire 3 A324-53 UN.34RSI.004", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 518, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 749 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.980857", + "updated_at": "2026-07-08T02:20:50.980857", + "url": "/v1/laptops/acer-aspire-3-a324-53-un-34rsi-004-abhinavflac-749" +} diff --git a/site/public/v1/laptops/acer-aspire-3-a324-53-un-34rsi-009-abhinavflac-764/index.json b/site/public/v1/laptops/acer-aspire-3-a324-53-un-34rsi-009-abhinavflac-764/index.json new file mode 100644 index 000000000000..e27c5eeba1c0 --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-3-a324-53-un-34rsi-009-abhinavflac-764/index.json @@ -0,0 +1,42 @@ +{ + "id": 34, + "slug": "acer-aspire-3-a324-53-un-34rsi-009-abhinavflac-764", + "base_model_slug": "acer-aspire-3-a324-53-un-34rsi-009", + "name": "Acer Aspire 3 A324-53 UN.34RSI.009", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 397, + "device_category": "General", + "cpu_name": "Intel Core I3 1305U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 764 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.980857", + "updated_at": "2026-07-08T02:20:50.980857", + "url": "/v1/laptops/acer-aspire-3-a324-53-un-34rsi-009-abhinavflac-764" +} diff --git a/site/public/v1/laptops/acer-aspire-3-a325-42-7330uu-abhinavflac-807/index.json b/site/public/v1/laptops/acer-aspire-3-a325-42-7330uu-abhinavflac-807/index.json new file mode 100644 index 000000000000..892f005ff086 --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-3-a325-42-7330uu-abhinavflac-807/index.json @@ -0,0 +1,42 @@ +{ + "id": 35, + "slug": "acer-aspire-3-a325-42-7330uu-abhinavflac-807", + "base_model_slug": "acer-aspire-3-a325-42-7330uu", + "name": "Acer Aspire 3 A325-42 (7330UU / 8GB / 512GB / Radeon / Windows)", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 349, + "device_category": "General", + "cpu_name": "AMD Ryzen 3 7330U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 807 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.980857", + "updated_at": "2026-07-08T02:20:50.980857", + "url": "/v1/laptops/acer-aspire-3-a325-42-7330uu-abhinavflac-807" +} diff --git a/site/public/v1/laptops/acer-aspire-3-a325-42-7430uu-abhinavflac-840/index.json b/site/public/v1/laptops/acer-aspire-3-a325-42-7430uu-abhinavflac-840/index.json new file mode 100644 index 000000000000..c6b49fa101aa --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-3-a325-42-7430uu-abhinavflac-840/index.json @@ -0,0 +1,42 @@ +{ + "id": 36, + "slug": "acer-aspire-3-a325-42-7430uu-abhinavflac-840", + "base_model_slug": "acer-aspire-3-a325-42-7430uu", + "name": "Acer Aspire 3 A325-42 (7430UU / 8GB / 512GB / Radeon / Windows)", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 467, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7430U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 840 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.980857", + "updated_at": "2026-07-08T02:20:50.980857", + "url": "/v1/laptops/acer-aspire-3-a325-42-7430uu-abhinavflac-840" +} diff --git a/site/public/v1/laptops/acer-aspire-3-a325-42-un-34qsi-004-abhinavflac-830/index.json b/site/public/v1/laptops/acer-aspire-3-a325-42-un-34qsi-004-abhinavflac-830/index.json new file mode 100644 index 000000000000..1ee73632fec3 --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-3-a325-42-un-34qsi-004-abhinavflac-830/index.json @@ -0,0 +1,42 @@ +{ + "id": 37, + "slug": "acer-aspire-3-a325-42-un-34qsi-004-abhinavflac-830", + "base_model_slug": "acer-aspire-3-a325-42-un-34qsi-004", + "name": "Acer Aspire 3 A325-42 UN.34QSI.004", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 542, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 7730U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 830 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.980857", + "updated_at": "2026-07-08T02:20:50.980857", + "url": "/v1/laptops/acer-aspire-3-a325-42-un-34qsi-004-abhinavflac-830" +} diff --git a/site/public/v1/laptops/acer-aspire-3-a325-45-abhinavflac-943/index.json b/site/public/v1/laptops/acer-aspire-3-a325-45-abhinavflac-943/index.json new file mode 100644 index 000000000000..6f32f92af456 --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-3-a325-45-abhinavflac-943/index.json @@ -0,0 +1,42 @@ +{ + "id": 93, + "slug": "acer-aspire-3-a325-45-abhinavflac-943", + "base_model_slug": "acer-aspire-3-a325-45", + "name": "Acer Aspire 3 A325-45", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 289, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 943 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.985965", + "updated_at": "2026-07-08T02:20:50.985965", + "url": "/v1/laptops/acer-aspire-3-a325-45-abhinavflac-943" +} diff --git a/site/public/v1/laptops/acer-aspire-3-a325-51-15-abhinavflac-508/index.json b/site/public/v1/laptops/acer-aspire-3-a325-51-15-abhinavflac-508/index.json new file mode 100644 index 000000000000..43a35147129d --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-3-a325-51-15-abhinavflac-508/index.json @@ -0,0 +1,42 @@ +{ + "id": 15, + "slug": "acer-aspire-3-a325-51-15-abhinavflac-508", + "base_model_slug": "acer-aspire-3-a325-51-15", + "name": "Acer Aspire 3 A325-51 15", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 469, + "device_category": "General", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 508 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.979856", + "updated_at": "2026-07-08T02:20:50.979856", + "url": "/v1/laptops/acer-aspire-3-a325-51-15-abhinavflac-508" +} diff --git a/site/public/v1/laptops/acer-aspire-3-a325-51-abhinavflac-821/index.json b/site/public/v1/laptops/acer-aspire-3-a325-51-abhinavflac-821/index.json new file mode 100644 index 000000000000..89a7ebdb24ee --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-3-a325-51-abhinavflac-821/index.json @@ -0,0 +1,42 @@ +{ + "id": 14, + "slug": "acer-aspire-3-a325-51-abhinavflac-821", + "base_model_slug": "acer-aspire-3-a325-51", + "name": "Acer Aspire 3 A325-51", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 373, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 821 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.979856", + "updated_at": "2026-07-08T02:20:50.979856", + "url": "/v1/laptops/acer-aspire-3-a325-51-abhinavflac-821" +} diff --git a/site/public/v1/laptops/acer-aspire-3-a325-53-abhinavflac-381/index.json b/site/public/v1/laptops/acer-aspire-3-a325-53-abhinavflac-381/index.json new file mode 100644 index 000000000000..e9c9e5238052 --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-3-a325-53-abhinavflac-381/index.json @@ -0,0 +1,42 @@ +{ + "id": 38, + "slug": "acer-aspire-3-a325-53-abhinavflac-381", + "base_model_slug": "acer-aspire-3-a325-53", + "name": "Acer Aspire 3 A325-53", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 457, + "device_category": "General", + "cpu_name": "Intel Core I3 1305U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 381 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.981857", + "updated_at": "2026-07-08T02:20:50.981857", + "url": "/v1/laptops/acer-aspire-3-a325-53-abhinavflac-381" +} diff --git a/site/public/v1/laptops/acer-aspire-3d-15-spatiallabs-abhinavflac-933/index.json b/site/public/v1/laptops/acer-aspire-3d-15-spatiallabs-abhinavflac-933/index.json new file mode 100644 index 000000000000..9f12ec404e1c --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-3d-15-spatiallabs-abhinavflac-933/index.json @@ -0,0 +1,42 @@ +{ + "id": 39, + "slug": "acer-aspire-3d-15-spatiallabs-abhinavflac-933", + "base_model_slug": "acer-aspire-3d-15-spatiallabs", + "name": "Acer Aspire 3D 15 SpatialLabs Edition 3D", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1443, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "3840x2160" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 933 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.981857", + "updated_at": "2026-07-08T02:20:50.981857", + "url": "/v1/laptops/acer-aspire-3d-15-spatiallabs-abhinavflac-933" +} diff --git a/site/public/v1/laptops/acer-aspire-3d-15-spatiallabs-abhinavflac-944/index.json b/site/public/v1/laptops/acer-aspire-3d-15-spatiallabs-abhinavflac-944/index.json new file mode 100644 index 000000000000..6b5514630e64 --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-3d-15-spatiallabs-abhinavflac-944/index.json @@ -0,0 +1,42 @@ +{ + "id": 40, + "slug": "acer-aspire-3d-15-spatiallabs-abhinavflac-944", + "base_model_slug": "acer-aspire-3d-15-spatiallabs", + "name": "Acer Aspire 3D 15 SpatialLabs Edition A3D15-71GM 3D", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 2051, + "device_category": "General", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "3840x2160" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 944 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.981857", + "updated_at": "2026-07-08T02:20:50.981857", + "url": "/v1/laptops/acer-aspire-3d-15-spatiallabs-abhinavflac-944" +} diff --git a/site/public/v1/laptops/acer-aspire-5-nx-khfsi-007-abhinavflac-882/index.json b/site/public/v1/laptops/acer-aspire-5-nx-khfsi-007-abhinavflac-882/index.json new file mode 100644 index 000000000000..5575550eca23 --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-5-nx-khfsi-007-abhinavflac-882/index.json @@ -0,0 +1,42 @@ +{ + "id": 41, + "slug": "acer-aspire-5-nx-khfsi-007-abhinavflac-882", + "base_model_slug": "acer-aspire-5-nx-khfsi-007", + "name": "Acer Aspire 5 NX.KHFSI.007", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 626, + "device_category": "General", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 882 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.981857", + "updated_at": "2026-07-08T02:20:50.981857", + "url": "/v1/laptops/acer-aspire-5-nx-khfsi-007-abhinavflac-882" +} diff --git a/site/public/v1/laptops/acer-aspire-7-a715-79g-un-34nsi-002-abhinavflac-878/index.json b/site/public/v1/laptops/acer-aspire-7-a715-79g-un-34nsi-002-abhinavflac-878/index.json new file mode 100644 index 000000000000..3ea16ef94eee --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-7-a715-79g-un-34nsi-002-abhinavflac-878/index.json @@ -0,0 +1,42 @@ +{ + "id": 42, + "slug": "acer-aspire-7-a715-79g-un-34nsi-002-abhinavflac-878", + "base_model_slug": "acer-aspire-7-a715-79g-un-34nsi-002", + "name": "Acer Aspire 7 A715-79G UN.34NSI.002 Gaming", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 737, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 878 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.981857", + "updated_at": "2026-07-08T02:20:50.981857", + "url": "/v1/laptops/acer-aspire-7-a715-79g-un-34nsi-002-abhinavflac-878" +} diff --git a/site/public/v1/laptops/acer-aspire-7-a715-79g-un-34psi-001-abhinavflac-879/index.json b/site/public/v1/laptops/acer-aspire-7-a715-79g-un-34psi-001-abhinavflac-879/index.json new file mode 100644 index 000000000000..5a102a858cda --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-7-a715-79g-un-34psi-001-abhinavflac-879/index.json @@ -0,0 +1,42 @@ +{ + "id": 43, + "slug": "acer-aspire-7-a715-79g-un-34psi-001-abhinavflac-879", + "base_model_slug": "acer-aspire-7-a715-79g-un-34psi-001", + "name": "Acer Aspire 7 A715-79G UN.34PSI.001 Gaming", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 735, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 879 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.981857", + "updated_at": "2026-07-08T02:20:50.981857", + "url": "/v1/laptops/acer-aspire-7-a715-79g-un-34psi-001-abhinavflac-879" +} diff --git a/site/public/v1/laptops/acer-aspire-7-a715-79g-un-u2ksi-001-abhinavflac-284/index.json b/site/public/v1/laptops/acer-aspire-7-a715-79g-un-u2ksi-001-abhinavflac-284/index.json new file mode 100644 index 000000000000..0747d8365176 --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-7-a715-79g-un-u2ksi-001-abhinavflac-284/index.json @@ -0,0 +1,42 @@ +{ + "id": 44, + "slug": "acer-aspire-7-a715-79g-un-u2ksi-001-abhinavflac-284", + "base_model_slug": "acer-aspire-7-a715-79g-un-u2ksi-001", + "name": "Acer Aspire 7 A715-79G UN.U2KSI.001 Gaming", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 880, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 284 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.981857", + "updated_at": "2026-07-08T02:20:50.981857", + "url": "/v1/laptops/acer-aspire-7-a715-79g-un-u2ksi-001-abhinavflac-284" +} diff --git a/site/public/v1/laptops/acer-aspire-7-a715-79g-un-u35si-001-abhinavflac-130/index.json b/site/public/v1/laptops/acer-aspire-7-a715-79g-un-u35si-001-abhinavflac-130/index.json new file mode 100644 index 000000000000..53b0725489ad --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-7-a715-79g-un-u35si-001-abhinavflac-130/index.json @@ -0,0 +1,42 @@ +{ + "id": 45, + "slug": "acer-aspire-7-a715-79g-un-u35si-001-abhinavflac-130", + "base_model_slug": "acer-aspire-7-a715-79g-un-u35si-001", + "name": "Acer Aspire 7 A715-79G UN.U35SI.001 Gaming", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1000, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 130 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.981857", + "updated_at": "2026-07-08T02:20:50.981857", + "url": "/v1/laptops/acer-aspire-7-a715-79g-un-u35si-001-abhinavflac-130" +} diff --git a/site/public/v1/laptops/acer-aspire-7-a715-79g-un-u35si-002-abhinavflac-68/index.json b/site/public/v1/laptops/acer-aspire-7-a715-79g-un-u35si-002-abhinavflac-68/index.json new file mode 100644 index 000000000000..8b18064e152b --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-7-a715-79g-un-u35si-002-abhinavflac-68/index.json @@ -0,0 +1,42 @@ +{ + "id": 94, + "slug": "acer-aspire-7-a715-79g-un-u35si-002-abhinavflac-68", + "base_model_slug": "acer-aspire-7-a715-79g-un-u35si-002", + "name": "Acer Aspire 7 A715-79G UN.U35SI.002 Gaming", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 867, + "device_category": "Gaming", + "cpu_name": "Intel Core 5 210H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 68 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.985965", + "updated_at": "2026-07-08T02:20:50.985965", + "url": "/v1/laptops/acer-aspire-7-a715-79g-un-u35si-002-abhinavflac-68" +} diff --git a/site/public/v1/laptops/acer-aspire-go-14-ag14-71m-abhinavflac-352/index.json b/site/public/v1/laptops/acer-aspire-go-14-ag14-71m-abhinavflac-352/index.json new file mode 100644 index 000000000000..311a599ce944 --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-go-14-ag14-71m-abhinavflac-352/index.json @@ -0,0 +1,42 @@ +{ + "id": 46, + "slug": "acer-aspire-go-14-ag14-71m-abhinavflac-352", + "base_model_slug": "acer-aspire-go-14-ag14-71m", + "name": "Acer Aspire Go 14 AG14-71M", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 699, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 352 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.981857", + "updated_at": "2026-07-08T02:20:50.981857", + "url": "/v1/laptops/acer-aspire-go-14-ag14-71m-abhinavflac-352" +} diff --git a/site/public/v1/laptops/acer-aspire-lite-15-al15-41-abhinavflac-586/index.json b/site/public/v1/laptops/acer-aspire-lite-15-al15-41-abhinavflac-586/index.json new file mode 100644 index 000000000000..0ef32067b504 --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-lite-15-al15-41-abhinavflac-586/index.json @@ -0,0 +1,42 @@ +{ + "id": 5, + "slug": "acer-aspire-lite-15-al15-41-abhinavflac-586", + "base_model_slug": "acer-aspire-lite-15-al15-41", + "name": "Acer Aspire Lite 15 AL15-41", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 337, + "device_category": "General", + "cpu_name": "AMD Ryzen 3 5300U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 256, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 586 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.978856", + "updated_at": "2026-07-08T02:20:50.978856", + "url": "/v1/laptops/acer-aspire-lite-15-al15-41-abhinavflac-586" +} diff --git a/site/public/v1/laptops/acer-aspire-lite-15-al15-52h-abhinavflac-853/index.json b/site/public/v1/laptops/acer-aspire-lite-15-al15-52h-abhinavflac-853/index.json new file mode 100644 index 000000000000..3d7be9b3a033 --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-lite-15-al15-52h-abhinavflac-853/index.json @@ -0,0 +1,42 @@ +{ + "id": 16, + "slug": "acer-aspire-lite-15-al15-52h-abhinavflac-853", + "base_model_slug": "acer-aspire-lite-15-al15-52h", + "name": "Acer Aspire Lite 15 AL15-52H", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 590, + "device_category": "General", + "cpu_name": "Intel Core I5 12450H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 12, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 853 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.979856", + "updated_at": "2026-07-08T02:20:50.979856", + "url": "/v1/laptops/acer-aspire-lite-15-al15-52h-abhinavflac-853" +} diff --git a/site/public/v1/laptops/acer-aspire-lite-al15-41-un-31zsi-039-abhinavflac-513/index.json b/site/public/v1/laptops/acer-aspire-lite-al15-41-un-31zsi-039-abhinavflac-513/index.json new file mode 100644 index 000000000000..92f25bd42944 --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-lite-al15-41-un-31zsi-039-abhinavflac-513/index.json @@ -0,0 +1,42 @@ +{ + "id": 47, + "slug": "acer-aspire-lite-al15-41-un-31zsi-039-abhinavflac-513", + "base_model_slug": "acer-aspire-lite-al15-41-un-31zsi-039", + "name": "Acer Aspire Lite AL15-41 UN.31ZSI.039", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 518, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7430U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 513 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.981857", + "updated_at": "2026-07-08T02:20:50.981857", + "url": "/v1/laptops/acer-aspire-lite-al15-41-un-31zsi-039-abhinavflac-513" +} diff --git a/site/public/v1/laptops/acer-aspire-lite-al15-52h-12450hh-abhinavflac-854/index.json b/site/public/v1/laptops/acer-aspire-lite-al15-52h-12450hh-abhinavflac-854/index.json new file mode 100644 index 000000000000..0e38b55cbfc9 --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-lite-al15-52h-12450hh-abhinavflac-854/index.json @@ -0,0 +1,42 @@ +{ + "id": 17, + "slug": "acer-aspire-lite-al15-52h-12450hh-abhinavflac-854", + "base_model_slug": "acer-aspire-lite-al15-52h-12450hh", + "name": "Acer Aspire Lite AL15-52H (12450HH / 16GB / 512GB / UHD Graphics / Windows)", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 440, + "device_category": "General", + "cpu_name": "Intel Core I5 12450H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 854 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.979856", + "updated_at": "2026-07-08T02:20:50.979856", + "url": "/v1/laptops/acer-aspire-lite-al15-52h-12450hh-abhinavflac-854" +} diff --git a/site/public/v1/laptops/acer-aspire-lite-al15-52h-13420hh-abhinavflac-37/index.json b/site/public/v1/laptops/acer-aspire-lite-al15-52h-13420hh-abhinavflac-37/index.json new file mode 100644 index 000000000000..010062683c2b --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-lite-al15-52h-13420hh-abhinavflac-37/index.json @@ -0,0 +1,42 @@ +{ + "id": 48, + "slug": "acer-aspire-lite-al15-52h-13420hh-abhinavflac-37", + "base_model_slug": "acer-aspire-lite-al15-52h-13420hh", + "name": "Acer Aspire Lite AL15-52H (13420HH / 16GB / 512GB / UHD Graphics / Windows)", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 584, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 37 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.981857", + "updated_at": "2026-07-08T02:20:50.981857", + "url": "/v1/laptops/acer-aspire-lite-al15-52h-13420hh-abhinavflac-37" +} diff --git a/site/public/v1/laptops/acer-aspire-lite-al15-52h-13620hh-abhinavflac-150/index.json b/site/public/v1/laptops/acer-aspire-lite-al15-52h-13620hh-abhinavflac-150/index.json new file mode 100644 index 000000000000..84d6b2f5775c --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-lite-al15-52h-13620hh-abhinavflac-150/index.json @@ -0,0 +1,42 @@ +{ + "id": 49, + "slug": "acer-aspire-lite-al15-52h-13620hh-abhinavflac-150", + "base_model_slug": "acer-aspire-lite-al15-52h-13620hh", + "name": "Acer Aspire Lite AL15-52H (13620HH / 16GB / 512GB / UHD Graphics / Windows)", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 699, + "device_category": "General", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 150 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.981857", + "updated_at": "2026-07-08T02:20:50.981857", + "url": "/v1/laptops/acer-aspire-lite-al15-52h-13620hh-abhinavflac-150" +} diff --git a/site/public/v1/laptops/acer-aspire-lite-al15-52h-un-347si-00v-abhinavflac-73/index.json b/site/public/v1/laptops/acer-aspire-lite-al15-52h-un-347si-00v-abhinavflac-73/index.json new file mode 100644 index 000000000000..10ef44015cb5 --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-lite-al15-52h-un-347si-00v-abhinavflac-73/index.json @@ -0,0 +1,42 @@ +{ + "id": 50, + "slug": "acer-aspire-lite-al15-52h-un-347si-00v-abhinavflac-73", + "base_model_slug": "acer-aspire-lite-al15-52h-un-347si-00v", + "name": "Acer Aspire Lite AL15-52H UN.347SI.00V", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 614, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 73 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.981857", + "updated_at": "2026-07-08T02:20:50.982857", + "url": "/v1/laptops/acer-aspire-lite-al15-52h-un-347si-00v-abhinavflac-73" +} diff --git a/site/public/v1/laptops/acer-aspire-lite-al15-53-1305uu-abhinavflac-763/index.json b/site/public/v1/laptops/acer-aspire-lite-al15-53-1305uu-abhinavflac-763/index.json new file mode 100644 index 000000000000..8d2e05f7d479 --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-lite-al15-53-1305uu-abhinavflac-763/index.json @@ -0,0 +1,42 @@ +{ + "id": 51, + "slug": "acer-aspire-lite-al15-53-1305uu-abhinavflac-763", + "base_model_slug": "acer-aspire-lite-al15-53-1305uu", + "name": "Acer Aspire Lite AL15-53 (1305UU / 8GB / 512GB / UHD Graphics / Windows)", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 408, + "device_category": "General", + "cpu_name": "Intel Core I3 1305U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 763 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.982857", + "updated_at": "2026-07-08T02:20:50.982857", + "url": "/v1/laptops/acer-aspire-lite-al15-53-1305uu-abhinavflac-763" +} diff --git a/site/public/v1/laptops/acer-aspire-lite-al15-53-1334uu-abhinavflac-717/index.json b/site/public/v1/laptops/acer-aspire-lite-al15-53-1334uu-abhinavflac-717/index.json new file mode 100644 index 000000000000..ee4830291f01 --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-lite-al15-53-1334uu-abhinavflac-717/index.json @@ -0,0 +1,42 @@ +{ + "id": 52, + "slug": "acer-aspire-lite-al15-53-1334uu-abhinavflac-717", + "base_model_slug": "acer-aspire-lite-al15-53-1334uu", + "name": "Acer Aspire Lite AL15-53 (1334UU / 16GB / 512GB / UHD Graphics / Windows)", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 522, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 717 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.982857", + "updated_at": "2026-07-08T02:20:50.982857", + "url": "/v1/laptops/acer-aspire-lite-al15-53-1334uu-abhinavflac-717" +} diff --git a/site/public/v1/laptops/acer-aspire-lite-al15-53-un-34esi-00d-abhinavflac-783/index.json b/site/public/v1/laptops/acer-aspire-lite-al15-53-un-34esi-00d-abhinavflac-783/index.json new file mode 100644 index 000000000000..622d9bc0da71 --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-lite-al15-53-un-34esi-00d-abhinavflac-783/index.json @@ -0,0 +1,42 @@ +{ + "id": 53, + "slug": "acer-aspire-lite-al15-53-un-34esi-00d-abhinavflac-783", + "base_model_slug": "acer-aspire-lite-al15-53-un-34esi-00d", + "name": "Acer Aspire Lite AL15-53 UN.34ESI.00D Gaming", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 422, + "device_category": "Gaming", + "cpu_name": "Intel Core I3 1305U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 783 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.982857", + "updated_at": "2026-07-08T02:20:50.982857", + "url": "/v1/laptops/acer-aspire-lite-al15-53-un-34esi-00d-abhinavflac-783" +} diff --git a/site/public/v1/laptops/acer-aspire-lite-amd-al15-41-abhinavflac-379/index.json b/site/public/v1/laptops/acer-aspire-lite-amd-al15-41-abhinavflac-379/index.json new file mode 100644 index 000000000000..54492c8fe444 --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-lite-amd-al15-41-abhinavflac-379/index.json @@ -0,0 +1,42 @@ +{ + "id": 54, + "slug": "acer-aspire-lite-amd-al15-41-abhinavflac-379", + "base_model_slug": "acer-aspire-lite-amd-al15-41", + "name": "Acer Aspire Lite AMD AL15-41 (7730UU / 16GB / 512GB / Radeon / Windows)", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 542, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 7730U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 379 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.982857", + "updated_at": "2026-07-08T02:20:50.982857", + "url": "/v1/laptops/acer-aspire-lite-amd-al15-41-abhinavflac-379" +} diff --git a/site/public/v1/laptops/acer-aspire-lite-amd-al15-41-abhinavflac-386/index.json b/site/public/v1/laptops/acer-aspire-lite-amd-al15-41-abhinavflac-386/index.json new file mode 100644 index 000000000000..3828eecedcd8 --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-lite-amd-al15-41-abhinavflac-386/index.json @@ -0,0 +1,42 @@ +{ + "id": 55, + "slug": "acer-aspire-lite-amd-al15-41-abhinavflac-386", + "base_model_slug": "acer-aspire-lite-amd-al15-41", + "name": "Acer Aspire Lite AMD AL15-41 (7730UU / 16GB / 1024GB / Radeon / Windows)", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 596, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 7730U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 386 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.982857", + "updated_at": "2026-07-08T02:20:50.982857", + "url": "/v1/laptops/acer-aspire-lite-amd-al15-41-abhinavflac-386" +} diff --git a/site/public/v1/laptops/acer-aspire-lite-un-34esi-005-gaming-abhinavflac-955/index.json b/site/public/v1/laptops/acer-aspire-lite-un-34esi-005-gaming-abhinavflac-955/index.json new file mode 100644 index 000000000000..3807e46ad597 --- /dev/null +++ b/site/public/v1/laptops/acer-aspire-lite-un-34esi-005-gaming-abhinavflac-955/index.json @@ -0,0 +1,42 @@ +{ + "id": 56, + "slug": "acer-aspire-lite-un-34esi-005-gaming-abhinavflac-955", + "base_model_slug": "acer-aspire-lite-un-34esi-005-gaming", + "name": "Acer Aspire Lite UN.34ESI.005 Gaming", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 409, + "device_category": "Gaming", + "cpu_name": "Intel Core I3 1305U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 955 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.982857", + "updated_at": "2026-07-08T02:20:50.982857", + "url": "/v1/laptops/acer-aspire-lite-un-34esi-005-gaming-abhinavflac-955" +} diff --git a/site/public/v1/laptops/acer-aspirego-14-ag14-71m-abhinavflac-331/index.json b/site/public/v1/laptops/acer-aspirego-14-ag14-71m-abhinavflac-331/index.json new file mode 100644 index 000000000000..91a7c952d793 --- /dev/null +++ b/site/public/v1/laptops/acer-aspirego-14-ag14-71m-abhinavflac-331/index.json @@ -0,0 +1,42 @@ +{ + "id": 57, + "slug": "acer-aspirego-14-ag14-71m-abhinavflac-331", + "base_model_slug": "acer-aspirego-14-ag14-71m", + "name": "Acer AspireGo 14 AG14-71M", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 747, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 331 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.982857", + "updated_at": "2026-07-08T02:20:50.982857", + "url": "/v1/laptops/acer-aspirego-14-ag14-71m-abhinavflac-331" +} diff --git a/site/public/v1/laptops/acer-chromebook-cb315-4h-abhinavflac-810/index.json b/site/public/v1/laptops/acer-chromebook-cb315-4h-abhinavflac-810/index.json new file mode 100644 index 000000000000..f75abb182e71 --- /dev/null +++ b/site/public/v1/laptops/acer-chromebook-cb315-4h-abhinavflac-810/index.json @@ -0,0 +1,42 @@ +{ + "id": 95, + "slug": "acer-chromebook-cb315-4h-abhinavflac-810", + "base_model_slug": "acer-chromebook-cb315-4h", + "name": "Acer Chromebook CB315-4H", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 277, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 128, + "display": { + "size_inch": 15.0, + "resolution": "1080x1920" + }, + "weight_g": null, + "os": "Chrome", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 810 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.985965", + "updated_at": "2026-07-08T02:20:50.985965", + "url": "/v1/laptops/acer-chromebook-cb315-4h-abhinavflac-810" +} diff --git a/site/public/v1/laptops/acer-nitro-lite-nl16-71g-2025-abhinavflac-170/index.json b/site/public/v1/laptops/acer-nitro-lite-nl16-71g-2025-abhinavflac-170/index.json new file mode 100644 index 000000000000..5305271893fe --- /dev/null +++ b/site/public/v1/laptops/acer-nitro-lite-nl16-71g-2025-abhinavflac-170/index.json @@ -0,0 +1,42 @@ +{ + "id": 58, + "slug": "acer-nitro-lite-nl16-71g-2025-abhinavflac-170", + "base_model_slug": "acer-nitro-lite-nl16-71g-2025", + "name": "Acer Nitro Lite NL16-71G 2025 Gaming", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1060, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 170 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.982857", + "updated_at": "2026-07-08T02:20:50.982857", + "url": "/v1/laptops/acer-nitro-lite-nl16-71g-2025-abhinavflac-170" +} diff --git a/site/public/v1/laptops/acer-nitro-lite-nl16-71g-nh-d59si-001-abhinavflac-327/index.json b/site/public/v1/laptops/acer-nitro-lite-nl16-71g-nh-d59si-001-abhinavflac-327/index.json new file mode 100644 index 000000000000..5d39b510ed6c --- /dev/null +++ b/site/public/v1/laptops/acer-nitro-lite-nl16-71g-nh-d59si-001-abhinavflac-327/index.json @@ -0,0 +1,42 @@ +{ + "id": 59, + "slug": "acer-nitro-lite-nl16-71g-nh-d59si-001-abhinavflac-327", + "base_model_slug": "acer-nitro-lite-nl16-71g-nh-d59si-001", + "name": "Acer Nitro Lite NL16-71G NH.D59SI.001 Gaming", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 819, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 327 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.982857", + "updated_at": "2026-07-08T02:20:50.982857", + "url": "/v1/laptops/acer-nitro-lite-nl16-71g-nh-d59si-001-abhinavflac-327" +} diff --git a/site/public/v1/laptops/acer-nitro-lite-nl16-71g-nh-d59si-002-abhinavflac-328/index.json b/site/public/v1/laptops/acer-nitro-lite-nl16-71g-nh-d59si-002-abhinavflac-328/index.json new file mode 100644 index 000000000000..c82aee0d5365 --- /dev/null +++ b/site/public/v1/laptops/acer-nitro-lite-nl16-71g-nh-d59si-002-abhinavflac-328/index.json @@ -0,0 +1,42 @@ +{ + "id": 60, + "slug": "acer-nitro-lite-nl16-71g-nh-d59si-002-abhinavflac-328", + "base_model_slug": "acer-nitro-lite-nl16-71g-nh-d59si-002", + "name": "Acer Nitro Lite NL16-71G NH.D59SI.002 Gaming", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 904, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 328 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.982857", + "updated_at": "2026-07-08T02:20:50.982857", + "url": "/v1/laptops/acer-nitro-lite-nl16-71g-nh-d59si-002-abhinavflac-328" +} diff --git a/site/public/v1/laptops/acer-nitro-lite-nl16-71g-nh-d5asi-001-abhinavflac-324/index.json b/site/public/v1/laptops/acer-nitro-lite-nl16-71g-nh-d5asi-001-abhinavflac-324/index.json new file mode 100644 index 000000000000..269fd5f1f207 --- /dev/null +++ b/site/public/v1/laptops/acer-nitro-lite-nl16-71g-nh-d5asi-001-abhinavflac-324/index.json @@ -0,0 +1,42 @@ +{ + "id": 61, + "slug": "acer-nitro-lite-nl16-71g-nh-d5asi-001-abhinavflac-324", + "base_model_slug": "acer-nitro-lite-nl16-71g-nh-d5asi-001", + "name": "Acer Nitro Lite NL16-71G NH.D5ASI.001 Gaming", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 964, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 324 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.982857", + "updated_at": "2026-07-08T02:20:50.982857", + "url": "/v1/laptops/acer-nitro-lite-nl16-71g-nh-d5asi-001-abhinavflac-324" +} diff --git a/site/public/v1/laptops/acer-nitro-lite-nl16-71g-nh-d5asi-002-abhinavflac-325/index.json b/site/public/v1/laptops/acer-nitro-lite-nl16-71g-nh-d5asi-002-abhinavflac-325/index.json new file mode 100644 index 000000000000..103c62a0646d --- /dev/null +++ b/site/public/v1/laptops/acer-nitro-lite-nl16-71g-nh-d5asi-002-abhinavflac-325/index.json @@ -0,0 +1,42 @@ +{ + "id": 62, + "slug": "acer-nitro-lite-nl16-71g-nh-d5asi-002-abhinavflac-325", + "base_model_slug": "acer-nitro-lite-nl16-71g-nh-d5asi-002", + "name": "Acer Nitro Lite NL16-71G NH.D5ASI.002 Gaming", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1024, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 325 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.982857", + "updated_at": "2026-07-08T02:20:50.982857", + "url": "/v1/laptops/acer-nitro-lite-nl16-71g-nh-d5asi-002-abhinavflac-325" +} diff --git a/site/public/v1/laptops/acer-nitro-v-16-anv16-71-abhinavflac-827/index.json b/site/public/v1/laptops/acer-nitro-v-16-anv16-71-abhinavflac-827/index.json new file mode 100644 index 000000000000..c2bb7e37d3a5 --- /dev/null +++ b/site/public/v1/laptops/acer-nitro-v-16-anv16-71-abhinavflac-827/index.json @@ -0,0 +1,42 @@ +{ + "id": 63, + "slug": "acer-nitro-v-16-anv16-71-abhinavflac-827", + "base_model_slug": "acer-nitro-v-16-anv16-71", + "name": "Acer Nitro V 16 ANV16-71 NH.QTNSI.002 Gaming", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1130, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 827 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.982857", + "updated_at": "2026-07-08T02:20:50.982857", + "url": "/v1/laptops/acer-nitro-v-16-anv16-71-abhinavflac-827" +} diff --git a/site/public/v1/laptops/acer-nitro-v-anv15-41-nh-qpfsi-006-abhinavflac-746/index.json b/site/public/v1/laptops/acer-nitro-v-anv15-41-nh-qpfsi-006-abhinavflac-746/index.json new file mode 100644 index 000000000000..13f8e8141b63 --- /dev/null +++ b/site/public/v1/laptops/acer-nitro-v-anv15-41-nh-qpfsi-006-abhinavflac-746/index.json @@ -0,0 +1,42 @@ +{ + "id": 18, + "slug": "acer-nitro-v-anv15-41-nh-qpfsi-006-abhinavflac-746", + "base_model_slug": "acer-nitro-v-anv15-41-nh-qpfsi-006", + "name": "Acer Nitro V ANV15-41 NH.QPFSI.006 Gaming", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 741, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 6600H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 746 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.979856", + "updated_at": "2026-07-08T02:20:50.979856", + "url": "/v1/laptops/acer-nitro-v-anv15-41-nh-qpfsi-006-abhinavflac-746" +} diff --git a/site/public/v1/laptops/acer-nitro-v-anv15-41-un-qpfsi-002-abhinavflac-914/index.json b/site/public/v1/laptops/acer-nitro-v-anv15-41-un-qpfsi-002-abhinavflac-914/index.json new file mode 100644 index 000000000000..b347dd94bbff --- /dev/null +++ b/site/public/v1/laptops/acer-nitro-v-anv15-41-un-qpfsi-002-abhinavflac-914/index.json @@ -0,0 +1,42 @@ +{ + "id": 64, + "slug": "acer-nitro-v-anv15-41-un-qpfsi-002-abhinavflac-914", + "base_model_slug": "acer-nitro-v-anv15-41-un-qpfsi-002", + "name": "Acer Nitro V ANV15-41 UN.QPFSI.002 Gaming", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 819, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 7535HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 914 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.982857", + "updated_at": "2026-07-08T02:20:50.982857", + "url": "/v1/laptops/acer-nitro-v-anv15-41-un-qpfsi-002-abhinavflac-914" +} diff --git a/site/public/v1/laptops/acer-nitro-v-anv15-52-nh-qz9si-001-abhinavflac-253/index.json b/site/public/v1/laptops/acer-nitro-v-anv15-52-nh-qz9si-001-abhinavflac-253/index.json new file mode 100644 index 000000000000..d6210e44467d --- /dev/null +++ b/site/public/v1/laptops/acer-nitro-v-anv15-52-nh-qz9si-001-abhinavflac-253/index.json @@ -0,0 +1,42 @@ +{ + "id": 65, + "slug": "acer-nitro-v-anv15-52-nh-qz9si-001-abhinavflac-253", + "base_model_slug": "acer-nitro-v-anv15-52-nh-qz9si-001", + "name": "Acer Nitro V ANV15-52 NH.QZ9SI.001 Gaming", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1181, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 253 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.983965", + "updated_at": "2026-07-08T02:20:50.983965", + "url": "/v1/laptops/acer-nitro-v-anv15-52-nh-qz9si-001-abhinavflac-253" +} diff --git a/site/public/v1/laptops/acer-nitro-v-anv15-52-nh-qz9si-002-abhinavflac-136/index.json b/site/public/v1/laptops/acer-nitro-v-anv15-52-nh-qz9si-002-abhinavflac-136/index.json new file mode 100644 index 000000000000..41d6f7ce2765 --- /dev/null +++ b/site/public/v1/laptops/acer-nitro-v-anv15-52-nh-qz9si-002-abhinavflac-136/index.json @@ -0,0 +1,42 @@ +{ + "id": 66, + "slug": "acer-nitro-v-anv15-52-nh-qz9si-002-abhinavflac-136", + "base_model_slug": "acer-nitro-v-anv15-52-nh-qz9si-002", + "name": "Acer Nitro V ANV15-52 NH.QZ9SI.002 Gaming", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1060, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 136 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.983965", + "updated_at": "2026-07-08T02:20:50.983965", + "url": "/v1/laptops/acer-nitro-v-anv15-52-nh-qz9si-002-abhinavflac-136" +} diff --git a/site/public/v1/laptops/acer-predator-helios-16-nh-qnxsi-004-abhinavflac-910/index.json b/site/public/v1/laptops/acer-predator-helios-16-nh-qnxsi-004-abhinavflac-910/index.json new file mode 100644 index 000000000000..94120f7bbfba --- /dev/null +++ b/site/public/v1/laptops/acer-predator-helios-16-nh-qnxsi-004-abhinavflac-910/index.json @@ -0,0 +1,42 @@ +{ + "id": 67, + "slug": "acer-predator-helios-16-nh-qnxsi-004-abhinavflac-910", + "base_model_slug": "acer-predator-helios-16-nh-qnxsi-004", + "name": "Acer Predator Helios 16 NH.QNXSI.004 Gaming", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 2226, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14700HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4070", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 910 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.983965", + "updated_at": "2026-07-08T02:20:50.983965", + "url": "/v1/laptops/acer-predator-helios-16-nh-qnxsi-004-abhinavflac-910" +} diff --git a/site/public/v1/laptops/acer-predator-helios-neo-14-abhinavflac-828/index.json b/site/public/v1/laptops/acer-predator-helios-neo-14-abhinavflac-828/index.json new file mode 100644 index 000000000000..e0a47ebd32c7 --- /dev/null +++ b/site/public/v1/laptops/acer-predator-helios-neo-14-abhinavflac-828/index.json @@ -0,0 +1,42 @@ +{ + "id": 68, + "slug": "acer-predator-helios-neo-14-abhinavflac-828", + "base_model_slug": "acer-predator-helios-neo-14", + "name": "Acer Predator Helios Neo 14 PHN14-51 Gaming", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1687, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 828 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.983965", + "updated_at": "2026-07-08T02:20:50.983965", + "url": "/v1/laptops/acer-predator-helios-neo-14-abhinavflac-828" +} diff --git a/site/public/v1/laptops/acer-predator-helios-neo-16-abhinavflac-158/index.json b/site/public/v1/laptops/acer-predator-helios-neo-16-abhinavflac-158/index.json new file mode 100644 index 000000000000..9dd0cab90f88 --- /dev/null +++ b/site/public/v1/laptops/acer-predator-helios-neo-16-abhinavflac-158/index.json @@ -0,0 +1,42 @@ +{ + "id": 96, + "slug": "acer-predator-helios-neo-16-abhinavflac-158", + "base_model_slug": "acer-predator-helios-neo-16", + "name": "Acer Predator Helios Neo 16 AI PHN16-73 Gaming", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2771, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 2048, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 158 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.985965", + "updated_at": "2026-07-08T02:20:50.985965", + "url": "/v1/laptops/acer-predator-helios-neo-16-abhinavflac-158" +} diff --git a/site/public/v1/laptops/acer-predator-helios-neo16s-ai-abhinavflac-321/index.json b/site/public/v1/laptops/acer-predator-helios-neo16s-ai-abhinavflac-321/index.json new file mode 100644 index 000000000000..62167af54dca --- /dev/null +++ b/site/public/v1/laptops/acer-predator-helios-neo16s-ai-abhinavflac-321/index.json @@ -0,0 +1,42 @@ +{ + "id": 97, + "slug": "acer-predator-helios-neo16s-ai-abhinavflac-321", + "base_model_slug": "acer-predator-helios-neo16s-ai", + "name": "Acer Predator Helios Neo16S AI PHN16S-71 Gaming", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1988, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 7 255HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 321 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.985965", + "updated_at": "2026-07-08T02:20:50.985965", + "url": "/v1/laptops/acer-predator-helios-neo16s-ai-abhinavflac-321" +} diff --git a/site/public/v1/laptops/acer-predator-helios-neo16s-nh-qxasi-002-abhinavflac-282/index.json b/site/public/v1/laptops/acer-predator-helios-neo16s-nh-qxasi-002-abhinavflac-282/index.json new file mode 100644 index 000000000000..973a8aec544d --- /dev/null +++ b/site/public/v1/laptops/acer-predator-helios-neo16s-nh-qxasi-002-abhinavflac-282/index.json @@ -0,0 +1,42 @@ +{ + "id": 98, + "slug": "acer-predator-helios-neo16s-nh-qxasi-002-abhinavflac-282", + "base_model_slug": "acer-predator-helios-neo16s-nh-qxasi-002", + "name": "Acer Predator Helios Neo16S NH.QXASI.002 PHN16S-71 Gaming", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2470, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 282 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.985965", + "updated_at": "2026-07-08T02:20:50.985965", + "url": "/v1/laptops/acer-predator-helios-neo16s-nh-qxasi-002-abhinavflac-282" +} diff --git a/site/public/v1/laptops/acer-predator-helios-neo16s-phn16s-71-abhinavflac-289/index.json b/site/public/v1/laptops/acer-predator-helios-neo16s-phn16s-71-abhinavflac-289/index.json new file mode 100644 index 000000000000..8bd945c82921 --- /dev/null +++ b/site/public/v1/laptops/acer-predator-helios-neo16s-phn16s-71-abhinavflac-289/index.json @@ -0,0 +1,42 @@ +{ + "id": 99, + "slug": "acer-predator-helios-neo16s-phn16s-71-abhinavflac-289", + "base_model_slug": "acer-predator-helios-neo16s-phn16s-71", + "name": "Acer Predator Helios Neo16S PHN16S-71 NH.QXASI.001 Gaming", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2349, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 7 255HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 289 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.985965", + "updated_at": "2026-07-08T02:20:50.985965", + "url": "/v1/laptops/acer-predator-helios-neo16s-phn16s-71-abhinavflac-289" +} diff --git a/site/public/v1/laptops/acer-swift-14-ai-sf14-51-abhinavflac-752/index.json b/site/public/v1/laptops/acer-swift-14-ai-sf14-51-abhinavflac-752/index.json new file mode 100644 index 000000000000..d4ebfc24b0bb --- /dev/null +++ b/site/public/v1/laptops/acer-swift-14-ai-sf14-51-abhinavflac-752/index.json @@ -0,0 +1,42 @@ +{ + "id": 100, + "slug": "acer-swift-14-ai-sf14-51-abhinavflac-752", + "base_model_slug": "acer-swift-14-ai-sf14-51", + "name": "Acer Swift 14 AI SF14-51 NX.J2HSI.001", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 994, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 7 258V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 752 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.985965", + "updated_at": "2026-07-08T02:20:50.985965", + "url": "/v1/laptops/acer-swift-14-ai-sf14-51-abhinavflac-752" +} diff --git a/site/public/v1/laptops/acer-swift-14-ai-sf14-51-abhinavflac-753/index.json b/site/public/v1/laptops/acer-swift-14-ai-sf14-51-abhinavflac-753/index.json new file mode 100644 index 000000000000..5c0ef637c4ee --- /dev/null +++ b/site/public/v1/laptops/acer-swift-14-ai-sf14-51-abhinavflac-753/index.json @@ -0,0 +1,42 @@ +{ + "id": 101, + "slug": "acer-swift-14-ai-sf14-51-abhinavflac-753", + "base_model_slug": "acer-swift-14-ai-sf14-51", + "name": "Acer Swift 14 AI SF14-51 NX.J2HSI.002", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1084, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 5 266V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 753 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.986966", + "updated_at": "2026-07-08T02:20:50.986966", + "url": "/v1/laptops/acer-swift-14-ai-sf14-51-abhinavflac-753" +} diff --git a/site/public/v1/laptops/acer-swift-go-14-sfg14-01-abhinavflac-751/index.json b/site/public/v1/laptops/acer-swift-go-14-sfg14-01-abhinavflac-751/index.json new file mode 100644 index 000000000000..6abbe259822c --- /dev/null +++ b/site/public/v1/laptops/acer-swift-go-14-sfg14-01-abhinavflac-751/index.json @@ -0,0 +1,42 @@ +{ + "id": 102, + "slug": "acer-swift-go-14-sfg14-01-abhinavflac-751", + "base_model_slug": "acer-swift-go-14-sfg14-01", + "name": "Acer Swift Go 14 SFG14-01 NX.KYXSI.001 AI", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 940, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Plus", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "2560x1440" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 751 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.986966", + "updated_at": "2026-07-08T02:20:50.986966", + "url": "/v1/laptops/acer-swift-go-14-sfg14-01-abhinavflac-751" +} diff --git a/site/public/v1/laptops/acer-swift-lite-2025-oled-abhinavflac-249/index.json b/site/public/v1/laptops/acer-swift-lite-2025-oled-abhinavflac-249/index.json new file mode 100644 index 000000000000..7f3381b36026 --- /dev/null +++ b/site/public/v1/laptops/acer-swift-lite-2025-oled-abhinavflac-249/index.json @@ -0,0 +1,42 @@ +{ + "id": 69, + "slug": "acer-swift-lite-2025-oled-abhinavflac-249", + "base_model_slug": "acer-swift-lite-2025-oled", + "name": "Acer Swift Lite (2025) OLED SFL14-54M NX.DB8SI.001", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 684, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 5 115U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 249 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.983965", + "updated_at": "2026-07-08T02:20:50.983965", + "url": "/v1/laptops/acer-swift-lite-2025-oled-abhinavflac-249" +} diff --git a/site/public/v1/laptops/acer-swift-neo-ai-sfn14-54h-abhinavflac-224/index.json b/site/public/v1/laptops/acer-swift-neo-ai-sfn14-54h-abhinavflac-224/index.json new file mode 100644 index 000000000000..7eaf786a7a2c --- /dev/null +++ b/site/public/v1/laptops/acer-swift-neo-ai-sfn14-54h-abhinavflac-224/index.json @@ -0,0 +1,42 @@ +{ + "id": 70, + "slug": "acer-swift-neo-ai-sfn14-54h-abhinavflac-224", + "base_model_slug": "acer-swift-neo-ai-sfn14-54h", + "name": "Acer Swift Neo AI SFN14-54H OLED", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 891, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 7 155U", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 224 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.983965", + "updated_at": "2026-07-08T02:20:50.983965", + "url": "/v1/laptops/acer-swift-neo-ai-sfn14-54h-abhinavflac-224" +} diff --git a/site/public/v1/laptops/acer-swift-neo-ai-sfn14-54h-abhinavflac-225/index.json b/site/public/v1/laptops/acer-swift-neo-ai-sfn14-54h-abhinavflac-225/index.json new file mode 100644 index 000000000000..d024b5c47c93 --- /dev/null +++ b/site/public/v1/laptops/acer-swift-neo-ai-sfn14-54h-abhinavflac-225/index.json @@ -0,0 +1,42 @@ +{ + "id": 71, + "slug": "acer-swift-neo-ai-sfn14-54h-abhinavflac-225", + "base_model_slug": "acer-swift-neo-ai-sfn14-54h", + "name": "Acer Swift Neo AI SFN14-54H", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 807, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 7 155U", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 225 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.983965", + "updated_at": "2026-07-08T02:20:50.983965", + "url": "/v1/laptops/acer-swift-neo-ai-sfn14-54h-abhinavflac-225" +} diff --git a/site/public/v1/laptops/acer-swift-neo-as14h-53-un-36csi-004-abhinavflac-200/index.json b/site/public/v1/laptops/acer-swift-neo-as14h-53-un-36csi-004-abhinavflac-200/index.json new file mode 100644 index 000000000000..ea0f28ee112c --- /dev/null +++ b/site/public/v1/laptops/acer-swift-neo-as14h-53-un-36csi-004-abhinavflac-200/index.json @@ -0,0 +1,42 @@ +{ + "id": 72, + "slug": "acer-swift-neo-as14h-53-un-36csi-004-abhinavflac-200", + "base_model_slug": "acer-swift-neo-as14h-53-un-36csi-004", + "name": "Acer Swift Neo AS14H-53 UN.36CSI.004", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 602, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13500H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 200 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.983965", + "updated_at": "2026-07-08T02:20:50.983965", + "url": "/v1/laptops/acer-swift-neo-as14h-53-un-36csi-004-abhinavflac-200" +} diff --git a/site/public/v1/laptops/acer-swift-neo-oled-ai-abhinavflac-271/index.json b/site/public/v1/laptops/acer-swift-neo-oled-ai-abhinavflac-271/index.json new file mode 100644 index 000000000000..b93ea6e56341 --- /dev/null +++ b/site/public/v1/laptops/acer-swift-neo-oled-ai-abhinavflac-271/index.json @@ -0,0 +1,42 @@ +{ + "id": 73, + "slug": "acer-swift-neo-oled-ai-abhinavflac-271", + "base_model_slug": "acer-swift-neo-oled-ai", + "name": "Acer Swift Neo OLED AI SFN14-54H UN.35GSI.004", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 759, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 5 115U", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 271 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.983965", + "updated_at": "2026-07-08T02:20:50.983965", + "url": "/v1/laptops/acer-swift-neo-oled-ai-abhinavflac-271" +} diff --git a/site/public/v1/laptops/acer-swift-neo-oled-ai-abhinavflac-461/index.json b/site/public/v1/laptops/acer-swift-neo-oled-ai-abhinavflac-461/index.json new file mode 100644 index 000000000000..a342d6d57b53 --- /dev/null +++ b/site/public/v1/laptops/acer-swift-neo-oled-ai-abhinavflac-461/index.json @@ -0,0 +1,42 @@ +{ + "id": 74, + "slug": "acer-swift-neo-oled-ai-abhinavflac-461", + "base_model_slug": "acer-swift-neo-oled-ai", + "name": "Acer Swift Neo OLED AI SFN14-54H", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 723, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 5 115U", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 461 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.984966", + "updated_at": "2026-07-08T02:20:50.984966", + "url": "/v1/laptops/acer-swift-neo-oled-ai-abhinavflac-461" +} diff --git a/site/public/v1/laptops/acer-travel-lite-14-tl14-52m-abhinavflac-112/index.json b/site/public/v1/laptops/acer-travel-lite-14-tl14-52m-abhinavflac-112/index.json new file mode 100644 index 000000000000..756f1f36919d --- /dev/null +++ b/site/public/v1/laptops/acer-travel-lite-14-tl14-52m-abhinavflac-112/index.json @@ -0,0 +1,42 @@ +{ + "id": 75, + "slug": "acer-travel-lite-14-tl14-52m-abhinavflac-112", + "base_model_slug": "acer-travel-lite-14-tl14-52m", + "name": "Acer Travel Lite 14 TL14-52M UN.35ASI.071", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 855, + "device_category": "General", + "cpu_name": "Intel Core I7 1355U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 112 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.984966", + "updated_at": "2026-07-08T02:20:50.984966", + "url": "/v1/laptops/acer-travel-lite-14-tl14-52m-abhinavflac-112" +} diff --git a/site/public/v1/laptops/acer-travel-lite-14-tl14-52m-abhinavflac-243/index.json b/site/public/v1/laptops/acer-travel-lite-14-tl14-52m-abhinavflac-243/index.json new file mode 100644 index 000000000000..820aad0f6543 --- /dev/null +++ b/site/public/v1/laptops/acer-travel-lite-14-tl14-52m-abhinavflac-243/index.json @@ -0,0 +1,42 @@ +{ + "id": 76, + "slug": "acer-travel-lite-14-tl14-52m-abhinavflac-243", + "base_model_slug": "acer-travel-lite-14-tl14-52m", + "name": "Acer Travel Lite 14 TL14-52M", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 903, + "device_category": "General", + "cpu_name": "Intel Core I7 1355U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 243 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.984966", + "updated_at": "2026-07-08T02:20:50.984966", + "url": "/v1/laptops/acer-travel-lite-14-tl14-52m-abhinavflac-243" +} diff --git a/site/public/v1/laptops/acer-travel-lite-tl04-51m-abhinavflac-86/index.json b/site/public/v1/laptops/acer-travel-lite-tl04-51m-abhinavflac-86/index.json new file mode 100644 index 000000000000..e286f10faa51 --- /dev/null +++ b/site/public/v1/laptops/acer-travel-lite-tl04-51m-abhinavflac-86/index.json @@ -0,0 +1,42 @@ +{ + "id": 77, + "slug": "acer-travel-lite-tl04-51m-abhinavflac-86", + "base_model_slug": "acer-travel-lite-tl04-51m", + "name": "Acer Travel Lite TL04-51M", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 483, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 86 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.984966", + "updated_at": "2026-07-08T02:20:50.984966", + "url": "/v1/laptops/acer-travel-lite-tl04-51m-abhinavflac-86" +} diff --git a/site/public/v1/laptops/acer-travel-lite-tl14-42m-14-abhinavflac-488/index.json b/site/public/v1/laptops/acer-travel-lite-tl14-42m-14-abhinavflac-488/index.json new file mode 100644 index 000000000000..686c1ccda384 --- /dev/null +++ b/site/public/v1/laptops/acer-travel-lite-tl14-42m-14-abhinavflac-488/index.json @@ -0,0 +1,42 @@ +{ + "id": 79, + "slug": "acer-travel-lite-tl14-42m-14-abhinavflac-488", + "base_model_slug": "acer-travel-lite-tl14-42m-14", + "name": "Acer Travel Lite TL14-42M 14", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 783, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 7730U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 488 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.984966", + "updated_at": "2026-07-08T02:20:50.984966", + "url": "/v1/laptops/acer-travel-lite-tl14-42m-14-abhinavflac-488" +} diff --git a/site/public/v1/laptops/acer-travel-lite-tl14-42m-abhinavflac-501/index.json b/site/public/v1/laptops/acer-travel-lite-tl14-42m-abhinavflac-501/index.json new file mode 100644 index 000000000000..75a9ac555684 --- /dev/null +++ b/site/public/v1/laptops/acer-travel-lite-tl14-42m-abhinavflac-501/index.json @@ -0,0 +1,42 @@ +{ + "id": 78, + "slug": "acer-travel-lite-tl14-42m-abhinavflac-501", + "base_model_slug": "acer-travel-lite-tl14-42m", + "name": "Acer Travel Lite TL14-42M", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 385, + "device_category": "General", + "cpu_name": "AMD Ryzen 3 7330U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 501 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.984966", + "updated_at": "2026-07-08T02:20:50.984966", + "url": "/v1/laptops/acer-travel-lite-tl14-42m-abhinavflac-501" +} diff --git a/site/public/v1/laptops/acer-travel-lite-tl14-52m-1334uu-abhinavflac-267/index.json b/site/public/v1/laptops/acer-travel-lite-tl14-52m-1334uu-abhinavflac-267/index.json new file mode 100644 index 000000000000..bb047eeed4ac --- /dev/null +++ b/site/public/v1/laptops/acer-travel-lite-tl14-52m-1334uu-abhinavflac-267/index.json @@ -0,0 +1,42 @@ +{ + "id": 80, + "slug": "acer-travel-lite-tl14-52m-1334uu-abhinavflac-267", + "base_model_slug": "acer-travel-lite-tl14-52m-1334uu", + "name": "Acer Travel Lite TL14-52M (1334UU / 16GB / 512GB / Iris Xe Graphics / Windows)", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 589, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 267 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.984966", + "updated_at": "2026-07-08T02:20:50.984966", + "url": "/v1/laptops/acer-travel-lite-tl14-52m-1334uu-abhinavflac-267" +} diff --git a/site/public/v1/laptops/acer-travel-lite-tl14-52m-1355uu-abhinavflac-489/index.json b/site/public/v1/laptops/acer-travel-lite-tl14-52m-1355uu-abhinavflac-489/index.json new file mode 100644 index 000000000000..f4c3be999af6 --- /dev/null +++ b/site/public/v1/laptops/acer-travel-lite-tl14-52m-1355uu-abhinavflac-489/index.json @@ -0,0 +1,42 @@ +{ + "id": 81, + "slug": "acer-travel-lite-tl14-52m-1355uu-abhinavflac-489", + "base_model_slug": "acer-travel-lite-tl14-52m-1355uu", + "name": "Acer Travel Lite TL14-52M (1355UU / 32GB / 1024GB / Iris Xe Graphics / Windows)", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 927, + "device_category": "General", + "cpu_name": "Intel Core I7 1355U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 489 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.984966", + "updated_at": "2026-07-08T02:20:50.984966", + "url": "/v1/laptops/acer-travel-lite-tl14-52m-1355uu-abhinavflac-489" +} diff --git a/site/public/v1/laptops/acer-travellite-tl04-41m-abhinavflac-8/index.json b/site/public/v1/laptops/acer-travellite-tl04-41m-abhinavflac-8/index.json new file mode 100644 index 000000000000..774c59f630f0 --- /dev/null +++ b/site/public/v1/laptops/acer-travellite-tl04-41m-abhinavflac-8/index.json @@ -0,0 +1,42 @@ +{ + "id": 82, + "slug": "acer-travellite-tl04-41m-abhinavflac-8", + "base_model_slug": "acer-travellite-tl04-41m", + "name": "Acer TravelLite TL04-41M", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 410, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7430U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 8 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.984966", + "updated_at": "2026-07-08T02:20:50.984966", + "url": "/v1/laptops/acer-travellite-tl04-41m-abhinavflac-8" +} diff --git a/site/public/v1/laptops/acer-travellite-tl04-51m-abhinavflac-40/index.json b/site/public/v1/laptops/acer-travellite-tl04-51m-abhinavflac-40/index.json new file mode 100644 index 000000000000..3de1d6db5d75 --- /dev/null +++ b/site/public/v1/laptops/acer-travellite-tl04-51m-abhinavflac-40/index.json @@ -0,0 +1,42 @@ +{ + "id": 83, + "slug": "acer-travellite-tl04-51m-abhinavflac-40", + "base_model_slug": "acer-travellite-tl04-51m", + "name": "Acer TravelLite TL04-51M", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 470, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 40 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.984966", + "updated_at": "2026-07-08T02:20:50.984966", + "url": "/v1/laptops/acer-travellite-tl04-51m-abhinavflac-40" +} diff --git a/site/public/v1/laptops/acer-travellite-tl14-42m-abhinavflac-757/index.json b/site/public/v1/laptops/acer-travellite-tl14-42m-abhinavflac-757/index.json new file mode 100644 index 000000000000..58f0454e6e13 --- /dev/null +++ b/site/public/v1/laptops/acer-travellite-tl14-42m-abhinavflac-757/index.json @@ -0,0 +1,42 @@ +{ + "id": 84, + "slug": "acer-travellite-tl14-42m-abhinavflac-757", + "base_model_slug": "acer-travellite-tl14-42m", + "name": "Acer TravelLite TL14-42M", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 421, + "device_category": "General", + "cpu_name": "AMD Ryzen 3 7330U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 757 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.984966", + "updated_at": "2026-07-08T02:20:50.984966", + "url": "/v1/laptops/acer-travellite-tl14-42m-abhinavflac-757" +} diff --git a/site/public/v1/laptops/acer-travelmate-15-tmp215-53-abhinavflac-903/index.json b/site/public/v1/laptops/acer-travelmate-15-tmp215-53-abhinavflac-903/index.json new file mode 100644 index 000000000000..262e6994a49d --- /dev/null +++ b/site/public/v1/laptops/acer-travelmate-15-tmp215-53-abhinavflac-903/index.json @@ -0,0 +1,42 @@ +{ + "id": 6, + "slug": "acer-travelmate-15-tmp215-53-abhinavflac-903", + "base_model_slug": "acer-travelmate-15-tmp215-53", + "name": "Acer TravelMate 15 TMP215-53", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 546, + "device_category": "General", + "cpu_name": "Intel Core I3 1115G4", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 4, + "storage_gb": 256, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 903 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.978856", + "updated_at": "2026-07-08T02:20:50.978856", + "url": "/v1/laptops/acer-travelmate-15-tmp215-53-abhinavflac-903" +} diff --git a/site/public/v1/laptops/acer-travelmate-tmp214-54-abhinavflac-698/index.json b/site/public/v1/laptops/acer-travelmate-tmp214-54-abhinavflac-698/index.json new file mode 100644 index 000000000000..daecef56cf5c --- /dev/null +++ b/site/public/v1/laptops/acer-travelmate-tmp214-54-abhinavflac-698/index.json @@ -0,0 +1,42 @@ +{ + "id": 19, + "slug": "acer-travelmate-tmp214-54-abhinavflac-698", + "base_model_slug": "acer-travelmate-tmp214-54", + "name": "Acer TravelMate TMP214-54", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 735, + "device_category": "General", + "cpu_name": "Intel Core I7 1255U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 698 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.979856", + "updated_at": "2026-07-08T02:20:50.979856", + "url": "/v1/laptops/acer-travelmate-tmp214-54-abhinavflac-698" +} diff --git a/site/public/v1/laptops/acer-travelmate-tmp214-54-business-abhinavflac-904/index.json b/site/public/v1/laptops/acer-travelmate-tmp214-54-business-abhinavflac-904/index.json new file mode 100644 index 000000000000..f951d9cc5db6 --- /dev/null +++ b/site/public/v1/laptops/acer-travelmate-tmp214-54-business-abhinavflac-904/index.json @@ -0,0 +1,42 @@ +{ + "id": 20, + "slug": "acer-travelmate-tmp214-54-business-abhinavflac-904", + "base_model_slug": "acer-travelmate-tmp214-54-business", + "name": "Acer TravelMate TMP214-54 Business", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 642, + "device_category": "General", + "cpu_name": "Intel Core I7 1255U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 904 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.979856", + "updated_at": "2026-07-08T02:20:50.979856", + "url": "/v1/laptops/acer-travelmate-tmp214-54-business-abhinavflac-904" +} diff --git a/site/public/v1/laptops/acer-travelmate-tmp215-53-abhinavflac-920/index.json b/site/public/v1/laptops/acer-travelmate-tmp215-53-abhinavflac-920/index.json new file mode 100644 index 000000000000..5a5cc9079e27 --- /dev/null +++ b/site/public/v1/laptops/acer-travelmate-tmp215-53-abhinavflac-920/index.json @@ -0,0 +1,42 @@ +{ + "id": 7, + "slug": "acer-travelmate-tmp215-53-abhinavflac-920", + "base_model_slug": "acer-travelmate-tmp215-53", + "name": "Acer TravelMate TMP215-53", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 732, + "device_category": "General", + "cpu_name": "Intel Core I5 1135G7", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 920 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.978856", + "updated_at": "2026-07-08T02:20:50.978856", + "url": "/v1/laptops/acer-travelmate-tmp215-53-abhinavflac-920" +} diff --git a/site/public/v1/laptops/acer-travelmate-tmp215-53-business-abhinavflac-705/index.json b/site/public/v1/laptops/acer-travelmate-tmp215-53-business-abhinavflac-705/index.json new file mode 100644 index 000000000000..f66d0bc84f43 --- /dev/null +++ b/site/public/v1/laptops/acer-travelmate-tmp215-53-business-abhinavflac-705/index.json @@ -0,0 +1,42 @@ +{ + "id": 8, + "slug": "acer-travelmate-tmp215-53-business-abhinavflac-705", + "base_model_slug": "acer-travelmate-tmp215-53-business", + "name": "Acer TravelMate TMP215-53 Business", + "brand": { + "id": 128, + "slug": "acer", + "name": "Acer", + "country": "TW", + "url": "/v1/brands/acer" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 482, + "device_category": "General", + "cpu_name": "Intel Core I3 1115G4", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 256, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 705 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.978856", + "updated_at": "2026-07-08T02:20:50.978856", + "url": "/v1/laptops/acer-travelmate-tmp215-53-business-abhinavflac-705" +} diff --git a/site/public/v1/laptops/apple-2024-macbook-air-15-abhinavflac-766/index.json b/site/public/v1/laptops/apple-2024-macbook-air-15-abhinavflac-766/index.json new file mode 100644 index 000000000000..f6a17a004d3d --- /dev/null +++ b/site/public/v1/laptops/apple-2024-macbook-air-15-abhinavflac-766/index.json @@ -0,0 +1,42 @@ +{ + "id": 103, + "slug": "apple-2024-macbook-air-15-abhinavflac-766", + "base_model_slug": "apple-2024-macbook-air-15", + "name": "Apple 2024 MacBook Air 15", + "brand": { + "id": 149, + "slug": "apple", + "name": "Apple", + "country": "US", + "url": "/v1/brands/apple" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1265, + "device_category": "Thin & Light", + "cpu_name": "Apple M3 M3", + "gpu_name": null, + "gpu_type": null, + "ram_gb": 16, + "storage_gb": 256, + "display": { + "size_inch": 15.0, + "resolution": "2880x1864" + }, + "weight_g": null, + "os": "Mac", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 766 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.986966", + "updated_at": "2026-07-08T02:20:50.986966", + "url": "/v1/laptops/apple-2024-macbook-air-15-abhinavflac-766" +} diff --git a/site/public/v1/laptops/apple-macbook-air-13-2024-abhinavflac-767/index.json b/site/public/v1/laptops/apple-macbook-air-13-2024-abhinavflac-767/index.json new file mode 100644 index 000000000000..cc728abe79c6 --- /dev/null +++ b/site/public/v1/laptops/apple-macbook-air-13-2024-abhinavflac-767/index.json @@ -0,0 +1,42 @@ +{ + "id": 104, + "slug": "apple-macbook-air-13-2024-abhinavflac-767", + "base_model_slug": "apple-macbook-air-13-2024", + "name": "Apple MacBook Air 13 2024 (M3 / 24GB / 512GB / Apple 10-Core GPU / Mac)", + "brand": { + "id": 149, + "slug": "apple", + "name": "Apple", + "country": "US", + "url": "/v1/brands/apple" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1538, + "device_category": "Thin & Light", + "cpu_name": "Apple M3 M3", + "gpu_name": "Apple Apple GPU Apple 10-Core GPU", + "gpu_type": "Integrated", + "ram_gb": 24, + "storage_gb": 512, + "display": { + "size_inch": 13.0, + "resolution": "2560x1664" + }, + "weight_g": null, + "os": "Mac", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 767 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.986966", + "updated_at": "2026-07-08T02:20:50.986966", + "url": "/v1/laptops/apple-macbook-air-13-2024-abhinavflac-767" +} diff --git a/site/public/v1/laptops/apple-macbook-air-13-2024-abhinavflac-886/index.json b/site/public/v1/laptops/apple-macbook-air-13-2024-abhinavflac-886/index.json new file mode 100644 index 000000000000..3fec413740b6 --- /dev/null +++ b/site/public/v1/laptops/apple-macbook-air-13-2024-abhinavflac-886/index.json @@ -0,0 +1,42 @@ +{ + "id": 105, + "slug": "apple-macbook-air-13-2024-abhinavflac-886", + "base_model_slug": "apple-macbook-air-13-2024", + "name": "Apple MacBook Air 13 2024 (M3 / 16GB / 256GB / Apple 10-Core GPU / Mac)", + "brand": { + "id": 149, + "slug": "apple", + "name": "Apple", + "country": "US", + "url": "/v1/brands/apple" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1293, + "device_category": "Thin & Light", + "cpu_name": "Apple M3 M3", + "gpu_name": "Apple Apple GPU Apple 10-Core GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 256, + "display": { + "size_inch": 13.0, + "resolution": "2560x1664" + }, + "weight_g": null, + "os": "Mac", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 886 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.986966", + "updated_at": "2026-07-08T02:20:50.986966", + "url": "/v1/laptops/apple-macbook-air-13-2024-abhinavflac-886" +} diff --git a/site/public/v1/laptops/apple-macbook-air-15-2024-abhinavflac-768/index.json b/site/public/v1/laptops/apple-macbook-air-15-2024-abhinavflac-768/index.json new file mode 100644 index 000000000000..de8c4059cba4 --- /dev/null +++ b/site/public/v1/laptops/apple-macbook-air-15-2024-abhinavflac-768/index.json @@ -0,0 +1,42 @@ +{ + "id": 106, + "slug": "apple-macbook-air-15-2024-abhinavflac-768", + "base_model_slug": "apple-macbook-air-15-2024", + "name": "Apple MacBook Air 15 2024", + "brand": { + "id": 149, + "slug": "apple", + "name": "Apple", + "country": "US", + "url": "/v1/brands/apple" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1859, + "device_category": "Thin & Light", + "cpu_name": "Apple M3 M3", + "gpu_name": null, + "gpu_type": null, + "ram_gb": 24, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "2880x1864" + }, + "weight_g": null, + "os": "Mac", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 768 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.986966", + "updated_at": "2026-07-08T02:20:50.986966", + "url": "/v1/laptops/apple-macbook-air-15-2024-abhinavflac-768" +} diff --git a/site/public/v1/laptops/apple-macbook-air-15-2025-abhinavflac-636/index.json b/site/public/v1/laptops/apple-macbook-air-15-2025-abhinavflac-636/index.json new file mode 100644 index 000000000000..7cb276d83e18 --- /dev/null +++ b/site/public/v1/laptops/apple-macbook-air-15-2025-abhinavflac-636/index.json @@ -0,0 +1,42 @@ +{ + "id": 107, + "slug": "apple-macbook-air-15-2025-abhinavflac-636", + "base_model_slug": "apple-macbook-air-15-2025", + "name": "Apple MacBook Air 15 2025", + "brand": { + "id": 149, + "slug": "apple", + "name": "Apple", + "country": "US", + "url": "/v1/brands/apple" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1440, + "device_category": "Thin & Light", + "cpu_name": "Apple M4 M4", + "gpu_name": "Apple Apple GPU Apple 10-Core GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 256, + "display": { + "size_inch": 15.0, + "resolution": "2880x1864" + }, + "weight_g": null, + "os": "Mac", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 636 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.986966", + "updated_at": "2026-07-08T02:20:50.986966", + "url": "/v1/laptops/apple-macbook-air-15-2025-abhinavflac-636" +} diff --git a/site/public/v1/laptops/apple-macbook-air-2025-15-abhinavflac-635/index.json b/site/public/v1/laptops/apple-macbook-air-2025-15-abhinavflac-635/index.json new file mode 100644 index 000000000000..66a5b9482c68 --- /dev/null +++ b/site/public/v1/laptops/apple-macbook-air-2025-15-abhinavflac-635/index.json @@ -0,0 +1,42 @@ +{ + "id": 108, + "slug": "apple-macbook-air-2025-15-abhinavflac-635", + "base_model_slug": "apple-macbook-air-2025-15", + "name": "Apple MacBook Air 2025 15", + "brand": { + "id": 149, + "slug": "apple", + "name": "Apple", + "country": "US", + "url": "/v1/brands/apple" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1669, + "device_category": "Thin & Light", + "cpu_name": "Apple M4 M4", + "gpu_name": "Apple Apple GPU Apple 10-Core GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "2880x1864" + }, + "weight_g": null, + "os": "Mac", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 635 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.986966", + "updated_at": "2026-07-08T02:20:50.986966", + "url": "/v1/laptops/apple-macbook-air-2025-15-abhinavflac-635" +} diff --git a/site/public/v1/laptops/apple-macbook-air-2025-m4-abhinavflac-637/index.json b/site/public/v1/laptops/apple-macbook-air-2025-m4-abhinavflac-637/index.json new file mode 100644 index 000000000000..939226fe7551 --- /dev/null +++ b/site/public/v1/laptops/apple-macbook-air-2025-m4-abhinavflac-637/index.json @@ -0,0 +1,42 @@ +{ + "id": 109, + "slug": "apple-macbook-air-2025-m4-abhinavflac-637", + "base_model_slug": "apple-macbook-air-2025-m4", + "name": "Apple MacBook Air 2025 (M4 / 24GB / 512GB / Apple 10-Core GPU / Mac)", + "brand": { + "id": 149, + "slug": "apple", + "name": "Apple", + "country": "US", + "url": "/v1/brands/apple" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1577, + "device_category": "Thin & Light", + "cpu_name": "Apple M4 M4", + "gpu_name": "Apple Apple GPU Apple 10-Core GPU", + "gpu_type": "Integrated", + "ram_gb": 24, + "storage_gb": 512, + "display": { + "size_inch": 13.0, + "resolution": "2560x1664" + }, + "weight_g": null, + "os": "Mac", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 637 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.986966", + "updated_at": "2026-07-08T02:20:50.986966", + "url": "/v1/laptops/apple-macbook-air-2025-m4-abhinavflac-637" +} diff --git a/site/public/v1/laptops/apple-macbook-air-2025-m4-abhinavflac-638/index.json b/site/public/v1/laptops/apple-macbook-air-2025-m4-abhinavflac-638/index.json new file mode 100644 index 000000000000..a56bd9ce90a1 --- /dev/null +++ b/site/public/v1/laptops/apple-macbook-air-2025-m4-abhinavflac-638/index.json @@ -0,0 +1,42 @@ +{ + "id": 110, + "slug": "apple-macbook-air-2025-m4-abhinavflac-638", + "base_model_slug": "apple-macbook-air-2025-m4", + "name": "Apple MacBook Air 2025 (M4 / 16GB / 512GB / Apple 10-Core GPU / Mac)", + "brand": { + "id": 149, + "slug": "apple", + "name": "Apple", + "country": "US", + "url": "/v1/brands/apple" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1336, + "device_category": "Thin & Light", + "cpu_name": "Apple M4 M4", + "gpu_name": "Apple Apple GPU Apple 10-Core GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 13.0, + "resolution": "2560x1664" + }, + "weight_g": null, + "os": "Mac", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 638 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.986966", + "updated_at": "2026-07-08T02:20:50.986966", + "url": "/v1/laptops/apple-macbook-air-2025-m4-abhinavflac-638" +} diff --git a/site/public/v1/laptops/apple-macbook-air-2025-m4-abhinavflac-798/index.json b/site/public/v1/laptops/apple-macbook-air-2025-m4-abhinavflac-798/index.json new file mode 100644 index 000000000000..f5fae545c8d8 --- /dev/null +++ b/site/public/v1/laptops/apple-macbook-air-2025-m4-abhinavflac-798/index.json @@ -0,0 +1,42 @@ +{ + "id": 111, + "slug": "apple-macbook-air-2025-m4-abhinavflac-798", + "base_model_slug": "apple-macbook-air-2025-m4", + "name": "Apple MacBook Air 2025 (M4 / 16GB / 256GB / Apple 8-Core GPU / Mac)", + "brand": { + "id": 149, + "slug": "apple", + "name": "Apple", + "country": "US", + "url": "/v1/brands/apple" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1131, + "device_category": "Thin & Light", + "cpu_name": "Apple M4 M4", + "gpu_name": "Apple Apple GPU Apple 8-Core GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 256, + "display": { + "size_inch": 13.0, + "resolution": "2560x1664" + }, + "weight_g": null, + "os": "Mac", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 798 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.986966", + "updated_at": "2026-07-08T02:20:50.986966", + "url": "/v1/laptops/apple-macbook-air-2025-m4-abhinavflac-798" +} diff --git a/site/public/v1/laptops/apple-macbook-air-m4-2025-abhinavflac-634/index.json b/site/public/v1/laptops/apple-macbook-air-m4-2025-abhinavflac-634/index.json new file mode 100644 index 000000000000..a475352f929a --- /dev/null +++ b/site/public/v1/laptops/apple-macbook-air-m4-2025-abhinavflac-634/index.json @@ -0,0 +1,42 @@ +{ + "id": 112, + "slug": "apple-macbook-air-m4-2025-abhinavflac-634", + "base_model_slug": "apple-macbook-air-m4-2025", + "name": "Apple MacBook Air M4 2025 15", + "brand": { + "id": 149, + "slug": "apple", + "name": "Apple", + "country": "US", + "url": "/v1/brands/apple" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1897, + "device_category": "Thin & Light", + "cpu_name": "Apple M4 M4", + "gpu_name": "Apple Apple GPU Apple 10-Core GPU", + "gpu_type": "Integrated", + "ram_gb": 24, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "2880x1864" + }, + "weight_g": null, + "os": "Mac", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 634 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.986966", + "updated_at": "2026-07-08T02:20:50.986966", + "url": "/v1/laptops/apple-macbook-air-m4-2025-abhinavflac-634" +} diff --git a/site/public/v1/laptops/apple-macbook-pro-14-2024-abhinavflac-782/index.json b/site/public/v1/laptops/apple-macbook-pro-14-2024-abhinavflac-782/index.json new file mode 100644 index 000000000000..d57ada9342ac --- /dev/null +++ b/site/public/v1/laptops/apple-macbook-pro-14-2024-abhinavflac-782/index.json @@ -0,0 +1,42 @@ +{ + "id": 113, + "slug": "apple-macbook-pro-14-2024-abhinavflac-782", + "base_model_slug": "apple-macbook-pro-14-2024", + "name": "Apple MacBook Pro 14 2024", + "brand": { + "id": 149, + "slug": "apple", + "name": "Apple", + "country": "US", + "url": "/v1/brands/apple" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1927, + "device_category": "General", + "cpu_name": "Apple M4 M4", + "gpu_name": "Apple Apple GPU Apple 10-Core GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "3024x1964" + }, + "weight_g": null, + "os": "Mac", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 782 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.986966", + "updated_at": "2026-07-08T02:20:50.986966", + "url": "/v1/laptops/apple-macbook-pro-14-2024-abhinavflac-782" +} diff --git a/site/public/v1/laptops/apple-macbook-pro-14-2025-abhinavflac-32/index.json b/site/public/v1/laptops/apple-macbook-pro-14-2025-abhinavflac-32/index.json new file mode 100644 index 000000000000..ded01ddde8eb --- /dev/null +++ b/site/public/v1/laptops/apple-macbook-pro-14-2025-abhinavflac-32/index.json @@ -0,0 +1,42 @@ +{ + "id": 114, + "slug": "apple-macbook-pro-14-2025-abhinavflac-32", + "base_model_slug": "apple-macbook-pro-14-2025", + "name": "Apple MacBook Pro 14 2025", + "brand": { + "id": 149, + "slug": "apple", + "name": "Apple", + "country": "US", + "url": "/v1/brands/apple" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1982, + "device_category": "General", + "cpu_name": "Apple M5 M5", + "gpu_name": "Apple Apple GPU Apple 10-Core GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "3024x1964" + }, + "weight_g": null, + "os": "Mac", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 32 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.987965", + "updated_at": "2026-07-08T02:20:50.987965", + "url": "/v1/laptops/apple-macbook-pro-14-2025-abhinavflac-32" +} diff --git a/site/public/v1/laptops/apple-macbook-pro-14-m4-abhinavflac-777/index.json b/site/public/v1/laptops/apple-macbook-pro-14-m4-abhinavflac-777/index.json new file mode 100644 index 000000000000..c3e372578c7e --- /dev/null +++ b/site/public/v1/laptops/apple-macbook-pro-14-m4-abhinavflac-777/index.json @@ -0,0 +1,42 @@ +{ + "id": 115, + "slug": "apple-macbook-pro-14-m4-abhinavflac-777", + "base_model_slug": "apple-macbook-pro-14-m4", + "name": "Apple MacBook Pro 14 (M4 MaxMax / 36GB / 1024GB / Apple 32-Core GPU / Mac)", + "brand": { + "id": 149, + "slug": "apple", + "name": "Apple", + "country": "US", + "url": "/v1/brands/apple" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 3494, + "device_category": "General", + "cpu_name": "Apple M4 M4 Max", + "gpu_name": "Apple Apple GPU Apple 32-Core GPU", + "gpu_type": "Integrated", + "ram_gb": 36, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "3024x1964" + }, + "weight_g": null, + "os": "Mac", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 777 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.987965", + "updated_at": "2026-07-08T02:20:50.987965", + "url": "/v1/laptops/apple-macbook-pro-14-m4-abhinavflac-777" +} diff --git a/site/public/v1/laptops/apple-macbook-pro-14-m4-abhinavflac-778/index.json b/site/public/v1/laptops/apple-macbook-pro-14-m4-abhinavflac-778/index.json new file mode 100644 index 000000000000..c3c6d010310b --- /dev/null +++ b/site/public/v1/laptops/apple-macbook-pro-14-m4-abhinavflac-778/index.json @@ -0,0 +1,42 @@ +{ + "id": 116, + "slug": "apple-macbook-pro-14-m4-abhinavflac-778", + "base_model_slug": "apple-macbook-pro-14-m4", + "name": "Apple MacBook Pro 14 (M4 ProPro / 24GB / 1024GB / Apple 20-Core GPU / Mac)", + "brand": { + "id": 149, + "slug": "apple", + "name": "Apple", + "country": "US", + "url": "/v1/brands/apple" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2723, + "device_category": "General", + "cpu_name": "Apple M4 M4 Pro", + "gpu_name": "Apple Apple GPU Apple 20-Core GPU", + "gpu_type": "Integrated", + "ram_gb": 24, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "3024x1964" + }, + "weight_g": null, + "os": "Mac", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 778 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.987965", + "updated_at": "2026-07-08T02:20:50.987965", + "url": "/v1/laptops/apple-macbook-pro-14-m4-abhinavflac-778" +} diff --git a/site/public/v1/laptops/apple-macbook-pro-14-m4-abhinavflac-779/index.json b/site/public/v1/laptops/apple-macbook-pro-14-m4-abhinavflac-779/index.json new file mode 100644 index 000000000000..fcadf59b424d --- /dev/null +++ b/site/public/v1/laptops/apple-macbook-pro-14-m4-abhinavflac-779/index.json @@ -0,0 +1,42 @@ +{ + "id": 117, + "slug": "apple-macbook-pro-14-m4-abhinavflac-779", + "base_model_slug": "apple-macbook-pro-14-m4", + "name": "Apple MacBook Pro 14 (M4 ProPro / 24GB / 512GB / Apple 16-Core GPU / Mac)", + "brand": { + "id": 149, + "slug": "apple", + "name": "Apple", + "country": "US", + "url": "/v1/brands/apple" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2265, + "device_category": "General", + "cpu_name": "Apple M4 M4 Pro", + "gpu_name": "Apple Apple GPU Apple 16-Core GPU", + "gpu_type": "Integrated", + "ram_gb": 24, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "3024x1964" + }, + "weight_g": null, + "os": "Mac", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 779 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.987965", + "updated_at": "2026-07-08T02:20:50.987965", + "url": "/v1/laptops/apple-macbook-pro-14-m4-abhinavflac-779" +} diff --git a/site/public/v1/laptops/apple-macbook-pro-14-m4-abhinavflac-780/index.json b/site/public/v1/laptops/apple-macbook-pro-14-m4-abhinavflac-780/index.json new file mode 100644 index 000000000000..cba81242a08a --- /dev/null +++ b/site/public/v1/laptops/apple-macbook-pro-14-m4-abhinavflac-780/index.json @@ -0,0 +1,42 @@ +{ + "id": 118, + "slug": "apple-macbook-pro-14-m4-abhinavflac-780", + "base_model_slug": "apple-macbook-pro-14-m4", + "name": "Apple MacBook Pro 14 (M4 / 24GB / 1024GB / Apple 10-Core GPU / Mac)", + "brand": { + "id": 149, + "slug": "apple", + "name": "Apple", + "country": "US", + "url": "/v1/brands/apple" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2434, + "device_category": "General", + "cpu_name": "Apple M4 M4", + "gpu_name": "Apple Apple GPU Apple 10-Core GPU", + "gpu_type": "Integrated", + "ram_gb": 24, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "3024x1964" + }, + "weight_g": null, + "os": "Mac", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 780 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.987965", + "updated_at": "2026-07-08T02:20:50.987965", + "url": "/v1/laptops/apple-macbook-pro-14-m4-abhinavflac-780" +} diff --git a/site/public/v1/laptops/apple-macbook-pro-14-m4-abhinavflac-781/index.json b/site/public/v1/laptops/apple-macbook-pro-14-m4-abhinavflac-781/index.json new file mode 100644 index 000000000000..bc29a24ee77f --- /dev/null +++ b/site/public/v1/laptops/apple-macbook-pro-14-m4-abhinavflac-781/index.json @@ -0,0 +1,42 @@ +{ + "id": 119, + "slug": "apple-macbook-pro-14-m4-abhinavflac-781", + "base_model_slug": "apple-macbook-pro-14-m4", + "name": "Apple MacBook Pro 14 (M4 / 16GB / 1024GB / Apple 10-Core GPU / Mac)", + "brand": { + "id": 149, + "slug": "apple", + "name": "Apple", + "country": "US", + "url": "/v1/brands/apple" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2205, + "device_category": "General", + "cpu_name": "Apple M4 M4", + "gpu_name": "Apple Apple GPU Apple 10-Core GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "3024x1964" + }, + "weight_g": null, + "os": "Mac", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 781 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.987965", + "updated_at": "2026-07-08T02:20:50.987965", + "url": "/v1/laptops/apple-macbook-pro-14-m4-abhinavflac-781" +} diff --git a/site/public/v1/laptops/apple-macbook-pro-14-m5-abhinavflac-30/index.json b/site/public/v1/laptops/apple-macbook-pro-14-m5-abhinavflac-30/index.json new file mode 100644 index 000000000000..b3c18faf284d --- /dev/null +++ b/site/public/v1/laptops/apple-macbook-pro-14-m5-abhinavflac-30/index.json @@ -0,0 +1,42 @@ +{ + "id": 120, + "slug": "apple-macbook-pro-14-m5-abhinavflac-30", + "base_model_slug": "apple-macbook-pro-14-m5", + "name": "Apple MacBook Pro 14 (M5 / 24GB / 1024GB / Apple 10-Core GPU / Mac)", + "brand": { + "id": 149, + "slug": "apple", + "name": "Apple", + "country": "US", + "url": "/v1/brands/apple" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2446, + "device_category": "General", + "cpu_name": "Apple M5 M5", + "gpu_name": "Apple Apple GPU Apple 10-Core GPU", + "gpu_type": "Integrated", + "ram_gb": 24, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "3024x1964" + }, + "weight_g": null, + "os": "Mac", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 30 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.987965", + "updated_at": "2026-07-08T02:20:50.987965", + "url": "/v1/laptops/apple-macbook-pro-14-m5-abhinavflac-30" +} diff --git a/site/public/v1/laptops/apple-macbook-pro-14-m5-abhinavflac-31/index.json b/site/public/v1/laptops/apple-macbook-pro-14-m5-abhinavflac-31/index.json new file mode 100644 index 000000000000..f3482609c314 --- /dev/null +++ b/site/public/v1/laptops/apple-macbook-pro-14-m5-abhinavflac-31/index.json @@ -0,0 +1,42 @@ +{ + "id": 121, + "slug": "apple-macbook-pro-14-m5-abhinavflac-31", + "base_model_slug": "apple-macbook-pro-14-m5", + "name": "Apple MacBook Pro 14 (M5 / 16GB / 1024GB / Apple 10-Core GPU / Mac)", + "brand": { + "id": 149, + "slug": "apple", + "name": "Apple", + "country": "US", + "url": "/v1/brands/apple" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2211, + "device_category": "General", + "cpu_name": "Apple M5 M5", + "gpu_name": "Apple Apple GPU Apple 10-Core GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "3024x1964" + }, + "weight_g": null, + "os": "Mac", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 31 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.987965", + "updated_at": "2026-07-08T02:20:50.987965", + "url": "/v1/laptops/apple-macbook-pro-14-m5-abhinavflac-31" +} diff --git a/site/public/v1/laptops/apple-macbook-pro-16-2024-abhinavflac-776/index.json b/site/public/v1/laptops/apple-macbook-pro-16-2024-abhinavflac-776/index.json new file mode 100644 index 000000000000..11964013056e --- /dev/null +++ b/site/public/v1/laptops/apple-macbook-pro-16-2024-abhinavflac-776/index.json @@ -0,0 +1,42 @@ +{ + "id": 122, + "slug": "apple-macbook-pro-16-2024-abhinavflac-776", + "base_model_slug": "apple-macbook-pro-16-2024", + "name": "Apple MacBook Pro 16 2024", + "brand": { + "id": 149, + "slug": "apple", + "name": "Apple", + "country": "US", + "url": "/v1/brands/apple" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2891, + "device_category": "General", + "cpu_name": "Apple M4 M4 Pro", + "gpu_name": "Apple Apple GPU Apple 20-Core GPU", + "gpu_type": "Integrated", + "ram_gb": 24, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "3456x2234" + }, + "weight_g": null, + "os": "Mac", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 776 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.987965", + "updated_at": "2026-07-08T02:20:50.987965", + "url": "/v1/laptops/apple-macbook-pro-16-2024-abhinavflac-776" +} diff --git a/site/public/v1/laptops/apple-macbook-pro-16-m4-abhinavflac-769/index.json b/site/public/v1/laptops/apple-macbook-pro-16-m4-abhinavflac-769/index.json new file mode 100644 index 000000000000..e280cbab1a7f --- /dev/null +++ b/site/public/v1/laptops/apple-macbook-pro-16-m4-abhinavflac-769/index.json @@ -0,0 +1,42 @@ +{ + "id": 123, + "slug": "apple-macbook-pro-16-m4-abhinavflac-769", + "base_model_slug": "apple-macbook-pro-16-m4", + "name": "Apple MacBook Pro 16 (M4 MaxMax / 36GB / 1024GB / Apple 32-Core GPU / Mac)", + "brand": { + "id": 149, + "slug": "apple", + "name": "Apple", + "country": "US", + "url": "/v1/brands/apple" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 4216, + "device_category": "General", + "cpu_name": "Apple M4 M4 Max", + "gpu_name": "Apple Apple GPU Apple 32-Core GPU", + "gpu_type": "Integrated", + "ram_gb": 36, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "3456x2234" + }, + "weight_g": null, + "os": "Mac", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 769 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.987965", + "updated_at": "2026-07-08T02:20:50.987965", + "url": "/v1/laptops/apple-macbook-pro-16-m4-abhinavflac-769" +} diff --git a/site/public/v1/laptops/apple-macbook-pro-16-m4-abhinavflac-775/index.json b/site/public/v1/laptops/apple-macbook-pro-16-m4-abhinavflac-775/index.json new file mode 100644 index 000000000000..e26daf8c00f8 --- /dev/null +++ b/site/public/v1/laptops/apple-macbook-pro-16-m4-abhinavflac-775/index.json @@ -0,0 +1,42 @@ +{ + "id": 124, + "slug": "apple-macbook-pro-16-m4-abhinavflac-775", + "base_model_slug": "apple-macbook-pro-16-m4", + "name": "Apple MacBook Pro 16 (M4 ProPro / 48GB / 512GB / Apple 20-Core GPU / Mac)", + "brand": { + "id": 149, + "slug": "apple", + "name": "Apple", + "country": "US", + "url": "/v1/brands/apple" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 3373, + "device_category": "General", + "cpu_name": "Apple M4 M4 Pro", + "gpu_name": "Apple Apple GPU Apple 20-Core GPU", + "gpu_type": "Integrated", + "ram_gb": 48, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "3456x2234" + }, + "weight_g": null, + "os": "Mac", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 775 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.987965", + "updated_at": "2026-07-08T02:20:50.987965", + "url": "/v1/laptops/apple-macbook-pro-16-m4-abhinavflac-775" +} diff --git a/site/public/v1/laptops/asus-chromebook-cx1400cka-nk0488-abhinavflac-607/index.json b/site/public/v1/laptops/asus-chromebook-cx1400cka-nk0488-abhinavflac-607/index.json new file mode 100644 index 000000000000..e24f4411e9ca --- /dev/null +++ b/site/public/v1/laptops/asus-chromebook-cx1400cka-nk0488-abhinavflac-607/index.json @@ -0,0 +1,42 @@ +{ + "id": 237, + "slug": "asus-chromebook-cx1400cka-nk0488-abhinavflac-607", + "base_model_slug": "asus-chromebook-cx1400cka-nk0488", + "name": "Asus Chromebook CX1400CKA-NK0488", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 287, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 4, + "storage_gb": 128, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Chrome", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 607 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.996965", + "updated_at": "2026-07-08T02:20:50.996965", + "url": "/v1/laptops/asus-chromebook-cx1400cka-nk0488-abhinavflac-607" +} diff --git a/site/public/v1/laptops/asus-chromebook-cx1405cka-s60342-abhinavflac-235/index.json b/site/public/v1/laptops/asus-chromebook-cx1405cka-s60342-abhinavflac-235/index.json new file mode 100644 index 000000000000..e3176ffc9e07 --- /dev/null +++ b/site/public/v1/laptops/asus-chromebook-cx1405cka-s60342-abhinavflac-235/index.json @@ -0,0 +1,42 @@ +{ + "id": 238, + "slug": "asus-chromebook-cx1405cka-s60342-abhinavflac-235", + "base_model_slug": "asus-chromebook-cx1405cka-s60342", + "name": "Asus Chromebook CX1405CKA-S60342", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 181, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 4, + "storage_gb": 64, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Chrome", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 235 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.996965", + "updated_at": "2026-07-08T02:20:50.996965", + "url": "/v1/laptops/asus-chromebook-cx1405cka-s60342-abhinavflac-235" +} diff --git a/site/public/v1/laptops/asus-chromebook-cx1405cka-s60394-abhinavflac-349/index.json b/site/public/v1/laptops/asus-chromebook-cx1405cka-s60394-abhinavflac-349/index.json new file mode 100644 index 000000000000..acc9cad8c08c --- /dev/null +++ b/site/public/v1/laptops/asus-chromebook-cx1405cka-s60394-abhinavflac-349/index.json @@ -0,0 +1,42 @@ +{ + "id": 239, + "slug": "asus-chromebook-cx1405cka-s60394-abhinavflac-349", + "base_model_slug": "asus-chromebook-cx1405cka-s60394", + "name": "Asus Chromebook CX1405CKA-S60394", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 301, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 128, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Chrome", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 349 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.996965", + "updated_at": "2026-07-08T02:20:50.996965", + "url": "/v1/laptops/asus-chromebook-cx1405cka-s60394-abhinavflac-349" +} diff --git a/site/public/v1/laptops/asus-chromebook-cx1500cka-nj0395-abhinavflac-983/index.json b/site/public/v1/laptops/asus-chromebook-cx1500cka-nj0395-abhinavflac-983/index.json new file mode 100644 index 000000000000..974d779cccd7 --- /dev/null +++ b/site/public/v1/laptops/asus-chromebook-cx1500cka-nj0395-abhinavflac-983/index.json @@ -0,0 +1,42 @@ +{ + "id": 240, + "slug": "asus-chromebook-cx1500cka-nj0395-abhinavflac-983", + "base_model_slug": "asus-chromebook-cx1500cka-nj0395", + "name": "Asus Chromebook CX1500CKA-NJ0395", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 325, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 128, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Chrome", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 983 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.996965", + "updated_at": "2026-07-08T02:20:50.996965", + "url": "/v1/laptops/asus-chromebook-cx1500cka-nj0395-abhinavflac-983" +} diff --git a/site/public/v1/laptops/asus-chromebook-cx1500cka-nj0411-abhinavflac-175/index.json b/site/public/v1/laptops/asus-chromebook-cx1500cka-nj0411-abhinavflac-175/index.json new file mode 100644 index 000000000000..102075a5b288 --- /dev/null +++ b/site/public/v1/laptops/asus-chromebook-cx1500cka-nj0411-abhinavflac-175/index.json @@ -0,0 +1,42 @@ +{ + "id": 241, + "slug": "asus-chromebook-cx1500cka-nj0411-abhinavflac-175", + "base_model_slug": "asus-chromebook-cx1500cka-nj0411", + "name": "Asus Chromebook CX1500CKA-NJ0411", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 193, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 64, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Chrome", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 175 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.996965", + "updated_at": "2026-07-08T02:20:50.996965", + "url": "/v1/laptops/asus-chromebook-cx1500cka-nj0411-abhinavflac-175" +} diff --git a/site/public/v1/laptops/asus-chromebook-cx1500fka-e80077-abhinavflac-96/index.json b/site/public/v1/laptops/asus-chromebook-cx1500fka-e80077-abhinavflac-96/index.json new file mode 100644 index 000000000000..3a04029bd4fa --- /dev/null +++ b/site/public/v1/laptops/asus-chromebook-cx1500fka-e80077-abhinavflac-96/index.json @@ -0,0 +1,42 @@ +{ + "id": 242, + "slug": "asus-chromebook-cx1500fka-e80077-abhinavflac-96", + "base_model_slug": "asus-chromebook-cx1500fka-e80077", + "name": "Asus Chromebook CX1500FKA-E80077", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 193, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 64, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Chrome", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 96 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.996965", + "updated_at": "2026-07-08T02:20:50.996965", + "url": "/v1/laptops/asus-chromebook-cx1500fka-e80077-abhinavflac-96" +} diff --git a/site/public/v1/laptops/asus-chromebook-cx1505cka-s70179-abhinavflac-227/index.json b/site/public/v1/laptops/asus-chromebook-cx1505cka-s70179-abhinavflac-227/index.json new file mode 100644 index 000000000000..f161e2ab74e6 --- /dev/null +++ b/site/public/v1/laptops/asus-chromebook-cx1505cka-s70179-abhinavflac-227/index.json @@ -0,0 +1,42 @@ +{ + "id": 243, + "slug": "asus-chromebook-cx1505cka-s70179-abhinavflac-227", + "base_model_slug": "asus-chromebook-cx1505cka-s70179", + "name": "Asus Chromebook CX1505CKA-S70179", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 193, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 4, + "storage_gb": 64, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Chrome", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 227 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.996965", + "updated_at": "2026-07-08T02:20:50.996965", + "url": "/v1/laptops/asus-chromebook-cx1505cka-s70179-abhinavflac-227" +} diff --git a/site/public/v1/laptops/asus-chromebook-cx1505cka-s70182-abhinavflac-226/index.json b/site/public/v1/laptops/asus-chromebook-cx1505cka-s70182-abhinavflac-226/index.json new file mode 100644 index 000000000000..d38706a81eb9 --- /dev/null +++ b/site/public/v1/laptops/asus-chromebook-cx1505cka-s70182-abhinavflac-226/index.json @@ -0,0 +1,42 @@ +{ + "id": 244, + "slug": "asus-chromebook-cx1505cka-s70182-abhinavflac-226", + "base_model_slug": "asus-chromebook-cx1505cka-s70182", + "name": "Asus Chromebook CX1505CKA-S70182", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 287, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 128, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Chrome", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 226 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.996965", + "updated_at": "2026-07-08T02:20:50.996965", + "url": "/v1/laptops/asus-chromebook-cx1505cka-s70182-abhinavflac-226" +} diff --git a/site/public/v1/laptops/asus-expertbook-b3-b3404cva-q51174x-abhinavflac-44/index.json b/site/public/v1/laptops/asus-expertbook-b3-b3404cva-q51174x-abhinavflac-44/index.json new file mode 100644 index 000000000000..e9a38db4f169 --- /dev/null +++ b/site/public/v1/laptops/asus-expertbook-b3-b3404cva-q51174x-abhinavflac-44/index.json @@ -0,0 +1,42 @@ +{ + "id": 143, + "slug": "asus-expertbook-b3-b3404cva-q51174x-abhinavflac-44", + "base_model_slug": "asus-expertbook-b3-b3404cva-q51174x", + "name": "Asus Expertbook B3 B3404CVA-Q51174X", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1446, + "device_category": "General", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 44 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.989967", + "updated_at": "2026-07-08T02:20:50.989967", + "url": "/v1/laptops/asus-expertbook-b3-b3404cva-q51174x-abhinavflac-44" +} diff --git a/site/public/v1/laptops/asus-expertbook-b3-b3404cvab-q50884x-abhinavflac-38/index.json b/site/public/v1/laptops/asus-expertbook-b3-b3404cvab-q50884x-abhinavflac-38/index.json new file mode 100644 index 000000000000..61c6c89920b4 --- /dev/null +++ b/site/public/v1/laptops/asus-expertbook-b3-b3404cvab-q50884x-abhinavflac-38/index.json @@ -0,0 +1,42 @@ +{ + "id": 144, + "slug": "asus-expertbook-b3-b3404cvab-q50884x-abhinavflac-38", + "base_model_slug": "asus-expertbook-b3-b3404cvab-q50884x", + "name": "Asus Expertbook B3 B3404CVAB-Q50884X", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1458, + "device_category": "General", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 38 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.989967", + "updated_at": "2026-07-08T02:20:50.989967", + "url": "/v1/laptops/asus-expertbook-b3-b3404cvab-q50884x-abhinavflac-38" +} diff --git a/site/public/v1/laptops/asus-expertbook-b5-b5404cma-q61142x-abhinavflac-27/index.json b/site/public/v1/laptops/asus-expertbook-b5-b5404cma-q61142x-abhinavflac-27/index.json new file mode 100644 index 000000000000..b4b8da7ffebf --- /dev/null +++ b/site/public/v1/laptops/asus-expertbook-b5-b5404cma-q61142x-abhinavflac-27/index.json @@ -0,0 +1,42 @@ +{ + "id": 145, + "slug": "asus-expertbook-b5-b5404cma-q61142x-abhinavflac-27", + "base_model_slug": "asus-expertbook-b5-b5404cma-q61142x", + "name": "Asus ExpertBook B5 B5404CMA-Q61142X", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 2241, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 27 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.989967", + "updated_at": "2026-07-08T02:20:50.989967", + "url": "/v1/laptops/asus-expertbook-b5-b5404cma-q61142x-abhinavflac-27" +} diff --git a/site/public/v1/laptops/asus-expertbook-p1-14-p1403cva-s60343ws-abhinavflac-537/index.json b/site/public/v1/laptops/asus-expertbook-p1-14-p1403cva-s60343ws-abhinavflac-537/index.json new file mode 100644 index 000000000000..3a2bbd150f03 --- /dev/null +++ b/site/public/v1/laptops/asus-expertbook-p1-14-p1403cva-s60343ws-abhinavflac-537/index.json @@ -0,0 +1,42 @@ +{ + "id": 146, + "slug": "asus-expertbook-p1-14-p1403cva-s60343ws-abhinavflac-537", + "base_model_slug": "asus-expertbook-p1-14-p1403cva-s60343ws", + "name": "Asus Expertbook P1 14 P1403CVA-S60343WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 446, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 537 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.989967", + "updated_at": "2026-07-08T02:20:50.989967", + "url": "/v1/laptops/asus-expertbook-p1-14-p1403cva-s60343ws-abhinavflac-537" +} diff --git a/site/public/v1/laptops/asus-expertbook-p1-14-p1403cva-s60938ws-abhinavflac-539/index.json b/site/public/v1/laptops/asus-expertbook-p1-14-p1403cva-s60938ws-abhinavflac-539/index.json new file mode 100644 index 000000000000..74031b6e21ce --- /dev/null +++ b/site/public/v1/laptops/asus-expertbook-p1-14-p1403cva-s60938ws-abhinavflac-539/index.json @@ -0,0 +1,42 @@ +{ + "id": 147, + "slug": "asus-expertbook-p1-14-p1403cva-s60938ws-abhinavflac-539", + "base_model_slug": "asus-expertbook-p1-14-p1403cva-s60938ws", + "name": "Asus Expertbook P1 14 P1403CVA-S60938WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 470, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 539 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.989967", + "updated_at": "2026-07-08T02:20:50.989967", + "url": "/v1/laptops/asus-expertbook-p1-14-p1403cva-s60938ws-abhinavflac-539" +} diff --git a/site/public/v1/laptops/asus-expertbook-p1-14-p1403cva-s60939ws-abhinavflac-536/index.json b/site/public/v1/laptops/asus-expertbook-p1-14-p1403cva-s60939ws-abhinavflac-536/index.json new file mode 100644 index 000000000000..98f2016170d6 --- /dev/null +++ b/site/public/v1/laptops/asus-expertbook-p1-14-p1403cva-s60939ws-abhinavflac-536/index.json @@ -0,0 +1,42 @@ +{ + "id": 148, + "slug": "asus-expertbook-p1-14-p1403cva-s60939ws-abhinavflac-536", + "base_model_slug": "asus-expertbook-p1-14-p1403cva-s60939ws", + "name": "Asus Expertbook P1 14 P1403CVA-S60939WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 711, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 536 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.989967", + "updated_at": "2026-07-08T02:20:50.989967", + "url": "/v1/laptops/asus-expertbook-p1-14-p1403cva-s60939ws-abhinavflac-536" +} diff --git a/site/public/v1/laptops/asus-expertbook-p1-14-p1403cva-s60940ws-abhinavflac-535/index.json b/site/public/v1/laptops/asus-expertbook-p1-14-p1403cva-s60940ws-abhinavflac-535/index.json new file mode 100644 index 000000000000..35472d6fb78d --- /dev/null +++ b/site/public/v1/laptops/asus-expertbook-p1-14-p1403cva-s60940ws-abhinavflac-535/index.json @@ -0,0 +1,42 @@ +{ + "id": 149, + "slug": "asus-expertbook-p1-14-p1403cva-s60940ws-abhinavflac-535", + "base_model_slug": "asus-expertbook-p1-14-p1403cva-s60940ws", + "name": "Asus Expertbook P1 14 P1403CVA-S60940WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 879, + "device_category": "General", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 535 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.989967", + "updated_at": "2026-07-08T02:20:50.989967", + "url": "/v1/laptops/asus-expertbook-p1-14-p1403cva-s60940ws-abhinavflac-535" +} diff --git a/site/public/v1/laptops/asus-expertbook-p1-p1503cva-s70501ws-abhinavflac-540/index.json b/site/public/v1/laptops/asus-expertbook-p1-p1503cva-s70501ws-abhinavflac-540/index.json new file mode 100644 index 000000000000..67b8f11508e8 --- /dev/null +++ b/site/public/v1/laptops/asus-expertbook-p1-p1503cva-s70501ws-abhinavflac-540/index.json @@ -0,0 +1,42 @@ +{ + "id": 150, + "slug": "asus-expertbook-p1-p1503cva-s70501ws-abhinavflac-540", + "base_model_slug": "asus-expertbook-p1-p1503cva-s70501ws", + "name": "Asus Expertbook P1 P1503CVA-S70501WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 446, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 540 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.989967", + "updated_at": "2026-07-08T02:20:50.989967", + "url": "/v1/laptops/asus-expertbook-p1-p1503cva-s70501ws-abhinavflac-540" +} diff --git a/site/public/v1/laptops/asus-expertbook-p1-p1503cva-s70611ws-abhinavflac-541/index.json b/site/public/v1/laptops/asus-expertbook-p1-p1503cva-s70611ws-abhinavflac-541/index.json new file mode 100644 index 000000000000..e16be48956d1 --- /dev/null +++ b/site/public/v1/laptops/asus-expertbook-p1-p1503cva-s70611ws-abhinavflac-541/index.json @@ -0,0 +1,42 @@ +{ + "id": 151, + "slug": "asus-expertbook-p1-p1503cva-s70611ws-abhinavflac-541", + "base_model_slug": "asus-expertbook-p1-p1503cva-s70611ws", + "name": "Asus Expertbook P1 P1503CVA-S70611WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 626, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 541 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.989967", + "updated_at": "2026-07-08T02:20:50.989967", + "url": "/v1/laptops/asus-expertbook-p1-p1503cva-s70611ws-abhinavflac-541" +} diff --git a/site/public/v1/laptops/asus-expertbook-p1-p1503cva-s71042ws-abhinavflac-542/index.json b/site/public/v1/laptops/asus-expertbook-p1-p1503cva-s71042ws-abhinavflac-542/index.json new file mode 100644 index 000000000000..8bf6700e9e7d --- /dev/null +++ b/site/public/v1/laptops/asus-expertbook-p1-p1503cva-s71042ws-abhinavflac-542/index.json @@ -0,0 +1,42 @@ +{ + "id": 152, + "slug": "asus-expertbook-p1-p1503cva-s71042ws-abhinavflac-542", + "base_model_slug": "asus-expertbook-p1-p1503cva-s71042ws", + "name": "Asus Expertbook P1 P1503CVA-S71042WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 795, + "device_category": "General", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 542 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.989967", + "updated_at": "2026-07-08T02:20:50.989967", + "url": "/v1/laptops/asus-expertbook-p1-p1503cva-s71042ws-abhinavflac-542" +} diff --git a/site/public/v1/laptops/asus-expertbook-p1-p1503cva-s71074ws-abhinavflac-538/index.json b/site/public/v1/laptops/asus-expertbook-p1-p1503cva-s71074ws-abhinavflac-538/index.json new file mode 100644 index 000000000000..0a4ef38f5730 --- /dev/null +++ b/site/public/v1/laptops/asus-expertbook-p1-p1503cva-s71074ws-abhinavflac-538/index.json @@ -0,0 +1,42 @@ +{ + "id": 153, + "slug": "asus-expertbook-p1-p1503cva-s71074ws-abhinavflac-538", + "base_model_slug": "asus-expertbook-p1-p1503cva-s71074ws", + "name": "Asus Expertbook P1 P1503CVA-S71074WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 470, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 538 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.989967", + "updated_at": "2026-07-08T02:20:50.989967", + "url": "/v1/laptops/asus-expertbook-p1-p1503cva-s71074ws-abhinavflac-538" +} diff --git a/site/public/v1/laptops/asus-expertbook-p1-p1503cva-s71076ws-abhinavflac-197/index.json b/site/public/v1/laptops/asus-expertbook-p1-p1503cva-s71076ws-abhinavflac-197/index.json new file mode 100644 index 000000000000..fcfd7faca527 --- /dev/null +++ b/site/public/v1/laptops/asus-expertbook-p1-p1503cva-s71076ws-abhinavflac-197/index.json @@ -0,0 +1,42 @@ +{ + "id": 154, + "slug": "asus-expertbook-p1-p1503cva-s71076ws-abhinavflac-197", + "base_model_slug": "asus-expertbook-p1-p1503cva-s71076ws", + "name": "Asus Expertbook P1 P1503CVA-S71076WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 879, + "device_category": "General", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 197 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.989967", + "updated_at": "2026-07-08T02:20:50.989967", + "url": "/v1/laptops/asus-expertbook-p1-p1503cva-s71076ws-abhinavflac-197" +} diff --git a/site/public/v1/laptops/asus-expertbook-p3-p3405cva-ly0015ws-abhinavflac-530/index.json b/site/public/v1/laptops/asus-expertbook-p3-p3405cva-ly0015ws-abhinavflac-530/index.json new file mode 100644 index 000000000000..eabd0c4043f9 --- /dev/null +++ b/site/public/v1/laptops/asus-expertbook-p3-p3405cva-ly0015ws-abhinavflac-530/index.json @@ -0,0 +1,42 @@ +{ + "id": 155, + "slug": "asus-expertbook-p3-p3405cva-ly0015ws-abhinavflac-530", + "base_model_slug": "asus-expertbook-p3-p3405cva-ly0015ws", + "name": "Asus Expertbook P3 P3405CVA-LY0015WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 723, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 530 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.989967", + "updated_at": "2026-07-08T02:20:50.989967", + "url": "/v1/laptops/asus-expertbook-p3-p3405cva-ly0015ws-abhinavflac-530" +} diff --git a/site/public/v1/laptops/asus-expertbook-p5-p5405csa-nz0583ws-abhinavflac-534/index.json b/site/public/v1/laptops/asus-expertbook-p5-p5405csa-nz0583ws-abhinavflac-534/index.json new file mode 100644 index 000000000000..36c7e93bb60f --- /dev/null +++ b/site/public/v1/laptops/asus-expertbook-p5-p5405csa-nz0583ws-abhinavflac-534/index.json @@ -0,0 +1,42 @@ +{ + "id": 245, + "slug": "asus-expertbook-p5-p5405csa-nz0583ws-abhinavflac-534", + "base_model_slug": "asus-expertbook-p5-p5405csa-nz0583ws", + "name": "Asus Expertbook P5 P5405CSA-NZ0583WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1024, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 226V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 534 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.996965", + "updated_at": "2026-07-08T02:20:50.996965", + "url": "/v1/laptops/asus-expertbook-p5-p5405csa-nz0583ws-abhinavflac-534" +} diff --git a/site/public/v1/laptops/asus-gaming-v16-2025-v3607vh-rp037ws-abhinavflac-317/index.json b/site/public/v1/laptops/asus-gaming-v16-2025-v3607vh-rp037ws-abhinavflac-317/index.json new file mode 100644 index 000000000000..4291d48588af --- /dev/null +++ b/site/public/v1/laptops/asus-gaming-v16-2025-v3607vh-rp037ws-abhinavflac-317/index.json @@ -0,0 +1,42 @@ +{ + "id": 246, + "slug": "asus-gaming-v16-2025-v3607vh-rp037ws-abhinavflac-317", + "base_model_slug": "asus-gaming-v16-2025-v3607vh-rp037ws", + "name": "Asus Gaming V16 2025 V3607VH-RP037WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1217, + "device_category": "Gaming", + "cpu_name": "Intel Core 5 210H", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 317 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.996965", + "updated_at": "2026-07-08T02:20:50.996965", + "url": "/v1/laptops/asus-gaming-v16-2025-v3607vh-rp037ws-abhinavflac-317" +} diff --git a/site/public/v1/laptops/asus-gaming-v16-2025-v3607vh-rp038ws-abhinavflac-315/index.json b/site/public/v1/laptops/asus-gaming-v16-2025-v3607vh-rp038ws-abhinavflac-315/index.json new file mode 100644 index 000000000000..beb15a353c37 --- /dev/null +++ b/site/public/v1/laptops/asus-gaming-v16-2025-v3607vh-rp038ws-abhinavflac-315/index.json @@ -0,0 +1,42 @@ +{ + "id": 247, + "slug": "asus-gaming-v16-2025-v3607vh-rp038ws-abhinavflac-315", + "base_model_slug": "asus-gaming-v16-2025-v3607vh-rp038ws", + "name": "Asus Gaming V16 2025 V3607VH-RP038WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1313, + "device_category": "Gaming", + "cpu_name": "Intel Core 7 240H", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 315 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.996965", + "updated_at": "2026-07-08T02:20:50.996965", + "url": "/v1/laptops/asus-gaming-v16-2025-v3607vh-rp038ws-abhinavflac-315" +} diff --git a/site/public/v1/laptops/asus-gaming-v16-2025-v3607vu-rp550ws-abhinavflac-672/index.json b/site/public/v1/laptops/asus-gaming-v16-2025-v3607vu-rp550ws-abhinavflac-672/index.json new file mode 100644 index 000000000000..4c8c977ae410 --- /dev/null +++ b/site/public/v1/laptops/asus-gaming-v16-2025-v3607vu-rp550ws-abhinavflac-672/index.json @@ -0,0 +1,42 @@ +{ + "id": 248, + "slug": "asus-gaming-v16-2025-v3607vu-rp550ws-abhinavflac-672", + "base_model_slug": "asus-gaming-v16-2025-v3607vu-rp550ws", + "name": "Asus Gaming V16 2025 V3607VU-RP550WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 938, + "device_category": "Gaming", + "cpu_name": "Intel Core 5 210H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 672 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.996965", + "updated_at": "2026-07-08T02:20:50.996965", + "url": "/v1/laptops/asus-gaming-v16-2025-v3607vu-rp550ws-abhinavflac-672" +} diff --git a/site/public/v1/laptops/asus-gaming-v16-v3607vm-rp057ws-abhinavflac-360/index.json b/site/public/v1/laptops/asus-gaming-v16-v3607vm-rp057ws-abhinavflac-360/index.json new file mode 100644 index 000000000000..309d1ff6f9f8 --- /dev/null +++ b/site/public/v1/laptops/asus-gaming-v16-v3607vm-rp057ws-abhinavflac-360/index.json @@ -0,0 +1,42 @@ +{ + "id": 249, + "slug": "asus-gaming-v16-v3607vm-rp057ws-abhinavflac-360", + "base_model_slug": "asus-gaming-v16-v3607vm-rp057ws", + "name": "Asus Gaming V16 V3607VM-RP057WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1446, + "device_category": "Gaming", + "cpu_name": "Intel Core 7 240H", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 360 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.996965", + "updated_at": "2026-07-08T02:20:50.996965", + "url": "/v1/laptops/asus-gaming-v16-v3607vm-rp057ws-abhinavflac-360" +} diff --git a/site/public/v1/laptops/asus-gaming-v16-v3607vu-rp275ws-abhinavflac-675/index.json b/site/public/v1/laptops/asus-gaming-v16-v3607vu-rp275ws-abhinavflac-675/index.json new file mode 100644 index 000000000000..a1eede6d2fb3 --- /dev/null +++ b/site/public/v1/laptops/asus-gaming-v16-v3607vu-rp275ws-abhinavflac-675/index.json @@ -0,0 +1,42 @@ +{ + "id": 250, + "slug": "asus-gaming-v16-v3607vu-rp275ws-abhinavflac-675", + "base_model_slug": "asus-gaming-v16-v3607vu-rp275ws", + "name": "Asus Gaming V16 V3607VU-RP275WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1048, + "device_category": "Gaming", + "cpu_name": "Intel Core 7 240H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 675 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.997965", + "updated_at": "2026-07-08T02:20:50.997965", + "url": "/v1/laptops/asus-gaming-v16-v3607vu-rp275ws-abhinavflac-675" +} diff --git a/site/public/v1/laptops/asus-rog-flow-z13-2025-abhinavflac-504/index.json b/site/public/v1/laptops/asus-rog-flow-z13-2025-abhinavflac-504/index.json new file mode 100644 index 000000000000..e39d7e58953e --- /dev/null +++ b/site/public/v1/laptops/asus-rog-flow-z13-2025-abhinavflac-504/index.json @@ -0,0 +1,42 @@ +{ + "id": 125, + "slug": "asus-rog-flow-z13-2025-abhinavflac-504", + "base_model_slug": "asus-rog-flow-z13-2025", + "name": "Asus ROG Flow Z13 2025 GZ302EA-RU420WS Gaming", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2019-01-01", + "msrp_usd": 2410, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen Ai Max 390", + "gpu_name": "NVIDIA GeForce RTX RTX 4060", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 13.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 504 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.987965", + "updated_at": "2026-07-08T02:20:50.987965", + "url": "/v1/laptops/asus-rog-flow-z13-2025-abhinavflac-504" +} diff --git a/site/public/v1/laptops/asus-rog-strix-g16-2025-abhinavflac-395/index.json b/site/public/v1/laptops/asus-rog-strix-g16-2025-abhinavflac-395/index.json new file mode 100644 index 000000000000..4cab42b22668 --- /dev/null +++ b/site/public/v1/laptops/asus-rog-strix-g16-2025-abhinavflac-395/index.json @@ -0,0 +1,42 @@ +{ + "id": 156, + "slug": "asus-rog-strix-g16-2025-abhinavflac-395", + "base_model_slug": "asus-rog-strix-g16-2025", + "name": "Asus ROG Strix G16 (2025) G615JHR-S5005WS Gaming", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1867, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 395 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.990965", + "updated_at": "2026-07-08T02:20:50.990965", + "url": "/v1/laptops/asus-rog-strix-g16-2025-abhinavflac-395" +} diff --git a/site/public/v1/laptops/asus-rog-strix-g16-g614ju-n4200ws-abhinavflac-600/index.json b/site/public/v1/laptops/asus-rog-strix-g16-g614ju-n4200ws-abhinavflac-600/index.json new file mode 100644 index 000000000000..e9153a8008d5 --- /dev/null +++ b/site/public/v1/laptops/asus-rog-strix-g16-g614ju-n4200ws-abhinavflac-600/index.json @@ -0,0 +1,42 @@ +{ + "id": 157, + "slug": "asus-rog-strix-g16-g614ju-n4200ws-abhinavflac-600", + "base_model_slug": "asus-rog-strix-g16-g614ju-n4200ws", + "name": "Asus ROG Strix G16 G614JU-N4200WS Gaming", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1638, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 600 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.990965", + "updated_at": "2026-07-08T02:20:50.990965", + "url": "/v1/laptops/asus-rog-strix-g16-g614ju-n4200ws-abhinavflac-600" +} diff --git a/site/public/v1/laptops/asus-rog-strix-g16-g614ph-rv033ws-abhinavflac-397/index.json b/site/public/v1/laptops/asus-rog-strix-g16-g614ph-rv033ws-abhinavflac-397/index.json new file mode 100644 index 000000000000..3dd6030fde3b --- /dev/null +++ b/site/public/v1/laptops/asus-rog-strix-g16-g614ph-rv033ws-abhinavflac-397/index.json @@ -0,0 +1,42 @@ +{ + "id": 251, + "slug": "asus-rog-strix-g16-g614ph-rv033ws-abhinavflac-397", + "base_model_slug": "asus-rog-strix-g16-g614ph-rv033ws", + "name": "Asus ROG Strix G16 G614PH-RV033WS Gaming", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1687, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 9 8940HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 397 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.997965", + "updated_at": "2026-07-08T02:20:50.997965", + "url": "/v1/laptops/asus-rog-strix-g16-g614ph-rv033ws-abhinavflac-397" +} diff --git a/site/public/v1/laptops/asus-rog-strix-g16-g614pm-s5046ws-abhinavflac-429/index.json b/site/public/v1/laptops/asus-rog-strix-g16-g614pm-s5046ws-abhinavflac-429/index.json new file mode 100644 index 000000000000..cbdcd9d64859 --- /dev/null +++ b/site/public/v1/laptops/asus-rog-strix-g16-g614pm-s5046ws-abhinavflac-429/index.json @@ -0,0 +1,42 @@ +{ + "id": 252, + "slug": "asus-rog-strix-g16-g614pm-s5046ws-abhinavflac-429", + "base_model_slug": "asus-rog-strix-g16-g614pm-s5046ws", + "name": "Asus ROG Strix G16 G614PM-S5046WS Gaming", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1988, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 9 8940HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 429 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.997965", + "updated_at": "2026-07-08T02:20:50.997965", + "url": "/v1/laptops/asus-rog-strix-g16-g614pm-s5046ws-abhinavflac-429" +} diff --git a/site/public/v1/laptops/asus-rog-strix-g16-g614pr-rv032ws-abhinavflac-502/index.json b/site/public/v1/laptops/asus-rog-strix-g16-g614pr-rv032ws-abhinavflac-502/index.json new file mode 100644 index 000000000000..030e8842ec2f --- /dev/null +++ b/site/public/v1/laptops/asus-rog-strix-g16-g614pr-rv032ws-abhinavflac-502/index.json @@ -0,0 +1,42 @@ +{ + "id": 253, + "slug": "asus-rog-strix-g16-g614pr-rv032ws-abhinavflac-502", + "base_model_slug": "asus-rog-strix-g16-g614pr-rv032ws", + "name": "Asus ROG Strix G16 G614PR-RV032WS Gaming", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2650, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 9 8940HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070 Ti", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 502 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.997965", + "updated_at": "2026-07-08T02:20:50.997965", + "url": "/v1/laptops/asus-rog-strix-g16-g614pr-rv032ws-abhinavflac-502" +} diff --git a/site/public/v1/laptops/asus-rog-strix-g16-g615lm-s5128ws-abhinavflac-424/index.json b/site/public/v1/laptops/asus-rog-strix-g16-g615lm-s5128ws-abhinavflac-424/index.json new file mode 100644 index 000000000000..fed7cd328317 --- /dev/null +++ b/site/public/v1/laptops/asus-rog-strix-g16-g615lm-s5128ws-abhinavflac-424/index.json @@ -0,0 +1,42 @@ +{ + "id": 254, + "slug": "asus-rog-strix-g16-g615lm-s5128ws-abhinavflac-424", + "base_model_slug": "asus-rog-strix-g16-g615lm-s5128ws", + "name": "Asus ROG Strix G16 G615LM-S5128WS Gaming", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2229, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 424 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.997965", + "updated_at": "2026-07-08T02:20:50.997965", + "url": "/v1/laptops/asus-rog-strix-g16-g615lm-s5128ws-abhinavflac-424" +} diff --git a/site/public/v1/laptops/asus-rog-strix-g16-g615lp-s5022ws-abhinavflac-428/index.json b/site/public/v1/laptops/asus-rog-strix-g16-g615lp-s5022ws-abhinavflac-428/index.json new file mode 100644 index 000000000000..551363ee2db4 --- /dev/null +++ b/site/public/v1/laptops/asus-rog-strix-g16-g615lp-s5022ws-abhinavflac-428/index.json @@ -0,0 +1,42 @@ +{ + "id": 255, + "slug": "asus-rog-strix-g16-g615lp-s5022ws-abhinavflac-428", + "base_model_slug": "asus-rog-strix-g16-g615lp-s5022ws", + "name": "Asus ROG Strix G16 G615LP-S5022WS Gaming", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2530, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 428 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.997965", + "updated_at": "2026-07-08T02:20:50.997965", + "url": "/v1/laptops/asus-rog-strix-g16-g615lp-s5022ws-abhinavflac-428" +} diff --git a/site/public/v1/laptops/asus-rog-strix-g16-g615lr-s5190ws-abhinavflac-503/index.json b/site/public/v1/laptops/asus-rog-strix-g16-g615lr-s5190ws-abhinavflac-503/index.json new file mode 100644 index 000000000000..1ea5dc1c81b8 --- /dev/null +++ b/site/public/v1/laptops/asus-rog-strix-g16-g615lr-s5190ws-abhinavflac-503/index.json @@ -0,0 +1,42 @@ +{ + "id": 256, + "slug": "asus-rog-strix-g16-g615lr-s5190ws-abhinavflac-503", + "base_model_slug": "asus-rog-strix-g16-g615lr-s5190ws", + "name": "Asus ROG Strix G16 G615LR-S5190WS Gaming", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 3012, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070 Ti", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 503 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.997965", + "updated_at": "2026-07-08T02:20:50.997965", + "url": "/v1/laptops/asus-rog-strix-g16-g615lr-s5190ws-abhinavflac-503" +} diff --git a/site/public/v1/laptops/asus-rog-strix-g16-g615lw-rv148ws-abhinavflac-407/index.json b/site/public/v1/laptops/asus-rog-strix-g16-g615lw-rv148ws-abhinavflac-407/index.json new file mode 100644 index 000000000000..2248682b82dc --- /dev/null +++ b/site/public/v1/laptops/asus-rog-strix-g16-g615lw-rv148ws-abhinavflac-407/index.json @@ -0,0 +1,42 @@ +{ + "id": 257, + "slug": "asus-rog-strix-g16-g615lw-rv148ws-abhinavflac-407", + "base_model_slug": "asus-rog-strix-g16-g615lw-rv148ws", + "name": "Asus ROG Strix G16 G615LW-RV148WS Gaming", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 3614, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5080", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 407 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.997965", + "updated_at": "2026-07-08T02:20:50.997965", + "url": "/v1/laptops/asus-rog-strix-g16-g615lw-rv148ws-abhinavflac-407" +} diff --git a/site/public/v1/laptops/asus-rog-strix-scar-16-abhinavflac-507/index.json b/site/public/v1/laptops/asus-rog-strix-scar-16-abhinavflac-507/index.json new file mode 100644 index 000000000000..5fb48c53e549 --- /dev/null +++ b/site/public/v1/laptops/asus-rog-strix-scar-16-abhinavflac-507/index.json @@ -0,0 +1,42 @@ +{ + "id": 258, + "slug": "asus-rog-strix-scar-16-abhinavflac-507", + "base_model_slug": "asus-rog-strix-scar-16", + "name": "Asus ROG Strix SCAR 16 2025 G635LW-RW157WS Gaming", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 4336, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5080", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 2048, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 507 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.997965", + "updated_at": "2026-07-08T02:20:50.997965", + "url": "/v1/laptops/asus-rog-strix-scar-16-abhinavflac-507" +} diff --git a/site/public/v1/laptops/asus-rog-strix-scar-16-abhinavflac-712/index.json b/site/public/v1/laptops/asus-rog-strix-scar-16-abhinavflac-712/index.json new file mode 100644 index 000000000000..54576d0552e7 --- /dev/null +++ b/site/public/v1/laptops/asus-rog-strix-scar-16-abhinavflac-712/index.json @@ -0,0 +1,42 @@ +{ + "id": 259, + "slug": "asus-rog-strix-scar-16-abhinavflac-712", + "base_model_slug": "asus-rog-strix-scar-16", + "name": "Asus ROG Strix SCAR 16 (2025) G635LX-RW158WS Gaming", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 5120, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5090", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 2048, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 712 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.997965", + "updated_at": "2026-07-08T02:20:50.997965", + "url": "/v1/laptops/asus-rog-strix-scar-16-abhinavflac-712" +} diff --git a/site/public/v1/laptops/asus-rog-strix-scar-18-abhinavflac-506/index.json b/site/public/v1/laptops/asus-rog-strix-scar-18-abhinavflac-506/index.json new file mode 100644 index 000000000000..a41efe82bbcb --- /dev/null +++ b/site/public/v1/laptops/asus-rog-strix-scar-18-abhinavflac-506/index.json @@ -0,0 +1,42 @@ +{ + "id": 260, + "slug": "asus-rog-strix-scar-18-abhinavflac-506", + "base_model_slug": "asus-rog-strix-scar-18", + "name": "Asus ROG Strix SCAR 18 2025 G835LX-SA187WS Gaming", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 5422, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5090", + "gpu_type": "Dedicated", + "ram_gb": 64, + "storage_gb": 2048, + "display": { + "size_inch": 18.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 506 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.997965", + "updated_at": "2026-07-08T02:20:50.997965", + "url": "/v1/laptops/asus-rog-strix-scar-18-abhinavflac-506" +} diff --git a/site/public/v1/laptops/asus-rog-zephyrus-g14-2025-abhinavflac-427/index.json b/site/public/v1/laptops/asus-rog-zephyrus-g14-2025-abhinavflac-427/index.json new file mode 100644 index 000000000000..f6a569de5b5e --- /dev/null +++ b/site/public/v1/laptops/asus-rog-zephyrus-g14-2025-abhinavflac-427/index.json @@ -0,0 +1,42 @@ +{ + "id": 158, + "slug": "asus-rog-zephyrus-g14-2025-abhinavflac-427", + "base_model_slug": "asus-rog-zephyrus-g14-2025", + "name": "Asus ROG Zephyrus G14 (2025) GA403UM-QS007WS Gaming", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 2169, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 9 270", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 427 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.990965", + "updated_at": "2026-07-08T02:20:50.990965", + "url": "/v1/laptops/asus-rog-zephyrus-g14-2025-abhinavflac-427" +} diff --git a/site/public/v1/laptops/asus-rog-zephyrus-g14-ga403wr-qs123ws-abhinavflac-500/index.json b/site/public/v1/laptops/asus-rog-zephyrus-g14-ga403wr-qs123ws-abhinavflac-500/index.json new file mode 100644 index 000000000000..629f0e97d0ee --- /dev/null +++ b/site/public/v1/laptops/asus-rog-zephyrus-g14-ga403wr-qs123ws-abhinavflac-500/index.json @@ -0,0 +1,42 @@ +{ + "id": 126, + "slug": "asus-rog-zephyrus-g14-ga403wr-qs123ws-abhinavflac-500", + "base_model_slug": "asus-rog-zephyrus-g14-ga403wr-qs123ws", + "name": "Asus ROG Zephyrus G14 GA403WR-QS123WS Gaming", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2019-01-01", + "msrp_usd": 3313, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen Ai 9 370", + "gpu_name": "NVIDIA GeForce RTX RTX 5070 Ti", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 2048, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 500 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.987965", + "updated_at": "2026-07-08T02:20:50.987965", + "url": "/v1/laptops/asus-rog-zephyrus-g14-ga403wr-qs123ws-abhinavflac-500" +} diff --git a/site/public/v1/laptops/asus-rog-zephyrus-g16-gu605cw-qr133ws-abhinavflac-505/index.json b/site/public/v1/laptops/asus-rog-zephyrus-g16-gu605cw-qr133ws-abhinavflac-505/index.json new file mode 100644 index 000000000000..eb0631b6d257 --- /dev/null +++ b/site/public/v1/laptops/asus-rog-zephyrus-g16-gu605cw-qr133ws-abhinavflac-505/index.json @@ -0,0 +1,42 @@ +{ + "id": 261, + "slug": "asus-rog-zephyrus-g16-gu605cw-qr133ws-abhinavflac-505", + "base_model_slug": "asus-rog-zephyrus-g16-gu605cw-qr133ws", + "name": "Asus ROG Zephyrus G16 GU605CW-QR133WS Gaming", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 4217, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 285H", + "gpu_name": "NVIDIA GeForce RTX RTX 5080", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 2048, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 505 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.997965", + "updated_at": "2026-07-08T02:20:50.997965", + "url": "/v1/laptops/asus-rog-zephyrus-g16-gu605cw-qr133ws-abhinavflac-505" +} diff --git a/site/public/v1/laptops/asus-rog-zephyrus-g16-oled-abhinavflac-856/index.json b/site/public/v1/laptops/asus-rog-zephyrus-g16-oled-abhinavflac-856/index.json new file mode 100644 index 000000000000..1df5df129c82 --- /dev/null +++ b/site/public/v1/laptops/asus-rog-zephyrus-g16-oled-abhinavflac-856/index.json @@ -0,0 +1,42 @@ +{ + "id": 127, + "slug": "asus-rog-zephyrus-g16-oled-abhinavflac-856", + "base_model_slug": "asus-rog-zephyrus-g16-oled", + "name": "Asus ROG Zephyrus G16 OLED GA605WI-QR067WS Gaming", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2019-01-01", + "msrp_usd": 2747, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen Ai 9 370", + "gpu_name": "NVIDIA GeForce RTX RTX 4070", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 2048, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 856 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.987965", + "updated_at": "2026-07-08T02:20:50.987965", + "url": "/v1/laptops/asus-rog-zephyrus-g16-oled-abhinavflac-856" +} diff --git a/site/public/v1/laptops/asus-tuf-gaming-a14-fa401wv-rg475ws-abhinavflac-613/index.json b/site/public/v1/laptops/asus-tuf-gaming-a14-fa401wv-rg475ws-abhinavflac-613/index.json new file mode 100644 index 000000000000..b077de5c2c48 --- /dev/null +++ b/site/public/v1/laptops/asus-tuf-gaming-a14-fa401wv-rg475ws-abhinavflac-613/index.json @@ -0,0 +1,42 @@ +{ + "id": 262, + "slug": "asus-tuf-gaming-a14-fa401wv-rg475ws-abhinavflac-613", + "base_model_slug": "asus-tuf-gaming-a14-fa401wv-rg475ws", + "name": "Asus TUF Gaming A14 FA401WV-RG475WS Gaming", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1807, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen Ai 9 HX370", + "gpu_name": "NVIDIA GeForce RTX RTX 4060", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 613 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.997965", + "updated_at": "2026-07-08T02:20:50.997965", + "url": "/v1/laptops/asus-tuf-gaming-a14-fa401wv-rg475ws-abhinavflac-613" +} diff --git a/site/public/v1/laptops/asus-tuf-gaming-a15-2024-abhinavflac-850/index.json b/site/public/v1/laptops/asus-tuf-gaming-a15-2024-abhinavflac-850/index.json new file mode 100644 index 000000000000..32d9737b56c8 --- /dev/null +++ b/site/public/v1/laptops/asus-tuf-gaming-a15-2024-abhinavflac-850/index.json @@ -0,0 +1,42 @@ +{ + "id": 263, + "slug": "asus-tuf-gaming-a15-2024-abhinavflac-850", + "base_model_slug": "asus-tuf-gaming-a15-2024", + "name": "Asus TUF Gaming A15 2024 FA507UV-LP137WS Gaming", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1325, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 9 8945H", + "gpu_name": "NVIDIA GeForce RTX RTX 4060", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 850 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.998966", + "updated_at": "2026-07-08T02:20:50.998966", + "url": "/v1/laptops/asus-tuf-gaming-a15-2024-abhinavflac-850" +} diff --git a/site/public/v1/laptops/asus-tuf-gaming-a15-fa506nc-hn083w-abhinavflac-985/index.json b/site/public/v1/laptops/asus-tuf-gaming-a15-fa506nc-hn083w-abhinavflac-985/index.json new file mode 100644 index 000000000000..e252e6f89924 --- /dev/null +++ b/site/public/v1/laptops/asus-tuf-gaming-a15-fa506nc-hn083w-abhinavflac-985/index.json @@ -0,0 +1,42 @@ +{ + "id": 159, + "slug": "asus-tuf-gaming-a15-fa506nc-hn083w-abhinavflac-985", + "base_model_slug": "asus-tuf-gaming-a15-fa506nc-hn083w", + "name": "Asus TUF Gaming A15 FA506NC-HN083W", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 699, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 7535HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 985 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.990965", + "updated_at": "2026-07-08T02:20:50.990965", + "url": "/v1/laptops/asus-tuf-gaming-a15-fa506nc-hn083w-abhinavflac-985" +} diff --git a/site/public/v1/laptops/asus-tuf-gaming-a15-fa506ncg-hn199w-abhinavflac-214/index.json b/site/public/v1/laptops/asus-tuf-gaming-a15-fa506ncg-hn199w-abhinavflac-214/index.json new file mode 100644 index 000000000000..ce5e8d797711 --- /dev/null +++ b/site/public/v1/laptops/asus-tuf-gaming-a15-fa506ncg-hn199w-abhinavflac-214/index.json @@ -0,0 +1,42 @@ +{ + "id": 160, + "slug": "asus-tuf-gaming-a15-fa506ncg-hn199w-abhinavflac-214", + "base_model_slug": "asus-tuf-gaming-a15-fa506ncg-hn199w", + "name": "Asus TUF Gaming A15 FA506NCG-HN199W", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 831, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7445HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 214 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.990965", + "updated_at": "2026-07-08T02:20:50.990965", + "url": "/v1/laptops/asus-tuf-gaming-a15-fa506ncg-hn199w-abhinavflac-214" +} diff --git a/site/public/v1/laptops/asus-tuf-gaming-a15-fa506ncg-hn200ws-abhinavflac-135/index.json b/site/public/v1/laptops/asus-tuf-gaming-a15-fa506ncg-hn200ws-abhinavflac-135/index.json new file mode 100644 index 000000000000..25bcfdb2620f --- /dev/null +++ b/site/public/v1/laptops/asus-tuf-gaming-a15-fa506ncg-hn200ws-abhinavflac-135/index.json @@ -0,0 +1,42 @@ +{ + "id": 161, + "slug": "asus-tuf-gaming-a15-fa506ncg-hn200ws-abhinavflac-135", + "base_model_slug": "asus-tuf-gaming-a15-fa506ncg-hn200ws", + "name": "Asus TUF Gaming A15 FA506NCG-HN200WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 854, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7445HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 135 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.990965", + "updated_at": "2026-07-08T02:20:50.990965", + "url": "/v1/laptops/asus-tuf-gaming-a15-fa506ncg-hn200ws-abhinavflac-135" +} diff --git a/site/public/v1/laptops/asus-tuf-gaming-a15-fa506ncg-hn251ws-abhinavflac-278/index.json b/site/public/v1/laptops/asus-tuf-gaming-a15-fa506ncg-hn251ws-abhinavflac-278/index.json new file mode 100644 index 000000000000..f2b3f69352b6 --- /dev/null +++ b/site/public/v1/laptops/asus-tuf-gaming-a15-fa506ncg-hn251ws-abhinavflac-278/index.json @@ -0,0 +1,42 @@ +{ + "id": 162, + "slug": "asus-tuf-gaming-a15-fa506ncg-hn251ws-abhinavflac-278", + "base_model_slug": "asus-tuf-gaming-a15-fa506ncg-hn251ws", + "name": "Asus TUF Gaming A15 FA506NCG-HN251WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 916, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7445HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 278 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.990965", + "updated_at": "2026-07-08T02:20:50.990965", + "url": "/v1/laptops/asus-tuf-gaming-a15-fa506ncg-hn251ws-abhinavflac-278" +} diff --git a/site/public/v1/laptops/asus-tuf-gaming-a15-fa506ncr-hn054w-abhinavflac-980/index.json b/site/public/v1/laptops/asus-tuf-gaming-a15-fa506ncr-hn054w-abhinavflac-980/index.json new file mode 100644 index 000000000000..8ad216da3b13 --- /dev/null +++ b/site/public/v1/laptops/asus-tuf-gaming-a15-fa506ncr-hn054w-abhinavflac-980/index.json @@ -0,0 +1,42 @@ +{ + "id": 163, + "slug": "asus-tuf-gaming-a15-fa506ncr-hn054w-abhinavflac-980", + "base_model_slug": "asus-tuf-gaming-a15-fa506ncr-hn054w", + "name": "Asus TUF Gaming A15 FA506NCR-HN054W", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 795, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7435HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 980 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.990965", + "updated_at": "2026-07-08T02:20:50.990965", + "url": "/v1/laptops/asus-tuf-gaming-a15-fa506ncr-hn054w-abhinavflac-980" +} diff --git a/site/public/v1/laptops/asus-tuf-gaming-a15-fa506ncr-hn075ws-abhinavflac-897/index.json b/site/public/v1/laptops/asus-tuf-gaming-a15-fa506ncr-hn075ws-abhinavflac-897/index.json new file mode 100644 index 000000000000..ae13d6ccb835 --- /dev/null +++ b/site/public/v1/laptops/asus-tuf-gaming-a15-fa506ncr-hn075ws-abhinavflac-897/index.json @@ -0,0 +1,42 @@ +{ + "id": 164, + "slug": "asus-tuf-gaming-a15-fa506ncr-hn075ws-abhinavflac-897", + "base_model_slug": "asus-tuf-gaming-a15-fa506ncr-hn075ws", + "name": "Asus TUF Gaming A15 FA506NCR-HN075WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 819, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7435HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 897 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.990965", + "updated_at": "2026-07-08T02:20:50.990965", + "url": "/v1/laptops/asus-tuf-gaming-a15-fa506ncr-hn075ws-abhinavflac-897" +} diff --git a/site/public/v1/laptops/asus-tuf-gaming-a15-fa506ncr-hn275ws-abhinavflac-425/index.json b/site/public/v1/laptops/asus-tuf-gaming-a15-fa506ncr-hn275ws-abhinavflac-425/index.json new file mode 100644 index 000000000000..bf97b0094210 --- /dev/null +++ b/site/public/v1/laptops/asus-tuf-gaming-a15-fa506ncr-hn275ws-abhinavflac-425/index.json @@ -0,0 +1,42 @@ +{ + "id": 165, + "slug": "asus-tuf-gaming-a15-fa506ncr-hn275ws-abhinavflac-425", + "base_model_slug": "asus-tuf-gaming-a15-fa506ncr-hn275ws", + "name": "Asus TUF Gaming A15 FA506NCR-HN275WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 819, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7435HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 425 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.990965", + "updated_at": "2026-07-08T02:20:50.990965", + "url": "/v1/laptops/asus-tuf-gaming-a15-fa506ncr-hn275ws-abhinavflac-425" +} diff --git a/site/public/v1/laptops/asus-tuf-gaming-a15-fa507nur-lp082w-abhinavflac-870/index.json b/site/public/v1/laptops/asus-tuf-gaming-a15-fa507nur-lp082w-abhinavflac-870/index.json new file mode 100644 index 000000000000..67fb43e93238 --- /dev/null +++ b/site/public/v1/laptops/asus-tuf-gaming-a15-fa507nur-lp082w-abhinavflac-870/index.json @@ -0,0 +1,42 @@ +{ + "id": 166, + "slug": "asus-tuf-gaming-a15-fa507nur-lp082w-abhinavflac-870", + "base_model_slug": "asus-tuf-gaming-a15-fa507nur-lp082w", + "name": "Asus TUF Gaming A15 FA507NUR-LP082W Gaming", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1010, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7435HS", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 870 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.990965", + "updated_at": "2026-07-08T02:20:50.990965", + "url": "/v1/laptops/asus-tuf-gaming-a15-fa507nur-lp082w-abhinavflac-870" +} diff --git a/site/public/v1/laptops/asus-tuf-gaming-a15-fa566nc-hn083ws-abhinavflac-932/index.json b/site/public/v1/laptops/asus-tuf-gaming-a15-fa566nc-hn083ws-abhinavflac-932/index.json new file mode 100644 index 000000000000..4a55da7f3abb --- /dev/null +++ b/site/public/v1/laptops/asus-tuf-gaming-a15-fa566nc-hn083ws-abhinavflac-932/index.json @@ -0,0 +1,42 @@ +{ + "id": 167, + "slug": "asus-tuf-gaming-a15-fa566nc-hn083ws-abhinavflac-932", + "base_model_slug": "asus-tuf-gaming-a15-fa566nc-hn083ws", + "name": "Asus TUF Gaming A15 FA566NC-HN083WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 840, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 7535HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 932 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.990965", + "updated_at": "2026-07-08T02:20:50.990965", + "url": "/v1/laptops/asus-tuf-gaming-a15-fa566nc-hn083ws-abhinavflac-932" +} diff --git a/site/public/v1/laptops/asus-tuf-gaming-a15-fa566ncr-hn054ws-abhinavflac-829/index.json b/site/public/v1/laptops/asus-tuf-gaming-a15-fa566ncr-hn054ws-abhinavflac-829/index.json new file mode 100644 index 000000000000..ca17f37583b9 --- /dev/null +++ b/site/public/v1/laptops/asus-tuf-gaming-a15-fa566ncr-hn054ws-abhinavflac-829/index.json @@ -0,0 +1,42 @@ +{ + "id": 168, + "slug": "asus-tuf-gaming-a15-fa566ncr-hn054ws-abhinavflac-829", + "base_model_slug": "asus-tuf-gaming-a15-fa566ncr-hn054ws", + "name": "Asus TUF Gaming A15 FA566NCR-HN054WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 849, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7435HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 829 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.990965", + "updated_at": "2026-07-08T02:20:50.990965", + "url": "/v1/laptops/asus-tuf-gaming-a15-fa566ncr-hn054ws-abhinavflac-829" +} diff --git a/site/public/v1/laptops/asus-tuf-gaming-a15-fa566ncr-hn075w-abhinavflac-921/index.json b/site/public/v1/laptops/asus-tuf-gaming-a15-fa566ncr-hn075w-abhinavflac-921/index.json new file mode 100644 index 000000000000..7fac7b68cabb --- /dev/null +++ b/site/public/v1/laptops/asus-tuf-gaming-a15-fa566ncr-hn075w-abhinavflac-921/index.json @@ -0,0 +1,42 @@ +{ + "id": 169, + "slug": "asus-tuf-gaming-a15-fa566ncr-hn075w-abhinavflac-921", + "base_model_slug": "asus-tuf-gaming-a15-fa566ncr-hn075w", + "name": "Asus TUF Gaming A15 FA566NCR-HN075W", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 795, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7435HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 921 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.990965", + "updated_at": "2026-07-08T02:20:50.991966", + "url": "/v1/laptops/asus-tuf-gaming-a15-fa566ncr-hn075w-abhinavflac-921" +} diff --git a/site/public/v1/laptops/asus-tuf-gaming-a15-fa566ncr-hn117w-abhinavflac-521/index.json b/site/public/v1/laptops/asus-tuf-gaming-a15-fa566ncr-hn117w-abhinavflac-521/index.json new file mode 100644 index 000000000000..1168b08b37d3 --- /dev/null +++ b/site/public/v1/laptops/asus-tuf-gaming-a15-fa566ncr-hn117w-abhinavflac-521/index.json @@ -0,0 +1,42 @@ +{ + "id": 170, + "slug": "asus-tuf-gaming-a15-fa566ncr-hn117w-abhinavflac-521", + "base_model_slug": "asus-tuf-gaming-a15-fa566ncr-hn117w", + "name": "Asus TUF Gaming A15 FA566NCR-HN117W", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 855, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7435HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 521 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.991966", + "updated_at": "2026-07-08T02:20:50.991966", + "url": "/v1/laptops/asus-tuf-gaming-a15-fa566ncr-hn117w-abhinavflac-521" +} diff --git a/site/public/v1/laptops/asus-tuf-gaming-a15-fa566ncr-hn254ws-abhinavflac-610/index.json b/site/public/v1/laptops/asus-tuf-gaming-a15-fa566ncr-hn254ws-abhinavflac-610/index.json new file mode 100644 index 000000000000..be10b6ebd89a --- /dev/null +++ b/site/public/v1/laptops/asus-tuf-gaming-a15-fa566ncr-hn254ws-abhinavflac-610/index.json @@ -0,0 +1,42 @@ +{ + "id": 171, + "slug": "asus-tuf-gaming-a15-fa566ncr-hn254ws-abhinavflac-610", + "base_model_slug": "asus-tuf-gaming-a15-fa566ncr-hn254ws", + "name": "Asus TUF Gaming A15 FA566NCR-HN254WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 812, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7435HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 610 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.991966", + "updated_at": "2026-07-08T02:20:50.991966", + "url": "/v1/laptops/asus-tuf-gaming-a15-fa566ncr-hn254ws-abhinavflac-610" +} diff --git a/site/public/v1/laptops/asus-tuf-gaming-a15-fa566nfr-hn045ws-abhinavflac-839/index.json b/site/public/v1/laptops/asus-tuf-gaming-a15-fa566nfr-hn045ws-abhinavflac-839/index.json new file mode 100644 index 000000000000..679acf18b253 --- /dev/null +++ b/site/public/v1/laptops/asus-tuf-gaming-a15-fa566nfr-hn045ws-abhinavflac-839/index.json @@ -0,0 +1,42 @@ +{ + "id": 172, + "slug": "asus-tuf-gaming-a15-fa566nfr-hn045ws-abhinavflac-839", + "base_model_slug": "asus-tuf-gaming-a15-fa566nfr-hn045ws", + "name": "Asus TUF Gaming A15 FA566NFR-HN045WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 753, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7435HS", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 839 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.991966", + "updated_at": "2026-07-08T02:20:50.991966", + "url": "/v1/laptops/asus-tuf-gaming-a15-fa566nfr-hn045ws-abhinavflac-839" +} diff --git a/site/public/v1/laptops/asus-tuf-gaming-a15-fa566nfr-hn259w-abhinavflac-926/index.json b/site/public/v1/laptops/asus-tuf-gaming-a15-fa566nfr-hn259w-abhinavflac-926/index.json new file mode 100644 index 000000000000..ee6f6e4322ea --- /dev/null +++ b/site/public/v1/laptops/asus-tuf-gaming-a15-fa566nfr-hn259w-abhinavflac-926/index.json @@ -0,0 +1,42 @@ +{ + "id": 173, + "slug": "asus-tuf-gaming-a15-fa566nfr-hn259w-abhinavflac-926", + "base_model_slug": "asus-tuf-gaming-a15-fa566nfr-hn259w", + "name": "Asus TUF Gaming A15 FA566NFR-HN259W", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 735, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7435HS", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 926 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.991966", + "updated_at": "2026-07-08T02:20:50.991966", + "url": "/v1/laptops/asus-tuf-gaming-a15-fa566nfr-hn259w-abhinavflac-926" +} diff --git a/site/public/v1/laptops/asus-tuf-gaming-a15-fa566nfr-hn260w-abhinavflac-927/index.json b/site/public/v1/laptops/asus-tuf-gaming-a15-fa566nfr-hn260w-abhinavflac-927/index.json new file mode 100644 index 000000000000..dcc2c9ed036c --- /dev/null +++ b/site/public/v1/laptops/asus-tuf-gaming-a15-fa566nfr-hn260w-abhinavflac-927/index.json @@ -0,0 +1,42 @@ +{ + "id": 174, + "slug": "asus-tuf-gaming-a15-fa566nfr-hn260w-abhinavflac-927", + "base_model_slug": "asus-tuf-gaming-a15-fa566nfr-hn260w", + "name": "Asus TUF Gaming A15 FA566NFR-HN260W", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 721, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7435HS", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 927 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.991966", + "updated_at": "2026-07-08T02:20:50.991966", + "url": "/v1/laptops/asus-tuf-gaming-a15-fa566nfr-hn260w-abhinavflac-927" +} diff --git a/site/public/v1/laptops/asus-tuf-gaming-a16-2025-abhinavflac-131/index.json b/site/public/v1/laptops/asus-tuf-gaming-a16-2025-abhinavflac-131/index.json new file mode 100644 index 000000000000..8f92d5a4b133 --- /dev/null +++ b/site/public/v1/laptops/asus-tuf-gaming-a16-2025-abhinavflac-131/index.json @@ -0,0 +1,42 @@ +{ + "id": 175, + "slug": "asus-tuf-gaming-a16-2025-abhinavflac-131", + "base_model_slug": "asus-tuf-gaming-a16-2025", + "name": "Asus TUF Gaming A16 2025 FA607NUG-RL191WS Gaming", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1181, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7445HS", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 131 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.991966", + "updated_at": "2026-07-08T02:20:50.991966", + "url": "/v1/laptops/asus-tuf-gaming-a16-2025-abhinavflac-131" +} diff --git a/site/public/v1/laptops/asus-tuf-gaming-a16-fa607nug-rl189ws-abhinavflac-240/index.json b/site/public/v1/laptops/asus-tuf-gaming-a16-fa607nug-rl189ws-abhinavflac-240/index.json new file mode 100644 index 000000000000..db7a2b0f7b14 --- /dev/null +++ b/site/public/v1/laptops/asus-tuf-gaming-a16-fa607nug-rl189ws-abhinavflac-240/index.json @@ -0,0 +1,42 @@ +{ + "id": 176, + "slug": "asus-tuf-gaming-a16-fa607nug-rl189ws-abhinavflac-240", + "base_model_slug": "asus-tuf-gaming-a16-fa607nug-rl189ws", + "name": "Asus TUF Gaming A16 FA607NUG-RL189WS Gaming", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1084, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7445HS", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 240 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.991966", + "updated_at": "2026-07-08T02:20:50.991966", + "url": "/v1/laptops/asus-tuf-gaming-a16-fa607nug-rl189ws-abhinavflac-240" +} diff --git a/site/public/v1/laptops/asus-tuf-gaming-a16-fa608pp-qt014ws-abhinavflac-430/index.json b/site/public/v1/laptops/asus-tuf-gaming-a16-fa608pp-qt014ws-abhinavflac-430/index.json new file mode 100644 index 000000000000..1e1df9de7107 --- /dev/null +++ b/site/public/v1/laptops/asus-tuf-gaming-a16-fa608pp-qt014ws-abhinavflac-430/index.json @@ -0,0 +1,42 @@ +{ + "id": 264, + "slug": "asus-tuf-gaming-a16-fa608pp-qt014ws-abhinavflac-430", + "base_model_slug": "asus-tuf-gaming-a16-fa608pp-qt014ws", + "name": "Asus TUF Gaming A16 FA608PP-QT014WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1928, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 9 8940HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 430 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.998966", + "updated_at": "2026-07-08T02:20:50.998966", + "url": "/v1/laptops/asus-tuf-gaming-a16-fa608pp-qt014ws-abhinavflac-430" +} diff --git a/site/public/v1/laptops/asus-tuf-gaming-f15-fx507vu-lp210w-abhinavflac-978/index.json b/site/public/v1/laptops/asus-tuf-gaming-f15-fx507vu-lp210w-abhinavflac-978/index.json new file mode 100644 index 000000000000..073ed1488ef1 --- /dev/null +++ b/site/public/v1/laptops/asus-tuf-gaming-f15-fx507vu-lp210w-abhinavflac-978/index.json @@ -0,0 +1,42 @@ +{ + "id": 177, + "slug": "asus-tuf-gaming-f15-fx507vu-lp210w-abhinavflac-978", + "base_model_slug": "asus-tuf-gaming-f15-fx507vu-lp210w", + "name": "Asus TUF Gaming F15 FX507VU-LP210W Gaming", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1120, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 978 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.991966", + "updated_at": "2026-07-08T02:20:50.991966", + "url": "/v1/laptops/asus-tuf-gaming-f15-fx507vu-lp210w-abhinavflac-978" +} diff --git a/site/public/v1/laptops/asus-tuf-gaming-f15-fx577zc-hn193w-abhinavflac-924/index.json b/site/public/v1/laptops/asus-tuf-gaming-f15-fx577zc-hn193w-abhinavflac-924/index.json new file mode 100644 index 000000000000..a5015aa1cc77 --- /dev/null +++ b/site/public/v1/laptops/asus-tuf-gaming-f15-fx577zc-hn193w-abhinavflac-924/index.json @@ -0,0 +1,42 @@ +{ + "id": 137, + "slug": "asus-tuf-gaming-f15-fx577zc-hn193w-abhinavflac-924", + "base_model_slug": "asus-tuf-gaming-f15-fx577zc-hn193w", + "name": "Asus TUF Gaming F15 FX577ZC-HN193W Gaming", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 976, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 12700H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 924 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.988965", + "updated_at": "2026-07-08T02:20:50.988965", + "url": "/v1/laptops/asus-tuf-gaming-f15-fx577zc-hn193w-abhinavflac-924" +} diff --git a/site/public/v1/laptops/asus-tuf-gaming-f16-fx607vb-rl076ws-abhinavflac-612/index.json b/site/public/v1/laptops/asus-tuf-gaming-f16-fx607vb-rl076ws-abhinavflac-612/index.json new file mode 100644 index 000000000000..0abf736141a8 --- /dev/null +++ b/site/public/v1/laptops/asus-tuf-gaming-f16-fx607vb-rl076ws-abhinavflac-612/index.json @@ -0,0 +1,42 @@ +{ + "id": 265, + "slug": "asus-tuf-gaming-f16-fx607vb-rl076ws-abhinavflac-612", + "base_model_slug": "asus-tuf-gaming-f16-fx607vb-rl076ws", + "name": "Asus TUF Gaming F16 FX607VB-RL076WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 855, + "device_category": "Gaming", + "cpu_name": "Intel Core 5 210H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050A", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 612 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.998966", + "updated_at": "2026-07-08T02:20:50.998966", + "url": "/v1/laptops/asus-tuf-gaming-f16-fx607vb-rl076ws-abhinavflac-612" +} diff --git a/site/public/v1/laptops/asus-tuf-gaming-f16-fx607vb-rl087ws-abhinavflac-611/index.json b/site/public/v1/laptops/asus-tuf-gaming-f16-fx607vb-rl087ws-abhinavflac-611/index.json new file mode 100644 index 000000000000..e4bc9836a34a --- /dev/null +++ b/site/public/v1/laptops/asus-tuf-gaming-f16-fx607vb-rl087ws-abhinavflac-611/index.json @@ -0,0 +1,42 @@ +{ + "id": 266, + "slug": "asus-tuf-gaming-f16-fx607vb-rl087ws-abhinavflac-611", + "base_model_slug": "asus-tuf-gaming-f16-fx607vb-rl087ws", + "name": "Asus TUF Gaming F16 FX607VB-RL087WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 855, + "device_category": "Gaming", + "cpu_name": "Intel Core 5 210H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050A", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 611 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.998966", + "updated_at": "2026-07-08T02:20:50.998966", + "url": "/v1/laptops/asus-tuf-gaming-f16-fx607vb-rl087ws-abhinavflac-611" +} diff --git a/site/public/v1/laptops/asus-tuf-gaming-f16-fx608jh-rv057ws-abhinavflac-396/index.json b/site/public/v1/laptops/asus-tuf-gaming-f16-fx608jh-rv057ws-abhinavflac-396/index.json new file mode 100644 index 000000000000..e6e5c122d0b3 --- /dev/null +++ b/site/public/v1/laptops/asus-tuf-gaming-f16-fx608jh-rv057ws-abhinavflac-396/index.json @@ -0,0 +1,42 @@ +{ + "id": 178, + "slug": "asus-tuf-gaming-f16-fx608jh-rv057ws-abhinavflac-396", + "base_model_slug": "asus-tuf-gaming-f16-fx608jh-rv057ws", + "name": "Asus TUF Gaming F16 FX608JH-RV057WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1325, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 396 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.991966", + "updated_at": "2026-07-08T02:20:50.991966", + "url": "/v1/laptops/asus-tuf-gaming-f16-fx608jh-rv057ws-abhinavflac-396" +} diff --git a/site/public/v1/laptops/asus-tuf-gaming-f16-fx608jmr-rv049ws-abhinavflac-432/index.json b/site/public/v1/laptops/asus-tuf-gaming-f16-fx608jmr-rv049ws-abhinavflac-432/index.json new file mode 100644 index 000000000000..4e201bd8128a --- /dev/null +++ b/site/public/v1/laptops/asus-tuf-gaming-f16-fx608jmr-rv049ws-abhinavflac-432/index.json @@ -0,0 +1,42 @@ +{ + "id": 179, + "slug": "asus-tuf-gaming-f16-fx608jmr-rv049ws-abhinavflac-432", + "base_model_slug": "asus-tuf-gaming-f16-fx608jmr-rv049ws", + "name": "Asus TUF Gaming F16 FX608JMR-RV049WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1687, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 432 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.991966", + "updated_at": "2026-07-08T02:20:50.991966", + "url": "/v1/laptops/asus-tuf-gaming-f16-fx608jmr-rv049ws-abhinavflac-432" +} diff --git a/site/public/v1/laptops/asus-tuf-gaming-f16-fx677vb-rl097ws-abhinavflac-166/index.json b/site/public/v1/laptops/asus-tuf-gaming-f16-fx677vb-rl097ws-abhinavflac-166/index.json new file mode 100644 index 000000000000..0ee83a6d6bd8 --- /dev/null +++ b/site/public/v1/laptops/asus-tuf-gaming-f16-fx677vb-rl097ws-abhinavflac-166/index.json @@ -0,0 +1,42 @@ +{ + "id": 267, + "slug": "asus-tuf-gaming-f16-fx677vb-rl097ws-abhinavflac-166", + "base_model_slug": "asus-tuf-gaming-f16-fx677vb-rl097ws", + "name": "Asus TUF Gaming F16 FX677VB-RL097WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 961, + "device_category": "Gaming", + "cpu_name": "Intel Core 5 210H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050A", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 166 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.998966", + "updated_at": "2026-07-08T02:20:50.998966", + "url": "/v1/laptops/asus-tuf-gaming-f16-fx677vb-rl097ws-abhinavflac-166" +} diff --git a/site/public/v1/laptops/asus-tuf-gaming-f16-fx677vu-rl055ws-abhinavflac-426/index.json b/site/public/v1/laptops/asus-tuf-gaming-f16-fx677vu-rl055ws-abhinavflac-426/index.json new file mode 100644 index 000000000000..ff0d70f64418 --- /dev/null +++ b/site/public/v1/laptops/asus-tuf-gaming-f16-fx677vu-rl055ws-abhinavflac-426/index.json @@ -0,0 +1,42 @@ +{ + "id": 268, + "slug": "asus-tuf-gaming-f16-fx677vu-rl055ws-abhinavflac-426", + "base_model_slug": "asus-tuf-gaming-f16-fx677vu-rl055ws", + "name": "Asus TUF Gaming F16 FX677VU-RL055WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1048, + "device_category": "Gaming", + "cpu_name": "Intel Core 5 210H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 426 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.998966", + "updated_at": "2026-07-08T02:20:50.998966", + "url": "/v1/laptops/asus-tuf-gaming-f16-fx677vu-rl055ws-abhinavflac-426" +} diff --git a/site/public/v1/laptops/asus-tuf-gaming-f16-fx677vu-rl155ws-abhinavflac-525/index.json b/site/public/v1/laptops/asus-tuf-gaming-f16-fx677vu-rl155ws-abhinavflac-525/index.json new file mode 100644 index 000000000000..e455f46255b7 --- /dev/null +++ b/site/public/v1/laptops/asus-tuf-gaming-f16-fx677vu-rl155ws-abhinavflac-525/index.json @@ -0,0 +1,42 @@ +{ + "id": 180, + "slug": "asus-tuf-gaming-f16-fx677vu-rl155ws-abhinavflac-525", + "base_model_slug": "asus-tuf-gaming-f16-fx677vu-rl155ws", + "name": "Asus TUF Gaming F16 FX677VU-RL155WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1132, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 525 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.991966", + "updated_at": "2026-07-08T02:20:50.991966", + "url": "/v1/laptops/asus-tuf-gaming-f16-fx677vu-rl155ws-abhinavflac-525" +} diff --git a/site/public/v1/laptops/asus-tuf-gaming-f16-fx688jpr-qt043ws-abhinavflac-431/index.json b/site/public/v1/laptops/asus-tuf-gaming-f16-fx688jpr-qt043ws-abhinavflac-431/index.json new file mode 100644 index 000000000000..01c665a4d04e --- /dev/null +++ b/site/public/v1/laptops/asus-tuf-gaming-f16-fx688jpr-qt043ws-abhinavflac-431/index.json @@ -0,0 +1,42 @@ +{ + "id": 181, + "slug": "asus-tuf-gaming-f16-fx688jpr-qt043ws-abhinavflac-431", + "base_model_slug": "asus-tuf-gaming-f16-fx688jpr-qt043ws", + "name": "Asus TUF Gaming F16 FX688JPR-QT043WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 2048, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 431 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.991966", + "updated_at": "2026-07-08T02:20:50.991966", + "url": "/v1/laptops/asus-tuf-gaming-f16-fx688jpr-qt043ws-abhinavflac-431" +} diff --git a/site/public/v1/laptops/asus-vivobook-14-2025-s3407ca-ly057ws-abhinavflac-414/index.json b/site/public/v1/laptops/asus-vivobook-14-2025-s3407ca-ly057ws-abhinavflac-414/index.json new file mode 100644 index 000000000000..fba9dbe60c3d --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-14-2025-s3407ca-ly057ws-abhinavflac-414/index.json @@ -0,0 +1,42 @@ +{ + "id": 269, + "slug": "asus-vivobook-14-2025-s3407ca-ly057ws-abhinavflac-414", + "base_model_slug": "asus-vivobook-14-2025-s3407ca-ly057ws", + "name": "Asus Vivobook 14 2025 S3407CA-LY057WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 879, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 5 225H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 414 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.998966", + "updated_at": "2026-07-08T02:20:50.998966", + "url": "/v1/laptops/asus-vivobook-14-2025-s3407ca-ly057ws-abhinavflac-414" +} diff --git a/site/public/v1/laptops/asus-vivobook-14-2025-x1404va-eb321ws-abhinavflac-106/index.json b/site/public/v1/laptops/asus-vivobook-14-2025-x1404va-eb321ws-abhinavflac-106/index.json new file mode 100644 index 000000000000..8e25bbdac34f --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-14-2025-x1404va-eb321ws-abhinavflac-106/index.json @@ -0,0 +1,42 @@ +{ + "id": 182, + "slug": "asus-vivobook-14-2025-x1404va-eb321ws-abhinavflac-106", + "base_model_slug": "asus-vivobook-14-2025-x1404va-eb321ws", + "name": "Asus VivoBook 14 2025 X1404VA-EB321WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 422, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 106 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.991966", + "updated_at": "2026-07-08T02:20:50.991966", + "url": "/v1/laptops/asus-vivobook-14-2025-x1404va-eb321ws-abhinavflac-106" +} diff --git a/site/public/v1/laptops/asus-vivobook-14-2025-x1404vap-eb542ws-abhinavflac-254/index.json b/site/public/v1/laptops/asus-vivobook-14-2025-x1404vap-eb542ws-abhinavflac-254/index.json new file mode 100644 index 000000000000..49acf6895945 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-14-2025-x1404vap-eb542ws-abhinavflac-254/index.json @@ -0,0 +1,42 @@ +{ + "id": 270, + "slug": "asus-vivobook-14-2025-x1404vap-eb542ws-abhinavflac-254", + "base_model_slug": "asus-vivobook-14-2025-x1404vap-eb542ws", + "name": "Asus Vivobook 14 2025 X1404VAP-EB542WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 602, + "device_category": "Thin & Light", + "cpu_name": "Intel Core 5 120U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 254 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.998966", + "updated_at": "2026-07-08T02:20:50.998966", + "url": "/v1/laptops/asus-vivobook-14-2025-x1404vap-eb542ws-abhinavflac-254" +} diff --git a/site/public/v1/laptops/asus-vivobook-14-2025-x1407ca-ly102ws-abhinavflac-671/index.json b/site/public/v1/laptops/asus-vivobook-14-2025-x1407ca-ly102ws-abhinavflac-671/index.json new file mode 100644 index 000000000000..2ed93b99ecb1 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-14-2025-x1407ca-ly102ws-abhinavflac-671/index.json @@ -0,0 +1,42 @@ +{ + "id": 271, + "slug": "asus-vivobook-14-2025-x1407ca-ly102ws-abhinavflac-671", + "base_model_slug": "asus-vivobook-14-2025-x1407ca-ly102ws", + "name": "Asus Vivobook 14 2025 X1407CA-LY102WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 807, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 5 225H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 671 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.998966", + "updated_at": "2026-07-08T02:20:50.998966", + "url": "/v1/laptops/asus-vivobook-14-2025-x1407ca-ly102ws-abhinavflac-671" +} diff --git a/site/public/v1/laptops/asus-vivobook-14-2025-x1407ca-ly1581ws-abhinavflac-184/index.json b/site/public/v1/laptops/asus-vivobook-14-2025-x1407ca-ly1581ws-abhinavflac-184/index.json new file mode 100644 index 000000000000..e0dd15780232 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-14-2025-x1407ca-ly1581ws-abhinavflac-184/index.json @@ -0,0 +1,42 @@ +{ + "id": 272, + "slug": "asus-vivobook-14-2025-x1407ca-ly1581ws-abhinavflac-184", + "base_model_slug": "asus-vivobook-14-2025-x1407ca-ly1581ws", + "name": "Asus Vivobook 14 2025 X1407CA-LY1581WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 867, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 5 225H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 184 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.998966", + "updated_at": "2026-07-08T02:20:50.998966", + "url": "/v1/laptops/asus-vivobook-14-2025-x1407ca-ly1581ws-abhinavflac-184" +} diff --git a/site/public/v1/laptops/asus-vivobook-14-2025-x1504vap-bq541ws-abhinavflac-79/index.json b/site/public/v1/laptops/asus-vivobook-14-2025-x1504vap-bq541ws-abhinavflac-79/index.json new file mode 100644 index 000000000000..8d3ca9aa63e9 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-14-2025-x1504vap-bq541ws-abhinavflac-79/index.json @@ -0,0 +1,42 @@ +{ + "id": 273, + "slug": "asus-vivobook-14-2025-x1504vap-bq541ws-abhinavflac-79", + "base_model_slug": "asus-vivobook-14-2025-x1504vap-bq541ws", + "name": "Asus Vivobook 14 2025 X1504VAP-BQ541WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 626, + "device_category": "Thin & Light", + "cpu_name": "Intel Core 5 120U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 79 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.998966", + "updated_at": "2026-07-08T02:20:50.998966", + "url": "/v1/laptops/asus-vivobook-14-2025-x1504vap-bq541ws-abhinavflac-79" +} diff --git a/site/public/v1/laptops/asus-vivobook-14-flip-tp3407sa-ql024ws-abhinavflac-688/index.json b/site/public/v1/laptops/asus-vivobook-14-flip-tp3407sa-ql024ws-abhinavflac-688/index.json new file mode 100644 index 000000000000..a5abeeb845cf --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-14-flip-tp3407sa-ql024ws-abhinavflac-688/index.json @@ -0,0 +1,42 @@ +{ + "id": 274, + "slug": "asus-vivobook-14-flip-tp3407sa-ql024ws-abhinavflac-688", + "base_model_slug": "asus-vivobook-14-flip-tp3407sa-ql024ws", + "name": "Asus Vivobook 14 Flip TP3407SA-QL024WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1024, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 5 226V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 688 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.998966", + "updated_at": "2026-07-08T02:20:50.998966", + "url": "/v1/laptops/asus-vivobook-14-flip-tp3407sa-ql024ws-abhinavflac-688" +} diff --git a/site/public/v1/laptops/asus-vivobook-14-flip-tp3407sa-ql025ws-abhinavflac-673/index.json b/site/public/v1/laptops/asus-vivobook-14-flip-tp3407sa-ql025ws-abhinavflac-673/index.json new file mode 100644 index 000000000000..600b1392b110 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-14-flip-tp3407sa-ql025ws-abhinavflac-673/index.json @@ -0,0 +1,42 @@ +{ + "id": 275, + "slug": "asus-vivobook-14-flip-tp3407sa-ql025ws-abhinavflac-673", + "base_model_slug": "asus-vivobook-14-flip-tp3407sa-ql025ws", + "name": "Asus Vivobook 14 Flip TP3407SA-QL025WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1229, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 256V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 673 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.998966", + "updated_at": "2026-07-08T02:20:50.998966", + "url": "/v1/laptops/asus-vivobook-14-flip-tp3407sa-ql025ws-abhinavflac-673" +} diff --git a/site/public/v1/laptops/asus-vivobook-14-m1407ka-ly112ws-abhinavflac-168/index.json b/site/public/v1/laptops/asus-vivobook-14-m1407ka-ly112ws-abhinavflac-168/index.json new file mode 100644 index 000000000000..24070ce5dad8 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-14-m1407ka-ly112ws-abhinavflac-168/index.json @@ -0,0 +1,42 @@ +{ + "id": 128, + "slug": "asus-vivobook-14-m1407ka-ly112ws-abhinavflac-168", + "base_model_slug": "asus-vivobook-14-m1407ka-ly112ws", + "name": "Asus VivoBook 14 M1407KA-LY112WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2019-01-01", + "msrp_usd": 928, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen Ai 7 350", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 168 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.988965", + "updated_at": "2026-07-08T02:20:50.988965", + "url": "/v1/laptops/asus-vivobook-14-m1407ka-ly112ws-abhinavflac-168" +} diff --git a/site/public/v1/laptops/asus-vivobook-14-m1407ka-ly132ws-abhinavflac-193/index.json b/site/public/v1/laptops/asus-vivobook-14-m1407ka-ly132ws-abhinavflac-193/index.json new file mode 100644 index 000000000000..bf2fbd53b74e --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-14-m1407ka-ly132ws-abhinavflac-193/index.json @@ -0,0 +1,42 @@ +{ + "id": 129, + "slug": "asus-vivobook-14-m1407ka-ly132ws-abhinavflac-193", + "base_model_slug": "asus-vivobook-14-m1407ka-ly132ws", + "name": "Asus VivoBook 14 M1407KA-LY132WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2019-01-01", + "msrp_usd": 747, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen Ai 5 330", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 193 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.988965", + "updated_at": "2026-07-08T02:20:50.988965", + "url": "/v1/laptops/asus-vivobook-14-m1407ka-ly132ws-abhinavflac-193" +} diff --git a/site/public/v1/laptops/asus-vivobook-14-s3407ca-ly084ws-abhinavflac-417/index.json b/site/public/v1/laptops/asus-vivobook-14-s3407ca-ly084ws-abhinavflac-417/index.json new file mode 100644 index 000000000000..742a112e01cf --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-14-s3407ca-ly084ws-abhinavflac-417/index.json @@ -0,0 +1,42 @@ +{ + "id": 276, + "slug": "asus-vivobook-14-s3407ca-ly084ws-abhinavflac-417", + "base_model_slug": "asus-vivobook-14-s3407ca-ly084ws", + "name": "Asus Vivobook 14 S3407CA-LY084WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1000, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 7 255H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 417 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.998966", + "updated_at": "2026-07-08T02:20:50.999965", + "url": "/v1/laptops/asus-vivobook-14-s3407ca-ly084ws-abhinavflac-417" +} diff --git a/site/public/v1/laptops/asus-vivobook-14-x1404va-nk1186ws-abhinavflac-445/index.json b/site/public/v1/laptops/asus-vivobook-14-x1404va-nk1186ws-abhinavflac-445/index.json new file mode 100644 index 000000000000..bae8885303d9 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-14-x1404va-nk1186ws-abhinavflac-445/index.json @@ -0,0 +1,42 @@ +{ + "id": 183, + "slug": "asus-vivobook-14-x1404va-nk1186ws-abhinavflac-445", + "base_model_slug": "asus-vivobook-14-x1404va-nk1186ws", + "name": "Asus VivoBook 14 X1404VA-NK1186WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 675, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 445 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.992965", + "updated_at": "2026-07-08T02:20:50.992965", + "url": "/v1/laptops/asus-vivobook-14-x1404va-nk1186ws-abhinavflac-445" +} diff --git a/site/public/v1/laptops/asus-vivobook-14-x1404va-nk760ws-abhinavflac-640/index.json b/site/public/v1/laptops/asus-vivobook-14-x1404va-nk760ws-abhinavflac-640/index.json new file mode 100644 index 000000000000..6838c280350a --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-14-x1404va-nk760ws-abhinavflac-640/index.json @@ -0,0 +1,42 @@ +{ + "id": 184, + "slug": "asus-vivobook-14-x1404va-nk760ws-abhinavflac-640", + "base_model_slug": "asus-vivobook-14-x1404va-nk760ws", + "name": "Asus VivoBook 14 X1404VA-NK760WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 419, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 640 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.992965", + "updated_at": "2026-07-08T02:20:50.992965", + "url": "/v1/laptops/asus-vivobook-14-x1404va-nk760ws-abhinavflac-640" +} diff --git a/site/public/v1/laptops/asus-vivobook-14-x1404va-nk762ws-abhinavflac-449/index.json b/site/public/v1/laptops/asus-vivobook-14-x1404va-nk762ws-abhinavflac-449/index.json new file mode 100644 index 000000000000..2affcc7037ab --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-14-x1404va-nk762ws-abhinavflac-449/index.json @@ -0,0 +1,42 @@ +{ + "id": 185, + "slug": "asus-vivobook-14-x1404va-nk762ws-abhinavflac-449", + "base_model_slug": "asus-vivobook-14-x1404va-nk762ws", + "name": "Asus VivoBook 14 X1404VA-NK762WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 577, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 449 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.992965", + "updated_at": "2026-07-08T02:20:50.992965", + "url": "/v1/laptops/asus-vivobook-14-x1404va-nk762ws-abhinavflac-449" +} diff --git a/site/public/v1/laptops/asus-vivobook-14-x1404va-nk804ws-abhinavflac-639/index.json b/site/public/v1/laptops/asus-vivobook-14-x1404va-nk804ws-abhinavflac-639/index.json new file mode 100644 index 000000000000..004e21ae1ab7 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-14-x1404va-nk804ws-abhinavflac-639/index.json @@ -0,0 +1,42 @@ +{ + "id": 186, + "slug": "asus-vivobook-14-x1404va-nk804ws-abhinavflac-639", + "base_model_slug": "asus-vivobook-14-x1404va-nk804ws", + "name": "Asus VivoBook 14 X1404VA-NK804WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 530, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 639 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.992965", + "updated_at": "2026-07-08T02:20:50.992965", + "url": "/v1/laptops/asus-vivobook-14-x1404va-nk804ws-abhinavflac-639" +} diff --git a/site/public/v1/laptops/asus-vivobook-14-x1407qa-ly038ws-abhinavflac-307/index.json b/site/public/v1/laptops/asus-vivobook-14-x1407qa-ly038ws-abhinavflac-307/index.json new file mode 100644 index 000000000000..0d2511f3f378 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-14-x1407qa-ly038ws-abhinavflac-307/index.json @@ -0,0 +1,42 @@ +{ + "id": 277, + "slug": "asus-vivobook-14-x1407qa-ly038ws-abhinavflac-307", + "base_model_slug": "asus-vivobook-14-x1407qa-ly038ws", + "name": "Asus Vivobook 14 X1407QA-LY038WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 663, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X X1 26 100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 307 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.999965", + "updated_at": "2026-07-08T02:20:50.999965", + "url": "/v1/laptops/asus-vivobook-14-x1407qa-ly038ws-abhinavflac-307" +} diff --git a/site/public/v1/laptops/asus-vivobook-14-x409fj-ek501t-abhinavflac-583/index.json b/site/public/v1/laptops/asus-vivobook-14-x409fj-ek501t-abhinavflac-583/index.json new file mode 100644 index 000000000000..a42fff1c7b2b --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-14-x409fj-ek501t-abhinavflac-583/index.json @@ -0,0 +1,42 @@ +{ + "id": 138, + "slug": "asus-vivobook-14-x409fj-ek501t-abhinavflac-583", + "base_model_slug": "asus-vivobook-14-x409fj-ek501t", + "name": "Asus VivoBook 14 X409FJ-EK501T", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 693, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 8265U", + "gpu_name": "NVIDIA GeForce MX MX 230", + "gpu_type": "Dedicated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 583 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.988965", + "updated_at": "2026-07-08T02:20:50.988965", + "url": "/v1/laptops/asus-vivobook-14-x409fj-ek501t-abhinavflac-583" +} diff --git a/site/public/v1/laptops/asus-vivobook-15-2023-x1504va-nj3321ws-abhinavflac-266/index.json b/site/public/v1/laptops/asus-vivobook-15-2023-x1504va-nj3321ws-abhinavflac-266/index.json new file mode 100644 index 000000000000..51319fe9fde3 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-15-2023-x1504va-nj3321ws-abhinavflac-266/index.json @@ -0,0 +1,42 @@ +{ + "id": 187, + "slug": "asus-vivobook-15-2023-x1504va-nj3321ws-abhinavflac-266", + "base_model_slug": "asus-vivobook-15-2023-x1504va-nj3321ws", + "name": "Asus Vivobook 15 2023 X1504VA-NJ3321WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 434, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 266 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.992965", + "updated_at": "2026-07-08T02:20:50.992965", + "url": "/v1/laptops/asus-vivobook-15-2023-x1504va-nj3321ws-abhinavflac-266" +} diff --git a/site/public/v1/laptops/asus-vivobook-15-2025-x1504va-bq343ws-abhinavflac-183/index.json b/site/public/v1/laptops/asus-vivobook-15-2025-x1504va-bq343ws-abhinavflac-183/index.json new file mode 100644 index 000000000000..f11882edb2f5 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-15-2025-x1504va-bq343ws-abhinavflac-183/index.json @@ -0,0 +1,42 @@ +{ + "id": 188, + "slug": "asus-vivobook-15-2025-x1504va-bq343ws-abhinavflac-183", + "base_model_slug": "asus-vivobook-15-2025-x1504va-bq343ws", + "name": "Asus Vivobook 15 2025 X1504VA-BQ343WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 482, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 183 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.992965", + "updated_at": "2026-07-08T02:20:50.992965", + "url": "/v1/laptops/asus-vivobook-15-2025-x1504va-bq343ws-abhinavflac-183" +} diff --git a/site/public/v1/laptops/asus-vivobook-15-2025-x1504va-nj3700ws-abhinavflac-129/index.json b/site/public/v1/laptops/asus-vivobook-15-2025-x1504va-nj3700ws-abhinavflac-129/index.json new file mode 100644 index 000000000000..9413f12610bf --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-15-2025-x1504va-nj3700ws-abhinavflac-129/index.json @@ -0,0 +1,42 @@ +{ + "id": 189, + "slug": "asus-vivobook-15-2025-x1504va-nj3700ws-abhinavflac-129", + "base_model_slug": "asus-vivobook-15-2025-x1504va-nj3700ws", + "name": "Asus Vivobook 15 2025 X1504VA-NJ3700WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 434, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 129 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.992965", + "updated_at": "2026-07-08T02:20:50.992965", + "url": "/v1/laptops/asus-vivobook-15-2025-x1504va-nj3700ws-abhinavflac-129" +} diff --git a/site/public/v1/laptops/asus-vivobook-15-m1502ya-bq703ws-abhinavflac-420/index.json b/site/public/v1/laptops/asus-vivobook-15-m1502ya-bq703ws-abhinavflac-420/index.json new file mode 100644 index 000000000000..c9c4c9a7615d --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-15-m1502ya-bq703ws-abhinavflac-420/index.json @@ -0,0 +1,42 @@ +{ + "id": 135, + "slug": "asus-vivobook-15-m1502ya-bq703ws-abhinavflac-420", + "base_model_slug": "asus-vivobook-15-m1502ya-bq703ws", + "name": "Asus Vivobook 15 M1502YA-BQ703WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 554, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 7 5825U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 420 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.988965", + "updated_at": "2026-07-08T02:20:50.988965", + "url": "/v1/laptops/asus-vivobook-15-m1502ya-bq703ws-abhinavflac-420" +} diff --git a/site/public/v1/laptops/asus-vivobook-15-m1502ya-bq712ws-abhinavflac-218/index.json b/site/public/v1/laptops/asus-vivobook-15-m1502ya-bq712ws-abhinavflac-218/index.json new file mode 100644 index 000000000000..f85294fd6815 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-15-m1502ya-bq712ws-abhinavflac-218/index.json @@ -0,0 +1,42 @@ +{ + "id": 136, + "slug": "asus-vivobook-15-m1502ya-bq712ws-abhinavflac-218", + "base_model_slug": "asus-vivobook-15-m1502ya-bq712ws", + "name": "Asus Vivobook 15 M1502YA-BQ712WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 602, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 7 5825U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 218 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.988965", + "updated_at": "2026-07-08T02:20:50.988965", + "url": "/v1/laptops/asus-vivobook-15-m1502ya-bq712ws-abhinavflac-218" +} diff --git a/site/public/v1/laptops/asus-vivobook-15-m1502ya-bq989ws-abhinavflac-176/index.json b/site/public/v1/laptops/asus-vivobook-15-m1502ya-bq989ws-abhinavflac-176/index.json new file mode 100644 index 000000000000..29c9b5f69782 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-15-m1502ya-bq989ws-abhinavflac-176/index.json @@ -0,0 +1,42 @@ +{ + "id": 190, + "slug": "asus-vivobook-15-m1502ya-bq989ws-abhinavflac-176", + "base_model_slug": "asus-vivobook-15-m1502ya-bq989ws", + "name": "Asus Vivobook 15 M1502YA-BQ989WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 590, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 7 7730U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 176 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.992965", + "updated_at": "2026-07-08T02:20:50.992965", + "url": "/v1/laptops/asus-vivobook-15-m1502ya-bq989ws-abhinavflac-176" +} diff --git a/site/public/v1/laptops/asus-vivobook-15-x1502va-bq1299ws-abhinavflac-359/index.json b/site/public/v1/laptops/asus-vivobook-15-x1502va-bq1299ws-abhinavflac-359/index.json new file mode 100644 index 000000000000..3606bd7fb5a4 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-15-x1502va-bq1299ws-abhinavflac-359/index.json @@ -0,0 +1,42 @@ +{ + "id": 191, + "slug": "asus-vivobook-15-x1502va-bq1299ws-abhinavflac-359", + "base_model_slug": "asus-vivobook-15-x1502va-bq1299ws", + "name": "Asus Vivobook 15 X1502VA-BQ1299WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 831, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 359 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.992965", + "updated_at": "2026-07-08T02:20:50.992965", + "url": "/v1/laptops/asus-vivobook-15-x1502va-bq1299ws-abhinavflac-359" +} diff --git a/site/public/v1/laptops/asus-vivobook-15-x1502va-bq836ws-abhinavflac-689/index.json b/site/public/v1/laptops/asus-vivobook-15-x1502va-bq836ws-abhinavflac-689/index.json new file mode 100644 index 000000000000..e8bce7844b19 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-15-x1502va-bq836ws-abhinavflac-689/index.json @@ -0,0 +1,42 @@ +{ + "id": 192, + "slug": "asus-vivobook-15-x1502va-bq836ws-abhinavflac-689", + "base_model_slug": "asus-vivobook-15-x1502va-bq836ws", + "name": "Asus Vivobook 15 X1502VA-BQ836WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 650, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 689 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.992965", + "updated_at": "2026-07-08T02:20:50.992965", + "url": "/v1/laptops/asus-vivobook-15-x1502va-bq836ws-abhinavflac-689" +} diff --git a/site/public/v1/laptops/asus-vivobook-15-x1502va-bq837ws-abhinavflac-641/index.json b/site/public/v1/laptops/asus-vivobook-15-x1502va-bq837ws-abhinavflac-641/index.json new file mode 100644 index 000000000000..a13f3017a6db --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-15-x1502va-bq837ws-abhinavflac-641/index.json @@ -0,0 +1,42 @@ +{ + "id": 193, + "slug": "asus-vivobook-15-x1502va-bq837ws-abhinavflac-641", + "base_model_slug": "asus-vivobook-15-x1502va-bq837ws", + "name": "Asus Vivobook 15 X1502VA-BQ837WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 783, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 641 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.992965", + "updated_at": "2026-07-08T02:20:50.992965", + "url": "/v1/laptops/asus-vivobook-15-x1502va-bq837ws-abhinavflac-641" +} diff --git a/site/public/v1/laptops/asus-vivobook-15-x1502va-bq838ws-abhinavflac-642/index.json b/site/public/v1/laptops/asus-vivobook-15-x1502va-bq838ws-abhinavflac-642/index.json new file mode 100644 index 000000000000..ac546d90d82f --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-15-x1502va-bq838ws-abhinavflac-642/index.json @@ -0,0 +1,42 @@ +{ + "id": 194, + "slug": "asus-vivobook-15-x1502va-bq838ws-abhinavflac-642", + "base_model_slug": "asus-vivobook-15-x1502va-bq838ws", + "name": "Asus Vivobook 15 X1502VA-BQ838WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 783, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 642 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.992965", + "updated_at": "2026-07-08T02:20:50.992965", + "url": "/v1/laptops/asus-vivobook-15-x1502va-bq838ws-abhinavflac-642" +} diff --git a/site/public/v1/laptops/asus-vivobook-15-x1504va-bq321ws-abhinavflac-115/index.json b/site/public/v1/laptops/asus-vivobook-15-x1504va-bq321ws-abhinavflac-115/index.json new file mode 100644 index 000000000000..c68edb035d04 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-15-x1504va-bq321ws-abhinavflac-115/index.json @@ -0,0 +1,42 @@ +{ + "id": 195, + "slug": "asus-vivobook-15-x1504va-bq321ws-abhinavflac-115", + "base_model_slug": "asus-vivobook-15-x1504va-bq321ws", + "name": "Asus Vivobook 15 X1504VA-BQ321WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 446, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 115 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.992965", + "updated_at": "2026-07-08T02:20:50.992965", + "url": "/v1/laptops/asus-vivobook-15-x1504va-bq321ws-abhinavflac-115" +} diff --git a/site/public/v1/laptops/asus-vivobook-15-x1504va-e81599ws-abhinavflac-517/index.json b/site/public/v1/laptops/asus-vivobook-15-x1504va-e81599ws-abhinavflac-517/index.json new file mode 100644 index 000000000000..ce1eb4144aa6 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-15-x1504va-e81599ws-abhinavflac-517/index.json @@ -0,0 +1,42 @@ +{ + "id": 196, + "slug": "asus-vivobook-15-x1504va-e81599ws-abhinavflac-517", + "base_model_slug": "asus-vivobook-15-x1504va-e81599ws", + "name": "Asus Vivobook 15 X1504VA-E81599WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 494, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 517 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.992965", + "updated_at": "2026-07-08T02:20:50.992965", + "url": "/v1/laptops/asus-vivobook-15-x1504va-e81599ws-abhinavflac-517" +} diff --git a/site/public/v1/laptops/asus-vivobook-15-x1504va-e83959ws-abhinavflac-160/index.json b/site/public/v1/laptops/asus-vivobook-15-x1504va-e83959ws-abhinavflac-160/index.json new file mode 100644 index 000000000000..abaaf0ed1e22 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-15-x1504va-e83959ws-abhinavflac-160/index.json @@ -0,0 +1,42 @@ +{ + "id": 197, + "slug": "asus-vivobook-15-x1504va-e83959ws-abhinavflac-160", + "base_model_slug": "asus-vivobook-15-x1504va-e83959ws", + "name": "Asus Vivobook 15 X1504VA-E83959WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 518, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 160 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.993966", + "updated_at": "2026-07-08T02:20:50.993966", + "url": "/v1/laptops/asus-vivobook-15-x1504va-e83959ws-abhinavflac-160" +} diff --git a/site/public/v1/laptops/asus-vivobook-15-x1504va-nj1765ws-abhinavflac-522/index.json b/site/public/v1/laptops/asus-vivobook-15-x1504va-nj1765ws-abhinavflac-522/index.json new file mode 100644 index 000000000000..a095397161e6 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-15-x1504va-nj1765ws-abhinavflac-522/index.json @@ -0,0 +1,42 @@ +{ + "id": 198, + "slug": "asus-vivobook-15-x1504va-nj1765ws-abhinavflac-522", + "base_model_slug": "asus-vivobook-15-x1504va-nj1765ws", + "name": "Asus Vivobook 15 X1504VA-NJ1765WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 542, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 522 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.993966", + "updated_at": "2026-07-08T02:20:50.993966", + "url": "/v1/laptops/asus-vivobook-15-x1504va-nj1765ws-abhinavflac-522" +} diff --git a/site/public/v1/laptops/asus-vivobook-15-x1504va-nj2217ws-abhinavflac-575/index.json b/site/public/v1/laptops/asus-vivobook-15-x1504va-nj2217ws-abhinavflac-575/index.json new file mode 100644 index 000000000000..bb5480f8f725 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-15-x1504va-nj2217ws-abhinavflac-575/index.json @@ -0,0 +1,42 @@ +{ + "id": 199, + "slug": "asus-vivobook-15-x1504va-nj2217ws-abhinavflac-575", + "base_model_slug": "asus-vivobook-15-x1504va-nj2217ws", + "name": "Asus Vivobook 15 X1504VA-NJ2217WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 590, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 575 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.993966", + "updated_at": "2026-07-08T02:20:50.993966", + "url": "/v1/laptops/asus-vivobook-15-x1504va-nj2217ws-abhinavflac-575" +} diff --git a/site/public/v1/laptops/asus-vivobook-15-x1504va-nj2218ws-abhinavflac-444/index.json b/site/public/v1/laptops/asus-vivobook-15-x1504va-nj2218ws-abhinavflac-444/index.json new file mode 100644 index 000000000000..5dcec3886492 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-15-x1504va-nj2218ws-abhinavflac-444/index.json @@ -0,0 +1,42 @@ +{ + "id": 200, + "slug": "asus-vivobook-15-x1504va-nj2218ws-abhinavflac-444", + "base_model_slug": "asus-vivobook-15-x1504va-nj2218ws", + "name": "Asus Vivobook 15 X1504VA-NJ2218WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 590, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 444 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.993966", + "updated_at": "2026-07-08T02:20:50.993966", + "url": "/v1/laptops/asus-vivobook-15-x1504va-nj2218ws-abhinavflac-444" +} diff --git a/site/public/v1/laptops/asus-vivobook-15-x1504va-nj2325ws-abhinavflac-661/index.json b/site/public/v1/laptops/asus-vivobook-15-x1504va-nj2325ws-abhinavflac-661/index.json new file mode 100644 index 000000000000..089adf654a1e --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-15-x1504va-nj2325ws-abhinavflac-661/index.json @@ -0,0 +1,42 @@ +{ + "id": 201, + "slug": "asus-vivobook-15-x1504va-nj2325ws-abhinavflac-661", + "base_model_slug": "asus-vivobook-15-x1504va-nj2325ws", + "name": "Asus Vivobook 15 X1504VA-NJ2325WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 470, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 661 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.993966", + "updated_at": "2026-07-08T02:20:50.993966", + "url": "/v1/laptops/asus-vivobook-15-x1504va-nj2325ws-abhinavflac-661" +} diff --git a/site/public/v1/laptops/asus-vivobook-15-x1504va-nj3320ws-abhinavflac-161/index.json b/site/public/v1/laptops/asus-vivobook-15-x1504va-nj3320ws-abhinavflac-161/index.json new file mode 100644 index 000000000000..205ea97e07bf --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-15-x1504va-nj3320ws-abhinavflac-161/index.json @@ -0,0 +1,42 @@ +{ + "id": 202, + "slug": "asus-vivobook-15-x1504va-nj3320ws-abhinavflac-161", + "base_model_slug": "asus-vivobook-15-x1504va-nj3320ws", + "name": "Asus Vivobook 15 X1504VA-NJ3320WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 434, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 161 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.993966", + "updated_at": "2026-07-08T02:20:50.993966", + "url": "/v1/laptops/asus-vivobook-15-x1504va-nj3320ws-abhinavflac-161" +} diff --git a/site/public/v1/laptops/asus-vivobook-15-x1504va-nj3321ws-abhinavflac-491/index.json b/site/public/v1/laptops/asus-vivobook-15-x1504va-nj3321ws-abhinavflac-491/index.json new file mode 100644 index 000000000000..4d5b034c5b3e --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-15-x1504va-nj3321ws-abhinavflac-491/index.json @@ -0,0 +1,42 @@ +{ + "id": 203, + "slug": "asus-vivobook-15-x1504va-nj3321ws-abhinavflac-491", + "base_model_slug": "asus-vivobook-15-x1504va-nj3321ws", + "name": "Asus Vivobook 15 X1504VA-NJ3321WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 434, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 491 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.993966", + "updated_at": "2026-07-08T02:20:50.993966", + "url": "/v1/laptops/asus-vivobook-15-x1504va-nj3321ws-abhinavflac-491" +} diff --git a/site/public/v1/laptops/asus-vivobook-15-x1504va-nj540ws-abhinavflac-990/index.json b/site/public/v1/laptops/asus-vivobook-15-x1504va-nj540ws-abhinavflac-990/index.json new file mode 100644 index 000000000000..96d1ba5229ba --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-15-x1504va-nj540ws-abhinavflac-990/index.json @@ -0,0 +1,42 @@ +{ + "id": 204, + "slug": "asus-vivobook-15-x1504va-nj540ws-abhinavflac-990", + "base_model_slug": "asus-vivobook-15-x1504va-nj540ws", + "name": "Asus Vivobook 15 X1504VA-NJ540WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 590, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 990 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.993966", + "updated_at": "2026-07-08T02:20:50.993966", + "url": "/v1/laptops/asus-vivobook-15-x1504va-nj540ws-abhinavflac-990" +} diff --git a/site/public/v1/laptops/asus-vivobook-15-x1504va-nj546ws-abhinavflac-220/index.json b/site/public/v1/laptops/asus-vivobook-15-x1504va-nj546ws-abhinavflac-220/index.json new file mode 100644 index 000000000000..a401a518427d --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-15-x1504va-nj546ws-abhinavflac-220/index.json @@ -0,0 +1,42 @@ +{ + "id": 205, + "slug": "asus-vivobook-15-x1504va-nj546ws-abhinavflac-220", + "base_model_slug": "asus-vivobook-15-x1504va-nj546ws", + "name": "Asus Vivobook 15 X1504VA-NJ546WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 590, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 220 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.993966", + "updated_at": "2026-07-08T02:20:50.993966", + "url": "/v1/laptops/asus-vivobook-15-x1504va-nj546ws-abhinavflac-220" +} diff --git a/site/public/v1/laptops/asus-vivobook-15-x1504vap-nj2861ws-abhinavflac-333/index.json b/site/public/v1/laptops/asus-vivobook-15-x1504vap-nj2861ws-abhinavflac-333/index.json new file mode 100644 index 000000000000..ae88760375cd --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-15-x1504vap-nj2861ws-abhinavflac-333/index.json @@ -0,0 +1,42 @@ +{ + "id": 278, + "slug": "asus-vivobook-15-x1504vap-nj2861ws-abhinavflac-333", + "base_model_slug": "asus-vivobook-15-x1504vap-nj2861ws", + "name": "Asus Vivobook 15 X1504VAP-NJ2861WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 590, + "device_category": "Thin & Light", + "cpu_name": "Intel Core 5 120U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 333 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.999965", + "updated_at": "2026-07-08T02:20:50.999965", + "url": "/v1/laptops/asus-vivobook-15-x1504vap-nj2861ws-abhinavflac-333" +} diff --git a/site/public/v1/laptops/asus-vivobook-15-x1504vap-nj2864ws-abhinavflac-334/index.json b/site/public/v1/laptops/asus-vivobook-15-x1504vap-nj2864ws-abhinavflac-334/index.json new file mode 100644 index 000000000000..ddf76d98ccdb --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-15-x1504vap-nj2864ws-abhinavflac-334/index.json @@ -0,0 +1,42 @@ +{ + "id": 279, + "slug": "asus-vivobook-15-x1504vap-nj2864ws-abhinavflac-334", + "base_model_slug": "asus-vivobook-15-x1504vap-nj2864ws", + "name": "Asus Vivobook 15 X1504VAP-NJ2864WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 675, + "device_category": "Thin & Light", + "cpu_name": "Intel Core 5 120U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 334 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.999965", + "updated_at": "2026-07-08T02:20:50.999965", + "url": "/v1/laptops/asus-vivobook-15-x1504vap-nj2864ws-abhinavflac-334" +} diff --git a/site/public/v1/laptops/asus-vivobook-15-x1504za-nj341w-abhinavflac-867/index.json b/site/public/v1/laptops/asus-vivobook-15-x1504za-nj341w-abhinavflac-867/index.json new file mode 100644 index 000000000000..37a838f0289d --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-15-x1504za-nj341w-abhinavflac-867/index.json @@ -0,0 +1,42 @@ +{ + "id": 139, + "slug": "asus-vivobook-15-x1504za-nj341w-abhinavflac-867", + "base_model_slug": "asus-vivobook-15-x1504za-nj341w", + "name": "Asus VivoBook 15 X1504ZA-NJ341W", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 434, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 867 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.988965", + "updated_at": "2026-07-08T02:20:50.988965", + "url": "/v1/laptops/asus-vivobook-15-x1504za-nj341w-abhinavflac-867" +} diff --git a/site/public/v1/laptops/asus-vivobook-15-x1504za-nj549ws-abhinavflac-909/index.json b/site/public/v1/laptops/asus-vivobook-15-x1504za-nj549ws-abhinavflac-909/index.json new file mode 100644 index 000000000000..c85aca842045 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-15-x1504za-nj549ws-abhinavflac-909/index.json @@ -0,0 +1,42 @@ +{ + "id": 140, + "slug": "asus-vivobook-15-x1504za-nj549ws-abhinavflac-909", + "base_model_slug": "asus-vivobook-15-x1504za-nj549ws", + "name": "Asus Vivobook 15 X1504ZA-NJ549WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 554, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 909 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.988965", + "updated_at": "2026-07-08T02:20:50.988965", + "url": "/v1/laptops/asus-vivobook-15-x1504za-nj549ws-abhinavflac-909" +} diff --git a/site/public/v1/laptops/asus-vivobook-16-2025-x1607ca-mb142ws-abhinavflac-677/index.json b/site/public/v1/laptops/asus-vivobook-16-2025-x1607ca-mb142ws-abhinavflac-677/index.json new file mode 100644 index 000000000000..4de550c68ef1 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-16-2025-x1607ca-mb142ws-abhinavflac-677/index.json @@ -0,0 +1,42 @@ +{ + "id": 280, + "slug": "asus-vivobook-16-2025-x1607ca-mb142ws-abhinavflac-677", + "base_model_slug": "asus-vivobook-16-2025-x1607ca-mb142ws", + "name": "Asus Vivobook 16 2025 X1607CA-MB142WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 843, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 5 225H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 677 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.999965", + "updated_at": "2026-07-08T02:20:50.999965", + "url": "/v1/laptops/asus-vivobook-16-2025-x1607ca-mb142ws-abhinavflac-677" +} diff --git a/site/public/v1/laptops/asus-vivobook-16-x1605va-mb1275ws-abhinavflac-557/index.json b/site/public/v1/laptops/asus-vivobook-16-x1605va-mb1275ws-abhinavflac-557/index.json new file mode 100644 index 000000000000..5e19f3b608fe --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-16-x1605va-mb1275ws-abhinavflac-557/index.json @@ -0,0 +1,42 @@ +{ + "id": 206, + "slug": "asus-vivobook-16-x1605va-mb1275ws-abhinavflac-557", + "base_model_slug": "asus-vivobook-16-x1605va-mb1275ws", + "name": "Asus Vivobook 16 X1605VA-MB1275WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 747, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 557 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.993966", + "updated_at": "2026-07-08T02:20:50.993966", + "url": "/v1/laptops/asus-vivobook-16-x1605va-mb1275ws-abhinavflac-557" +} diff --git a/site/public/v1/laptops/asus-vivobook-16-x1605va-mb1627ws-abhinavflac-548/index.json b/site/public/v1/laptops/asus-vivobook-16-x1605va-mb1627ws-abhinavflac-548/index.json new file mode 100644 index 000000000000..72d34077d374 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-16-x1605va-mb1627ws-abhinavflac-548/index.json @@ -0,0 +1,42 @@ +{ + "id": 207, + "slug": "asus-vivobook-16-x1605va-mb1627ws-abhinavflac-548", + "base_model_slug": "asus-vivobook-16-x1605va-mb1627ws", + "name": "Asus Vivobook 16 X1605VA-MB1627WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 671, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 548 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.993966", + "updated_at": "2026-07-08T02:20:50.993966", + "url": "/v1/laptops/asus-vivobook-16-x1605va-mb1627ws-abhinavflac-548" +} diff --git a/site/public/v1/laptops/asus-vivobook-16-x1605va-mb1628ws-abhinavflac-609/index.json b/site/public/v1/laptops/asus-vivobook-16-x1605va-mb1628ws-abhinavflac-609/index.json new file mode 100644 index 000000000000..86cca027f932 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-16-x1605va-mb1628ws-abhinavflac-609/index.json @@ -0,0 +1,42 @@ +{ + "id": 208, + "slug": "asus-vivobook-16-x1605va-mb1628ws-abhinavflac-609", + "base_model_slug": "asus-vivobook-16-x1605va-mb1628ws", + "name": "Asus Vivobook 16 X1605VA-MB1628WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 806, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 609 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.993966", + "updated_at": "2026-07-08T02:20:50.993966", + "url": "/v1/laptops/asus-vivobook-16-x1605va-mb1628ws-abhinavflac-609" +} diff --git a/site/public/v1/laptops/asus-vivobook-16-x1605va-mb9946ws-abhinavflac-682/index.json b/site/public/v1/laptops/asus-vivobook-16-x1605va-mb9946ws-abhinavflac-682/index.json new file mode 100644 index 000000000000..4c068af33bd8 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-16-x1605va-mb9946ws-abhinavflac-682/index.json @@ -0,0 +1,42 @@ +{ + "id": 209, + "slug": "asus-vivobook-16-x1605va-mb9946ws-abhinavflac-682", + "base_model_slug": "asus-vivobook-16-x1605va-mb9946ws", + "name": "Asus Vivobook 16 X1605VA-MB9946WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 819, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I9 13900H", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 682 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.993966", + "updated_at": "2026-07-08T02:20:50.993966", + "url": "/v1/laptops/asus-vivobook-16-x1605va-mb9946ws-abhinavflac-682" +} diff --git a/site/public/v1/laptops/asus-vivobook-16-x1605va-sh1952ws-oled-abhinavflac-169/index.json b/site/public/v1/laptops/asus-vivobook-16-x1605va-sh1952ws-oled-abhinavflac-169/index.json new file mode 100644 index 000000000000..3d8abc676cbb --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-16-x1605va-sh1952ws-oled-abhinavflac-169/index.json @@ -0,0 +1,42 @@ +{ + "id": 210, + "slug": "asus-vivobook-16-x1605va-sh1952ws-oled-abhinavflac-169", + "base_model_slug": "asus-vivobook-16-x1605va-sh1952ws-oled", + "name": "Asus Vivobook 16 X1605VA-SH1952WS OLED", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 771, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 169 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.993966", + "updated_at": "2026-07-08T02:20:50.993966", + "url": "/v1/laptops/asus-vivobook-16-x1605va-sh1952ws-oled-abhinavflac-169" +} diff --git a/site/public/v1/laptops/asus-vivobook-16-x1607qa-mb050ws-abhinavflac-657/index.json b/site/public/v1/laptops/asus-vivobook-16-x1607qa-mb050ws-abhinavflac-657/index.json new file mode 100644 index 000000000000..e58a9896a129 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-16-x1607qa-mb050ws-abhinavflac-657/index.json @@ -0,0 +1,42 @@ +{ + "id": 281, + "slug": "asus-vivobook-16-x1607qa-mb050ws-abhinavflac-657", + "base_model_slug": "asus-vivobook-16-x1607qa-mb050ws", + "name": "Asus Vivobook 16 X1607QA-MB050WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 711, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X X1 26 100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 657 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.999965", + "updated_at": "2026-07-08T02:20:50.999965", + "url": "/v1/laptops/asus-vivobook-16-x1607qa-mb050ws-abhinavflac-657" +} diff --git a/site/public/v1/laptops/asus-vivobook-16x-k3605vc-rp413ws-abhinavflac-659/index.json b/site/public/v1/laptops/asus-vivobook-16x-k3605vc-rp413ws-abhinavflac-659/index.json new file mode 100644 index 000000000000..e2c529e60c48 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-16x-k3605vc-rp413ws-abhinavflac-659/index.json @@ -0,0 +1,42 @@ +{ + "id": 211, + "slug": "asus-vivobook-16x-k3605vc-rp413ws-abhinavflac-659", + "base_model_slug": "asus-vivobook-16x-k3605vc-rp413ws", + "name": "Asus Vivobook 16X K3605VC-RP413WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 783, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 659 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.994965", + "updated_at": "2026-07-08T02:20:50.994965", + "url": "/v1/laptops/asus-vivobook-16x-k3605vc-rp413ws-abhinavflac-659" +} diff --git a/site/public/v1/laptops/asus-vivobook-16x-k3605vc-rp492ws-abhinavflac-343/index.json b/site/public/v1/laptops/asus-vivobook-16x-k3605vc-rp492ws-abhinavflac-343/index.json new file mode 100644 index 000000000000..defe947c1b4f --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-16x-k3605vc-rp492ws-abhinavflac-343/index.json @@ -0,0 +1,42 @@ +{ + "id": 212, + "slug": "asus-vivobook-16x-k3605vc-rp492ws-abhinavflac-343", + "base_model_slug": "asus-vivobook-16x-k3605vc-rp492ws", + "name": "Asus Vivobook 16X K3605VC-RP492WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 898, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 343 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.994965", + "updated_at": "2026-07-08T02:20:50.994965", + "url": "/v1/laptops/asus-vivobook-16x-k3605vc-rp492ws-abhinavflac-343" +} diff --git a/site/public/v1/laptops/asus-vivobook-16x-k3605zc-rp587ws-abhinavflac-849/index.json b/site/public/v1/laptops/asus-vivobook-16x-k3605zc-rp587ws-abhinavflac-849/index.json new file mode 100644 index 000000000000..622006b0dd88 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-16x-k3605zc-rp587ws-abhinavflac-849/index.json @@ -0,0 +1,42 @@ +{ + "id": 141, + "slug": "asus-vivobook-16x-k3605zc-rp587ws-abhinavflac-849", + "base_model_slug": "asus-vivobook-16x-k3605zc-rp587ws", + "name": "Asus Vivobook 16X K3605ZC-RP587WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 759, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 12500H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 849 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.988965", + "updated_at": "2026-07-08T02:20:50.988965", + "url": "/v1/laptops/asus-vivobook-16x-k3605zc-rp587ws-abhinavflac-849" +} diff --git a/site/public/v1/laptops/asus-vivobook-16x-k3605zc-rp628ws-abhinavflac-836/index.json b/site/public/v1/laptops/asus-vivobook-16x-k3605zc-rp628ws-abhinavflac-836/index.json new file mode 100644 index 000000000000..4d6ed3e529c6 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-16x-k3605zc-rp628ws-abhinavflac-836/index.json @@ -0,0 +1,42 @@ +{ + "id": 142, + "slug": "asus-vivobook-16x-k3605zc-rp628ws-abhinavflac-836", + "base_model_slug": "asus-vivobook-16x-k3605zc-rp628ws", + "name": "Asus Vivobook 16X K3605ZC-RP628WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 809, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I7 12700H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 836 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.988965", + "updated_at": "2026-07-08T02:20:50.988965", + "url": "/v1/laptops/asus-vivobook-16x-k3605zc-rp628ws-abhinavflac-836" +} diff --git a/site/public/v1/laptops/asus-vivobook-go-14-e1404fa-eb2322ws-abhinavflac-13/index.json b/site/public/v1/laptops/asus-vivobook-go-14-e1404fa-eb2322ws-abhinavflac-13/index.json new file mode 100644 index 000000000000..e700b1f9ba68 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-go-14-e1404fa-eb2322ws-abhinavflac-13/index.json @@ -0,0 +1,42 @@ +{ + "id": 213, + "slug": "asus-vivobook-go-14-e1404fa-eb2322ws-abhinavflac-13", + "base_model_slug": "asus-vivobook-go-14-e1404fa-eb2322ws", + "name": "Asus Vivobook Go 14 E1404FA-EB2322WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 373, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 13 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.994965", + "updated_at": "2026-07-08T02:20:50.994965", + "url": "/v1/laptops/asus-vivobook-go-14-e1404fa-eb2322ws-abhinavflac-13" +} diff --git a/site/public/v1/laptops/asus-vivobook-go-14-e1404fa-eb2521ws-abhinavflac-141/index.json b/site/public/v1/laptops/asus-vivobook-go-14-e1404fa-eb2521ws-abhinavflac-141/index.json new file mode 100644 index 000000000000..a6074f758e3a --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-go-14-e1404fa-eb2521ws-abhinavflac-141/index.json @@ -0,0 +1,42 @@ +{ + "id": 214, + "slug": "asus-vivobook-go-14-e1404fa-eb2521ws-abhinavflac-141", + "base_model_slug": "asus-vivobook-go-14-e1404fa-eb2521ws", + "name": "Asus Vivobook Go 14 E1404FA-EB2521WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 429, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 141 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.994965", + "updated_at": "2026-07-08T02:20:50.994965", + "url": "/v1/laptops/asus-vivobook-go-14-e1404fa-eb2521ws-abhinavflac-141" +} diff --git a/site/public/v1/laptops/asus-vivobook-go-14-e1404fa-eb2542ws-abhinavflac-118/index.json b/site/public/v1/laptops/asus-vivobook-go-14-e1404fa-eb2542ws-abhinavflac-118/index.json new file mode 100644 index 000000000000..0b2d3f1cd4e1 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-go-14-e1404fa-eb2542ws-abhinavflac-118/index.json @@ -0,0 +1,42 @@ +{ + "id": 215, + "slug": "asus-vivobook-go-14-e1404fa-eb2542ws-abhinavflac-118", + "base_model_slug": "asus-vivobook-go-14-e1404fa-eb2542ws", + "name": "Asus Vivobook Go 14 E1404FA-EB2542WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 494, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 118 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.994965", + "updated_at": "2026-07-08T02:20:50.994965", + "url": "/v1/laptops/asus-vivobook-go-14-e1404fa-eb2542ws-abhinavflac-118" +} diff --git a/site/public/v1/laptops/asus-vivobook-go-14-e1404fa-eb666ws-abhinavflac-142/index.json b/site/public/v1/laptops/asus-vivobook-go-14-e1404fa-eb666ws-abhinavflac-142/index.json new file mode 100644 index 000000000000..f1739ca5984a --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-go-14-e1404fa-eb666ws-abhinavflac-142/index.json @@ -0,0 +1,42 @@ +{ + "id": 216, + "slug": "asus-vivobook-go-14-e1404fa-eb666ws-abhinavflac-142", + "base_model_slug": "asus-vivobook-go-14-e1404fa-eb666ws", + "name": "Asus Vivobook Go 14 E1404FA-EB666WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 392, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 142 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.994965", + "updated_at": "2026-07-08T02:20:50.994965", + "url": "/v1/laptops/asus-vivobook-go-14-e1404fa-eb666ws-abhinavflac-142" +} diff --git a/site/public/v1/laptops/asus-vivobook-go-14-e1404fa-nk3321ws-abhinavflac-660/index.json b/site/public/v1/laptops/asus-vivobook-go-14-e1404fa-nk3321ws-abhinavflac-660/index.json new file mode 100644 index 000000000000..89e0263b03d1 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-go-14-e1404fa-nk3321ws-abhinavflac-660/index.json @@ -0,0 +1,42 @@ +{ + "id": 217, + "slug": "asus-vivobook-go-14-e1404fa-nk3321ws-abhinavflac-660", + "base_model_slug": "asus-vivobook-go-14-e1404fa-nk3321ws", + "name": "Asus Vivobook Go 14 E1404FA-NK3321WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 373, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 660 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.994965", + "updated_at": "2026-07-08T02:20:50.994965", + "url": "/v1/laptops/asus-vivobook-go-14-e1404fa-nk3321ws-abhinavflac-660" +} diff --git a/site/public/v1/laptops/asus-vivobook-go-14-e1404fa-nk5542ws-abhinavflac-662/index.json b/site/public/v1/laptops/asus-vivobook-go-14-e1404fa-nk5542ws-abhinavflac-662/index.json new file mode 100644 index 000000000000..228c8f75fa47 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-go-14-e1404fa-nk5542ws-abhinavflac-662/index.json @@ -0,0 +1,42 @@ +{ + "id": 218, + "slug": "asus-vivobook-go-14-e1404fa-nk5542ws-abhinavflac-662", + "base_model_slug": "asus-vivobook-go-14-e1404fa-nk5542ws", + "name": "Asus Vivobook Go 14 E1404FA-NK5542WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 494, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 662 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.994965", + "updated_at": "2026-07-08T02:20:50.994965", + "url": "/v1/laptops/asus-vivobook-go-14-e1404fa-nk5542ws-abhinavflac-662" +} diff --git a/site/public/v1/laptops/asus-vivobook-go-15-e1504fa-bq2323ws-abhinavflac-154/index.json b/site/public/v1/laptops/asus-vivobook-go-15-e1504fa-bq2323ws-abhinavflac-154/index.json new file mode 100644 index 000000000000..7a752f3d07c4 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-go-15-e1504fa-bq2323ws-abhinavflac-154/index.json @@ -0,0 +1,42 @@ +{ + "id": 219, + "slug": "asus-vivobook-go-15-e1504fa-bq2323ws-abhinavflac-154", + "base_model_slug": "asus-vivobook-go-15-e1504fa-bq2323ws", + "name": "Asus Vivobook Go 15 E1504FA-BQ2323WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 422, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 154 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.994965", + "updated_at": "2026-07-08T02:20:50.994965", + "url": "/v1/laptops/asus-vivobook-go-15-e1504fa-bq2323ws-abhinavflac-154" +} diff --git a/site/public/v1/laptops/asus-vivobook-go-15-e1504fa-bq2343ws-abhinavflac-3/index.json b/site/public/v1/laptops/asus-vivobook-go-15-e1504fa-bq2343ws-abhinavflac-3/index.json new file mode 100644 index 000000000000..bf42271e3d51 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-go-15-e1504fa-bq2343ws-abhinavflac-3/index.json @@ -0,0 +1,42 @@ +{ + "id": 220, + "slug": "asus-vivobook-go-15-e1504fa-bq2343ws-abhinavflac-3", + "base_model_slug": "asus-vivobook-go-15-e1504fa-bq2343ws", + "name": "Asus Vivobook Go 15 E1504FA-BQ2343WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 422, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 3 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.994965", + "updated_at": "2026-07-08T02:20:50.994965", + "url": "/v1/laptops/asus-vivobook-go-15-e1504fa-bq2343ws-abhinavflac-3" +} diff --git a/site/public/v1/laptops/asus-vivobook-go-15-e1504fa-bq2523ws-abhinavflac-29/index.json b/site/public/v1/laptops/asus-vivobook-go-15-e1504fa-bq2523ws-abhinavflac-29/index.json new file mode 100644 index 000000000000..7e866d2d899f --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-go-15-e1504fa-bq2523ws-abhinavflac-29/index.json @@ -0,0 +1,42 @@ +{ + "id": 221, + "slug": "asus-vivobook-go-15-e1504fa-bq2523ws-abhinavflac-29", + "base_model_slug": "asus-vivobook-go-15-e1504fa-bq2523ws", + "name": "Asus Vivobook Go 15 E1504FA-BQ2523WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 446, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 29 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.994965", + "updated_at": "2026-07-08T02:20:50.994965", + "url": "/v1/laptops/asus-vivobook-go-15-e1504fa-bq2523ws-abhinavflac-29" +} diff --git a/site/public/v1/laptops/asus-vivobook-go-15-e1504fa-bq2543ws-abhinavflac-117/index.json b/site/public/v1/laptops/asus-vivobook-go-15-e1504fa-bq2543ws-abhinavflac-117/index.json new file mode 100644 index 000000000000..d714229c94f0 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-go-15-e1504fa-bq2543ws-abhinavflac-117/index.json @@ -0,0 +1,42 @@ +{ + "id": 222, + "slug": "asus-vivobook-go-15-e1504fa-bq2543ws-abhinavflac-117", + "base_model_slug": "asus-vivobook-go-15-e1504fa-bq2543ws", + "name": "Asus Vivobook Go 15 E1504FA-BQ2543WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 506, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 117 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.994965", + "updated_at": "2026-07-08T02:20:50.994965", + "url": "/v1/laptops/asus-vivobook-go-15-e1504fa-bq2543ws-abhinavflac-117" +} diff --git a/site/public/v1/laptops/asus-vivobook-go-15-e1504fa-nj131ws-abhinavflac-615/index.json b/site/public/v1/laptops/asus-vivobook-go-15-e1504fa-nj131ws-abhinavflac-615/index.json new file mode 100644 index 000000000000..7c6a908b676a --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-go-15-e1504fa-nj131ws-abhinavflac-615/index.json @@ -0,0 +1,42 @@ +{ + "id": 223, + "slug": "asus-vivobook-go-15-e1504fa-nj131ws-abhinavflac-615", + "base_model_slug": "asus-vivobook-go-15-e1504fa-nj131ws", + "name": "Asus Vivobook Go 15 E1504FA-NJ131WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 370, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 615 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.995967", + "updated_at": "2026-07-08T02:20:50.995967", + "url": "/v1/laptops/asus-vivobook-go-15-e1504fa-nj131ws-abhinavflac-615" +} diff --git a/site/public/v1/laptops/asus-vivobook-go-15-e1504fa-nj132ws-abhinavflac-616/index.json b/site/public/v1/laptops/asus-vivobook-go-15-e1504fa-nj132ws-abhinavflac-616/index.json new file mode 100644 index 000000000000..f7a6f456f0c7 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-go-15-e1504fa-nj132ws-abhinavflac-616/index.json @@ -0,0 +1,42 @@ +{ + "id": 224, + "slug": "asus-vivobook-go-15-e1504fa-nj132ws-abhinavflac-616", + "base_model_slug": "asus-vivobook-go-15-e1504fa-nj132ws", + "name": "Asus Vivobook Go 15 E1504FA-NJ132WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 419, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 616 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.995967", + "updated_at": "2026-07-08T02:20:50.995967", + "url": "/v1/laptops/asus-vivobook-go-15-e1504fa-nj132ws-abhinavflac-616" +} diff --git a/site/public/v1/laptops/asus-vivobook-go-15-e1504fa-nj549ws-abhinavflac-859/index.json b/site/public/v1/laptops/asus-vivobook-go-15-e1504fa-nj549ws-abhinavflac-859/index.json new file mode 100644 index 000000000000..db6637f58bff --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-go-15-e1504fa-nj549ws-abhinavflac-859/index.json @@ -0,0 +1,42 @@ +{ + "id": 225, + "slug": "asus-vivobook-go-15-e1504fa-nj549ws-abhinavflac-859", + "base_model_slug": "asus-vivobook-go-15-e1504fa-nj549ws", + "name": "Asus Vivobook Go 15 E1504FA-NJ549WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 494, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 859 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.995967", + "updated_at": "2026-07-08T02:20:50.995967", + "url": "/v1/laptops/asus-vivobook-go-15-e1504fa-nj549ws-abhinavflac-859" +} diff --git a/site/public/v1/laptops/asus-vivobook-go-15-e1504fa-nj5542ws-abhinavflac-440/index.json b/site/public/v1/laptops/asus-vivobook-go-15-e1504fa-nj5542ws-abhinavflac-440/index.json new file mode 100644 index 000000000000..a311508b8f5a --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-go-15-e1504fa-nj5542ws-abhinavflac-440/index.json @@ -0,0 +1,42 @@ +{ + "id": 226, + "slug": "asus-vivobook-go-15-e1504fa-nj5542ws-abhinavflac-440", + "base_model_slug": "asus-vivobook-go-15-e1504fa-nj5542ws", + "name": "Asus Vivobook Go 15 E1504FA-NJ5542WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 494, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 440 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.995967", + "updated_at": "2026-07-08T02:20:50.995967", + "url": "/v1/laptops/asus-vivobook-go-15-e1504fa-nj5542ws-abhinavflac-440" +} diff --git a/site/public/v1/laptops/asus-vivobook-go-15-e1504ga-nj3321wss-abhinavflac-443/index.json b/site/public/v1/laptops/asus-vivobook-go-15-e1504ga-nj3321wss-abhinavflac-443/index.json new file mode 100644 index 000000000000..f9865249a533 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-go-15-e1504ga-nj3321wss-abhinavflac-443/index.json @@ -0,0 +1,42 @@ +{ + "id": 282, + "slug": "asus-vivobook-go-15-e1504ga-nj3321wss-abhinavflac-443", + "base_model_slug": "asus-vivobook-go-15-e1504ga-nj3321wss", + "name": "Asus Vivobook Go 15 E1504GA-NJ3321WSS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 373, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 N305", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 443 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.999965", + "updated_at": "2026-07-08T02:20:50.999965", + "url": "/v1/laptops/asus-vivobook-go-15-e1504ga-nj3321wss-abhinavflac-443" +} diff --git a/site/public/v1/laptops/asus-vivobook-go-15-e510ka-ej011ws-abhinavflac-981/index.json b/site/public/v1/laptops/asus-vivobook-go-15-e510ka-ej011ws-abhinavflac-981/index.json new file mode 100644 index 000000000000..43205f4fc9ab --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-go-15-e510ka-ej011ws-abhinavflac-981/index.json @@ -0,0 +1,42 @@ +{ + "id": 283, + "slug": "asus-vivobook-go-15-e510ka-ej011ws-abhinavflac-981", + "base_model_slug": "asus-vivobook-go-15-e510ka-ej011ws", + "name": "Asus Vivobook Go 15 E510KA-EJ011WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 301, + "device_category": "Thin & Light", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel HD HD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 981 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.999965", + "updated_at": "2026-07-08T02:20:50.999965", + "url": "/v1/laptops/asus-vivobook-go-15-e510ka-ej011ws-abhinavflac-981" +} diff --git a/site/public/v1/laptops/asus-vivobook-go-15-e510ka-ej9011ws-abhinavflac-683/index.json b/site/public/v1/laptops/asus-vivobook-go-15-e510ka-ej9011ws-abhinavflac-683/index.json new file mode 100644 index 000000000000..c17f6953ab7e --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-go-15-e510ka-ej9011ws-abhinavflac-683/index.json @@ -0,0 +1,42 @@ +{ + "id": 284, + "slug": "asus-vivobook-go-15-e510ka-ej9011ws-abhinavflac-683", + "base_model_slug": "asus-vivobook-go-15-e510ka-ej9011ws", + "name": "Asus Vivobook Go 15 E510KA-EJ9011WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 301, + "device_category": "Thin & Light", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel HD HD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 683 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.999965", + "updated_at": "2026-07-08T02:20:50.999965", + "url": "/v1/laptops/asus-vivobook-go-15-e510ka-ej9011ws-abhinavflac-683" +} diff --git a/site/public/v1/laptops/asus-vivobook-go-15-e510kab-br1125ws-abhinavflac-157/index.json b/site/public/v1/laptops/asus-vivobook-go-15-e510kab-br1125ws-abhinavflac-157/index.json new file mode 100644 index 000000000000..4abfde3b0d88 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-go-15-e510kab-br1125ws-abhinavflac-157/index.json @@ -0,0 +1,42 @@ +{ + "id": 285, + "slug": "asus-vivobook-go-15-e510kab-br1125ws-abhinavflac-157", + "base_model_slug": "asus-vivobook-go-15-e510kab-br1125ws", + "name": "Asus Vivobook Go 15 E510KAB-BR1125WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 301, + "device_category": "Thin & Light", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 157 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.999965", + "updated_at": "2026-07-08T02:20:50.999965", + "url": "/v1/laptops/asus-vivobook-go-15-e510kab-br1125ws-abhinavflac-157" +} diff --git a/site/public/v1/laptops/asus-vivobook-go-15-oled-abhinavflac-860/index.json b/site/public/v1/laptops/asus-vivobook-go-15-oled-abhinavflac-860/index.json new file mode 100644 index 000000000000..0681e7cdf893 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-go-15-oled-abhinavflac-860/index.json @@ -0,0 +1,42 @@ +{ + "id": 227, + "slug": "asus-vivobook-go-15-oled-abhinavflac-860", + "base_model_slug": "asus-vivobook-go-15-oled", + "name": "Asus Vivobook Go 15 OLED E1504FAB-LK549WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 576, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 860 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.995967", + "updated_at": "2026-07-08T02:20:50.995967", + "url": "/v1/laptops/asus-vivobook-go-15-oled-abhinavflac-860" +} diff --git a/site/public/v1/laptops/asus-vivobook-go-15-x1500ka-ej021w-abhinavflac-758/index.json b/site/public/v1/laptops/asus-vivobook-go-15-x1500ka-ej021w-abhinavflac-758/index.json new file mode 100644 index 000000000000..d9c98d70e402 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-go-15-x1500ka-ej021w-abhinavflac-758/index.json @@ -0,0 +1,42 @@ +{ + "id": 286, + "slug": "asus-vivobook-go-15-x1500ka-ej021w-abhinavflac-758", + "base_model_slug": "asus-vivobook-go-15-x1500ka-ej021w", + "name": "Asus Vivobook Go 15 X1500KA-EJ021W", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 308, + "device_category": "Thin & Light", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel HD HD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 758 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.999965", + "updated_at": "2026-07-08T02:20:50.999965", + "url": "/v1/laptops/asus-vivobook-go-15-x1500ka-ej021w-abhinavflac-758" +} diff --git a/site/public/v1/laptops/asus-vivobook-s-14-oled-abhinavflac-669/index.json b/site/public/v1/laptops/asus-vivobook-s-14-oled-abhinavflac-669/index.json new file mode 100644 index 000000000000..403c052c6678 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-s-14-oled-abhinavflac-669/index.json @@ -0,0 +1,42 @@ +{ + "id": 287, + "slug": "asus-vivobook-s-14-oled-abhinavflac-669", + "base_model_slug": "asus-vivobook-s-14-oled", + "name": "Asus Vivobook S 14 OLED 2025 S5406SA-QD094WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1205, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 7 256V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 669 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.999965", + "updated_at": "2026-07-08T02:20:50.999965", + "url": "/v1/laptops/asus-vivobook-s-14-oled-abhinavflac-669" +} diff --git a/site/public/v1/laptops/asus-vivobook-s-14-oled-abhinavflac-670/index.json b/site/public/v1/laptops/asus-vivobook-s-14-oled-abhinavflac-670/index.json new file mode 100644 index 000000000000..427d7b0fe3e0 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-s-14-oled-abhinavflac-670/index.json @@ -0,0 +1,42 @@ +{ + "id": 288, + "slug": "asus-vivobook-s-14-oled-abhinavflac-670", + "base_model_slug": "asus-vivobook-s-14-oled", + "name": "Asus Vivobook S 14 OLED 2025 S5406SA-QD098WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1024, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 5 226V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 670 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.999965", + "updated_at": "2026-07-08T02:20:50.999965", + "url": "/v1/laptops/asus-vivobook-s-14-oled-abhinavflac-670" +} diff --git a/site/public/v1/laptops/asus-vivobook-s-15-oled-abhinavflac-852/index.json b/site/public/v1/laptops/asus-vivobook-s-15-oled-abhinavflac-852/index.json new file mode 100644 index 000000000000..6cceaeff4ffa --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-s-15-oled-abhinavflac-852/index.json @@ -0,0 +1,42 @@ +{ + "id": 289, + "slug": "asus-vivobook-s-15-oled-abhinavflac-852", + "base_model_slug": "asus-vivobook-s-15-oled", + "name": "Asus Vivobook S 15 OLED S5507QA-MA551WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 843, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Plus X1P 42", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "2880x1620" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 852 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.999965", + "updated_at": "2026-07-08T02:20:50.999965", + "url": "/v1/laptops/asus-vivobook-s-15-oled-abhinavflac-852" +} diff --git a/site/public/v1/laptops/asus-vivobook-s-15-oled-abhinavflac-984/index.json b/site/public/v1/laptops/asus-vivobook-s-15-oled-abhinavflac-984/index.json new file mode 100644 index 000000000000..a9593cf28829 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-s-15-oled-abhinavflac-984/index.json @@ -0,0 +1,42 @@ +{ + "id": 228, + "slug": "asus-vivobook-s-15-oled-abhinavflac-984", + "base_model_slug": "asus-vivobook-s-15-oled", + "name": "Asus Vivobook S 15 OLED 2024 S5506MA-MA951WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1446, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 9 185H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "2880x1620" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 984 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.995967", + "updated_at": "2026-07-08T02:20:50.995967", + "url": "/v1/laptops/asus-vivobook-s-15-oled-abhinavflac-984" +} diff --git a/site/public/v1/laptops/asus-vivobook-s-15-oled-abhinavflac-989/index.json b/site/public/v1/laptops/asus-vivobook-s-15-oled-abhinavflac-989/index.json new file mode 100644 index 000000000000..a4adfbf3ef92 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-s-15-oled-abhinavflac-989/index.json @@ -0,0 +1,42 @@ +{ + "id": 290, + "slug": "asus-vivobook-s-15-oled-abhinavflac-989", + "base_model_slug": "asus-vivobook-s-15-oled", + "name": "Asus Vivobook S 15 OLED 2024 S5507QAD-MA751WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1022, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Elite X1E 78 100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "2880x1620" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 989 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.000966", + "updated_at": "2026-07-08T02:20:51.000966", + "url": "/v1/laptops/asus-vivobook-s-15-oled-abhinavflac-989" +} diff --git a/site/public/v1/laptops/asus-vivobook-s14-2025-s3407qa-kp020ws-abhinavflac-413/index.json b/site/public/v1/laptops/asus-vivobook-s14-2025-s3407qa-kp020ws-abhinavflac-413/index.json new file mode 100644 index 000000000000..1a5a34b25d37 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-s14-2025-s3407qa-kp020ws-abhinavflac-413/index.json @@ -0,0 +1,42 @@ +{ + "id": 291, + "slug": "asus-vivobook-s14-2025-s3407qa-kp020ws-abhinavflac-413", + "base_model_slug": "asus-vivobook-s14-2025-s3407qa-kp020ws", + "name": "Asus Vivobook S14 2025 S3407QA-KP020WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 795, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X X1 26 100", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 413 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.000966", + "updated_at": "2026-07-08T02:20:51.000966", + "url": "/v1/laptops/asus-vivobook-s14-2025-s3407qa-kp020ws-abhinavflac-413" +} diff --git a/site/public/v1/laptops/asus-vivobook-s14-2025-s3407va-ly037ws-abhinavflac-531/index.json b/site/public/v1/laptops/asus-vivobook-s14-2025-s3407va-ly037ws-abhinavflac-531/index.json new file mode 100644 index 000000000000..9a61c71e81d7 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-s14-2025-s3407va-ly037ws-abhinavflac-531/index.json @@ -0,0 +1,42 @@ +{ + "id": 229, + "slug": "asus-vivobook-s14-2025-s3407va-ly037ws-abhinavflac-531", + "base_model_slug": "asus-vivobook-s14-2025-s3407va-ly037ws", + "name": "Asus Vivobook S14 2025 S3407VA-LY037WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 711, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 531 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.995967", + "updated_at": "2026-07-08T02:20:50.995967", + "url": "/v1/laptops/asus-vivobook-s14-2025-s3407va-ly037ws-abhinavflac-531" +} diff --git a/site/public/v1/laptops/asus-vivobook-s14-2025-s3407va-ly040ws-abhinavflac-532/index.json b/site/public/v1/laptops/asus-vivobook-s14-2025-s3407va-ly040ws-abhinavflac-532/index.json new file mode 100644 index 000000000000..64555d6ae596 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-s14-2025-s3407va-ly040ws-abhinavflac-532/index.json @@ -0,0 +1,42 @@ +{ + "id": 230, + "slug": "asus-vivobook-s14-2025-s3407va-ly040ws-abhinavflac-532", + "base_model_slug": "asus-vivobook-s14-2025-s3407va-ly040ws", + "name": "Asus Vivobook S14 2025 S3407VA-LY040WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 831, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 532 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.995967", + "updated_at": "2026-07-08T02:20:50.995967", + "url": "/v1/laptops/asus-vivobook-s14-2025-s3407va-ly040ws-abhinavflac-532" +} diff --git a/site/public/v1/laptops/asus-vivobook-s14-2025-s3407va-ly080ws-abhinavflac-133/index.json b/site/public/v1/laptops/asus-vivobook-s14-2025-s3407va-ly080ws-abhinavflac-133/index.json new file mode 100644 index 000000000000..b02c36d8dda5 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-s14-2025-s3407va-ly080ws-abhinavflac-133/index.json @@ -0,0 +1,42 @@ +{ + "id": 292, + "slug": "asus-vivobook-s14-2025-s3407va-ly080ws-abhinavflac-133", + "base_model_slug": "asus-vivobook-s14-2025-s3407va-ly080ws", + "name": "Asus Vivobook S14 2025 S3407VA-LY080WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 783, + "device_category": "Thin & Light", + "cpu_name": "Intel Core 5 210H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 133 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.000966", + "updated_at": "2026-07-08T02:20:51.000966", + "url": "/v1/laptops/asus-vivobook-s14-2025-s3407va-ly080ws-abhinavflac-133" +} diff --git a/site/public/v1/laptops/asus-vivobook-s14-flip-2025-abhinavflac-482/index.json b/site/public/v1/laptops/asus-vivobook-s14-flip-2025-abhinavflac-482/index.json new file mode 100644 index 000000000000..78afcbc92bef --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-s14-flip-2025-abhinavflac-482/index.json @@ -0,0 +1,42 @@ +{ + "id": 231, + "slug": "asus-vivobook-s14-flip-2025-abhinavflac-482", + "base_model_slug": "asus-vivobook-s14-flip-2025", + "name": "Asus Vivobook S14 Flip 2025 TP3402VAO-LZ619WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 807, + "device_category": "Convertible", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 482 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.995967", + "updated_at": "2026-07-08T02:20:50.995967", + "url": "/v1/laptops/asus-vivobook-s14-flip-2025-abhinavflac-482" +} diff --git a/site/public/v1/laptops/asus-vivobook-s14-flip-2025-abhinavflac-533/index.json b/site/public/v1/laptops/asus-vivobook-s14-flip-2025-abhinavflac-533/index.json new file mode 100644 index 000000000000..459740850ca4 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-s14-flip-2025-abhinavflac-533/index.json @@ -0,0 +1,42 @@ +{ + "id": 232, + "slug": "asus-vivobook-s14-flip-2025-abhinavflac-533", + "base_model_slug": "asus-vivobook-s14-flip-2025", + "name": "ASUS Vivobook S14 Flip 2025 TP3402VAO-LZ612WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 807, + "device_category": "Convertible", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 533 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.995967", + "updated_at": "2026-07-08T02:20:50.995967", + "url": "/v1/laptops/asus-vivobook-s14-flip-2025-abhinavflac-533" +} diff --git a/site/public/v1/laptops/asus-vivobook-s14-m3407ka-sf044ws-abhinavflac-171/index.json b/site/public/v1/laptops/asus-vivobook-s14-m3407ka-sf044ws-abhinavflac-171/index.json new file mode 100644 index 000000000000..af0cfe599378 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-s14-m3407ka-sf044ws-abhinavflac-171/index.json @@ -0,0 +1,42 @@ +{ + "id": 130, + "slug": "asus-vivobook-s14-m3407ka-sf044ws-abhinavflac-171", + "base_model_slug": "asus-vivobook-s14-m3407ka-sf044ws", + "name": "Asus VivoBook S14 M3407KA-SF044WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2019-01-01", + "msrp_usd": 855, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen Ai 5 330", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 171 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.988965", + "updated_at": "2026-07-08T02:20:50.988965", + "url": "/v1/laptops/asus-vivobook-s14-m3407ka-sf044ws-abhinavflac-171" +} diff --git a/site/public/v1/laptops/asus-vivobook-s14-m3407ka-sf047ws-abhinavflac-195/index.json b/site/public/v1/laptops/asus-vivobook-s14-m3407ka-sf047ws-abhinavflac-195/index.json new file mode 100644 index 000000000000..deea84583482 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-s14-m3407ka-sf047ws-abhinavflac-195/index.json @@ -0,0 +1,42 @@ +{ + "id": 131, + "slug": "asus-vivobook-s14-m3407ka-sf047ws-abhinavflac-195", + "base_model_slug": "asus-vivobook-s14-m3407ka-sf047ws", + "name": "Asus VivoBook S14 M3407KA-SF047WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2019-01-01", + "msrp_usd": 1000, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen Ai 7 350", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 195 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.988965", + "updated_at": "2026-07-08T02:20:50.988965", + "url": "/v1/laptops/asus-vivobook-s14-m3407ka-sf047ws-abhinavflac-195" +} diff --git a/site/public/v1/laptops/asus-vivobook-s14-m3407ka-sf049ws-abhinavflac-194/index.json b/site/public/v1/laptops/asus-vivobook-s14-m3407ka-sf049ws-abhinavflac-194/index.json new file mode 100644 index 000000000000..6b31786f0c35 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-s14-m3407ka-sf049ws-abhinavflac-194/index.json @@ -0,0 +1,42 @@ +{ + "id": 132, + "slug": "asus-vivobook-s14-m3407ka-sf049ws-abhinavflac-194", + "base_model_slug": "asus-vivobook-s14-m3407ka-sf049ws", + "name": "Asus VivoBook S14 M3407KA-SF049WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2019-01-01", + "msrp_usd": 1060, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen Ai 7 350", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 194 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.988965", + "updated_at": "2026-07-08T02:20:50.988965", + "url": "/v1/laptops/asus-vivobook-s14-m3407ka-sf049ws-abhinavflac-194" +} diff --git a/site/public/v1/laptops/asus-vivobook-s15-k5504vab-bn416ws-abhinavflac-755/index.json b/site/public/v1/laptops/asus-vivobook-s15-k5504vab-bn416ws-abhinavflac-755/index.json new file mode 100644 index 000000000000..f173b4a1dfd0 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-s15-k5504vab-bn416ws-abhinavflac-755/index.json @@ -0,0 +1,42 @@ +{ + "id": 233, + "slug": "asus-vivobook-s15-k5504vab-bn416ws-abhinavflac-755", + "base_model_slug": "asus-vivobook-s15-k5504vab-bn416ws", + "name": "Asus Vivobook S15 K5504VAB-BN416WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 817, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13500H", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 755 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.995967", + "updated_at": "2026-07-08T02:20:50.995967", + "url": "/v1/laptops/asus-vivobook-s15-k5504vab-bn416ws-abhinavflac-755" +} diff --git a/site/public/v1/laptops/asus-vivobook-s15-k5504vab-bn417ws-abhinavflac-824/index.json b/site/public/v1/laptops/asus-vivobook-s15-k5504vab-bn417ws-abhinavflac-824/index.json new file mode 100644 index 000000000000..dbdf56f67098 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-s15-k5504vab-bn417ws-abhinavflac-824/index.json @@ -0,0 +1,42 @@ +{ + "id": 234, + "slug": "asus-vivobook-s15-k5504vab-bn417ws-abhinavflac-824", + "base_model_slug": "asus-vivobook-s15-k5504vab-bn417ws", + "name": "Asus Vivobook S15 K5504VAB-BN417WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 879, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I9 13900H", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 824 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.995967", + "updated_at": "2026-07-08T02:20:50.995967", + "url": "/v1/laptops/asus-vivobook-s15-k5504vab-bn417ws-abhinavflac-824" +} diff --git a/site/public/v1/laptops/asus-vivobook-s15-oled-s5504va-ma943ws-abhinavflac-889/index.json b/site/public/v1/laptops/asus-vivobook-s15-oled-s5504va-ma943ws-abhinavflac-889/index.json new file mode 100644 index 000000000000..3b93c5f530ff --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-s15-oled-s5504va-ma943ws-abhinavflac-889/index.json @@ -0,0 +1,42 @@ +{ + "id": 235, + "slug": "asus-vivobook-s15-oled-s5504va-ma943ws-abhinavflac-889", + "base_model_slug": "asus-vivobook-s15-oled-s5504va-ma943ws", + "name": "Asus Vivobook S15 OLED S5504VA-MA943WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1155, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I9 13900H", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "2880x1620" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 889 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.995967", + "updated_at": "2026-07-08T02:20:50.995967", + "url": "/v1/laptops/asus-vivobook-s15-oled-s5504va-ma943ws-abhinavflac-889" +} diff --git a/site/public/v1/laptops/asus-vivobook-s16-2025-s3607qa-sh074ws-abhinavflac-233/index.json b/site/public/v1/laptops/asus-vivobook-s16-2025-s3607qa-sh074ws-abhinavflac-233/index.json new file mode 100644 index 000000000000..20667065478e --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-s16-2025-s3607qa-sh074ws-abhinavflac-233/index.json @@ -0,0 +1,42 @@ +{ + "id": 293, + "slug": "asus-vivobook-s16-2025-s3607qa-sh074ws-abhinavflac-233", + "base_model_slug": "asus-vivobook-s16-2025-s3607qa-sh074ws", + "name": "Asus Vivobook S16 2025 S3607QA-SH074WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 879, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X X1 26 100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 233 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.000966", + "updated_at": "2026-07-08T02:20:51.000966", + "url": "/v1/laptops/asus-vivobook-s16-2025-s3607qa-sh074ws-abhinavflac-233" +} diff --git a/site/public/v1/laptops/asus-vivobook-s16-s3607ca-sh071ws-abhinavflac-203/index.json b/site/public/v1/laptops/asus-vivobook-s16-s3607ca-sh071ws-abhinavflac-203/index.json new file mode 100644 index 000000000000..9b55d38c06c0 --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-s16-s3607ca-sh071ws-abhinavflac-203/index.json @@ -0,0 +1,42 @@ +{ + "id": 294, + "slug": "asus-vivobook-s16-s3607ca-sh071ws-abhinavflac-203", + "base_model_slug": "asus-vivobook-s16-s3607ca-sh071ws", + "name": "Asus Vivobook S16 S3607CA-SH071WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 971, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 5 225H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 203 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.000966", + "updated_at": "2026-07-08T02:20:51.000966", + "url": "/v1/laptops/asus-vivobook-s16-s3607ca-sh071ws-abhinavflac-203" +} diff --git a/site/public/v1/laptops/asus-vivobook-s16-s3607ca-sh077ws-abhinavflac-159/index.json b/site/public/v1/laptops/asus-vivobook-s16-s3607ca-sh077ws-abhinavflac-159/index.json new file mode 100644 index 000000000000..400202a0ea9e --- /dev/null +++ b/site/public/v1/laptops/asus-vivobook-s16-s3607ca-sh077ws-abhinavflac-159/index.json @@ -0,0 +1,42 @@ +{ + "id": 295, + "slug": "asus-vivobook-s16-s3607ca-sh077ws-abhinavflac-159", + "base_model_slug": "asus-vivobook-s16-s3607ca-sh077ws", + "name": "Asus Vivobook S16 S3607CA-SH077WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1192, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 7 255H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 159 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.000966", + "updated_at": "2026-07-08T02:20:51.000966", + "url": "/v1/laptops/asus-vivobook-s16-s3607ca-sh077ws-abhinavflac-159" +} diff --git a/site/public/v1/laptops/asus-zenbook-14-oled-2025-abhinavflac-676/index.json b/site/public/v1/laptops/asus-zenbook-14-oled-2025-abhinavflac-676/index.json new file mode 100644 index 000000000000..7c6047c09368 --- /dev/null +++ b/site/public/v1/laptops/asus-zenbook-14-oled-2025-abhinavflac-676/index.json @@ -0,0 +1,42 @@ +{ + "id": 296, + "slug": "asus-zenbook-14-oled-2025-abhinavflac-676", + "base_model_slug": "asus-zenbook-14-oled-2025", + "name": "Asus Zenbook 14 OLED 2025 UX3405CA-PZ348WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1422, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 255H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 676 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.000966", + "updated_at": "2026-07-08T02:20:51.000966", + "url": "/v1/laptops/asus-zenbook-14-oled-2025-abhinavflac-676" +} diff --git a/site/public/v1/laptops/asus-zenbook-14-oled-2025-abhinavflac-678/index.json b/site/public/v1/laptops/asus-zenbook-14-oled-2025-abhinavflac-678/index.json new file mode 100644 index 000000000000..bb73c06aac1a --- /dev/null +++ b/site/public/v1/laptops/asus-zenbook-14-oled-2025-abhinavflac-678/index.json @@ -0,0 +1,42 @@ +{ + "id": 297, + "slug": "asus-zenbook-14-oled-2025-abhinavflac-678", + "base_model_slug": "asus-zenbook-14-oled-2025", + "name": "Asus Zenbook 14 OLED 2025 UX3405CA-PZ162WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1130, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 225H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 678 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.000966", + "updated_at": "2026-07-08T02:20:51.000966", + "url": "/v1/laptops/asus-zenbook-14-oled-2025-abhinavflac-678" +} diff --git a/site/public/v1/laptops/asus-zenbook-14-oled-2025-abhinavflac-679/index.json b/site/public/v1/laptops/asus-zenbook-14-oled-2025-abhinavflac-679/index.json new file mode 100644 index 000000000000..07fb4a277876 --- /dev/null +++ b/site/public/v1/laptops/asus-zenbook-14-oled-2025-abhinavflac-679/index.json @@ -0,0 +1,42 @@ +{ + "id": 298, + "slug": "asus-zenbook-14-oled-2025-abhinavflac-679", + "base_model_slug": "asus-zenbook-14-oled-2025", + "name": "Asus Zenbook 14 OLED 2025 UX3405CA-PZ164WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1530, + "device_category": "General", + "cpu_name": "Intel Core Ultra 9 285H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 679 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.000966", + "updated_at": "2026-07-08T02:20:51.000966", + "url": "/v1/laptops/asus-zenbook-14-oled-2025-abhinavflac-679" +} diff --git a/site/public/v1/laptops/asus-zenbook-14-oled-2025-abhinavflac-680/index.json b/site/public/v1/laptops/asus-zenbook-14-oled-2025-abhinavflac-680/index.json new file mode 100644 index 000000000000..8679aac0fd7c --- /dev/null +++ b/site/public/v1/laptops/asus-zenbook-14-oled-2025-abhinavflac-680/index.json @@ -0,0 +1,42 @@ +{ + "id": 299, + "slug": "asus-zenbook-14-oled-2025-abhinavflac-680", + "base_model_slug": "asus-zenbook-14-oled-2025", + "name": "Asus Zenbook 14 OLED 2025 UX3405CA-PZ163WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1422, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 255H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 680 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.000966", + "updated_at": "2026-07-08T02:20:51.000966", + "url": "/v1/laptops/asus-zenbook-14-oled-2025-abhinavflac-680" +} diff --git a/site/public/v1/laptops/asus-zenbook-14-oled-ux3405ma-pp555ws-abhinavflac-710/index.json b/site/public/v1/laptops/asus-zenbook-14-oled-ux3405ma-pp555ws-abhinavflac-710/index.json new file mode 100644 index 000000000000..a2b36c9da3a0 --- /dev/null +++ b/site/public/v1/laptops/asus-zenbook-14-oled-ux3405ma-pp555ws-abhinavflac-710/index.json @@ -0,0 +1,42 @@ +{ + "id": 236, + "slug": "asus-zenbook-14-oled-ux3405ma-pp555ws-abhinavflac-710", + "base_model_slug": "asus-zenbook-14-oled-ux3405ma-pp555ws", + "name": "Asus Zenbook 14 OLED UX3405MA-PP555WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1084, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 710 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.995967", + "updated_at": "2026-07-08T02:20:50.996965", + "url": "/v1/laptops/asus-zenbook-14-oled-ux3405ma-pp555ws-abhinavflac-710" +} diff --git a/site/public/v1/laptops/asus-zenbook-14-um3406ka-pp240ws-abhinavflac-350/index.json b/site/public/v1/laptops/asus-zenbook-14-um3406ka-pp240ws-abhinavflac-350/index.json new file mode 100644 index 000000000000..9a2566637574 --- /dev/null +++ b/site/public/v1/laptops/asus-zenbook-14-um3406ka-pp240ws-abhinavflac-350/index.json @@ -0,0 +1,42 @@ +{ + "id": 133, + "slug": "asus-zenbook-14-um3406ka-pp240ws-abhinavflac-350", + "base_model_slug": "asus-zenbook-14-um3406ka-pp240ws", + "name": "Asus Zenbook 14 UM3406KA-PP240WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2019-01-01", + "msrp_usd": 1084, + "device_category": "General", + "cpu_name": "AMD Ryzen Ai 5 340", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 350 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.988965", + "updated_at": "2026-07-08T02:20:50.988965", + "url": "/v1/laptops/asus-zenbook-14-um3406ka-pp240ws-abhinavflac-350" +} diff --git a/site/public/v1/laptops/asus-zenbook-a14-ux3407qa-qd259ws-abhinavflac-656/index.json b/site/public/v1/laptops/asus-zenbook-a14-ux3407qa-qd259ws-abhinavflac-656/index.json new file mode 100644 index 000000000000..e79c1eeb6e02 --- /dev/null +++ b/site/public/v1/laptops/asus-zenbook-a14-ux3407qa-qd259ws-abhinavflac-656/index.json @@ -0,0 +1,42 @@ +{ + "id": 300, + "slug": "asus-zenbook-a14-ux3407qa-qd259ws-abhinavflac-656", + "base_model_slug": "asus-zenbook-a14-ux3407qa-qd259ws", + "name": "Asus Zenbook A14 UX3407QA-QD259WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1012, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X X1 26 100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 656 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.000966", + "updated_at": "2026-07-08T02:20:51.000966", + "url": "/v1/laptops/asus-zenbook-a14-ux3407qa-qd259ws-abhinavflac-656" +} diff --git a/site/public/v1/laptops/asus-zenbook-a14-ux3407ra-qd054ws-abhinavflac-655/index.json b/site/public/v1/laptops/asus-zenbook-a14-ux3407ra-qd054ws-abhinavflac-655/index.json new file mode 100644 index 000000000000..f478f8504513 --- /dev/null +++ b/site/public/v1/laptops/asus-zenbook-a14-ux3407ra-qd054ws-abhinavflac-655/index.json @@ -0,0 +1,42 @@ +{ + "id": 301, + "slug": "asus-zenbook-a14-ux3407ra-qd054ws-abhinavflac-655", + "base_model_slug": "asus-zenbook-a14-ux3407ra-qd054ws", + "name": "Asus Zenbook A14 UX3407RA-QD054WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1084, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Elite X1E 78 100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 655 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.000966", + "updated_at": "2026-07-08T02:20:51.000966", + "url": "/v1/laptops/asus-zenbook-a14-ux3407ra-qd054ws-abhinavflac-655" +} diff --git a/site/public/v1/laptops/asus-zenbook-duo-oled-2025-abhinavflac-674/index.json b/site/public/v1/laptops/asus-zenbook-duo-oled-2025-abhinavflac-674/index.json new file mode 100644 index 000000000000..c5a01f697dbf --- /dev/null +++ b/site/public/v1/laptops/asus-zenbook-duo-oled-2025-abhinavflac-674/index.json @@ -0,0 +1,42 @@ +{ + "id": 302, + "slug": "asus-zenbook-duo-oled-2025-abhinavflac-674", + "base_model_slug": "asus-zenbook-duo-oled-2025", + "name": "Asus Zenbook Duo OLED 2025 UX8406CA-PZ106WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2952, + "device_category": "General", + "cpu_name": "Intel Core Ultra 9 285H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 674 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.001966", + "updated_at": "2026-07-08T02:20:51.001966", + "url": "/v1/laptops/asus-zenbook-duo-oled-2025-abhinavflac-674" +} diff --git a/site/public/v1/laptops/asus-zenbook-s14-oled-ux5406sa-pz357ws-abhinavflac-817/index.json b/site/public/v1/laptops/asus-zenbook-s14-oled-ux5406sa-pz357ws-abhinavflac-817/index.json new file mode 100644 index 000000000000..9af784a68efa --- /dev/null +++ b/site/public/v1/laptops/asus-zenbook-s14-oled-ux5406sa-pz357ws-abhinavflac-817/index.json @@ -0,0 +1,42 @@ +{ + "id": 303, + "slug": "asus-zenbook-s14-oled-ux5406sa-pz357ws-abhinavflac-817", + "base_model_slug": "asus-zenbook-s14-oled-ux5406sa-pz357ws", + "name": "Asus Zenbook S14 OLED UX5406SA-PZ357WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1687, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 258V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 817 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.001966", + "updated_at": "2026-07-08T02:20:51.001966", + "url": "/v1/laptops/asus-zenbook-s14-oled-ux5406sa-pz357ws-abhinavflac-817" +} diff --git a/site/public/v1/laptops/asus-zenbook-s16-oled-2025-abhinavflac-577/index.json b/site/public/v1/laptops/asus-zenbook-s16-oled-2025-abhinavflac-577/index.json new file mode 100644 index 000000000000..c74732813caf --- /dev/null +++ b/site/public/v1/laptops/asus-zenbook-s16-oled-2025-abhinavflac-577/index.json @@ -0,0 +1,42 @@ +{ + "id": 134, + "slug": "asus-zenbook-s16-oled-2025-abhinavflac-577", + "base_model_slug": "asus-zenbook-s16-oled-2025", + "name": "Asus Zenbook S16 OLED 2025 UM5606KA-RJ108WS", + "brand": { + "id": 130, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "cpu": null, + "gpu": null, + "release_date": "2019-01-01", + "msrp_usd": 1537, + "device_category": "General", + "cpu_name": "AMD Ryzen Ai 7 350", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 24, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 577 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:50.988965", + "updated_at": "2026-07-08T02:20:50.988965", + "url": "/v1/laptops/asus-zenbook-s16-oled-2025-abhinavflac-577" +} diff --git a/site/public/v1/laptops/dell-14-7440-abhinavflac-65/index.json b/site/public/v1/laptops/dell-14-7440-abhinavflac-65/index.json new file mode 100644 index 000000000000..ec91559cdd3a --- /dev/null +++ b/site/public/v1/laptops/dell-14-7440-abhinavflac-65/index.json @@ -0,0 +1,42 @@ +{ + "id": 351, + "slug": "dell-14-7440-abhinavflac-65", + "base_model_slug": "dell-14-7440", + "name": "Dell 14 7440 OIN74401001R1RINU1O", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 825, + "device_category": "General", + "cpu_name": "Intel Core 5 210H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 65 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.004965", + "updated_at": "2026-07-08T02:20:51.004965", + "url": "/v1/laptops/dell-14-7440-abhinavflac-65" +} diff --git a/site/public/v1/laptops/dell-14-7440-abhinavflac-67/index.json b/site/public/v1/laptops/dell-14-7440-abhinavflac-67/index.json new file mode 100644 index 000000000000..5879b860de5c --- /dev/null +++ b/site/public/v1/laptops/dell-14-7440-abhinavflac-67/index.json @@ -0,0 +1,42 @@ +{ + "id": 352, + "slug": "dell-14-7440-abhinavflac-67", + "base_model_slug": "dell-14-7440", + "name": "Dell 14 7440 OIN74401002R1RINU1O", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 934, + "device_category": "General", + "cpu_name": "Intel Core 7 240H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 67 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.004965", + "updated_at": "2026-07-08T02:20:51.004965", + "url": "/v1/laptops/dell-14-7440-abhinavflac-67" +} diff --git a/site/public/v1/laptops/dell-14-inspiron-5440-100uu-abhinavflac-6/index.json b/site/public/v1/laptops/dell-14-inspiron-5440-100uu-abhinavflac-6/index.json new file mode 100644 index 000000000000..40dc59c12644 --- /dev/null +++ b/site/public/v1/laptops/dell-14-inspiron-5440-100uu-abhinavflac-6/index.json @@ -0,0 +1,42 @@ +{ + "id": 353, + "slug": "dell-14-inspiron-5440-100uu-abhinavflac-6", + "base_model_slug": "dell-14-inspiron-5440-100uu", + "name": "Dell 14 Inspiron 5440 (100UU / 16GB / 512GB / Windows)", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 455, + "device_category": "General", + "cpu_name": "Intel Core I3 100U", + "gpu_name": null, + "gpu_type": null, + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 6 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.004965", + "updated_at": "2026-07-08T02:20:51.004965", + "url": "/v1/laptops/dell-14-inspiron-5440-100uu-abhinavflac-6" +} diff --git a/site/public/v1/laptops/dell-14-inspiron-5440-1334uu-abhinavflac-741/index.json b/site/public/v1/laptops/dell-14-inspiron-5440-1334uu-abhinavflac-741/index.json new file mode 100644 index 000000000000..f5c53358ae3f --- /dev/null +++ b/site/public/v1/laptops/dell-14-inspiron-5440-1334uu-abhinavflac-741/index.json @@ -0,0 +1,42 @@ +{ + "id": 323, + "slug": "dell-14-inspiron-5440-1334uu-abhinavflac-741", + "base_model_slug": "dell-14-inspiron-5440-1334uu", + "name": "Dell 14 Inspiron 5440 (1334UU / 16GB / 1024GB / Integrated Graphics / Windows)", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 853, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 741 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.002965", + "updated_at": "2026-07-08T02:20:51.002965", + "url": "/v1/laptops/dell-14-inspiron-5440-1334uu-abhinavflac-741" +} diff --git a/site/public/v1/laptops/dell-14-inspiron-5441-abhinavflac-744/index.json b/site/public/v1/laptops/dell-14-inspiron-5441-abhinavflac-744/index.json new file mode 100644 index 000000000000..fe7e4211779f --- /dev/null +++ b/site/public/v1/laptops/dell-14-inspiron-5441-abhinavflac-744/index.json @@ -0,0 +1,42 @@ +{ + "id": 354, + "slug": "dell-14-inspiron-5441-abhinavflac-744", + "base_model_slug": "dell-14-inspiron-5441", + "name": "Dell 14 Inspiron 5441", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1102, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Plus X1P-64-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 744 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.004965", + "updated_at": "2026-07-08T02:20:51.004965", + "url": "/v1/laptops/dell-14-inspiron-5441-abhinavflac-744" +} diff --git a/site/public/v1/laptops/dell-14-inspiron-7440-2in1-abhinavflac-823/index.json b/site/public/v1/laptops/dell-14-inspiron-7440-2in1-abhinavflac-823/index.json new file mode 100644 index 000000000000..1d33608e7400 --- /dev/null +++ b/site/public/v1/laptops/dell-14-inspiron-7440-2in1-abhinavflac-823/index.json @@ -0,0 +1,42 @@ +{ + "id": 355, + "slug": "dell-14-inspiron-7440-2in1-abhinavflac-823", + "base_model_slug": "dell-14-inspiron-7440-2in1", + "name": "Dell 14 Inspiron 7440 2in1", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1030, + "device_category": "General", + "cpu_name": "Intel Core 7 150U", + "gpu_name": null, + "gpu_type": null, + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2240x1400" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 823 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.004965", + "updated_at": "2026-07-08T02:20:51.004965", + "url": "/v1/laptops/dell-14-inspiron-7440-2in1-abhinavflac-823" +} diff --git a/site/public/v1/laptops/dell-14-latitude-3440-1215uu-abhinavflac-792/index.json b/site/public/v1/laptops/dell-14-latitude-3440-1215uu-abhinavflac-792/index.json new file mode 100644 index 000000000000..ceb96bd3d604 --- /dev/null +++ b/site/public/v1/laptops/dell-14-latitude-3440-1215uu-abhinavflac-792/index.json @@ -0,0 +1,42 @@ +{ + "id": 310, + "slug": "dell-14-latitude-3440-1215uu-abhinavflac-792", + "base_model_slug": "dell-14-latitude-3440-1215uu", + "name": "Dell 14 Latitude 3440 (1215UU / 16GB / 512GB / Integrated Graphics / Windows)", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 439, + "device_category": "Business", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 792 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.001966", + "updated_at": "2026-07-08T02:20:51.001966", + "url": "/v1/laptops/dell-14-latitude-3440-1215uu-abhinavflac-792" +} diff --git a/site/public/v1/laptops/dell-14-latitude-3440-1235uu-abhinavflac-739/index.json b/site/public/v1/laptops/dell-14-latitude-3440-1235uu-abhinavflac-739/index.json new file mode 100644 index 000000000000..bd46b0641477 --- /dev/null +++ b/site/public/v1/laptops/dell-14-latitude-3440-1235uu-abhinavflac-739/index.json @@ -0,0 +1,42 @@ +{ + "id": 311, + "slug": "dell-14-latitude-3440-1235uu-abhinavflac-739", + "base_model_slug": "dell-14-latitude-3440-1235uu", + "name": "Dell 14 Latitude 3440 (1235UU / 16GB / 512GB / Integrated Graphics / Windows)", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 777, + "device_category": "Business", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 739 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.001966", + "updated_at": "2026-07-08T02:20:51.001966", + "url": "/v1/laptops/dell-14-latitude-3440-1235uu-abhinavflac-739" +} diff --git a/site/public/v1/laptops/dell-14-plus-2-in-1-abhinavflac-66/index.json b/site/public/v1/laptops/dell-14-plus-2-in-1-abhinavflac-66/index.json new file mode 100644 index 000000000000..ba432fdb6d7f --- /dev/null +++ b/site/public/v1/laptops/dell-14-plus-2-in-1-abhinavflac-66/index.json @@ -0,0 +1,42 @@ +{ + "id": 304, + "slug": "dell-14-plus-2-in-1-abhinavflac-66", + "base_model_slug": "dell-14-plus-2-in-1", + "name": "Dell 14 Plus DB04255 2-in-1", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2019-01-01", + "msrp_usd": 1144, + "device_category": "Convertible", + "cpu_name": "AMD Ryzen Ai 7 350", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 66 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.001966", + "updated_at": "2026-07-08T02:20:51.001966", + "url": "/v1/laptops/dell-14-plus-2-in-1-abhinavflac-66" +} diff --git a/site/public/v1/laptops/dell-14-plus-2-in-1-touch-abhinavflac-107/index.json b/site/public/v1/laptops/dell-14-plus-2-in-1-touch-abhinavflac-107/index.json new file mode 100644 index 000000000000..87f5e7150273 --- /dev/null +++ b/site/public/v1/laptops/dell-14-plus-2-in-1-touch-abhinavflac-107/index.json @@ -0,0 +1,42 @@ +{ + "id": 357, + "slug": "dell-14-plus-2-in-1-touch-abhinavflac-107", + "base_model_slug": "dell-14-plus-2-in-1-touch", + "name": "Dell 14 Plus 2-in-1 ODB0425020301RINU1 Touch", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1300, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 256V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 107 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.005966", + "updated_at": "2026-07-08T02:20:51.005966", + "url": "/v1/laptops/dell-14-plus-2-in-1-touch-abhinavflac-107" +} diff --git a/site/public/v1/laptops/dell-14-plus-2-in-1-touch-abhinavflac-174/index.json b/site/public/v1/laptops/dell-14-plus-2-in-1-touch-abhinavflac-174/index.json new file mode 100644 index 000000000000..191fcfdbff32 --- /dev/null +++ b/site/public/v1/laptops/dell-14-plus-2-in-1-touch-abhinavflac-174/index.json @@ -0,0 +1,42 @@ +{ + "id": 358, + "slug": "dell-14-plus-2-in-1-touch-abhinavflac-174", + "base_model_slug": "dell-14-plus-2-in-1-touch", + "name": "Dell 14 Plus 2-in-1 Touch", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1036, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 5 226V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 174 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.005966", + "updated_at": "2026-07-08T02:20:51.005966", + "url": "/v1/laptops/dell-14-plus-2-in-1-touch-abhinavflac-174" +} diff --git a/site/public/v1/laptops/dell-14-plus-2in1-abhinavflac-64/index.json b/site/public/v1/laptops/dell-14-plus-2in1-abhinavflac-64/index.json new file mode 100644 index 000000000000..fbef1332c9d1 --- /dev/null +++ b/site/public/v1/laptops/dell-14-plus-2in1-abhinavflac-64/index.json @@ -0,0 +1,42 @@ +{ + "id": 305, + "slug": "dell-14-plus-2in1-abhinavflac-64", + "base_model_slug": "dell-14-plus-2in1", + "name": "Dell 14 Plus DB04255 2in1", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2019-01-01", + "msrp_usd": 994, + "device_category": "General", + "cpu_name": "AMD Ryzen Ai 5 340", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 64 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.001966", + "updated_at": "2026-07-08T02:20:51.001966", + "url": "/v1/laptops/dell-14-plus-2in1-abhinavflac-64" +} diff --git a/site/public/v1/laptops/dell-14-plus-abhinavflac-102/index.json b/site/public/v1/laptops/dell-14-plus-abhinavflac-102/index.json new file mode 100644 index 000000000000..325648af9245 --- /dev/null +++ b/site/public/v1/laptops/dell-14-plus-abhinavflac-102/index.json @@ -0,0 +1,42 @@ +{ + "id": 356, + "slug": "dell-14-plus-abhinavflac-102", + "base_model_slug": "dell-14-plus", + "name": "Dell 14 Plus DB14250 ODB1425020801RINU1", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1361, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 256V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "2560x1440" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 102 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.005966", + "updated_at": "2026-07-08T02:20:51.005966", + "url": "/v1/laptops/dell-14-plus-abhinavflac-102" +} diff --git a/site/public/v1/laptops/dell-14-plus-ai-abhinavflac-207/index.json b/site/public/v1/laptops/dell-14-plus-ai-abhinavflac-207/index.json new file mode 100644 index 000000000000..bbd1677fc4bb --- /dev/null +++ b/site/public/v1/laptops/dell-14-plus-ai-abhinavflac-207/index.json @@ -0,0 +1,42 @@ +{ + "id": 306, + "slug": "dell-14-plus-ai-abhinavflac-207", + "base_model_slug": "dell-14-plus-ai", + "name": "Dell 14 Plus ODB1425550701RINU1 AI", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2019-01-01", + "msrp_usd": 825, + "device_category": "General", + "cpu_name": "AMD Ryzen Ai 5 340", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 207 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.001966", + "updated_at": "2026-07-08T02:20:51.001966", + "url": "/v1/laptops/dell-14-plus-ai-abhinavflac-207" +} diff --git a/site/public/v1/laptops/dell-14-plus-ai-abhinavflac-208/index.json b/site/public/v1/laptops/dell-14-plus-ai-abhinavflac-208/index.json new file mode 100644 index 000000000000..87c5e1018303 --- /dev/null +++ b/site/public/v1/laptops/dell-14-plus-ai-abhinavflac-208/index.json @@ -0,0 +1,42 @@ +{ + "id": 307, + "slug": "dell-14-plus-ai-abhinavflac-208", + "base_model_slug": "dell-14-plus-ai", + "name": "Dell 14 Plus ODB1425550901RINU11 AI", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2019-01-01", + "msrp_usd": 1018, + "device_category": "General", + "cpu_name": "AMD Ryzen Ai 7 350", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 208 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.001966", + "updated_at": "2026-07-08T02:20:51.001966", + "url": "/v1/laptops/dell-14-plus-ai-abhinavflac-208" +} diff --git a/site/public/v1/laptops/dell-15-1334uu-16gb-abhinavflac-72/index.json b/site/public/v1/laptops/dell-15-1334uu-16gb-abhinavflac-72/index.json new file mode 100644 index 000000000000..a49cd18a3e96 --- /dev/null +++ b/site/public/v1/laptops/dell-15-1334uu-16gb-abhinavflac-72/index.json @@ -0,0 +1,42 @@ +{ + "id": 324, + "slug": "dell-15-1334uu-16gb-abhinavflac-72", + "base_model_slug": "dell-15-1334uu-16gb", + "name": "Dell 15 DC15250 (1334UU / 16GB / 512GB / UHD Graphics / Windows)", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 657, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 72 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.002965", + "updated_at": "2026-07-08T02:20:51.002965", + "url": "/v1/laptops/dell-15-1334uu-16gb-abhinavflac-72" +} diff --git a/site/public/v1/laptops/dell-15-1355uu-16gb-abhinavflac-77/index.json b/site/public/v1/laptops/dell-15-1355uu-16gb-abhinavflac-77/index.json new file mode 100644 index 000000000000..3ec8ba2b37cd --- /dev/null +++ b/site/public/v1/laptops/dell-15-1355uu-16gb-abhinavflac-77/index.json @@ -0,0 +1,42 @@ +{ + "id": 325, + "slug": "dell-15-1355uu-16gb-abhinavflac-77", + "base_model_slug": "dell-15-1355uu-16gb", + "name": "Dell 15 DC15250 (1355UU / 16GB / 512GB / UHD Graphics / Windows)", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 857, + "device_category": "General", + "cpu_name": "Intel Core I7 1355U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 77 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.002965", + "updated_at": "2026-07-08T02:20:51.002965", + "url": "/v1/laptops/dell-15-1355uu-16gb-abhinavflac-77" +} diff --git a/site/public/v1/laptops/dell-15-abhinavflac-95/index.json b/site/public/v1/laptops/dell-15-abhinavflac-95/index.json new file mode 100644 index 000000000000..86bf741b1ac2 --- /dev/null +++ b/site/public/v1/laptops/dell-15-abhinavflac-95/index.json @@ -0,0 +1,42 @@ +{ + "id": 359, + "slug": "dell-15-abhinavflac-95", + "base_model_slug": "dell-15", + "name": "Dell 15 DB15250 ODC1525002001RINS1", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 440, + "device_category": "General", + "cpu_name": "Intel Core 3 100U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 95 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.005966", + "updated_at": "2026-07-08T02:20:51.005966", + "url": "/v1/laptops/dell-15-abhinavflac-95" +} diff --git a/site/public/v1/laptops/dell-15-latitude-3540-1215uu-abhinavflac-721/index.json b/site/public/v1/laptops/dell-15-latitude-3540-1215uu-abhinavflac-721/index.json new file mode 100644 index 000000000000..25be51e8702d --- /dev/null +++ b/site/public/v1/laptops/dell-15-latitude-3540-1215uu-abhinavflac-721/index.json @@ -0,0 +1,42 @@ +{ + "id": 312, + "slug": "dell-15-latitude-3540-1215uu-abhinavflac-721", + "base_model_slug": "dell-15-latitude-3540-1215uu", + "name": "Dell 15 Latitude 3540 (1215UU / 8GB / 512GB / Integrated Graphics / Ubuntu)", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 424, + "device_category": "Business", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "Ubuntu", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 721 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.001966", + "updated_at": "2026-07-08T02:20:51.001966", + "url": "/v1/laptops/dell-15-latitude-3540-1215uu-abhinavflac-721" +} diff --git a/site/public/v1/laptops/dell-15-latitude-3540-1215uu-abhinavflac-745/index.json b/site/public/v1/laptops/dell-15-latitude-3540-1215uu-abhinavflac-745/index.json new file mode 100644 index 000000000000..c811b8a43d83 --- /dev/null +++ b/site/public/v1/laptops/dell-15-latitude-3540-1215uu-abhinavflac-745/index.json @@ -0,0 +1,42 @@ +{ + "id": 313, + "slug": "dell-15-latitude-3540-1215uu-abhinavflac-745", + "base_model_slug": "dell-15-latitude-3540-1215uu", + "name": "Dell 15 Latitude 3540 (1215UU / 16GB / 512GB / Integrated Graphics / Windows)", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 458, + "device_category": "Business", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 745 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.001966", + "updated_at": "2026-07-08T02:20:51.001966", + "url": "/v1/laptops/dell-15-latitude-3540-1215uu-abhinavflac-745" +} diff --git a/site/public/v1/laptops/dell-15-vostro-3520-abhinavflac-892/index.json b/site/public/v1/laptops/dell-15-vostro-3520-abhinavflac-892/index.json new file mode 100644 index 000000000000..1a8b474baf7f --- /dev/null +++ b/site/public/v1/laptops/dell-15-vostro-3520-abhinavflac-892/index.json @@ -0,0 +1,42 @@ +{ + "id": 314, + "slug": "dell-15-vostro-3520-abhinavflac-892", + "base_model_slug": "dell-15-vostro-3520", + "name": "Dell 15 Vostro 3520", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 464, + "device_category": "Business", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 892 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.001966", + "updated_at": "2026-07-08T02:20:51.001966", + "url": "/v1/laptops/dell-15-vostro-3520-abhinavflac-892" +} diff --git a/site/public/v1/laptops/dell-15-vostro-3530-abhinavflac-351/index.json b/site/public/v1/laptops/dell-15-vostro-3530-abhinavflac-351/index.json new file mode 100644 index 000000000000..2141555f5f8e --- /dev/null +++ b/site/public/v1/laptops/dell-15-vostro-3530-abhinavflac-351/index.json @@ -0,0 +1,42 @@ +{ + "id": 326, + "slug": "dell-15-vostro-3530-abhinavflac-351", + "base_model_slug": "dell-15-vostro-3530", + "name": "Dell 15 Vostro 3530", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 494, + "device_category": "Business", + "cpu_name": "Intel Core I3 1305U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 351 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.002965", + "updated_at": "2026-07-08T02:20:51.002965", + "url": "/v1/laptops/dell-15-vostro-3530-abhinavflac-351" +} diff --git a/site/public/v1/laptops/dell-16-alienware-gaming-abhinavflac-22/index.json b/site/public/v1/laptops/dell-16-alienware-gaming-abhinavflac-22/index.json new file mode 100644 index 000000000000..7634120b9c51 --- /dev/null +++ b/site/public/v1/laptops/dell-16-alienware-gaming-abhinavflac-22/index.json @@ -0,0 +1,42 @@ +{ + "id": 360, + "slug": "dell-16-alienware-gaming-abhinavflac-22", + "base_model_slug": "dell-16-alienware-gaming", + "name": "Dell 16 Alienware CAN16250CTO03MINO Gaming", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 5699, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5090", + "gpu_type": "Dedicated", + "ram_gb": 64, + "storage_gb": 2048, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 22 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.005966", + "updated_at": "2026-07-08T02:20:51.005966", + "url": "/v1/laptops/dell-16-alienware-gaming-abhinavflac-22" +} diff --git a/site/public/v1/laptops/dell-16-alienware-gaming-abhinavflac-23/index.json b/site/public/v1/laptops/dell-16-alienware-gaming-abhinavflac-23/index.json new file mode 100644 index 000000000000..34f4a9f52fe9 --- /dev/null +++ b/site/public/v1/laptops/dell-16-alienware-gaming-abhinavflac-23/index.json @@ -0,0 +1,42 @@ +{ + "id": 361, + "slug": "dell-16-alienware-gaming-abhinavflac-23", + "base_model_slug": "dell-16-alienware-gaming", + "name": "Dell 16 Alienware CAN16250CTO02MINO Gaming", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 4777, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5080", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 2048, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 23 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.005966", + "updated_at": "2026-07-08T02:20:51.005966", + "url": "/v1/laptops/dell-16-alienware-gaming-abhinavflac-23" +} diff --git a/site/public/v1/laptops/dell-16-alienware-x16-r2-abhinavflac-585/index.json b/site/public/v1/laptops/dell-16-alienware-x16-r2-abhinavflac-585/index.json new file mode 100644 index 000000000000..4cad79e86479 --- /dev/null +++ b/site/public/v1/laptops/dell-16-alienware-x16-r2-abhinavflac-585/index.json @@ -0,0 +1,42 @@ +{ + "id": 327, + "slug": "dell-16-alienware-x16-r2-abhinavflac-585", + "base_model_slug": "dell-16-alienware-x16-r2", + "name": "Dell 16 Alienware X16 R2 Gaming", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 3476, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 185H", + "gpu_name": "NVIDIA GeForce RTX RTX 4070", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 585 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.002965", + "updated_at": "2026-07-08T02:20:51.002965", + "url": "/v1/laptops/dell-16-alienware-x16-r2-abhinavflac-585" +} diff --git a/site/public/v1/laptops/dell-16-inspiron-5640-abhinavflac-587/index.json b/site/public/v1/laptops/dell-16-inspiron-5640-abhinavflac-587/index.json new file mode 100644 index 000000000000..9f157c417670 --- /dev/null +++ b/site/public/v1/laptops/dell-16-inspiron-5640-abhinavflac-587/index.json @@ -0,0 +1,42 @@ +{ + "id": 362, + "slug": "dell-16-inspiron-5640-abhinavflac-587", + "base_model_slug": "dell-16-inspiron-5640", + "name": "Dell 16 Inspiron 5640", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1091, + "device_category": "General", + "cpu_name": "Intel Core 7 150U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 587 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.005966", + "updated_at": "2026-07-08T02:20:51.005966", + "url": "/v1/laptops/dell-16-inspiron-5640-abhinavflac-587" +} diff --git a/site/public/v1/laptops/dell-16-plus-next-gen-abhinavflac-28/index.json b/site/public/v1/laptops/dell-16-plus-next-gen-abhinavflac-28/index.json new file mode 100644 index 000000000000..1856be1fa69f --- /dev/null +++ b/site/public/v1/laptops/dell-16-plus-next-gen-abhinavflac-28/index.json @@ -0,0 +1,42 @@ +{ + "id": 308, + "slug": "dell-16-plus-next-gen-abhinavflac-28", + "base_model_slug": "dell-16-plus-next-gen", + "name": "Dell 16 Plus DB16255 Next Gen AI", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2019-01-01", + "msrp_usd": 861, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 340", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 28 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.001966", + "updated_at": "2026-07-08T02:20:51.001966", + "url": "/v1/laptops/dell-16-plus-next-gen-abhinavflac-28" +} diff --git a/site/public/v1/laptops/dell-2024-inspiron-3530-abhinavflac-811/index.json b/site/public/v1/laptops/dell-2024-inspiron-3530-abhinavflac-811/index.json new file mode 100644 index 000000000000..14852a071a33 --- /dev/null +++ b/site/public/v1/laptops/dell-2024-inspiron-3530-abhinavflac-811/index.json @@ -0,0 +1,42 @@ +{ + "id": 328, + "slug": "dell-2024-inspiron-3530-abhinavflac-811", + "base_model_slug": "dell-2024-inspiron-3530", + "name": "Dell 2024 Inspiron 3530", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 566, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 811 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.002965", + "updated_at": "2026-07-08T02:20:51.002965", + "url": "/v1/laptops/dell-2024-inspiron-3530-abhinavflac-811" +} diff --git a/site/public/v1/laptops/dell-3530-inspiron-15-abhinavflac-893/index.json b/site/public/v1/laptops/dell-3530-inspiron-15-abhinavflac-893/index.json new file mode 100644 index 000000000000..88bcd4dff66b --- /dev/null +++ b/site/public/v1/laptops/dell-3530-inspiron-15-abhinavflac-893/index.json @@ -0,0 +1,42 @@ +{ + "id": 329, + "slug": "dell-3530-inspiron-15-abhinavflac-893", + "base_model_slug": "dell-3530-inspiron-15", + "name": "Dell 3530 Inspiron 15", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 723, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 893 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.003965", + "updated_at": "2026-07-08T02:20:51.003965", + "url": "/v1/laptops/dell-3530-inspiron-15-abhinavflac-893" +} diff --git a/site/public/v1/laptops/dell-9350-xps-13-abhinavflac-725/index.json b/site/public/v1/laptops/dell-9350-xps-13-abhinavflac-725/index.json new file mode 100644 index 000000000000..a7f38832f672 --- /dev/null +++ b/site/public/v1/laptops/dell-9350-xps-13-abhinavflac-725/index.json @@ -0,0 +1,42 @@ +{ + "id": 363, + "slug": "dell-9350-xps-13-abhinavflac-725", + "base_model_slug": "dell-9350-xps-13", + "name": "Dell 9350 XPS 13", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2175, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 256V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 13.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 725 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.005966", + "updated_at": "2026-07-08T02:20:51.005966", + "url": "/v1/laptops/dell-9350-xps-13-abhinavflac-725" +} diff --git a/site/public/v1/laptops/dell-abhinavflac-54/index.json b/site/public/v1/laptops/dell-abhinavflac-54/index.json new file mode 100644 index 000000000000..68efff97d891 --- /dev/null +++ b/site/public/v1/laptops/dell-abhinavflac-54/index.json @@ -0,0 +1,42 @@ +{ + "id": 322, + "slug": "dell-abhinavflac-54", + "base_model_slug": "dell", + "name": "Dell DC15255", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 506, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 54 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.002965", + "updated_at": "2026-07-08T02:20:51.002965", + "url": "/v1/laptops/dell-abhinavflac-54" +} diff --git a/site/public/v1/laptops/dell-alienware-x16-r2-2024-abhinavflac-759/index.json b/site/public/v1/laptops/dell-alienware-x16-r2-2024-abhinavflac-759/index.json new file mode 100644 index 000000000000..203b55bb5439 --- /dev/null +++ b/site/public/v1/laptops/dell-alienware-x16-r2-2024-abhinavflac-759/index.json @@ -0,0 +1,42 @@ +{ + "id": 330, + "slug": "dell-alienware-x16-r2-2024-abhinavflac-759", + "base_model_slug": "dell-alienware-x16-r2-2024", + "name": "Dell Alienware X16 R2 2024 Gaming", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 4759, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 185H", + "gpu_name": "NVIDIA GeForce RTX RTX 4080", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 759 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.003965", + "updated_at": "2026-07-08T02:20:51.003965", + "url": "/v1/laptops/dell-alienware-x16-r2-2024-abhinavflac-759" +} diff --git a/site/public/v1/laptops/dell-alienware-x16-r2-gaming-abhinavflac-750/index.json b/site/public/v1/laptops/dell-alienware-x16-r2-gaming-abhinavflac-750/index.json new file mode 100644 index 000000000000..8f722c36be67 --- /dev/null +++ b/site/public/v1/laptops/dell-alienware-x16-r2-gaming-abhinavflac-750/index.json @@ -0,0 +1,42 @@ +{ + "id": 331, + "slug": "dell-alienware-x16-r2-gaming-abhinavflac-750", + "base_model_slug": "dell-alienware-x16-r2-gaming", + "name": "Dell Alienware X16 R2 Gaming", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 5403, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 185H", + "gpu_name": "NVIDIA GeForce RTX RTX 4090", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 750 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.003965", + "updated_at": "2026-07-08T02:20:51.003965", + "url": "/v1/laptops/dell-alienware-x16-r2-gaming-abhinavflac-750" +} diff --git a/site/public/v1/laptops/dell-dc-abhinavflac-5/index.json b/site/public/v1/laptops/dell-dc-abhinavflac-5/index.json new file mode 100644 index 000000000000..79b4d19fa07d --- /dev/null +++ b/site/public/v1/laptops/dell-dc-abhinavflac-5/index.json @@ -0,0 +1,42 @@ +{ + "id": 364, + "slug": "dell-dc-abhinavflac-5", + "base_model_slug": "dell-dc", + "name": "Dell DC 14250 ODC1425000401RINS1", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 843, + "device_category": "General", + "cpu_name": "Intel Core 5 120U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 5 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.005966", + "updated_at": "2026-07-08T02:20:51.005966", + "url": "/v1/laptops/dell-dc-abhinavflac-5" +} diff --git a/site/public/v1/laptops/dell-inspiron-13-ai-abhinavflac-524/index.json b/site/public/v1/laptops/dell-inspiron-13-ai-abhinavflac-524/index.json new file mode 100644 index 000000000000..5d3182ea2744 --- /dev/null +++ b/site/public/v1/laptops/dell-inspiron-13-ai-abhinavflac-524/index.json @@ -0,0 +1,42 @@ +{ + "id": 332, + "slug": "dell-inspiron-13-ai-abhinavflac-524", + "base_model_slug": "dell-inspiron-13-ai", + "name": "Dell Inspiron 13 AI", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1217, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 13.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 524 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.003965", + "updated_at": "2026-07-08T02:20:51.003965", + "url": "/v1/laptops/dell-inspiron-13-ai-abhinavflac-524" +} diff --git a/site/public/v1/laptops/dell-inspiron-14-5440-abhinavflac-252/index.json b/site/public/v1/laptops/dell-inspiron-14-5440-abhinavflac-252/index.json new file mode 100644 index 000000000000..f1657333f03a --- /dev/null +++ b/site/public/v1/laptops/dell-inspiron-14-5440-abhinavflac-252/index.json @@ -0,0 +1,42 @@ +{ + "id": 333, + "slug": "dell-inspiron-14-5440-abhinavflac-252", + "base_model_slug": "dell-inspiron-14-5440", + "name": "Dell Inspiron 14 5440", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 392, + "device_category": "General", + "cpu_name": "Intel Core I3 1305U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 252 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.003965", + "updated_at": "2026-07-08T02:20:51.003965", + "url": "/v1/laptops/dell-inspiron-14-5440-abhinavflac-252" +} diff --git a/site/public/v1/laptops/dell-inspiron-14-5440-indins5440n0-1-abhinavflac-230/index.json b/site/public/v1/laptops/dell-inspiron-14-5440-indins5440n0-1-abhinavflac-230/index.json new file mode 100644 index 000000000000..b8a47b87ef32 --- /dev/null +++ b/site/public/v1/laptops/dell-inspiron-14-5440-indins5440n0-1-abhinavflac-230/index.json @@ -0,0 +1,42 @@ +{ + "id": 334, + "slug": "dell-inspiron-14-5440-indins5440n0-1-abhinavflac-230", + "base_model_slug": "dell-inspiron-14-5440-indins5440n0-1", + "name": "Dell Inspiron 14 5440 INDINS5440N0-1", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 446, + "device_category": "General", + "cpu_name": "Intel Core I3 1305U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 230 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.003965", + "updated_at": "2026-07-08T02:20:51.003965", + "url": "/v1/laptops/dell-inspiron-14-5440-indins5440n0-1-abhinavflac-230" +} diff --git a/site/public/v1/laptops/dell-inspiron-14-5445-abhinavflac-793/index.json b/site/public/v1/laptops/dell-inspiron-14-5445-abhinavflac-793/index.json new file mode 100644 index 000000000000..60e8130cf695 --- /dev/null +++ b/site/public/v1/laptops/dell-inspiron-14-5445-abhinavflac-793/index.json @@ -0,0 +1,42 @@ +{ + "id": 365, + "slug": "dell-inspiron-14-5445-abhinavflac-793", + "base_model_slug": "dell-inspiron-14-5445", + "name": "Dell Inspiron 14 5445", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 825, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 8840U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 793 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.005966", + "updated_at": "2026-07-08T02:20:51.005966", + "url": "/v1/laptops/dell-inspiron-14-5445-abhinavflac-793" +} diff --git a/site/public/v1/laptops/dell-inspiron-14-plus-ai-abhinavflac-874/index.json b/site/public/v1/laptops/dell-inspiron-14-plus-ai-abhinavflac-874/index.json new file mode 100644 index 000000000000..d2d208ef0035 --- /dev/null +++ b/site/public/v1/laptops/dell-inspiron-14-plus-ai-abhinavflac-874/index.json @@ -0,0 +1,42 @@ +{ + "id": 366, + "slug": "dell-inspiron-14-plus-ai-abhinavflac-874", + "base_model_slug": "dell-inspiron-14-plus-ai", + "name": "Dell Inspiron 14 Plus OIN7441200101RINU1 AI", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1072, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Plus X1P-64-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 874 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.005966", + "updated_at": "2026-07-08T02:20:51.005966", + "url": "/v1/laptops/dell-inspiron-14-plus-ai-abhinavflac-874" +} diff --git a/site/public/v1/laptops/dell-inspiron-14-plus-ai-abhinavflac-900/index.json b/site/public/v1/laptops/dell-inspiron-14-plus-ai-abhinavflac-900/index.json new file mode 100644 index 000000000000..161f2043a6fa --- /dev/null +++ b/site/public/v1/laptops/dell-inspiron-14-plus-ai-abhinavflac-900/index.json @@ -0,0 +1,42 @@ +{ + "id": 367, + "slug": "dell-inspiron-14-plus-ai-abhinavflac-900", + "base_model_slug": "dell-inspiron-14-plus-ai", + "name": "Dell Inspiron 14 Plus AI", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1343, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Plus X1P-64-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 900 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.005966", + "updated_at": "2026-07-08T02:20:51.005966", + "url": "/v1/laptops/dell-inspiron-14-plus-ai-abhinavflac-900" +} diff --git a/site/public/v1/laptops/dell-inspiron-15-3535-abhinavflac-684/index.json b/site/public/v1/laptops/dell-inspiron-15-3535-abhinavflac-684/index.json new file mode 100644 index 000000000000..030504c88a6f --- /dev/null +++ b/site/public/v1/laptops/dell-inspiron-15-3535-abhinavflac-684/index.json @@ -0,0 +1,42 @@ +{ + "id": 335, + "slug": "dell-inspiron-15-3535-abhinavflac-684", + "base_model_slug": "dell-inspiron-15-3535", + "name": "Dell Inspiron 15 3535", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 506, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7530U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 684 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.003965", + "updated_at": "2026-07-08T02:20:51.003965", + "url": "/v1/laptops/dell-inspiron-15-3535-abhinavflac-684" +} diff --git a/site/public/v1/laptops/dell-inspiron-16-plus-7640-abhinavflac-773/index.json b/site/public/v1/laptops/dell-inspiron-16-plus-7640-abhinavflac-773/index.json new file mode 100644 index 000000000000..a266fcfad611 --- /dev/null +++ b/site/public/v1/laptops/dell-inspiron-16-plus-7640-abhinavflac-773/index.json @@ -0,0 +1,42 @@ +{ + "id": 336, + "slug": "dell-inspiron-16-plus-7640-abhinavflac-773", + "base_model_slug": "dell-inspiron-16-plus-7640", + "name": "Dell Inspiron 16 Plus 7640", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 855, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 773 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.003965", + "updated_at": "2026-07-08T02:20:51.003965", + "url": "/v1/laptops/dell-inspiron-16-plus-7640-abhinavflac-773" +} diff --git a/site/public/v1/laptops/dell-inspiron-3520-abhinavflac-808/index.json b/site/public/v1/laptops/dell-inspiron-3520-abhinavflac-808/index.json new file mode 100644 index 000000000000..a94228361ab1 --- /dev/null +++ b/site/public/v1/laptops/dell-inspiron-3520-abhinavflac-808/index.json @@ -0,0 +1,42 @@ +{ + "id": 315, + "slug": "dell-inspiron-3520-abhinavflac-808", + "base_model_slug": "dell-inspiron-3520", + "name": "Dell Inspiron 3520", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 422, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 808 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.001966", + "updated_at": "2026-07-08T02:20:51.001966", + "url": "/v1/laptops/dell-inspiron-3520-abhinavflac-808" +} diff --git a/site/public/v1/laptops/dell-inspiron-5440-abhinavflac-122/index.json b/site/public/v1/laptops/dell-inspiron-5440-abhinavflac-122/index.json new file mode 100644 index 000000000000..448e3dcff7d4 --- /dev/null +++ b/site/public/v1/laptops/dell-inspiron-5440-abhinavflac-122/index.json @@ -0,0 +1,42 @@ +{ + "id": 337, + "slug": "dell-inspiron-5440-abhinavflac-122", + "base_model_slug": "dell-inspiron-5440", + "name": "Dell Inspiron 5440 OIN5440340201RINU1O", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 723, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 122 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.003965", + "updated_at": "2026-07-08T02:20:51.003965", + "url": "/v1/laptops/dell-inspiron-5440-abhinavflac-122" +} diff --git a/site/public/v1/laptops/dell-inspiron-5440-abhinavflac-786/index.json b/site/public/v1/laptops/dell-inspiron-5440-abhinavflac-786/index.json new file mode 100644 index 000000000000..71a4fb1bdaa3 --- /dev/null +++ b/site/public/v1/laptops/dell-inspiron-5440-abhinavflac-786/index.json @@ -0,0 +1,42 @@ +{ + "id": 338, + "slug": "dell-inspiron-5440-abhinavflac-786", + "base_model_slug": "dell-inspiron-5440", + "name": "Dell Inspiron 5440", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 795, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 786 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.003965", + "updated_at": "2026-07-08T02:20:51.003965", + "url": "/v1/laptops/dell-inspiron-5440-abhinavflac-786" +} diff --git a/site/public/v1/laptops/dell-inspiron-5441-abhinavflac-774/index.json b/site/public/v1/laptops/dell-inspiron-5441-abhinavflac-774/index.json new file mode 100644 index 000000000000..88c626235fa2 --- /dev/null +++ b/site/public/v1/laptops/dell-inspiron-5441-abhinavflac-774/index.json @@ -0,0 +1,42 @@ +{ + "id": 368, + "slug": "dell-inspiron-5441-abhinavflac-774", + "base_model_slug": "dell-inspiron-5441", + "name": "Dell Inspiron 5441", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1000, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Plus X1P-42-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 774 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.005966", + "updated_at": "2026-07-08T02:20:51.005966", + "url": "/v1/laptops/dell-inspiron-5441-abhinavflac-774" +} diff --git a/site/public/v1/laptops/dell-inspiron-5445-8540uu-abhinavflac-880/index.json b/site/public/v1/laptops/dell-inspiron-5445-8540uu-abhinavflac-880/index.json new file mode 100644 index 000000000000..65302e88d82c --- /dev/null +++ b/site/public/v1/laptops/dell-inspiron-5445-8540uu-abhinavflac-880/index.json @@ -0,0 +1,42 @@ +{ + "id": 369, + "slug": "dell-inspiron-5445-8540uu-abhinavflac-880", + "base_model_slug": "dell-inspiron-5445-8540uu", + "name": "Dell Inspiron 5445 (8540UU / 16GB / 512GB / Radeon / Windows)", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 735, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 8540U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 880 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.006965", + "updated_at": "2026-07-08T02:20:51.006965", + "url": "/v1/laptops/dell-inspiron-5445-8540uu-abhinavflac-880" +} diff --git a/site/public/v1/laptops/dell-inspiron-5445-8840uu-abhinavflac-881/index.json b/site/public/v1/laptops/dell-inspiron-5445-8840uu-abhinavflac-881/index.json new file mode 100644 index 000000000000..9eef1521c259 --- /dev/null +++ b/site/public/v1/laptops/dell-inspiron-5445-8840uu-abhinavflac-881/index.json @@ -0,0 +1,42 @@ +{ + "id": 370, + "slug": "dell-inspiron-5445-8840uu-abhinavflac-881", + "base_model_slug": "dell-inspiron-5445-8840uu", + "name": "Dell Inspiron 5445 (8840UU / 16GB / 1024GB / Radeon / Windows)", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 843, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 8840U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 881 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.006965", + "updated_at": "2026-07-08T02:20:51.006965", + "url": "/v1/laptops/dell-inspiron-5445-8840uu-abhinavflac-881" +} diff --git a/site/public/v1/laptops/dell-inspiron-5640-abhinavflac-658/index.json b/site/public/v1/laptops/dell-inspiron-5640-abhinavflac-658/index.json new file mode 100644 index 000000000000..65d4b2a8acc5 --- /dev/null +++ b/site/public/v1/laptops/dell-inspiron-5640-abhinavflac-658/index.json @@ -0,0 +1,42 @@ +{ + "id": 339, + "slug": "dell-inspiron-5640-abhinavflac-658", + "base_model_slug": "dell-inspiron-5640", + "name": "Dell Inspiron 5640", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 771, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 658 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.003965", + "updated_at": "2026-07-08T02:20:51.003965", + "url": "/v1/laptops/dell-inspiron-5640-abhinavflac-658" +} diff --git a/site/public/v1/laptops/dell-inspiron-7440-2-in-abhinavflac-802/index.json b/site/public/v1/laptops/dell-inspiron-7440-2-in-abhinavflac-802/index.json new file mode 100644 index 000000000000..8ed8723735f4 --- /dev/null +++ b/site/public/v1/laptops/dell-inspiron-7440-2-in-abhinavflac-802/index.json @@ -0,0 +1,42 @@ +{ + "id": 340, + "slug": "dell-inspiron-7440-2-in-abhinavflac-802", + "base_model_slug": "dell-inspiron-7440-2-in", + "name": "Dell Inspiron 7440 2 in 1", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 916, + "device_category": "Convertible", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": null, + "gpu_type": null, + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 802 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.003965", + "updated_at": "2026-07-08T02:20:51.003965", + "url": "/v1/laptops/dell-inspiron-7440-2-in-abhinavflac-802" +} diff --git a/site/public/v1/laptops/dell-inspiron-7440-2in1-abhinavflac-844/index.json b/site/public/v1/laptops/dell-inspiron-7440-2in1-abhinavflac-844/index.json new file mode 100644 index 000000000000..0cbbc2e09f0d --- /dev/null +++ b/site/public/v1/laptops/dell-inspiron-7440-2in1-abhinavflac-844/index.json @@ -0,0 +1,42 @@ +{ + "id": 371, + "slug": "dell-inspiron-7440-2in1-abhinavflac-844", + "base_model_slug": "dell-inspiron-7440-2in1", + "name": "Dell Inspiron 7440 2in1", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 747, + "device_category": "General", + "cpu_name": "Intel Core 3 100U", + "gpu_name": null, + "gpu_type": null, + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "2240x1400" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 844 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.006965", + "updated_at": "2026-07-08T02:20:51.006965", + "url": "/v1/laptops/dell-inspiron-7440-2in1-abhinavflac-844" +} diff --git a/site/public/v1/laptops/dell-inspiron-7441-plus-ai-abhinavflac-956/index.json b/site/public/v1/laptops/dell-inspiron-7441-plus-ai-abhinavflac-956/index.json new file mode 100644 index 000000000000..3cf243f6382f --- /dev/null +++ b/site/public/v1/laptops/dell-inspiron-7441-plus-ai-abhinavflac-956/index.json @@ -0,0 +1,42 @@ +{ + "id": 372, + "slug": "dell-inspiron-7441-plus-ai-abhinavflac-956", + "base_model_slug": "dell-inspiron-7441-plus-ai", + "name": "Dell Inspiron 7441 Plus AI", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1162, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Plus X1P-64-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 956 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.006965", + "updated_at": "2026-07-08T02:20:51.006965", + "url": "/v1/laptops/dell-inspiron-7441-plus-ai-abhinavflac-956" +} diff --git a/site/public/v1/laptops/dell-inspiron-7640-abhinavflac-765/index.json b/site/public/v1/laptops/dell-inspiron-7640-abhinavflac-765/index.json new file mode 100644 index 000000000000..9a09a7319d10 --- /dev/null +++ b/site/public/v1/laptops/dell-inspiron-7640-abhinavflac-765/index.json @@ -0,0 +1,42 @@ +{ + "id": 341, + "slug": "dell-inspiron-7640-abhinavflac-765", + "base_model_slug": "dell-inspiron-7640", + "name": "Dell Inspiron 7640", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 863, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 765 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.003965", + "updated_at": "2026-07-08T02:20:51.003965", + "url": "/v1/laptops/dell-inspiron-7640-abhinavflac-765" +} diff --git a/site/public/v1/laptops/dell-inspiron-7640-ai-abhinavflac-573/index.json b/site/public/v1/laptops/dell-inspiron-7640-ai-abhinavflac-573/index.json new file mode 100644 index 000000000000..d100df4d5274 --- /dev/null +++ b/site/public/v1/laptops/dell-inspiron-7640-ai-abhinavflac-573/index.json @@ -0,0 +1,42 @@ +{ + "id": 342, + "slug": "dell-inspiron-7640-ai-abhinavflac-573", + "base_model_slug": "dell-inspiron-7640-ai", + "name": "Dell Inspiron 7640 AI", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1120, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 573 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.003965", + "updated_at": "2026-07-08T02:20:51.003965", + "url": "/v1/laptops/dell-inspiron-7640-ai-abhinavflac-573" +} diff --git a/site/public/v1/laptops/dell-latitude-14-3440-abhinavflac-714/index.json b/site/public/v1/laptops/dell-latitude-14-3440-abhinavflac-714/index.json new file mode 100644 index 000000000000..7cc247f00702 --- /dev/null +++ b/site/public/v1/laptops/dell-latitude-14-3440-abhinavflac-714/index.json @@ -0,0 +1,42 @@ +{ + "id": 316, + "slug": "dell-latitude-14-3440-abhinavflac-714", + "base_model_slug": "dell-latitude-14-3440", + "name": "Dell Latitude 14 3440", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 711, + "device_category": "Business", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 714 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.002965", + "updated_at": "2026-07-08T02:20:51.002965", + "url": "/v1/laptops/dell-latitude-14-3440-abhinavflac-714" +} diff --git a/site/public/v1/laptops/dell-latitude-15-3540-abhinavflac-699/index.json b/site/public/v1/laptops/dell-latitude-15-3540-abhinavflac-699/index.json new file mode 100644 index 000000000000..425b256c1a4a --- /dev/null +++ b/site/public/v1/laptops/dell-latitude-15-3540-abhinavflac-699/index.json @@ -0,0 +1,42 @@ +{ + "id": 317, + "slug": "dell-latitude-15-3540-abhinavflac-699", + "base_model_slug": "dell-latitude-15-3540", + "name": "Dell Latitude 15 3540", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 424, + "device_category": "Business", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 699 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.002965", + "updated_at": "2026-07-08T02:20:51.002965", + "url": "/v1/laptops/dell-latitude-15-3540-abhinavflac-699" +} diff --git a/site/public/v1/laptops/dell-latitude-3420-abhinavflac-735/index.json b/site/public/v1/laptops/dell-latitude-3420-abhinavflac-735/index.json new file mode 100644 index 000000000000..67781e75c6d5 --- /dev/null +++ b/site/public/v1/laptops/dell-latitude-3420-abhinavflac-735/index.json @@ -0,0 +1,42 @@ +{ + "id": 309, + "slug": "dell-latitude-3420-abhinavflac-735", + "base_model_slug": "dell-latitude-3420", + "name": "Dell Latitude 3420 GD723ZG84", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 675, + "device_category": "Business", + "cpu_name": "Intel Core I5 1135G7", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Ubuntu", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 735 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.001966", + "updated_at": "2026-07-08T02:20:51.001966", + "url": "/v1/laptops/dell-latitude-3420-abhinavflac-735" +} diff --git a/site/public/v1/laptops/dell-latitude-3440-1215uu-abhinavflac-747/index.json b/site/public/v1/laptops/dell-latitude-3440-1215uu-abhinavflac-747/index.json new file mode 100644 index 000000000000..f8ef50ac1921 --- /dev/null +++ b/site/public/v1/laptops/dell-latitude-3440-1215uu-abhinavflac-747/index.json @@ -0,0 +1,42 @@ +{ + "id": 318, + "slug": "dell-latitude-3440-1215uu-abhinavflac-747", + "base_model_slug": "dell-latitude-3440-1215uu", + "name": "Dell Latitude 3440 (1215UU / 8GB / 512GB / Integrated Graphics / Windows)", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 464, + "device_category": "Business", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 747 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.002965", + "updated_at": "2026-07-08T02:20:51.002965", + "url": "/v1/laptops/dell-latitude-3440-1215uu-abhinavflac-747" +} diff --git a/site/public/v1/laptops/dell-latitude-3440-1355uu-abhinavflac-730/index.json b/site/public/v1/laptops/dell-latitude-3440-1355uu-abhinavflac-730/index.json new file mode 100644 index 000000000000..a85f55ee0a63 --- /dev/null +++ b/site/public/v1/laptops/dell-latitude-3440-1355uu-abhinavflac-730/index.json @@ -0,0 +1,42 @@ +{ + "id": 343, + "slug": "dell-latitude-3440-1355uu-abhinavflac-730", + "base_model_slug": "dell-latitude-3440-1355uu", + "name": "Dell Latitude 3440 (1355UU / 8GB / 512GB / Integrated Graphics / Windows)", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1054, + "device_category": "Business", + "cpu_name": "Intel Core I7 1355U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 730 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.004965", + "updated_at": "2026-07-08T02:20:51.004965", + "url": "/v1/laptops/dell-latitude-3440-1355uu-abhinavflac-730" +} diff --git a/site/public/v1/laptops/dell-latitude-3440-2024-abhinavflac-748/index.json b/site/public/v1/laptops/dell-latitude-3440-2024-abhinavflac-748/index.json new file mode 100644 index 000000000000..b21013d828cd --- /dev/null +++ b/site/public/v1/laptops/dell-latitude-3440-2024-abhinavflac-748/index.json @@ -0,0 +1,42 @@ +{ + "id": 319, + "slug": "dell-latitude-3440-2024-abhinavflac-748", + "base_model_slug": "dell-latitude-3440-2024", + "name": "Dell Latitude 3440 2024", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 552, + "device_category": "Business", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 748 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.002965", + "updated_at": "2026-07-08T02:20:51.002965", + "url": "/v1/laptops/dell-latitude-3440-2024-abhinavflac-748" +} diff --git a/site/public/v1/laptops/dell-latitude-3450-1335uu-abhinavflac-305/index.json b/site/public/v1/laptops/dell-latitude-3450-1335uu-abhinavflac-305/index.json new file mode 100644 index 000000000000..34e3fe84454e --- /dev/null +++ b/site/public/v1/laptops/dell-latitude-3450-1335uu-abhinavflac-305/index.json @@ -0,0 +1,42 @@ +{ + "id": 344, + "slug": "dell-latitude-3450-1335uu-abhinavflac-305", + "base_model_slug": "dell-latitude-3450-1335uu", + "name": "Dell Latitude 3450 (1335UU / 16GB / 512GB / Integrated Graphics / Ubuntu)", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1115, + "device_category": "Business", + "cpu_name": "Intel Core I7 1335U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Ubuntu", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 305 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.004965", + "updated_at": "2026-07-08T02:20:51.004965", + "url": "/v1/laptops/dell-latitude-3450-1335uu-abhinavflac-305" +} diff --git a/site/public/v1/laptops/dell-latitude-3450-1335uu-abhinavflac-723/index.json b/site/public/v1/laptops/dell-latitude-3450-1335uu-abhinavflac-723/index.json new file mode 100644 index 000000000000..13c0b51af684 --- /dev/null +++ b/site/public/v1/laptops/dell-latitude-3450-1335uu-abhinavflac-723/index.json @@ -0,0 +1,42 @@ +{ + "id": 345, + "slug": "dell-latitude-3450-1335uu-abhinavflac-723", + "base_model_slug": "dell-latitude-3450-1335uu", + "name": "Dell Latitude 3450 (1335UU / 16GB / 512GB / Integrated Graphics / Windows)", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 794, + "device_category": "Business", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 723 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.004965", + "updated_at": "2026-07-08T02:20:51.004965", + "url": "/v1/laptops/dell-latitude-3450-1335uu-abhinavflac-723" +} diff --git a/site/public/v1/laptops/dell-latitude-3540-abhinavflac-605/index.json b/site/public/v1/laptops/dell-latitude-3540-abhinavflac-605/index.json new file mode 100644 index 000000000000..5c8b4c3cebe8 --- /dev/null +++ b/site/public/v1/laptops/dell-latitude-3540-abhinavflac-605/index.json @@ -0,0 +1,42 @@ +{ + "id": 320, + "slug": "dell-latitude-3540-abhinavflac-605", + "base_model_slug": "dell-latitude-3540", + "name": "Dell Latitude 3540", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 452, + "device_category": "Business", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 605 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.002965", + "updated_at": "2026-07-08T02:20:51.002965", + "url": "/v1/laptops/dell-latitude-3540-abhinavflac-605" +} diff --git a/site/public/v1/laptops/dell-latitude-3550-abhinavflac-92/index.json b/site/public/v1/laptops/dell-latitude-3550-abhinavflac-92/index.json new file mode 100644 index 000000000000..4b58b3dec30c --- /dev/null +++ b/site/public/v1/laptops/dell-latitude-3550-abhinavflac-92/index.json @@ -0,0 +1,42 @@ +{ + "id": 346, + "slug": "dell-latitude-3550-abhinavflac-92", + "base_model_slug": "dell-latitude-3550", + "name": "Dell Latitude 3550 INDLATI3550N12", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 782, + "device_category": "Business", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 92 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.004965", + "updated_at": "2026-07-08T02:20:51.004965", + "url": "/v1/laptops/dell-latitude-3550-abhinavflac-92" +} diff --git a/site/public/v1/laptops/dell-latitude-3550-abhinavflac-94/index.json b/site/public/v1/laptops/dell-latitude-3550-abhinavflac-94/index.json new file mode 100644 index 000000000000..493047c54dae --- /dev/null +++ b/site/public/v1/laptops/dell-latitude-3550-abhinavflac-94/index.json @@ -0,0 +1,42 @@ +{ + "id": 347, + "slug": "dell-latitude-3550-abhinavflac-94", + "base_model_slug": "dell-latitude-3550", + "name": "Dell Latitude 3550", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 464, + "device_category": "Business", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 94 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.004965", + "updated_at": "2026-07-08T02:20:51.004965", + "url": "/v1/laptops/dell-latitude-3550-abhinavflac-94" +} diff --git a/site/public/v1/laptops/dell-vostro-3440-abhinavflac-713/index.json b/site/public/v1/laptops/dell-vostro-3440-abhinavflac-713/index.json new file mode 100644 index 000000000000..57eac31ab20e --- /dev/null +++ b/site/public/v1/laptops/dell-vostro-3440-abhinavflac-713/index.json @@ -0,0 +1,42 @@ +{ + "id": 348, + "slug": "dell-vostro-3440-abhinavflac-713", + "base_model_slug": "dell-vostro-3440", + "name": "Dell Vostro 3440", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 644, + "device_category": "Business", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 713 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.004965", + "updated_at": "2026-07-08T02:20:51.004965", + "url": "/v1/laptops/dell-vostro-3440-abhinavflac-713" +} diff --git a/site/public/v1/laptops/dell-vostro-3520-1215uu-abhinavflac-958/index.json b/site/public/v1/laptops/dell-vostro-3520-1215uu-abhinavflac-958/index.json new file mode 100644 index 000000000000..9fdaee522198 --- /dev/null +++ b/site/public/v1/laptops/dell-vostro-3520-1215uu-abhinavflac-958/index.json @@ -0,0 +1,42 @@ +{ + "id": 321, + "slug": "dell-vostro-3520-1215uu-abhinavflac-958", + "base_model_slug": "dell-vostro-3520-1215uu", + "name": "Dell Vostro 3520 (1215UU / 8GB / 512GB / Integrated Graphics / Windows)", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 422, + "device_category": "Business", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 958 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.002965", + "updated_at": "2026-07-08T02:20:51.002965", + "url": "/v1/laptops/dell-vostro-3520-1215uu-abhinavflac-958" +} diff --git a/site/public/v1/laptops/dell-vostro-3520-1305uu-abhinavflac-84/index.json b/site/public/v1/laptops/dell-vostro-3520-1305uu-abhinavflac-84/index.json new file mode 100644 index 000000000000..470fa02d1d34 --- /dev/null +++ b/site/public/v1/laptops/dell-vostro-3520-1305uu-abhinavflac-84/index.json @@ -0,0 +1,42 @@ +{ + "id": 349, + "slug": "dell-vostro-3520-1305uu-abhinavflac-84", + "base_model_slug": "dell-vostro-3520-1305uu", + "name": "Dell Vostro 3520 (1305UU / 16GB / 512GB / Integrated Graphics / Windows)", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 467, + "device_category": "Business", + "cpu_name": "Intel Core I3 1305U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 84 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.004965", + "updated_at": "2026-07-08T02:20:51.004965", + "url": "/v1/laptops/dell-vostro-3520-1305uu-abhinavflac-84" +} diff --git a/site/public/v1/laptops/dell-xps-13-9345-ai-abhinavflac-957/index.json b/site/public/v1/laptops/dell-xps-13-9345-ai-abhinavflac-957/index.json new file mode 100644 index 000000000000..26346fb6d980 --- /dev/null +++ b/site/public/v1/laptops/dell-xps-13-9345-ai-abhinavflac-957/index.json @@ -0,0 +1,42 @@ +{ + "id": 373, + "slug": "dell-xps-13-9345-ai-abhinavflac-957", + "base_model_slug": "dell-xps-13-9345-ai", + "name": "Dell XPS 13 9345 AI", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1747, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Plus X1E-80-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 13.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 957 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.006965", + "updated_at": "2026-07-08T02:20:51.006965", + "url": "/v1/laptops/dell-xps-13-9345-ai-abhinavflac-957" +} diff --git a/site/public/v1/laptops/dell-xps-13-9350-abhinavflac-734/index.json b/site/public/v1/laptops/dell-xps-13-9350-abhinavflac-734/index.json new file mode 100644 index 000000000000..daed1c92b91f --- /dev/null +++ b/site/public/v1/laptops/dell-xps-13-9350-abhinavflac-734/index.json @@ -0,0 +1,42 @@ +{ + "id": 374, + "slug": "dell-xps-13-9350-abhinavflac-734", + "base_model_slug": "dell-xps-13-9350", + "name": "Dell XPS 13 9350", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2542, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 258V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 13.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 734 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.006965", + "updated_at": "2026-07-08T02:20:51.006965", + "url": "/v1/laptops/dell-xps-13-9350-abhinavflac-734" +} diff --git a/site/public/v1/laptops/dell-xps-14-9440-ai-abhinavflac-564/index.json b/site/public/v1/laptops/dell-xps-14-9440-ai-abhinavflac-564/index.json new file mode 100644 index 000000000000..7ff0f4ad032e --- /dev/null +++ b/site/public/v1/laptops/dell-xps-14-9440-ai-abhinavflac-564/index.json @@ -0,0 +1,42 @@ +{ + "id": 350, + "slug": "dell-xps-14-9440-ai-abhinavflac-564", + "base_model_slug": "dell-xps-14-9440-ai", + "name": "Dell XPS 14 9440 AI", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 4235, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "NVIDIA GeForce RTX RTX 4060", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "3200x2000" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 564 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.004965", + "updated_at": "2026-07-08T02:20:51.004965", + "url": "/v1/laptops/dell-xps-14-9440-ai-abhinavflac-564" +} diff --git a/site/public/v1/laptops/dell-xps-9345-ai-abhinavflac-940/index.json b/site/public/v1/laptops/dell-xps-9345-ai-abhinavflac-940/index.json new file mode 100644 index 000000000000..d17359b3a9ff --- /dev/null +++ b/site/public/v1/laptops/dell-xps-9345-ai-abhinavflac-940/index.json @@ -0,0 +1,42 @@ +{ + "id": 375, + "slug": "dell-xps-9345-ai-abhinavflac-940", + "base_model_slug": "dell-xps-9345-ai", + "name": "Dell XPS 9345 AI", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2163, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Elite X1E-80-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 13.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 940 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.006965", + "updated_at": "2026-07-08T02:20:51.006965", + "url": "/v1/laptops/dell-xps-9345-ai-abhinavflac-940" +} diff --git a/site/public/v1/laptops/dell-xps-9345-ai-laptops-abhinavflac-941/index.json b/site/public/v1/laptops/dell-xps-9345-ai-laptops-abhinavflac-941/index.json new file mode 100644 index 000000000000..4c11c6bc653e --- /dev/null +++ b/site/public/v1/laptops/dell-xps-9345-ai-laptops-abhinavflac-941/index.json @@ -0,0 +1,42 @@ +{ + "id": 376, + "slug": "dell-xps-9345-ai-laptops-abhinavflac-941", + "base_model_slug": "dell-xps-9345-ai-laptops", + "name": "Dell XPS 9345 AI Laptops (Snapdragon X Elite/ 16GB/ 512GB SSD/ Win11)", + "brand": { + "id": 156, + "slug": "dell", + "name": "Dell", + "country": "US", + "url": "/v1/brands/dell" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1928, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Elite X1E-80-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 13.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 941 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.008965", + "updated_at": "2026-07-08T02:20:51.008965", + "url": "/v1/laptops/dell-xps-9345-ai-laptops-abhinavflac-941" +} diff --git a/site/public/v1/laptops/gigabyte-g5-mf5-52in353sh-gaming-abhinavflac-825/index.json b/site/public/v1/laptops/gigabyte-g5-mf5-52in353sh-gaming-abhinavflac-825/index.json new file mode 100644 index 000000000000..51d4971a9480 --- /dev/null +++ b/site/public/v1/laptops/gigabyte-g5-mf5-52in353sh-gaming-abhinavflac-825/index.json @@ -0,0 +1,42 @@ +{ + "id": 377, + "slug": "gigabyte-g5-mf5-52in353sh-gaming-abhinavflac-825", + "base_model_slug": "gigabyte-g5-mf5-52in353sh-gaming", + "name": "Gigabyte G5 MF5-52IN353SH Gaming", + "brand": { + "id": 133, + "slug": "gigabyte", + "name": "Gigabyte Technology", + "country": "TW", + "url": "/v1/brands/gigabyte" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 860, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13500H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 825 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.008965", + "updated_at": "2026-07-08T02:20:51.008965", + "url": "/v1/laptops/gigabyte-g5-mf5-52in353sh-gaming-abhinavflac-825" +} diff --git a/site/public/v1/laptops/gigabyte-g5-mf5-52in354sh-abhinavflac-971/index.json b/site/public/v1/laptops/gigabyte-g5-mf5-52in354sh-abhinavflac-971/index.json new file mode 100644 index 000000000000..8dad92ec416e --- /dev/null +++ b/site/public/v1/laptops/gigabyte-g5-mf5-52in354sh-abhinavflac-971/index.json @@ -0,0 +1,42 @@ +{ + "id": 378, + "slug": "gigabyte-g5-mf5-52in354sh-abhinavflac-971", + "base_model_slug": "gigabyte-g5-mf5-52in354sh", + "name": "Gigabyte G5 MF5-52IN354SH", + "brand": { + "id": 133, + "slug": "gigabyte", + "name": "Gigabyte Technology", + "country": "TW", + "url": "/v1/brands/gigabyte" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 949, + "device_category": "General", + "cpu_name": "Intel Core I5 13500H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 971 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.008965", + "updated_at": "2026-07-08T02:20:51.008965", + "url": "/v1/laptops/gigabyte-g5-mf5-52in354sh-abhinavflac-971" +} diff --git a/site/public/v1/laptops/gigabyte-g5-mf5-h2in354sh-gaming-abhinavflac-814/index.json b/site/public/v1/laptops/gigabyte-g5-mf5-h2in354sh-gaming-abhinavflac-814/index.json new file mode 100644 index 000000000000..6dbd710caafc --- /dev/null +++ b/site/public/v1/laptops/gigabyte-g5-mf5-h2in354sh-gaming-abhinavflac-814/index.json @@ -0,0 +1,42 @@ +{ + "id": 379, + "slug": "gigabyte-g5-mf5-h2in354sh-gaming-abhinavflac-814", + "base_model_slug": "gigabyte-g5-mf5-h2in354sh-gaming", + "name": "Gigabyte G5 MF5-H2IN354SH Gaming", + "brand": { + "id": 133, + "slug": "gigabyte", + "name": "Gigabyte Technology", + "country": "TW", + "url": "/v1/brands/gigabyte" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 860, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 814 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.008965", + "updated_at": "2026-07-08T02:20:51.008965", + "url": "/v1/laptops/gigabyte-g5-mf5-h2in354sh-gaming-abhinavflac-814" +} diff --git a/site/public/v1/laptops/gigabyte-g6-kf-h3in894kh-abhinavflac-202/index.json b/site/public/v1/laptops/gigabyte-g6-kf-h3in894kh-abhinavflac-202/index.json new file mode 100644 index 000000000000..a031d9351f7e --- /dev/null +++ b/site/public/v1/laptops/gigabyte-g6-kf-h3in894kh-abhinavflac-202/index.json @@ -0,0 +1,42 @@ +{ + "id": 380, + "slug": "gigabyte-g6-kf-h3in894kh-abhinavflac-202", + "base_model_slug": "gigabyte-g6-kf-h3in894kh", + "name": "Gigabyte G6 KF-H3IN894KH", + "brand": { + "id": 133, + "slug": "gigabyte", + "name": "Gigabyte Technology", + "country": "TW", + "url": "/v1/brands/gigabyte" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1174, + "device_category": "General", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 4060", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 202 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.008965", + "updated_at": "2026-07-08T02:20:51.008965", + "url": "/v1/laptops/gigabyte-g6-kf-h3in894kh-abhinavflac-202" +} diff --git a/site/public/v1/laptops/gigabyte-g6-mf-h2in853sh-abhinavflac-972/index.json b/site/public/v1/laptops/gigabyte-g6-mf-h2in853sh-abhinavflac-972/index.json new file mode 100644 index 000000000000..1e4159fa8dca --- /dev/null +++ b/site/public/v1/laptops/gigabyte-g6-mf-h2in853sh-abhinavflac-972/index.json @@ -0,0 +1,42 @@ +{ + "id": 381, + "slug": "gigabyte-g6-mf-h2in853sh-abhinavflac-972", + "base_model_slug": "gigabyte-g6-mf-h2in853sh", + "name": "Gigabyte G6 MF-H2IN853SH", + "brand": { + "id": 133, + "slug": "gigabyte", + "name": "Gigabyte Technology", + "country": "TW", + "url": "/v1/brands/gigabyte" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1048, + "device_category": "General", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 972 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.008965", + "updated_at": "2026-07-08T02:20:51.008965", + "url": "/v1/laptops/gigabyte-g6-mf-h2in853sh-abhinavflac-972" +} diff --git a/site/public/v1/laptops/gigabyte-g6-mf-h2in894kh-abhinavflac-187/index.json b/site/public/v1/laptops/gigabyte-g6-mf-h2in894kh-abhinavflac-187/index.json new file mode 100644 index 000000000000..716e7f499b76 --- /dev/null +++ b/site/public/v1/laptops/gigabyte-g6-mf-h2in894kh-abhinavflac-187/index.json @@ -0,0 +1,42 @@ +{ + "id": 382, + "slug": "gigabyte-g6-mf-h2in894kh-abhinavflac-187", + "base_model_slug": "gigabyte-g6-mf-h2in894kh", + "name": "Gigabyte G6 MF-H2IN894KH", + "brand": { + "id": 133, + "slug": "gigabyte", + "name": "Gigabyte Technology", + "country": "TW", + "url": "/v1/brands/gigabyte" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1101, + "device_category": "General", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 187 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.008965", + "updated_at": "2026-07-08T02:20:51.008965", + "url": "/v1/laptops/gigabyte-g6-mf-h2in894kh-abhinavflac-187" +} diff --git a/site/public/v1/laptops/gigabyte-g6x-9mg-42in854sh-gaming-abhinavflac-883/index.json b/site/public/v1/laptops/gigabyte-g6x-9mg-42in854sh-gaming-abhinavflac-883/index.json new file mode 100644 index 000000000000..06fb374bc464 --- /dev/null +++ b/site/public/v1/laptops/gigabyte-g6x-9mg-42in854sh-gaming-abhinavflac-883/index.json @@ -0,0 +1,42 @@ +{ + "id": 383, + "slug": "gigabyte-g6x-9mg-42in854sh-gaming-abhinavflac-883", + "base_model_slug": "gigabyte-g6x-9mg-42in854sh-gaming", + "name": "Gigabyte G6X 9MG-42IN854SH Gaming", + "brand": { + "id": 133, + "slug": "gigabyte", + "name": "Gigabyte Technology", + "country": "TW", + "url": "/v1/brands/gigabyte" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 2048, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 883 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.008965", + "updated_at": "2026-07-08T02:20:51.008965", + "url": "/v1/laptops/gigabyte-g6x-9mg-42in854sh-gaming-abhinavflac-883" +} diff --git a/site/public/v1/laptops/hp-14-em0214au-abhinavflac-601/index.json b/site/public/v1/laptops/hp-14-em0214au-abhinavflac-601/index.json new file mode 100644 index 000000000000..175cfa700295 --- /dev/null +++ b/site/public/v1/laptops/hp-14-em0214au-abhinavflac-601/index.json @@ -0,0 +1,42 @@ +{ + "id": 417, + "slug": "hp-14-em0214au-abhinavflac-601", + "base_model_slug": "hp-14-em0214au", + "name": "HP 14-em0214AU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 560, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7530U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 601 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.011965", + "updated_at": "2026-07-08T02:20:51.011965", + "url": "/v1/laptops/hp-14-em0214au-abhinavflac-601" +} diff --git a/site/public/v1/laptops/hp-14-em0243au-abhinavflac-259/index.json b/site/public/v1/laptops/hp-14-em0243au-abhinavflac-259/index.json new file mode 100644 index 000000000000..234ee461671c --- /dev/null +++ b/site/public/v1/laptops/hp-14-em0243au-abhinavflac-259/index.json @@ -0,0 +1,42 @@ +{ + "id": 418, + "slug": "hp-14-em0243au-abhinavflac-259", + "base_model_slug": "hp-14-em0243au", + "name": "HP 14-em0243AU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 410, + "device_category": "General", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 259 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.011965", + "updated_at": "2026-07-08T02:20:51.011965", + "url": "/v1/laptops/hp-14-em0243au-abhinavflac-259" +} diff --git a/site/public/v1/laptops/hp-14-ep0294tu-abhinavflac-473/index.json b/site/public/v1/laptops/hp-14-ep0294tu-abhinavflac-473/index.json new file mode 100644 index 000000000000..bc31ee945c4f --- /dev/null +++ b/site/public/v1/laptops/hp-14-ep0294tu-abhinavflac-473/index.json @@ -0,0 +1,42 @@ +{ + "id": 419, + "slug": "hp-14-ep0294tu-abhinavflac-473", + "base_model_slug": "hp-14-ep0294tu", + "name": "HP 14-ep0294TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 440, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 473 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.011965", + "updated_at": "2026-07-08T02:20:51.011965", + "url": "/v1/laptops/hp-14-ep0294tu-abhinavflac-473" +} diff --git a/site/public/v1/laptops/hp-14-ep0340tu-abhinavflac-452/index.json b/site/public/v1/laptops/hp-14-ep0340tu-abhinavflac-452/index.json new file mode 100644 index 000000000000..4bb234f8d041 --- /dev/null +++ b/site/public/v1/laptops/hp-14-ep0340tu-abhinavflac-452/index.json @@ -0,0 +1,42 @@ +{ + "id": 420, + "slug": "hp-14-ep0340tu-abhinavflac-452", + "base_model_slug": "hp-14-ep0340tu", + "name": "HP 14-ep0340TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 663, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 452 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.011965", + "updated_at": "2026-07-08T02:20:51.011965", + "url": "/v1/laptops/hp-14-ep0340tu-abhinavflac-452" +} diff --git a/site/public/v1/laptops/hp-14-gr0001tu-abhinavflac-908/index.json b/site/public/v1/laptops/hp-14-gr0001tu-abhinavflac-908/index.json new file mode 100644 index 000000000000..7233dfe3db4d --- /dev/null +++ b/site/public/v1/laptops/hp-14-gr0001tu-abhinavflac-908/index.json @@ -0,0 +1,42 @@ +{ + "id": 421, + "slug": "hp-14-gr0001tu-abhinavflac-908", + "base_model_slug": "hp-14-gr0001tu", + "name": "HP 14-gr0001TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 655, + "device_category": "General", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 908 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.011965", + "updated_at": "2026-07-08T02:20:51.011965", + "url": "/v1/laptops/hp-14-gr0001tu-abhinavflac-908" +} diff --git a/site/public/v1/laptops/hp-14-gr0002tu-abhinavflac-547/index.json b/site/public/v1/laptops/hp-14-gr0002tu-abhinavflac-547/index.json new file mode 100644 index 000000000000..2f0e92875f3c --- /dev/null +++ b/site/public/v1/laptops/hp-14-gr0002tu-abhinavflac-547/index.json @@ -0,0 +1,42 @@ +{ + "id": 422, + "slug": "hp-14-gr0002tu-abhinavflac-547", + "base_model_slug": "hp-14-gr0002tu", + "name": "HP 14-gr0002TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 656, + "device_category": "General", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 547 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.011965", + "updated_at": "2026-07-08T02:20:51.011965", + "url": "/v1/laptops/hp-14-gr0002tu-abhinavflac-547" +} diff --git a/site/public/v1/laptops/hp-14-gr1022tu-abhinavflac-936/index.json b/site/public/v1/laptops/hp-14-gr1022tu-abhinavflac-936/index.json new file mode 100644 index 000000000000..721e5f5060f5 --- /dev/null +++ b/site/public/v1/laptops/hp-14-gr1022tu-abhinavflac-936/index.json @@ -0,0 +1,42 @@ +{ + "id": 423, + "slug": "hp-14-gr1022tu-abhinavflac-936", + "base_model_slug": "hp-14-gr1022tu", + "name": "HP 14-gr1022TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 988, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 936 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.011965", + "updated_at": "2026-07-08T02:20:51.011965", + "url": "/v1/laptops/hp-14-gr1022tu-abhinavflac-936" +} diff --git a/site/public/v1/laptops/hp-14-gr1023tu-abhinavflac-934/index.json b/site/public/v1/laptops/hp-14-gr1023tu-abhinavflac-934/index.json new file mode 100644 index 000000000000..5c4520ba511a --- /dev/null +++ b/site/public/v1/laptops/hp-14-gr1023tu-abhinavflac-934/index.json @@ -0,0 +1,42 @@ +{ + "id": 424, + "slug": "hp-14-gr1023tu-abhinavflac-934", + "base_model_slug": "hp-14-gr1023tu", + "name": "HP 14-gr1023TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1012, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 934 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.011965", + "updated_at": "2026-07-08T02:20:51.011965", + "url": "/v1/laptops/hp-14-gr1023tu-abhinavflac-934" +} diff --git a/site/public/v1/laptops/hp-14-gr1028tu-abhinavflac-275/index.json b/site/public/v1/laptops/hp-14-gr1028tu-abhinavflac-275/index.json new file mode 100644 index 000000000000..dde15eecc05d --- /dev/null +++ b/site/public/v1/laptops/hp-14-gr1028tu-abhinavflac-275/index.json @@ -0,0 +1,42 @@ +{ + "id": 425, + "slug": "hp-14-gr1028tu-abhinavflac-275", + "base_model_slug": "hp-14-gr1028tu", + "name": "HP 14-gr1028TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 886, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 275 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.012966", + "updated_at": "2026-07-08T02:20:51.012966", + "url": "/v1/laptops/hp-14-gr1028tu-abhinavflac-275" +} diff --git a/site/public/v1/laptops/hp-14-gr1036tu-abhinavflac-145/index.json b/site/public/v1/laptops/hp-14-gr1036tu-abhinavflac-145/index.json new file mode 100644 index 000000000000..5c0257c52090 --- /dev/null +++ b/site/public/v1/laptops/hp-14-gr1036tu-abhinavflac-145/index.json @@ -0,0 +1,42 @@ +{ + "id": 426, + "slug": "hp-14-gr1036tu-abhinavflac-145", + "base_model_slug": "hp-14-gr1036tu", + "name": "HP 14-gr1036TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 878, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 145 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.012966", + "updated_at": "2026-07-08T02:20:51.012966", + "url": "/v1/laptops/hp-14-gr1036tu-abhinavflac-145" +} diff --git a/site/public/v1/laptops/hp-14s-dq3141tu-abhinavflac-340/index.json b/site/public/v1/laptops/hp-14s-dq3141tu-abhinavflac-340/index.json new file mode 100644 index 000000000000..8d6e9e582e70 --- /dev/null +++ b/site/public/v1/laptops/hp-14s-dq3141tu-abhinavflac-340/index.json @@ -0,0 +1,42 @@ +{ + "id": 567, + "slug": "hp-14s-dq3141tu-abhinavflac-340", + "base_model_slug": "hp-14s-dq3141tu", + "name": "HP 14s-dq3141TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 313, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 340 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.023466", + "updated_at": "2026-07-08T02:20:51.023466", + "url": "/v1/laptops/hp-14s-dq3141tu-abhinavflac-340" +} diff --git a/site/public/v1/laptops/hp-15-2025-abhinavflac-16/index.json b/site/public/v1/laptops/hp-15-2025-abhinavflac-16/index.json new file mode 100644 index 000000000000..6e35260de408 --- /dev/null +++ b/site/public/v1/laptops/hp-15-2025-abhinavflac-16/index.json @@ -0,0 +1,42 @@ +{ + "id": 427, + "slug": "hp-15-2025-abhinavflac-16", + "base_model_slug": "hp-15-2025", + "name": "HP 15 2025", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 441, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 16 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.012966", + "updated_at": "2026-07-08T02:20:51.012966", + "url": "/v1/laptops/hp-15-2025-abhinavflac-16" +} diff --git a/site/public/v1/laptops/hp-15-fc0154au-abhinavflac-794/index.json b/site/public/v1/laptops/hp-15-fc0154au-abhinavflac-794/index.json new file mode 100644 index 000000000000..28d5b2e53c5b --- /dev/null +++ b/site/public/v1/laptops/hp-15-fc0154au-abhinavflac-794/index.json @@ -0,0 +1,42 @@ +{ + "id": 428, + "slug": "hp-15-fc0154au-abhinavflac-794", + "base_model_slug": "hp-15-fc0154au", + "name": "HP 15-fc0154AU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 373, + "device_category": "General", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 794 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.012966", + "updated_at": "2026-07-08T02:20:51.012966", + "url": "/v1/laptops/hp-15-fc0154au-abhinavflac-794" +} diff --git a/site/public/v1/laptops/hp-15-fc0155au-abhinavflac-930/index.json b/site/public/v1/laptops/hp-15-fc0155au-abhinavflac-930/index.json new file mode 100644 index 000000000000..73a7bd7846f1 --- /dev/null +++ b/site/public/v1/laptops/hp-15-fc0155au-abhinavflac-930/index.json @@ -0,0 +1,42 @@ +{ + "id": 429, + "slug": "hp-15-fc0155au-abhinavflac-930", + "base_model_slug": "hp-15-fc0155au", + "name": "HP 15-fc0155AU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 400, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 930 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.012966", + "updated_at": "2026-07-08T02:20:51.012966", + "url": "/v1/laptops/hp-15-fc0155au-abhinavflac-930" +} diff --git a/site/public/v1/laptops/hp-15-fc0388au-abhinavflac-87/index.json b/site/public/v1/laptops/hp-15-fc0388au-abhinavflac-87/index.json new file mode 100644 index 000000000000..2f6d76dd0ea5 --- /dev/null +++ b/site/public/v1/laptops/hp-15-fc0388au-abhinavflac-87/index.json @@ -0,0 +1,42 @@ +{ + "id": 430, + "slug": "hp-15-fc0388au-abhinavflac-87", + "base_model_slug": "hp-15-fc0388au", + "name": "HP 15-fc0388AU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 445, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7530U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 87 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.012966", + "updated_at": "2026-07-08T02:20:51.012966", + "url": "/v1/laptops/hp-15-fc0388au-abhinavflac-87" +} diff --git a/site/public/v1/laptops/hp-15-fc0390au-abhinavflac-435/index.json b/site/public/v1/laptops/hp-15-fc0390au-abhinavflac-435/index.json new file mode 100644 index 000000000000..08901e4e3ab8 --- /dev/null +++ b/site/public/v1/laptops/hp-15-fc0390au-abhinavflac-435/index.json @@ -0,0 +1,42 @@ +{ + "id": 431, + "slug": "hp-15-fc0390au-abhinavflac-435", + "base_model_slug": "hp-15-fc0390au", + "name": "HP 15-fc0390AU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 600, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 7730U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 435 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.012966", + "updated_at": "2026-07-08T02:20:51.012966", + "url": "/v1/laptops/hp-15-fc0390au-abhinavflac-435" +} diff --git a/site/public/v1/laptops/hp-15-fc0476au-abhinavflac-476/index.json b/site/public/v1/laptops/hp-15-fc0476au-abhinavflac-476/index.json new file mode 100644 index 000000000000..7405679e34c6 --- /dev/null +++ b/site/public/v1/laptops/hp-15-fc0476au-abhinavflac-476/index.json @@ -0,0 +1,42 @@ +{ + "id": 391, + "slug": "hp-15-fc0476au-abhinavflac-476", + "base_model_slug": "hp-15-fc0476au", + "name": "HP 15-fc0476AU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 590, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 5825U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 476 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.009967", + "updated_at": "2026-07-08T02:20:51.009967", + "url": "/v1/laptops/hp-15-fc0476au-abhinavflac-476" +} diff --git a/site/public/v1/laptops/hp-15-fc0500au-abhinavflac-198/index.json b/site/public/v1/laptops/hp-15-fc0500au-abhinavflac-198/index.json new file mode 100644 index 000000000000..9ae3ae017b24 --- /dev/null +++ b/site/public/v1/laptops/hp-15-fc0500au-abhinavflac-198/index.json @@ -0,0 +1,42 @@ +{ + "id": 432, + "slug": "hp-15-fc0500au-abhinavflac-198", + "base_model_slug": "hp-15-fc0500au", + "name": "HP 15-fc0500AU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 391, + "device_category": "General", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 198 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.012966", + "updated_at": "2026-07-08T02:20:51.012966", + "url": "/v1/laptops/hp-15-fc0500au-abhinavflac-198" +} diff --git a/site/public/v1/laptops/hp-15-fc0533au-abhinavflac-378/index.json b/site/public/v1/laptops/hp-15-fc0533au-abhinavflac-378/index.json new file mode 100644 index 000000000000..9e883aa36c15 --- /dev/null +++ b/site/public/v1/laptops/hp-15-fc0533au-abhinavflac-378/index.json @@ -0,0 +1,42 @@ +{ + "id": 392, + "slug": "hp-15-fc0533au-abhinavflac-378", + "base_model_slug": "hp-15-fc0533au", + "name": "HP 15-fc0533AU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 590, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 5825U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 378 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.009967", + "updated_at": "2026-07-08T02:20:51.009967", + "url": "/v1/laptops/hp-15-fc0533au-abhinavflac-378" +} diff --git a/site/public/v1/laptops/hp-15-fc0552au-abhinavflac-250/index.json b/site/public/v1/laptops/hp-15-fc0552au-abhinavflac-250/index.json new file mode 100644 index 000000000000..584ea6ff083e --- /dev/null +++ b/site/public/v1/laptops/hp-15-fc0552au-abhinavflac-250/index.json @@ -0,0 +1,42 @@ +{ + "id": 433, + "slug": "hp-15-fc0552au-abhinavflac-250", + "base_model_slug": "hp-15-fc0552au", + "name": "HP 15-fc0552AU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 398, + "device_category": "General", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 250 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.012966", + "updated_at": "2026-07-08T02:20:51.012966", + "url": "/v1/laptops/hp-15-fc0552au-abhinavflac-250" +} diff --git a/site/public/v1/laptops/hp-15-fc0690au-abhinavflac-48/index.json b/site/public/v1/laptops/hp-15-fc0690au-abhinavflac-48/index.json new file mode 100644 index 000000000000..b3fa05b48abc --- /dev/null +++ b/site/public/v1/laptops/hp-15-fc0690au-abhinavflac-48/index.json @@ -0,0 +1,42 @@ +{ + "id": 434, + "slug": "hp-15-fc0690au-abhinavflac-48", + "base_model_slug": "hp-15-fc0690au", + "name": "HP 15-fc0690au", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 554, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 48 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.012966", + "updated_at": "2026-07-08T02:20:51.012966", + "url": "/v1/laptops/hp-15-fc0690au-abhinavflac-48" +} diff --git a/site/public/v1/laptops/hp-15-fc0703au-abhinavflac-78/index.json b/site/public/v1/laptops/hp-15-fc0703au-abhinavflac-78/index.json new file mode 100644 index 000000000000..439b14b9ffd3 --- /dev/null +++ b/site/public/v1/laptops/hp-15-fc0703au-abhinavflac-78/index.json @@ -0,0 +1,42 @@ +{ + "id": 435, + "slug": "hp-15-fc0703au-abhinavflac-78", + "base_model_slug": "hp-15-fc0703au", + "name": "HP 15-fc0703AU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 494, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7530U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 78 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.012966", + "updated_at": "2026-07-08T02:20:51.012966", + "url": "/v1/laptops/hp-15-fc0703au-abhinavflac-78" +} diff --git a/site/public/v1/laptops/hp-15-fc1004au-abhinavflac-806/index.json b/site/public/v1/laptops/hp-15-fc1004au-abhinavflac-806/index.json new file mode 100644 index 000000000000..5b5940b23144 --- /dev/null +++ b/site/public/v1/laptops/hp-15-fc1004au-abhinavflac-806/index.json @@ -0,0 +1,42 @@ +{ + "id": 436, + "slug": "hp-15-fc1004au-abhinavflac-806", + "base_model_slug": "hp-15-fc1004au", + "name": "HP 15-fc1004AU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 480, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7535HS", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 806 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.012966", + "updated_at": "2026-07-08T02:20:51.012966", + "url": "/v1/laptops/hp-15-fc1004au-abhinavflac-806" +} diff --git a/site/public/v1/laptops/hp-15-fc1038au-abhinavflac-436/index.json b/site/public/v1/laptops/hp-15-fc1038au-abhinavflac-436/index.json new file mode 100644 index 000000000000..371edf88b3df --- /dev/null +++ b/site/public/v1/laptops/hp-15-fc1038au-abhinavflac-436/index.json @@ -0,0 +1,42 @@ +{ + "id": 437, + "slug": "hp-15-fc1038au-abhinavflac-436", + "base_model_slug": "hp-15-fc1038au", + "name": "HP 15-fc1038AU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 735, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 7735HS", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 436 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.012966", + "updated_at": "2026-07-08T02:20:51.012966", + "url": "/v1/laptops/hp-15-fc1038au-abhinavflac-436" +} diff --git a/site/public/v1/laptops/hp-15-fd0061tu-abhinavflac-866/index.json b/site/public/v1/laptops/hp-15-fd0061tu-abhinavflac-866/index.json new file mode 100644 index 000000000000..67dad1ab82cf --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd0061tu-abhinavflac-866/index.json @@ -0,0 +1,42 @@ +{ + "id": 399, + "slug": "hp-15-fd0061tu-abhinavflac-866", + "base_model_slug": "hp-15-fd0061tu", + "name": "HP 15-fd0061TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 458, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 866 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.010965", + "updated_at": "2026-07-08T02:20:51.010965", + "url": "/v1/laptops/hp-15-fd0061tu-abhinavflac-866" +} diff --git a/site/public/v1/laptops/hp-15-fd0070tu-abhinavflac-865/index.json b/site/public/v1/laptops/hp-15-fd0070tu-abhinavflac-865/index.json new file mode 100644 index 000000000000..3e4fa60e9284 --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd0070tu-abhinavflac-865/index.json @@ -0,0 +1,42 @@ +{ + "id": 400, + "slug": "hp-15-fd0070tu-abhinavflac-865", + "base_model_slug": "hp-15-fd0070tu", + "name": "HP 15-fd0070TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 584, + "device_category": "General", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 865 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.010965", + "updated_at": "2026-07-08T02:20:51.010965", + "url": "/v1/laptops/hp-15-fd0070tu-abhinavflac-865" +} diff --git a/site/public/v1/laptops/hp-15-fd0111tu-abhinavflac-872/index.json b/site/public/v1/laptops/hp-15-fd0111tu-abhinavflac-872/index.json new file mode 100644 index 000000000000..ab697265b9e8 --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd0111tu-abhinavflac-872/index.json @@ -0,0 +1,42 @@ +{ + "id": 401, + "slug": "hp-15-fd0111tu-abhinavflac-872", + "base_model_slug": "hp-15-fd0111tu", + "name": "HP 15-fd0111TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 687, + "device_category": "General", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 872 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.010965", + "updated_at": "2026-07-08T02:20:51.010965", + "url": "/v1/laptops/hp-15-fd0111tu-abhinavflac-872" +} diff --git a/site/public/v1/laptops/hp-15-fd0112tu-abhinavflac-843/index.json b/site/public/v1/laptops/hp-15-fd0112tu-abhinavflac-843/index.json new file mode 100644 index 000000000000..999b2baa19d5 --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd0112tu-abhinavflac-843/index.json @@ -0,0 +1,42 @@ +{ + "id": 402, + "slug": "hp-15-fd0112tu-abhinavflac-843", + "base_model_slug": "hp-15-fd0112tu", + "name": "HP 15-fd0112TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 673, + "device_category": "General", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 843 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.010965", + "updated_at": "2026-07-08T02:20:51.010965", + "url": "/v1/laptops/hp-15-fd0112tu-abhinavflac-843" +} diff --git a/site/public/v1/laptops/hp-15-fd0129tu-abhinavflac-887/index.json b/site/public/v1/laptops/hp-15-fd0129tu-abhinavflac-887/index.json new file mode 100644 index 000000000000..eb3c62f787c8 --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd0129tu-abhinavflac-887/index.json @@ -0,0 +1,42 @@ +{ + "id": 438, + "slug": "hp-15-fd0129tu-abhinavflac-887", + "base_model_slug": "hp-15-fd0129tu", + "name": "HP 15-fd0129TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 422, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 887 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.012966", + "updated_at": "2026-07-08T02:20:51.012966", + "url": "/v1/laptops/hp-15-fd0129tu-abhinavflac-887" +} diff --git a/site/public/v1/laptops/hp-15-fd0315tu-abhinavflac-820/index.json b/site/public/v1/laptops/hp-15-fd0315tu-abhinavflac-820/index.json new file mode 100644 index 000000000000..af4e24231efe --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd0315tu-abhinavflac-820/index.json @@ -0,0 +1,42 @@ +{ + "id": 439, + "slug": "hp-15-fd0315tu-abhinavflac-820", + "base_model_slug": "hp-15-fd0315tu", + "name": "HP 15-fd0315TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 753, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 820 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.013965", + "updated_at": "2026-07-08T02:20:51.013965", + "url": "/v1/laptops/hp-15-fd0315tu-abhinavflac-820" +} diff --git a/site/public/v1/laptops/hp-15-fd0465tu-abhinavflac-685/index.json b/site/public/v1/laptops/hp-15-fd0465tu-abhinavflac-685/index.json new file mode 100644 index 000000000000..219a71a2f589 --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd0465tu-abhinavflac-685/index.json @@ -0,0 +1,42 @@ +{ + "id": 440, + "slug": "hp-15-fd0465tu-abhinavflac-685", + "base_model_slug": "hp-15-fd0465tu", + "name": "HP ‎15-fd0465TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 431, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 685 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.013965", + "updated_at": "2026-07-08T02:20:51.013965", + "url": "/v1/laptops/hp-15-fd0465tu-abhinavflac-685" +} diff --git a/site/public/v1/laptops/hp-15-fd0466tu-abhinavflac-653/index.json b/site/public/v1/laptops/hp-15-fd0466tu-abhinavflac-653/index.json new file mode 100644 index 000000000000..8b95286b99b8 --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd0466tu-abhinavflac-653/index.json @@ -0,0 +1,42 @@ +{ + "id": 441, + "slug": "hp-15-fd0466tu-abhinavflac-653", + "base_model_slug": "hp-15-fd0466tu", + "name": "HP 15-fd0466tu", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 558, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 653 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.013965", + "updated_at": "2026-07-08T02:20:51.013965", + "url": "/v1/laptops/hp-15-fd0466tu-abhinavflac-653" +} diff --git a/site/public/v1/laptops/hp-15-fd0467tu-abhinavflac-686/index.json b/site/public/v1/laptops/hp-15-fd0467tu-abhinavflac-686/index.json new file mode 100644 index 000000000000..317e95da8ead --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd0467tu-abhinavflac-686/index.json @@ -0,0 +1,42 @@ +{ + "id": 442, + "slug": "hp-15-fd0467tu-abhinavflac-686", + "base_model_slug": "hp-15-fd0467tu", + "name": "HP ‎15-fd0467TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 625, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 686 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.013965", + "updated_at": "2026-07-08T02:20:51.013965", + "url": "/v1/laptops/hp-15-fd0467tu-abhinavflac-686" +} diff --git a/site/public/v1/laptops/hp-15-fd0468tu-abhinavflac-589/index.json b/site/public/v1/laptops/hp-15-fd0468tu-abhinavflac-589/index.json new file mode 100644 index 000000000000..909fb5c3653f --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd0468tu-abhinavflac-589/index.json @@ -0,0 +1,42 @@ +{ + "id": 443, + "slug": "hp-15-fd0468tu-abhinavflac-589", + "base_model_slug": "hp-15-fd0468tu", + "name": "HP ‎15-fd0468TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 807, + "device_category": "General", + "cpu_name": "Intel Core I7 1355U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 589 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.013965", + "updated_at": "2026-07-08T02:20:51.013965", + "url": "/v1/laptops/hp-15-fd0468tu-abhinavflac-589" +} diff --git a/site/public/v1/laptops/hp-15-fd0489tu-abhinavflac-477/index.json b/site/public/v1/laptops/hp-15-fd0489tu-abhinavflac-477/index.json new file mode 100644 index 000000000000..ca68e704d726 --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd0489tu-abhinavflac-477/index.json @@ -0,0 +1,42 @@ +{ + "id": 444, + "slug": "hp-15-fd0489tu-abhinavflac-477", + "base_model_slug": "hp-15-fd0489tu", + "name": "HP 15-fd0489TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 428, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 477 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.013965", + "updated_at": "2026-07-08T02:20:51.013965", + "url": "/v1/laptops/hp-15-fd0489tu-abhinavflac-477" +} diff --git a/site/public/v1/laptops/hp-15-fd0490tu-abhinavflac-463/index.json b/site/public/v1/laptops/hp-15-fd0490tu-abhinavflac-463/index.json new file mode 100644 index 000000000000..50eda456003e --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd0490tu-abhinavflac-463/index.json @@ -0,0 +1,42 @@ +{ + "id": 445, + "slug": "hp-15-fd0490tu-abhinavflac-463", + "base_model_slug": "hp-15-fd0490tu", + "name": "HP 15-fd0490TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 440, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 463 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.013965", + "updated_at": "2026-07-08T02:20:51.013965", + "url": "/v1/laptops/hp-15-fd0490tu-abhinavflac-463" +} diff --git a/site/public/v1/laptops/hp-15-fd0492tu-abhinavflac-668/index.json b/site/public/v1/laptops/hp-15-fd0492tu-abhinavflac-668/index.json new file mode 100644 index 000000000000..c794bfc693ae --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd0492tu-abhinavflac-668/index.json @@ -0,0 +1,42 @@ +{ + "id": 446, + "slug": "hp-15-fd0492tu-abhinavflac-668", + "base_model_slug": "hp-15-fd0492tu", + "name": "HP 15-fd0492TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 686, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 668 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.013965", + "updated_at": "2026-07-08T02:20:51.013965", + "url": "/v1/laptops/hp-15-fd0492tu-abhinavflac-668" +} diff --git a/site/public/v1/laptops/hp-15-fd0514tu-abhinavflac-36/index.json b/site/public/v1/laptops/hp-15-fd0514tu-abhinavflac-36/index.json new file mode 100644 index 000000000000..092112e7cefb --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd0514tu-abhinavflac-36/index.json @@ -0,0 +1,42 @@ +{ + "id": 447, + "slug": "hp-15-fd0514tu-abhinavflac-36", + "base_model_slug": "hp-15-fd0514tu", + "name": "HP 15-fd0514TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 903, + "device_category": "General", + "cpu_name": "Intel Core I7 1355U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 36 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.013965", + "updated_at": "2026-07-08T02:20:51.013965", + "url": "/v1/laptops/hp-15-fd0514tu-abhinavflac-36" +} diff --git a/site/public/v1/laptops/hp-15-fd0533tu-abhinavflac-189/index.json b/site/public/v1/laptops/hp-15-fd0533tu-abhinavflac-189/index.json new file mode 100644 index 000000000000..a058ff773146 --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd0533tu-abhinavflac-189/index.json @@ -0,0 +1,42 @@ +{ + "id": 448, + "slug": "hp-15-fd0533tu-abhinavflac-189", + "base_model_slug": "hp-15-fd0533tu", + "name": "HP 15-fd0533TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 502, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 189 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.013965", + "updated_at": "2026-07-08T02:20:51.013965", + "url": "/v1/laptops/hp-15-fd0533tu-abhinavflac-189" +} diff --git a/site/public/v1/laptops/hp-15-fd0549tu-abhinavflac-247/index.json b/site/public/v1/laptops/hp-15-fd0549tu-abhinavflac-247/index.json new file mode 100644 index 000000000000..f2f7383c9129 --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd0549tu-abhinavflac-247/index.json @@ -0,0 +1,42 @@ +{ + "id": 449, + "slug": "hp-15-fd0549tu-abhinavflac-247", + "base_model_slug": "hp-15-fd0549tu", + "name": "HP 15-fd0549TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 663, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 247 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.013965", + "updated_at": "2026-07-08T02:20:51.013965", + "url": "/v1/laptops/hp-15-fd0549tu-abhinavflac-247" +} diff --git a/site/public/v1/laptops/hp-15-fd0552tu-abhinavflac-483/index.json b/site/public/v1/laptops/hp-15-fd0552tu-abhinavflac-483/index.json new file mode 100644 index 000000000000..50853fdd4573 --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd0552tu-abhinavflac-483/index.json @@ -0,0 +1,42 @@ +{ + "id": 450, + "slug": "hp-15-fd0552tu-abhinavflac-483", + "base_model_slug": "hp-15-fd0552tu", + "name": "HP 15-fd0552TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 711, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 483 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.013965", + "updated_at": "2026-07-08T02:20:51.013965", + "url": "/v1/laptops/hp-15-fd0552tu-abhinavflac-483" +} diff --git a/site/public/v1/laptops/hp-15-fd0568tu-abhinavflac-369/index.json b/site/public/v1/laptops/hp-15-fd0568tu-abhinavflac-369/index.json new file mode 100644 index 000000000000..ebaa4bb9eac7 --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd0568tu-abhinavflac-369/index.json @@ -0,0 +1,42 @@ +{ + "id": 451, + "slug": "hp-15-fd0568tu-abhinavflac-369", + "base_model_slug": "hp-15-fd0568tu", + "name": "HP 15-fd0568TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 452, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 369 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.013965", + "updated_at": "2026-07-08T02:20:51.013965", + "url": "/v1/laptops/hp-15-fd0568tu-abhinavflac-369" +} diff --git a/site/public/v1/laptops/hp-15-fd0569tu-abhinavflac-441/index.json b/site/public/v1/laptops/hp-15-fd0569tu-abhinavflac-441/index.json new file mode 100644 index 000000000000..b6fe8a1a9048 --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd0569tu-abhinavflac-441/index.json @@ -0,0 +1,42 @@ +{ + "id": 452, + "slug": "hp-15-fd0569tu-abhinavflac-441", + "base_model_slug": "hp-15-fd0569tu", + "name": "HP 15-fd0569TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 422, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 441 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.013965", + "updated_at": "2026-07-08T02:20:51.013965", + "url": "/v1/laptops/hp-15-fd0569tu-abhinavflac-441" +} diff --git a/site/public/v1/laptops/hp-15-fd0572tu-abhinavflac-496/index.json b/site/public/v1/laptops/hp-15-fd0572tu-abhinavflac-496/index.json new file mode 100644 index 000000000000..a2460e6e788c --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd0572tu-abhinavflac-496/index.json @@ -0,0 +1,42 @@ +{ + "id": 453, + "slug": "hp-15-fd0572tu-abhinavflac-496", + "base_model_slug": "hp-15-fd0572tu", + "name": "HP 15-fd0572TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 463, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 496 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.014965", + "updated_at": "2026-07-08T02:20:51.014965", + "url": "/v1/laptops/hp-15-fd0572tu-abhinavflac-496" +} diff --git a/site/public/v1/laptops/hp-15-fd0573tu-abhinavflac-499/index.json b/site/public/v1/laptops/hp-15-fd0573tu-abhinavflac-499/index.json new file mode 100644 index 000000000000..548a9a016962 --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd0573tu-abhinavflac-499/index.json @@ -0,0 +1,42 @@ +{ + "id": 454, + "slug": "hp-15-fd0573tu-abhinavflac-499", + "base_model_slug": "hp-15-fd0573tu", + "name": "HP 15-fd0573TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 458, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 12, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 499 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.014965", + "updated_at": "2026-07-08T02:20:51.014965", + "url": "/v1/laptops/hp-15-fd0573tu-abhinavflac-499" +} diff --git a/site/public/v1/laptops/hp-15-fd0574tu-abhinavflac-514/index.json b/site/public/v1/laptops/hp-15-fd0574tu-abhinavflac-514/index.json new file mode 100644 index 000000000000..c00b36c809ce --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd0574tu-abhinavflac-514/index.json @@ -0,0 +1,42 @@ +{ + "id": 455, + "slug": "hp-15-fd0574tu-abhinavflac-514", + "base_model_slug": "hp-15-fd0574tu", + "name": "HP 15-fd0574TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 482, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 514 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.014965", + "updated_at": "2026-07-08T02:20:51.014965", + "url": "/v1/laptops/hp-15-fd0574tu-abhinavflac-514" +} diff --git a/site/public/v1/laptops/hp-15-fd0575tu-abhinavflac-498/index.json b/site/public/v1/laptops/hp-15-fd0575tu-abhinavflac-498/index.json new file mode 100644 index 000000000000..93e30361359c --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd0575tu-abhinavflac-498/index.json @@ -0,0 +1,42 @@ +{ + "id": 456, + "slug": "hp-15-fd0575tu-abhinavflac-498", + "base_model_slug": "hp-15-fd0575tu", + "name": "HP 15-fd0575TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 590, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 12, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 498 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.014965", + "updated_at": "2026-07-08T02:20:51.014965", + "url": "/v1/laptops/hp-15-fd0575tu-abhinavflac-498" +} diff --git a/site/public/v1/laptops/hp-15-fd0577tu-abhinavflac-493/index.json b/site/public/v1/laptops/hp-15-fd0577tu-abhinavflac-493/index.json new file mode 100644 index 000000000000..3c4f48d77723 --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd0577tu-abhinavflac-493/index.json @@ -0,0 +1,42 @@ +{ + "id": 457, + "slug": "hp-15-fd0577tu-abhinavflac-493", + "base_model_slug": "hp-15-fd0577tu", + "name": "HP 15-fd0577TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 632, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 493 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.014965", + "updated_at": "2026-07-08T02:20:51.014965", + "url": "/v1/laptops/hp-15-fd0577tu-abhinavflac-493" +} diff --git a/site/public/v1/laptops/hp-15-fd0582tu-abhinavflac-434/index.json b/site/public/v1/laptops/hp-15-fd0582tu-abhinavflac-434/index.json new file mode 100644 index 000000000000..b1a4e84e38fd --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd0582tu-abhinavflac-434/index.json @@ -0,0 +1,42 @@ +{ + "id": 458, + "slug": "hp-15-fd0582tu-abhinavflac-434", + "base_model_slug": "hp-15-fd0582tu", + "name": "HP 15-FD0582TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 440, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 434 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.014965", + "updated_at": "2026-07-08T02:20:51.014965", + "url": "/v1/laptops/hp-15-fd0582tu-abhinavflac-434" +} diff --git a/site/public/v1/laptops/hp-15-fd0588tu-abhinavflac-408/index.json b/site/public/v1/laptops/hp-15-fd0588tu-abhinavflac-408/index.json new file mode 100644 index 000000000000..0c19198f3ad8 --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd0588tu-abhinavflac-408/index.json @@ -0,0 +1,42 @@ +{ + "id": 459, + "slug": "hp-15-fd0588tu-abhinavflac-408", + "base_model_slug": "hp-15-fd0588tu", + "name": "HP 15-fd0588TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 723, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 408 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.014965", + "updated_at": "2026-07-08T02:20:51.014965", + "url": "/v1/laptops/hp-15-fd0588tu-abhinavflac-408" +} diff --git a/site/public/v1/laptops/hp-15-fd0651tu-abhinavflac-46/index.json b/site/public/v1/laptops/hp-15-fd0651tu-abhinavflac-46/index.json new file mode 100644 index 000000000000..805270fd7831 --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd0651tu-abhinavflac-46/index.json @@ -0,0 +1,42 @@ +{ + "id": 568, + "slug": "hp-15-fd0651tu-abhinavflac-46", + "base_model_slug": "hp-15-fd0651tu", + "name": "HP 15-FD0651TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 608, + "device_category": "General", + "cpu_name": "Intel Core 5 120U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 46 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.023466", + "updated_at": "2026-07-08T02:20:51.023466", + "url": "/v1/laptops/hp-15-fd0651tu-abhinavflac-46" +} diff --git a/site/public/v1/laptops/hp-15-fd0664tu-abhinavflac-319/index.json b/site/public/v1/laptops/hp-15-fd0664tu-abhinavflac-319/index.json new file mode 100644 index 000000000000..aca03fe69d71 --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd0664tu-abhinavflac-319/index.json @@ -0,0 +1,42 @@ +{ + "id": 569, + "slug": "hp-15-fd0664tu-abhinavflac-319", + "base_model_slug": "hp-15-fd0664tu", + "name": "HP 15-fd0664TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 657, + "device_category": "General", + "cpu_name": "Intel Core 5 120U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 319 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.023466", + "updated_at": "2026-07-08T02:20:51.023466", + "url": "/v1/laptops/hp-15-fd0664tu-abhinavflac-319" +} diff --git a/site/public/v1/laptops/hp-15-fd0668tu-abhinavflac-104/index.json b/site/public/v1/laptops/hp-15-fd0668tu-abhinavflac-104/index.json new file mode 100644 index 000000000000..b0e7012262a0 --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd0668tu-abhinavflac-104/index.json @@ -0,0 +1,42 @@ +{ + "id": 460, + "slug": "hp-15-fd0668tu-abhinavflac-104", + "base_model_slug": "hp-15-fd0668tu", + "name": "HP 15-fd0668TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 482, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 104 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.014965", + "updated_at": "2026-07-08T02:20:51.014965", + "url": "/v1/laptops/hp-15-fd0668tu-abhinavflac-104" +} diff --git a/site/public/v1/laptops/hp-15-fd0691tu-abhinavflac-330/index.json b/site/public/v1/laptops/hp-15-fd0691tu-abhinavflac-330/index.json new file mode 100644 index 000000000000..ae328b7e1f8b --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd0691tu-abhinavflac-330/index.json @@ -0,0 +1,42 @@ +{ + "id": 461, + "slug": "hp-15-fd0691tu-abhinavflac-330", + "base_model_slug": "hp-15-fd0691tu", + "name": "HP 15-fd0691TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 446, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 12, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 330 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.014965", + "updated_at": "2026-07-08T02:20:51.014965", + "url": "/v1/laptops/hp-15-fd0691tu-abhinavflac-330" +} diff --git a/site/public/v1/laptops/hp-15-fd1197tu-abhinavflac-803/index.json b/site/public/v1/laptops/hp-15-fd1197tu-abhinavflac-803/index.json new file mode 100644 index 000000000000..32ca38faf70f --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd1197tu-abhinavflac-803/index.json @@ -0,0 +1,42 @@ +{ + "id": 462, + "slug": "hp-15-fd1197tu-abhinavflac-803", + "base_model_slug": "hp-15-fd1197tu", + "name": "HP 15-fd1197TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 886, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 803 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.014965", + "updated_at": "2026-07-08T02:20:51.014965", + "url": "/v1/laptops/hp-15-fd1197tu-abhinavflac-803" +} diff --git a/site/public/v1/laptops/hp-15-fd1253tu-abhinavflac-515/index.json b/site/public/v1/laptops/hp-15-fd1253tu-abhinavflac-515/index.json new file mode 100644 index 000000000000..66af37bca0bd --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd1253tu-abhinavflac-515/index.json @@ -0,0 +1,42 @@ +{ + "id": 570, + "slug": "hp-15-fd1253tu-abhinavflac-515", + "base_model_slug": "hp-15-fd1253tu", + "name": "HP 15-fd1253TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 446, + "device_category": "General", + "cpu_name": "Intel Core 3 100U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 515 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.023466", + "updated_at": "2026-07-08T02:20:51.023466", + "url": "/v1/laptops/hp-15-fd1253tu-abhinavflac-515" +} diff --git a/site/public/v1/laptops/hp-15-fd1255tu-abhinavflac-497/index.json b/site/public/v1/laptops/hp-15-fd1255tu-abhinavflac-497/index.json new file mode 100644 index 000000000000..1d25341a421a --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd1255tu-abhinavflac-497/index.json @@ -0,0 +1,42 @@ +{ + "id": 463, + "slug": "hp-15-fd1255tu-abhinavflac-497", + "base_model_slug": "hp-15-fd1255tu", + "name": "HP 15-fd1255TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 783, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 497 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.014965", + "updated_at": "2026-07-08T02:20:51.014965", + "url": "/v1/laptops/hp-15-fd1255tu-abhinavflac-497" +} diff --git a/site/public/v1/laptops/hp-15-fd1279tu-abhinavflac-251/index.json b/site/public/v1/laptops/hp-15-fd1279tu-abhinavflac-251/index.json new file mode 100644 index 000000000000..f07929c48576 --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd1279tu-abhinavflac-251/index.json @@ -0,0 +1,42 @@ +{ + "id": 464, + "slug": "hp-15-fd1279tu-abhinavflac-251", + "base_model_slug": "hp-15-fd1279tu", + "name": "HP 15-fd1279TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 934, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 251 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.014965", + "updated_at": "2026-07-08T02:20:51.014965", + "url": "/v1/laptops/hp-15-fd1279tu-abhinavflac-251" +} diff --git a/site/public/v1/laptops/hp-15-fd1444tu-abhinavflac-14/index.json b/site/public/v1/laptops/hp-15-fd1444tu-abhinavflac-14/index.json new file mode 100644 index 000000000000..af5b89419b3b --- /dev/null +++ b/site/public/v1/laptops/hp-15-fd1444tu-abhinavflac-14/index.json @@ -0,0 +1,42 @@ +{ + "id": 571, + "slug": "hp-15-fd1444tu-abhinavflac-14", + "base_model_slug": "hp-15-fd1444tu", + "name": "HP 15-FD1444TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 626, + "device_category": "General", + "cpu_name": "Intel Core 5 120U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 14 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.023466", + "updated_at": "2026-07-08T02:20:51.023466", + "url": "/v1/laptops/hp-15-fd1444tu-abhinavflac-14" +} diff --git a/site/public/v1/laptops/hp-15-fr0025tu-abhinavflac-357/index.json b/site/public/v1/laptops/hp-15-fr0025tu-abhinavflac-357/index.json new file mode 100644 index 000000000000..4b74220aa712 --- /dev/null +++ b/site/public/v1/laptops/hp-15-fr0025tu-abhinavflac-357/index.json @@ -0,0 +1,42 @@ +{ + "id": 465, + "slug": "hp-15-fr0025tu-abhinavflac-357", + "base_model_slug": "hp-15-fr0025tu", + "name": "HP 15-fr0025TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 807, + "device_category": "General", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 357 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.014965", + "updated_at": "2026-07-08T02:20:51.014965", + "url": "/v1/laptops/hp-15-fr0025tu-abhinavflac-357" +} diff --git a/site/public/v1/laptops/hp-15-fr0028tu-abhinavflac-238/index.json b/site/public/v1/laptops/hp-15-fr0028tu-abhinavflac-238/index.json new file mode 100644 index 000000000000..b457f3cc6d2c --- /dev/null +++ b/site/public/v1/laptops/hp-15-fr0028tu-abhinavflac-238/index.json @@ -0,0 +1,42 @@ +{ + "id": 466, + "slug": "hp-15-fr0028tu-abhinavflac-238", + "base_model_slug": "hp-15-fr0028tu", + "name": "HP 15-fr0028TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 699, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 238 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.014965", + "updated_at": "2026-07-08T02:20:51.014965", + "url": "/v1/laptops/hp-15-fr0028tu-abhinavflac-238" +} diff --git a/site/public/v1/laptops/hp-15-fr0049tu-abhinavflac-300/index.json b/site/public/v1/laptops/hp-15-fr0049tu-abhinavflac-300/index.json new file mode 100644 index 000000000000..577a2f47fce8 --- /dev/null +++ b/site/public/v1/laptops/hp-15-fr0049tu-abhinavflac-300/index.json @@ -0,0 +1,42 @@ +{ + "id": 467, + "slug": "hp-15-fr0049tu-abhinavflac-300", + "base_model_slug": "hp-15-fr0049tu", + "name": "HP 15-fr0049TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 717, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 300 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.015966", + "updated_at": "2026-07-08T02:20:51.015966", + "url": "/v1/laptops/hp-15-fr0049tu-abhinavflac-300" +} diff --git a/site/public/v1/laptops/hp-15-hr0005tu-abhinavflac-365/index.json b/site/public/v1/laptops/hp-15-hr0005tu-abhinavflac-365/index.json new file mode 100644 index 000000000000..5945708bf8fc --- /dev/null +++ b/site/public/v1/laptops/hp-15-hr0005tu-abhinavflac-365/index.json @@ -0,0 +1,42 @@ +{ + "id": 468, + "slug": "hp-15-hr0005tu-abhinavflac-365", + "base_model_slug": "hp-15-hr0005tu", + "name": "HP 15-hr0005TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 470, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 365 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.015966", + "updated_at": "2026-07-08T02:20:51.015966", + "url": "/v1/laptops/hp-15-hr0005tu-abhinavflac-365" +} diff --git a/site/public/v1/laptops/hp-15-hr0008tu-abhinavflac-450/index.json b/site/public/v1/laptops/hp-15-hr0008tu-abhinavflac-450/index.json new file mode 100644 index 000000000000..a4e8b2645bba --- /dev/null +++ b/site/public/v1/laptops/hp-15-hr0008tu-abhinavflac-450/index.json @@ -0,0 +1,42 @@ +{ + "id": 469, + "slug": "hp-15-hr0008tu-abhinavflac-450", + "base_model_slug": "hp-15-hr0008tu", + "name": "HP 15-hr0008TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 675, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 450 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.015966", + "updated_at": "2026-07-08T02:20:51.015966", + "url": "/v1/laptops/hp-15-hr0008tu-abhinavflac-450" +} diff --git a/site/public/v1/laptops/hp-15-hr0009tu-abhinavflac-45/index.json b/site/public/v1/laptops/hp-15-hr0009tu-abhinavflac-45/index.json new file mode 100644 index 000000000000..2a669b8f744a --- /dev/null +++ b/site/public/v1/laptops/hp-15-hr0009tu-abhinavflac-45/index.json @@ -0,0 +1,42 @@ +{ + "id": 572, + "slug": "hp-15-hr0009tu-abhinavflac-45", + "base_model_slug": "hp-15-hr0009tu", + "name": "HP 15-hr0009TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 687, + "device_category": "General", + "cpu_name": "Intel Core 5 120U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 45 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.023466", + "updated_at": "2026-07-08T02:20:51.023466", + "url": "/v1/laptops/hp-15-hr0009tu-abhinavflac-45" +} diff --git a/site/public/v1/laptops/hp-15-hr1000tu-abhinavflac-411/index.json b/site/public/v1/laptops/hp-15-hr1000tu-abhinavflac-411/index.json new file mode 100644 index 000000000000..1ecc3a025f1d --- /dev/null +++ b/site/public/v1/laptops/hp-15-hr1000tu-abhinavflac-411/index.json @@ -0,0 +1,42 @@ +{ + "id": 470, + "slug": "hp-15-hr1000tu-abhinavflac-411", + "base_model_slug": "hp-15-hr1000tu", + "name": "HP 15-hr1000TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 753, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 411 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.015966", + "updated_at": "2026-07-08T02:20:51.015966", + "url": "/v1/laptops/hp-15-hr1000tu-abhinavflac-411" +} diff --git a/site/public/v1/laptops/hp-15s-fc0156au-abhinavflac-929/index.json b/site/public/v1/laptops/hp-15s-fc0156au-abhinavflac-929/index.json new file mode 100644 index 000000000000..c7ff67972519 --- /dev/null +++ b/site/public/v1/laptops/hp-15s-fc0156au-abhinavflac-929/index.json @@ -0,0 +1,42 @@ +{ + "id": 471, + "slug": "hp-15s-fc0156au-abhinavflac-929", + "base_model_slug": "hp-15s-fc0156au", + "name": "HP 15s-fc0156AU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 518, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 929 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.015966", + "updated_at": "2026-07-08T02:20:51.015966", + "url": "/v1/laptops/hp-15s-fc0156au-abhinavflac-929" +} diff --git a/site/public/v1/laptops/hp-15s-fy5010tu-abhinavflac-975/index.json b/site/public/v1/laptops/hp-15s-fy5010tu-abhinavflac-975/index.json new file mode 100644 index 000000000000..89e17ca92af6 --- /dev/null +++ b/site/public/v1/laptops/hp-15s-fy5010tu-abhinavflac-975/index.json @@ -0,0 +1,42 @@ +{ + "id": 403, + "slug": "hp-15s-fy5010tu-abhinavflac-975", + "base_model_slug": "hp-15s-fy5010tu", + "name": "HP 15s-fy5010TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 400, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 256, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 975 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.010965", + "updated_at": "2026-07-08T02:20:51.010965", + "url": "/v1/laptops/hp-15s-fy5010tu-abhinavflac-975" +} diff --git a/site/public/v1/laptops/hp-15s-fy5011tu-abhinavflac-974/index.json b/site/public/v1/laptops/hp-15s-fy5011tu-abhinavflac-974/index.json new file mode 100644 index 000000000000..e3b4d44260b2 --- /dev/null +++ b/site/public/v1/laptops/hp-15s-fy5011tu-abhinavflac-974/index.json @@ -0,0 +1,42 @@ +{ + "id": 404, + "slug": "hp-15s-fy5011tu-abhinavflac-974", + "base_model_slug": "hp-15s-fy5011tu", + "name": "HP 15s-fy5011TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 509, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 974 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.010965", + "updated_at": "2026-07-08T02:20:51.010965", + "url": "/v1/laptops/hp-15s-fy5011tu-abhinavflac-974" +} diff --git a/site/public/v1/laptops/hp-16-fd0640tu-abhinavflac-265/index.json b/site/public/v1/laptops/hp-16-fd0640tu-abhinavflac-265/index.json new file mode 100644 index 000000000000..6c4830f5655f --- /dev/null +++ b/site/public/v1/laptops/hp-16-fd0640tu-abhinavflac-265/index.json @@ -0,0 +1,42 @@ +{ + "id": 573, + "slug": "hp-16-fd0640tu-abhinavflac-265", + "base_model_slug": "hp-16-fd0640tu", + "name": "HP 16-FD0640TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 663, + "device_category": "General", + "cpu_name": "Intel Core 5 120U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 265 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.024466", + "updated_at": "2026-07-08T02:20:51.024466", + "url": "/v1/laptops/hp-16-fd0640tu-abhinavflac-265" +} diff --git a/site/public/v1/laptops/hp-240-14-g9-abhinavflac-800/index.json b/site/public/v1/laptops/hp-240-14-g9-abhinavflac-800/index.json new file mode 100644 index 000000000000..a3cf2cdb4409 --- /dev/null +++ b/site/public/v1/laptops/hp-240-14-g9-abhinavflac-800/index.json @@ -0,0 +1,42 @@ +{ + "id": 405, + "slug": "hp-240-14-g9-abhinavflac-800", + "base_model_slug": "hp-240-14-g9", + "name": "HP 240 14 G9 9H223PT", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 446, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "DOS", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 800 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.010965", + "updated_at": "2026-07-08T02:20:51.010965", + "url": "/v1/laptops/hp-240-14-g9-abhinavflac-800" +} diff --git a/site/public/v1/laptops/hp-240-g10-b10lvpt-business-abhinavflac-558/index.json b/site/public/v1/laptops/hp-240-g10-b10lvpt-business-abhinavflac-558/index.json new file mode 100644 index 000000000000..d4ed7966b911 --- /dev/null +++ b/site/public/v1/laptops/hp-240-g10-b10lvpt-business-abhinavflac-558/index.json @@ -0,0 +1,42 @@ +{ + "id": 472, + "slug": "hp-240-g10-b10lvpt-business-abhinavflac-558", + "base_model_slug": "hp-240-g10-b10lvpt-business", + "name": "HP 240 G10 ‎B10LVPT Business", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 602, + "device_category": "General", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "DOS", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 558 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.015966", + "updated_at": "2026-07-08T02:20:51.015966", + "url": "/v1/laptops/hp-240-g10-b10lvpt-business-abhinavflac-558" +} diff --git a/site/public/v1/laptops/hp-240-g10-be5s0pt-abhinavflac-481/index.json b/site/public/v1/laptops/hp-240-g10-be5s0pt-abhinavflac-481/index.json new file mode 100644 index 000000000000..c61e21fc19a7 --- /dev/null +++ b/site/public/v1/laptops/hp-240-g10-be5s0pt-abhinavflac-481/index.json @@ -0,0 +1,42 @@ +{ + "id": 473, + "slug": "hp-240-g10-be5s0pt-abhinavflac-481", + "base_model_slug": "hp-240-g10-be5s0pt", + "name": "HP 240 G10 ‎‎BE5S0PT", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 687, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 481 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.015966", + "updated_at": "2026-07-08T02:20:51.015966", + "url": "/v1/laptops/hp-240-g10-be5s0pt-abhinavflac-481" +} diff --git a/site/public/v1/laptops/hp-240r-g9-1315uu-abhinavflac-736/index.json b/site/public/v1/laptops/hp-240r-g9-1315uu-abhinavflac-736/index.json new file mode 100644 index 000000000000..e47ebb526cb5 --- /dev/null +++ b/site/public/v1/laptops/hp-240r-g9-1315uu-abhinavflac-736/index.json @@ -0,0 +1,42 @@ +{ + "id": 475, + "slug": "hp-240r-g9-1315uu-abhinavflac-736", + "base_model_slug": "hp-240r-g9-1315uu", + "name": "HP 240R G9 (1315UU / 16GB / 512GB / Integrated Graphics / Windows)", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 445, + "device_category": "Business", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x720" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 736 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.015966", + "updated_at": "2026-07-08T02:20:51.015966", + "url": "/v1/laptops/hp-240r-g9-1315uu-abhinavflac-736" +} diff --git a/site/public/v1/laptops/hp-240r-g9-a9uk7pt-acj-abhinavflac-88/index.json b/site/public/v1/laptops/hp-240r-g9-a9uk7pt-acj-abhinavflac-88/index.json new file mode 100644 index 000000000000..44b43a680c51 --- /dev/null +++ b/site/public/v1/laptops/hp-240r-g9-a9uk7pt-acj-abhinavflac-88/index.json @@ -0,0 +1,42 @@ +{ + "id": 476, + "slug": "hp-240r-g9-a9uk7pt-acj-abhinavflac-88", + "base_model_slug": "hp-240r-g9-a9uk7pt-acj", + "name": "HP 240R G9 A9UK7PT##ACJ", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 602, + "device_category": "Business", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 88 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.015966", + "updated_at": "2026-07-08T02:20:51.015966", + "url": "/v1/laptops/hp-240r-g9-a9uk7pt-acj-abhinavflac-88" +} diff --git a/site/public/v1/laptops/hp-240r-g9-abhinavflac-511/index.json b/site/public/v1/laptops/hp-240r-g9-abhinavflac-511/index.json new file mode 100644 index 000000000000..33769af0b1d7 --- /dev/null +++ b/site/public/v1/laptops/hp-240r-g9-abhinavflac-511/index.json @@ -0,0 +1,42 @@ +{ + "id": 474, + "slug": "hp-240r-g9-abhinavflac-511", + "base_model_slug": "hp-240r-g9", + "name": "HP 240R G9 B10MRAT", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 422, + "device_category": "Business", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x720" + }, + "weight_g": null, + "os": "DOS", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 511 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.015966", + "updated_at": "2026-07-08T02:20:51.015966", + "url": "/v1/laptops/hp-240r-g9-abhinavflac-511" +} diff --git a/site/public/v1/laptops/hp-240r-g9-b10msat-abhinavflac-484/index.json b/site/public/v1/laptops/hp-240r-g9-b10msat-abhinavflac-484/index.json new file mode 100644 index 000000000000..14ff24a7e116 --- /dev/null +++ b/site/public/v1/laptops/hp-240r-g9-b10msat-abhinavflac-484/index.json @@ -0,0 +1,42 @@ +{ + "id": 477, + "slug": "hp-240r-g9-b10msat-abhinavflac-484", + "base_model_slug": "hp-240r-g9-b10msat", + "name": "HP 240R G9 ‎‎B10MSAT", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 434, + "device_category": "Business", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x720" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 484 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.015966", + "updated_at": "2026-07-08T02:20:51.015966", + "url": "/v1/laptops/hp-240r-g9-b10msat-abhinavflac-484" +} diff --git a/site/public/v1/laptops/hp-240r-g9-b15jnat-abhinavflac-485/index.json b/site/public/v1/laptops/hp-240r-g9-b15jnat-abhinavflac-485/index.json new file mode 100644 index 000000000000..b1f9312e7494 --- /dev/null +++ b/site/public/v1/laptops/hp-240r-g9-b15jnat-abhinavflac-485/index.json @@ -0,0 +1,42 @@ +{ + "id": 478, + "slug": "hp-240r-g9-b15jnat-abhinavflac-485", + "base_model_slug": "hp-240r-g9-b15jnat", + "name": "HP 240R G9 ‎B15JNAT", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 434, + "device_category": "Business", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x720" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 485 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.015966", + "updated_at": "2026-07-08T02:20:51.015966", + "url": "/v1/laptops/hp-240r-g9-b15jnat-abhinavflac-485" +} diff --git a/site/public/v1/laptops/hp-245-g10-abhinavflac-606/index.json b/site/public/v1/laptops/hp-245-g10-abhinavflac-606/index.json new file mode 100644 index 000000000000..8cd16745fca2 --- /dev/null +++ b/site/public/v1/laptops/hp-245-g10-abhinavflac-606/index.json @@ -0,0 +1,42 @@ +{ + "id": 479, + "slug": "hp-245-g10-abhinavflac-606", + "base_model_slug": "hp-245-g10", + "name": "HP 245 G10 B0WM3PT", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 311, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "DOS", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 606 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.015966", + "updated_at": "2026-07-08T02:20:51.015966", + "url": "/v1/laptops/hp-245-g10-abhinavflac-606" +} diff --git a/site/public/v1/laptops/hp-245-g10-abhinavflac-737/index.json b/site/public/v1/laptops/hp-245-g10-abhinavflac-737/index.json new file mode 100644 index 000000000000..f63f0c7c5593 --- /dev/null +++ b/site/public/v1/laptops/hp-245-g10-abhinavflac-737/index.json @@ -0,0 +1,42 @@ +{ + "id": 480, + "slug": "hp-245-g10-abhinavflac-737", + "base_model_slug": "hp-245-g10", + "name": "HP 245 G10", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 352, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7530U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 737 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.016966", + "updated_at": "2026-07-08T02:20:51.016966", + "url": "/v1/laptops/hp-245-g10-abhinavflac-737" +} diff --git a/site/public/v1/laptops/hp-250-g10-abhinavflac-128/index.json b/site/public/v1/laptops/hp-250-g10-abhinavflac-128/index.json new file mode 100644 index 000000000000..8eccf97ea08a --- /dev/null +++ b/site/public/v1/laptops/hp-250-g10-abhinavflac-128/index.json @@ -0,0 +1,42 @@ +{ + "id": 481, + "slug": "hp-250-g10-abhinavflac-128", + "base_model_slug": "hp-250-g10", + "name": "HP 250 G10 BJ3T3AT", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 616, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "DOS", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 128 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.016966", + "updated_at": "2026-07-08T02:20:51.016966", + "url": "/v1/laptops/hp-250-g10-abhinavflac-128" +} diff --git a/site/public/v1/laptops/hp-250-g10-b10m3at-abhinavflac-590/index.json b/site/public/v1/laptops/hp-250-g10-b10m3at-abhinavflac-590/index.json new file mode 100644 index 000000000000..287df9617f50 --- /dev/null +++ b/site/public/v1/laptops/hp-250-g10-b10m3at-abhinavflac-590/index.json @@ -0,0 +1,42 @@ +{ + "id": 482, + "slug": "hp-250-g10-b10m3at-abhinavflac-590", + "base_model_slug": "hp-250-g10-b10m3at", + "name": "HP 250 G10 ‎B10M3AT", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 541, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "DOS", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 590 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.016966", + "updated_at": "2026-07-08T02:20:51.016966", + "url": "/v1/laptops/hp-250-g10-b10m3at-abhinavflac-590" +} diff --git a/site/public/v1/laptops/hp-250-g10-bj3r8at-abhinavflac-480/index.json b/site/public/v1/laptops/hp-250-g10-bj3r8at-abhinavflac-480/index.json new file mode 100644 index 000000000000..bb4dd5ce83b1 --- /dev/null +++ b/site/public/v1/laptops/hp-250-g10-bj3r8at-abhinavflac-480/index.json @@ -0,0 +1,42 @@ +{ + "id": 483, + "slug": "hp-250-g10-bj3r8at-abhinavflac-480", + "base_model_slug": "hp-250-g10-bj3r8at", + "name": "HP 250 G10 ‎BJ3R8AT", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 684, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 480 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.016966", + "updated_at": "2026-07-08T02:20:51.016966", + "url": "/v1/laptops/hp-250-g10-bj3r8at-abhinavflac-480" +} diff --git a/site/public/v1/laptops/hp-250r-g9-abhinavflac-738/index.json b/site/public/v1/laptops/hp-250r-g9-abhinavflac-738/index.json new file mode 100644 index 000000000000..dc4c3557f2cf --- /dev/null +++ b/site/public/v1/laptops/hp-250r-g9-abhinavflac-738/index.json @@ -0,0 +1,42 @@ +{ + "id": 484, + "slug": "hp-250r-g9-abhinavflac-738", + "base_model_slug": "hp-250r-g9", + "name": "HP 250R G9 B10MTAT", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 410, + "device_category": "Business", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "DOS", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 738 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.016966", + "updated_at": "2026-07-08T02:20:51.016966", + "url": "/v1/laptops/hp-250r-g9-abhinavflac-738" +} diff --git a/site/public/v1/laptops/hp-250r-g9-b10m4at-abhinavflac-591/index.json b/site/public/v1/laptops/hp-250r-g9-b10m4at-abhinavflac-591/index.json new file mode 100644 index 000000000000..9ba2d8023c0a --- /dev/null +++ b/site/public/v1/laptops/hp-250r-g9-b10m4at-abhinavflac-591/index.json @@ -0,0 +1,42 @@ +{ + "id": 485, + "slug": "hp-250r-g9-b10m4at-abhinavflac-591", + "base_model_slug": "hp-250r-g9-b10m4at", + "name": "HP 250R G9 ‎B10M4AT", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 638, + "device_category": "Business", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "DOS", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 591 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.016966", + "updated_at": "2026-07-08T02:20:51.016966", + "url": "/v1/laptops/hp-250r-g9-b10m4at-abhinavflac-591" +} diff --git a/site/public/v1/laptops/hp-255-g10-7520uu-abhinavflac-681/index.json b/site/public/v1/laptops/hp-255-g10-7520uu-abhinavflac-681/index.json new file mode 100644 index 000000000000..d8aa06fcb537 --- /dev/null +++ b/site/public/v1/laptops/hp-255-g10-7520uu-abhinavflac-681/index.json @@ -0,0 +1,42 @@ +{ + "id": 489, + "slug": "hp-255-g10-7520uu-abhinavflac-681", + "base_model_slug": "hp-255-g10-7520uu", + "name": "HP 255 G10 (7520UU / 8GB / 512GB / Radeon / Windows)", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 385, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 681 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.016966", + "updated_at": "2026-07-08T02:20:51.016966", + "url": "/v1/laptops/hp-255-g10-7520uu-abhinavflac-681" +} diff --git a/site/public/v1/laptops/hp-255-g10-7730uu-abhinavflac-155/index.json b/site/public/v1/laptops/hp-255-g10-7730uu-abhinavflac-155/index.json new file mode 100644 index 000000000000..bd068a7e1792 --- /dev/null +++ b/site/public/v1/laptops/hp-255-g10-7730uu-abhinavflac-155/index.json @@ -0,0 +1,42 @@ +{ + "id": 490, + "slug": "hp-255-g10-7730uu-abhinavflac-155", + "base_model_slug": "hp-255-g10-7730uu", + "name": "HP 255 G10 (7730UU / 16GB / 512GB / Radeon / Windows)", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 554, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 7730U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 155 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.016966", + "updated_at": "2026-07-08T02:20:51.016966", + "url": "/v1/laptops/hp-255-g10-7730uu-abhinavflac-155" +} diff --git a/site/public/v1/laptops/hp-255-g10-abhinavflac-720/index.json b/site/public/v1/laptops/hp-255-g10-abhinavflac-720/index.json new file mode 100644 index 000000000000..d1e2694d44b5 --- /dev/null +++ b/site/public/v1/laptops/hp-255-g10-abhinavflac-720/index.json @@ -0,0 +1,42 @@ +{ + "id": 486, + "slug": "hp-255-g10-abhinavflac-720", + "base_model_slug": "hp-255-g10", + "name": "HP 255 G10 B15J0PT", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 399, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "DOS", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 720 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.016966", + "updated_at": "2026-07-08T02:20:51.016966", + "url": "/v1/laptops/hp-255-g10-abhinavflac-720" +} diff --git a/site/public/v1/laptops/hp-255-g10-abhinavflac-731/index.json b/site/public/v1/laptops/hp-255-g10-abhinavflac-731/index.json new file mode 100644 index 000000000000..dbc866719735 --- /dev/null +++ b/site/public/v1/laptops/hp-255-g10-abhinavflac-731/index.json @@ -0,0 +1,42 @@ +{ + "id": 487, + "slug": "hp-255-g10-abhinavflac-731", + "base_model_slug": "hp-255-g10", + "name": "HP 255 G10 B1FW9PT", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 336, + "device_category": "General", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 731 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.016966", + "updated_at": "2026-07-08T02:20:51.016966", + "url": "/v1/laptops/hp-255-g10-abhinavflac-731" +} diff --git a/site/public/v1/laptops/hp-255-g10-abhinavflac-93/index.json b/site/public/v1/laptops/hp-255-g10-abhinavflac-93/index.json new file mode 100644 index 000000000000..309f006dd254 --- /dev/null +++ b/site/public/v1/laptops/hp-255-g10-abhinavflac-93/index.json @@ -0,0 +1,42 @@ +{ + "id": 488, + "slug": "hp-255-g10-abhinavflac-93", + "base_model_slug": "hp-255-g10", + "name": "HP 255 G10 BK2F0PT", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 394, + "device_category": "General", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 93 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.016966", + "updated_at": "2026-07-08T02:20:51.016966", + "url": "/v1/laptops/hp-255-g10-abhinavflac-93" +} diff --git a/site/public/v1/laptops/hp-255-g10-bj3p9pt-2-abhinavflac-21/index.json b/site/public/v1/laptops/hp-255-g10-bj3p9pt-2-abhinavflac-21/index.json new file mode 100644 index 000000000000..28d908f295c7 --- /dev/null +++ b/site/public/v1/laptops/hp-255-g10-bj3p9pt-2-abhinavflac-21/index.json @@ -0,0 +1,42 @@ +{ + "id": 491, + "slug": "hp-255-g10-bj3p9pt-2-abhinavflac-21", + "base_model_slug": "hp-255-g10-bj3p9pt-2", + "name": "HP 255 G10 BJ3P9PT-2", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 506, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 21 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.016966", + "updated_at": "2026-07-08T02:20:51.016966", + "url": "/v1/laptops/hp-255-g10-bj3p9pt-2-abhinavflac-21" +} diff --git a/site/public/v1/laptops/hp-255-g10-bj3s9at-1-abhinavflac-19/index.json b/site/public/v1/laptops/hp-255-g10-bj3s9at-1-abhinavflac-19/index.json new file mode 100644 index 000000000000..02530de570d7 --- /dev/null +++ b/site/public/v1/laptops/hp-255-g10-bj3s9at-1-abhinavflac-19/index.json @@ -0,0 +1,42 @@ +{ + "id": 492, + "slug": "hp-255-g10-bj3s9at-1-abhinavflac-19", + "base_model_slug": "hp-255-g10-bj3s9at-1", + "name": "HP 255 G10 BJ3S9AT-1", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 402, + "device_category": "General", + "cpu_name": "AMD Ryzen 3 7330U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 19 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.016966", + "updated_at": "2026-07-08T02:20:51.016966", + "url": "/v1/laptops/hp-255-g10-bj3s9at-1-abhinavflac-19" +} diff --git a/site/public/v1/laptops/hp-255-g10-bj3s9at-3-abhinavflac-18/index.json b/site/public/v1/laptops/hp-255-g10-bj3s9at-3-abhinavflac-18/index.json new file mode 100644 index 000000000000..6c71fd86969a --- /dev/null +++ b/site/public/v1/laptops/hp-255-g10-bj3s9at-3-abhinavflac-18/index.json @@ -0,0 +1,42 @@ +{ + "id": 493, + "slug": "hp-255-g10-bj3s9at-3-abhinavflac-18", + "base_model_slug": "hp-255-g10-bj3s9at-3", + "name": "HP 255 G10 BJ3S9AT-3", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 408, + "device_category": "General", + "cpu_name": "AMD Ryzen 3 7330U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 18 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.016966", + "updated_at": "2026-07-08T02:20:51.016966", + "url": "/v1/laptops/hp-255-g10-bj3s9at-3-abhinavflac-18" +} diff --git a/site/public/v1/laptops/hp-255-g9-abhinavflac-885/index.json b/site/public/v1/laptops/hp-255-g9-abhinavflac-885/index.json new file mode 100644 index 000000000000..39e75816147d --- /dev/null +++ b/site/public/v1/laptops/hp-255-g9-abhinavflac-885/index.json @@ -0,0 +1,42 @@ +{ + "id": 393, + "slug": "hp-255-g9-abhinavflac-885", + "base_model_slug": "hp-255-g9", + "name": "HP 255 G9 8M397PA", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 445, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 5625U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 885 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.009967", + "updated_at": "2026-07-08T02:20:51.009967", + "url": "/v1/laptops/hp-255-g9-abhinavflac-885" +} diff --git a/site/public/v1/laptops/hp-elitebook-840-g10-abhinavflac-724/index.json b/site/public/v1/laptops/hp-elitebook-840-g10-abhinavflac-724/index.json new file mode 100644 index 000000000000..45994cba9cbb --- /dev/null +++ b/site/public/v1/laptops/hp-elitebook-840-g10-abhinavflac-724/index.json @@ -0,0 +1,42 @@ +{ + "id": 494, + "slug": "hp-elitebook-840-g10-abhinavflac-724", + "base_model_slug": "hp-elitebook-840-g10", + "name": "HP EliteBook 840 G10", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1229, + "device_category": "Business", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 724 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.017967", + "updated_at": "2026-07-08T02:20:51.017967", + "url": "/v1/laptops/hp-elitebook-840-g10-abhinavflac-724" +} diff --git a/site/public/v1/laptops/hp-envy-x360-14-fa0986au-abhinavflac-604/index.json b/site/public/v1/laptops/hp-envy-x360-14-fa0986au-abhinavflac-604/index.json new file mode 100644 index 000000000000..a939c54897e2 --- /dev/null +++ b/site/public/v1/laptops/hp-envy-x360-14-fa0986au-abhinavflac-604/index.json @@ -0,0 +1,42 @@ +{ + "id": 574, + "slug": "hp-envy-x360-14-fa0986au-abhinavflac-604", + "base_model_slug": "hp-envy-x360-14-fa0986au", + "name": "HP Envy x360 14-fa0986AU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1711, + "device_category": "Convertible", + "cpu_name": "AMD Ryzen 7 8840HS", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 604 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.024466", + "updated_at": "2026-07-08T02:20:51.024466", + "url": "/v1/laptops/hp-envy-x360-14-fa0986au-abhinavflac-604" +} diff --git a/site/public/v1/laptops/hp-envy-x360-14-fc0179tu-abhinavflac-98/index.json b/site/public/v1/laptops/hp-envy-x360-14-fc0179tu-abhinavflac-98/index.json new file mode 100644 index 000000000000..eefb94078e47 --- /dev/null +++ b/site/public/v1/laptops/hp-envy-x360-14-fc0179tu-abhinavflac-98/index.json @@ -0,0 +1,42 @@ +{ + "id": 495, + "slug": "hp-envy-x360-14-fc0179tu-abhinavflac-98", + "base_model_slug": "hp-envy-x360-14-fc0179tu", + "name": "HP Envy x360 14-fc0179TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1564, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 155U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 98 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.017967", + "updated_at": "2026-07-08T02:20:51.017967", + "url": "/v1/laptops/hp-envy-x360-14-fc0179tu-abhinavflac-98" +} diff --git a/site/public/v1/laptops/hp-omen-16-ae0002tx-gaming-abhinavflac-299/index.json b/site/public/v1/laptops/hp-omen-16-ae0002tx-gaming-abhinavflac-299/index.json new file mode 100644 index 000000000000..484c04fc64bb --- /dev/null +++ b/site/public/v1/laptops/hp-omen-16-ae0002tx-gaming-abhinavflac-299/index.json @@ -0,0 +1,42 @@ +{ + "id": 496, + "slug": "hp-omen-16-ae0002tx-gaming-abhinavflac-299", + "base_model_slug": "hp-omen-16-ae0002tx-gaming", + "name": "HP Omen 16-ae0002TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1602, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4060", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 299 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.017967", + "updated_at": "2026-07-08T02:20:51.017967", + "url": "/v1/laptops/hp-omen-16-ae0002tx-gaming-abhinavflac-299" +} diff --git a/site/public/v1/laptops/hp-omen-16-ae0003tx-gaming-abhinavflac-165/index.json b/site/public/v1/laptops/hp-omen-16-ae0003tx-gaming-abhinavflac-165/index.json new file mode 100644 index 000000000000..99ca7760ba8d --- /dev/null +++ b/site/public/v1/laptops/hp-omen-16-ae0003tx-gaming-abhinavflac-165/index.json @@ -0,0 +1,42 @@ +{ + "id": 497, + "slug": "hp-omen-16-ae0003tx-gaming-abhinavflac-165", + "base_model_slug": "hp-omen-16-ae0003tx-gaming", + "name": "HP Omen 16-ae0003TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1542, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14700HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4070", + "gpu_type": "Dedicated", + "ram_gb": 24, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 165 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.017967", + "updated_at": "2026-07-08T02:20:51.017967", + "url": "/v1/laptops/hp-omen-16-ae0003tx-gaming-abhinavflac-165" +} diff --git a/site/public/v1/laptops/hp-omen-16-am0239tx-gaming-abhinavflac-185/index.json b/site/public/v1/laptops/hp-omen-16-am0239tx-gaming-abhinavflac-185/index.json new file mode 100644 index 000000000000..532d62f8e4b4 --- /dev/null +++ b/site/public/v1/laptops/hp-omen-16-am0239tx-gaming-abhinavflac-185/index.json @@ -0,0 +1,42 @@ +{ + "id": 498, + "slug": "hp-omen-16-am0239tx-gaming-abhinavflac-185", + "base_model_slug": "hp-omen-16-am0239tx-gaming", + "name": "HP Omen 16-am0239TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1807, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "ram_gb": 24, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 185 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.017967", + "updated_at": "2026-07-08T02:20:51.017967", + "url": "/v1/laptops/hp-omen-16-am0239tx-gaming-abhinavflac-185" +} diff --git a/site/public/v1/laptops/hp-omen-16-am0241tx-gaming-abhinavflac-344/index.json b/site/public/v1/laptops/hp-omen-16-am0241tx-gaming-abhinavflac-344/index.json new file mode 100644 index 000000000000..f1684bafbfb8 --- /dev/null +++ b/site/public/v1/laptops/hp-omen-16-am0241tx-gaming-abhinavflac-344/index.json @@ -0,0 +1,42 @@ +{ + "id": 499, + "slug": "hp-omen-16-am0241tx-gaming-abhinavflac-344", + "base_model_slug": "hp-omen-16-am0241tx-gaming", + "name": "HP Omen 16-am0241TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1566, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "ram_gb": 24, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 344 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.017967", + "updated_at": "2026-07-08T02:20:51.017967", + "url": "/v1/laptops/hp-omen-16-am0241tx-gaming-abhinavflac-344" +} diff --git a/site/public/v1/laptops/hp-omen-16-am0277tx-gaming-abhinavflac-156/index.json b/site/public/v1/laptops/hp-omen-16-am0277tx-gaming-abhinavflac-156/index.json new file mode 100644 index 000000000000..2c02ecdacf91 --- /dev/null +++ b/site/public/v1/laptops/hp-omen-16-am0277tx-gaming-abhinavflac-156/index.json @@ -0,0 +1,42 @@ +{ + "id": 575, + "slug": "hp-omen-16-am0277tx-gaming-abhinavflac-156", + "base_model_slug": "hp-omen-16-am0277tx-gaming", + "name": "HP Omen 16-am0277TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1514, + "device_category": "Gaming", + "cpu_name": "Intel Core 7 240H", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "ram_gb": 24, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 156 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.024466", + "updated_at": "2026-07-08T02:20:51.024466", + "url": "/v1/laptops/hp-omen-16-am0277tx-gaming-abhinavflac-156" +} diff --git a/site/public/v1/laptops/hp-omen-16-am0279tx-gaming-abhinavflac-188/index.json b/site/public/v1/laptops/hp-omen-16-am0279tx-gaming-abhinavflac-188/index.json new file mode 100644 index 000000000000..db37817c9711 --- /dev/null +++ b/site/public/v1/laptops/hp-omen-16-am0279tx-gaming-abhinavflac-188/index.json @@ -0,0 +1,42 @@ +{ + "id": 500, + "slug": "hp-omen-16-am0279tx-gaming-abhinavflac-188", + "base_model_slug": "hp-omen-16-am0279tx-gaming", + "name": "HP Omen 16-am0279TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1988, + "device_category": "Gaming", + "cpu_name": "Intel Core I9 14900HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "ram_gb": 24, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 188 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.017967", + "updated_at": "2026-07-08T02:20:51.017967", + "url": "/v1/laptops/hp-omen-16-am0279tx-gaming-abhinavflac-188" +} diff --git a/site/public/v1/laptops/hp-omen-16-an0012tx-gaming-abhinavflac-179/index.json b/site/public/v1/laptops/hp-omen-16-an0012tx-gaming-abhinavflac-179/index.json new file mode 100644 index 000000000000..a19cafb36a04 --- /dev/null +++ b/site/public/v1/laptops/hp-omen-16-an0012tx-gaming-abhinavflac-179/index.json @@ -0,0 +1,42 @@ +{ + "id": 576, + "slug": "hp-omen-16-an0012tx-gaming-abhinavflac-179", + "base_model_slug": "hp-omen-16-an0012tx-gaming", + "name": "HP Omen 16-an0012TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2276, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 285H", + "gpu_name": "NVIDIA GeForce RTX RTX 5070", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 179 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.024466", + "updated_at": "2026-07-08T02:20:51.024466", + "url": "/v1/laptops/hp-omen-16-an0012tx-gaming-abhinavflac-179" +} diff --git a/site/public/v1/laptops/hp-omen-16-an0015tx-gaming-abhinavflac-180/index.json b/site/public/v1/laptops/hp-omen-16-an0015tx-gaming-abhinavflac-180/index.json new file mode 100644 index 000000000000..a6a31f21f5a1 --- /dev/null +++ b/site/public/v1/laptops/hp-omen-16-an0015tx-gaming-abhinavflac-180/index.json @@ -0,0 +1,42 @@ +{ + "id": 577, + "slug": "hp-omen-16-an0015tx-gaming-abhinavflac-180", + "base_model_slug": "hp-omen-16-an0015tx-gaming", + "name": "HP Omen 16-an0015TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2032, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 7 255H", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "ram_gb": 24, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 180 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.024466", + "updated_at": "2026-07-08T02:20:51.024466", + "url": "/v1/laptops/hp-omen-16-an0015tx-gaming-abhinavflac-180" +} diff --git a/site/public/v1/laptops/hp-omen-16-ap0165ax-gaming-abhinavflac-279/index.json b/site/public/v1/laptops/hp-omen-16-ap0165ax-gaming-abhinavflac-279/index.json new file mode 100644 index 000000000000..8673463e8c4e --- /dev/null +++ b/site/public/v1/laptops/hp-omen-16-ap0165ax-gaming-abhinavflac-279/index.json @@ -0,0 +1,42 @@ +{ + "id": 384, + "slug": "hp-omen-16-ap0165ax-gaming-abhinavflac-279", + "base_model_slug": "hp-omen-16-ap0165ax-gaming", + "name": "HP Omen 16-ap0165AX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2019-01-01", + "msrp_usd": 1675, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen Ai 7 350", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "ram_gb": 24, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 279 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.008965", + "updated_at": "2026-07-08T02:20:51.008965", + "url": "/v1/laptops/hp-omen-16-ap0165ax-gaming-abhinavflac-279" +} diff --git a/site/public/v1/laptops/hp-omen-16-ap0181ax-gaming-abhinavflac-196/index.json b/site/public/v1/laptops/hp-omen-16-ap0181ax-gaming-abhinavflac-196/index.json new file mode 100644 index 000000000000..f6831352d667 --- /dev/null +++ b/site/public/v1/laptops/hp-omen-16-ap0181ax-gaming-abhinavflac-196/index.json @@ -0,0 +1,42 @@ +{ + "id": 578, + "slug": "hp-omen-16-ap0181ax-gaming-abhinavflac-196", + "base_model_slug": "hp-omen-16-ap0181ax-gaming", + "name": "HP Omen 16-ap0181AX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1903, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 9 8940HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "ram_gb": 24, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 196 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.024466", + "updated_at": "2026-07-08T02:20:51.024466", + "url": "/v1/laptops/hp-omen-16-ap0181ax-gaming-abhinavflac-196" +} diff --git a/site/public/v1/laptops/hp-omen-16-ap0182ax-gaming-abhinavflac-52/index.json b/site/public/v1/laptops/hp-omen-16-ap0182ax-gaming-abhinavflac-52/index.json new file mode 100644 index 000000000000..f53c7de788d5 --- /dev/null +++ b/site/public/v1/laptops/hp-omen-16-ap0182ax-gaming-abhinavflac-52/index.json @@ -0,0 +1,42 @@ +{ + "id": 579, + "slug": "hp-omen-16-ap0182ax-gaming-abhinavflac-52", + "base_model_slug": "hp-omen-16-ap0182ax-gaming", + "name": "HP Omen 16-ap0182AX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2024, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 9 8940HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070", + "gpu_type": "Dedicated", + "ram_gb": 24, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 52 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.024466", + "updated_at": "2026-07-08T02:20:51.024466", + "url": "/v1/laptops/hp-omen-16-ap0182ax-gaming-abhinavflac-52" +} diff --git a/site/public/v1/laptops/hp-omen-16-ap0183ax-gaming-abhinavflac-167/index.json b/site/public/v1/laptops/hp-omen-16-ap0183ax-gaming-abhinavflac-167/index.json new file mode 100644 index 000000000000..813ad17cc07c --- /dev/null +++ b/site/public/v1/laptops/hp-omen-16-ap0183ax-gaming-abhinavflac-167/index.json @@ -0,0 +1,42 @@ +{ + "id": 385, + "slug": "hp-omen-16-ap0183ax-gaming-abhinavflac-167", + "base_model_slug": "hp-omen-16-ap0183ax-gaming", + "name": "HP Omen 16-ap0183AX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2019-01-01", + "msrp_usd": 1807, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen Ai 7 350", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "ram_gb": 24, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 167 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.009967", + "updated_at": "2026-07-08T02:20:51.009967", + "url": "/v1/laptops/hp-omen-16-ap0183ax-gaming-abhinavflac-167" +} diff --git a/site/public/v1/laptops/hp-omen-16-max-16-ah0076tx-abhinavflac-565/index.json b/site/public/v1/laptops/hp-omen-16-max-16-ah0076tx-abhinavflac-565/index.json new file mode 100644 index 000000000000..acf58a0975d5 --- /dev/null +++ b/site/public/v1/laptops/hp-omen-16-max-16-ah0076tx-abhinavflac-565/index.json @@ -0,0 +1,42 @@ +{ + "id": 580, + "slug": "hp-omen-16-max-16-ah0076tx-abhinavflac-565", + "base_model_slug": "hp-omen-16-max-16-ah0076tx", + "name": "HP Omen 16 Max 16-ah0076TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 3735, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5080", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 565 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.024466", + "updated_at": "2026-07-08T02:20:51.024466", + "url": "/v1/laptops/hp-omen-16-max-16-ah0076tx-abhinavflac-565" +} diff --git a/site/public/v1/laptops/hp-omen-16-wf0262tx-gaming-abhinavflac-543/index.json b/site/public/v1/laptops/hp-omen-16-wf0262tx-gaming-abhinavflac-543/index.json new file mode 100644 index 000000000000..b1507ceb107b --- /dev/null +++ b/site/public/v1/laptops/hp-omen-16-wf0262tx-gaming-abhinavflac-543/index.json @@ -0,0 +1,42 @@ +{ + "id": 501, + "slug": "hp-omen-16-wf0262tx-gaming-abhinavflac-543", + "base_model_slug": "hp-omen-16-wf0262tx-gaming", + "name": "HP Omen 16-wf0262TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1626, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13700HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4070", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 543 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.017967", + "updated_at": "2026-07-08T02:20:51.017967", + "url": "/v1/laptops/hp-omen-16-wf0262tx-gaming-abhinavflac-543" +} diff --git a/site/public/v1/laptops/hp-omen-16-wf1171tx-gaming-abhinavflac-742/index.json b/site/public/v1/laptops/hp-omen-16-wf1171tx-gaming-abhinavflac-742/index.json new file mode 100644 index 000000000000..cc72caae3531 --- /dev/null +++ b/site/public/v1/laptops/hp-omen-16-wf1171tx-gaming-abhinavflac-742/index.json @@ -0,0 +1,42 @@ +{ + "id": 502, + "slug": "hp-omen-16-wf1171tx-gaming-abhinavflac-742", + "base_model_slug": "hp-omen-16-wf1171tx-gaming", + "name": "HP Omen 16-wf1171TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1376, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 742 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.017967", + "updated_at": "2026-07-08T02:20:51.017967", + "url": "/v1/laptops/hp-omen-16-wf1171tx-gaming-abhinavflac-742" +} diff --git a/site/public/v1/laptops/hp-omnibook-3-14-ha0000au-abhinavflac-384/index.json b/site/public/v1/laptops/hp-omnibook-3-14-ha0000au-abhinavflac-384/index.json new file mode 100644 index 000000000000..cb220872afa1 --- /dev/null +++ b/site/public/v1/laptops/hp-omnibook-3-14-ha0000au-abhinavflac-384/index.json @@ -0,0 +1,42 @@ +{ + "id": 386, + "slug": "hp-omnibook-3-14-ha0000au-abhinavflac-384", + "base_model_slug": "hp-omnibook-3-14-ha0000au", + "name": "HP OmniBook 3 14-ha0000AU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2019-01-01", + "msrp_usd": 759, + "device_category": "General", + "cpu_name": "AMD Ryzen Ai 5 340", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 384 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.009967", + "updated_at": "2026-07-08T02:20:51.009967", + "url": "/v1/laptops/hp-omnibook-3-14-ha0000au-abhinavflac-384" +} diff --git a/site/public/v1/laptops/hp-omnibook-3-15-fn0007au-ai-abhinavflac-382/index.json b/site/public/v1/laptops/hp-omnibook-3-15-fn0007au-ai-abhinavflac-382/index.json new file mode 100644 index 000000000000..9ec6ca3586c2 --- /dev/null +++ b/site/public/v1/laptops/hp-omnibook-3-15-fn0007au-ai-abhinavflac-382/index.json @@ -0,0 +1,42 @@ +{ + "id": 387, + "slug": "hp-omnibook-3-15-fn0007au-ai-abhinavflac-382", + "base_model_slug": "hp-omnibook-3-15-fn0007au-ai", + "name": "HP OmniBook 3 15-fn0007AU AI", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2019-01-01", + "msrp_usd": 771, + "device_category": "General", + "cpu_name": "AMD Ryzen Ai 5 340", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 382 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.009967", + "updated_at": "2026-07-08T02:20:51.009967", + "url": "/v1/laptops/hp-omnibook-3-15-fn0007au-ai-abhinavflac-382" +} diff --git a/site/public/v1/laptops/hp-omnibook-5-16-ba1008tu-abhinavflac-523/index.json b/site/public/v1/laptops/hp-omnibook-5-16-ba1008tu-abhinavflac-523/index.json new file mode 100644 index 000000000000..6615fee29bc4 --- /dev/null +++ b/site/public/v1/laptops/hp-omnibook-5-16-ba1008tu-abhinavflac-523/index.json @@ -0,0 +1,42 @@ +{ + "id": 503, + "slug": "hp-omnibook-5-16-ba1008tu-abhinavflac-523", + "base_model_slug": "hp-omnibook-5-16-ba1008tu", + "name": "HP OmniBook 5 16-ba1008TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 783, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 523 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.017967", + "updated_at": "2026-07-08T02:20:51.017967", + "url": "/v1/laptops/hp-omnibook-5-16-ba1008tu-abhinavflac-523" +} diff --git a/site/public/v1/laptops/hp-omnibook-5-16-ba1123tu-abhinavflac-465/index.json b/site/public/v1/laptops/hp-omnibook-5-16-ba1123tu-abhinavflac-465/index.json new file mode 100644 index 000000000000..d3a6c84a468d --- /dev/null +++ b/site/public/v1/laptops/hp-omnibook-5-16-ba1123tu-abhinavflac-465/index.json @@ -0,0 +1,42 @@ +{ + "id": 504, + "slug": "hp-omnibook-5-16-ba1123tu-abhinavflac-465", + "base_model_slug": "hp-omnibook-5-16-ba1123tu", + "name": "HP OmniBook 5 16-ba1123TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 747, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 465 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.017967", + "updated_at": "2026-07-08T02:20:51.017967", + "url": "/v1/laptops/hp-omnibook-5-16-ba1123tu-abhinavflac-465" +} diff --git a/site/public/v1/laptops/hp-omnibook-5-16-fb0001qu-abhinavflac-51/index.json b/site/public/v1/laptops/hp-omnibook-5-16-fb0001qu-abhinavflac-51/index.json new file mode 100644 index 000000000000..a46f69e98708 --- /dev/null +++ b/site/public/v1/laptops/hp-omnibook-5-16-fb0001qu-abhinavflac-51/index.json @@ -0,0 +1,42 @@ +{ + "id": 581, + "slug": "hp-omnibook-5-16-fb0001qu-abhinavflac-51", + "base_model_slug": "hp-omnibook-5-16-fb0001qu", + "name": "HP OmniBook 5 16-fb0001QU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 843, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X X1-26-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 51 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.024466", + "updated_at": "2026-07-08T02:20:51.024466", + "url": "/v1/laptops/hp-omnibook-5-16-fb0001qu-abhinavflac-51" +} diff --git a/site/public/v1/laptops/hp-omnibook-5-flip-14-fp0690tu-abhinavflac-91/index.json b/site/public/v1/laptops/hp-omnibook-5-flip-14-fp0690tu-abhinavflac-91/index.json new file mode 100644 index 000000000000..6f0c451c117b --- /dev/null +++ b/site/public/v1/laptops/hp-omnibook-5-flip-14-fp0690tu-abhinavflac-91/index.json @@ -0,0 +1,42 @@ +{ + "id": 505, + "slug": "hp-omnibook-5-flip-14-fp0690tu-abhinavflac-91", + "base_model_slug": "hp-omnibook-5-flip-14-fp0690tu", + "name": "HP OmniBook 5 Flip 14-fp0690TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1176, + "device_category": "Convertible", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 91 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.017967", + "updated_at": "2026-07-08T02:20:51.017967", + "url": "/v1/laptops/hp-omnibook-5-flip-14-fp0690tu-abhinavflac-91" +} diff --git a/site/public/v1/laptops/hp-omnibook-5-flip-14-fp0789tu-abhinavflac-137/index.json b/site/public/v1/laptops/hp-omnibook-5-flip-14-fp0789tu-abhinavflac-137/index.json new file mode 100644 index 000000000000..3c6fd7671ae8 --- /dev/null +++ b/site/public/v1/laptops/hp-omnibook-5-flip-14-fp0789tu-abhinavflac-137/index.json @@ -0,0 +1,42 @@ +{ + "id": 506, + "slug": "hp-omnibook-5-flip-14-fp0789tu-abhinavflac-137", + "base_model_slug": "hp-omnibook-5-flip-14-fp0789tu", + "name": "HP OmniBook 5 Flip 14-fp0789TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 831, + "device_category": "Convertible", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 137 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.017967", + "updated_at": "2026-07-08T02:20:51.017967", + "url": "/v1/laptops/hp-omnibook-5-flip-14-fp0789tu-abhinavflac-137" +} diff --git a/site/public/v1/laptops/hp-omnibook-5-next-gen-abhinavflac-398/index.json b/site/public/v1/laptops/hp-omnibook-5-next-gen-abhinavflac-398/index.json new file mode 100644 index 000000000000..8fee677cf444 --- /dev/null +++ b/site/public/v1/laptops/hp-omnibook-5-next-gen-abhinavflac-398/index.json @@ -0,0 +1,42 @@ +{ + "id": 582, + "slug": "hp-omnibook-5-next-gen-abhinavflac-398", + "base_model_slug": "hp-omnibook-5-next-gen", + "name": "HP OmniBook 5 Next Gen AI 14-he0014QU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 795, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X X1-26-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 398 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.024466", + "updated_at": "2026-07-08T02:20:51.024466", + "url": "/v1/laptops/hp-omnibook-5-next-gen-abhinavflac-398" +} diff --git a/site/public/v1/laptops/hp-omnibook-5-next-gen-abhinavflac-399/index.json b/site/public/v1/laptops/hp-omnibook-5-next-gen-abhinavflac-399/index.json new file mode 100644 index 000000000000..86b487e832b4 --- /dev/null +++ b/site/public/v1/laptops/hp-omnibook-5-next-gen-abhinavflac-399/index.json @@ -0,0 +1,42 @@ +{ + "id": 583, + "slug": "hp-omnibook-5-next-gen-abhinavflac-399", + "base_model_slug": "hp-omnibook-5-next-gen", + "name": "HP OmniBook 5 Next Gen AI 14-he0015QU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 831, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X X1-26-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 399 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.024466", + "updated_at": "2026-07-08T02:20:51.024466", + "url": "/v1/laptops/hp-omnibook-5-next-gen-abhinavflac-399" +} diff --git a/site/public/v1/laptops/hp-omnibook-5-next-gen-abhinavflac-566/index.json b/site/public/v1/laptops/hp-omnibook-5-next-gen-abhinavflac-566/index.json new file mode 100644 index 000000000000..6eed34f86f88 --- /dev/null +++ b/site/public/v1/laptops/hp-omnibook-5-next-gen-abhinavflac-566/index.json @@ -0,0 +1,42 @@ +{ + "id": 388, + "slug": "hp-omnibook-5-next-gen-abhinavflac-566", + "base_model_slug": "hp-omnibook-5-next-gen", + "name": "HP OmniBook 5 Next Gen AI 16-ag1037au", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2019-01-01", + "msrp_usd": 784, + "device_category": "General", + "cpu_name": "AMD Ryzen Ai 5 340", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 566 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.009967", + "updated_at": "2026-07-08T02:20:51.009967", + "url": "/v1/laptops/hp-omnibook-5-next-gen-abhinavflac-566" +} diff --git a/site/public/v1/laptops/hp-omnibook-5-next-gen-abhinavflac-567/index.json b/site/public/v1/laptops/hp-omnibook-5-next-gen-abhinavflac-567/index.json new file mode 100644 index 000000000000..713e4427c35d --- /dev/null +++ b/site/public/v1/laptops/hp-omnibook-5-next-gen-abhinavflac-567/index.json @@ -0,0 +1,42 @@ +{ + "id": 389, + "slug": "hp-omnibook-5-next-gen-abhinavflac-567", + "base_model_slug": "hp-omnibook-5-next-gen", + "name": "HP OmniBook 5 Next Gen AI 16-ag1048AU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2019-01-01", + "msrp_usd": 988, + "device_category": "General", + "cpu_name": "AMD Ryzen Ai 7 350", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 567 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.009967", + "updated_at": "2026-07-08T02:20:51.009967", + "url": "/v1/laptops/hp-omnibook-5-next-gen-abhinavflac-567" +} diff --git a/site/public/v1/laptops/hp-omnibook-7-abhinavflac-33/index.json b/site/public/v1/laptops/hp-omnibook-7-abhinavflac-33/index.json new file mode 100644 index 000000000000..f38b02a58524 --- /dev/null +++ b/site/public/v1/laptops/hp-omnibook-7-abhinavflac-33/index.json @@ -0,0 +1,42 @@ +{ + "id": 584, + "slug": "hp-omnibook-7-abhinavflac-33", + "base_model_slug": "hp-omnibook-7", + "name": "HP OmniBook 7 FR0066TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 988, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 225H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 33 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.024466", + "updated_at": "2026-07-08T02:20:51.024466", + "url": "/v1/laptops/hp-omnibook-7-abhinavflac-33" +} diff --git a/site/public/v1/laptops/hp-omnibook-7-aero-13-bg1678au-abhinavflac-560/index.json b/site/public/v1/laptops/hp-omnibook-7-aero-13-bg1678au-abhinavflac-560/index.json new file mode 100644 index 000000000000..8cb787e6fd8f --- /dev/null +++ b/site/public/v1/laptops/hp-omnibook-7-aero-13-bg1678au-abhinavflac-560/index.json @@ -0,0 +1,42 @@ +{ + "id": 390, + "slug": "hp-omnibook-7-aero-13-bg1678au-abhinavflac-560", + "base_model_slug": "hp-omnibook-7-aero-13-bg1678au", + "name": "HP OmniBook 7 Aero 13-bg1678AU Next Gen AI", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2019-01-01", + "msrp_usd": 970, + "device_category": "General", + "cpu_name": "AMD Ryzen Ai 5 340", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 13.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 560 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.009967", + "updated_at": "2026-07-08T02:20:51.009967", + "url": "/v1/laptops/hp-omnibook-7-aero-13-bg1678au-abhinavflac-560" +} diff --git a/site/public/v1/laptops/hp-omnibook-7-ai-14-fr0116tu-abhinavflac-110/index.json b/site/public/v1/laptops/hp-omnibook-7-ai-14-fr0116tu-abhinavflac-110/index.json new file mode 100644 index 000000000000..1546a5463ffd --- /dev/null +++ b/site/public/v1/laptops/hp-omnibook-7-ai-14-fr0116tu-abhinavflac-110/index.json @@ -0,0 +1,42 @@ +{ + "id": 585, + "slug": "hp-omnibook-7-ai-14-fr0116tu-abhinavflac-110", + "base_model_slug": "hp-omnibook-7-ai-14-fr0116tu", + "name": "HP OmniBook 7 AI 14-fr0116TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1481, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 255H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 110 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.024466", + "updated_at": "2026-07-08T02:20:51.024466", + "url": "/v1/laptops/hp-omnibook-7-ai-14-fr0116tu-abhinavflac-110" +} diff --git a/site/public/v1/laptops/hp-omnibook-ultra-flip-next-abhinavflac-726/index.json b/site/public/v1/laptops/hp-omnibook-ultra-flip-next-abhinavflac-726/index.json new file mode 100644 index 000000000000..633e41e5ebec --- /dev/null +++ b/site/public/v1/laptops/hp-omnibook-ultra-flip-next-abhinavflac-726/index.json @@ -0,0 +1,42 @@ +{ + "id": 586, + "slug": "hp-omnibook-ultra-flip-next-abhinavflac-726", + "base_model_slug": "hp-omnibook-ultra-flip-next", + "name": "HP OmniBook Ultra Flip Next Gen AI 14-fh0026TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2031, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 258V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 726 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.024466", + "updated_at": "2026-07-08T02:20:51.024466", + "url": "/v1/laptops/hp-omnibook-ultra-flip-next-abhinavflac-726" +} diff --git a/site/public/v1/laptops/hp-omnibook-ultra-flip-next-abhinavflac-727/index.json b/site/public/v1/laptops/hp-omnibook-ultra-flip-next-abhinavflac-727/index.json new file mode 100644 index 000000000000..2c5bf906addc --- /dev/null +++ b/site/public/v1/laptops/hp-omnibook-ultra-flip-next-abhinavflac-727/index.json @@ -0,0 +1,42 @@ +{ + "id": 587, + "slug": "hp-omnibook-ultra-flip-next-abhinavflac-727", + "base_model_slug": "hp-omnibook-ultra-flip-next", + "name": "HP OmniBook Ultra Flip Next Gen AI 14-fh0029TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2312, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 258V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 727 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.025466", + "updated_at": "2026-07-08T02:20:51.025466", + "url": "/v1/laptops/hp-omnibook-ultra-flip-next-abhinavflac-727" +} diff --git a/site/public/v1/laptops/hp-omnibook-x-14-fe0121qu-ai-abhinavflac-917/index.json b/site/public/v1/laptops/hp-omnibook-x-14-fe0121qu-ai-abhinavflac-917/index.json new file mode 100644 index 000000000000..33f3c3e45585 --- /dev/null +++ b/site/public/v1/laptops/hp-omnibook-x-14-fe0121qu-ai-abhinavflac-917/index.json @@ -0,0 +1,42 @@ +{ + "id": 588, + "slug": "hp-omnibook-x-14-fe0121qu-ai-abhinavflac-917", + "base_model_slug": "hp-omnibook-x-14-fe0121qu-ai", + "name": "HP OmniBook X 14-fe0121QU AI", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1519, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Elite X1E-78-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2240x1400" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 917 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.025466", + "updated_at": "2026-07-08T02:20:51.025466", + "url": "/v1/laptops/hp-omnibook-x-14-fe0121qu-ai-abhinavflac-917" +} diff --git a/site/public/v1/laptops/hp-omnibook-x-14-fe1011qu-ai-abhinavflac-754/index.json b/site/public/v1/laptops/hp-omnibook-x-14-fe1011qu-ai-abhinavflac-754/index.json new file mode 100644 index 000000000000..cd62784414a6 --- /dev/null +++ b/site/public/v1/laptops/hp-omnibook-x-14-fe1011qu-ai-abhinavflac-754/index.json @@ -0,0 +1,42 @@ +{ + "id": 589, + "slug": "hp-omnibook-x-14-fe1011qu-ai-abhinavflac-754", + "base_model_slug": "hp-omnibook-x-14-fe1011qu-ai", + "name": "HP OmniBook X 14-fe1011QU AI", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1060, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Plus X1P-42-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "2240x1400" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 754 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.025466", + "updated_at": "2026-07-08T02:20:51.025466", + "url": "/v1/laptops/hp-omnibook-x-14-fe1011qu-ai-abhinavflac-754" +} diff --git a/site/public/v1/laptops/hp-omnibook-x-flip-14-fm0026tu-abhinavflac-563/index.json b/site/public/v1/laptops/hp-omnibook-x-flip-14-fm0026tu-abhinavflac-563/index.json new file mode 100644 index 000000000000..219868548052 --- /dev/null +++ b/site/public/v1/laptops/hp-omnibook-x-flip-14-fm0026tu-abhinavflac-563/index.json @@ -0,0 +1,42 @@ +{ + "id": 590, + "slug": "hp-omnibook-x-flip-14-fm0026tu-abhinavflac-563", + "base_model_slug": "hp-omnibook-x-flip-14-fm0026tu", + "name": "HP OmniBook X Flip 14-fm0026TU Next Gen AI PC", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1380, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 256V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 563 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.025466", + "updated_at": "2026-07-08T02:20:51.025466", + "url": "/v1/laptops/hp-omnibook-x-flip-14-fm0026tu-abhinavflac-563" +} diff --git a/site/public/v1/laptops/hp-omnibook-x-flip-14-fm0029tu-abhinavflac-562/index.json b/site/public/v1/laptops/hp-omnibook-x-flip-14-fm0029tu-abhinavflac-562/index.json new file mode 100644 index 000000000000..a2dce76076c2 --- /dev/null +++ b/site/public/v1/laptops/hp-omnibook-x-flip-14-fm0029tu-abhinavflac-562/index.json @@ -0,0 +1,42 @@ +{ + "id": 591, + "slug": "hp-omnibook-x-flip-14-fm0029tu-abhinavflac-562", + "base_model_slug": "hp-omnibook-x-flip-14-fm0029tu", + "name": "HP OmniBook X Flip 14-fm0029TU Next Gen AI", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1675, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 258V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 562 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.025466", + "updated_at": "2026-07-08T02:20:51.025466", + "url": "/v1/laptops/hp-omnibook-x-flip-14-fm0029tu-abhinavflac-562" +} diff --git a/site/public/v1/laptops/hp-omnibook-x-flip-14-fm0058tu-abhinavflac-561/index.json b/site/public/v1/laptops/hp-omnibook-x-flip-14-fm0058tu-abhinavflac-561/index.json new file mode 100644 index 000000000000..01ee7c92ea65 --- /dev/null +++ b/site/public/v1/laptops/hp-omnibook-x-flip-14-fm0058tu-abhinavflac-561/index.json @@ -0,0 +1,42 @@ +{ + "id": 592, + "slug": "hp-omnibook-x-flip-14-fm0058tu-abhinavflac-561", + "base_model_slug": "hp-omnibook-x-flip-14-fm0058tu", + "name": "HP OmniBook X Flip 14-fm0058TU Next Gen AI PC", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1134, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 5 226V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 561 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.025466", + "updated_at": "2026-07-08T02:20:51.025466", + "url": "/v1/laptops/hp-omnibook-x-flip-14-fm0058tu-abhinavflac-561" +} diff --git a/site/public/v1/laptops/hp-omnibook-x-flip-14-fm0099tu-abhinavflac-182/index.json b/site/public/v1/laptops/hp-omnibook-x-flip-14-fm0099tu-abhinavflac-182/index.json new file mode 100644 index 000000000000..97ae0e62f979 --- /dev/null +++ b/site/public/v1/laptops/hp-omnibook-x-flip-14-fm0099tu-abhinavflac-182/index.json @@ -0,0 +1,42 @@ +{ + "id": 593, + "slug": "hp-omnibook-x-flip-14-fm0099tu-abhinavflac-182", + "base_model_slug": "hp-omnibook-x-flip-14-fm0099tu", + "name": "HP OmniBook X Flip 14-fm0099TU Next Gen AI", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1265, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 5 226V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 182 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.025466", + "updated_at": "2026-07-08T02:20:51.025466", + "url": "/v1/laptops/hp-omnibook-x-flip-14-fm0099tu-abhinavflac-182" +} diff --git a/site/public/v1/laptops/hp-omnibook-x-flip-14-fm0100tu-abhinavflac-201/index.json b/site/public/v1/laptops/hp-omnibook-x-flip-14-fm0100tu-abhinavflac-201/index.json new file mode 100644 index 000000000000..84aa5f12899a --- /dev/null +++ b/site/public/v1/laptops/hp-omnibook-x-flip-14-fm0100tu-abhinavflac-201/index.json @@ -0,0 +1,42 @@ +{ + "id": 594, + "slug": "hp-omnibook-x-flip-14-fm0100tu-abhinavflac-201", + "base_model_slug": "hp-omnibook-x-flip-14-fm0100tu", + "name": "HP OmniBook X Flip 14-fm0100TU Next Gen AI", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1404, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 256V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 201 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.025466", + "updated_at": "2026-07-08T02:20:51.025466", + "url": "/v1/laptops/hp-omnibook-x-flip-14-fm0100tu-abhinavflac-201" +} diff --git a/site/public/v1/laptops/hp-pavilion-15-eg3130tu-abhinavflac-916/index.json b/site/public/v1/laptops/hp-pavilion-15-eg3130tu-abhinavflac-916/index.json new file mode 100644 index 000000000000..c97abc2f4098 --- /dev/null +++ b/site/public/v1/laptops/hp-pavilion-15-eg3130tu-abhinavflac-916/index.json @@ -0,0 +1,42 @@ +{ + "id": 507, + "slug": "hp-pavilion-15-eg3130tu-abhinavflac-916", + "base_model_slug": "hp-pavilion-15-eg3130tu", + "name": "HP Pavilion 15-eg3130TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 602, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 256, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 916 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.017967", + "updated_at": "2026-07-08T02:20:51.017967", + "url": "/v1/laptops/hp-pavilion-15-eg3130tu-abhinavflac-916" +} diff --git a/site/public/v1/laptops/hp-pavilion-15-eh1137au-abhinavflac-804/index.json b/site/public/v1/laptops/hp-pavilion-15-eh1137au-abhinavflac-804/index.json new file mode 100644 index 000000000000..abd1d3848461 --- /dev/null +++ b/site/public/v1/laptops/hp-pavilion-15-eh1137au-abhinavflac-804/index.json @@ -0,0 +1,42 @@ +{ + "id": 394, + "slug": "hp-pavilion-15-eh1137au-abhinavflac-804", + "base_model_slug": "hp-pavilion-15-eh1137au", + "name": "HP Pavilion 15-eh1137AU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 629, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 5500U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 804 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.009967", + "updated_at": "2026-07-08T02:20:51.009967", + "url": "/v1/laptops/hp-pavilion-15-eh1137au-abhinavflac-804" +} diff --git a/site/public/v1/laptops/hp-pavilion-16-af0056tu-abhinavflac-818/index.json b/site/public/v1/laptops/hp-pavilion-16-af0056tu-abhinavflac-818/index.json new file mode 100644 index 000000000000..643a130f8bed --- /dev/null +++ b/site/public/v1/laptops/hp-pavilion-16-af0056tu-abhinavflac-818/index.json @@ -0,0 +1,42 @@ +{ + "id": 508, + "slug": "hp-pavilion-16-af0056tu-abhinavflac-818", + "base_model_slug": "hp-pavilion-16-af0056tu", + "name": "HP Pavilion 16-af0056TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 986, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 125U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 818 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.017967", + "updated_at": "2026-07-08T02:20:51.017967", + "url": "/v1/laptops/hp-pavilion-16-af0056tu-abhinavflac-818" +} diff --git a/site/public/v1/laptops/hp-pavilion-16-af0069tu-abhinavflac-306/index.json b/site/public/v1/laptops/hp-pavilion-16-af0069tu-abhinavflac-306/index.json new file mode 100644 index 000000000000..546128b76fd1 --- /dev/null +++ b/site/public/v1/laptops/hp-pavilion-16-af0069tu-abhinavflac-306/index.json @@ -0,0 +1,42 @@ +{ + "id": 509, + "slug": "hp-pavilion-16-af0069tu-abhinavflac-306", + "base_model_slug": "hp-pavilion-16-af0069tu", + "name": "HP Pavilion 16-af0069TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 843, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 125U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 306 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.017967", + "updated_at": "2026-07-08T02:20:51.017967", + "url": "/v1/laptops/hp-pavilion-16-af0069tu-abhinavflac-306" +} diff --git a/site/public/v1/laptops/hp-pavilion-16-ai-16-ag0019au-abhinavflac-884/index.json b/site/public/v1/laptops/hp-pavilion-16-ai-16-ag0019au-abhinavflac-884/index.json new file mode 100644 index 000000000000..35c64cdb9128 --- /dev/null +++ b/site/public/v1/laptops/hp-pavilion-16-ai-16-ag0019au-abhinavflac-884/index.json @@ -0,0 +1,42 @@ +{ + "id": 595, + "slug": "hp-pavilion-16-ai-16-ag0019au-abhinavflac-884", + "base_model_slug": "hp-pavilion-16-ai-16-ag0019au", + "name": "HP Pavilion 16 AI 16-ag0019AU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 675, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 8540U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 884 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.025466", + "updated_at": "2026-07-08T02:20:51.025466", + "url": "/v1/laptops/hp-pavilion-16-ai-16-ag0019au-abhinavflac-884" +} diff --git a/site/public/v1/laptops/hp-pavilion-aero-13-bg0016au-abhinavflac-968/index.json b/site/public/v1/laptops/hp-pavilion-aero-13-bg0016au-abhinavflac-968/index.json new file mode 100644 index 000000000000..db4cc8382009 --- /dev/null +++ b/site/public/v1/laptops/hp-pavilion-aero-13-bg0016au-abhinavflac-968/index.json @@ -0,0 +1,42 @@ +{ + "id": 596, + "slug": "hp-pavilion-aero-13-bg0016au-abhinavflac-968", + "base_model_slug": "hp-pavilion-aero-13-bg0016au", + "name": "HP Pavilion Aero 13-bg0016AU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 890, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 8640U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 13.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 968 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.025466", + "updated_at": "2026-07-08T02:20:51.025466", + "url": "/v1/laptops/hp-pavilion-aero-13-bg0016au-abhinavflac-968" +} diff --git a/site/public/v1/laptops/hp-pavilion-aero-13-bg0017au-abhinavflac-959/index.json b/site/public/v1/laptops/hp-pavilion-aero-13-bg0017au-abhinavflac-959/index.json new file mode 100644 index 000000000000..bc2b2f14105d --- /dev/null +++ b/site/public/v1/laptops/hp-pavilion-aero-13-bg0017au-abhinavflac-959/index.json @@ -0,0 +1,42 @@ +{ + "id": 597, + "slug": "hp-pavilion-aero-13-bg0017au-abhinavflac-959", + "base_model_slug": "hp-pavilion-aero-13-bg0017au", + "name": "HP Pavilion Aero 13-bg0017AU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 919, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 8840U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 13.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 959 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.025466", + "updated_at": "2026-07-08T02:20:51.025466", + "url": "/v1/laptops/hp-pavilion-aero-13-bg0017au-abhinavflac-959" +} diff --git a/site/public/v1/laptops/hp-pavilion-ai-14-ew1112tu-abhinavflac-647/index.json b/site/public/v1/laptops/hp-pavilion-ai-14-ew1112tu-abhinavflac-647/index.json new file mode 100644 index 000000000000..e354e228db78 --- /dev/null +++ b/site/public/v1/laptops/hp-pavilion-ai-14-ew1112tu-abhinavflac-647/index.json @@ -0,0 +1,42 @@ +{ + "id": 510, + "slug": "hp-pavilion-ai-14-ew1112tu-abhinavflac-647", + "base_model_slug": "hp-pavilion-ai-14-ew1112tu", + "name": "HP Pavilion AI 14-ew1112TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 952, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 647 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.017967", + "updated_at": "2026-07-08T02:20:51.017967", + "url": "/v1/laptops/hp-pavilion-ai-14-ew1112tu-abhinavflac-647" +} diff --git a/site/public/v1/laptops/hp-pavilion-plus-14-ew0107tu-abhinavflac-652/index.json b/site/public/v1/laptops/hp-pavilion-plus-14-ew0107tu-abhinavflac-652/index.json new file mode 100644 index 000000000000..02006b3a0534 --- /dev/null +++ b/site/public/v1/laptops/hp-pavilion-plus-14-ew0107tu-abhinavflac-652/index.json @@ -0,0 +1,42 @@ +{ + "id": 511, + "slug": "hp-pavilion-plus-14-ew0107tu-abhinavflac-652", + "base_model_slug": "hp-pavilion-plus-14-ew0107tu", + "name": "HP Pavilion Plus 14-ew0107TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 747, + "device_category": "General", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 652 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.017967", + "updated_at": "2026-07-08T02:20:51.017967", + "url": "/v1/laptops/hp-pavilion-plus-14-ew0107tu-abhinavflac-652" +} diff --git a/site/public/v1/laptops/hp-pavilion-plus-14-ew0115tu-abhinavflac-831/index.json b/site/public/v1/laptops/hp-pavilion-plus-14-ew0115tu-abhinavflac-831/index.json new file mode 100644 index 000000000000..9d90450af7c7 --- /dev/null +++ b/site/public/v1/laptops/hp-pavilion-plus-14-ew0115tu-abhinavflac-831/index.json @@ -0,0 +1,42 @@ +{ + "id": 512, + "slug": "hp-pavilion-plus-14-ew0115tu-abhinavflac-831", + "base_model_slug": "hp-pavilion-plus-14-ew0115tu", + "name": "HP Pavilion Plus 14-ew0115TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 916, + "device_category": "General", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 831 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.017967", + "updated_at": "2026-07-08T02:20:51.017967", + "url": "/v1/laptops/hp-pavilion-plus-14-ew0115tu-abhinavflac-831" +} diff --git a/site/public/v1/laptops/hp-pavilion-x360-14-ek1148tu-abhinavflac-648/index.json b/site/public/v1/laptops/hp-pavilion-x360-14-ek1148tu-abhinavflac-648/index.json new file mode 100644 index 000000000000..730e7fc4ef59 --- /dev/null +++ b/site/public/v1/laptops/hp-pavilion-x360-14-ek1148tu-abhinavflac-648/index.json @@ -0,0 +1,42 @@ +{ + "id": 513, + "slug": "hp-pavilion-x360-14-ek1148tu-abhinavflac-648", + "base_model_slug": "hp-pavilion-x360-14-ek1148tu", + "name": "HP Pavilion x360 14-ek1148TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 897, + "device_category": "Convertible", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 648 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.019461", + "updated_at": "2026-07-08T02:20:51.019461", + "url": "/v1/laptops/hp-pavilion-x360-14-ek1148tu-abhinavflac-648" +} diff --git a/site/public/v1/laptops/hp-pavilion-x360-14-ek1149tu-abhinavflac-608/index.json b/site/public/v1/laptops/hp-pavilion-x360-14-ek1149tu-abhinavflac-608/index.json new file mode 100644 index 000000000000..2f1de8630c88 --- /dev/null +++ b/site/public/v1/laptops/hp-pavilion-x360-14-ek1149tu-abhinavflac-608/index.json @@ -0,0 +1,42 @@ +{ + "id": 514, + "slug": "hp-pavilion-x360-14-ek1149tu-abhinavflac-608", + "base_model_slug": "hp-pavilion-x360-14-ek1149tu", + "name": "HP Pavilion x360 14-ek1149TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1069, + "device_category": "Convertible", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 608 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.019461", + "updated_at": "2026-07-08T02:20:51.019461", + "url": "/v1/laptops/hp-pavilion-x360-14-ek1149tu-abhinavflac-608" +} diff --git a/site/public/v1/laptops/hp-pavilion-x360-14-ek1151tu-abhinavflac-649/index.json b/site/public/v1/laptops/hp-pavilion-x360-14-ek1151tu-abhinavflac-649/index.json new file mode 100644 index 000000000000..9d96ad1449b1 --- /dev/null +++ b/site/public/v1/laptops/hp-pavilion-x360-14-ek1151tu-abhinavflac-649/index.json @@ -0,0 +1,42 @@ +{ + "id": 515, + "slug": "hp-pavilion-x360-14-ek1151tu-abhinavflac-649", + "base_model_slug": "hp-pavilion-x360-14-ek1151tu", + "name": "HP Pavilion x360 14-ek1151TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 885, + "device_category": "Convertible", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 649 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.019461", + "updated_at": "2026-07-08T02:20:51.019461", + "url": "/v1/laptops/hp-pavilion-x360-14-ek1151tu-abhinavflac-649" +} diff --git a/site/public/v1/laptops/hp-pro-book-440-g10-abhinavflac-146/index.json b/site/public/v1/laptops/hp-pro-book-440-g10-abhinavflac-146/index.json new file mode 100644 index 000000000000..4ddede5a1270 --- /dev/null +++ b/site/public/v1/laptops/hp-pro-book-440-g10-abhinavflac-146/index.json @@ -0,0 +1,42 @@ +{ + "id": 516, + "slug": "hp-pro-book-440-g10-abhinavflac-146", + "base_model_slug": "hp-pro-book-440-g10", + "name": "HP Pro Book 440 G10 14", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 862, + "device_category": "General", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 24, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 146 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.019461", + "updated_at": "2026-07-08T02:20:51.019461", + "url": "/v1/laptops/hp-pro-book-440-g10-abhinavflac-146" +} diff --git a/site/public/v1/laptops/hp-probook-440-g9-abhinavflac-732/index.json b/site/public/v1/laptops/hp-probook-440-g9-abhinavflac-732/index.json new file mode 100644 index 000000000000..49002cd0ba35 --- /dev/null +++ b/site/public/v1/laptops/hp-probook-440-g9-abhinavflac-732/index.json @@ -0,0 +1,42 @@ +{ + "id": 406, + "slug": "hp-probook-440-g9-abhinavflac-732", + "base_model_slug": "hp-probook-440-g9", + "name": "HP ProBook 440 G9 821P0PA", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 903, + "device_category": "Business", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "DOS", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 732 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.010965", + "updated_at": "2026-07-08T02:20:51.010965", + "url": "/v1/laptops/hp-probook-440-g9-abhinavflac-732" +} diff --git a/site/public/v1/laptops/hp-probook-440-g9-abhinavflac-888/index.json b/site/public/v1/laptops/hp-probook-440-g9-abhinavflac-888/index.json new file mode 100644 index 000000000000..fa2d8aeba547 --- /dev/null +++ b/site/public/v1/laptops/hp-probook-440-g9-abhinavflac-888/index.json @@ -0,0 +1,42 @@ +{ + "id": 407, + "slug": "hp-probook-440-g9-abhinavflac-888", + "base_model_slug": "hp-probook-440-g9", + "name": "HP ProBook 440 G9 9S706AT", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 813, + "device_category": "Business", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 888 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.010965", + "updated_at": "2026-07-08T02:20:51.010965", + "url": "/v1/laptops/hp-probook-440-g9-abhinavflac-888" +} diff --git a/site/public/v1/laptops/hp-probook-635-aero-g8-abhinavflac-366/index.json b/site/public/v1/laptops/hp-probook-635-aero-g8-abhinavflac-366/index.json new file mode 100644 index 000000000000..f1ad3e71c875 --- /dev/null +++ b/site/public/v1/laptops/hp-probook-635-aero-g8-abhinavflac-366/index.json @@ -0,0 +1,42 @@ +{ + "id": 395, + "slug": "hp-probook-635-aero-g8-abhinavflac-366", + "base_model_slug": "hp-probook-635-aero-g8", + "name": "HP ProBook 635 Aero G8 4Q1T0PA", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 904, + "device_category": "Business", + "cpu_name": "AMD Ryzen 5 5600U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 13.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 366 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.009967", + "updated_at": "2026-07-08T02:20:51.009967", + "url": "/v1/laptops/hp-probook-635-aero-g8-abhinavflac-366" +} diff --git a/site/public/v1/laptops/hp-spectre-x360-14-eu0670tu-abhinavflac-322/index.json b/site/public/v1/laptops/hp-spectre-x360-14-eu0670tu-abhinavflac-322/index.json new file mode 100644 index 000000000000..6c8ea6514f67 --- /dev/null +++ b/site/public/v1/laptops/hp-spectre-x360-14-eu0670tu-abhinavflac-322/index.json @@ -0,0 +1,42 @@ +{ + "id": 517, + "slug": "hp-spectre-x360-14-eu0670tu-abhinavflac-322", + "base_model_slug": "hp-spectre-x360-14-eu0670tu", + "name": "HP Spectre x360 14-eu0670TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1975, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 322 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.019461", + "updated_at": "2026-07-08T02:20:51.019461", + "url": "/v1/laptops/hp-spectre-x360-14-eu0670tu-abhinavflac-322" +} diff --git a/site/public/v1/laptops/hp-spectre-x360-16-aa0015tu-abhinavflac-992/index.json b/site/public/v1/laptops/hp-spectre-x360-16-aa0015tu-abhinavflac-992/index.json new file mode 100644 index 000000000000..05e8b22ac048 --- /dev/null +++ b/site/public/v1/laptops/hp-spectre-x360-16-aa0015tu-abhinavflac-992/index.json @@ -0,0 +1,42 @@ +{ + "id": 518, + "slug": "hp-spectre-x360-16-aa0015tu-abhinavflac-992", + "base_model_slug": "hp-spectre-x360-16-aa0015tu", + "name": "HP Spectre x360 16-aa0015TU", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1456, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 992 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.019461", + "updated_at": "2026-07-08T02:20:51.019461", + "url": "/v1/laptops/hp-spectre-x360-16-aa0015tu-abhinavflac-992" +} diff --git a/site/public/v1/laptops/hp-victus-15-fa0333tx-gaming-abhinavflac-928/index.json b/site/public/v1/laptops/hp-victus-15-fa0333tx-gaming-abhinavflac-928/index.json new file mode 100644 index 000000000000..701f2bef8a28 --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fa0333tx-gaming-abhinavflac-928/index.json @@ -0,0 +1,42 @@ +{ + "id": 408, + "slug": "hp-victus-15-fa0333tx-gaming-abhinavflac-928", + "base_model_slug": "hp-victus-15-fa0333tx-gaming", + "name": "HP Victus 15-fa0333TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 739, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 12450H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 928 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.010965", + "updated_at": "2026-07-08T02:20:51.010965", + "url": "/v1/laptops/hp-victus-15-fa0333tx-gaming-abhinavflac-928" +} diff --git a/site/public/v1/laptops/hp-victus-15-fa1010ca-gaming-abhinavflac-97/index.json b/site/public/v1/laptops/hp-victus-15-fa1010ca-gaming-abhinavflac-97/index.json new file mode 100644 index 000000000000..4a947d1eeaa4 --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fa1010ca-gaming-abhinavflac-97/index.json @@ -0,0 +1,42 @@ +{ + "id": 519, + "slug": "hp-victus-15-fa1010ca-gaming-abhinavflac-97", + "base_model_slug": "hp-victus-15-fa1010ca-gaming", + "name": "HP Victus 15-fa1010ca Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 770, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 97 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.019461", + "updated_at": "2026-07-08T02:20:51.019461", + "url": "/v1/laptops/hp-victus-15-fa1010ca-gaming-abhinavflac-97" +} diff --git a/site/public/v1/laptops/hp-victus-15-fa1082wm-gaming-abhinavflac-10/index.json b/site/public/v1/laptops/hp-victus-15-fa1082wm-gaming-abhinavflac-10/index.json new file mode 100644 index 000000000000..2084179e4e1e --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fa1082wm-gaming-abhinavflac-10/index.json @@ -0,0 +1,42 @@ +{ + "id": 520, + "slug": "hp-victus-15-fa1082wm-gaming-abhinavflac-10", + "base_model_slug": "hp-victus-15-fa1082wm-gaming", + "name": "HP Victus 15-fa1082wm Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 964, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 10 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.019461", + "updated_at": "2026-07-08T02:20:51.019461", + "url": "/v1/laptops/hp-victus-15-fa1082wm-gaming-abhinavflac-10" +} diff --git a/site/public/v1/laptops/hp-victus-15-fa1346tx-gaming-abhinavflac-785/index.json b/site/public/v1/laptops/hp-victus-15-fa1346tx-gaming-abhinavflac-785/index.json new file mode 100644 index 000000000000..5e83f81e815b --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fa1346tx-gaming-abhinavflac-785/index.json @@ -0,0 +1,42 @@ +{ + "id": 521, + "slug": "hp-victus-15-fa1346tx-gaming-abhinavflac-785", + "base_model_slug": "hp-victus-15-fa1346tx-gaming", + "name": "HP Victus 15-fa1346TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 771, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 785 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.019461", + "updated_at": "2026-07-08T02:20:51.019461", + "url": "/v1/laptops/hp-victus-15-fa1346tx-gaming-abhinavflac-785" +} diff --git a/site/public/v1/laptops/hp-victus-15-fa1388tx-gaming-abhinavflac-931/index.json b/site/public/v1/laptops/hp-victus-15-fa1388tx-gaming-abhinavflac-931/index.json new file mode 100644 index 000000000000..b581b8ef4fab --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fa1388tx-gaming-abhinavflac-931/index.json @@ -0,0 +1,42 @@ +{ + "id": 409, + "slug": "hp-victus-15-fa1388tx-gaming-abhinavflac-931", + "base_model_slug": "hp-victus-15-fa1388tx-gaming", + "name": "HP Victus 15-fa1388TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 887, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 12450H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050A", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 931 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.010965", + "updated_at": "2026-07-08T02:20:51.010965", + "url": "/v1/laptops/hp-victus-15-fa1388tx-gaming-abhinavflac-931" +} diff --git a/site/public/v1/laptops/hp-victus-15-fa1400tx-gaming-abhinavflac-868/index.json b/site/public/v1/laptops/hp-victus-15-fa1400tx-gaming-abhinavflac-868/index.json new file mode 100644 index 000000000000..2c697340acc3 --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fa1400tx-gaming-abhinavflac-868/index.json @@ -0,0 +1,42 @@ +{ + "id": 410, + "slug": "hp-victus-15-fa1400tx-gaming-abhinavflac-868", + "base_model_slug": "hp-victus-15-fa1400tx-gaming", + "name": "HP Victus 15-FA1400TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 771, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 12450H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 868 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.010965", + "updated_at": "2026-07-08T02:20:51.010965", + "url": "/v1/laptops/hp-victus-15-fa1400tx-gaming-abhinavflac-868" +} diff --git a/site/public/v1/laptops/hp-victus-15-fa1411tx-gaming-abhinavflac-869/index.json b/site/public/v1/laptops/hp-victus-15-fa1411tx-gaming-abhinavflac-869/index.json new file mode 100644 index 000000000000..688da18a433b --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fa1411tx-gaming-abhinavflac-869/index.json @@ -0,0 +1,42 @@ +{ + "id": 411, + "slug": "hp-victus-15-fa1411tx-gaming-abhinavflac-869", + "base_model_slug": "hp-victus-15-fa1411tx-gaming", + "name": "HP Victus 15-FA1411TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 880, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 12650H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 869 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.010965", + "updated_at": "2026-07-08T02:20:51.010965", + "url": "/v1/laptops/hp-victus-15-fa1411tx-gaming-abhinavflac-869" +} diff --git a/site/public/v1/laptops/hp-victus-15-fa1415tx-gaming-abhinavflac-644/index.json b/site/public/v1/laptops/hp-victus-15-fa1415tx-gaming-abhinavflac-644/index.json new file mode 100644 index 000000000000..faf1a403e9ba --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fa1415tx-gaming-abhinavflac-644/index.json @@ -0,0 +1,42 @@ +{ + "id": 412, + "slug": "hp-victus-15-fa1415tx-gaming-abhinavflac-644", + "base_model_slug": "hp-victus-15-fa1415tx-gaming", + "name": "HP Victus 15-FA1415TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 905, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 12650H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050A", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 644 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.011965", + "updated_at": "2026-07-08T02:20:51.011965", + "url": "/v1/laptops/hp-victus-15-fa1415tx-gaming-abhinavflac-644" +} diff --git a/site/public/v1/laptops/hp-victus-15-fa2077tx-gaming-abhinavflac-471/index.json b/site/public/v1/laptops/hp-victus-15-fa2077tx-gaming-abhinavflac-471/index.json new file mode 100644 index 000000000000..b23c98d51e6d --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fa2077tx-gaming-abhinavflac-471/index.json @@ -0,0 +1,42 @@ +{ + "id": 522, + "slug": "hp-victus-15-fa2077tx-gaming-abhinavflac-471", + "base_model_slug": "hp-victus-15-fa2077tx-gaming", + "name": "HP Victus 15-fa2077TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 964, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 471 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.019461", + "updated_at": "2026-07-08T02:20:51.019461", + "url": "/v1/laptops/hp-victus-15-fa2077tx-gaming-abhinavflac-471" +} diff --git a/site/public/v1/laptops/hp-victus-15-fa2103tx-gaming-abhinavflac-116/index.json b/site/public/v1/laptops/hp-victus-15-fa2103tx-gaming-abhinavflac-116/index.json new file mode 100644 index 000000000000..2fcc74e6c125 --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fa2103tx-gaming-abhinavflac-116/index.json @@ -0,0 +1,42 @@ +{ + "id": 523, + "slug": "hp-victus-15-fa2103tx-gaming-abhinavflac-116", + "base_model_slug": "hp-victus-15-fa2103tx-gaming", + "name": "HP Victus 15-fa2103tx Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1036, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 116 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.019461", + "updated_at": "2026-07-08T02:20:51.019461", + "url": "/v1/laptops/hp-victus-15-fa2103tx-gaming-abhinavflac-116" +} diff --git a/site/public/v1/laptops/hp-victus-15-fa2104tx-gaming-abhinavflac-332/index.json b/site/public/v1/laptops/hp-victus-15-fa2104tx-gaming-abhinavflac-332/index.json new file mode 100644 index 000000000000..13c11474d4fe --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fa2104tx-gaming-abhinavflac-332/index.json @@ -0,0 +1,42 @@ +{ + "id": 524, + "slug": "hp-victus-15-fa2104tx-gaming-abhinavflac-332", + "base_model_slug": "hp-victus-15-fa2104tx-gaming", + "name": "HP Victus 15-fa2104TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1119, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 332 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.019461", + "updated_at": "2026-07-08T02:20:51.019461", + "url": "/v1/laptops/hp-victus-15-fa2104tx-gaming-abhinavflac-332" +} diff --git a/site/public/v1/laptops/hp-victus-15-fa2190tx-gaming-abhinavflac-393/index.json b/site/public/v1/laptops/hp-victus-15-fa2190tx-gaming-abhinavflac-393/index.json new file mode 100644 index 000000000000..d105519d68b3 --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fa2190tx-gaming-abhinavflac-393/index.json @@ -0,0 +1,42 @@ +{ + "id": 525, + "slug": "hp-victus-15-fa2190tx-gaming-abhinavflac-393", + "base_model_slug": "hp-victus-15-fa2190tx-gaming", + "name": "HP Victus 15-fa2190TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 807, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 393 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.020469", + "updated_at": "2026-07-08T02:20:51.020469", + "url": "/v1/laptops/hp-victus-15-fa2190tx-gaming-abhinavflac-393" +} diff --git a/site/public/v1/laptops/hp-victus-15-fa2191tx-gaming-abhinavflac-264/index.json b/site/public/v1/laptops/hp-victus-15-fa2191tx-gaming-abhinavflac-264/index.json new file mode 100644 index 000000000000..afca5945f190 --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fa2191tx-gaming-abhinavflac-264/index.json @@ -0,0 +1,42 @@ +{ + "id": 526, + "slug": "hp-victus-15-fa2191tx-gaming-abhinavflac-264", + "base_model_slug": "hp-victus-15-fa2191tx-gaming", + "name": "HP Victus 15-fa2191TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 799, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050A", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 264 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.020469", + "updated_at": "2026-07-08T02:20:51.020469", + "url": "/v1/laptops/hp-victus-15-fa2191tx-gaming-abhinavflac-264" +} diff --git a/site/public/v1/laptops/hp-victus-15-fa2192tx-gaming-abhinavflac-273/index.json b/site/public/v1/laptops/hp-victus-15-fa2192tx-gaming-abhinavflac-273/index.json new file mode 100644 index 000000000000..a5f50d01bb18 --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fa2192tx-gaming-abhinavflac-273/index.json @@ -0,0 +1,42 @@ +{ + "id": 527, + "slug": "hp-victus-15-fa2192tx-gaming-abhinavflac-273", + "base_model_slug": "hp-victus-15-fa2192tx-gaming", + "name": "HP Victus 15-fa2192TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 783, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 273 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.020469", + "updated_at": "2026-07-08T02:20:51.020469", + "url": "/v1/laptops/hp-victus-15-fa2192tx-gaming-abhinavflac-273" +} diff --git a/site/public/v1/laptops/hp-victus-15-fa2197tx-gaming-abhinavflac-69/index.json b/site/public/v1/laptops/hp-victus-15-fa2197tx-gaming-abhinavflac-69/index.json new file mode 100644 index 000000000000..e1bad78a94ed --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fa2197tx-gaming-abhinavflac-69/index.json @@ -0,0 +1,42 @@ +{ + "id": 528, + "slug": "hp-victus-15-fa2197tx-gaming-abhinavflac-69", + "base_model_slug": "hp-victus-15-fa2197tx-gaming", + "name": "HP Victus 15-fa2197TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 843, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 69 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.020469", + "updated_at": "2026-07-08T02:20:51.020469", + "url": "/v1/laptops/hp-victus-15-fa2197tx-gaming-abhinavflac-69" +} diff --git a/site/public/v1/laptops/hp-victus-15-fa2303tx-gaming-abhinavflac-9/index.json b/site/public/v1/laptops/hp-victus-15-fa2303tx-gaming-abhinavflac-9/index.json new file mode 100644 index 000000000000..216c012c1fc4 --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fa2303tx-gaming-abhinavflac-9/index.json @@ -0,0 +1,42 @@ +{ + "id": 529, + "slug": "hp-victus-15-fa2303tx-gaming-abhinavflac-9", + "base_model_slug": "hp-victus-15-fa2303tx-gaming", + "name": "HP Victus 15-fa2303tx Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1000, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 14450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 24, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 9 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.020469", + "updated_at": "2026-07-08T02:20:51.020469", + "url": "/v1/laptops/hp-victus-15-fa2303tx-gaming-abhinavflac-9" +} diff --git a/site/public/v1/laptops/hp-victus-15-fa2309tx-gaming-abhinavflac-370/index.json b/site/public/v1/laptops/hp-victus-15-fa2309tx-gaming-abhinavflac-370/index.json new file mode 100644 index 000000000000..03ff5637e910 --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fa2309tx-gaming-abhinavflac-370/index.json @@ -0,0 +1,42 @@ +{ + "id": 530, + "slug": "hp-victus-15-fa2309tx-gaming-abhinavflac-370", + "base_model_slug": "hp-victus-15-fa2309tx-gaming", + "name": "HP Victus 15-fa2309TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1241, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "ram_gb": 24, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 370 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.020469", + "updated_at": "2026-07-08T02:20:51.020469", + "url": "/v1/laptops/hp-victus-15-fa2309tx-gaming-abhinavflac-370" +} diff --git a/site/public/v1/laptops/hp-victus-15-fa2375tx-gaming-abhinavflac-70/index.json b/site/public/v1/laptops/hp-victus-15-fa2375tx-gaming-abhinavflac-70/index.json new file mode 100644 index 000000000000..104edd3f0bee --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fa2375tx-gaming-abhinavflac-70/index.json @@ -0,0 +1,42 @@ +{ + "id": 531, + "slug": "hp-victus-15-fa2375tx-gaming-abhinavflac-70", + "base_model_slug": "hp-victus-15-fa2375tx-gaming", + "name": "HP Victus 15-fa2375TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 928, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 70 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.020469", + "updated_at": "2026-07-08T02:20:51.020469", + "url": "/v1/laptops/hp-victus-15-fa2375tx-gaming-abhinavflac-70" +} diff --git a/site/public/v1/laptops/hp-victus-15-fa2700tx-gaming-abhinavflac-666/index.json b/site/public/v1/laptops/hp-victus-15-fa2700tx-gaming-abhinavflac-666/index.json new file mode 100644 index 000000000000..41d5563edd04 --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fa2700tx-gaming-abhinavflac-666/index.json @@ -0,0 +1,42 @@ +{ + "id": 532, + "slug": "hp-victus-15-fa2700tx-gaming-abhinavflac-666", + "base_model_slug": "hp-victus-15-fa2700tx-gaming", + "name": "HP Victus 15-fa2700TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 819, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 666 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.020469", + "updated_at": "2026-07-08T02:20:51.020469", + "url": "/v1/laptops/hp-victus-15-fa2700tx-gaming-abhinavflac-666" +} diff --git a/site/public/v1/laptops/hp-victus-15-fa2701tx-gaming-abhinavflac-556/index.json b/site/public/v1/laptops/hp-victus-15-fa2701tx-gaming-abhinavflac-556/index.json new file mode 100644 index 000000000000..17e85d0bfe58 --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fa2701tx-gaming-abhinavflac-556/index.json @@ -0,0 +1,42 @@ +{ + "id": 533, + "slug": "hp-victus-15-fa2701tx-gaming-abhinavflac-556", + "base_model_slug": "hp-victus-15-fa2701tx-gaming", + "name": "HP Victus 15-fa2701TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 902, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 556 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.020469", + "updated_at": "2026-07-08T02:20:51.020469", + "url": "/v1/laptops/hp-victus-15-fa2701tx-gaming-abhinavflac-556" +} diff --git a/site/public/v1/laptops/hp-victus-15-fa2703tx-gaming-abhinavflac-667/index.json b/site/public/v1/laptops/hp-victus-15-fa2703tx-gaming-abhinavflac-667/index.json new file mode 100644 index 000000000000..d00b5281cf0c --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fa2703tx-gaming-abhinavflac-667/index.json @@ -0,0 +1,42 @@ +{ + "id": 534, + "slug": "hp-victus-15-fa2703tx-gaming-abhinavflac-667", + "base_model_slug": "hp-victus-15-fa2703tx-gaming", + "name": "HP Victus 15-fa2703TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 777, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 667 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.021466", + "updated_at": "2026-07-08T02:20:51.021466", + "url": "/v1/laptops/hp-victus-15-fa2703tx-gaming-abhinavflac-667" +} diff --git a/site/public/v1/laptops/hp-victus-15-fb0180ax-gaming-abhinavflac-588/index.json b/site/public/v1/laptops/hp-victus-15-fb0180ax-gaming-abhinavflac-588/index.json new file mode 100644 index 000000000000..1b9ce303c8ff --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fb0180ax-gaming-abhinavflac-588/index.json @@ -0,0 +1,42 @@ +{ + "id": 396, + "slug": "hp-victus-15-fb0180ax-gaming-abhinavflac-588", + "base_model_slug": "hp-victus-15-fb0180ax-gaming", + "name": "HP Victus ‎15-fb0180AX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 759, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 5600H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 588 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.009967", + "updated_at": "2026-07-08T02:20:51.009967", + "url": "/v1/laptops/hp-victus-15-fb0180ax-gaming-abhinavflac-588" +} diff --git a/site/public/v1/laptops/hp-victus-15-fb0185ax-gaming-abhinavflac-470/index.json b/site/public/v1/laptops/hp-victus-15-fb0185ax-gaming-abhinavflac-470/index.json new file mode 100644 index 000000000000..a42c1d5c78af --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fb0185ax-gaming-abhinavflac-470/index.json @@ -0,0 +1,42 @@ +{ + "id": 397, + "slug": "hp-victus-15-fb0185ax-gaming-abhinavflac-470", + "base_model_slug": "hp-victus-15-fb0185ax-gaming", + "name": "HP Victus 15-fb0185AX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 626, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 5600H", + "gpu_name": "AMD Radeon RX 6500M", + "gpu_type": "Dedicated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 470 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.009967", + "updated_at": "2026-07-08T02:20:51.009967", + "url": "/v1/laptops/hp-victus-15-fb0185ax-gaming-abhinavflac-470" +} diff --git a/site/public/v1/laptops/hp-victus-15-fb2703tx-gaming-abhinavflac-643/index.json b/site/public/v1/laptops/hp-victus-15-fb2703tx-gaming-abhinavflac-643/index.json new file mode 100644 index 000000000000..ae38f54d57d9 --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fb2703tx-gaming-abhinavflac-643/index.json @@ -0,0 +1,42 @@ +{ + "id": 535, + "slug": "hp-victus-15-fb2703tx-gaming-abhinavflac-643", + "base_model_slug": "hp-victus-15-fb2703tx-gaming", + "name": "HP Victus 15-fb2703tx Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 784, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 643 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.021466", + "updated_at": "2026-07-08T02:20:51.021466", + "url": "/v1/laptops/hp-victus-15-fb2703tx-gaming-abhinavflac-643" +} diff --git a/site/public/v1/laptops/hp-victus-15-fb3003ax-gaming-abhinavflac-663/index.json b/site/public/v1/laptops/hp-victus-15-fb3003ax-gaming-abhinavflac-663/index.json new file mode 100644 index 000000000000..f61442642e28 --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fb3003ax-gaming-abhinavflac-663/index.json @@ -0,0 +1,42 @@ +{ + "id": 598, + "slug": "hp-victus-15-fb3003ax-gaming-abhinavflac-663", + "base_model_slug": "hp-victus-15-fb3003ax-gaming", + "name": "HP Victus 15-fb3003AX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 746, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 8645HS", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 663 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.025466", + "updated_at": "2026-07-08T02:20:51.025466", + "url": "/v1/laptops/hp-victus-15-fb3003ax-gaming-abhinavflac-663" +} diff --git a/site/public/v1/laptops/hp-victus-15-fb3004ax-gaming-abhinavflac-402/index.json b/site/public/v1/laptops/hp-victus-15-fb3004ax-gaming-abhinavflac-402/index.json new file mode 100644 index 000000000000..7315672e82d3 --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fb3004ax-gaming-abhinavflac-402/index.json @@ -0,0 +1,42 @@ +{ + "id": 599, + "slug": "hp-victus-15-fb3004ax-gaming-abhinavflac-402", + "base_model_slug": "hp-victus-15-fb3004ax-gaming", + "name": "HP Victus 15-fb3004AX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 711, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 8645HS", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 402 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.025466", + "updated_at": "2026-07-08T02:20:51.025466", + "url": "/v1/laptops/hp-victus-15-fb3004ax-gaming-abhinavflac-402" +} diff --git a/site/public/v1/laptops/hp-victus-15-fb3011ax-gaming-abhinavflac-554/index.json b/site/public/v1/laptops/hp-victus-15-fb3011ax-gaming-abhinavflac-554/index.json new file mode 100644 index 000000000000..df8c30a88af3 --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fb3011ax-gaming-abhinavflac-554/index.json @@ -0,0 +1,42 @@ +{ + "id": 398, + "slug": "hp-victus-15-fb3011ax-gaming-abhinavflac-554", + "base_model_slug": "hp-victus-15-fb3011ax-gaming", + "name": "HP Victus 15-fb3011AX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 783, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 5600H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 554 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.009967", + "updated_at": "2026-07-08T02:20:51.010965", + "url": "/v1/laptops/hp-victus-15-fb3011ax-gaming-abhinavflac-554" +} diff --git a/site/public/v1/laptops/hp-victus-15-fb3012ax-gaming-abhinavflac-568/index.json b/site/public/v1/laptops/hp-victus-15-fb3012ax-gaming-abhinavflac-568/index.json new file mode 100644 index 000000000000..d823894bf9a0 --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fb3012ax-gaming-abhinavflac-568/index.json @@ -0,0 +1,42 @@ +{ + "id": 600, + "slug": "hp-victus-15-fb3012ax-gaming-abhinavflac-568", + "base_model_slug": "hp-victus-15-fb3012ax-gaming", + "name": "HP Victus 15-fb3012AX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 795, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 8645HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 568 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.026467", + "updated_at": "2026-07-08T02:20:51.026467", + "url": "/v1/laptops/hp-victus-15-fb3012ax-gaming-abhinavflac-568" +} diff --git a/site/public/v1/laptops/hp-victus-15-fb3025ax-gaming-abhinavflac-687/index.json b/site/public/v1/laptops/hp-victus-15-fb3025ax-gaming-abhinavflac-687/index.json new file mode 100644 index 000000000000..447ef669431e --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fb3025ax-gaming-abhinavflac-687/index.json @@ -0,0 +1,42 @@ +{ + "id": 601, + "slug": "hp-victus-15-fb3025ax-gaming-abhinavflac-687", + "base_model_slug": "hp-victus-15-fb3025ax-gaming", + "name": "HP Victus 15-fb3025AX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1223, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 9 8945HS", + "gpu_name": "NVIDIA GeForce RTX RTX 4060", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 687 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.026467", + "updated_at": "2026-07-08T02:20:51.026467", + "url": "/v1/laptops/hp-victus-15-fb3025ax-gaming-abhinavflac-687" +} diff --git a/site/public/v1/laptops/hp-victus-15-fb3118ax-gaming-abhinavflac-232/index.json b/site/public/v1/laptops/hp-victus-15-fb3118ax-gaming-abhinavflac-232/index.json new file mode 100644 index 000000000000..99f9ada85f71 --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fb3118ax-gaming-abhinavflac-232/index.json @@ -0,0 +1,42 @@ +{ + "id": 536, + "slug": "hp-victus-15-fb3118ax-gaming-abhinavflac-232", + "base_model_slug": "hp-victus-15-fb3118ax-gaming", + "name": "HP Victus 15-fb3118AX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1000, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7445H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 232 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.021466", + "updated_at": "2026-07-08T02:20:51.021466", + "url": "/v1/laptops/hp-victus-15-fb3118ax-gaming-abhinavflac-232" +} diff --git a/site/public/v1/laptops/hp-victus-15-fb3120ax-gaming-abhinavflac-153/index.json b/site/public/v1/laptops/hp-victus-15-fb3120ax-gaming-abhinavflac-153/index.json new file mode 100644 index 000000000000..3d224997bc6f --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fb3120ax-gaming-abhinavflac-153/index.json @@ -0,0 +1,42 @@ +{ + "id": 537, + "slug": "hp-victus-15-fb3120ax-gaming-abhinavflac-153", + "base_model_slug": "hp-victus-15-fb3120ax-gaming", + "name": "HP Victus 15-fb3120AX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 908, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7445H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 153 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.021466", + "updated_at": "2026-07-08T02:20:51.021466", + "url": "/v1/laptops/hp-victus-15-fb3120ax-gaming-abhinavflac-153" +} diff --git a/site/public/v1/laptops/hp-victus-15-fb3122ax-gaming-abhinavflac-244/index.json b/site/public/v1/laptops/hp-victus-15-fb3122ax-gaming-abhinavflac-244/index.json new file mode 100644 index 000000000000..06c414a43347 --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fb3122ax-gaming-abhinavflac-244/index.json @@ -0,0 +1,42 @@ +{ + "id": 538, + "slug": "hp-victus-15-fb3122ax-gaming-abhinavflac-244", + "base_model_slug": "hp-victus-15-fb3122ax-gaming", + "name": "HP Victus 15-fb3122AX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 711, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7445H", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 244 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.021466", + "updated_at": "2026-07-08T02:20:51.021466", + "url": "/v1/laptops/hp-victus-15-fb3122ax-gaming-abhinavflac-244" +} diff --git a/site/public/v1/laptops/hp-victus-15-fb3123ax-gaming-abhinavflac-239/index.json b/site/public/v1/laptops/hp-victus-15-fb3123ax-gaming-abhinavflac-239/index.json new file mode 100644 index 000000000000..7a5c77e90b8b --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fb3123ax-gaming-abhinavflac-239/index.json @@ -0,0 +1,42 @@ +{ + "id": 539, + "slug": "hp-victus-15-fb3123ax-gaming-abhinavflac-239", + "base_model_slug": "hp-victus-15-fb3123ax-gaming", + "name": "HP Victus 15-fb3123AX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 735, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7445H", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 239 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.021466", + "updated_at": "2026-07-08T02:20:51.021466", + "url": "/v1/laptops/hp-victus-15-fb3123ax-gaming-abhinavflac-239" +} diff --git a/site/public/v1/laptops/hp-victus-15-fb3124ax-gaming-abhinavflac-270/index.json b/site/public/v1/laptops/hp-victus-15-fb3124ax-gaming-abhinavflac-270/index.json new file mode 100644 index 000000000000..f1622e8276ce --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fb3124ax-gaming-abhinavflac-270/index.json @@ -0,0 +1,42 @@ +{ + "id": 540, + "slug": "hp-victus-15-fb3124ax-gaming-abhinavflac-270", + "base_model_slug": "hp-victus-15-fb3124ax-gaming", + "name": "HP Victus 15-fb3124AX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 940, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7445H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 270 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.021466", + "updated_at": "2026-07-08T02:20:51.021466", + "url": "/v1/laptops/hp-victus-15-fb3124ax-gaming-abhinavflac-270" +} diff --git a/site/public/v1/laptops/hp-victus-15-fb3125ax-gaming-abhinavflac-241/index.json b/site/public/v1/laptops/hp-victus-15-fb3125ax-gaming-abhinavflac-241/index.json new file mode 100644 index 000000000000..015b4aff9715 --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fb3125ax-gaming-abhinavflac-241/index.json @@ -0,0 +1,42 @@ +{ + "id": 541, + "slug": "hp-victus-15-fb3125ax-gaming-abhinavflac-241", + "base_model_slug": "hp-victus-15-fb3125ax-gaming", + "name": "HP Victus 15-fb3125AX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 819, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7445H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 241 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.021466", + "updated_at": "2026-07-08T02:20:51.021466", + "url": "/v1/laptops/hp-victus-15-fb3125ax-gaming-abhinavflac-241" +} diff --git a/site/public/v1/laptops/hp-victus-15-fb3134ax-gaming-abhinavflac-363/index.json b/site/public/v1/laptops/hp-victus-15-fb3134ax-gaming-abhinavflac-363/index.json new file mode 100644 index 000000000000..308bdaef9275 --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fb3134ax-gaming-abhinavflac-363/index.json @@ -0,0 +1,42 @@ +{ + "id": 542, + "slug": "hp-victus-15-fb3134ax-gaming-abhinavflac-363", + "base_model_slug": "hp-victus-15-fb3134ax-gaming", + "name": "HP Victus 15-fb3134AX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 855, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7445H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 363 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.021466", + "updated_at": "2026-07-08T02:20:51.021466", + "url": "/v1/laptops/hp-victus-15-fb3134ax-gaming-abhinavflac-363" +} diff --git a/site/public/v1/laptops/hp-victus-15-fb3185ax-gaming-abhinavflac-311/index.json b/site/public/v1/laptops/hp-victus-15-fb3185ax-gaming-abhinavflac-311/index.json new file mode 100644 index 000000000000..81cc5e4b0ffb --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fb3185ax-gaming-abhinavflac-311/index.json @@ -0,0 +1,42 @@ +{ + "id": 543, + "slug": "hp-victus-15-fb3185ax-gaming-abhinavflac-311", + "base_model_slug": "hp-victus-15-fb3185ax-gaming", + "name": "HP Victus 15-fb3185AX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1205, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 260", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "ram_gb": 24, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 311 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.021466", + "updated_at": "2026-07-08T02:20:51.021466", + "url": "/v1/laptops/hp-victus-15-fb3185ax-gaming-abhinavflac-311" +} diff --git a/site/public/v1/laptops/hp-victus-15-fb3189ax-gaming-abhinavflac-108/index.json b/site/public/v1/laptops/hp-victus-15-fb3189ax-gaming-abhinavflac-108/index.json new file mode 100644 index 000000000000..003dad426203 --- /dev/null +++ b/site/public/v1/laptops/hp-victus-15-fb3189ax-gaming-abhinavflac-108/index.json @@ -0,0 +1,42 @@ +{ + "id": 544, + "slug": "hp-victus-15-fb3189ax-gaming-abhinavflac-108", + "base_model_slug": "hp-victus-15-fb3189ax-gaming", + "name": "HP Victus 15-fb3189AX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 774, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7445H", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 108 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.021466", + "updated_at": "2026-07-08T02:20:51.021466", + "url": "/v1/laptops/hp-victus-15-fb3189ax-gaming-abhinavflac-108" +} diff --git a/site/public/v1/laptops/hp-victus-16-r1705tx-gaming-abhinavflac-394/index.json b/site/public/v1/laptops/hp-victus-16-r1705tx-gaming-abhinavflac-394/index.json new file mode 100644 index 000000000000..2988cf20d83e --- /dev/null +++ b/site/public/v1/laptops/hp-victus-16-r1705tx-gaming-abhinavflac-394/index.json @@ -0,0 +1,42 @@ +{ + "id": 545, + "slug": "hp-victus-16-r1705tx-gaming-abhinavflac-394", + "base_model_slug": "hp-victus-16-r1705tx-gaming", + "name": "HP Victus 16-r1705TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 998, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 14450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 394 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.021466", + "updated_at": "2026-07-08T02:20:51.021466", + "url": "/v1/laptops/hp-victus-16-r1705tx-gaming-abhinavflac-394" +} diff --git a/site/public/v1/laptops/hp-victus-16-r1707tx-gaming-abhinavflac-295/index.json b/site/public/v1/laptops/hp-victus-16-r1707tx-gaming-abhinavflac-295/index.json new file mode 100644 index 000000000000..3a502054f39e --- /dev/null +++ b/site/public/v1/laptops/hp-victus-16-r1707tx-gaming-abhinavflac-295/index.json @@ -0,0 +1,42 @@ +{ + "id": 546, + "slug": "hp-victus-16-r1707tx-gaming-abhinavflac-295", + "base_model_slug": "hp-victus-16-r1707tx-gaming", + "name": "HP Victus 16-r1707TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 940, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 14450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 295 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.022467", + "updated_at": "2026-07-08T02:20:51.022467", + "url": "/v1/laptops/hp-victus-16-r1707tx-gaming-abhinavflac-295" +} diff --git a/site/public/v1/laptops/hp-victus-16-wf1150tx-gaming-abhinavflac-743/index.json b/site/public/v1/laptops/hp-victus-16-wf1150tx-gaming-abhinavflac-743/index.json new file mode 100644 index 000000000000..73ac78200b7e --- /dev/null +++ b/site/public/v1/laptops/hp-victus-16-wf1150tx-gaming-abhinavflac-743/index.json @@ -0,0 +1,42 @@ +{ + "id": 547, + "slug": "hp-victus-16-wf1150tx-gaming-abhinavflac-743", + "base_model_slug": "hp-victus-16-wf1150tx-gaming", + "name": "HP Victus 16-wf1150TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1638, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4060", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 743 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.022467", + "updated_at": "2026-07-08T02:20:51.022467", + "url": "/v1/laptops/hp-victus-16-wf1150tx-gaming-abhinavflac-743" +} diff --git a/site/public/v1/laptops/hp-victus-gaming-abhinavflac-691/index.json b/site/public/v1/laptops/hp-victus-gaming-abhinavflac-691/index.json new file mode 100644 index 000000000000..132e77de2f60 --- /dev/null +++ b/site/public/v1/laptops/hp-victus-gaming-abhinavflac-691/index.json @@ -0,0 +1,42 @@ +{ + "id": 548, + "slug": "hp-victus-gaming-abhinavflac-691", + "base_model_slug": "hp-victus-gaming", + "name": "HP Victus FA1198TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 879, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 691 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.022467", + "updated_at": "2026-07-08T02:20:51.022467", + "url": "/v1/laptops/hp-victus-gaming-abhinavflac-691" +} diff --git a/site/public/v1/laptops/hp-victus-special-edition-15-fa1379tx-abhinavflac-907/index.json b/site/public/v1/laptops/hp-victus-special-edition-15-fa1379tx-abhinavflac-907/index.json new file mode 100644 index 000000000000..806db5bee2b3 --- /dev/null +++ b/site/public/v1/laptops/hp-victus-special-edition-15-fa1379tx-abhinavflac-907/index.json @@ -0,0 +1,42 @@ +{ + "id": 413, + "slug": "hp-victus-special-edition-15-fa1379tx-abhinavflac-907", + "base_model_slug": "hp-victus-special-edition-15-fa1379tx", + "name": "HP Victus Special Edition 15-fa1379TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 717, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 12450H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050A", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 907 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.011965", + "updated_at": "2026-07-08T02:20:51.011965", + "url": "/v1/laptops/hp-victus-special-edition-15-fa1379tx-abhinavflac-907" +} diff --git a/site/public/v1/laptops/hp-victus-special-edition-15-fa1382tx-abhinavflac-915/index.json b/site/public/v1/laptops/hp-victus-special-edition-15-fa1382tx-abhinavflac-915/index.json new file mode 100644 index 000000000000..bb6815080a87 --- /dev/null +++ b/site/public/v1/laptops/hp-victus-special-edition-15-fa1382tx-abhinavflac-915/index.json @@ -0,0 +1,42 @@ +{ + "id": 414, + "slug": "hp-victus-special-edition-15-fa1382tx-abhinavflac-915", + "base_model_slug": "hp-victus-special-edition-15-fa1382tx", + "name": "HP Victus Special Edition 15-fa1382TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 954, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 12650H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050A", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 915 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.011965", + "updated_at": "2026-07-08T02:20:51.011965", + "url": "/v1/laptops/hp-victus-special-edition-15-fa1382tx-abhinavflac-915" +} diff --git a/site/public/v1/laptops/hp-victus-special-edition-15-fa1389tx-abhinavflac-925/index.json b/site/public/v1/laptops/hp-victus-special-edition-15-fa1389tx-abhinavflac-925/index.json new file mode 100644 index 000000000000..a4e83164cadf --- /dev/null +++ b/site/public/v1/laptops/hp-victus-special-edition-15-fa1389tx-abhinavflac-925/index.json @@ -0,0 +1,42 @@ +{ + "id": 415, + "slug": "hp-victus-special-edition-15-fa1389tx-abhinavflac-925", + "base_model_slug": "hp-victus-special-edition-15-fa1389tx", + "name": "HP Victus Special Edition 15-fa1389TX Gaming", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 964, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 12650H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050A", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 925 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.011965", + "updated_at": "2026-07-08T02:20:51.011965", + "url": "/v1/laptops/hp-victus-special-edition-15-fa1389tx-abhinavflac-925" +} diff --git a/site/public/v1/laptops/hp-zbook-firefly-14-g10-abhinavflac-646/index.json b/site/public/v1/laptops/hp-zbook-firefly-14-g10-abhinavflac-646/index.json new file mode 100644 index 000000000000..4c00c83c5593 --- /dev/null +++ b/site/public/v1/laptops/hp-zbook-firefly-14-g10-abhinavflac-646/index.json @@ -0,0 +1,42 @@ +{ + "id": 549, + "slug": "hp-zbook-firefly-14-g10-abhinavflac-646", + "base_model_slug": "hp-zbook-firefly-14-g10", + "name": "HP Zbook Firefly 14 G10 918R5PA Workstation", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1060, + "device_category": "General", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 646 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.022467", + "updated_at": "2026-07-08T02:20:51.022467", + "url": "/v1/laptops/hp-zbook-firefly-14-g10-abhinavflac-646" +} diff --git a/site/public/v1/laptops/hp-zbook-firefly-14-g10-abhinavflac-760/index.json b/site/public/v1/laptops/hp-zbook-firefly-14-g10-abhinavflac-760/index.json new file mode 100644 index 000000000000..4666260ff8e3 --- /dev/null +++ b/site/public/v1/laptops/hp-zbook-firefly-14-g10-abhinavflac-760/index.json @@ -0,0 +1,42 @@ +{ + "id": 550, + "slug": "hp-zbook-firefly-14-g10-abhinavflac-760", + "base_model_slug": "hp-zbook-firefly-14-g10", + "name": "HP ZBook Firefly 14 G10 8F6C8PA Workstation", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1596, + "device_category": "General", + "cpu_name": "Intel Core I7 1355U", + "gpu_name": null, + "gpu_type": null, + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 760 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.022467", + "updated_at": "2026-07-08T02:20:51.022467", + "url": "/v1/laptops/hp-zbook-firefly-14-g10-abhinavflac-760" +} diff --git a/site/public/v1/laptops/hp-zbook-firefly-14-g10-abhinavflac-796/index.json b/site/public/v1/laptops/hp-zbook-firefly-14-g10-abhinavflac-796/index.json new file mode 100644 index 000000000000..f43ac6112aa2 --- /dev/null +++ b/site/public/v1/laptops/hp-zbook-firefly-14-g10-abhinavflac-796/index.json @@ -0,0 +1,42 @@ +{ + "id": 551, + "slug": "hp-zbook-firefly-14-g10-abhinavflac-796", + "base_model_slug": "hp-zbook-firefly-14-g10", + "name": "HP ZBook Firefly 14 G10 8F6D3PA Workstation", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1169, + "device_category": "General", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "NVIDIA GeForce RTX RTX A500", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 796 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.022467", + "updated_at": "2026-07-08T02:20:51.022467", + "url": "/v1/laptops/hp-zbook-firefly-14-g10-abhinavflac-796" +} diff --git a/site/public/v1/laptops/hp-zbook-firefly-14-g11-abhinavflac-24/index.json b/site/public/v1/laptops/hp-zbook-firefly-14-g11-abhinavflac-24/index.json new file mode 100644 index 000000000000..ab739c425b30 --- /dev/null +++ b/site/public/v1/laptops/hp-zbook-firefly-14-g11-abhinavflac-24/index.json @@ -0,0 +1,42 @@ +{ + "id": 552, + "slug": "hp-zbook-firefly-14-g11-abhinavflac-24", + "base_model_slug": "hp-zbook-firefly-14-g11", + "name": "HP ZBook Firefly 14 G11 A1VR3PT", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1734, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 24 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.022467", + "updated_at": "2026-07-08T02:20:51.022467", + "url": "/v1/laptops/hp-zbook-firefly-14-g11-abhinavflac-24" +} diff --git a/site/public/v1/laptops/hp-zbook-firefly-14-g11-abhinavflac-728/index.json b/site/public/v1/laptops/hp-zbook-firefly-14-g11-abhinavflac-728/index.json new file mode 100644 index 000000000000..c50e7a2ee481 --- /dev/null +++ b/site/public/v1/laptops/hp-zbook-firefly-14-g11-abhinavflac-728/index.json @@ -0,0 +1,42 @@ +{ + "id": 553, + "slug": "hp-zbook-firefly-14-g11-abhinavflac-728", + "base_model_slug": "hp-zbook-firefly-14-g11", + "name": "HP ZBook Firefly 14 G11 A1VL0PT", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1590, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "NVIDIA GeForce RTX RTX A500", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 728 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.022467", + "updated_at": "2026-07-08T02:20:51.022467", + "url": "/v1/laptops/hp-zbook-firefly-14-g11-abhinavflac-728" +} diff --git a/site/public/v1/laptops/hp-zbook-firefly-14-g11-abhinavflac-788/index.json b/site/public/v1/laptops/hp-zbook-firefly-14-g11-abhinavflac-788/index.json new file mode 100644 index 000000000000..beff4c79952d --- /dev/null +++ b/site/public/v1/laptops/hp-zbook-firefly-14-g11-abhinavflac-788/index.json @@ -0,0 +1,42 @@ +{ + "id": 554, + "slug": "hp-zbook-firefly-14-g11-abhinavflac-788", + "base_model_slug": "hp-zbook-firefly-14-g11", + "name": "HP ZBook Firefly 14 G11 A92U3PT", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1169, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 155U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "DOS", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 788 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.022467", + "updated_at": "2026-07-08T02:20:51.022467", + "url": "/v1/laptops/hp-zbook-firefly-14-g11-abhinavflac-788" +} diff --git a/site/public/v1/laptops/hp-zbook-firefly-14-g11-abhinavflac-789/index.json b/site/public/v1/laptops/hp-zbook-firefly-14-g11-abhinavflac-789/index.json new file mode 100644 index 000000000000..e045ad19e4da --- /dev/null +++ b/site/public/v1/laptops/hp-zbook-firefly-14-g11-abhinavflac-789/index.json @@ -0,0 +1,42 @@ +{ + "id": 555, + "slug": "hp-zbook-firefly-14-g11-abhinavflac-789", + "base_model_slug": "hp-zbook-firefly-14-g11", + "name": "HP ZBook Firefly 14 G11 A92TYPT", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 916, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 125U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 789 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.022467", + "updated_at": "2026-07-08T02:20:51.022467", + "url": "/v1/laptops/hp-zbook-firefly-14-g11-abhinavflac-789" +} diff --git a/site/public/v1/laptops/hp-zbook-firefly-14-g11-abhinavflac-790/index.json b/site/public/v1/laptops/hp-zbook-firefly-14-g11-abhinavflac-790/index.json new file mode 100644 index 000000000000..24145ade365c --- /dev/null +++ b/site/public/v1/laptops/hp-zbook-firefly-14-g11-abhinavflac-790/index.json @@ -0,0 +1,42 @@ +{ + "id": 556, + "slug": "hp-zbook-firefly-14-g11-abhinavflac-790", + "base_model_slug": "hp-zbook-firefly-14-g11", + "name": "HP ZBook Firefly 14 G11 A92U2PT", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1096, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 155U", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 790 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.022467", + "updated_at": "2026-07-08T02:20:51.022467", + "url": "/v1/laptops/hp-zbook-firefly-14-g11-abhinavflac-790" +} diff --git a/site/public/v1/laptops/hp-zbook-firefly-14-g11-abhinavflac-835/index.json b/site/public/v1/laptops/hp-zbook-firefly-14-g11-abhinavflac-835/index.json new file mode 100644 index 000000000000..03a61c4a6d69 --- /dev/null +++ b/site/public/v1/laptops/hp-zbook-firefly-14-g11-abhinavflac-835/index.json @@ -0,0 +1,42 @@ +{ + "id": 557, + "slug": "hp-zbook-firefly-14-g11-abhinavflac-835", + "base_model_slug": "hp-zbook-firefly-14-g11", + "name": "HP ZBook Firefly 14 G11 A1VR2PT", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1442, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 835 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.022467", + "updated_at": "2026-07-08T02:20:51.022467", + "url": "/v1/laptops/hp-zbook-firefly-14-g11-abhinavflac-835" +} diff --git a/site/public/v1/laptops/hp-zbook-firefly-16-g10-abhinavflac-787/index.json b/site/public/v1/laptops/hp-zbook-firefly-16-g10-abhinavflac-787/index.json new file mode 100644 index 000000000000..0b00a799eb15 --- /dev/null +++ b/site/public/v1/laptops/hp-zbook-firefly-16-g10-abhinavflac-787/index.json @@ -0,0 +1,42 @@ +{ + "id": 558, + "slug": "hp-zbook-firefly-16-g10-abhinavflac-787", + "base_model_slug": "hp-zbook-firefly-16-g10", + "name": "HP ZBook Firefly 16 G10 8F6J8PA", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1072, + "device_category": "General", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "NVIDIA GeForce RTX RTX A500", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 787 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.022467", + "updated_at": "2026-07-08T02:20:51.022467", + "url": "/v1/laptops/hp-zbook-firefly-16-g10-abhinavflac-787" +} diff --git a/site/public/v1/laptops/hp-zbook-firefly-16-g11-abhinavflac-119/index.json b/site/public/v1/laptops/hp-zbook-firefly-16-g11-abhinavflac-119/index.json new file mode 100644 index 000000000000..d8eeb0298f22 --- /dev/null +++ b/site/public/v1/laptops/hp-zbook-firefly-16-g11-abhinavflac-119/index.json @@ -0,0 +1,42 @@ +{ + "id": 559, + "slug": "hp-zbook-firefly-16-g11-abhinavflac-119", + "base_model_slug": "hp-zbook-firefly-16-g11", + "name": "HP ZBook Firefly 16 G11", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1108, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "NVIDIA GeForce RTX RTX A500", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 119 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.022467", + "updated_at": "2026-07-08T02:20:51.023466", + "url": "/v1/laptops/hp-zbook-firefly-16-g11-abhinavflac-119" +} diff --git a/site/public/v1/laptops/hp-zbook-firefly-16-g11-abhinavflac-722/index.json b/site/public/v1/laptops/hp-zbook-firefly-16-g11-abhinavflac-722/index.json new file mode 100644 index 000000000000..ca1d7657d712 --- /dev/null +++ b/site/public/v1/laptops/hp-zbook-firefly-16-g11-abhinavflac-722/index.json @@ -0,0 +1,42 @@ +{ + "id": 560, + "slug": "hp-zbook-firefly-16-g11-abhinavflac-722", + "base_model_slug": "hp-zbook-firefly-16-g11", + "name": "HP ZBook Firefly 16 G11 A1VX6PT", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1735, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "NVIDIA GeForce RTX RTX A500", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 722 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.023466", + "updated_at": "2026-07-08T02:20:51.023466", + "url": "/v1/laptops/hp-zbook-firefly-16-g11-abhinavflac-722" +} diff --git a/site/public/v1/laptops/hp-zbook-firefly-16-workstation-abhinavflac-123/index.json b/site/public/v1/laptops/hp-zbook-firefly-16-workstation-abhinavflac-123/index.json new file mode 100644 index 000000000000..f06fa591dc68 --- /dev/null +++ b/site/public/v1/laptops/hp-zbook-firefly-16-workstation-abhinavflac-123/index.json @@ -0,0 +1,42 @@ +{ + "id": 416, + "slug": "hp-zbook-firefly-16-workstation-abhinavflac-123", + "base_model_slug": "hp-zbook-firefly-16-workstation", + "name": "HP ZBook Firefly 16 8F6K1PA Workstation", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 1596, + "device_category": "General", + "cpu_name": "Intel Core I7 1255U", + "gpu_name": null, + "gpu_type": null, + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 123 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.011965", + "updated_at": "2026-07-08T02:20:51.011965", + "url": "/v1/laptops/hp-zbook-firefly-16-workstation-abhinavflac-123" +} diff --git a/site/public/v1/laptops/hp-zbook-fury-16-g10-abhinavflac-82/index.json b/site/public/v1/laptops/hp-zbook-fury-16-g10-abhinavflac-82/index.json new file mode 100644 index 000000000000..ed7c85493685 --- /dev/null +++ b/site/public/v1/laptops/hp-zbook-fury-16-g10-abhinavflac-82/index.json @@ -0,0 +1,42 @@ +{ + "id": 561, + "slug": "hp-zbook-fury-16-g10-abhinavflac-82", + "base_model_slug": "hp-zbook-fury-16-g10", + "name": "HP ZBook Fury 16 G10 8Y522EC Mobile Workstation", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 2429, + "device_category": "General", + "cpu_name": "Intel Core I7 13850HX", + "gpu_name": "NVIDIA GeForce RTX RTX A1000", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "3840x2400" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 82 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.023466", + "updated_at": "2026-07-08T02:20:51.023466", + "url": "/v1/laptops/hp-zbook-fury-16-g10-abhinavflac-82" +} diff --git a/site/public/v1/laptops/hp-zbook-power-g11-abhinavflac-56/index.json b/site/public/v1/laptops/hp-zbook-power-g11-abhinavflac-56/index.json new file mode 100644 index 000000000000..c7dbceb421c2 --- /dev/null +++ b/site/public/v1/laptops/hp-zbook-power-g11-abhinavflac-56/index.json @@ -0,0 +1,42 @@ +{ + "id": 562, + "slug": "hp-zbook-power-g11-abhinavflac-56", + "base_model_slug": "hp-zbook-power-g11", + "name": "HP ZBook Power G11 A8WN2PT", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 2079, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "NVIDIA GeForce RTX RTX 500 Ada", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 56 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.023466", + "updated_at": "2026-07-08T02:20:51.023466", + "url": "/v1/laptops/hp-zbook-power-g11-abhinavflac-56" +} diff --git a/site/public/v1/laptops/hp-zbook-power-g11-abhinavflac-57/index.json b/site/public/v1/laptops/hp-zbook-power-g11-abhinavflac-57/index.json new file mode 100644 index 000000000000..9e520e183c3f --- /dev/null +++ b/site/public/v1/laptops/hp-zbook-power-g11-abhinavflac-57/index.json @@ -0,0 +1,42 @@ +{ + "id": 563, + "slug": "hp-zbook-power-g11-abhinavflac-57", + "base_model_slug": "hp-zbook-power-g11", + "name": "HP ZBook Power G11 A8WM9PT", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 2463, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "NVIDIA GeForce RTX RTX 2000 Ada", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 57 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.023466", + "updated_at": "2026-07-08T02:20:51.023466", + "url": "/v1/laptops/hp-zbook-power-g11-abhinavflac-57" +} diff --git a/site/public/v1/laptops/hp-zbook-power-g11-abhinavflac-61/index.json b/site/public/v1/laptops/hp-zbook-power-g11-abhinavflac-61/index.json new file mode 100644 index 000000000000..9fb045c5afe8 --- /dev/null +++ b/site/public/v1/laptops/hp-zbook-power-g11-abhinavflac-61/index.json @@ -0,0 +1,42 @@ +{ + "id": 564, + "slug": "hp-zbook-power-g11-abhinavflac-61", + "base_model_slug": "hp-zbook-power-g11", + "name": "HP ZBook Power G11 A8WM1PT", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 2723, + "device_category": "General", + "cpu_name": "Intel Core Ultra 9 185H", + "gpu_name": "NVIDIA GeForce RTX RTX 1000 Ada", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 61 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.023466", + "updated_at": "2026-07-08T02:20:51.023466", + "url": "/v1/laptops/hp-zbook-power-g11-abhinavflac-61" +} diff --git a/site/public/v1/laptops/hp-zbook-power-g11-abhinavflac-863/index.json b/site/public/v1/laptops/hp-zbook-power-g11-abhinavflac-863/index.json new file mode 100644 index 000000000000..80d337527de5 --- /dev/null +++ b/site/public/v1/laptops/hp-zbook-power-g11-abhinavflac-863/index.json @@ -0,0 +1,42 @@ +{ + "id": 565, + "slug": "hp-zbook-power-g11-abhinavflac-863", + "base_model_slug": "hp-zbook-power-g11", + "name": "HP ZBook Power G11 A8WM4PT", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 2928, + "device_category": "General", + "cpu_name": "Intel Core Ultra 9 185H", + "gpu_name": "NVIDIA GeForce RTX RTX 2000 Ada", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 863 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.023466", + "updated_at": "2026-07-08T02:20:51.023466", + "url": "/v1/laptops/hp-zbook-power-g11-abhinavflac-863" +} diff --git a/site/public/v1/laptops/hp-zbook-power-g11-abhinavflac-864/index.json b/site/public/v1/laptops/hp-zbook-power-g11-abhinavflac-864/index.json new file mode 100644 index 000000000000..1a3b6d09037d --- /dev/null +++ b/site/public/v1/laptops/hp-zbook-power-g11-abhinavflac-864/index.json @@ -0,0 +1,42 @@ +{ + "id": 566, + "slug": "hp-zbook-power-g11-abhinavflac-864", + "base_model_slug": "hp-zbook-power-g11", + "name": "HP ZBook Power G11 A8WN1PT", + "brand": { + "id": 160, + "slug": "hp", + "name": "HP", + "country": "US", + "url": "/v1/brands/hp" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 2126, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "NVIDIA GeForce RTX RTX A1000", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 864 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.023466", + "updated_at": "2026-07-08T02:20:51.023466", + "url": "/v1/laptops/hp-zbook-power-g11-abhinavflac-864" +} diff --git a/site/public/v1/laptops/index.json b/site/public/v1/laptops/index.json new file mode 100644 index 000000000000..eba7338f5bfc --- /dev/null +++ b/site/public/v1/laptops/index.json @@ -0,0 +1,4855 @@ +{ + "count": 970, + "results": [ + { + "slug": "asus-vivobook-s14-flip-2025-abhinavflac-533", + "name": "ASUS Vivobook S14 Flip 2025 TP3402VAO-LZ612WS", + "url": "/v1/laptops/asus-vivobook-s14-flip-2025-abhinavflac-533" + }, + { + "slug": "acer-14-travel-lite-tl14-52m-abhinavflac-242", + "name": "Acer 14 Travel Lite TL14-52M", + "url": "/v1/laptops/acer-14-travel-lite-tl14-52m-abhinavflac-242" + }, + { + "slug": "acer-15-aspire-3-a325-53-abhinavflac-380", + "name": "Acer 15 Aspire 3 A325-53", + "url": "/v1/laptops/acer-15-aspire-3-a325-53-abhinavflac-380" + }, + { + "slug": "acer-15-aspire-lite-al15-41-abhinavflac-815", + "name": "Acer 15 Aspire Lite AL15-41", + "url": "/v1/laptops/acer-15-aspire-lite-al15-41-abhinavflac-815" + }, + { + "slug": "acer-15-aspire-lite-al15-52h-abhinavflac-700", + "name": "Acer 15 Aspire Lite AL15-52H", + "url": "/v1/laptops/acer-15-aspire-lite-al15-52h-abhinavflac-700" + }, + { + "slug": "acer-15-travel-lite-tl15-53m-abhinavflac-456", + "name": "Acer 15 Travel Lite TL15-53M", + "url": "/v1/laptops/acer-15-travel-lite-tl15-53m-abhinavflac-456" + }, + { + "slug": "acer-15-travelmate-tmp215-53-business-abhinavflac-704", + "name": "Acer 15 TravelMate TMP215-53 Business", + "url": "/v1/laptops/acer-15-travelmate-tmp215-53-business-abhinavflac-704" + }, + { + "slug": "acer-16-predator-helios-16-abhinavflac-631", + "name": "Acer 16 Predator Helios 16 ‎PH16-72 Gaming", + "url": "/v1/laptops/acer-16-predator-helios-16-abhinavflac-631" + }, + { + "slug": "acer-2025-predator-helios-neo16s-abhinavflac-320", + "name": "Acer 2025 Predator Helios Neo16S AI PHN16S-71 Gaming", + "url": "/v1/laptops/acer-2025-predator-helios-neo16s-abhinavflac-320" + }, + { + "slug": "acer-al15-41-aspire-lite-abhinavflac-459", + "name": "Acer AL15-41 Aspire Lite", + "url": "/v1/laptops/acer-al15-41-aspire-lite-abhinavflac-459" + }, + { + "slug": "acer-al15-41-aspire-lite-15-abhinavflac-733", + "name": "Acer AL15-41 Aspire Lite 15", + "url": "/v1/laptops/acer-al15-41-aspire-lite-15-abhinavflac-733" + }, + { + "slug": "acer-al15-52h-aspire-lite-15-abhinavflac-387", + "name": "Acer AL15-52H Aspire Lite 15 (12650HH / 16GB / 1024GB / UHD Graphics / Windows)", + "url": "/v1/laptops/acer-al15-52h-aspire-lite-15-abhinavflac-387" + }, + { + "slug": "acer-al15-52h-aspire-lite-15-abhinavflac-383", + "name": "Acer AL15-52H Aspire Lite 15 (12650HH / 16GB / 512GB / UHD Graphics / Windows)", + "url": "/v1/laptops/acer-al15-52h-aspire-lite-15-abhinavflac-383" + }, + { + "slug": "acer-alg-15-al15g-53-gaming-abhinavflac-630", + "name": "Acer ALG 15 ‎AL15G-53 Gaming", + "url": "/v1/laptops/acer-alg-15-al15g-53-gaming-abhinavflac-630" + }, + { + "slug": "acer-alg-al15g-53-15-gaming-abhinavflac-629", + "name": "Acer ALG ‎AL15G-53 15 Gaming", + "url": "/v1/laptops/acer-alg-al15g-53-15-gaming-abhinavflac-629" + }, + { + "slug": "acer-alg-al15g-53-gaming-abhinavflac-842", + "name": "Acer ALG ‎AL15G-53 Gaming", + "url": "/v1/laptops/acer-alg-al15g-53-gaming-abhinavflac-842" + }, + { + "slug": "acer-aspire-14-as14h-53-un-36csi-005-abhinavflac-47", + "name": "Acer Aspire 14 AS14H-53 UN.36CSI.005", + "url": "/v1/laptops/acer-aspire-14-as14h-53-un-36csi-005-abhinavflac-47" + }, + { + "slug": "acer-aspire-15-a15-51m-abhinavflac-762", + "name": "Acer Aspire 15 A15-51M", + "url": "/v1/laptops/acer-aspire-15-a15-51m-abhinavflac-762" + }, + { + "slug": "acer-aspire-15-as15-42-un-35msi-004-abhinavflac-464", + "name": "Acer Aspire 15 AS15-42 UN.35MSI.004", + "url": "/v1/laptops/acer-aspire-15-as15-42-un-35msi-004-abhinavflac-464" + }, + { + "slug": "acer-aspire-3-14-a324-45-abhinavflac-937", + "name": "Acer Aspire 3 14 A324-45", + "url": "/v1/laptops/acer-aspire-3-14-a324-45-abhinavflac-937" + }, + { + "slug": "acer-aspire-3-15-a325-42-abhinavflac-834", + "name": "Acer Aspire 3 15 A325-42", + "url": "/v1/laptops/acer-aspire-3-15-a325-42-abhinavflac-834" + }, + { + "slug": "acer-aspire-3-15-a325-45-abhinavflac-942", + "name": "Acer Aspire 3 15 A325-45", + "url": "/v1/laptops/acer-aspire-3-15-a325-45-abhinavflac-942" + }, + { + "slug": "acer-aspire-3-15-a325-51-abhinavflac-509", + "name": "Acer Aspire 3 15 A325-51", + "url": "/v1/laptops/acer-aspire-3-15-a325-51-abhinavflac-509" + }, + { + "slug": "acer-aspire-3-2025-a325-53-abhinavflac-190", + "name": "Acer Aspire 3 2025 A325-53", + "url": "/v1/laptops/acer-aspire-3-2025-a325-53-abhinavflac-190" + }, + { + "slug": "acer-aspire-3-a311-45-un-354si-002-abhinavflac-695", + "name": "Acer Aspire 3 A311-45 UN.354SI.002", + "url": "/v1/laptops/acer-aspire-3-a311-45-un-354si-002-abhinavflac-695" + }, + { + "slug": "acer-aspire-3-a311-45-un-354si-004-abhinavflac-694", + "name": "Acer Aspire 3 A311-45 UN.354SI.004", + "url": "/v1/laptops/acer-aspire-3-a311-45-un-354si-004-abhinavflac-694" + }, + { + "slug": "acer-aspire-3-a311-45-un-354si-006-abhinavflac-696", + "name": "Acer Aspire 3 A311-45 UN.354SI.006", + "url": "/v1/laptops/acer-aspire-3-a311-45-un-354si-006-abhinavflac-696" + }, + { + "slug": "acer-aspire-3-a324-45-abhinavflac-938", + "name": "Acer Aspire 3 A324-45", + "url": "/v1/laptops/acer-aspire-3-a324-45-abhinavflac-938" + }, + { + "slug": "acer-aspire-3-a324-51-un-343si-00q-abhinavflac-848", + "name": "Acer Aspire 3 A324-51 UN.343SI.00Q", + "url": "/v1/laptops/acer-aspire-3-a324-51-un-343si-00q-abhinavflac-848" + }, + { + "slug": "acer-aspire-3-a324-53-un-34rsi-002-abhinavflac-799", + "name": "Acer Aspire 3 A324-53 UN.34RSI.002", + "url": "/v1/laptops/acer-aspire-3-a324-53-un-34rsi-002-abhinavflac-799" + }, + { + "slug": "acer-aspire-3-a324-53-un-34rsi-004-abhinavflac-749", + "name": "Acer Aspire 3 A324-53 UN.34RSI.004", + "url": "/v1/laptops/acer-aspire-3-a324-53-un-34rsi-004-abhinavflac-749" + }, + { + "slug": "acer-aspire-3-a324-53-un-34rsi-009-abhinavflac-764", + "name": "Acer Aspire 3 A324-53 UN.34RSI.009", + "url": "/v1/laptops/acer-aspire-3-a324-53-un-34rsi-009-abhinavflac-764" + }, + { + "slug": "acer-aspire-3-a325-42-7330uu-abhinavflac-807", + "name": "Acer Aspire 3 A325-42 (7330UU / 8GB / 512GB / Radeon / Windows)", + "url": "/v1/laptops/acer-aspire-3-a325-42-7330uu-abhinavflac-807" + }, + { + "slug": "acer-aspire-3-a325-42-7430uu-abhinavflac-840", + "name": "Acer Aspire 3 A325-42 (7430UU / 8GB / 512GB / Radeon / Windows)", + "url": "/v1/laptops/acer-aspire-3-a325-42-7430uu-abhinavflac-840" + }, + { + "slug": "acer-aspire-3-a325-42-un-34qsi-004-abhinavflac-830", + "name": "Acer Aspire 3 A325-42 UN.34QSI.004", + "url": "/v1/laptops/acer-aspire-3-a325-42-un-34qsi-004-abhinavflac-830" + }, + { + "slug": "acer-aspire-3-a325-45-abhinavflac-943", + "name": "Acer Aspire 3 A325-45", + "url": "/v1/laptops/acer-aspire-3-a325-45-abhinavflac-943" + }, + { + "slug": "acer-aspire-3-a325-51-abhinavflac-821", + "name": "Acer Aspire 3 A325-51", + "url": "/v1/laptops/acer-aspire-3-a325-51-abhinavflac-821" + }, + { + "slug": "acer-aspire-3-a325-51-15-abhinavflac-508", + "name": "Acer Aspire 3 A325-51 15", + "url": "/v1/laptops/acer-aspire-3-a325-51-15-abhinavflac-508" + }, + { + "slug": "acer-aspire-3-a325-53-abhinavflac-381", + "name": "Acer Aspire 3 A325-53", + "url": "/v1/laptops/acer-aspire-3-a325-53-abhinavflac-381" + }, + { + "slug": "acer-aspire-3d-15-spatiallabs-abhinavflac-944", + "name": "Acer Aspire 3D 15 SpatialLabs Edition A3D15-71GM 3D", + "url": "/v1/laptops/acer-aspire-3d-15-spatiallabs-abhinavflac-944" + }, + { + "slug": "acer-aspire-3d-15-spatiallabs-abhinavflac-933", + "name": "Acer Aspire 3D 15 SpatialLabs Edition 3D", + "url": "/v1/laptops/acer-aspire-3d-15-spatiallabs-abhinavflac-933" + }, + { + "slug": "acer-aspire-5-nx-khfsi-007-abhinavflac-882", + "name": "Acer Aspire 5 NX.KHFSI.007", + "url": "/v1/laptops/acer-aspire-5-nx-khfsi-007-abhinavflac-882" + }, + { + "slug": "acer-aspire-7-a715-79g-un-34nsi-002-abhinavflac-878", + "name": "Acer Aspire 7 A715-79G UN.34NSI.002 Gaming", + "url": "/v1/laptops/acer-aspire-7-a715-79g-un-34nsi-002-abhinavflac-878" + }, + { + "slug": "acer-aspire-7-a715-79g-un-34psi-001-abhinavflac-879", + "name": "Acer Aspire 7 A715-79G UN.34PSI.001 Gaming", + "url": "/v1/laptops/acer-aspire-7-a715-79g-un-34psi-001-abhinavflac-879" + }, + { + "slug": "acer-aspire-7-a715-79g-un-u2ksi-001-abhinavflac-284", + "name": "Acer Aspire 7 A715-79G UN.U2KSI.001 Gaming", + "url": "/v1/laptops/acer-aspire-7-a715-79g-un-u2ksi-001-abhinavflac-284" + }, + { + "slug": "acer-aspire-7-a715-79g-un-u35si-001-abhinavflac-130", + "name": "Acer Aspire 7 A715-79G UN.U35SI.001 Gaming", + "url": "/v1/laptops/acer-aspire-7-a715-79g-un-u35si-001-abhinavflac-130" + }, + { + "slug": "acer-aspire-7-a715-79g-un-u35si-002-abhinavflac-68", + "name": "Acer Aspire 7 A715-79G UN.U35SI.002 Gaming", + "url": "/v1/laptops/acer-aspire-7-a715-79g-un-u35si-002-abhinavflac-68" + }, + { + "slug": "acer-aspire-go-14-ag14-71m-abhinavflac-352", + "name": "Acer Aspire Go 14 AG14-71M", + "url": "/v1/laptops/acer-aspire-go-14-ag14-71m-abhinavflac-352" + }, + { + "slug": "acer-aspire-lite-15-al15-41-abhinavflac-586", + "name": "Acer Aspire Lite 15 AL15-41", + "url": "/v1/laptops/acer-aspire-lite-15-al15-41-abhinavflac-586" + }, + { + "slug": "acer-aspire-lite-15-al15-52h-abhinavflac-853", + "name": "Acer Aspire Lite 15 AL15-52H", + "url": "/v1/laptops/acer-aspire-lite-15-al15-52h-abhinavflac-853" + }, + { + "slug": "acer-aspire-lite-al15-41-un-31zsi-039-abhinavflac-513", + "name": "Acer Aspire Lite AL15-41 UN.31ZSI.039", + "url": "/v1/laptops/acer-aspire-lite-al15-41-un-31zsi-039-abhinavflac-513" + }, + { + "slug": "acer-aspire-lite-al15-52h-12450hh-abhinavflac-854", + "name": "Acer Aspire Lite AL15-52H (12450HH / 16GB / 512GB / UHD Graphics / Windows)", + "url": "/v1/laptops/acer-aspire-lite-al15-52h-12450hh-abhinavflac-854" + }, + { + "slug": "acer-aspire-lite-al15-52h-13420hh-abhinavflac-37", + "name": "Acer Aspire Lite AL15-52H (13420HH / 16GB / 512GB / UHD Graphics / Windows)", + "url": "/v1/laptops/acer-aspire-lite-al15-52h-13420hh-abhinavflac-37" + }, + { + "slug": "acer-aspire-lite-al15-52h-13620hh-abhinavflac-150", + "name": "Acer Aspire Lite AL15-52H (13620HH / 16GB / 512GB / UHD Graphics / Windows)", + "url": "/v1/laptops/acer-aspire-lite-al15-52h-13620hh-abhinavflac-150" + }, + { + "slug": "acer-aspire-lite-al15-52h-un-347si-00v-abhinavflac-73", + "name": "Acer Aspire Lite AL15-52H UN.347SI.00V", + "url": "/v1/laptops/acer-aspire-lite-al15-52h-un-347si-00v-abhinavflac-73" + }, + { + "slug": "acer-aspire-lite-al15-53-1305uu-abhinavflac-763", + "name": "Acer Aspire Lite AL15-53 (1305UU / 8GB / 512GB / UHD Graphics / Windows)", + "url": "/v1/laptops/acer-aspire-lite-al15-53-1305uu-abhinavflac-763" + }, + { + "slug": "acer-aspire-lite-al15-53-1334uu-abhinavflac-717", + "name": "Acer Aspire Lite AL15-53 (1334UU / 16GB / 512GB / UHD Graphics / Windows)", + "url": "/v1/laptops/acer-aspire-lite-al15-53-1334uu-abhinavflac-717" + }, + { + "slug": "acer-aspire-lite-al15-53-un-34esi-00d-abhinavflac-783", + "name": "Acer Aspire Lite AL15-53 UN.34ESI.00D Gaming", + "url": "/v1/laptops/acer-aspire-lite-al15-53-un-34esi-00d-abhinavflac-783" + }, + { + "slug": "acer-aspire-lite-amd-al15-41-abhinavflac-386", + "name": "Acer Aspire Lite AMD AL15-41 (7730UU / 16GB / 1024GB / Radeon / Windows)", + "url": "/v1/laptops/acer-aspire-lite-amd-al15-41-abhinavflac-386" + }, + { + "slug": "acer-aspire-lite-amd-al15-41-abhinavflac-379", + "name": "Acer Aspire Lite AMD AL15-41 (7730UU / 16GB / 512GB / Radeon / Windows)", + "url": "/v1/laptops/acer-aspire-lite-amd-al15-41-abhinavflac-379" + }, + { + "slug": "acer-aspire-lite-un-34esi-005-gaming-abhinavflac-955", + "name": "Acer Aspire Lite UN.34ESI.005 Gaming", + "url": "/v1/laptops/acer-aspire-lite-un-34esi-005-gaming-abhinavflac-955" + }, + { + "slug": "acer-aspirego-14-ag14-71m-abhinavflac-331", + "name": "Acer AspireGo 14 AG14-71M", + "url": "/v1/laptops/acer-aspirego-14-ag14-71m-abhinavflac-331" + }, + { + "slug": "acer-chromebook-cb315-4h-abhinavflac-810", + "name": "Acer Chromebook CB315-4H", + "url": "/v1/laptops/acer-chromebook-cb315-4h-abhinavflac-810" + }, + { + "slug": "acer-nitro-lite-nl16-71g-2025-abhinavflac-170", + "name": "Acer Nitro Lite NL16-71G 2025 Gaming", + "url": "/v1/laptops/acer-nitro-lite-nl16-71g-2025-abhinavflac-170" + }, + { + "slug": "acer-nitro-lite-nl16-71g-nh-d59si-001-abhinavflac-327", + "name": "Acer Nitro Lite NL16-71G NH.D59SI.001 Gaming", + "url": "/v1/laptops/acer-nitro-lite-nl16-71g-nh-d59si-001-abhinavflac-327" + }, + { + "slug": "acer-nitro-lite-nl16-71g-nh-d59si-002-abhinavflac-328", + "name": "Acer Nitro Lite NL16-71G NH.D59SI.002 Gaming", + "url": "/v1/laptops/acer-nitro-lite-nl16-71g-nh-d59si-002-abhinavflac-328" + }, + { + "slug": "acer-nitro-lite-nl16-71g-nh-d5asi-001-abhinavflac-324", + "name": "Acer Nitro Lite NL16-71G NH.D5ASI.001 Gaming", + "url": "/v1/laptops/acer-nitro-lite-nl16-71g-nh-d5asi-001-abhinavflac-324" + }, + { + "slug": "acer-nitro-lite-nl16-71g-nh-d5asi-002-abhinavflac-325", + "name": "Acer Nitro Lite NL16-71G NH.D5ASI.002 Gaming", + "url": "/v1/laptops/acer-nitro-lite-nl16-71g-nh-d5asi-002-abhinavflac-325" + }, + { + "slug": "acer-nitro-v-16-anv16-71-abhinavflac-827", + "name": "Acer Nitro V 16 ANV16-71 NH.QTNSI.002 Gaming", + "url": "/v1/laptops/acer-nitro-v-16-anv16-71-abhinavflac-827" + }, + { + "slug": "acer-nitro-v-anv15-41-nh-qpfsi-006-abhinavflac-746", + "name": "Acer Nitro V ANV15-41 NH.QPFSI.006 Gaming", + "url": "/v1/laptops/acer-nitro-v-anv15-41-nh-qpfsi-006-abhinavflac-746" + }, + { + "slug": "acer-nitro-v-anv15-41-un-qpfsi-002-abhinavflac-914", + "name": "Acer Nitro V ANV15-41 UN.QPFSI.002 Gaming", + "url": "/v1/laptops/acer-nitro-v-anv15-41-un-qpfsi-002-abhinavflac-914" + }, + { + "slug": "acer-nitro-v-anv15-52-nh-qz9si-001-abhinavflac-253", + "name": "Acer Nitro V ANV15-52 NH.QZ9SI.001 Gaming", + "url": "/v1/laptops/acer-nitro-v-anv15-52-nh-qz9si-001-abhinavflac-253" + }, + { + "slug": "acer-nitro-v-anv15-52-nh-qz9si-002-abhinavflac-136", + "name": "Acer Nitro V ANV15-52 NH.QZ9SI.002 Gaming", + "url": "/v1/laptops/acer-nitro-v-anv15-52-nh-qz9si-002-abhinavflac-136" + }, + { + "slug": "acer-predator-helios-16-nh-qnxsi-004-abhinavflac-910", + "name": "Acer Predator Helios 16 NH.QNXSI.004 Gaming", + "url": "/v1/laptops/acer-predator-helios-16-nh-qnxsi-004-abhinavflac-910" + }, + { + "slug": "acer-predator-helios-neo-14-abhinavflac-828", + "name": "Acer Predator Helios Neo 14 PHN14-51 Gaming", + "url": "/v1/laptops/acer-predator-helios-neo-14-abhinavflac-828" + }, + { + "slug": "acer-predator-helios-neo-16-abhinavflac-158", + "name": "Acer Predator Helios Neo 16 AI PHN16-73 Gaming", + "url": "/v1/laptops/acer-predator-helios-neo-16-abhinavflac-158" + }, + { + "slug": "acer-predator-helios-neo16s-ai-abhinavflac-321", + "name": "Acer Predator Helios Neo16S AI PHN16S-71 Gaming", + "url": "/v1/laptops/acer-predator-helios-neo16s-ai-abhinavflac-321" + }, + { + "slug": "acer-predator-helios-neo16s-nh-qxasi-002-abhinavflac-282", + "name": "Acer Predator Helios Neo16S NH.QXASI.002 PHN16S-71 Gaming", + "url": "/v1/laptops/acer-predator-helios-neo16s-nh-qxasi-002-abhinavflac-282" + }, + { + "slug": "acer-predator-helios-neo16s-phn16s-71-abhinavflac-289", + "name": "Acer Predator Helios Neo16S PHN16S-71 NH.QXASI.001 Gaming", + "url": "/v1/laptops/acer-predator-helios-neo16s-phn16s-71-abhinavflac-289" + }, + { + "slug": "acer-swift-14-ai-sf14-51-abhinavflac-752", + "name": "Acer Swift 14 AI SF14-51 NX.J2HSI.001", + "url": "/v1/laptops/acer-swift-14-ai-sf14-51-abhinavflac-752" + }, + { + "slug": "acer-swift-14-ai-sf14-51-abhinavflac-753", + "name": "Acer Swift 14 AI SF14-51 NX.J2HSI.002", + "url": "/v1/laptops/acer-swift-14-ai-sf14-51-abhinavflac-753" + }, + { + "slug": "acer-swift-go-14-sfg14-01-abhinavflac-751", + "name": "Acer Swift Go 14 SFG14-01 NX.KYXSI.001 AI", + "url": "/v1/laptops/acer-swift-go-14-sfg14-01-abhinavflac-751" + }, + { + "slug": "acer-swift-lite-2025-oled-abhinavflac-249", + "name": "Acer Swift Lite (2025) OLED SFL14-54M NX.DB8SI.001", + "url": "/v1/laptops/acer-swift-lite-2025-oled-abhinavflac-249" + }, + { + "slug": "acer-swift-neo-ai-sfn14-54h-abhinavflac-225", + "name": "Acer Swift Neo AI SFN14-54H", + "url": "/v1/laptops/acer-swift-neo-ai-sfn14-54h-abhinavflac-225" + }, + { + "slug": "acer-swift-neo-ai-sfn14-54h-abhinavflac-224", + "name": "Acer Swift Neo AI SFN14-54H OLED", + "url": "/v1/laptops/acer-swift-neo-ai-sfn14-54h-abhinavflac-224" + }, + { + "slug": "acer-swift-neo-as14h-53-un-36csi-004-abhinavflac-200", + "name": "Acer Swift Neo AS14H-53 UN.36CSI.004", + "url": "/v1/laptops/acer-swift-neo-as14h-53-un-36csi-004-abhinavflac-200" + }, + { + "slug": "acer-swift-neo-oled-ai-abhinavflac-461", + "name": "Acer Swift Neo OLED AI SFN14-54H", + "url": "/v1/laptops/acer-swift-neo-oled-ai-abhinavflac-461" + }, + { + "slug": "acer-swift-neo-oled-ai-abhinavflac-271", + "name": "Acer Swift Neo OLED AI SFN14-54H UN.35GSI.004", + "url": "/v1/laptops/acer-swift-neo-oled-ai-abhinavflac-271" + }, + { + "slug": "acer-travel-lite-14-tl14-52m-abhinavflac-243", + "name": "Acer Travel Lite 14 TL14-52M", + "url": "/v1/laptops/acer-travel-lite-14-tl14-52m-abhinavflac-243" + }, + { + "slug": "acer-travel-lite-14-tl14-52m-abhinavflac-112", + "name": "Acer Travel Lite 14 TL14-52M UN.35ASI.071", + "url": "/v1/laptops/acer-travel-lite-14-tl14-52m-abhinavflac-112" + }, + { + "slug": "acer-travel-lite-tl04-51m-abhinavflac-86", + "name": "Acer Travel Lite TL04-51M", + "url": "/v1/laptops/acer-travel-lite-tl04-51m-abhinavflac-86" + }, + { + "slug": "acer-travel-lite-tl14-42m-abhinavflac-501", + "name": "Acer Travel Lite TL14-42M", + "url": "/v1/laptops/acer-travel-lite-tl14-42m-abhinavflac-501" + }, + { + "slug": "acer-travel-lite-tl14-42m-14-abhinavflac-488", + "name": "Acer Travel Lite TL14-42M 14", + "url": "/v1/laptops/acer-travel-lite-tl14-42m-14-abhinavflac-488" + }, + { + "slug": "acer-travel-lite-tl14-52m-1334uu-abhinavflac-267", + "name": "Acer Travel Lite TL14-52M (1334UU / 16GB / 512GB / Iris Xe Graphics / Windows)", + "url": "/v1/laptops/acer-travel-lite-tl14-52m-1334uu-abhinavflac-267" + }, + { + "slug": "acer-travel-lite-tl14-52m-1355uu-abhinavflac-489", + "name": "Acer Travel Lite TL14-52M (1355UU / 32GB / 1024GB / Iris Xe Graphics / Windows)", + "url": "/v1/laptops/acer-travel-lite-tl14-52m-1355uu-abhinavflac-489" + }, + { + "slug": "acer-travellite-tl04-41m-abhinavflac-8", + "name": "Acer TravelLite TL04-41M", + "url": "/v1/laptops/acer-travellite-tl04-41m-abhinavflac-8" + }, + { + "slug": "acer-travellite-tl04-51m-abhinavflac-40", + "name": "Acer TravelLite TL04-51M", + "url": "/v1/laptops/acer-travellite-tl04-51m-abhinavflac-40" + }, + { + "slug": "acer-travellite-tl14-42m-abhinavflac-757", + "name": "Acer TravelLite TL14-42M", + "url": "/v1/laptops/acer-travellite-tl14-42m-abhinavflac-757" + }, + { + "slug": "acer-travelmate-15-tmp215-53-abhinavflac-903", + "name": "Acer TravelMate 15 TMP215-53", + "url": "/v1/laptops/acer-travelmate-15-tmp215-53-abhinavflac-903" + }, + { + "slug": "acer-travelmate-tmp214-54-abhinavflac-698", + "name": "Acer TravelMate TMP214-54", + "url": "/v1/laptops/acer-travelmate-tmp214-54-abhinavflac-698" + }, + { + "slug": "acer-travelmate-tmp214-54-business-abhinavflac-904", + "name": "Acer TravelMate TMP214-54 Business", + "url": "/v1/laptops/acer-travelmate-tmp214-54-business-abhinavflac-904" + }, + { + "slug": "acer-travelmate-tmp215-53-abhinavflac-920", + "name": "Acer TravelMate TMP215-53", + "url": "/v1/laptops/acer-travelmate-tmp215-53-abhinavflac-920" + }, + { + "slug": "acer-travelmate-tmp215-53-business-abhinavflac-705", + "name": "Acer TravelMate TMP215-53 Business", + "url": "/v1/laptops/acer-travelmate-tmp215-53-business-abhinavflac-705" + }, + { + "slug": "apple-2024-macbook-air-15-abhinavflac-766", + "name": "Apple 2024 MacBook Air 15", + "url": "/v1/laptops/apple-2024-macbook-air-15-abhinavflac-766" + }, + { + "slug": "apple-macbook-air-13-2024-abhinavflac-886", + "name": "Apple MacBook Air 13 2024 (M3 / 16GB / 256GB / Apple 10-Core GPU / Mac)", + "url": "/v1/laptops/apple-macbook-air-13-2024-abhinavflac-886" + }, + { + "slug": "apple-macbook-air-13-2024-abhinavflac-767", + "name": "Apple MacBook Air 13 2024 (M3 / 24GB / 512GB / Apple 10-Core GPU / Mac)", + "url": "/v1/laptops/apple-macbook-air-13-2024-abhinavflac-767" + }, + { + "slug": "apple-macbook-air-15-2024-abhinavflac-768", + "name": "Apple MacBook Air 15 2024", + "url": "/v1/laptops/apple-macbook-air-15-2024-abhinavflac-768" + }, + { + "slug": "apple-macbook-air-15-2025-abhinavflac-636", + "name": "Apple MacBook Air 15 2025", + "url": "/v1/laptops/apple-macbook-air-15-2025-abhinavflac-636" + }, + { + "slug": "apple-macbook-air-2025-m4-abhinavflac-798", + "name": "Apple MacBook Air 2025 (M4 / 16GB / 256GB / Apple 8-Core GPU / Mac)", + "url": "/v1/laptops/apple-macbook-air-2025-m4-abhinavflac-798" + }, + { + "slug": "apple-macbook-air-2025-m4-abhinavflac-638", + "name": "Apple MacBook Air 2025 (M4 / 16GB / 512GB / Apple 10-Core GPU / Mac)", + "url": "/v1/laptops/apple-macbook-air-2025-m4-abhinavflac-638" + }, + { + "slug": "apple-macbook-air-2025-m4-abhinavflac-637", + "name": "Apple MacBook Air 2025 (M4 / 24GB / 512GB / Apple 10-Core GPU / Mac)", + "url": "/v1/laptops/apple-macbook-air-2025-m4-abhinavflac-637" + }, + { + "slug": "apple-macbook-air-2025-15-abhinavflac-635", + "name": "Apple MacBook Air 2025 15", + "url": "/v1/laptops/apple-macbook-air-2025-15-abhinavflac-635" + }, + { + "slug": "apple-macbook-air-m4-2025-abhinavflac-634", + "name": "Apple MacBook Air M4 2025 15", + "url": "/v1/laptops/apple-macbook-air-m4-2025-abhinavflac-634" + }, + { + "slug": "apple-macbook-pro-14-m4-abhinavflac-781", + "name": "Apple MacBook Pro 14 (M4 / 16GB / 1024GB / Apple 10-Core GPU / Mac)", + "url": "/v1/laptops/apple-macbook-pro-14-m4-abhinavflac-781" + }, + { + "slug": "apple-macbook-pro-14-m4-abhinavflac-780", + "name": "Apple MacBook Pro 14 (M4 / 24GB / 1024GB / Apple 10-Core GPU / Mac)", + "url": "/v1/laptops/apple-macbook-pro-14-m4-abhinavflac-780" + }, + { + "slug": "apple-macbook-pro-14-m4-abhinavflac-777", + "name": "Apple MacBook Pro 14 (M4 MaxMax / 36GB / 1024GB / Apple 32-Core GPU / Mac)", + "url": "/v1/laptops/apple-macbook-pro-14-m4-abhinavflac-777" + }, + { + "slug": "apple-macbook-pro-14-m4-abhinavflac-778", + "name": "Apple MacBook Pro 14 (M4 ProPro / 24GB / 1024GB / Apple 20-Core GPU / Mac)", + "url": "/v1/laptops/apple-macbook-pro-14-m4-abhinavflac-778" + }, + { + "slug": "apple-macbook-pro-14-m4-abhinavflac-779", + "name": "Apple MacBook Pro 14 (M4 ProPro / 24GB / 512GB / Apple 16-Core GPU / Mac)", + "url": "/v1/laptops/apple-macbook-pro-14-m4-abhinavflac-779" + }, + { + "slug": "apple-macbook-pro-14-m5-abhinavflac-31", + "name": "Apple MacBook Pro 14 (M5 / 16GB / 1024GB / Apple 10-Core GPU / Mac)", + "url": "/v1/laptops/apple-macbook-pro-14-m5-abhinavflac-31" + }, + { + "slug": "apple-macbook-pro-14-m5-abhinavflac-30", + "name": "Apple MacBook Pro 14 (M5 / 24GB / 1024GB / Apple 10-Core GPU / Mac)", + "url": "/v1/laptops/apple-macbook-pro-14-m5-abhinavflac-30" + }, + { + "slug": "apple-macbook-pro-14-2024-abhinavflac-782", + "name": "Apple MacBook Pro 14 2024", + "url": "/v1/laptops/apple-macbook-pro-14-2024-abhinavflac-782" + }, + { + "slug": "apple-macbook-pro-14-2025-abhinavflac-32", + "name": "Apple MacBook Pro 14 2025", + "url": "/v1/laptops/apple-macbook-pro-14-2025-abhinavflac-32" + }, + { + "slug": "apple-macbook-pro-16-m4-abhinavflac-769", + "name": "Apple MacBook Pro 16 (M4 MaxMax / 36GB / 1024GB / Apple 32-Core GPU / Mac)", + "url": "/v1/laptops/apple-macbook-pro-16-m4-abhinavflac-769" + }, + { + "slug": "apple-macbook-pro-16-m4-abhinavflac-775", + "name": "Apple MacBook Pro 16 (M4 ProPro / 48GB / 512GB / Apple 20-Core GPU / Mac)", + "url": "/v1/laptops/apple-macbook-pro-16-m4-abhinavflac-775" + }, + { + "slug": "apple-macbook-pro-16-2024-abhinavflac-776", + "name": "Apple MacBook Pro 16 2024", + "url": "/v1/laptops/apple-macbook-pro-16-2024-abhinavflac-776" + }, + { + "slug": "asus-chromebook-cx1400cka-nk0488-abhinavflac-607", + "name": "Asus Chromebook CX1400CKA-NK0488", + "url": "/v1/laptops/asus-chromebook-cx1400cka-nk0488-abhinavflac-607" + }, + { + "slug": "asus-chromebook-cx1405cka-s60342-abhinavflac-235", + "name": "Asus Chromebook CX1405CKA-S60342", + "url": "/v1/laptops/asus-chromebook-cx1405cka-s60342-abhinavflac-235" + }, + { + "slug": "asus-chromebook-cx1405cka-s60394-abhinavflac-349", + "name": "Asus Chromebook CX1405CKA-S60394", + "url": "/v1/laptops/asus-chromebook-cx1405cka-s60394-abhinavflac-349" + }, + { + "slug": "asus-chromebook-cx1500cka-nj0395-abhinavflac-983", + "name": "Asus Chromebook CX1500CKA-NJ0395", + "url": "/v1/laptops/asus-chromebook-cx1500cka-nj0395-abhinavflac-983" + }, + { + "slug": "asus-chromebook-cx1500cka-nj0411-abhinavflac-175", + "name": "Asus Chromebook CX1500CKA-NJ0411", + "url": "/v1/laptops/asus-chromebook-cx1500cka-nj0411-abhinavflac-175" + }, + { + "slug": "asus-chromebook-cx1500fka-e80077-abhinavflac-96", + "name": "Asus Chromebook CX1500FKA-E80077", + "url": "/v1/laptops/asus-chromebook-cx1500fka-e80077-abhinavflac-96" + }, + { + "slug": "asus-chromebook-cx1505cka-s70179-abhinavflac-227", + "name": "Asus Chromebook CX1505CKA-S70179", + "url": "/v1/laptops/asus-chromebook-cx1505cka-s70179-abhinavflac-227" + }, + { + "slug": "asus-chromebook-cx1505cka-s70182-abhinavflac-226", + "name": "Asus Chromebook CX1505CKA-S70182", + "url": "/v1/laptops/asus-chromebook-cx1505cka-s70182-abhinavflac-226" + }, + { + "slug": "asus-expertbook-b5-b5404cma-q61142x-abhinavflac-27", + "name": "Asus ExpertBook B5 B5404CMA-Q61142X", + "url": "/v1/laptops/asus-expertbook-b5-b5404cma-q61142x-abhinavflac-27" + }, + { + "slug": "asus-expertbook-b3-b3404cva-q51174x-abhinavflac-44", + "name": "Asus Expertbook B3 B3404CVA-Q51174X", + "url": "/v1/laptops/asus-expertbook-b3-b3404cva-q51174x-abhinavflac-44" + }, + { + "slug": "asus-expertbook-b3-b3404cvab-q50884x-abhinavflac-38", + "name": "Asus Expertbook B3 B3404CVAB-Q50884X", + "url": "/v1/laptops/asus-expertbook-b3-b3404cvab-q50884x-abhinavflac-38" + }, + { + "slug": "asus-expertbook-p1-14-p1403cva-s60343ws-abhinavflac-537", + "name": "Asus Expertbook P1 14 P1403CVA-S60343WS", + "url": "/v1/laptops/asus-expertbook-p1-14-p1403cva-s60343ws-abhinavflac-537" + }, + { + "slug": "asus-expertbook-p1-14-p1403cva-s60938ws-abhinavflac-539", + "name": "Asus Expertbook P1 14 P1403CVA-S60938WS", + "url": "/v1/laptops/asus-expertbook-p1-14-p1403cva-s60938ws-abhinavflac-539" + }, + { + "slug": "asus-expertbook-p1-14-p1403cva-s60939ws-abhinavflac-536", + "name": "Asus Expertbook P1 14 P1403CVA-S60939WS", + "url": "/v1/laptops/asus-expertbook-p1-14-p1403cva-s60939ws-abhinavflac-536" + }, + { + "slug": "asus-expertbook-p1-14-p1403cva-s60940ws-abhinavflac-535", + "name": "Asus Expertbook P1 14 P1403CVA-S60940WS", + "url": "/v1/laptops/asus-expertbook-p1-14-p1403cva-s60940ws-abhinavflac-535" + }, + { + "slug": "asus-expertbook-p1-p1503cva-s70501ws-abhinavflac-540", + "name": "Asus Expertbook P1 P1503CVA-S70501WS", + "url": "/v1/laptops/asus-expertbook-p1-p1503cva-s70501ws-abhinavflac-540" + }, + { + "slug": "asus-expertbook-p1-p1503cva-s70611ws-abhinavflac-541", + "name": "Asus Expertbook P1 P1503CVA-S70611WS", + "url": "/v1/laptops/asus-expertbook-p1-p1503cva-s70611ws-abhinavflac-541" + }, + { + "slug": "asus-expertbook-p1-p1503cva-s71042ws-abhinavflac-542", + "name": "Asus Expertbook P1 P1503CVA-S71042WS", + "url": "/v1/laptops/asus-expertbook-p1-p1503cva-s71042ws-abhinavflac-542" + }, + { + "slug": "asus-expertbook-p1-p1503cva-s71074ws-abhinavflac-538", + "name": "Asus Expertbook P1 P1503CVA-S71074WS", + "url": "/v1/laptops/asus-expertbook-p1-p1503cva-s71074ws-abhinavflac-538" + }, + { + "slug": "asus-expertbook-p1-p1503cva-s71076ws-abhinavflac-197", + "name": "Asus Expertbook P1 P1503CVA-S71076WS", + "url": "/v1/laptops/asus-expertbook-p1-p1503cva-s71076ws-abhinavflac-197" + }, + { + "slug": "asus-expertbook-p3-p3405cva-ly0015ws-abhinavflac-530", + "name": "Asus Expertbook P3 P3405CVA-LY0015WS", + "url": "/v1/laptops/asus-expertbook-p3-p3405cva-ly0015ws-abhinavflac-530" + }, + { + "slug": "asus-expertbook-p5-p5405csa-nz0583ws-abhinavflac-534", + "name": "Asus Expertbook P5 P5405CSA-NZ0583WS", + "url": "/v1/laptops/asus-expertbook-p5-p5405csa-nz0583ws-abhinavflac-534" + }, + { + "slug": "asus-gaming-v16-2025-v3607vh-rp037ws-abhinavflac-317", + "name": "Asus Gaming V16 2025 V3607VH-RP037WS", + "url": "/v1/laptops/asus-gaming-v16-2025-v3607vh-rp037ws-abhinavflac-317" + }, + { + "slug": "asus-gaming-v16-2025-v3607vh-rp038ws-abhinavflac-315", + "name": "Asus Gaming V16 2025 V3607VH-RP038WS", + "url": "/v1/laptops/asus-gaming-v16-2025-v3607vh-rp038ws-abhinavflac-315" + }, + { + "slug": "asus-gaming-v16-2025-v3607vu-rp550ws-abhinavflac-672", + "name": "Asus Gaming V16 2025 V3607VU-RP550WS", + "url": "/v1/laptops/asus-gaming-v16-2025-v3607vu-rp550ws-abhinavflac-672" + }, + { + "slug": "asus-gaming-v16-v3607vm-rp057ws-abhinavflac-360", + "name": "Asus Gaming V16 V3607VM-RP057WS", + "url": "/v1/laptops/asus-gaming-v16-v3607vm-rp057ws-abhinavflac-360" + }, + { + "slug": "asus-gaming-v16-v3607vu-rp275ws-abhinavflac-675", + "name": "Asus Gaming V16 V3607VU-RP275WS", + "url": "/v1/laptops/asus-gaming-v16-v3607vu-rp275ws-abhinavflac-675" + }, + { + "slug": "asus-rog-flow-z13-2025-abhinavflac-504", + "name": "Asus ROG Flow Z13 2025 GZ302EA-RU420WS Gaming", + "url": "/v1/laptops/asus-rog-flow-z13-2025-abhinavflac-504" + }, + { + "slug": "asus-rog-strix-g16-2025-abhinavflac-395", + "name": "Asus ROG Strix G16 (2025) G615JHR-S5005WS Gaming", + "url": "/v1/laptops/asus-rog-strix-g16-2025-abhinavflac-395" + }, + { + "slug": "asus-rog-strix-g16-g614ju-n4200ws-abhinavflac-600", + "name": "Asus ROG Strix G16 G614JU-N4200WS Gaming", + "url": "/v1/laptops/asus-rog-strix-g16-g614ju-n4200ws-abhinavflac-600" + }, + { + "slug": "asus-rog-strix-g16-g614ph-rv033ws-abhinavflac-397", + "name": "Asus ROG Strix G16 G614PH-RV033WS Gaming", + "url": "/v1/laptops/asus-rog-strix-g16-g614ph-rv033ws-abhinavflac-397" + }, + { + "slug": "asus-rog-strix-g16-g614pm-s5046ws-abhinavflac-429", + "name": "Asus ROG Strix G16 G614PM-S5046WS Gaming", + "url": "/v1/laptops/asus-rog-strix-g16-g614pm-s5046ws-abhinavflac-429" + }, + { + "slug": "asus-rog-strix-g16-g614pr-rv032ws-abhinavflac-502", + "name": "Asus ROG Strix G16 G614PR-RV032WS Gaming", + "url": "/v1/laptops/asus-rog-strix-g16-g614pr-rv032ws-abhinavflac-502" + }, + { + "slug": "asus-rog-strix-g16-g615lm-s5128ws-abhinavflac-424", + "name": "Asus ROG Strix G16 G615LM-S5128WS Gaming", + "url": "/v1/laptops/asus-rog-strix-g16-g615lm-s5128ws-abhinavflac-424" + }, + { + "slug": "asus-rog-strix-g16-g615lp-s5022ws-abhinavflac-428", + "name": "Asus ROG Strix G16 G615LP-S5022WS Gaming", + "url": "/v1/laptops/asus-rog-strix-g16-g615lp-s5022ws-abhinavflac-428" + }, + { + "slug": "asus-rog-strix-g16-g615lr-s5190ws-abhinavflac-503", + "name": "Asus ROG Strix G16 G615LR-S5190WS Gaming", + "url": "/v1/laptops/asus-rog-strix-g16-g615lr-s5190ws-abhinavflac-503" + }, + { + "slug": "asus-rog-strix-g16-g615lw-rv148ws-abhinavflac-407", + "name": "Asus ROG Strix G16 G615LW-RV148WS Gaming", + "url": "/v1/laptops/asus-rog-strix-g16-g615lw-rv148ws-abhinavflac-407" + }, + { + "slug": "asus-rog-strix-scar-16-abhinavflac-712", + "name": "Asus ROG Strix SCAR 16 (2025) G635LX-RW158WS Gaming", + "url": "/v1/laptops/asus-rog-strix-scar-16-abhinavflac-712" + }, + { + "slug": "asus-rog-strix-scar-16-abhinavflac-507", + "name": "Asus ROG Strix SCAR 16 2025 G635LW-RW157WS Gaming", + "url": "/v1/laptops/asus-rog-strix-scar-16-abhinavflac-507" + }, + { + "slug": "asus-rog-strix-scar-18-abhinavflac-506", + "name": "Asus ROG Strix SCAR 18 2025 G835LX-SA187WS Gaming", + "url": "/v1/laptops/asus-rog-strix-scar-18-abhinavflac-506" + }, + { + "slug": "asus-rog-zephyrus-g14-2025-abhinavflac-427", + "name": "Asus ROG Zephyrus G14 (2025) GA403UM-QS007WS Gaming", + "url": "/v1/laptops/asus-rog-zephyrus-g14-2025-abhinavflac-427" + }, + { + "slug": "asus-rog-zephyrus-g14-ga403wr-qs123ws-abhinavflac-500", + "name": "Asus ROG Zephyrus G14 GA403WR-QS123WS Gaming", + "url": "/v1/laptops/asus-rog-zephyrus-g14-ga403wr-qs123ws-abhinavflac-500" + }, + { + "slug": "asus-rog-zephyrus-g16-gu605cw-qr133ws-abhinavflac-505", + "name": "Asus ROG Zephyrus G16 GU605CW-QR133WS Gaming", + "url": "/v1/laptops/asus-rog-zephyrus-g16-gu605cw-qr133ws-abhinavflac-505" + }, + { + "slug": "asus-rog-zephyrus-g16-oled-abhinavflac-856", + "name": "Asus ROG Zephyrus G16 OLED GA605WI-QR067WS Gaming", + "url": "/v1/laptops/asus-rog-zephyrus-g16-oled-abhinavflac-856" + }, + { + "slug": "asus-tuf-gaming-a14-fa401wv-rg475ws-abhinavflac-613", + "name": "Asus TUF Gaming A14 FA401WV-RG475WS Gaming", + "url": "/v1/laptops/asus-tuf-gaming-a14-fa401wv-rg475ws-abhinavflac-613" + }, + { + "slug": "asus-tuf-gaming-a15-2024-abhinavflac-850", + "name": "Asus TUF Gaming A15 2024 FA507UV-LP137WS Gaming", + "url": "/v1/laptops/asus-tuf-gaming-a15-2024-abhinavflac-850" + }, + { + "slug": "asus-tuf-gaming-a15-fa506nc-hn083w-abhinavflac-985", + "name": "Asus TUF Gaming A15 FA506NC-HN083W", + "url": "/v1/laptops/asus-tuf-gaming-a15-fa506nc-hn083w-abhinavflac-985" + }, + { + "slug": "asus-tuf-gaming-a15-fa506ncg-hn199w-abhinavflac-214", + "name": "Asus TUF Gaming A15 FA506NCG-HN199W", + "url": "/v1/laptops/asus-tuf-gaming-a15-fa506ncg-hn199w-abhinavflac-214" + }, + { + "slug": "asus-tuf-gaming-a15-fa506ncg-hn200ws-abhinavflac-135", + "name": "Asus TUF Gaming A15 FA506NCG-HN200WS", + "url": "/v1/laptops/asus-tuf-gaming-a15-fa506ncg-hn200ws-abhinavflac-135" + }, + { + "slug": "asus-tuf-gaming-a15-fa506ncg-hn251ws-abhinavflac-278", + "name": "Asus TUF Gaming A15 FA506NCG-HN251WS", + "url": "/v1/laptops/asus-tuf-gaming-a15-fa506ncg-hn251ws-abhinavflac-278" + }, + { + "slug": "asus-tuf-gaming-a15-fa506ncr-hn054w-abhinavflac-980", + "name": "Asus TUF Gaming A15 FA506NCR-HN054W", + "url": "/v1/laptops/asus-tuf-gaming-a15-fa506ncr-hn054w-abhinavflac-980" + }, + { + "slug": "asus-tuf-gaming-a15-fa506ncr-hn075ws-abhinavflac-897", + "name": "Asus TUF Gaming A15 FA506NCR-HN075WS", + "url": "/v1/laptops/asus-tuf-gaming-a15-fa506ncr-hn075ws-abhinavflac-897" + }, + { + "slug": "asus-tuf-gaming-a15-fa506ncr-hn275ws-abhinavflac-425", + "name": "Asus TUF Gaming A15 FA506NCR-HN275WS", + "url": "/v1/laptops/asus-tuf-gaming-a15-fa506ncr-hn275ws-abhinavflac-425" + }, + { + "slug": "asus-tuf-gaming-a15-fa507nur-lp082w-abhinavflac-870", + "name": "Asus TUF Gaming A15 FA507NUR-LP082W Gaming", + "url": "/v1/laptops/asus-tuf-gaming-a15-fa507nur-lp082w-abhinavflac-870" + }, + { + "slug": "asus-tuf-gaming-a15-fa566nc-hn083ws-abhinavflac-932", + "name": "Asus TUF Gaming A15 FA566NC-HN083WS", + "url": "/v1/laptops/asus-tuf-gaming-a15-fa566nc-hn083ws-abhinavflac-932" + }, + { + "slug": "asus-tuf-gaming-a15-fa566ncr-hn054ws-abhinavflac-829", + "name": "Asus TUF Gaming A15 FA566NCR-HN054WS", + "url": "/v1/laptops/asus-tuf-gaming-a15-fa566ncr-hn054ws-abhinavflac-829" + }, + { + "slug": "asus-tuf-gaming-a15-fa566ncr-hn075w-abhinavflac-921", + "name": "Asus TUF Gaming A15 FA566NCR-HN075W", + "url": "/v1/laptops/asus-tuf-gaming-a15-fa566ncr-hn075w-abhinavflac-921" + }, + { + "slug": "asus-tuf-gaming-a15-fa566ncr-hn117w-abhinavflac-521", + "name": "Asus TUF Gaming A15 FA566NCR-HN117W", + "url": "/v1/laptops/asus-tuf-gaming-a15-fa566ncr-hn117w-abhinavflac-521" + }, + { + "slug": "asus-tuf-gaming-a15-fa566ncr-hn254ws-abhinavflac-610", + "name": "Asus TUF Gaming A15 FA566NCR-HN254WS", + "url": "/v1/laptops/asus-tuf-gaming-a15-fa566ncr-hn254ws-abhinavflac-610" + }, + { + "slug": "asus-tuf-gaming-a15-fa566nfr-hn045ws-abhinavflac-839", + "name": "Asus TUF Gaming A15 FA566NFR-HN045WS", + "url": "/v1/laptops/asus-tuf-gaming-a15-fa566nfr-hn045ws-abhinavflac-839" + }, + { + "slug": "asus-tuf-gaming-a15-fa566nfr-hn259w-abhinavflac-926", + "name": "Asus TUF Gaming A15 FA566NFR-HN259W", + "url": "/v1/laptops/asus-tuf-gaming-a15-fa566nfr-hn259w-abhinavflac-926" + }, + { + "slug": "asus-tuf-gaming-a15-fa566nfr-hn260w-abhinavflac-927", + "name": "Asus TUF Gaming A15 FA566NFR-HN260W", + "url": "/v1/laptops/asus-tuf-gaming-a15-fa566nfr-hn260w-abhinavflac-927" + }, + { + "slug": "asus-tuf-gaming-a16-2025-abhinavflac-131", + "name": "Asus TUF Gaming A16 2025 FA607NUG-RL191WS Gaming", + "url": "/v1/laptops/asus-tuf-gaming-a16-2025-abhinavflac-131" + }, + { + "slug": "asus-tuf-gaming-a16-fa607nug-rl189ws-abhinavflac-240", + "name": "Asus TUF Gaming A16 FA607NUG-RL189WS Gaming", + "url": "/v1/laptops/asus-tuf-gaming-a16-fa607nug-rl189ws-abhinavflac-240" + }, + { + "slug": "asus-tuf-gaming-a16-fa608pp-qt014ws-abhinavflac-430", + "name": "Asus TUF Gaming A16 FA608PP-QT014WS", + "url": "/v1/laptops/asus-tuf-gaming-a16-fa608pp-qt014ws-abhinavflac-430" + }, + { + "slug": "asus-tuf-gaming-f15-fx507vu-lp210w-abhinavflac-978", + "name": "Asus TUF Gaming F15 FX507VU-LP210W Gaming", + "url": "/v1/laptops/asus-tuf-gaming-f15-fx507vu-lp210w-abhinavflac-978" + }, + { + "slug": "asus-tuf-gaming-f15-fx577zc-hn193w-abhinavflac-924", + "name": "Asus TUF Gaming F15 FX577ZC-HN193W Gaming", + "url": "/v1/laptops/asus-tuf-gaming-f15-fx577zc-hn193w-abhinavflac-924" + }, + { + "slug": "asus-tuf-gaming-f16-fx607vb-rl076ws-abhinavflac-612", + "name": "Asus TUF Gaming F16 FX607VB-RL076WS", + "url": "/v1/laptops/asus-tuf-gaming-f16-fx607vb-rl076ws-abhinavflac-612" + }, + { + "slug": "asus-tuf-gaming-f16-fx607vb-rl087ws-abhinavflac-611", + "name": "Asus TUF Gaming F16 FX607VB-RL087WS", + "url": "/v1/laptops/asus-tuf-gaming-f16-fx607vb-rl087ws-abhinavflac-611" + }, + { + "slug": "asus-tuf-gaming-f16-fx608jh-rv057ws-abhinavflac-396", + "name": "Asus TUF Gaming F16 FX608JH-RV057WS", + "url": "/v1/laptops/asus-tuf-gaming-f16-fx608jh-rv057ws-abhinavflac-396" + }, + { + "slug": "asus-tuf-gaming-f16-fx608jmr-rv049ws-abhinavflac-432", + "name": "Asus TUF Gaming F16 FX608JMR-RV049WS", + "url": "/v1/laptops/asus-tuf-gaming-f16-fx608jmr-rv049ws-abhinavflac-432" + }, + { + "slug": "asus-tuf-gaming-f16-fx677vb-rl097ws-abhinavflac-166", + "name": "Asus TUF Gaming F16 FX677VB-RL097WS", + "url": "/v1/laptops/asus-tuf-gaming-f16-fx677vb-rl097ws-abhinavflac-166" + }, + { + "slug": "asus-tuf-gaming-f16-fx677vu-rl055ws-abhinavflac-426", + "name": "Asus TUF Gaming F16 FX677VU-RL055WS", + "url": "/v1/laptops/asus-tuf-gaming-f16-fx677vu-rl055ws-abhinavflac-426" + }, + { + "slug": "asus-tuf-gaming-f16-fx677vu-rl155ws-abhinavflac-525", + "name": "Asus TUF Gaming F16 FX677VU-RL155WS", + "url": "/v1/laptops/asus-tuf-gaming-f16-fx677vu-rl155ws-abhinavflac-525" + }, + { + "slug": "asus-tuf-gaming-f16-fx688jpr-qt043ws-abhinavflac-431", + "name": "Asus TUF Gaming F16 FX688JPR-QT043WS", + "url": "/v1/laptops/asus-tuf-gaming-f16-fx688jpr-qt043ws-abhinavflac-431" + }, + { + "slug": "asus-vivobook-14-2025-x1404va-eb321ws-abhinavflac-106", + "name": "Asus VivoBook 14 2025 X1404VA-EB321WS", + "url": "/v1/laptops/asus-vivobook-14-2025-x1404va-eb321ws-abhinavflac-106" + }, + { + "slug": "asus-vivobook-14-m1407ka-ly112ws-abhinavflac-168", + "name": "Asus VivoBook 14 M1407KA-LY112WS", + "url": "/v1/laptops/asus-vivobook-14-m1407ka-ly112ws-abhinavflac-168" + }, + { + "slug": "asus-vivobook-14-m1407ka-ly132ws-abhinavflac-193", + "name": "Asus VivoBook 14 M1407KA-LY132WS", + "url": "/v1/laptops/asus-vivobook-14-m1407ka-ly132ws-abhinavflac-193" + }, + { + "slug": "asus-vivobook-14-x1404va-nk1186ws-abhinavflac-445", + "name": "Asus VivoBook 14 X1404VA-NK1186WS", + "url": "/v1/laptops/asus-vivobook-14-x1404va-nk1186ws-abhinavflac-445" + }, + { + "slug": "asus-vivobook-14-x1404va-nk760ws-abhinavflac-640", + "name": "Asus VivoBook 14 X1404VA-NK760WS", + "url": "/v1/laptops/asus-vivobook-14-x1404va-nk760ws-abhinavflac-640" + }, + { + "slug": "asus-vivobook-14-x1404va-nk762ws-abhinavflac-449", + "name": "Asus VivoBook 14 X1404VA-NK762WS", + "url": "/v1/laptops/asus-vivobook-14-x1404va-nk762ws-abhinavflac-449" + }, + { + "slug": "asus-vivobook-14-x1404va-nk804ws-abhinavflac-639", + "name": "Asus VivoBook 14 X1404VA-NK804WS", + "url": "/v1/laptops/asus-vivobook-14-x1404va-nk804ws-abhinavflac-639" + }, + { + "slug": "asus-vivobook-14-x409fj-ek501t-abhinavflac-583", + "name": "Asus VivoBook 14 X409FJ-EK501T", + "url": "/v1/laptops/asus-vivobook-14-x409fj-ek501t-abhinavflac-583" + }, + { + "slug": "asus-vivobook-15-x1504za-nj341w-abhinavflac-867", + "name": "Asus VivoBook 15 X1504ZA-NJ341W", + "url": "/v1/laptops/asus-vivobook-15-x1504za-nj341w-abhinavflac-867" + }, + { + "slug": "asus-vivobook-s14-m3407ka-sf044ws-abhinavflac-171", + "name": "Asus VivoBook S14 M3407KA-SF044WS", + "url": "/v1/laptops/asus-vivobook-s14-m3407ka-sf044ws-abhinavflac-171" + }, + { + "slug": "asus-vivobook-s14-m3407ka-sf047ws-abhinavflac-195", + "name": "Asus VivoBook S14 M3407KA-SF047WS", + "url": "/v1/laptops/asus-vivobook-s14-m3407ka-sf047ws-abhinavflac-195" + }, + { + "slug": "asus-vivobook-s14-m3407ka-sf049ws-abhinavflac-194", + "name": "Asus VivoBook S14 M3407KA-SF049WS", + "url": "/v1/laptops/asus-vivobook-s14-m3407ka-sf049ws-abhinavflac-194" + }, + { + "slug": "asus-vivobook-14-2025-s3407ca-ly057ws-abhinavflac-414", + "name": "Asus Vivobook 14 2025 S3407CA-LY057WS", + "url": "/v1/laptops/asus-vivobook-14-2025-s3407ca-ly057ws-abhinavflac-414" + }, + { + "slug": "asus-vivobook-14-2025-x1404vap-eb542ws-abhinavflac-254", + "name": "Asus Vivobook 14 2025 X1404VAP-EB542WS", + "url": "/v1/laptops/asus-vivobook-14-2025-x1404vap-eb542ws-abhinavflac-254" + }, + { + "slug": "asus-vivobook-14-2025-x1407ca-ly102ws-abhinavflac-671", + "name": "Asus Vivobook 14 2025 X1407CA-LY102WS", + "url": "/v1/laptops/asus-vivobook-14-2025-x1407ca-ly102ws-abhinavflac-671" + }, + { + "slug": "asus-vivobook-14-2025-x1407ca-ly1581ws-abhinavflac-184", + "name": "Asus Vivobook 14 2025 X1407CA-LY1581WS", + "url": "/v1/laptops/asus-vivobook-14-2025-x1407ca-ly1581ws-abhinavflac-184" + }, + { + "slug": "asus-vivobook-14-2025-x1504vap-bq541ws-abhinavflac-79", + "name": "Asus Vivobook 14 2025 X1504VAP-BQ541WS", + "url": "/v1/laptops/asus-vivobook-14-2025-x1504vap-bq541ws-abhinavflac-79" + }, + { + "slug": "asus-vivobook-14-flip-tp3407sa-ql024ws-abhinavflac-688", + "name": "Asus Vivobook 14 Flip TP3407SA-QL024WS", + "url": "/v1/laptops/asus-vivobook-14-flip-tp3407sa-ql024ws-abhinavflac-688" + }, + { + "slug": "asus-vivobook-14-flip-tp3407sa-ql025ws-abhinavflac-673", + "name": "Asus Vivobook 14 Flip TP3407SA-QL025WS", + "url": "/v1/laptops/asus-vivobook-14-flip-tp3407sa-ql025ws-abhinavflac-673" + }, + { + "slug": "asus-vivobook-14-s3407ca-ly084ws-abhinavflac-417", + "name": "Asus Vivobook 14 S3407CA-LY084WS", + "url": "/v1/laptops/asus-vivobook-14-s3407ca-ly084ws-abhinavflac-417" + }, + { + "slug": "asus-vivobook-14-x1407qa-ly038ws-abhinavflac-307", + "name": "Asus Vivobook 14 X1407QA-LY038WS", + "url": "/v1/laptops/asus-vivobook-14-x1407qa-ly038ws-abhinavflac-307" + }, + { + "slug": "asus-vivobook-15-2023-x1504va-nj3321ws-abhinavflac-266", + "name": "Asus Vivobook 15 2023 X1504VA-NJ3321WS", + "url": "/v1/laptops/asus-vivobook-15-2023-x1504va-nj3321ws-abhinavflac-266" + }, + { + "slug": "asus-vivobook-15-2025-x1504va-bq343ws-abhinavflac-183", + "name": "Asus Vivobook 15 2025 X1504VA-BQ343WS", + "url": "/v1/laptops/asus-vivobook-15-2025-x1504va-bq343ws-abhinavflac-183" + }, + { + "slug": "asus-vivobook-15-2025-x1504va-nj3700ws-abhinavflac-129", + "name": "Asus Vivobook 15 2025 X1504VA-NJ3700WS", + "url": "/v1/laptops/asus-vivobook-15-2025-x1504va-nj3700ws-abhinavflac-129" + }, + { + "slug": "asus-vivobook-15-m1502ya-bq703ws-abhinavflac-420", + "name": "Asus Vivobook 15 M1502YA-BQ703WS", + "url": "/v1/laptops/asus-vivobook-15-m1502ya-bq703ws-abhinavflac-420" + }, + { + "slug": "asus-vivobook-15-m1502ya-bq712ws-abhinavflac-218", + "name": "Asus Vivobook 15 M1502YA-BQ712WS", + "url": "/v1/laptops/asus-vivobook-15-m1502ya-bq712ws-abhinavflac-218" + }, + { + "slug": "asus-vivobook-15-m1502ya-bq989ws-abhinavflac-176", + "name": "Asus Vivobook 15 M1502YA-BQ989WS", + "url": "/v1/laptops/asus-vivobook-15-m1502ya-bq989ws-abhinavflac-176" + }, + { + "slug": "asus-vivobook-15-x1502va-bq1299ws-abhinavflac-359", + "name": "Asus Vivobook 15 X1502VA-BQ1299WS", + "url": "/v1/laptops/asus-vivobook-15-x1502va-bq1299ws-abhinavflac-359" + }, + { + "slug": "asus-vivobook-15-x1502va-bq836ws-abhinavflac-689", + "name": "Asus Vivobook 15 X1502VA-BQ836WS", + "url": "/v1/laptops/asus-vivobook-15-x1502va-bq836ws-abhinavflac-689" + }, + { + "slug": "asus-vivobook-15-x1502va-bq837ws-abhinavflac-641", + "name": "Asus Vivobook 15 X1502VA-BQ837WS", + "url": "/v1/laptops/asus-vivobook-15-x1502va-bq837ws-abhinavflac-641" + }, + { + "slug": "asus-vivobook-15-x1502va-bq838ws-abhinavflac-642", + "name": "Asus Vivobook 15 X1502VA-BQ838WS", + "url": "/v1/laptops/asus-vivobook-15-x1502va-bq838ws-abhinavflac-642" + }, + { + "slug": "asus-vivobook-15-x1504va-bq321ws-abhinavflac-115", + "name": "Asus Vivobook 15 X1504VA-BQ321WS", + "url": "/v1/laptops/asus-vivobook-15-x1504va-bq321ws-abhinavflac-115" + }, + { + "slug": "asus-vivobook-15-x1504va-e81599ws-abhinavflac-517", + "name": "Asus Vivobook 15 X1504VA-E81599WS", + "url": "/v1/laptops/asus-vivobook-15-x1504va-e81599ws-abhinavflac-517" + }, + { + "slug": "asus-vivobook-15-x1504va-e83959ws-abhinavflac-160", + "name": "Asus Vivobook 15 X1504VA-E83959WS", + "url": "/v1/laptops/asus-vivobook-15-x1504va-e83959ws-abhinavflac-160" + }, + { + "slug": "asus-vivobook-15-x1504va-nj1765ws-abhinavflac-522", + "name": "Asus Vivobook 15 X1504VA-NJ1765WS", + "url": "/v1/laptops/asus-vivobook-15-x1504va-nj1765ws-abhinavflac-522" + }, + { + "slug": "asus-vivobook-15-x1504va-nj2217ws-abhinavflac-575", + "name": "Asus Vivobook 15 X1504VA-NJ2217WS", + "url": "/v1/laptops/asus-vivobook-15-x1504va-nj2217ws-abhinavflac-575" + }, + { + "slug": "asus-vivobook-15-x1504va-nj2218ws-abhinavflac-444", + "name": "Asus Vivobook 15 X1504VA-NJ2218WS", + "url": "/v1/laptops/asus-vivobook-15-x1504va-nj2218ws-abhinavflac-444" + }, + { + "slug": "asus-vivobook-15-x1504va-nj2325ws-abhinavflac-661", + "name": "Asus Vivobook 15 X1504VA-NJ2325WS", + "url": "/v1/laptops/asus-vivobook-15-x1504va-nj2325ws-abhinavflac-661" + }, + { + "slug": "asus-vivobook-15-x1504va-nj3320ws-abhinavflac-161", + "name": "Asus Vivobook 15 X1504VA-NJ3320WS", + "url": "/v1/laptops/asus-vivobook-15-x1504va-nj3320ws-abhinavflac-161" + }, + { + "slug": "asus-vivobook-15-x1504va-nj3321ws-abhinavflac-491", + "name": "Asus Vivobook 15 X1504VA-NJ3321WS", + "url": "/v1/laptops/asus-vivobook-15-x1504va-nj3321ws-abhinavflac-491" + }, + { + "slug": "asus-vivobook-15-x1504va-nj540ws-abhinavflac-990", + "name": "Asus Vivobook 15 X1504VA-NJ540WS", + "url": "/v1/laptops/asus-vivobook-15-x1504va-nj540ws-abhinavflac-990" + }, + { + "slug": "asus-vivobook-15-x1504va-nj546ws-abhinavflac-220", + "name": "Asus Vivobook 15 X1504VA-NJ546WS", + "url": "/v1/laptops/asus-vivobook-15-x1504va-nj546ws-abhinavflac-220" + }, + { + "slug": "asus-vivobook-15-x1504vap-nj2861ws-abhinavflac-333", + "name": "Asus Vivobook 15 X1504VAP-NJ2861WS", + "url": "/v1/laptops/asus-vivobook-15-x1504vap-nj2861ws-abhinavflac-333" + }, + { + "slug": "asus-vivobook-15-x1504vap-nj2864ws-abhinavflac-334", + "name": "Asus Vivobook 15 X1504VAP-NJ2864WS", + "url": "/v1/laptops/asus-vivobook-15-x1504vap-nj2864ws-abhinavflac-334" + }, + { + "slug": "asus-vivobook-15-x1504za-nj549ws-abhinavflac-909", + "name": "Asus Vivobook 15 X1504ZA-NJ549WS", + "url": "/v1/laptops/asus-vivobook-15-x1504za-nj549ws-abhinavflac-909" + }, + { + "slug": "asus-vivobook-16-2025-x1607ca-mb142ws-abhinavflac-677", + "name": "Asus Vivobook 16 2025 X1607CA-MB142WS", + "url": "/v1/laptops/asus-vivobook-16-2025-x1607ca-mb142ws-abhinavflac-677" + }, + { + "slug": "asus-vivobook-16-x1605va-mb1275ws-abhinavflac-557", + "name": "Asus Vivobook 16 X1605VA-MB1275WS", + "url": "/v1/laptops/asus-vivobook-16-x1605va-mb1275ws-abhinavflac-557" + }, + { + "slug": "asus-vivobook-16-x1605va-mb1627ws-abhinavflac-548", + "name": "Asus Vivobook 16 X1605VA-MB1627WS", + "url": "/v1/laptops/asus-vivobook-16-x1605va-mb1627ws-abhinavflac-548" + }, + { + "slug": "asus-vivobook-16-x1605va-mb1628ws-abhinavflac-609", + "name": "Asus Vivobook 16 X1605VA-MB1628WS", + "url": "/v1/laptops/asus-vivobook-16-x1605va-mb1628ws-abhinavflac-609" + }, + { + "slug": "asus-vivobook-16-x1605va-mb9946ws-abhinavflac-682", + "name": "Asus Vivobook 16 X1605VA-MB9946WS", + "url": "/v1/laptops/asus-vivobook-16-x1605va-mb9946ws-abhinavflac-682" + }, + { + "slug": "asus-vivobook-16-x1605va-sh1952ws-oled-abhinavflac-169", + "name": "Asus Vivobook 16 X1605VA-SH1952WS OLED", + "url": "/v1/laptops/asus-vivobook-16-x1605va-sh1952ws-oled-abhinavflac-169" + }, + { + "slug": "asus-vivobook-16-x1607qa-mb050ws-abhinavflac-657", + "name": "Asus Vivobook 16 X1607QA-MB050WS", + "url": "/v1/laptops/asus-vivobook-16-x1607qa-mb050ws-abhinavflac-657" + }, + { + "slug": "asus-vivobook-16x-k3605vc-rp413ws-abhinavflac-659", + "name": "Asus Vivobook 16X K3605VC-RP413WS", + "url": "/v1/laptops/asus-vivobook-16x-k3605vc-rp413ws-abhinavflac-659" + }, + { + "slug": "asus-vivobook-16x-k3605vc-rp492ws-abhinavflac-343", + "name": "Asus Vivobook 16X K3605VC-RP492WS", + "url": "/v1/laptops/asus-vivobook-16x-k3605vc-rp492ws-abhinavflac-343" + }, + { + "slug": "asus-vivobook-16x-k3605zc-rp587ws-abhinavflac-849", + "name": "Asus Vivobook 16X K3605ZC-RP587WS", + "url": "/v1/laptops/asus-vivobook-16x-k3605zc-rp587ws-abhinavflac-849" + }, + { + "slug": "asus-vivobook-16x-k3605zc-rp628ws-abhinavflac-836", + "name": "Asus Vivobook 16X K3605ZC-RP628WS", + "url": "/v1/laptops/asus-vivobook-16x-k3605zc-rp628ws-abhinavflac-836" + }, + { + "slug": "asus-vivobook-go-14-e1404fa-eb2322ws-abhinavflac-13", + "name": "Asus Vivobook Go 14 E1404FA-EB2322WS", + "url": "/v1/laptops/asus-vivobook-go-14-e1404fa-eb2322ws-abhinavflac-13" + }, + { + "slug": "asus-vivobook-go-14-e1404fa-eb2521ws-abhinavflac-141", + "name": "Asus Vivobook Go 14 E1404FA-EB2521WS", + "url": "/v1/laptops/asus-vivobook-go-14-e1404fa-eb2521ws-abhinavflac-141" + }, + { + "slug": "asus-vivobook-go-14-e1404fa-eb2542ws-abhinavflac-118", + "name": "Asus Vivobook Go 14 E1404FA-EB2542WS", + "url": "/v1/laptops/asus-vivobook-go-14-e1404fa-eb2542ws-abhinavflac-118" + }, + { + "slug": "asus-vivobook-go-14-e1404fa-eb666ws-abhinavflac-142", + "name": "Asus Vivobook Go 14 E1404FA-EB666WS", + "url": "/v1/laptops/asus-vivobook-go-14-e1404fa-eb666ws-abhinavflac-142" + }, + { + "slug": "asus-vivobook-go-14-e1404fa-nk3321ws-abhinavflac-660", + "name": "Asus Vivobook Go 14 E1404FA-NK3321WS", + "url": "/v1/laptops/asus-vivobook-go-14-e1404fa-nk3321ws-abhinavflac-660" + }, + { + "slug": "asus-vivobook-go-14-e1404fa-nk5542ws-abhinavflac-662", + "name": "Asus Vivobook Go 14 E1404FA-NK5542WS", + "url": "/v1/laptops/asus-vivobook-go-14-e1404fa-nk5542ws-abhinavflac-662" + }, + { + "slug": "asus-vivobook-go-15-e1504fa-bq2323ws-abhinavflac-154", + "name": "Asus Vivobook Go 15 E1504FA-BQ2323WS", + "url": "/v1/laptops/asus-vivobook-go-15-e1504fa-bq2323ws-abhinavflac-154" + }, + { + "slug": "asus-vivobook-go-15-e1504fa-bq2343ws-abhinavflac-3", + "name": "Asus Vivobook Go 15 E1504FA-BQ2343WS", + "url": "/v1/laptops/asus-vivobook-go-15-e1504fa-bq2343ws-abhinavflac-3" + }, + { + "slug": "asus-vivobook-go-15-e1504fa-bq2523ws-abhinavflac-29", + "name": "Asus Vivobook Go 15 E1504FA-BQ2523WS", + "url": "/v1/laptops/asus-vivobook-go-15-e1504fa-bq2523ws-abhinavflac-29" + }, + { + "slug": "asus-vivobook-go-15-e1504fa-bq2543ws-abhinavflac-117", + "name": "Asus Vivobook Go 15 E1504FA-BQ2543WS", + "url": "/v1/laptops/asus-vivobook-go-15-e1504fa-bq2543ws-abhinavflac-117" + }, + { + "slug": "asus-vivobook-go-15-e1504fa-nj131ws-abhinavflac-615", + "name": "Asus Vivobook Go 15 E1504FA-NJ131WS", + "url": "/v1/laptops/asus-vivobook-go-15-e1504fa-nj131ws-abhinavflac-615" + }, + { + "slug": "asus-vivobook-go-15-e1504fa-nj132ws-abhinavflac-616", + "name": "Asus Vivobook Go 15 E1504FA-NJ132WS", + "url": "/v1/laptops/asus-vivobook-go-15-e1504fa-nj132ws-abhinavflac-616" + }, + { + "slug": "asus-vivobook-go-15-e1504fa-nj549ws-abhinavflac-859", + "name": "Asus Vivobook Go 15 E1504FA-NJ549WS", + "url": "/v1/laptops/asus-vivobook-go-15-e1504fa-nj549ws-abhinavflac-859" + }, + { + "slug": "asus-vivobook-go-15-e1504fa-nj5542ws-abhinavflac-440", + "name": "Asus Vivobook Go 15 E1504FA-NJ5542WS", + "url": "/v1/laptops/asus-vivobook-go-15-e1504fa-nj5542ws-abhinavflac-440" + }, + { + "slug": "asus-vivobook-go-15-e1504ga-nj3321wss-abhinavflac-443", + "name": "Asus Vivobook Go 15 E1504GA-NJ3321WSS", + "url": "/v1/laptops/asus-vivobook-go-15-e1504ga-nj3321wss-abhinavflac-443" + }, + { + "slug": "asus-vivobook-go-15-e510ka-ej011ws-abhinavflac-981", + "name": "Asus Vivobook Go 15 E510KA-EJ011WS", + "url": "/v1/laptops/asus-vivobook-go-15-e510ka-ej011ws-abhinavflac-981" + }, + { + "slug": "asus-vivobook-go-15-e510ka-ej9011ws-abhinavflac-683", + "name": "Asus Vivobook Go 15 E510KA-EJ9011WS", + "url": "/v1/laptops/asus-vivobook-go-15-e510ka-ej9011ws-abhinavflac-683" + }, + { + "slug": "asus-vivobook-go-15-e510kab-br1125ws-abhinavflac-157", + "name": "Asus Vivobook Go 15 E510KAB-BR1125WS", + "url": "/v1/laptops/asus-vivobook-go-15-e510kab-br1125ws-abhinavflac-157" + }, + { + "slug": "asus-vivobook-go-15-oled-abhinavflac-860", + "name": "Asus Vivobook Go 15 OLED E1504FAB-LK549WS", + "url": "/v1/laptops/asus-vivobook-go-15-oled-abhinavflac-860" + }, + { + "slug": "asus-vivobook-go-15-x1500ka-ej021w-abhinavflac-758", + "name": "Asus Vivobook Go 15 X1500KA-EJ021W", + "url": "/v1/laptops/asus-vivobook-go-15-x1500ka-ej021w-abhinavflac-758" + }, + { + "slug": "asus-vivobook-s-14-oled-abhinavflac-669", + "name": "Asus Vivobook S 14 OLED 2025 S5406SA-QD094WS", + "url": "/v1/laptops/asus-vivobook-s-14-oled-abhinavflac-669" + }, + { + "slug": "asus-vivobook-s-14-oled-abhinavflac-670", + "name": "Asus Vivobook S 14 OLED 2025 S5406SA-QD098WS", + "url": "/v1/laptops/asus-vivobook-s-14-oled-abhinavflac-670" + }, + { + "slug": "asus-vivobook-s-15-oled-abhinavflac-984", + "name": "Asus Vivobook S 15 OLED 2024 S5506MA-MA951WS", + "url": "/v1/laptops/asus-vivobook-s-15-oled-abhinavflac-984" + }, + { + "slug": "asus-vivobook-s-15-oled-abhinavflac-989", + "name": "Asus Vivobook S 15 OLED 2024 S5507QAD-MA751WS", + "url": "/v1/laptops/asus-vivobook-s-15-oled-abhinavflac-989" + }, + { + "slug": "asus-vivobook-s-15-oled-abhinavflac-852", + "name": "Asus Vivobook S 15 OLED S5507QA-MA551WS", + "url": "/v1/laptops/asus-vivobook-s-15-oled-abhinavflac-852" + }, + { + "slug": "asus-vivobook-s14-2025-s3407qa-kp020ws-abhinavflac-413", + "name": "Asus Vivobook S14 2025 S3407QA-KP020WS", + "url": "/v1/laptops/asus-vivobook-s14-2025-s3407qa-kp020ws-abhinavflac-413" + }, + { + "slug": "asus-vivobook-s14-2025-s3407va-ly037ws-abhinavflac-531", + "name": "Asus Vivobook S14 2025 S3407VA-LY037WS", + "url": "/v1/laptops/asus-vivobook-s14-2025-s3407va-ly037ws-abhinavflac-531" + }, + { + "slug": "asus-vivobook-s14-2025-s3407va-ly040ws-abhinavflac-532", + "name": "Asus Vivobook S14 2025 S3407VA-LY040WS", + "url": "/v1/laptops/asus-vivobook-s14-2025-s3407va-ly040ws-abhinavflac-532" + }, + { + "slug": "asus-vivobook-s14-2025-s3407va-ly080ws-abhinavflac-133", + "name": "Asus Vivobook S14 2025 S3407VA-LY080WS", + "url": "/v1/laptops/asus-vivobook-s14-2025-s3407va-ly080ws-abhinavflac-133" + }, + { + "slug": "asus-vivobook-s14-flip-2025-abhinavflac-482", + "name": "Asus Vivobook S14 Flip 2025 TP3402VAO-LZ619WS", + "url": "/v1/laptops/asus-vivobook-s14-flip-2025-abhinavflac-482" + }, + { + "slug": "asus-vivobook-s15-k5504vab-bn416ws-abhinavflac-755", + "name": "Asus Vivobook S15 K5504VAB-BN416WS", + "url": "/v1/laptops/asus-vivobook-s15-k5504vab-bn416ws-abhinavflac-755" + }, + { + "slug": "asus-vivobook-s15-k5504vab-bn417ws-abhinavflac-824", + "name": "Asus Vivobook S15 K5504VAB-BN417WS", + "url": "/v1/laptops/asus-vivobook-s15-k5504vab-bn417ws-abhinavflac-824" + }, + { + "slug": "asus-vivobook-s15-oled-s5504va-ma943ws-abhinavflac-889", + "name": "Asus Vivobook S15 OLED S5504VA-MA943WS", + "url": "/v1/laptops/asus-vivobook-s15-oled-s5504va-ma943ws-abhinavflac-889" + }, + { + "slug": "asus-vivobook-s16-2025-s3607qa-sh074ws-abhinavflac-233", + "name": "Asus Vivobook S16 2025 S3607QA-SH074WS", + "url": "/v1/laptops/asus-vivobook-s16-2025-s3607qa-sh074ws-abhinavflac-233" + }, + { + "slug": "asus-vivobook-s16-s3607ca-sh071ws-abhinavflac-203", + "name": "Asus Vivobook S16 S3607CA-SH071WS", + "url": "/v1/laptops/asus-vivobook-s16-s3607ca-sh071ws-abhinavflac-203" + }, + { + "slug": "asus-vivobook-s16-s3607ca-sh077ws-abhinavflac-159", + "name": "Asus Vivobook S16 S3607CA-SH077WS", + "url": "/v1/laptops/asus-vivobook-s16-s3607ca-sh077ws-abhinavflac-159" + }, + { + "slug": "asus-zenbook-14-oled-2025-abhinavflac-678", + "name": "Asus Zenbook 14 OLED 2025 UX3405CA-PZ162WS", + "url": "/v1/laptops/asus-zenbook-14-oled-2025-abhinavflac-678" + }, + { + "slug": "asus-zenbook-14-oled-2025-abhinavflac-680", + "name": "Asus Zenbook 14 OLED 2025 UX3405CA-PZ163WS", + "url": "/v1/laptops/asus-zenbook-14-oled-2025-abhinavflac-680" + }, + { + "slug": "asus-zenbook-14-oled-2025-abhinavflac-679", + "name": "Asus Zenbook 14 OLED 2025 UX3405CA-PZ164WS", + "url": "/v1/laptops/asus-zenbook-14-oled-2025-abhinavflac-679" + }, + { + "slug": "asus-zenbook-14-oled-2025-abhinavflac-676", + "name": "Asus Zenbook 14 OLED 2025 UX3405CA-PZ348WS", + "url": "/v1/laptops/asus-zenbook-14-oled-2025-abhinavflac-676" + }, + { + "slug": "asus-zenbook-14-oled-ux3405ma-pp555ws-abhinavflac-710", + "name": "Asus Zenbook 14 OLED UX3405MA-PP555WS", + "url": "/v1/laptops/asus-zenbook-14-oled-ux3405ma-pp555ws-abhinavflac-710" + }, + { + "slug": "asus-zenbook-14-um3406ka-pp240ws-abhinavflac-350", + "name": "Asus Zenbook 14 UM3406KA-PP240WS", + "url": "/v1/laptops/asus-zenbook-14-um3406ka-pp240ws-abhinavflac-350" + }, + { + "slug": "asus-zenbook-a14-ux3407qa-qd259ws-abhinavflac-656", + "name": "Asus Zenbook A14 UX3407QA-QD259WS", + "url": "/v1/laptops/asus-zenbook-a14-ux3407qa-qd259ws-abhinavflac-656" + }, + { + "slug": "asus-zenbook-a14-ux3407ra-qd054ws-abhinavflac-655", + "name": "Asus Zenbook A14 UX3407RA-QD054WS", + "url": "/v1/laptops/asus-zenbook-a14-ux3407ra-qd054ws-abhinavflac-655" + }, + { + "slug": "asus-zenbook-duo-oled-2025-abhinavflac-674", + "name": "Asus Zenbook Duo OLED 2025 UX8406CA-PZ106WS", + "url": "/v1/laptops/asus-zenbook-duo-oled-2025-abhinavflac-674" + }, + { + "slug": "asus-zenbook-s14-oled-ux5406sa-pz357ws-abhinavflac-817", + "name": "Asus Zenbook S14 OLED UX5406SA-PZ357WS", + "url": "/v1/laptops/asus-zenbook-s14-oled-ux5406sa-pz357ws-abhinavflac-817" + }, + { + "slug": "asus-zenbook-s16-oled-2025-abhinavflac-577", + "name": "Asus Zenbook S16 OLED 2025 UM5606KA-RJ108WS", + "url": "/v1/laptops/asus-zenbook-s16-oled-2025-abhinavflac-577" + }, + { + "slug": "dell-14-7440-abhinavflac-65", + "name": "Dell 14 7440 OIN74401001R1RINU1O", + "url": "/v1/laptops/dell-14-7440-abhinavflac-65" + }, + { + "slug": "dell-14-7440-abhinavflac-67", + "name": "Dell 14 7440 OIN74401002R1RINU1O", + "url": "/v1/laptops/dell-14-7440-abhinavflac-67" + }, + { + "slug": "dell-14-inspiron-5440-100uu-abhinavflac-6", + "name": "Dell 14 Inspiron 5440 (100UU / 16GB / 512GB / Windows)", + "url": "/v1/laptops/dell-14-inspiron-5440-100uu-abhinavflac-6" + }, + { + "slug": "dell-14-inspiron-5440-1334uu-abhinavflac-741", + "name": "Dell 14 Inspiron 5440 (1334UU / 16GB / 1024GB / Integrated Graphics / Windows)", + "url": "/v1/laptops/dell-14-inspiron-5440-1334uu-abhinavflac-741" + }, + { + "slug": "dell-14-inspiron-5441-abhinavflac-744", + "name": "Dell 14 Inspiron 5441", + "url": "/v1/laptops/dell-14-inspiron-5441-abhinavflac-744" + }, + { + "slug": "dell-14-inspiron-7440-2in1-abhinavflac-823", + "name": "Dell 14 Inspiron 7440 2in1", + "url": "/v1/laptops/dell-14-inspiron-7440-2in1-abhinavflac-823" + }, + { + "slug": "dell-14-latitude-3440-1215uu-abhinavflac-792", + "name": "Dell 14 Latitude 3440 (1215UU / 16GB / 512GB / Integrated Graphics / Windows)", + "url": "/v1/laptops/dell-14-latitude-3440-1215uu-abhinavflac-792" + }, + { + "slug": "dell-14-latitude-3440-1235uu-abhinavflac-739", + "name": "Dell 14 Latitude 3440 (1235UU / 16GB / 512GB / Integrated Graphics / Windows)", + "url": "/v1/laptops/dell-14-latitude-3440-1235uu-abhinavflac-739" + }, + { + "slug": "dell-14-plus-2-in-1-touch-abhinavflac-107", + "name": "Dell 14 Plus 2-in-1 ODB0425020301RINU1 Touch", + "url": "/v1/laptops/dell-14-plus-2-in-1-touch-abhinavflac-107" + }, + { + "slug": "dell-14-plus-2-in-1-touch-abhinavflac-174", + "name": "Dell 14 Plus 2-in-1 Touch", + "url": "/v1/laptops/dell-14-plus-2-in-1-touch-abhinavflac-174" + }, + { + "slug": "dell-14-plus-2-in-1-abhinavflac-66", + "name": "Dell 14 Plus DB04255 2-in-1", + "url": "/v1/laptops/dell-14-plus-2-in-1-abhinavflac-66" + }, + { + "slug": "dell-14-plus-2in1-abhinavflac-64", + "name": "Dell 14 Plus DB04255 2in1", + "url": "/v1/laptops/dell-14-plus-2in1-abhinavflac-64" + }, + { + "slug": "dell-14-plus-abhinavflac-102", + "name": "Dell 14 Plus DB14250 ODB1425020801RINU1", + "url": "/v1/laptops/dell-14-plus-abhinavflac-102" + }, + { + "slug": "dell-14-plus-ai-abhinavflac-207", + "name": "Dell 14 Plus ODB1425550701RINU1 AI", + "url": "/v1/laptops/dell-14-plus-ai-abhinavflac-207" + }, + { + "slug": "dell-14-plus-ai-abhinavflac-208", + "name": "Dell 14 Plus ODB1425550901RINU11 AI", + "url": "/v1/laptops/dell-14-plus-ai-abhinavflac-208" + }, + { + "slug": "dell-15-abhinavflac-95", + "name": "Dell 15 DB15250 ODC1525002001RINS1", + "url": "/v1/laptops/dell-15-abhinavflac-95" + }, + { + "slug": "dell-15-1334uu-16gb-abhinavflac-72", + "name": "Dell 15 DC15250 (1334UU / 16GB / 512GB / UHD Graphics / Windows)", + "url": "/v1/laptops/dell-15-1334uu-16gb-abhinavflac-72" + }, + { + "slug": "dell-15-1355uu-16gb-abhinavflac-77", + "name": "Dell 15 DC15250 (1355UU / 16GB / 512GB / UHD Graphics / Windows)", + "url": "/v1/laptops/dell-15-1355uu-16gb-abhinavflac-77" + }, + { + "slug": "dell-15-latitude-3540-1215uu-abhinavflac-745", + "name": "Dell 15 Latitude 3540 (1215UU / 16GB / 512GB / Integrated Graphics / Windows)", + "url": "/v1/laptops/dell-15-latitude-3540-1215uu-abhinavflac-745" + }, + { + "slug": "dell-15-latitude-3540-1215uu-abhinavflac-721", + "name": "Dell 15 Latitude 3540 (1215UU / 8GB / 512GB / Integrated Graphics / Ubuntu)", + "url": "/v1/laptops/dell-15-latitude-3540-1215uu-abhinavflac-721" + }, + { + "slug": "dell-15-vostro-3520-abhinavflac-892", + "name": "Dell 15 Vostro 3520", + "url": "/v1/laptops/dell-15-vostro-3520-abhinavflac-892" + }, + { + "slug": "dell-15-vostro-3530-abhinavflac-351", + "name": "Dell 15 Vostro 3530", + "url": "/v1/laptops/dell-15-vostro-3530-abhinavflac-351" + }, + { + "slug": "dell-16-alienware-gaming-abhinavflac-23", + "name": "Dell 16 Alienware CAN16250CTO02MINO Gaming", + "url": "/v1/laptops/dell-16-alienware-gaming-abhinavflac-23" + }, + { + "slug": "dell-16-alienware-gaming-abhinavflac-22", + "name": "Dell 16 Alienware CAN16250CTO03MINO Gaming", + "url": "/v1/laptops/dell-16-alienware-gaming-abhinavflac-22" + }, + { + "slug": "dell-16-alienware-x16-r2-abhinavflac-585", + "name": "Dell 16 Alienware X16 R2 Gaming", + "url": "/v1/laptops/dell-16-alienware-x16-r2-abhinavflac-585" + }, + { + "slug": "dell-16-inspiron-5640-abhinavflac-587", + "name": "Dell 16 Inspiron 5640", + "url": "/v1/laptops/dell-16-inspiron-5640-abhinavflac-587" + }, + { + "slug": "dell-16-plus-next-gen-abhinavflac-28", + "name": "Dell 16 Plus DB16255 Next Gen AI", + "url": "/v1/laptops/dell-16-plus-next-gen-abhinavflac-28" + }, + { + "slug": "dell-2024-inspiron-3530-abhinavflac-811", + "name": "Dell 2024 Inspiron 3530", + "url": "/v1/laptops/dell-2024-inspiron-3530-abhinavflac-811" + }, + { + "slug": "dell-3530-inspiron-15-abhinavflac-893", + "name": "Dell 3530 Inspiron 15", + "url": "/v1/laptops/dell-3530-inspiron-15-abhinavflac-893" + }, + { + "slug": "dell-9350-xps-13-abhinavflac-725", + "name": "Dell 9350 XPS 13", + "url": "/v1/laptops/dell-9350-xps-13-abhinavflac-725" + }, + { + "slug": "dell-alienware-x16-r2-2024-abhinavflac-759", + "name": "Dell Alienware X16 R2 2024 Gaming", + "url": "/v1/laptops/dell-alienware-x16-r2-2024-abhinavflac-759" + }, + { + "slug": "dell-alienware-x16-r2-gaming-abhinavflac-750", + "name": "Dell Alienware X16 R2 Gaming", + "url": "/v1/laptops/dell-alienware-x16-r2-gaming-abhinavflac-750" + }, + { + "slug": "dell-dc-abhinavflac-5", + "name": "Dell DC 14250 ODC1425000401RINS1", + "url": "/v1/laptops/dell-dc-abhinavflac-5" + }, + { + "slug": "dell-abhinavflac-54", + "name": "Dell DC15255", + "url": "/v1/laptops/dell-abhinavflac-54" + }, + { + "slug": "dell-inspiron-13-ai-abhinavflac-524", + "name": "Dell Inspiron 13 AI", + "url": "/v1/laptops/dell-inspiron-13-ai-abhinavflac-524" + }, + { + "slug": "dell-inspiron-14-5440-abhinavflac-252", + "name": "Dell Inspiron 14 5440", + "url": "/v1/laptops/dell-inspiron-14-5440-abhinavflac-252" + }, + { + "slug": "dell-inspiron-14-5440-indins5440n0-1-abhinavflac-230", + "name": "Dell Inspiron 14 5440 INDINS5440N0-1", + "url": "/v1/laptops/dell-inspiron-14-5440-indins5440n0-1-abhinavflac-230" + }, + { + "slug": "dell-inspiron-14-5445-abhinavflac-793", + "name": "Dell Inspiron 14 5445", + "url": "/v1/laptops/dell-inspiron-14-5445-abhinavflac-793" + }, + { + "slug": "dell-inspiron-14-plus-ai-abhinavflac-900", + "name": "Dell Inspiron 14 Plus AI", + "url": "/v1/laptops/dell-inspiron-14-plus-ai-abhinavflac-900" + }, + { + "slug": "dell-inspiron-14-plus-ai-abhinavflac-874", + "name": "Dell Inspiron 14 Plus OIN7441200101RINU1 AI", + "url": "/v1/laptops/dell-inspiron-14-plus-ai-abhinavflac-874" + }, + { + "slug": "dell-inspiron-15-3535-abhinavflac-684", + "name": "Dell Inspiron 15 3535", + "url": "/v1/laptops/dell-inspiron-15-3535-abhinavflac-684" + }, + { + "slug": "dell-inspiron-16-plus-7640-abhinavflac-773", + "name": "Dell Inspiron 16 Plus 7640", + "url": "/v1/laptops/dell-inspiron-16-plus-7640-abhinavflac-773" + }, + { + "slug": "dell-inspiron-3520-abhinavflac-808", + "name": "Dell Inspiron 3520", + "url": "/v1/laptops/dell-inspiron-3520-abhinavflac-808" + }, + { + "slug": "dell-inspiron-5440-abhinavflac-786", + "name": "Dell Inspiron 5440", + "url": "/v1/laptops/dell-inspiron-5440-abhinavflac-786" + }, + { + "slug": "dell-inspiron-5440-abhinavflac-122", + "name": "Dell Inspiron 5440 OIN5440340201RINU1O", + "url": "/v1/laptops/dell-inspiron-5440-abhinavflac-122" + }, + { + "slug": "dell-inspiron-5441-abhinavflac-774", + "name": "Dell Inspiron 5441", + "url": "/v1/laptops/dell-inspiron-5441-abhinavflac-774" + }, + { + "slug": "dell-inspiron-5445-8540uu-abhinavflac-880", + "name": "Dell Inspiron 5445 (8540UU / 16GB / 512GB / Radeon / Windows)", + "url": "/v1/laptops/dell-inspiron-5445-8540uu-abhinavflac-880" + }, + { + "slug": "dell-inspiron-5445-8840uu-abhinavflac-881", + "name": "Dell Inspiron 5445 (8840UU / 16GB / 1024GB / Radeon / Windows)", + "url": "/v1/laptops/dell-inspiron-5445-8840uu-abhinavflac-881" + }, + { + "slug": "dell-inspiron-5640-abhinavflac-658", + "name": "Dell Inspiron 5640", + "url": "/v1/laptops/dell-inspiron-5640-abhinavflac-658" + }, + { + "slug": "dell-inspiron-7440-2-in-abhinavflac-802", + "name": "Dell Inspiron 7440 2 in 1", + "url": "/v1/laptops/dell-inspiron-7440-2-in-abhinavflac-802" + }, + { + "slug": "dell-inspiron-7440-2in1-abhinavflac-844", + "name": "Dell Inspiron 7440 2in1", + "url": "/v1/laptops/dell-inspiron-7440-2in1-abhinavflac-844" + }, + { + "slug": "dell-inspiron-7441-plus-ai-abhinavflac-956", + "name": "Dell Inspiron 7441 Plus AI", + "url": "/v1/laptops/dell-inspiron-7441-plus-ai-abhinavflac-956" + }, + { + "slug": "dell-inspiron-7640-abhinavflac-765", + "name": "Dell Inspiron 7640", + "url": "/v1/laptops/dell-inspiron-7640-abhinavflac-765" + }, + { + "slug": "dell-inspiron-7640-ai-abhinavflac-573", + "name": "Dell Inspiron 7640 AI", + "url": "/v1/laptops/dell-inspiron-7640-ai-abhinavflac-573" + }, + { + "slug": "dell-latitude-14-3440-abhinavflac-714", + "name": "Dell Latitude 14 3440", + "url": "/v1/laptops/dell-latitude-14-3440-abhinavflac-714" + }, + { + "slug": "dell-latitude-15-3540-abhinavflac-699", + "name": "Dell Latitude 15 3540", + "url": "/v1/laptops/dell-latitude-15-3540-abhinavflac-699" + }, + { + "slug": "dell-latitude-3420-abhinavflac-735", + "name": "Dell Latitude 3420 GD723ZG84", + "url": "/v1/laptops/dell-latitude-3420-abhinavflac-735" + }, + { + "slug": "dell-latitude-3440-1215uu-abhinavflac-747", + "name": "Dell Latitude 3440 (1215UU / 8GB / 512GB / Integrated Graphics / Windows)", + "url": "/v1/laptops/dell-latitude-3440-1215uu-abhinavflac-747" + }, + { + "slug": "dell-latitude-3440-1355uu-abhinavflac-730", + "name": "Dell Latitude 3440 (1355UU / 8GB / 512GB / Integrated Graphics / Windows)", + "url": "/v1/laptops/dell-latitude-3440-1355uu-abhinavflac-730" + }, + { + "slug": "dell-latitude-3440-2024-abhinavflac-748", + "name": "Dell Latitude 3440 2024", + "url": "/v1/laptops/dell-latitude-3440-2024-abhinavflac-748" + }, + { + "slug": "dell-latitude-3450-1335uu-abhinavflac-305", + "name": "Dell Latitude 3450 (1335UU / 16GB / 512GB / Integrated Graphics / Ubuntu)", + "url": "/v1/laptops/dell-latitude-3450-1335uu-abhinavflac-305" + }, + { + "slug": "dell-latitude-3450-1335uu-abhinavflac-723", + "name": "Dell Latitude 3450 (1335UU / 16GB / 512GB / Integrated Graphics / Windows)", + "url": "/v1/laptops/dell-latitude-3450-1335uu-abhinavflac-723" + }, + { + "slug": "dell-latitude-3540-abhinavflac-605", + "name": "Dell Latitude 3540", + "url": "/v1/laptops/dell-latitude-3540-abhinavflac-605" + }, + { + "slug": "dell-latitude-3550-abhinavflac-94", + "name": "Dell Latitude 3550", + "url": "/v1/laptops/dell-latitude-3550-abhinavflac-94" + }, + { + "slug": "dell-latitude-3550-abhinavflac-92", + "name": "Dell Latitude 3550 INDLATI3550N12", + "url": "/v1/laptops/dell-latitude-3550-abhinavflac-92" + }, + { + "slug": "dell-vostro-3440-abhinavflac-713", + "name": "Dell Vostro 3440", + "url": "/v1/laptops/dell-vostro-3440-abhinavflac-713" + }, + { + "slug": "dell-vostro-3520-1215uu-abhinavflac-958", + "name": "Dell Vostro 3520 (1215UU / 8GB / 512GB / Integrated Graphics / Windows)", + "url": "/v1/laptops/dell-vostro-3520-1215uu-abhinavflac-958" + }, + { + "slug": "dell-vostro-3520-1305uu-abhinavflac-84", + "name": "Dell Vostro 3520 (1305UU / 16GB / 512GB / Integrated Graphics / Windows)", + "url": "/v1/laptops/dell-vostro-3520-1305uu-abhinavflac-84" + }, + { + "slug": "dell-xps-13-9345-ai-abhinavflac-957", + "name": "Dell XPS 13 9345 AI", + "url": "/v1/laptops/dell-xps-13-9345-ai-abhinavflac-957" + }, + { + "slug": "dell-xps-13-9350-abhinavflac-734", + "name": "Dell XPS 13 9350", + "url": "/v1/laptops/dell-xps-13-9350-abhinavflac-734" + }, + { + "slug": "dell-xps-14-9440-ai-abhinavflac-564", + "name": "Dell XPS 14 9440 AI", + "url": "/v1/laptops/dell-xps-14-9440-ai-abhinavflac-564" + }, + { + "slug": "dell-xps-9345-ai-abhinavflac-940", + "name": "Dell XPS 9345 AI", + "url": "/v1/laptops/dell-xps-9345-ai-abhinavflac-940" + }, + { + "slug": "dell-xps-9345-ai-laptops-abhinavflac-941", + "name": "Dell XPS 9345 AI Laptops (Snapdragon X Elite/ 16GB/ 512GB SSD/ Win11)", + "url": "/v1/laptops/dell-xps-9345-ai-laptops-abhinavflac-941" + }, + { + "slug": "gigabyte-g5-mf5-52in353sh-gaming-abhinavflac-825", + "name": "Gigabyte G5 MF5-52IN353SH Gaming", + "url": "/v1/laptops/gigabyte-g5-mf5-52in353sh-gaming-abhinavflac-825" + }, + { + "slug": "gigabyte-g5-mf5-52in354sh-abhinavflac-971", + "name": "Gigabyte G5 MF5-52IN354SH", + "url": "/v1/laptops/gigabyte-g5-mf5-52in354sh-abhinavflac-971" + }, + { + "slug": "gigabyte-g5-mf5-h2in354sh-gaming-abhinavflac-814", + "name": "Gigabyte G5 MF5-H2IN354SH Gaming", + "url": "/v1/laptops/gigabyte-g5-mf5-h2in354sh-gaming-abhinavflac-814" + }, + { + "slug": "gigabyte-g6-kf-h3in894kh-abhinavflac-202", + "name": "Gigabyte G6 KF-H3IN894KH", + "url": "/v1/laptops/gigabyte-g6-kf-h3in894kh-abhinavflac-202" + }, + { + "slug": "gigabyte-g6-mf-h2in853sh-abhinavflac-972", + "name": "Gigabyte G6 MF-H2IN853SH", + "url": "/v1/laptops/gigabyte-g6-mf-h2in853sh-abhinavflac-972" + }, + { + "slug": "gigabyte-g6-mf-h2in894kh-abhinavflac-187", + "name": "Gigabyte G6 MF-H2IN894KH", + "url": "/v1/laptops/gigabyte-g6-mf-h2in894kh-abhinavflac-187" + }, + { + "slug": "gigabyte-g6x-9mg-42in854sh-gaming-abhinavflac-883", + "name": "Gigabyte G6X 9MG-42IN854SH Gaming", + "url": "/v1/laptops/gigabyte-g6x-9mg-42in854sh-gaming-abhinavflac-883" + }, + { + "slug": "hp-14-em0214au-abhinavflac-601", + "name": "HP 14-em0214AU", + "url": "/v1/laptops/hp-14-em0214au-abhinavflac-601" + }, + { + "slug": "hp-14-em0243au-abhinavflac-259", + "name": "HP 14-em0243AU", + "url": "/v1/laptops/hp-14-em0243au-abhinavflac-259" + }, + { + "slug": "hp-14-ep0294tu-abhinavflac-473", + "name": "HP 14-ep0294TU", + "url": "/v1/laptops/hp-14-ep0294tu-abhinavflac-473" + }, + { + "slug": "hp-14-ep0340tu-abhinavflac-452", + "name": "HP 14-ep0340TU", + "url": "/v1/laptops/hp-14-ep0340tu-abhinavflac-452" + }, + { + "slug": "hp-14-gr0001tu-abhinavflac-908", + "name": "HP 14-gr0001TU", + "url": "/v1/laptops/hp-14-gr0001tu-abhinavflac-908" + }, + { + "slug": "hp-14-gr0002tu-abhinavflac-547", + "name": "HP 14-gr0002TU", + "url": "/v1/laptops/hp-14-gr0002tu-abhinavflac-547" + }, + { + "slug": "hp-14-gr1022tu-abhinavflac-936", + "name": "HP 14-gr1022TU", + "url": "/v1/laptops/hp-14-gr1022tu-abhinavflac-936" + }, + { + "slug": "hp-14-gr1023tu-abhinavflac-934", + "name": "HP 14-gr1023TU", + "url": "/v1/laptops/hp-14-gr1023tu-abhinavflac-934" + }, + { + "slug": "hp-14-gr1028tu-abhinavflac-275", + "name": "HP 14-gr1028TU", + "url": "/v1/laptops/hp-14-gr1028tu-abhinavflac-275" + }, + { + "slug": "hp-14-gr1036tu-abhinavflac-145", + "name": "HP 14-gr1036TU", + "url": "/v1/laptops/hp-14-gr1036tu-abhinavflac-145" + }, + { + "slug": "hp-14s-dq3141tu-abhinavflac-340", + "name": "HP 14s-dq3141TU", + "url": "/v1/laptops/hp-14s-dq3141tu-abhinavflac-340" + }, + { + "slug": "hp-15-2025-abhinavflac-16", + "name": "HP 15 2025", + "url": "/v1/laptops/hp-15-2025-abhinavflac-16" + }, + { + "slug": "hp-15-fd0582tu-abhinavflac-434", + "name": "HP 15-FD0582TU", + "url": "/v1/laptops/hp-15-fd0582tu-abhinavflac-434" + }, + { + "slug": "hp-15-fd0651tu-abhinavflac-46", + "name": "HP 15-FD0651TU", + "url": "/v1/laptops/hp-15-fd0651tu-abhinavflac-46" + }, + { + "slug": "hp-15-fd1444tu-abhinavflac-14", + "name": "HP 15-FD1444TU", + "url": "/v1/laptops/hp-15-fd1444tu-abhinavflac-14" + }, + { + "slug": "hp-15-fc0154au-abhinavflac-794", + "name": "HP 15-fc0154AU", + "url": "/v1/laptops/hp-15-fc0154au-abhinavflac-794" + }, + { + "slug": "hp-15-fc0155au-abhinavflac-930", + "name": "HP 15-fc0155AU", + "url": "/v1/laptops/hp-15-fc0155au-abhinavflac-930" + }, + { + "slug": "hp-15-fc0388au-abhinavflac-87", + "name": "HP 15-fc0388AU", + "url": "/v1/laptops/hp-15-fc0388au-abhinavflac-87" + }, + { + "slug": "hp-15-fc0390au-abhinavflac-435", + "name": "HP 15-fc0390AU", + "url": "/v1/laptops/hp-15-fc0390au-abhinavflac-435" + }, + { + "slug": "hp-15-fc0476au-abhinavflac-476", + "name": "HP 15-fc0476AU", + "url": "/v1/laptops/hp-15-fc0476au-abhinavflac-476" + }, + { + "slug": "hp-15-fc0500au-abhinavflac-198", + "name": "HP 15-fc0500AU", + "url": "/v1/laptops/hp-15-fc0500au-abhinavflac-198" + }, + { + "slug": "hp-15-fc0533au-abhinavflac-378", + "name": "HP 15-fc0533AU", + "url": "/v1/laptops/hp-15-fc0533au-abhinavflac-378" + }, + { + "slug": "hp-15-fc0552au-abhinavflac-250", + "name": "HP 15-fc0552AU", + "url": "/v1/laptops/hp-15-fc0552au-abhinavflac-250" + }, + { + "slug": "hp-15-fc0690au-abhinavflac-48", + "name": "HP 15-fc0690au", + "url": "/v1/laptops/hp-15-fc0690au-abhinavflac-48" + }, + { + "slug": "hp-15-fc0703au-abhinavflac-78", + "name": "HP 15-fc0703AU", + "url": "/v1/laptops/hp-15-fc0703au-abhinavflac-78" + }, + { + "slug": "hp-15-fc1004au-abhinavflac-806", + "name": "HP 15-fc1004AU", + "url": "/v1/laptops/hp-15-fc1004au-abhinavflac-806" + }, + { + "slug": "hp-15-fc1038au-abhinavflac-436", + "name": "HP 15-fc1038AU", + "url": "/v1/laptops/hp-15-fc1038au-abhinavflac-436" + }, + { + "slug": "hp-15-fd0061tu-abhinavflac-866", + "name": "HP 15-fd0061TU", + "url": "/v1/laptops/hp-15-fd0061tu-abhinavflac-866" + }, + { + "slug": "hp-15-fd0070tu-abhinavflac-865", + "name": "HP 15-fd0070TU", + "url": "/v1/laptops/hp-15-fd0070tu-abhinavflac-865" + }, + { + "slug": "hp-15-fd0111tu-abhinavflac-872", + "name": "HP 15-fd0111TU", + "url": "/v1/laptops/hp-15-fd0111tu-abhinavflac-872" + }, + { + "slug": "hp-15-fd0112tu-abhinavflac-843", + "name": "HP 15-fd0112TU", + "url": "/v1/laptops/hp-15-fd0112tu-abhinavflac-843" + }, + { + "slug": "hp-15-fd0129tu-abhinavflac-887", + "name": "HP 15-fd0129TU", + "url": "/v1/laptops/hp-15-fd0129tu-abhinavflac-887" + }, + { + "slug": "hp-15-fd0315tu-abhinavflac-820", + "name": "HP 15-fd0315TU", + "url": "/v1/laptops/hp-15-fd0315tu-abhinavflac-820" + }, + { + "slug": "hp-15-fd0466tu-abhinavflac-653", + "name": "HP 15-fd0466tu", + "url": "/v1/laptops/hp-15-fd0466tu-abhinavflac-653" + }, + { + "slug": "hp-15-fd0489tu-abhinavflac-477", + "name": "HP 15-fd0489TU", + "url": "/v1/laptops/hp-15-fd0489tu-abhinavflac-477" + }, + { + "slug": "hp-15-fd0490tu-abhinavflac-463", + "name": "HP 15-fd0490TU", + "url": "/v1/laptops/hp-15-fd0490tu-abhinavflac-463" + }, + { + "slug": "hp-15-fd0492tu-abhinavflac-668", + "name": "HP 15-fd0492TU", + "url": "/v1/laptops/hp-15-fd0492tu-abhinavflac-668" + }, + { + "slug": "hp-15-fd0514tu-abhinavflac-36", + "name": "HP 15-fd0514TU", + "url": "/v1/laptops/hp-15-fd0514tu-abhinavflac-36" + }, + { + "slug": "hp-15-fd0533tu-abhinavflac-189", + "name": "HP 15-fd0533TU", + "url": "/v1/laptops/hp-15-fd0533tu-abhinavflac-189" + }, + { + "slug": "hp-15-fd0549tu-abhinavflac-247", + "name": "HP 15-fd0549TU", + "url": "/v1/laptops/hp-15-fd0549tu-abhinavflac-247" + }, + { + "slug": "hp-15-fd0552tu-abhinavflac-483", + "name": "HP 15-fd0552TU", + "url": "/v1/laptops/hp-15-fd0552tu-abhinavflac-483" + }, + { + "slug": "hp-15-fd0568tu-abhinavflac-369", + "name": "HP 15-fd0568TU", + "url": "/v1/laptops/hp-15-fd0568tu-abhinavflac-369" + }, + { + "slug": "hp-15-fd0569tu-abhinavflac-441", + "name": "HP 15-fd0569TU", + "url": "/v1/laptops/hp-15-fd0569tu-abhinavflac-441" + }, + { + "slug": "hp-15-fd0572tu-abhinavflac-496", + "name": "HP 15-fd0572TU", + "url": "/v1/laptops/hp-15-fd0572tu-abhinavflac-496" + }, + { + "slug": "hp-15-fd0573tu-abhinavflac-499", + "name": "HP 15-fd0573TU", + "url": "/v1/laptops/hp-15-fd0573tu-abhinavflac-499" + }, + { + "slug": "hp-15-fd0574tu-abhinavflac-514", + "name": "HP 15-fd0574TU", + "url": "/v1/laptops/hp-15-fd0574tu-abhinavflac-514" + }, + { + "slug": "hp-15-fd0575tu-abhinavflac-498", + "name": "HP 15-fd0575TU", + "url": "/v1/laptops/hp-15-fd0575tu-abhinavflac-498" + }, + { + "slug": "hp-15-fd0577tu-abhinavflac-493", + "name": "HP 15-fd0577TU", + "url": "/v1/laptops/hp-15-fd0577tu-abhinavflac-493" + }, + { + "slug": "hp-15-fd0588tu-abhinavflac-408", + "name": "HP 15-fd0588TU", + "url": "/v1/laptops/hp-15-fd0588tu-abhinavflac-408" + }, + { + "slug": "hp-15-fd0664tu-abhinavflac-319", + "name": "HP 15-fd0664TU", + "url": "/v1/laptops/hp-15-fd0664tu-abhinavflac-319" + }, + { + "slug": "hp-15-fd0668tu-abhinavflac-104", + "name": "HP 15-fd0668TU", + "url": "/v1/laptops/hp-15-fd0668tu-abhinavflac-104" + }, + { + "slug": "hp-15-fd0691tu-abhinavflac-330", + "name": "HP 15-fd0691TU", + "url": "/v1/laptops/hp-15-fd0691tu-abhinavflac-330" + }, + { + "slug": "hp-15-fd1197tu-abhinavflac-803", + "name": "HP 15-fd1197TU", + "url": "/v1/laptops/hp-15-fd1197tu-abhinavflac-803" + }, + { + "slug": "hp-15-fd1253tu-abhinavflac-515", + "name": "HP 15-fd1253TU", + "url": "/v1/laptops/hp-15-fd1253tu-abhinavflac-515" + }, + { + "slug": "hp-15-fd1255tu-abhinavflac-497", + "name": "HP 15-fd1255TU", + "url": "/v1/laptops/hp-15-fd1255tu-abhinavflac-497" + }, + { + "slug": "hp-15-fd1279tu-abhinavflac-251", + "name": "HP 15-fd1279TU", + "url": "/v1/laptops/hp-15-fd1279tu-abhinavflac-251" + }, + { + "slug": "hp-15-fr0025tu-abhinavflac-357", + "name": "HP 15-fr0025TU", + "url": "/v1/laptops/hp-15-fr0025tu-abhinavflac-357" + }, + { + "slug": "hp-15-fr0028tu-abhinavflac-238", + "name": "HP 15-fr0028TU", + "url": "/v1/laptops/hp-15-fr0028tu-abhinavflac-238" + }, + { + "slug": "hp-15-fr0049tu-abhinavflac-300", + "name": "HP 15-fr0049TU", + "url": "/v1/laptops/hp-15-fr0049tu-abhinavflac-300" + }, + { + "slug": "hp-15-hr0005tu-abhinavflac-365", + "name": "HP 15-hr0005TU", + "url": "/v1/laptops/hp-15-hr0005tu-abhinavflac-365" + }, + { + "slug": "hp-15-hr0008tu-abhinavflac-450", + "name": "HP 15-hr0008TU", + "url": "/v1/laptops/hp-15-hr0008tu-abhinavflac-450" + }, + { + "slug": "hp-15-hr0009tu-abhinavflac-45", + "name": "HP 15-hr0009TU", + "url": "/v1/laptops/hp-15-hr0009tu-abhinavflac-45" + }, + { + "slug": "hp-15-hr1000tu-abhinavflac-411", + "name": "HP 15-hr1000TU", + "url": "/v1/laptops/hp-15-hr1000tu-abhinavflac-411" + }, + { + "slug": "hp-15s-fc0156au-abhinavflac-929", + "name": "HP 15s-fc0156AU", + "url": "/v1/laptops/hp-15s-fc0156au-abhinavflac-929" + }, + { + "slug": "hp-15s-fy5010tu-abhinavflac-975", + "name": "HP 15s-fy5010TU", + "url": "/v1/laptops/hp-15s-fy5010tu-abhinavflac-975" + }, + { + "slug": "hp-15s-fy5011tu-abhinavflac-974", + "name": "HP 15s-fy5011TU", + "url": "/v1/laptops/hp-15s-fy5011tu-abhinavflac-974" + }, + { + "slug": "hp-16-fd0640tu-abhinavflac-265", + "name": "HP 16-FD0640TU", + "url": "/v1/laptops/hp-16-fd0640tu-abhinavflac-265" + }, + { + "slug": "hp-240-14-g9-abhinavflac-800", + "name": "HP 240 14 G9 9H223PT", + "url": "/v1/laptops/hp-240-14-g9-abhinavflac-800" + }, + { + "slug": "hp-240-g10-b10lvpt-business-abhinavflac-558", + "name": "HP 240 G10 ‎B10LVPT Business", + "url": "/v1/laptops/hp-240-g10-b10lvpt-business-abhinavflac-558" + }, + { + "slug": "hp-240-g10-be5s0pt-abhinavflac-481", + "name": "HP 240 G10 ‎‎BE5S0PT", + "url": "/v1/laptops/hp-240-g10-be5s0pt-abhinavflac-481" + }, + { + "slug": "hp-240r-g9-1315uu-abhinavflac-736", + "name": "HP 240R G9 (1315UU / 16GB / 512GB / Integrated Graphics / Windows)", + "url": "/v1/laptops/hp-240r-g9-1315uu-abhinavflac-736" + }, + { + "slug": "hp-240r-g9-a9uk7pt-acj-abhinavflac-88", + "name": "HP 240R G9 A9UK7PT##ACJ", + "url": "/v1/laptops/hp-240r-g9-a9uk7pt-acj-abhinavflac-88" + }, + { + "slug": "hp-240r-g9-abhinavflac-511", + "name": "HP 240R G9 B10MRAT", + "url": "/v1/laptops/hp-240r-g9-abhinavflac-511" + }, + { + "slug": "hp-240r-g9-b15jnat-abhinavflac-485", + "name": "HP 240R G9 ‎B15JNAT", + "url": "/v1/laptops/hp-240r-g9-b15jnat-abhinavflac-485" + }, + { + "slug": "hp-240r-g9-b10msat-abhinavflac-484", + "name": "HP 240R G9 ‎‎B10MSAT", + "url": "/v1/laptops/hp-240r-g9-b10msat-abhinavflac-484" + }, + { + "slug": "hp-245-g10-abhinavflac-737", + "name": "HP 245 G10", + "url": "/v1/laptops/hp-245-g10-abhinavflac-737" + }, + { + "slug": "hp-245-g10-abhinavflac-606", + "name": "HP 245 G10 B0WM3PT", + "url": "/v1/laptops/hp-245-g10-abhinavflac-606" + }, + { + "slug": "hp-250-g10-abhinavflac-128", + "name": "HP 250 G10 BJ3T3AT", + "url": "/v1/laptops/hp-250-g10-abhinavflac-128" + }, + { + "slug": "hp-250-g10-b10m3at-abhinavflac-590", + "name": "HP 250 G10 ‎B10M3AT", + "url": "/v1/laptops/hp-250-g10-b10m3at-abhinavflac-590" + }, + { + "slug": "hp-250-g10-bj3r8at-abhinavflac-480", + "name": "HP 250 G10 ‎BJ3R8AT", + "url": "/v1/laptops/hp-250-g10-bj3r8at-abhinavflac-480" + }, + { + "slug": "hp-250r-g9-abhinavflac-738", + "name": "HP 250R G9 B10MTAT", + "url": "/v1/laptops/hp-250r-g9-abhinavflac-738" + }, + { + "slug": "hp-250r-g9-b10m4at-abhinavflac-591", + "name": "HP 250R G9 ‎B10M4AT", + "url": "/v1/laptops/hp-250r-g9-b10m4at-abhinavflac-591" + }, + { + "slug": "hp-255-g10-7520uu-abhinavflac-681", + "name": "HP 255 G10 (7520UU / 8GB / 512GB / Radeon / Windows)", + "url": "/v1/laptops/hp-255-g10-7520uu-abhinavflac-681" + }, + { + "slug": "hp-255-g10-7730uu-abhinavflac-155", + "name": "HP 255 G10 (7730UU / 16GB / 512GB / Radeon / Windows)", + "url": "/v1/laptops/hp-255-g10-7730uu-abhinavflac-155" + }, + { + "slug": "hp-255-g10-abhinavflac-720", + "name": "HP 255 G10 B15J0PT", + "url": "/v1/laptops/hp-255-g10-abhinavflac-720" + }, + { + "slug": "hp-255-g10-abhinavflac-731", + "name": "HP 255 G10 B1FW9PT", + "url": "/v1/laptops/hp-255-g10-abhinavflac-731" + }, + { + "slug": "hp-255-g10-bj3p9pt-2-abhinavflac-21", + "name": "HP 255 G10 BJ3P9PT-2", + "url": "/v1/laptops/hp-255-g10-bj3p9pt-2-abhinavflac-21" + }, + { + "slug": "hp-255-g10-bj3s9at-1-abhinavflac-19", + "name": "HP 255 G10 BJ3S9AT-1", + "url": "/v1/laptops/hp-255-g10-bj3s9at-1-abhinavflac-19" + }, + { + "slug": "hp-255-g10-bj3s9at-3-abhinavflac-18", + "name": "HP 255 G10 BJ3S9AT-3", + "url": "/v1/laptops/hp-255-g10-bj3s9at-3-abhinavflac-18" + }, + { + "slug": "hp-255-g10-abhinavflac-93", + "name": "HP 255 G10 BK2F0PT", + "url": "/v1/laptops/hp-255-g10-abhinavflac-93" + }, + { + "slug": "hp-255-g9-abhinavflac-885", + "name": "HP 255 G9 8M397PA", + "url": "/v1/laptops/hp-255-g9-abhinavflac-885" + }, + { + "slug": "hp-elitebook-840-g10-abhinavflac-724", + "name": "HP EliteBook 840 G10", + "url": "/v1/laptops/hp-elitebook-840-g10-abhinavflac-724" + }, + { + "slug": "hp-envy-x360-14-fa0986au-abhinavflac-604", + "name": "HP Envy x360 14-fa0986AU", + "url": "/v1/laptops/hp-envy-x360-14-fa0986au-abhinavflac-604" + }, + { + "slug": "hp-envy-x360-14-fc0179tu-abhinavflac-98", + "name": "HP Envy x360 14-fc0179TU", + "url": "/v1/laptops/hp-envy-x360-14-fc0179tu-abhinavflac-98" + }, + { + "slug": "hp-omen-16-max-16-ah0076tx-abhinavflac-565", + "name": "HP Omen 16 Max 16-ah0076TX Gaming", + "url": "/v1/laptops/hp-omen-16-max-16-ah0076tx-abhinavflac-565" + }, + { + "slug": "hp-omen-16-ae0002tx-gaming-abhinavflac-299", + "name": "HP Omen 16-ae0002TX Gaming", + "url": "/v1/laptops/hp-omen-16-ae0002tx-gaming-abhinavflac-299" + }, + { + "slug": "hp-omen-16-ae0003tx-gaming-abhinavflac-165", + "name": "HP Omen 16-ae0003TX Gaming", + "url": "/v1/laptops/hp-omen-16-ae0003tx-gaming-abhinavflac-165" + }, + { + "slug": "hp-omen-16-am0239tx-gaming-abhinavflac-185", + "name": "HP Omen 16-am0239TX Gaming", + "url": "/v1/laptops/hp-omen-16-am0239tx-gaming-abhinavflac-185" + }, + { + "slug": "hp-omen-16-am0241tx-gaming-abhinavflac-344", + "name": "HP Omen 16-am0241TX Gaming", + "url": "/v1/laptops/hp-omen-16-am0241tx-gaming-abhinavflac-344" + }, + { + "slug": "hp-omen-16-am0277tx-gaming-abhinavflac-156", + "name": "HP Omen 16-am0277TX Gaming", + "url": "/v1/laptops/hp-omen-16-am0277tx-gaming-abhinavflac-156" + }, + { + "slug": "hp-omen-16-am0279tx-gaming-abhinavflac-188", + "name": "HP Omen 16-am0279TX Gaming", + "url": "/v1/laptops/hp-omen-16-am0279tx-gaming-abhinavflac-188" + }, + { + "slug": "hp-omen-16-an0012tx-gaming-abhinavflac-179", + "name": "HP Omen 16-an0012TX Gaming", + "url": "/v1/laptops/hp-omen-16-an0012tx-gaming-abhinavflac-179" + }, + { + "slug": "hp-omen-16-an0015tx-gaming-abhinavflac-180", + "name": "HP Omen 16-an0015TX Gaming", + "url": "/v1/laptops/hp-omen-16-an0015tx-gaming-abhinavflac-180" + }, + { + "slug": "hp-omen-16-ap0165ax-gaming-abhinavflac-279", + "name": "HP Omen 16-ap0165AX Gaming", + "url": "/v1/laptops/hp-omen-16-ap0165ax-gaming-abhinavflac-279" + }, + { + "slug": "hp-omen-16-ap0181ax-gaming-abhinavflac-196", + "name": "HP Omen 16-ap0181AX Gaming", + "url": "/v1/laptops/hp-omen-16-ap0181ax-gaming-abhinavflac-196" + }, + { + "slug": "hp-omen-16-ap0182ax-gaming-abhinavflac-52", + "name": "HP Omen 16-ap0182AX Gaming", + "url": "/v1/laptops/hp-omen-16-ap0182ax-gaming-abhinavflac-52" + }, + { + "slug": "hp-omen-16-ap0183ax-gaming-abhinavflac-167", + "name": "HP Omen 16-ap0183AX Gaming", + "url": "/v1/laptops/hp-omen-16-ap0183ax-gaming-abhinavflac-167" + }, + { + "slug": "hp-omen-16-wf0262tx-gaming-abhinavflac-543", + "name": "HP Omen 16-wf0262TX Gaming", + "url": "/v1/laptops/hp-omen-16-wf0262tx-gaming-abhinavflac-543" + }, + { + "slug": "hp-omen-16-wf1171tx-gaming-abhinavflac-742", + "name": "HP Omen 16-wf1171TX Gaming", + "url": "/v1/laptops/hp-omen-16-wf1171tx-gaming-abhinavflac-742" + }, + { + "slug": "hp-omnibook-3-14-ha0000au-abhinavflac-384", + "name": "HP OmniBook 3 14-ha0000AU", + "url": "/v1/laptops/hp-omnibook-3-14-ha0000au-abhinavflac-384" + }, + { + "slug": "hp-omnibook-3-15-fn0007au-ai-abhinavflac-382", + "name": "HP OmniBook 3 15-fn0007AU AI", + "url": "/v1/laptops/hp-omnibook-3-15-fn0007au-ai-abhinavflac-382" + }, + { + "slug": "hp-omnibook-5-16-ba1008tu-abhinavflac-523", + "name": "HP OmniBook 5 16-ba1008TU", + "url": "/v1/laptops/hp-omnibook-5-16-ba1008tu-abhinavflac-523" + }, + { + "slug": "hp-omnibook-5-16-ba1123tu-abhinavflac-465", + "name": "HP OmniBook 5 16-ba1123TU", + "url": "/v1/laptops/hp-omnibook-5-16-ba1123tu-abhinavflac-465" + }, + { + "slug": "hp-omnibook-5-16-fb0001qu-abhinavflac-51", + "name": "HP OmniBook 5 16-fb0001QU", + "url": "/v1/laptops/hp-omnibook-5-16-fb0001qu-abhinavflac-51" + }, + { + "slug": "hp-omnibook-5-flip-14-fp0690tu-abhinavflac-91", + "name": "HP OmniBook 5 Flip 14-fp0690TU", + "url": "/v1/laptops/hp-omnibook-5-flip-14-fp0690tu-abhinavflac-91" + }, + { + "slug": "hp-omnibook-5-flip-14-fp0789tu-abhinavflac-137", + "name": "HP OmniBook 5 Flip 14-fp0789TU", + "url": "/v1/laptops/hp-omnibook-5-flip-14-fp0789tu-abhinavflac-137" + }, + { + "slug": "hp-omnibook-5-next-gen-abhinavflac-398", + "name": "HP OmniBook 5 Next Gen AI 14-he0014QU", + "url": "/v1/laptops/hp-omnibook-5-next-gen-abhinavflac-398" + }, + { + "slug": "hp-omnibook-5-next-gen-abhinavflac-399", + "name": "HP OmniBook 5 Next Gen AI 14-he0015QU", + "url": "/v1/laptops/hp-omnibook-5-next-gen-abhinavflac-399" + }, + { + "slug": "hp-omnibook-5-next-gen-abhinavflac-566", + "name": "HP OmniBook 5 Next Gen AI 16-ag1037au", + "url": "/v1/laptops/hp-omnibook-5-next-gen-abhinavflac-566" + }, + { + "slug": "hp-omnibook-5-next-gen-abhinavflac-567", + "name": "HP OmniBook 5 Next Gen AI 16-ag1048AU", + "url": "/v1/laptops/hp-omnibook-5-next-gen-abhinavflac-567" + }, + { + "slug": "hp-omnibook-7-ai-14-fr0116tu-abhinavflac-110", + "name": "HP OmniBook 7 AI 14-fr0116TU", + "url": "/v1/laptops/hp-omnibook-7-ai-14-fr0116tu-abhinavflac-110" + }, + { + "slug": "hp-omnibook-7-aero-13-bg1678au-abhinavflac-560", + "name": "HP OmniBook 7 Aero 13-bg1678AU Next Gen AI", + "url": "/v1/laptops/hp-omnibook-7-aero-13-bg1678au-abhinavflac-560" + }, + { + "slug": "hp-omnibook-7-abhinavflac-33", + "name": "HP OmniBook 7 FR0066TU", + "url": "/v1/laptops/hp-omnibook-7-abhinavflac-33" + }, + { + "slug": "hp-omnibook-ultra-flip-next-abhinavflac-726", + "name": "HP OmniBook Ultra Flip Next Gen AI 14-fh0026TU", + "url": "/v1/laptops/hp-omnibook-ultra-flip-next-abhinavflac-726" + }, + { + "slug": "hp-omnibook-ultra-flip-next-abhinavflac-727", + "name": "HP OmniBook Ultra Flip Next Gen AI 14-fh0029TU", + "url": "/v1/laptops/hp-omnibook-ultra-flip-next-abhinavflac-727" + }, + { + "slug": "hp-omnibook-x-14-fe0121qu-ai-abhinavflac-917", + "name": "HP OmniBook X 14-fe0121QU AI", + "url": "/v1/laptops/hp-omnibook-x-14-fe0121qu-ai-abhinavflac-917" + }, + { + "slug": "hp-omnibook-x-14-fe1011qu-ai-abhinavflac-754", + "name": "HP OmniBook X 14-fe1011QU AI", + "url": "/v1/laptops/hp-omnibook-x-14-fe1011qu-ai-abhinavflac-754" + }, + { + "slug": "hp-omnibook-x-flip-14-fm0026tu-abhinavflac-563", + "name": "HP OmniBook X Flip 14-fm0026TU Next Gen AI PC", + "url": "/v1/laptops/hp-omnibook-x-flip-14-fm0026tu-abhinavflac-563" + }, + { + "slug": "hp-omnibook-x-flip-14-fm0029tu-abhinavflac-562", + "name": "HP OmniBook X Flip 14-fm0029TU Next Gen AI", + "url": "/v1/laptops/hp-omnibook-x-flip-14-fm0029tu-abhinavflac-562" + }, + { + "slug": "hp-omnibook-x-flip-14-fm0058tu-abhinavflac-561", + "name": "HP OmniBook X Flip 14-fm0058TU Next Gen AI PC", + "url": "/v1/laptops/hp-omnibook-x-flip-14-fm0058tu-abhinavflac-561" + }, + { + "slug": "hp-omnibook-x-flip-14-fm0099tu-abhinavflac-182", + "name": "HP OmniBook X Flip 14-fm0099TU Next Gen AI", + "url": "/v1/laptops/hp-omnibook-x-flip-14-fm0099tu-abhinavflac-182" + }, + { + "slug": "hp-omnibook-x-flip-14-fm0100tu-abhinavflac-201", + "name": "HP OmniBook X Flip 14-fm0100TU Next Gen AI", + "url": "/v1/laptops/hp-omnibook-x-flip-14-fm0100tu-abhinavflac-201" + }, + { + "slug": "hp-pavilion-15-eg3130tu-abhinavflac-916", + "name": "HP Pavilion 15-eg3130TU", + "url": "/v1/laptops/hp-pavilion-15-eg3130tu-abhinavflac-916" + }, + { + "slug": "hp-pavilion-15-eh1137au-abhinavflac-804", + "name": "HP Pavilion 15-eh1137AU", + "url": "/v1/laptops/hp-pavilion-15-eh1137au-abhinavflac-804" + }, + { + "slug": "hp-pavilion-16-ai-16-ag0019au-abhinavflac-884", + "name": "HP Pavilion 16 AI 16-ag0019AU", + "url": "/v1/laptops/hp-pavilion-16-ai-16-ag0019au-abhinavflac-884" + }, + { + "slug": "hp-pavilion-16-af0056tu-abhinavflac-818", + "name": "HP Pavilion 16-af0056TU", + "url": "/v1/laptops/hp-pavilion-16-af0056tu-abhinavflac-818" + }, + { + "slug": "hp-pavilion-16-af0069tu-abhinavflac-306", + "name": "HP Pavilion 16-af0069TU", + "url": "/v1/laptops/hp-pavilion-16-af0069tu-abhinavflac-306" + }, + { + "slug": "hp-pavilion-ai-14-ew1112tu-abhinavflac-647", + "name": "HP Pavilion AI 14-ew1112TU", + "url": "/v1/laptops/hp-pavilion-ai-14-ew1112tu-abhinavflac-647" + }, + { + "slug": "hp-pavilion-aero-13-bg0016au-abhinavflac-968", + "name": "HP Pavilion Aero 13-bg0016AU", + "url": "/v1/laptops/hp-pavilion-aero-13-bg0016au-abhinavflac-968" + }, + { + "slug": "hp-pavilion-aero-13-bg0017au-abhinavflac-959", + "name": "HP Pavilion Aero 13-bg0017AU", + "url": "/v1/laptops/hp-pavilion-aero-13-bg0017au-abhinavflac-959" + }, + { + "slug": "hp-pavilion-plus-14-ew0107tu-abhinavflac-652", + "name": "HP Pavilion Plus 14-ew0107TU", + "url": "/v1/laptops/hp-pavilion-plus-14-ew0107tu-abhinavflac-652" + }, + { + "slug": "hp-pavilion-plus-14-ew0115tu-abhinavflac-831", + "name": "HP Pavilion Plus 14-ew0115TU", + "url": "/v1/laptops/hp-pavilion-plus-14-ew0115tu-abhinavflac-831" + }, + { + "slug": "hp-pavilion-x360-14-ek1148tu-abhinavflac-648", + "name": "HP Pavilion x360 14-ek1148TU", + "url": "/v1/laptops/hp-pavilion-x360-14-ek1148tu-abhinavflac-648" + }, + { + "slug": "hp-pavilion-x360-14-ek1149tu-abhinavflac-608", + "name": "HP Pavilion x360 14-ek1149TU", + "url": "/v1/laptops/hp-pavilion-x360-14-ek1149tu-abhinavflac-608" + }, + { + "slug": "hp-pavilion-x360-14-ek1151tu-abhinavflac-649", + "name": "HP Pavilion x360 14-ek1151TU", + "url": "/v1/laptops/hp-pavilion-x360-14-ek1151tu-abhinavflac-649" + }, + { + "slug": "hp-pro-book-440-g10-abhinavflac-146", + "name": "HP Pro Book 440 G10 14", + "url": "/v1/laptops/hp-pro-book-440-g10-abhinavflac-146" + }, + { + "slug": "hp-probook-440-g9-abhinavflac-732", + "name": "HP ProBook 440 G9 821P0PA", + "url": "/v1/laptops/hp-probook-440-g9-abhinavflac-732" + }, + { + "slug": "hp-probook-440-g9-abhinavflac-888", + "name": "HP ProBook 440 G9 9S706AT", + "url": "/v1/laptops/hp-probook-440-g9-abhinavflac-888" + }, + { + "slug": "hp-probook-635-aero-g8-abhinavflac-366", + "name": "HP ProBook 635 Aero G8 4Q1T0PA", + "url": "/v1/laptops/hp-probook-635-aero-g8-abhinavflac-366" + }, + { + "slug": "hp-spectre-x360-14-eu0670tu-abhinavflac-322", + "name": "HP Spectre x360 14-eu0670TU", + "url": "/v1/laptops/hp-spectre-x360-14-eu0670tu-abhinavflac-322" + }, + { + "slug": "hp-spectre-x360-16-aa0015tu-abhinavflac-992", + "name": "HP Spectre x360 16-aa0015TU", + "url": "/v1/laptops/hp-spectre-x360-16-aa0015tu-abhinavflac-992" + }, + { + "slug": "hp-victus-15-fa1400tx-gaming-abhinavflac-868", + "name": "HP Victus 15-FA1400TX Gaming", + "url": "/v1/laptops/hp-victus-15-fa1400tx-gaming-abhinavflac-868" + }, + { + "slug": "hp-victus-15-fa1411tx-gaming-abhinavflac-869", + "name": "HP Victus 15-FA1411TX Gaming", + "url": "/v1/laptops/hp-victus-15-fa1411tx-gaming-abhinavflac-869" + }, + { + "slug": "hp-victus-15-fa1415tx-gaming-abhinavflac-644", + "name": "HP Victus 15-FA1415TX Gaming", + "url": "/v1/laptops/hp-victus-15-fa1415tx-gaming-abhinavflac-644" + }, + { + "slug": "hp-victus-15-fa0333tx-gaming-abhinavflac-928", + "name": "HP Victus 15-fa0333TX Gaming", + "url": "/v1/laptops/hp-victus-15-fa0333tx-gaming-abhinavflac-928" + }, + { + "slug": "hp-victus-15-fa1010ca-gaming-abhinavflac-97", + "name": "HP Victus 15-fa1010ca Gaming", + "url": "/v1/laptops/hp-victus-15-fa1010ca-gaming-abhinavflac-97" + }, + { + "slug": "hp-victus-15-fa1082wm-gaming-abhinavflac-10", + "name": "HP Victus 15-fa1082wm Gaming", + "url": "/v1/laptops/hp-victus-15-fa1082wm-gaming-abhinavflac-10" + }, + { + "slug": "hp-victus-15-fa1346tx-gaming-abhinavflac-785", + "name": "HP Victus 15-fa1346TX Gaming", + "url": "/v1/laptops/hp-victus-15-fa1346tx-gaming-abhinavflac-785" + }, + { + "slug": "hp-victus-15-fa1388tx-gaming-abhinavflac-931", + "name": "HP Victus 15-fa1388TX Gaming", + "url": "/v1/laptops/hp-victus-15-fa1388tx-gaming-abhinavflac-931" + }, + { + "slug": "hp-victus-15-fa2077tx-gaming-abhinavflac-471", + "name": "HP Victus 15-fa2077TX Gaming", + "url": "/v1/laptops/hp-victus-15-fa2077tx-gaming-abhinavflac-471" + }, + { + "slug": "hp-victus-15-fa2103tx-gaming-abhinavflac-116", + "name": "HP Victus 15-fa2103tx Gaming", + "url": "/v1/laptops/hp-victus-15-fa2103tx-gaming-abhinavflac-116" + }, + { + "slug": "hp-victus-15-fa2104tx-gaming-abhinavflac-332", + "name": "HP Victus 15-fa2104TX Gaming", + "url": "/v1/laptops/hp-victus-15-fa2104tx-gaming-abhinavflac-332" + }, + { + "slug": "hp-victus-15-fa2190tx-gaming-abhinavflac-393", + "name": "HP Victus 15-fa2190TX Gaming", + "url": "/v1/laptops/hp-victus-15-fa2190tx-gaming-abhinavflac-393" + }, + { + "slug": "hp-victus-15-fa2191tx-gaming-abhinavflac-264", + "name": "HP Victus 15-fa2191TX Gaming", + "url": "/v1/laptops/hp-victus-15-fa2191tx-gaming-abhinavflac-264" + }, + { + "slug": "hp-victus-15-fa2192tx-gaming-abhinavflac-273", + "name": "HP Victus 15-fa2192TX Gaming", + "url": "/v1/laptops/hp-victus-15-fa2192tx-gaming-abhinavflac-273" + }, + { + "slug": "hp-victus-15-fa2197tx-gaming-abhinavflac-69", + "name": "HP Victus 15-fa2197TX Gaming", + "url": "/v1/laptops/hp-victus-15-fa2197tx-gaming-abhinavflac-69" + }, + { + "slug": "hp-victus-15-fa2303tx-gaming-abhinavflac-9", + "name": "HP Victus 15-fa2303tx Gaming", + "url": "/v1/laptops/hp-victus-15-fa2303tx-gaming-abhinavflac-9" + }, + { + "slug": "hp-victus-15-fa2309tx-gaming-abhinavflac-370", + "name": "HP Victus 15-fa2309TX Gaming", + "url": "/v1/laptops/hp-victus-15-fa2309tx-gaming-abhinavflac-370" + }, + { + "slug": "hp-victus-15-fa2375tx-gaming-abhinavflac-70", + "name": "HP Victus 15-fa2375TX Gaming", + "url": "/v1/laptops/hp-victus-15-fa2375tx-gaming-abhinavflac-70" + }, + { + "slug": "hp-victus-15-fa2700tx-gaming-abhinavflac-666", + "name": "HP Victus 15-fa2700TX Gaming", + "url": "/v1/laptops/hp-victus-15-fa2700tx-gaming-abhinavflac-666" + }, + { + "slug": "hp-victus-15-fa2701tx-gaming-abhinavflac-556", + "name": "HP Victus 15-fa2701TX Gaming", + "url": "/v1/laptops/hp-victus-15-fa2701tx-gaming-abhinavflac-556" + }, + { + "slug": "hp-victus-15-fa2703tx-gaming-abhinavflac-667", + "name": "HP Victus 15-fa2703TX Gaming", + "url": "/v1/laptops/hp-victus-15-fa2703tx-gaming-abhinavflac-667" + }, + { + "slug": "hp-victus-15-fb0185ax-gaming-abhinavflac-470", + "name": "HP Victus 15-fb0185AX Gaming", + "url": "/v1/laptops/hp-victus-15-fb0185ax-gaming-abhinavflac-470" + }, + { + "slug": "hp-victus-15-fb2703tx-gaming-abhinavflac-643", + "name": "HP Victus 15-fb2703tx Gaming", + "url": "/v1/laptops/hp-victus-15-fb2703tx-gaming-abhinavflac-643" + }, + { + "slug": "hp-victus-15-fb3003ax-gaming-abhinavflac-663", + "name": "HP Victus 15-fb3003AX Gaming", + "url": "/v1/laptops/hp-victus-15-fb3003ax-gaming-abhinavflac-663" + }, + { + "slug": "hp-victus-15-fb3004ax-gaming-abhinavflac-402", + "name": "HP Victus 15-fb3004AX Gaming", + "url": "/v1/laptops/hp-victus-15-fb3004ax-gaming-abhinavflac-402" + }, + { + "slug": "hp-victus-15-fb3011ax-gaming-abhinavflac-554", + "name": "HP Victus 15-fb3011AX Gaming", + "url": "/v1/laptops/hp-victus-15-fb3011ax-gaming-abhinavflac-554" + }, + { + "slug": "hp-victus-15-fb3012ax-gaming-abhinavflac-568", + "name": "HP Victus 15-fb3012AX Gaming", + "url": "/v1/laptops/hp-victus-15-fb3012ax-gaming-abhinavflac-568" + }, + { + "slug": "hp-victus-15-fb3025ax-gaming-abhinavflac-687", + "name": "HP Victus 15-fb3025AX Gaming", + "url": "/v1/laptops/hp-victus-15-fb3025ax-gaming-abhinavflac-687" + }, + { + "slug": "hp-victus-15-fb3118ax-gaming-abhinavflac-232", + "name": "HP Victus 15-fb3118AX Gaming", + "url": "/v1/laptops/hp-victus-15-fb3118ax-gaming-abhinavflac-232" + }, + { + "slug": "hp-victus-15-fb3120ax-gaming-abhinavflac-153", + "name": "HP Victus 15-fb3120AX Gaming", + "url": "/v1/laptops/hp-victus-15-fb3120ax-gaming-abhinavflac-153" + }, + { + "slug": "hp-victus-15-fb3122ax-gaming-abhinavflac-244", + "name": "HP Victus 15-fb3122AX Gaming", + "url": "/v1/laptops/hp-victus-15-fb3122ax-gaming-abhinavflac-244" + }, + { + "slug": "hp-victus-15-fb3123ax-gaming-abhinavflac-239", + "name": "HP Victus 15-fb3123AX Gaming", + "url": "/v1/laptops/hp-victus-15-fb3123ax-gaming-abhinavflac-239" + }, + { + "slug": "hp-victus-15-fb3124ax-gaming-abhinavflac-270", + "name": "HP Victus 15-fb3124AX Gaming", + "url": "/v1/laptops/hp-victus-15-fb3124ax-gaming-abhinavflac-270" + }, + { + "slug": "hp-victus-15-fb3125ax-gaming-abhinavflac-241", + "name": "HP Victus 15-fb3125AX Gaming", + "url": "/v1/laptops/hp-victus-15-fb3125ax-gaming-abhinavflac-241" + }, + { + "slug": "hp-victus-15-fb3134ax-gaming-abhinavflac-363", + "name": "HP Victus 15-fb3134AX Gaming", + "url": "/v1/laptops/hp-victus-15-fb3134ax-gaming-abhinavflac-363" + }, + { + "slug": "hp-victus-15-fb3185ax-gaming-abhinavflac-311", + "name": "HP Victus 15-fb3185AX Gaming", + "url": "/v1/laptops/hp-victus-15-fb3185ax-gaming-abhinavflac-311" + }, + { + "slug": "hp-victus-15-fb3189ax-gaming-abhinavflac-108", + "name": "HP Victus 15-fb3189AX Gaming", + "url": "/v1/laptops/hp-victus-15-fb3189ax-gaming-abhinavflac-108" + }, + { + "slug": "hp-victus-16-r1705tx-gaming-abhinavflac-394", + "name": "HP Victus 16-r1705TX Gaming", + "url": "/v1/laptops/hp-victus-16-r1705tx-gaming-abhinavflac-394" + }, + { + "slug": "hp-victus-16-r1707tx-gaming-abhinavflac-295", + "name": "HP Victus 16-r1707TX Gaming", + "url": "/v1/laptops/hp-victus-16-r1707tx-gaming-abhinavflac-295" + }, + { + "slug": "hp-victus-16-wf1150tx-gaming-abhinavflac-743", + "name": "HP Victus 16-wf1150TX Gaming", + "url": "/v1/laptops/hp-victus-16-wf1150tx-gaming-abhinavflac-743" + }, + { + "slug": "hp-victus-gaming-abhinavflac-691", + "name": "HP Victus FA1198TX Gaming", + "url": "/v1/laptops/hp-victus-gaming-abhinavflac-691" + }, + { + "slug": "hp-victus-special-edition-15-fa1379tx-abhinavflac-907", + "name": "HP Victus Special Edition 15-fa1379TX Gaming", + "url": "/v1/laptops/hp-victus-special-edition-15-fa1379tx-abhinavflac-907" + }, + { + "slug": "hp-victus-special-edition-15-fa1382tx-abhinavflac-915", + "name": "HP Victus Special Edition 15-fa1382TX Gaming", + "url": "/v1/laptops/hp-victus-special-edition-15-fa1382tx-abhinavflac-915" + }, + { + "slug": "hp-victus-special-edition-15-fa1389tx-abhinavflac-925", + "name": "HP Victus Special Edition 15-fa1389TX Gaming", + "url": "/v1/laptops/hp-victus-special-edition-15-fa1389tx-abhinavflac-925" + }, + { + "slug": "hp-victus-15-fb0180ax-gaming-abhinavflac-588", + "name": "HP Victus ‎15-fb0180AX Gaming", + "url": "/v1/laptops/hp-victus-15-fb0180ax-gaming-abhinavflac-588" + }, + { + "slug": "hp-zbook-firefly-14-g10-abhinavflac-760", + "name": "HP ZBook Firefly 14 G10 8F6C8PA Workstation", + "url": "/v1/laptops/hp-zbook-firefly-14-g10-abhinavflac-760" + }, + { + "slug": "hp-zbook-firefly-14-g10-abhinavflac-796", + "name": "HP ZBook Firefly 14 G10 8F6D3PA Workstation", + "url": "/v1/laptops/hp-zbook-firefly-14-g10-abhinavflac-796" + }, + { + "slug": "hp-zbook-firefly-14-g11-abhinavflac-728", + "name": "HP ZBook Firefly 14 G11 A1VL0PT", + "url": "/v1/laptops/hp-zbook-firefly-14-g11-abhinavflac-728" + }, + { + "slug": "hp-zbook-firefly-14-g11-abhinavflac-835", + "name": "HP ZBook Firefly 14 G11 A1VR2PT", + "url": "/v1/laptops/hp-zbook-firefly-14-g11-abhinavflac-835" + }, + { + "slug": "hp-zbook-firefly-14-g11-abhinavflac-24", + "name": "HP ZBook Firefly 14 G11 A1VR3PT", + "url": "/v1/laptops/hp-zbook-firefly-14-g11-abhinavflac-24" + }, + { + "slug": "hp-zbook-firefly-14-g11-abhinavflac-789", + "name": "HP ZBook Firefly 14 G11 A92TYPT", + "url": "/v1/laptops/hp-zbook-firefly-14-g11-abhinavflac-789" + }, + { + "slug": "hp-zbook-firefly-14-g11-abhinavflac-790", + "name": "HP ZBook Firefly 14 G11 A92U2PT", + "url": "/v1/laptops/hp-zbook-firefly-14-g11-abhinavflac-790" + }, + { + "slug": "hp-zbook-firefly-14-g11-abhinavflac-788", + "name": "HP ZBook Firefly 14 G11 A92U3PT", + "url": "/v1/laptops/hp-zbook-firefly-14-g11-abhinavflac-788" + }, + { + "slug": "hp-zbook-firefly-16-workstation-abhinavflac-123", + "name": "HP ZBook Firefly 16 8F6K1PA Workstation", + "url": "/v1/laptops/hp-zbook-firefly-16-workstation-abhinavflac-123" + }, + { + "slug": "hp-zbook-firefly-16-g10-abhinavflac-787", + "name": "HP ZBook Firefly 16 G10 8F6J8PA", + "url": "/v1/laptops/hp-zbook-firefly-16-g10-abhinavflac-787" + }, + { + "slug": "hp-zbook-firefly-16-g11-abhinavflac-119", + "name": "HP ZBook Firefly 16 G11", + "url": "/v1/laptops/hp-zbook-firefly-16-g11-abhinavflac-119" + }, + { + "slug": "hp-zbook-firefly-16-g11-abhinavflac-722", + "name": "HP ZBook Firefly 16 G11 A1VX6PT", + "url": "/v1/laptops/hp-zbook-firefly-16-g11-abhinavflac-722" + }, + { + "slug": "hp-zbook-fury-16-g10-abhinavflac-82", + "name": "HP ZBook Fury 16 G10 8Y522EC Mobile Workstation", + "url": "/v1/laptops/hp-zbook-fury-16-g10-abhinavflac-82" + }, + { + "slug": "hp-zbook-power-g11-abhinavflac-61", + "name": "HP ZBook Power G11 A8WM1PT", + "url": "/v1/laptops/hp-zbook-power-g11-abhinavflac-61" + }, + { + "slug": "hp-zbook-power-g11-abhinavflac-863", + "name": "HP ZBook Power G11 A8WM4PT", + "url": "/v1/laptops/hp-zbook-power-g11-abhinavflac-863" + }, + { + "slug": "hp-zbook-power-g11-abhinavflac-57", + "name": "HP ZBook Power G11 A8WM9PT", + "url": "/v1/laptops/hp-zbook-power-g11-abhinavflac-57" + }, + { + "slug": "hp-zbook-power-g11-abhinavflac-864", + "name": "HP ZBook Power G11 A8WN1PT", + "url": "/v1/laptops/hp-zbook-power-g11-abhinavflac-864" + }, + { + "slug": "hp-zbook-power-g11-abhinavflac-56", + "name": "HP ZBook Power G11 A8WN2PT", + "url": "/v1/laptops/hp-zbook-power-g11-abhinavflac-56" + }, + { + "slug": "hp-zbook-firefly-14-g10-abhinavflac-646", + "name": "HP Zbook Firefly 14 G10 918R5PA Workstation", + "url": "/v1/laptops/hp-zbook-firefly-14-g10-abhinavflac-646" + }, + { + "slug": "hp-15-fd0465tu-abhinavflac-685", + "name": "HP ‎15-fd0465TU", + "url": "/v1/laptops/hp-15-fd0465tu-abhinavflac-685" + }, + { + "slug": "hp-15-fd0467tu-abhinavflac-686", + "name": "HP ‎15-fd0467TU", + "url": "/v1/laptops/hp-15-fd0467tu-abhinavflac-686" + }, + { + "slug": "hp-15-fd0468tu-abhinavflac-589", + "name": "HP ‎15-fd0468TU", + "url": "/v1/laptops/hp-15-fd0468tu-abhinavflac-589" + }, + { + "slug": "infinix-inbook-y2-plus-xl29-abhinavflac-871", + "name": "Infinix INBook Y2 Plus XL29", + "url": "/v1/laptops/infinix-inbook-y2-plus-xl29-abhinavflac-871" + }, + { + "slug": "infinix-inbook-y3-max-abhinavflac-876", + "name": "Infinix INBook Y3 Max", + "url": "/v1/laptops/infinix-inbook-y3-max-abhinavflac-876" + }, + { + "slug": "infinix-inbook-y3-max-series-abhinavflac-875", + "name": "Infinix INBook Y3 Max Series YL613", + "url": "/v1/laptops/infinix-inbook-y3-max-series-abhinavflac-875" + }, + { + "slug": "infinix-inbook-y3-max-abhinavflac-873", + "name": "Infinix INBook Y3 Max YL613", + "url": "/v1/laptops/infinix-inbook-y3-max-abhinavflac-873" + }, + { + "slug": "infinix-inbook-air-pro-plus-abhinavflac-795", + "name": "Infinix Inbook Air Pro Plus XL434", + "url": "/v1/laptops/infinix-inbook-air-pro-plus-abhinavflac-795" + }, + { + "slug": "infinix-xbook-b15-abhinavflac-212", + "name": "Infinix XBOOK B15 BL51A5", + "url": "/v1/laptops/infinix-xbook-b15-abhinavflac-212" + }, + { + "slug": "infinix-xbook-b15-series-5500uu-abhinavflac-211", + "name": "Infinix XBOOK B15 Series BL51A5 (5500UU / 16GB / 512GB / Radeon / Windows)", + "url": "/v1/laptops/infinix-xbook-b15-series-5500uu-abhinavflac-211" + }, + { + "slug": "infinix-xbook-b15-series-5825uu-abhinavflac-210", + "name": "Infinix XBOOK B15 Series BL51A5 (5825UU / 16GB / 512GB / Radeon / Windows)", + "url": "/v1/laptops/infinix-xbook-b15-series-5825uu-abhinavflac-210" + }, + { + "slug": "infinix-xbook-b15-series-abhinavflac-186", + "name": "Infinix XBOOK B15 Series BL51A5 71028300082", + "url": "/v1/laptops/infinix-xbook-b15-series-abhinavflac-186" + }, + { + "slug": "infinix-zero-book-ultra-ai-abhinavflac-962", + "name": "Infinix Zero Book Ultra AI ZL514", + "url": "/v1/laptops/infinix-zero-book-ultra-ai-abhinavflac-962" + }, + { + "slug": "lenovo-chromebook-abhinavflac-415", + "name": "Lenovo Chromebook 82UY0014HA", + "url": "/v1/laptops/lenovo-chromebook-abhinavflac-415" + }, + { + "slug": "lenovo-ideapad-1-abhinavflac-991", + "name": "Lenovo IdeaPad 1 14IGL7 82V6009LIN", + "url": "/v1/laptops/lenovo-ideapad-1-abhinavflac-991" + }, + { + "slug": "lenovo-ideapad-1-abhinavflac-918", + "name": "Lenovo IdeaPad 1 15ALC7 82R400EFIN", + "url": "/v1/laptops/lenovo-ideapad-1-abhinavflac-918" + }, + { + "slug": "lenovo-ideapad-1-abhinavflac-49", + "name": "Lenovo IdeaPad 1 15ALC7 82R400XSIN", + "url": "/v1/laptops/lenovo-ideapad-1-abhinavflac-49" + }, + { + "slug": "lenovo-ideapad-1-abhinavflac-702", + "name": "Lenovo IdeaPad 1 15ALC7 82R4010DIN", + "url": "/v1/laptops/lenovo-ideapad-1-abhinavflac-702" + }, + { + "slug": "lenovo-ideapad-1-15ijl7-abhinavflac-418", + "name": "Lenovo IdeaPad 1 ‎15IJL7 82LX00F7IN", + "url": "/v1/laptops/lenovo-ideapad-1-15ijl7-abhinavflac-418" + }, + { + "slug": "lenovo-ideapad-3-chromebook-abhinavflac-906", + "name": "Lenovo IdeaPad 3 11IGL05 82BA0029HA Chromebook", + "url": "/v1/laptops/lenovo-ideapad-3-chromebook-abhinavflac-906" + }, + { + "slug": "lenovo-ideapad-3-abhinavflac-960", + "name": "Lenovo IdeaPad 3 14IAU7 82RJ00FFIN", + "url": "/v1/laptops/lenovo-ideapad-3-abhinavflac-960" + }, + { + "slug": "lenovo-ideapad-3-abhinavflac-822", + "name": "Lenovo IdeaPad 3 14IAU7 82RJ00FUIN", + "url": "/v1/laptops/lenovo-ideapad-3-abhinavflac-822" + }, + { + "slug": "lenovo-ideapad-3-abhinavflac-614", + "name": "Lenovo IdeaPad 3 15IAU7 82RK019GIN", + "url": "/v1/laptops/lenovo-ideapad-3-abhinavflac-614" + }, + { + "slug": "lenovo-ideapad-3-abhinavflac-801", + "name": "Lenovo IdeaPad 3 15IJL6 82N4004QHA", + "url": "/v1/laptops/lenovo-ideapad-3-abhinavflac-801" + }, + { + "slug": "lenovo-ideapad-3-abhinavflac-90", + "name": "Lenovo IdeaPad 3 15ITL05 82H802L3IN", + "url": "/v1/laptops/lenovo-ideapad-3-abhinavflac-90" + }, + { + "slug": "lenovo-ideapad-3-abhinavflac-902", + "name": "Lenovo IdeaPad 3 82RJ00F1IN", + "url": "/v1/laptops/lenovo-ideapad-3-abhinavflac-902" + }, + { + "slug": "lenovo-ideapad-3-abhinavflac-845", + "name": "Lenovo IdeaPad 3 82RK017PIN", + "url": "/v1/laptops/lenovo-ideapad-3-abhinavflac-845" + }, + { + "slug": "lenovo-ideapad-3-abhinavflac-771", + "name": "Lenovo IdeaPad 3 82RK017RIN", + "url": "/v1/laptops/lenovo-ideapad-3-abhinavflac-771" + }, + { + "slug": "lenovo-ideapad-3-14iau7-abhinavflac-570", + "name": "Lenovo IdeaPad 3 ‎14IAU7 82RJ00G0IN", + "url": "/v1/laptops/lenovo-ideapad-3-14iau7-abhinavflac-570" + }, + { + "slug": "lenovo-ideapad-3-14iau7-abhinavflac-385", + "name": "Lenovo IdeaPad 3 ‎14IAU7 82RJ00G5IN", + "url": "/v1/laptops/lenovo-ideapad-3-14iau7-abhinavflac-385" + }, + { + "slug": "lenovo-ideapad-5-abhinavflac-833", + "name": "Lenovo IdeaPad 5 14IRH9 83KX0018IN", + "url": "/v1/laptops/lenovo-ideapad-5-abhinavflac-833" + }, + { + "slug": "lenovo-ideapad-5-abhinavflac-812", + "name": "Lenovo IdeaPad 5 14IRH9 83KX0019IN", + "url": "/v1/laptops/lenovo-ideapad-5-abhinavflac-812" + }, + { + "slug": "lenovo-ideapad-5-abhinavflac-151", + "name": "Lenovo IdeaPad 5 14IRH9 83KX004QIN", + "url": "/v1/laptops/lenovo-ideapad-5-abhinavflac-151" + }, + { + "slug": "lenovo-ideapad-5-abhinavflac-693", + "name": "Lenovo IdeaPad 5 14IRH9 83KX0058IN", + "url": "/v1/laptops/lenovo-ideapad-5-abhinavflac-693" + }, + { + "slug": "lenovo-ideapad-5-abhinavflac-690", + "name": "Lenovo IdeaPad 5 14IRH9 83KX0059IN", + "url": "/v1/laptops/lenovo-ideapad-5-abhinavflac-690" + }, + { + "slug": "lenovo-ideapad-5-2-in-1-abhinavflac-353", + "name": "Lenovo IdeaPad 5 2-in-1 14AKP10 83KT000LIN", + "url": "/v1/laptops/lenovo-ideapad-5-2-in-1-abhinavflac-353" + }, + { + "slug": "lenovo-ideapad-5-2-in-1-abhinavflac-354", + "name": "Lenovo IdeaPad 5 2-in-1 14IAL10 83KR000HIN", + "url": "/v1/laptops/lenovo-ideapad-5-2-in-1-abhinavflac-354" + }, + { + "slug": "lenovo-ideapad-5i-abhinavflac-986", + "name": "Lenovo IdeaPad 5i 83DT004SIN", + "url": "/v1/laptops/lenovo-ideapad-5i-abhinavflac-986" + }, + { + "slug": "lenovo-ideapad-flex-5-abhinavflac-222", + "name": "Lenovo IdeaPad Flex 5 14ABR8 82XX00G3IN", + "url": "/v1/laptops/lenovo-ideapad-flex-5-abhinavflac-222" + }, + { + "slug": "lenovo-ideapad-flex-5-abhinavflac-283", + "name": "Lenovo IdeaPad Flex 5 14ALC7 82R900HJIN", + "url": "/v1/laptops/lenovo-ideapad-flex-5-abhinavflac-283" + }, + { + "slug": "lenovo-ideapad-pro-5-gaming-abhinavflac-582", + "name": "Lenovo IdeaPad Pro 5 83D2004XIN Gaming", + "url": "/v1/laptops/lenovo-ideapad-pro-5-gaming-abhinavflac-582" + }, + { + "slug": "lenovo-ideapad-pro-5-gaming-abhinavflac-356", + "name": "Lenovo IdeaPad Pro 5 83JK000AIN Gaming", + "url": "/v1/laptops/lenovo-ideapad-pro-5-gaming-abhinavflac-356" + }, + { + "slug": "lenovo-ideapad-slim-1-15igl7-abhinavflac-703", + "name": "Lenovo IdeaPad Slim 1 ‎15IGL7 82V700KHIN", + "url": "/v1/laptops/lenovo-ideapad-slim-1-15igl7-abhinavflac-703" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-809", + "name": "Lenovo IdeaPad Slim 3 14AMN8 82XN006TIN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-809" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-987", + "name": "Lenovo IdeaPad Slim 3 14IAH8 83EQ0063IN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-987" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-293", + "name": "Lenovo IdeaPad Slim 3 14IRH10 83K00034IN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-293" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-965", + "name": "Lenovo IdeaPad Slim 3 14IRU8 82X6004GIN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-965" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-268", + "name": "Lenovo IdeaPad Slim 3 14IRU8 82X60062IN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-268" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-372", + "name": "Lenovo IdeaPad Slim 3 15ABR8 82XM00MTIN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-372" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-550", + "name": "Lenovo IdeaPad Slim 3 15ABR8 82XM00MUIN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-550" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-553", + "name": "Lenovo IdeaPad Slim 3 15ABR8 82XM00UFIN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-553" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-276", + "name": "Lenovo IdeaPad Slim 3 15ABR8 82XM0116IN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-276" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-164", + "name": "Lenovo IdeaPad Slim 3 15ABR8 82XM0118IN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-164" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-692", + "name": "Lenovo IdeaPad Slim 3 15AMN8 82XQ00MCIN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-692" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-374", + "name": "Lenovo IdeaPad Slim 3 15AMN8 82XQ00MDIN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-374" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-34", + "name": "Lenovo IdeaPad Slim 3 15AMN8 82XQ00NYIN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-34" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-706", + "name": "Lenovo IdeaPad Slim 3 15IAH8 83ER00KPIN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-706" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-697", + "name": "Lenovo IdeaPad Slim 3 15IAH8 83ER00KRIN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-697" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-416", + "name": "Lenovo IdeaPad Slim 3 15IAH8 83ER00KSIN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-416" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-287", + "name": "Lenovo IdeaPad Slim 3 15IAH8 83ER00MCIN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-287" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-280", + "name": "Lenovo IdeaPad Slim 3 15IAH8 83ER00MDIN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-280" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-100", + "name": "Lenovo IdeaPad Slim 3 15IRH10 83K100C6IN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-100" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-555", + "name": "Lenovo IdeaPad Slim 3 15IRH10 83K100CFIN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-555" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-841", + "name": "Lenovo IdeaPad Slim 3 15IRU8 82X700C8IN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-841" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-572", + "name": "Lenovo IdeaPad Slim 3 15IRU8 82X700F0IN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-572" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-296", + "name": "Lenovo IdeaPad Slim 3 15IRU8 82X700G6IN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-296" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-134", + "name": "Lenovo IdeaPad Slim 3 15IRU8 82X700HMIN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-134" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-312", + "name": "Lenovo IdeaPad Slim 3 15Q8X10 83N30020IN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-312" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-982", + "name": "Lenovo IdeaPad Slim 3 82RJ00FGIN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-982" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-467", + "name": "Lenovo IdeaPad Slim 3 82RK019DIN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-467" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-756", + "name": "Lenovo IdeaPad Slim 3 82X70034IN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-756" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-368", + "name": "Lenovo IdeaPad Slim 3 82X700G5IN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-368" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-761", + "name": "Lenovo IdeaPad Slim 3 82XM00G1IN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-761" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-580", + "name": "Lenovo IdeaPad Slim 3 82XM00QDIN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-580" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-422", + "name": "Lenovo IdeaPad Slim 3 82XM00UGIN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-422" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-50", + "name": "Lenovo IdeaPad Slim 3 82XM0113IN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-50" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-740", + "name": "Lenovo IdeaPad Slim 3 83EL003PIN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-740" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-60", + "name": "Lenovo IdeaPad Slim 3 83EM00GYIN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-60" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-716", + "name": "Lenovo IdeaPad Slim 3 83EM00H0IN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-716" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-304", + "name": "Lenovo IdeaPad Slim 3 83EM00H6IN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-304" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-80", + "name": "Lenovo IdeaPad Slim 3 83K100C9IN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-80" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-494", + "name": "Lenovo IdeaPad Slim 3 83K100CGIN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-494" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-581", + "name": "Lenovo IdeaPad Slim 3 83K100CJIN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-581" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-2", + "name": "Lenovo IdeaPad Slim 3 83K100HSIN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-2" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-294", + "name": "Lenovo IdeaPad Slim 3 83K100N9IN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-294" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-298", + "name": "Lenovo IdeaPad Slim 3 83K100PLIN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-298" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-302", + "name": "Lenovo IdeaPad Slim 3 83K4004UIN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-302" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-301", + "name": "Lenovo IdeaPad Slim 3 83K4004VIN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-301" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-74", + "name": "Lenovo IdeaPad Slim 3 83N3002QIN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-74" + }, + { + "slug": "lenovo-ideapad-slim-3-14iah8-abhinavflac-529", + "name": "Lenovo IdeaPad Slim 3 ‎14IAH8 83EQ0074IN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-14iah8-abhinavflac-529" + }, + { + "slug": "lenovo-ideapad-slim-5-abhinavflac-664", + "name": "Lenovo IdeaPad Slim 5 13ARP10 83J2000HIN", + "url": "/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-664" + }, + { + "slug": "lenovo-ideapad-slim-5-abhinavflac-551", + "name": "Lenovo IdeaPad Slim 5 13ARP10 83J2003NIN", + "url": "/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-551" + }, + { + "slug": "lenovo-ideapad-slim-5-2025-abhinavflac-528", + "name": "Lenovo IdeaPad Slim 5 14AKP10 2025 83HX001NIN", + "url": "/v1/laptops/lenovo-ideapad-slim-5-2025-abhinavflac-528" + }, + { + "slug": "lenovo-ideapad-slim-5-abhinavflac-55", + "name": "Lenovo IdeaPad Slim 5 14AKP10 83HX008XIN", + "url": "/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-55" + }, + { + "slug": "lenovo-ideapad-slim-5-abhinavflac-988", + "name": "Lenovo IdeaPad Slim 5 14IMH9 83DA0002IN", + "url": "/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-988" + }, + { + "slug": "lenovo-ideapad-slim-5-abhinavflac-364", + "name": "Lenovo IdeaPad Slim 5 14IRH10 83HR009LIN", + "url": "/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-364" + }, + { + "slug": "lenovo-ideapad-slim-5-abhinavflac-371", + "name": "Lenovo IdeaPad Slim 5 14IRH10 83HR009MIN", + "url": "/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-371" + }, + { + "slug": "lenovo-ideapad-slim-5-abhinavflac-512", + "name": "Lenovo IdeaPad Slim 5 14Q8X9 83HL003NIN", + "url": "/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-512" + }, + { + "slug": "lenovo-ideapad-slim-5-abhinavflac-901", + "name": "Lenovo IdeaPad Slim 5 16IMH9 83DC003GIN", + "url": "/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-901" + }, + { + "slug": "lenovo-ideapad-slim-5-abhinavflac-35", + "name": "Lenovo IdeaPad Slim 5 16IMH9 83DC00ACIN", + "url": "/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-35" + }, + { + "slug": "lenovo-ideapad-slim-5-abhinavflac-707", + "name": "Lenovo IdeaPad Slim 5 83DC008VIN", + "url": "/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-707" + }, + { + "slug": "lenovo-ideapad-slim-5-abhinavflac-152", + "name": "Lenovo IdeaPad Slim 5 83DC0094IN", + "url": "/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-152" + }, + { + "slug": "lenovo-ideapad-slim-5-light-abhinavflac-285", + "name": "Lenovo IdeaPad Slim 5 Light 14ABR8 82XX00G4IN", + "url": "/v1/laptops/lenovo-ideapad-slim-5-light-abhinavflac-285" + }, + { + "slug": "lenovo-ideapad-slim-5-15iru9-abhinavflac-969", + "name": "Lenovo IdeaPad Slim 5 ‎15IRU9 83E6001JIN", + "url": "/v1/laptops/lenovo-ideapad-slim-5-15iru9-abhinavflac-969" + }, + { + "slug": "lenovo-ideapad-slim-5-16irh10r-abhinavflac-229", + "name": "Lenovo IdeaPad Slim 5 ‎16IRH10R 83J10067IN", + "url": "/v1/laptops/lenovo-ideapad-slim-5-16irh10r-abhinavflac-229" + }, + { + "slug": "lenovo-ideapad-slim-abhinavflac-421", + "name": "Lenovo IdeaPad Slim 82XQ00H7IN", + "url": "/v1/laptops/lenovo-ideapad-slim-abhinavflac-421" + }, + { + "slug": "lenovo-ideapad-1-abhinavflac-400", + "name": "Lenovo Ideapad 1 83B40004IN", + "url": "/v1/laptops/lenovo-ideapad-1-abhinavflac-400" + }, + { + "slug": "lenovo-ideapad-gaming-3-abhinavflac-979", + "name": "Lenovo Ideapad Gaming 3 15ARH7 82SB00QKIN", + "url": "/v1/laptops/lenovo-ideapad-gaming-3-abhinavflac-979" + }, + { + "slug": "lenovo-ideapad-gaming-3-abhinavflac-961", + "name": "Lenovo Ideapad Gaming 3 15ARH7 82SB00QSIN", + "url": "/v1/laptops/lenovo-ideapad-gaming-3-abhinavflac-961" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-163", + "name": "Lenovo Ideapad Slim 3 82X6005KIN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-163" + }, + { + "slug": "lenovo-ideapad-slim-3-abhinavflac-181", + "name": "Lenovo Ideapad Slim 3 82X700FXIN", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-181" + }, + { + "slug": "lenovo-ideapad-slim-5-abhinavflac-316", + "name": "Lenovo Ideapad Slim 5 15ARP10 83J2004HIN", + "url": "/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-316" + }, + { + "slug": "lenovo-ideapad-slim-5-abhinavflac-177", + "name": "Lenovo Ideapad Slim 5 83HR000WIN", + "url": "/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-177" + }, + { + "slug": "lenovo-ideapad-slim-5x-gen-abhinavflac-813", + "name": "Lenovo Ideapad Slim 5x Gen 9 14Q8X9 83HL0035IN", + "url": "/v1/laptops/lenovo-ideapad-slim-5x-gen-abhinavflac-813" + }, + { + "slug": "lenovo-loq-gaming-abhinavflac-39", + "name": "Lenovo LOQ 15AHP10 83JG008KIN Gaming", + "url": "/v1/laptops/lenovo-loq-gaming-abhinavflac-39" + }, + { + "slug": "lenovo-loq-gaming-abhinavflac-967", + "name": "Lenovo LOQ 15ARP9 83JC0031IN Gaming", + "url": "/v1/laptops/lenovo-loq-gaming-abhinavflac-967" + }, + { + "slug": "lenovo-loq-gaming-abhinavflac-976", + "name": "Lenovo LOQ 15ARP9 83JC0045IN Gaming", + "url": "/v1/laptops/lenovo-loq-gaming-abhinavflac-976" + }, + { + "slug": "lenovo-loq-gaming-abhinavflac-970", + "name": "Lenovo LOQ 15ARP9 83JC0046IN Gaming", + "url": "/v1/laptops/lenovo-loq-gaming-abhinavflac-970" + }, + { + "slug": "lenovo-loq-gaming-abhinavflac-977", + "name": "Lenovo LOQ 15ARP9 83JC0078IN Gaming", + "url": "/v1/laptops/lenovo-loq-gaming-abhinavflac-977" + }, + { + "slug": "lenovo-loq-gaming-abhinavflac-419", + "name": "Lenovo LOQ 15ARP9 83JC00EEIN Gaming", + "url": "/v1/laptops/lenovo-loq-gaming-abhinavflac-419" + }, + { + "slug": "lenovo-loq-gaming-abhinavflac-258", + "name": "Lenovo LOQ 15ARP9 83JC00K1IN Gaming", + "url": "/v1/laptops/lenovo-loq-gaming-abhinavflac-258" + }, + { + "slug": "lenovo-loq-gaming-abhinavflac-651", + "name": "Lenovo LOQ 15IAX9 83GS00LJIN Gaming", + "url": "/v1/laptops/lenovo-loq-gaming-abhinavflac-651" + }, + { + "slug": "lenovo-loq-gaming-abhinavflac-654", + "name": "Lenovo LOQ 15IAX9 83GS00LLIN Gaming", + "url": "/v1/laptops/lenovo-loq-gaming-abhinavflac-654" + }, + { + "slug": "lenovo-loq-gaming-abhinavflac-569", + "name": "Lenovo LOQ 15IAX9 83LK0068IN Gaming", + "url": "/v1/laptops/lenovo-loq-gaming-abhinavflac-569" + }, + { + "slug": "lenovo-loq-gaming-abhinavflac-373", + "name": "Lenovo LOQ 15IAX9E 83LK006AIN Gaming", + "url": "/v1/laptops/lenovo-loq-gaming-abhinavflac-373" + }, + { + "slug": "lenovo-loq-gaming-abhinavflac-138", + "name": "Lenovo LOQ 15IRX10 83JE00U6IN Gaming", + "url": "/v1/laptops/lenovo-loq-gaming-abhinavflac-138" + }, + { + "slug": "lenovo-loq-ai-gaming-abhinavflac-367", + "name": "Lenovo LOQ 15IRX9 83DV014SIN AI Gaming", + "url": "/v1/laptops/lenovo-loq-ai-gaming-abhinavflac-367" + }, + { + "slug": "lenovo-loq-ai-gaming-abhinavflac-81", + "name": "Lenovo LOQ 15IRX9 83DV018FIN AI Gaming", + "url": "/v1/laptops/lenovo-loq-ai-gaming-abhinavflac-81" + }, + { + "slug": "lenovo-loq-gaming-abhinavflac-25", + "name": "Lenovo LOQ 15IRX9 83DV018LIN Gaming", + "url": "/v1/laptops/lenovo-loq-gaming-abhinavflac-25" + }, + { + "slug": "lenovo-loq-2024-gaming-abhinavflac-603", + "name": "Lenovo LOQ 2024 15ARP9 83JC00EFIN Gaming", + "url": "/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-603" + }, + { + "slug": "lenovo-loq-2024-gaming-abhinavflac-442", + "name": "Lenovo LOQ 2024 15ARP9 83JC00GCIN Gaming", + "url": "/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-442" + }, + { + "slug": "lenovo-loq-2024-gaming-abhinavflac-919", + "name": "Lenovo LOQ 2024 15IAX9 83GS00CKIN Gaming", + "url": "/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-919" + }, + { + "slug": "lenovo-loq-2024-gaming-abhinavflac-633", + "name": "Lenovo LOQ 2024 15IRX9 83DV00X4IN Gaming", + "url": "/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-633" + }, + { + "slug": "lenovo-loq-2024-gaming-abhinavflac-404", + "name": "Lenovo LOQ 2024 15IRX9 83DV00X6IN Gaming", + "url": "/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-404" + }, + { + "slug": "lenovo-loq-2024-gaming-abhinavflac-53", + "name": "Lenovo LOQ 2024 15IRX9 83DV01A8IN Gaming", + "url": "/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-53" + }, + { + "slug": "lenovo-loq-2024-gaming-abhinavflac-76", + "name": "Lenovo LOQ 2024 15IRX9 83DV01AAIN Gaming", + "url": "/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-76" + }, + { + "slug": "lenovo-loq-2024-gaming-abhinavflac-894", + "name": "Lenovo LOQ 2024 83GS0098IN Gaming", + "url": "/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-894" + }, + { + "slug": "lenovo-loq-2025-gaming-abhinavflac-89", + "name": "Lenovo LOQ 2025 15IRX10 83JE00U4IN Gaming", + "url": "/v1/laptops/lenovo-loq-2025-gaming-abhinavflac-89" + }, + { + "slug": "lenovo-loq-2025-gaming-abhinavflac-132", + "name": "Lenovo LOQ 2025 15IRX10 83JE00U5IN Gaming", + "url": "/v1/laptops/lenovo-loq-2025-gaming-abhinavflac-132" + }, + { + "slug": "lenovo-loq-gaming-abhinavflac-43", + "name": "Lenovo LOQ 83JC00MVIN Gaming", + "url": "/v1/laptops/lenovo-loq-gaming-abhinavflac-43" + }, + { + "slug": "lenovo-loq-gaming-abhinavflac-126", + "name": "Lenovo LOQ 83JE00U7IN Gaming", + "url": "/v1/laptops/lenovo-loq-gaming-abhinavflac-126" + }, + { + "slug": "lenovo-loq-15arp9-ai-gaming-abhinavflac-405", + "name": "Lenovo LOQ ‎15ARP9 83JC00GDIN AI Gaming", + "url": "/v1/laptops/lenovo-loq-15arp9-ai-gaming-abhinavflac-405" + }, + { + "slug": "lenovo-loq-15arp9-ai-gaming-abhinavflac-406", + "name": "Lenovo LOQ ‎15ARP9 83JC00HNIN AI Gaming", + "url": "/v1/laptops/lenovo-loq-15arp9-ai-gaming-abhinavflac-406" + }, + { + "slug": "lenovo-loq-15iax9e-gaming-abhinavflac-448", + "name": "Lenovo LOQ ‎15IAX9E 83LK0031IN Gaming", + "url": "/v1/laptops/lenovo-loq-15iax9e-gaming-abhinavflac-448" + }, + { + "slug": "lenovo-loq-15irx9-gaming-abhinavflac-438", + "name": "Lenovo LOQ ‎15IRX9 83DV00X8IN Gaming", + "url": "/v1/laptops/lenovo-loq-15irx9-gaming-abhinavflac-438" + }, + { + "slug": "lenovo-loq-15irx9-gaming-abhinavflac-718", + "name": "Lenovo LOQ ‎15IRX9 83DV00XCIN Gaming", + "url": "/v1/laptops/lenovo-loq-15irx9-gaming-abhinavflac-718" + }, + { + "slug": "lenovo-loq-15irx9-gaming-abhinavflac-650", + "name": "Lenovo LOQ ‎15IRX9 83DV00XEIN Gaming", + "url": "/v1/laptops/lenovo-loq-15irx9-gaming-abhinavflac-650" + }, + { + "slug": "lenovo-loq-15iax9e-ai-gaming-abhinavflac-447", + "name": "Lenovo LOQ ‎‎15IAX9E 83LK0032IN ‎AI Gaming", + "url": "/v1/laptops/lenovo-loq-15iax9e-ai-gaming-abhinavflac-447" + }, + { + "slug": "lenovo-loq-15iax9e-ai-gaming-abhinavflac-277", + "name": "Lenovo LOQ ‎‎15IAX9E 83LK00AUIN ‎AI Gaming", + "url": "/v1/laptops/lenovo-loq-15iax9e-ai-gaming-abhinavflac-277" + }, + { + "slug": "lenovo-legion-5-gaming-abhinavflac-826", + "name": "Lenovo Legion 5 15IRX9 83JJ000DIN Gaming", + "url": "/v1/laptops/lenovo-legion-5-gaming-abhinavflac-826" + }, + { + "slug": "lenovo-legion-5-gaming-abhinavflac-617", + "name": "Lenovo Legion 5 15IRX9 83JJ0010IN Gaming", + "url": "/v1/laptops/lenovo-legion-5-gaming-abhinavflac-617" + }, + { + "slug": "lenovo-legion-pro-5-gaming-abhinavflac-1", + "name": "Lenovo Legion Pro 5 16IAX10 83F3007CIN Gaming", + "url": "/v1/laptops/lenovo-legion-pro-5-gaming-abhinavflac-1" + }, + { + "slug": "lenovo-legion-pro-7-2025-abhinavflac-326", + "name": "Lenovo Legion Pro 7 2025 16IAX10H 83F500D7IN AI Gaming", + "url": "/v1/laptops/lenovo-legion-pro-7-2025-abhinavflac-326" + }, + { + "slug": "lenovo-thinkbook-14-abhinavflac-178", + "name": "Lenovo ThinkBook 14 21DHA10KIN", + "url": "/v1/laptops/lenovo-thinkbook-14-abhinavflac-178" + }, + { + "slug": "lenovo-thinkbook-14-abhinavflac-217", + "name": "Lenovo ThinkBook 14 21SGA02WIG", + "url": "/v1/laptops/lenovo-thinkbook-14-abhinavflac-217" + }, + { + "slug": "lenovo-thinkbook-14-abhinavflac-17", + "name": "Lenovo ThinkBook 14 21SGA02YIG", + "url": "/v1/laptops/lenovo-thinkbook-14-abhinavflac-17" + }, + { + "slug": "lenovo-thinkbook-14-abhinavflac-172", + "name": "Lenovo ThinkBook 14 21SGS00100", + "url": "/v1/laptops/lenovo-thinkbook-14-abhinavflac-172" + }, + { + "slug": "lenovo-thinkbook-16-abhinavflac-83", + "name": "Lenovo ThinkBook 16 21KKA0HFIN", + "url": "/v1/laptops/lenovo-thinkbook-16-abhinavflac-83" + }, + { + "slug": "lenovo-thinkbook-16-abhinavflac-209", + "name": "Lenovo ThinkBook 16 21KKA0HGIN", + "url": "/v1/laptops/lenovo-thinkbook-16-abhinavflac-209" + }, + { + "slug": "lenovo-thinkbook-16-abhinavflac-262", + "name": "Lenovo ThinkBook 16 21MWA0AJIN", + "url": "/v1/laptops/lenovo-thinkbook-16-abhinavflac-262" + }, + { + "slug": "lenovo-thinkbook-16-abhinavflac-318", + "name": "Lenovo ThinkBook 16 21MWA0AUIN", + "url": "/v1/laptops/lenovo-thinkbook-16-abhinavflac-318" + }, + { + "slug": "lenovo-thinkbook-16-abhinavflac-460", + "name": "Lenovo ThinkBook 16 21MWA0BSIN", + "url": "/v1/laptops/lenovo-thinkbook-16-abhinavflac-460" + }, + { + "slug": "lenovo-thinkbook-16-abhinavflac-140", + "name": "Lenovo ThinkBook 16 21MWA0R4IN", + "url": "/v1/laptops/lenovo-thinkbook-16-abhinavflac-140" + }, + { + "slug": "lenovo-thinkbook-16-abhinavflac-101", + "name": "Lenovo ThinkBook 16 21SHS00U00", + "url": "/v1/laptops/lenovo-thinkbook-16-abhinavflac-101" + }, + { + "slug": "lenovo-thinkbook-16-g6-abhinavflac-791", + "name": "Lenovo ThinkBook 16 G6 21KKA0G1IN", + "url": "/v1/laptops/lenovo-thinkbook-16-g6-abhinavflac-791" + }, + { + "slug": "lenovo-thinkbook-16-g6-abhinavflac-219", + "name": "Lenovo ThinkBook 16 G6 21KKA0J2IN", + "url": "/v1/laptops/lenovo-thinkbook-16-g6-abhinavflac-219" + }, + { + "slug": "lenovo-thinkpad-e14-abhinavflac-457", + "name": "Lenovo ThinkPad E14 21JKS0LM00", + "url": "/v1/laptops/lenovo-thinkpad-e14-abhinavflac-457" + }, + { + "slug": "lenovo-thinkpad-e14-abhinavflac-877", + "name": "Lenovo ThinkPad E14 21JKS13J00", + "url": "/v1/laptops/lenovo-thinkpad-e14-abhinavflac-877" + }, + { + "slug": "lenovo-thinkpad-e14-abhinavflac-905", + "name": "Lenovo ThinkPad E14 21JKS13M00", + "url": "/v1/laptops/lenovo-thinkpad-e14-abhinavflac-905" + }, + { + "slug": "lenovo-thinkpad-e14-abhinavflac-453", + "name": "Lenovo ThinkPad E14 21JKS1FR00", + "url": "/v1/laptops/lenovo-thinkpad-e14-abhinavflac-453" + }, + { + "slug": "lenovo-thinkpad-e14-abhinavflac-520", + "name": "Lenovo ThinkPad E14 21JRS0AY00", + "url": "/v1/laptops/lenovo-thinkpad-e14-abhinavflac-520" + }, + { + "slug": "lenovo-thinkpad-e14-abhinavflac-797", + "name": "Lenovo ThinkPad E14 21JRS0H300", + "url": "/v1/laptops/lenovo-thinkpad-e14-abhinavflac-797" + }, + { + "slug": "lenovo-thinkpad-e14-abhinavflac-602", + "name": "Lenovo ThinkPad E14 21JRS0JG00", + "url": "/v1/laptops/lenovo-thinkpad-e14-abhinavflac-602" + }, + { + "slug": "lenovo-thinkpad-e14-abhinavflac-665", + "name": "Lenovo ThinkPad E14 21JRS0JH00", + "url": "/v1/laptops/lenovo-thinkpad-e14-abhinavflac-665" + }, + { + "slug": "lenovo-thinkpad-e14-gen-6-abhinavflac-468", + "name": "Lenovo ThinkPad E14 Gen 6 21M7009BIG", + "url": "/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-468" + }, + { + "slug": "lenovo-thinkpad-e14-gen-6-abhinavflac-377", + "name": "Lenovo ThinkPad E14 Gen 6 21M7S0T000", + "url": "/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-377" + }, + { + "slug": "lenovo-thinkpad-e14-gen-6-abhinavflac-486", + "name": "Lenovo ThinkPad E14 Gen 6 ‎21M3S0AJ00", + "url": "/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-486" + }, + { + "slug": "lenovo-thinkpad-e14-gen-6-abhinavflac-454", + "name": "Lenovo ThinkPad E14 Gen 6 ‎21M70062IG", + "url": "/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-454" + }, + { + "slug": "lenovo-thinkpad-e14-gen-6-abhinavflac-348", + "name": "Lenovo ThinkPad E14 Gen 6 ‎21M7006BIG", + "url": "/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-348" + }, + { + "slug": "lenovo-thinkpad-e14-gen-6-abhinavflac-462", + "name": "Lenovo ThinkPad E14 Gen 6 ‎21M7S02W00", + "url": "/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-462" + }, + { + "slug": "lenovo-thinkpad-e14-gen-6-abhinavflac-487", + "name": "Lenovo ThinkPad E14 Gen 6 ‎21M7S0SF00", + "url": "/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-487" + }, + { + "slug": "lenovo-thinkpad-e14-gen-6-abhinavflac-510", + "name": "Lenovo ThinkPad E14 Gen 6 ‎21M7S0SG00", + "url": "/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-510" + }, + { + "slug": "lenovo-thinkpad-e14-gen-6-abhinavflac-347", + "name": "Lenovo ThinkPad E14 Gen 6 ‎21M7S0T100", + "url": "/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-347" + }, + { + "slug": "lenovo-thinkpad-e16-gen-2-abhinavflac-329", + "name": "Lenovo ThinkPad E16 Gen 2 21MAS01G00", + "url": "/v1/laptops/lenovo-thinkpad-e16-gen-2-abhinavflac-329" + }, + { + "slug": "lenovo-thinkpad-t14-gen-5-abhinavflac-355", + "name": "Lenovo ThinkPad T14 Gen 5 21MLS04600", + "url": "/v1/laptops/lenovo-thinkpad-t14-gen-5-abhinavflac-355" + }, + { + "slug": "lenovo-thinkpad-t15g-abhinavflac-701", + "name": "Lenovo ThinkPad T15g 20YSS01J00", + "url": "/v1/laptops/lenovo-thinkpad-t15g-abhinavflac-701" + }, + { + "slug": "lenovo-thinkpad-x1-2-in-1-abhinavflac-147", + "name": "Lenovo ThinkPad X1 2-in-1 21KES08L00", + "url": "/v1/laptops/lenovo-thinkpad-x1-2-in-1-abhinavflac-147" + }, + { + "slug": "lenovo-thinkpad-x13-ai-pc-abhinavflac-346", + "name": "Lenovo ThinkPad X13 AI PC 21LUS07C00", + "url": "/v1/laptops/lenovo-thinkpad-x13-ai-pc-abhinavflac-346" + }, + { + "slug": "lenovo-thinkpad-x13-ai-pc-abhinavflac-341", + "name": "Lenovo ThinkPad X13 AI PC 21LWS02T00", + "url": "/v1/laptops/lenovo-thinkpad-x13-ai-pc-abhinavflac-341" + }, + { + "slug": "lenovo-thinkpad-e14-g4-abhinavflac-805", + "name": "Lenovo Thinkpad E14 G4 21E3006XIG", + "url": "/v1/laptops/lenovo-thinkpad-e14-g4-abhinavflac-805" + }, + { + "slug": "lenovo-thinkpad-e16-abhinavflac-337", + "name": "Lenovo Thinkpad E16 21JN004JIG", + "url": "/v1/laptops/lenovo-thinkpad-e16-abhinavflac-337" + }, + { + "slug": "lenovo-thinkpad-e16-abhinavflac-772", + "name": "Lenovo Thinkpad E16 21JNS0QE00", + "url": "/v1/laptops/lenovo-thinkpad-e16-abhinavflac-772" + }, + { + "slug": "lenovo-thinkpad-e16-g1-abhinavflac-896", + "name": "Lenovo Thinkpad E16 G1 21JNS0QD00", + "url": "/v1/laptops/lenovo-thinkpad-e16-g1-abhinavflac-896" + }, + { + "slug": "lenovo-thinkpad-p14s-abhinavflac-469", + "name": "Lenovo Thinkpad P14s 21G2S08C00", + "url": "/v1/laptops/lenovo-thinkpad-p14s-abhinavflac-469" + }, + { + "slug": "lenovo-thinkpad-p14s-abhinavflac-466", + "name": "Lenovo Thinkpad P14s 21G2S08D00", + "url": "/v1/laptops/lenovo-thinkpad-p14s-abhinavflac-466" + }, + { + "slug": "lenovo-thinkpad-p16s-abhinavflac-376", + "name": "Lenovo Thinkpad P16s 21KSS0AK00", + "url": "/v1/laptops/lenovo-thinkpad-p16s-abhinavflac-376" + }, + { + "slug": "lenovo-thinkpad-p16s-abhinavflac-375", + "name": "Lenovo Thinkpad P16s 21KSS0AL00", + "url": "/v1/laptops/lenovo-thinkpad-p16s-abhinavflac-375" + }, + { + "slug": "lenovo-thinkpad-p16v-abhinavflac-234", + "name": "Lenovo Thinkpad P16v 21KX002GUS", + "url": "/v1/laptops/lenovo-thinkpad-p16v-abhinavflac-234" + }, + { + "slug": "lenovo-thinkpad-p16v-abhinavflac-313", + "name": "Lenovo Thinkpad P16v 21KXS05300", + "url": "/v1/laptops/lenovo-thinkpad-p16v-abhinavflac-313" + }, + { + "slug": "lenovo-thinkpad-p16v-abhinavflac-314", + "name": "Lenovo Thinkpad P16v 21KXS05400", + "url": "/v1/laptops/lenovo-thinkpad-p16v-abhinavflac-314" + }, + { + "slug": "lenovo-thinkpad-p16v-abhinavflac-345", + "name": "Lenovo Thinkpad P16v 21KXS05500", + "url": "/v1/laptops/lenovo-thinkpad-p16v-abhinavflac-345" + }, + { + "slug": "lenovo-v14-abhinavflac-99", + "name": "Lenovo V14 83A0A0PBIN", + "url": "/v1/laptops/lenovo-v14-abhinavflac-99" + }, + { + "slug": "lenovo-v14-abhinavflac-41", + "name": "Lenovo V14 83A0A0PTIN", + "url": "/v1/laptops/lenovo-v14-abhinavflac-41" + }, + { + "slug": "lenovo-v14-g3-abhinavflac-4", + "name": "Lenovo V14 G3 82TS00JGUS", + "url": "/v1/laptops/lenovo-v14-g3-abhinavflac-4" + }, + { + "slug": "lenovo-v14-g3-abhinavflac-120", + "name": "Lenovo V14 G3 82TS00PDLN", + "url": "/v1/laptops/lenovo-v14-g3-abhinavflac-120" + }, + { + "slug": "lenovo-v14-g4-abhinavflac-770", + "name": "Lenovo V14 G4 82YTA00TIN", + "url": "/v1/laptops/lenovo-v14-g4-abhinavflac-770" + }, + { + "slug": "lenovo-v14-g4-abhinavflac-7", + "name": "Lenovo V14 G4 82YTA00UIN", + "url": "/v1/laptops/lenovo-v14-g4-abhinavflac-7" + }, + { + "slug": "lenovo-v15-abhinavflac-492", + "name": "Lenovo V15 82TTA07QIH", + "url": "/v1/laptops/lenovo-v15-abhinavflac-492" + }, + { + "slug": "lenovo-v15-abhinavflac-838", + "name": "Lenovo V15 82TTA07RIH", + "url": "/v1/laptops/lenovo-v15-abhinavflac-838" + }, + { + "slug": "lenovo-v15-abhinavflac-231", + "name": "Lenovo V15 83CC000EIN", + "url": "/v1/laptops/lenovo-v15-abhinavflac-231" + }, + { + "slug": "lenovo-v15-abhinavflac-338", + "name": "Lenovo V15 83CC004CIN", + "url": "/v1/laptops/lenovo-v15-abhinavflac-338" + }, + { + "slug": "lenovo-v15-abhinavflac-237", + "name": "Lenovo V15 83CC0059IN", + "url": "/v1/laptops/lenovo-v15-abhinavflac-237" + }, + { + "slug": "lenovo-v15-g4-82c70081ge-abhinavflac-592", + "name": "Lenovo V15 G4 ‎82C70081GE", + "url": "/v1/laptops/lenovo-v15-g4-82c70081ge-abhinavflac-592" + }, + { + "slug": "lenovo-v15-gen-4-abhinavflac-139", + "name": "Lenovo V15 Gen 4 83CCA08KIN", + "url": "/v1/laptops/lenovo-v15-gen-4-abhinavflac-139" + }, + { + "slug": "lenovo-yoga-7-abhinavflac-898", + "name": "Lenovo Yoga 7 14IML9 83DJ00AKIN", + "url": "/v1/laptops/lenovo-yoga-7-abhinavflac-898" + }, + { + "slug": "lenovo-yoga-7-abhinavflac-401", + "name": "Lenovo Yoga 7 14IML9 83DJ00FTIN", + "url": "/v1/laptops/lenovo-yoga-7-abhinavflac-401" + }, + { + "slug": "lenovo-yoga-7-abhinavflac-837", + "name": "Lenovo Yoga 7 14IRL8 82YL00AYIN", + "url": "/v1/laptops/lenovo-yoga-7-abhinavflac-837" + }, + { + "slug": "lenovo-yoga-7-2-in-1-abhinavflac-458", + "name": "Lenovo Yoga 7 2-in-1 83JQ000NIN", + "url": "/v1/laptops/lenovo-yoga-7-2-in-1-abhinavflac-458" + }, + { + "slug": "lenovo-yoga-7-2-in-1-abhinavflac-446", + "name": "Lenovo Yoga 7 2-in-1 83JQ000XIN", + "url": "/v1/laptops/lenovo-yoga-7-2-in-1-abhinavflac-446" + }, + { + "slug": "lenovo-yoga-7-2-in-1-14akp10-abhinavflac-286", + "name": "Lenovo Yoga 7 2-in-1 ‎‎14AKP10 83JR001EIN", + "url": "/v1/laptops/lenovo-yoga-7-2-in-1-14akp10-abhinavflac-286" + }, + { + "slug": "lenovo-yoga-9-2-in-1-abhinavflac-392", + "name": "Lenovo Yoga 9 2-in-1 14ILL10 83LC001FIN", + "url": "/v1/laptops/lenovo-yoga-9-2-in-1-abhinavflac-392" + }, + { + "slug": "lenovo-yoga-9-abhinavflac-913", + "name": "Lenovo Yoga 9 83AC001LIN", + "url": "/v1/laptops/lenovo-yoga-9-abhinavflac-913" + }, + { + "slug": "lenovo-yoga-book-9-abhinavflac-911", + "name": "Lenovo Yoga Book 9 83FF0034IN", + "url": "/v1/laptops/lenovo-yoga-book-9-abhinavflac-911" + }, + { + "slug": "lenovo-yoga-pro-7-abhinavflac-966", + "name": "Lenovo Yoga Pro 7 14IMH9 83E2005EIN", + "url": "/v1/laptops/lenovo-yoga-pro-7-abhinavflac-966" + }, + { + "slug": "lenovo-yoga-pro-7-ai-abhinavflac-715", + "name": "Lenovo Yoga Pro 7 83HN0027IN AI", + "url": "/v1/laptops/lenovo-yoga-pro-7-ai-abhinavflac-715" + }, + { + "slug": "lenovo-yoga-pro-7-aura-abhinavflac-391", + "name": "Lenovo Yoga Pro 7 Aura Edition 83KF001LIN", + "url": "/v1/laptops/lenovo-yoga-pro-7-aura-abhinavflac-391" + }, + { + "slug": "lenovo-yoga-pro-9-16imh9-abhinavflac-912", + "name": "Lenovo Yoga Pro 9 ‎16IMH9 83DN004VIN", + "url": "/v1/laptops/lenovo-yoga-pro-9-16imh9-abhinavflac-912" + }, + { + "slug": "lenovo-yoga-slim-7-abhinavflac-527", + "name": "Lenovo Yoga Slim 7 14AKP10 83JY000UIN", + "url": "/v1/laptops/lenovo-yoga-slim-7-abhinavflac-527" + }, + { + "slug": "lenovo-yoga-slim-7-abhinavflac-71", + "name": "Lenovo Yoga Slim 7 14AKP10 83JY0069IN", + "url": "/v1/laptops/lenovo-yoga-slim-7-abhinavflac-71" + }, + { + "slug": "lenovo-yoga-slim-7-abhinavflac-518", + "name": "Lenovo Yoga Slim 7 14ILL10 83JX001LIN", + "url": "/v1/laptops/lenovo-yoga-slim-7-abhinavflac-518" + }, + { + "slug": "lenovo-yoga-slim-7-abhinavflac-63", + "name": "Lenovo Yoga Slim 7 14IMH9 83CV006BIN", + "url": "/v1/laptops/lenovo-yoga-slim-7-abhinavflac-63" + }, + { + "slug": "lenovo-yoga-slim-7-abhinavflac-390", + "name": "Lenovo Yoga Slim 7 14IMH9 83CV0085IN", + "url": "/v1/laptops/lenovo-yoga-slim-7-abhinavflac-390" + }, + { + "slug": "lenovo-yoga-slim-7-abhinavflac-423", + "name": "Lenovo Yoga Slim 7 14IMH9 83CV008LIN", + "url": "/v1/laptops/lenovo-yoga-slim-7-abhinavflac-423" + }, + { + "slug": "lenovo-yoga-slim-7-abhinavflac-516", + "name": "Lenovo Yoga Slim 7 14IMH9 83CV008YIN", + "url": "/v1/laptops/lenovo-yoga-slim-7-abhinavflac-516" + }, + { + "slug": "lenovo-yoga-slim-7-abhinavflac-437", + "name": "Lenovo Yoga Slim 7 14IMH9 83CV009XIN", + "url": "/v1/laptops/lenovo-yoga-slim-7-abhinavflac-437" + }, + { + "slug": "lenovo-yoga-slim-7-abhinavflac-323", + "name": "Lenovo Yoga Slim 7 14IMH9 83CV00B3IN", + "url": "/v1/laptops/lenovo-yoga-slim-7-abhinavflac-323" + }, + { + "slug": "lenovo-yoga-slim-7-abhinavflac-228", + "name": "Lenovo Yoga Slim 7 14IMH9 83CV00D3IN", + "url": "/v1/laptops/lenovo-yoga-slim-7-abhinavflac-228" + }, + { + "slug": "lenovo-yoga-slim-7-abhinavflac-105", + "name": "Lenovo Yoga Slim 7 14IMH9 83CV00DFIN", + "url": "/v1/laptops/lenovo-yoga-slim-7-abhinavflac-105" + }, + { + "slug": "lenovo-yoga-slim-7-abhinavflac-632", + "name": "Lenovo Yoga Slim 7 14Q8X9 83ED0065IN", + "url": "/v1/laptops/lenovo-yoga-slim-7-abhinavflac-632" + }, + { + "slug": "lenovo-yoga-slim-7-aura-abhinavflac-478", + "name": "Lenovo Yoga Slim 7 Aura Edition 83JX001LIN", + "url": "/v1/laptops/lenovo-yoga-slim-7-aura-abhinavflac-478" + }, + { + "slug": "lenovo-yoga-slim-7-aura-abhinavflac-479", + "name": "Lenovo Yoga Slim 7 Aura Edition 83JX001MIN", + "url": "/v1/laptops/lenovo-yoga-slim-7-aura-abhinavflac-479" + }, + { + "slug": "lenovo-yoga-slim-7-aura-abhinavflac-472", + "name": "Lenovo Yoga Slim 7 Aura Edition 83JX005FIN", + "url": "/v1/laptops/lenovo-yoga-slim-7-aura-abhinavflac-472" + }, + { + "slug": "lenovo-yoga-slim-7i-aura-abhinavflac-729", + "name": "Lenovo Yoga Slim 7i Aura Edition (Intel Core Ultra 7 258V/ 32GB/ 1TB/ Win11)", + "url": "/v1/laptops/lenovo-yoga-slim-7i-aura-abhinavflac-729" + }, + { + "slug": "lenovo-yoga-slim-7x-abhinavflac-862", + "name": "Lenovo Yoga Slim 7x 14Q8X9 83ED003BIN", + "url": "/v1/laptops/lenovo-yoga-slim-7x-abhinavflac-862" + }, + { + "slug": "lenovo-yoga-slim-9-abhinavflac-288", + "name": "Lenovo Yoga Slim 9 14ILL10 83CX002LIN", + "url": "/v1/laptops/lenovo-yoga-slim-9-abhinavflac-288" + }, + { + "slug": "msi-creator-z17-hx-studio-abhinavflac-858", + "name": "MSI Creator Z17 HX Studio A14VGT-405IN Creator", + "url": "/v1/laptops/msi-creator-z17-hx-studio-abhinavflac-858" + }, + { + "slug": "msi-crosshair-16-hx-ai-abhinavflac-308", + "name": "MSI Crosshair 16 HX AI D2XWFKG Gaming", + "url": "/v1/laptops/msi-crosshair-16-hx-ai-abhinavflac-308" + }, + { + "slug": "msi-crosshair-16-hx-ai-abhinavflac-336", + "name": "MSI Crosshair 16 HX AI D2XWFKG-068IN Gaming", + "url": "/v1/laptops/msi-crosshair-16-hx-ai-abhinavflac-336" + }, + { + "slug": "msi-crosshair-16-hx-ai-abhinavflac-339", + "name": "MSI Crosshair 16 HX AI D2XWGKG-065IN Gaming", + "url": "/v1/laptops/msi-crosshair-16-hx-ai-abhinavflac-339" + }, + { + "slug": "msi-crosshair-16-hx-d14vfkg-452in-abhinavflac-832", + "name": "MSI Crosshair 16 HX D14VFKG-452IN Gaming", + "url": "/v1/laptops/msi-crosshair-16-hx-d14vfkg-452in-abhinavflac-832" + }, + { + "slug": "msi-crosshair-17-hx-ai-abhinavflac-248", + "name": "MSI Crosshair 17 HX AI D2XWGKG-031IN Gaming", + "url": "/v1/laptops/msi-crosshair-17-hx-ai-abhinavflac-248" + }, + { + "slug": "msi-crosshair-a16-d8wfkg-036in-gaming-abhinavflac-269", + "name": "MSI Crosshair A16 D8WFKG-036IN Gaming", + "url": "/v1/laptops/msi-crosshair-a16-d8wfkg-036in-gaming-abhinavflac-269" + }, + { + "slug": "msi-crosshair-a16-hx-d8wfkg-035in-abhinavflac-309", + "name": "MSI Crosshair A16 HX D8WFKG-035IN Gaming", + "url": "/v1/laptops/msi-crosshair-a16-hx-d8wfkg-035in-abhinavflac-309" + }, + { + "slug": "msi-crosshair-a16-hx-d8wgkg-046in-abhinavflac-292", + "name": "MSI Crosshair A16 HX D8WGKG-046IN Gaming", + "url": "/v1/laptops/msi-crosshair-a16-hx-d8wgkg-046in-abhinavflac-292" + }, + { + "slug": "msi-cyborg-15-a12ucx-1469in-gaming-abhinavflac-597", + "name": "MSI Cyborg 15 A12UCX-1469IN Gaming", + "url": "/v1/laptops/msi-cyborg-15-a12ucx-1469in-gaming-abhinavflac-597" + }, + { + "slug": "msi-cyborg-15-b2rwekg-217in-gaming-abhinavflac-109", + "name": "MSI Cyborg 15 B2RWEKG-217IN Gaming", + "url": "/v1/laptops/msi-cyborg-15-b2rwekg-217in-gaming-abhinavflac-109" + }, + { + "slug": "msi-cyborg-15-b2rwfkg-215in-gaming-abhinavflac-85", + "name": "MSI Cyborg 15 B2RWFKG-215IN Gaming", + "url": "/v1/laptops/msi-cyborg-15-b2rwfkg-215in-gaming-abhinavflac-85" + }, + { + "slug": "msi-katana-15-gaming-abhinavflac-303", + "name": "MSI Katana 15 B13UDXK Gaming", + "url": "/v1/laptops/msi-katana-15-gaming-abhinavflac-303" + }, + { + "slug": "msi-katana-15-b13vek-2220in-gaming-abhinavflac-571", + "name": "MSI Katana 15 B13VEK-2220IN Gaming", + "url": "/v1/laptops/msi-katana-15-b13vek-2220in-gaming-abhinavflac-571" + }, + { + "slug": "msi-katana-15-b13vek-2432in-gaming-abhinavflac-75", + "name": "MSI Katana 15 B13VEK-2432IN Gaming", + "url": "/v1/laptops/msi-katana-15-b13vek-2432in-gaming-abhinavflac-75" + }, + { + "slug": "msi-katana-15-b14wfk-102in-gaming-abhinavflac-26", + "name": "MSI Katana 15 B14WFK-102IN Gaming", + "url": "/v1/laptops/msi-katana-15-b14wfk-102in-gaming-abhinavflac-26" + }, + { + "slug": "msi-katana-15-b2rvek-2427in-gaming-abhinavflac-274", + "name": "MSI Katana 15 B2RVEK-2427IN Gaming", + "url": "/v1/laptops/msi-katana-15-b2rvek-2427in-gaming-abhinavflac-274" + }, + { + "slug": "msi-katana-15-hx-b14wek-266in-abhinavflac-260", + "name": "MSI Katana 15 HX B14WEK-266IN Gaming", + "url": "/v1/laptops/msi-katana-15-hx-b14wek-266in-abhinavflac-260" + }, + { + "slug": "msi-katana-15-hx-b14wek-438in-abhinavflac-342", + "name": "MSI Katana 15 HX B14WEK-438IN Gaming", + "url": "/v1/laptops/msi-katana-15-hx-b14wek-438in-abhinavflac-342" + }, + { + "slug": "msi-katana-15-hx-b14wek-642in-abhinavflac-215", + "name": "MSI Katana 15 HX B14WEK-642IN Gaming", + "url": "/v1/laptops/msi-katana-15-hx-b14wek-642in-abhinavflac-215" + }, + { + "slug": "msi-katana-15-hx-b14wfk-261in-abhinavflac-127", + "name": "MSI Katana 15 HX B14WFK-261IN Gaming", + "url": "/v1/laptops/msi-katana-15-hx-b14wfk-261in-abhinavflac-127" + }, + { + "slug": "msi-katana-15-hx-b14wfk-262in-abhinavflac-261", + "name": "MSI Katana 15 HX B14WFK-262IN Gaming", + "url": "/v1/laptops/msi-katana-15-hx-b14wfk-262in-abhinavflac-261" + }, + { + "slug": "msi-katana-15-hx-b14wfk-641in-abhinavflac-216", + "name": "MSI Katana 15 HX B14WFK-641IN Gaming", + "url": "/v1/laptops/msi-katana-15-hx-b14wfk-641in-abhinavflac-216" + }, + { + "slug": "msi-katana-15-hx-b14wgk-256in-abhinavflac-263", + "name": "MSI Katana 15 HX B14WGK-256IN Gaming", + "url": "/v1/laptops/msi-katana-15-hx-b14wgk-256in-abhinavflac-263" + }, + { + "slug": "msi-katana-17-hx-b14wgk-085in-abhinavflac-335", + "name": "MSI Katana 17 HX B14WGK-085IN Gaming", + "url": "/v1/laptops/msi-katana-17-hx-b14wgk-085in-abhinavflac-335" + }, + { + "slug": "msi-katana-a15-ai-b8ve-481in-abhinavflac-596", + "name": "MSI Katana A15 AI B8VE-481IN Gaming", + "url": "/v1/laptops/msi-katana-a15-ai-b8ve-481in-abhinavflac-596" + }, + { + "slug": "msi-katana-a17-ai-b8ve-884in-abhinavflac-973", + "name": "MSI Katana A17 AI B8VE-884IN Gaming", + "url": "/v1/laptops/msi-katana-a17-ai-b8ve-884in-abhinavflac-973" + }, + { + "slug": "msi-modern-14-c12mo-1211in-abhinavflac-899", + "name": "MSI Modern 14 C12MO-1211IN", + "url": "/v1/laptops/msi-modern-14-c12mo-1211in-abhinavflac-899" + }, + { + "slug": "msi-modern-14-c12mo-1213in-abhinavflac-861", + "name": "MSI Modern 14 C12MO-1213IN", + "url": "/v1/laptops/msi-modern-14-c12mo-1213in-abhinavflac-861" + }, + { + "slug": "msi-modern-14-c12mo-1248in-abhinavflac-645", + "name": "MSI Modern 14 C12MO-1248IN", + "url": "/v1/laptops/msi-modern-14-c12mo-1248in-abhinavflac-645" + }, + { + "slug": "msi-modern-14-c12mo-1299in-abhinavflac-576", + "name": "MSI Modern 14 C12MO-1299IN", + "url": "/v1/laptops/msi-modern-14-c12mo-1299in-abhinavflac-576" + }, + { + "slug": "msi-modern-14-c12mo-1400in-abhinavflac-389", + "name": "MSI Modern 14 C12MO-1400IN", + "url": "/v1/laptops/msi-modern-14-c12mo-1400in-abhinavflac-389" + }, + { + "slug": "msi-modern-14-c12mo-1402in-abhinavflac-388", + "name": "MSI Modern 14 C12MO-1402IN", + "url": "/v1/laptops/msi-modern-14-c12mo-1402in-abhinavflac-388" + }, + { + "slug": "msi-modern-14-c13m-115in-abhinavflac-191", + "name": "MSI Modern 14 C13M-115IN", + "url": "/v1/laptops/msi-modern-14-c13m-115in-abhinavflac-191" + }, + { + "slug": "msi-modern-14-c13m-116in-abhinavflac-192", + "name": "MSI Modern 14 C13M-116IN", + "url": "/v1/laptops/msi-modern-14-c13m-116in-abhinavflac-192" + }, + { + "slug": "msi-modern-14-c13m-1424in-abhinavflac-297", + "name": "MSI Modern 14 C13M-1424IN", + "url": "/v1/laptops/msi-modern-14-c13m-1424in-abhinavflac-297" + }, + { + "slug": "msi-modern-14-c7m-105in-abhinavflac-11", + "name": "MSI Modern 14 C7M-105IN", + "url": "/v1/laptops/msi-modern-14-c7m-105in-abhinavflac-11" + }, + { + "slug": "msi-modern-14-c7m-283in-abhinavflac-598", + "name": "MSI Modern 14 C7M-283IN", + "url": "/v1/laptops/msi-modern-14-c7m-283in-abhinavflac-598" + }, + { + "slug": "msi-modern-14-c7m-284in-abhinavflac-594", + "name": "MSI Modern 14 C7M-284IN", + "url": "/v1/laptops/msi-modern-14-c7m-284in-abhinavflac-594" + }, + { + "slug": "msi-modern-14-c7m-285in-abhinavflac-593", + "name": "MSI Modern 14 C7M-285IN", + "url": "/v1/laptops/msi-modern-14-c7m-285in-abhinavflac-593" + }, + { + "slug": "msi-modern-15-b12mo-1006in-abhinavflac-891", + "name": "MSI Modern 15 B12MO-1006IN", + "url": "/v1/laptops/msi-modern-15-b12mo-1006in-abhinavflac-891" + }, + { + "slug": "msi-modern-15-b12mo-1008in-abhinavflac-857", + "name": "MSI Modern 15 B12MO-1008IN", + "url": "/v1/laptops/msi-modern-15-b12mo-1008in-abhinavflac-857" + }, + { + "slug": "msi-modern-15-b12mo-1049in-abhinavflac-599", + "name": "MSI Modern 15 B12MO-1049IN", + "url": "/v1/laptops/msi-modern-15-b12mo-1049in-abhinavflac-599" + }, + { + "slug": "msi-modern-15-b12mo-1050in-abhinavflac-433", + "name": "MSI Modern 15 B12MO-1050IN", + "url": "/v1/laptops/msi-modern-15-b12mo-1050in-abhinavflac-433" + }, + { + "slug": "msi-modern-15-b12mo-1051in-abhinavflac-578", + "name": "MSI Modern 15 B12MO-1051IN", + "url": "/v1/laptops/msi-modern-15-b12mo-1051in-abhinavflac-578" + }, + { + "slug": "msi-modern-15-b13ve-2089in-abhinavflac-890", + "name": "MSI Modern 15 B13VE-2089IN", + "url": "/v1/laptops/msi-modern-15-b13ve-2089in-abhinavflac-890" + }, + { + "slug": "msi-modern-15-b7m-427in-abhinavflac-579", + "name": "MSI Modern 15 B7M-427IN", + "url": "/v1/laptops/msi-modern-15-b7m-427in-abhinavflac-579" + }, + { + "slug": "msi-modern-15-b7m-428in-abhinavflac-584", + "name": "MSI Modern 15 B7M-428IN", + "url": "/v1/laptops/msi-modern-15-b7m-428in-abhinavflac-584" + }, + { + "slug": "msi-modern-15-b7m-445in-abhinavflac-595", + "name": "MSI Modern 15 B7M-445IN", + "url": "/v1/laptops/msi-modern-15-b7m-445in-abhinavflac-595" + }, + { + "slug": "msi-modern-15-h-ai-abhinavflac-410", + "name": "MSI Modern 15 H AI C2HMG-233IN", + "url": "/v1/laptops/msi-modern-15-h-ai-abhinavflac-410" + }, + { + "slug": "msi-modern-15-h-c13m-abhinavflac-923", + "name": "MSI Modern 15 H C13M", + "url": "/v1/laptops/msi-modern-15-h-c13m-abhinavflac-923" + }, + { + "slug": "msi-modern-15-h-c13m-218in-abhinavflac-816", + "name": "MSI Modern 15 H C13M-218IN", + "url": "/v1/laptops/msi-modern-15-h-c13m-218in-abhinavflac-816" + }, + { + "slug": "msi-prestige-13-ai-plus-abhinavflac-708", + "name": "MSI Prestige 13 AI Plus Evo A2VMG-023IN", + "url": "/v1/laptops/msi-prestige-13-ai-plus-abhinavflac-708" + }, + { + "slug": "msi-prestige-14-ai-evo-abhinavflac-403", + "name": "MSI Prestige 14 AI Evo C2HMG-087IN", + "url": "/v1/laptops/msi-prestige-14-ai-evo-abhinavflac-403" + }, + { + "slug": "msi-prestige-pro-16-ai-abhinavflac-412", + "name": "MSI Prestige Pro 16 AI B2HVEG-253IN", + "url": "/v1/laptops/msi-prestige-pro-16-ai-abhinavflac-412" + }, + { + "slug": "msi-raider-18-hx-ai-abhinavflac-526", + "name": "MSI Raider 18 HX AI A2XWIG-255IN Gaming", + "url": "/v1/laptops/msi-raider-18-hx-ai-abhinavflac-526" + }, + { + "slug": "msi-raider-18-hx-ai-abhinavflac-281", + "name": "MSI Raider 18 HX AI A2XWJG-253IN Gaming", + "url": "/v1/laptops/msi-raider-18-hx-ai-abhinavflac-281" + }, + { + "slug": "msi-raider-a18-hx-a7vhg-017in-abhinavflac-851", + "name": "MSI Raider A18 HX A7VHG-017IN Gaming", + "url": "/v1/laptops/msi-raider-a18-hx-a7vhg-017in-abhinavflac-851" + }, + { + "slug": "msi-stealth-16-ai-plus-abhinavflac-784", + "name": "MSI Stealth 16 AI Plus A3HVFG-075IN Gaming", + "url": "/v1/laptops/msi-stealth-16-ai-plus-abhinavflac-784" + }, + { + "slug": "msi-stealth-18-hx-ai-abhinavflac-255", + "name": "MSI Stealth 18 HX AI A2XWHG-043IN Gaming", + "url": "/v1/laptops/msi-stealth-18-hx-ai-abhinavflac-255" + }, + { + "slug": "msi-summit-a16-ai-plus-abhinavflac-206", + "name": "MSI Summit A16 AI Plus A3HMTG-095IN 2 in 1", + "url": "/v1/laptops/msi-summit-a16-ai-plus-abhinavflac-206" + }, + { + "slug": "msi-summit-pro-16-ai-abhinavflac-149", + "name": "MSI Summit Pro 16 AI A2HVETG-064IN Gaming", + "url": "/v1/laptops/msi-summit-pro-16-ai-abhinavflac-149" + }, + { + "slug": "msi-thin-15-b12uc-2239in-gaming-abhinavflac-719", + "name": "MSI Thin 15 B12UC-2239IN Gaming", + "url": "/v1/laptops/msi-thin-15-b12uc-2239in-gaming-abhinavflac-719" + }, + { + "slug": "msi-thin-15-b12uc-2240in-gaming-abhinavflac-709", + "name": "MSI Thin 15 B12UC-2240IN Gaming", + "url": "/v1/laptops/msi-thin-15-b12uc-2240in-gaming-abhinavflac-709" + }, + { + "slug": "msi-thin-15-b12uc-2242in-gaming-abhinavflac-711", + "name": "MSI Thin 15 B12UC-2242IN Gaming", + "url": "/v1/laptops/msi-thin-15-b12uc-2242in-gaming-abhinavflac-711" + }, + { + "slug": "msi-thin-15-b13uc-124in-gaming-abhinavflac-246", + "name": "MSI Thin 15 B13UC-124IN Gaming", + "url": "/v1/laptops/msi-thin-15-b13uc-124in-gaming-abhinavflac-246" + }, + { + "slug": "msi-thin-15-b13uc-125in-gaming-abhinavflac-245", + "name": "MSI Thin 15 B13UC-125IN Gaming", + "url": "/v1/laptops/msi-thin-15-b13uc-125in-gaming-abhinavflac-245" + }, + { + "slug": "msi-thin-15-b13uc-3231in-gaming-abhinavflac-213", + "name": "MSI Thin 15 B13UC-3231IN Gaming", + "url": "/v1/laptops/msi-thin-15-b13uc-3231in-gaming-abhinavflac-213" + }, + { + "slug": "msi-thin-15-b13ucx-2472in-gaming-abhinavflac-544", + "name": "MSI Thin 15 B13UCX-2472IN Gaming", + "url": "/v1/laptops/msi-thin-15-b13ucx-2472in-gaming-abhinavflac-544" + }, + { + "slug": "msi-thin-15-b13udx-126in-gaming-abhinavflac-113", + "name": "MSI Thin 15 B13UDX-126IN Gaming", + "url": "/v1/laptops/msi-thin-15-b13udx-126in-gaming-abhinavflac-113" + }, + { + "slug": "msi-thin-15-b13udx-128in-gaming-abhinavflac-124", + "name": "MSI Thin 15 B13UDX-128IN Gaming", + "url": "/v1/laptops/msi-thin-15-b13udx-128in-gaming-abhinavflac-124" + }, + { + "slug": "msi-thin-15-b13udx-3090in-gaming-abhinavflac-121", + "name": "MSI Thin 15 B13UDX-3090IN Gaming", + "url": "/v1/laptops/msi-thin-15-b13udx-3090in-gaming-abhinavflac-121" + }, + { + "slug": "msi-thin-15-b13udx-3223i-gaming-abhinavflac-236", + "name": "MSI Thin 15 B13UDX-3223I Gaming", + "url": "/v1/laptops/msi-thin-15-b13udx-3223i-gaming-abhinavflac-236" + }, + { + "slug": "msi-thin-a15-b7uc-103in-gaming-abhinavflac-173", + "name": "MSI Thin A15 B7UC-103IN Gaming", + "url": "/v1/laptops/msi-thin-a15-b7uc-103in-gaming-abhinavflac-173" + }, + { + "slug": "msi-thin-a15-b7uc-104in-gaming-abhinavflac-162", + "name": "MSI Thin A15 B7UC-104IN Gaming", + "url": "/v1/laptops/msi-thin-a15-b7uc-104in-gaming-abhinavflac-162" + }, + { + "slug": "msi-thin-a15-b7uc-284in-gaming-abhinavflac-495", + "name": "MSI Thin A15 B7UC-284IN Gaming", + "url": "/v1/laptops/msi-thin-a15-b7uc-284in-gaming-abhinavflac-495" + }, + { + "slug": "msi-thin-a15-b7uc-285in-gaming-abhinavflac-519", + "name": "MSI Thin A15 B7UC-285IN Gaming", + "url": "/v1/laptops/msi-thin-a15-b7uc-285in-gaming-abhinavflac-519" + }, + { + "slug": "msi-thin-a15-b7uc-610in-gaming-abhinavflac-223", + "name": "MSI Thin A15 B7UC-610IN Gaming", + "url": "/v1/laptops/msi-thin-a15-b7uc-610in-gaming-abhinavflac-223" + }, + { + "slug": "msi-thin-a15-b7uc-611in-gaming-abhinavflac-221", + "name": "MSI Thin A15 B7UC-611IN Gaming", + "url": "/v1/laptops/msi-thin-a15-b7uc-611in-gaming-abhinavflac-221" + }, + { + "slug": "msi-titan-18-hx-ai-abhinavflac-549", + "name": "MSI Titan 18 HX AI A2XWJG-486IN Gaming", + "url": "/v1/laptops/msi-titan-18-hx-ai-abhinavflac-549" + }, + { + "slug": "msi-vector-16-hx-a2xwhg-227in-abhinavflac-552", + "name": "MSI Vector 16 HX A2XWHG-227IN Gaming", + "url": "/v1/laptops/msi-vector-16-hx-a2xwhg-227in-abhinavflac-552" + }, + { + "slug": "msi-vector-16-hx-ai-abhinavflac-362", + "name": "MSI Vector 16 HX AI A2XWHG-443IN Gaming", + "url": "/v1/laptops/msi-vector-16-hx-ai-abhinavflac-362" + }, + { + "slug": "msi-vector-16-hx-ai-abhinavflac-310", + "name": "MSI Vector 16 HX AI A2XWIG-226IN Gaming", + "url": "/v1/laptops/msi-vector-16-hx-ai-abhinavflac-310" + }, + { + "slug": "msi-vector-17-hx-ai-abhinavflac-272", + "name": "MSI Vector 17 HX AI A2XWHG-085IN Gaming", + "url": "/v1/laptops/msi-vector-17-hx-ai-abhinavflac-272" + }, + { + "slug": "msi-vector-17-hx-ai-abhinavflac-358", + "name": "MSI Vector 17 HX AI A2XWHG-206IN Gaming", + "url": "/v1/laptops/msi-vector-17-hx-ai-abhinavflac-358" + }, + { + "slug": "msi-vector-a18-hx-a9whg-033in-abhinavflac-409", + "name": "MSI Vector A18 HX A9WHG-033IN Gaming", + "url": "/v1/laptops/msi-vector-a18-hx-a9whg-033in-abhinavflac-409" + }, + { + "slug": "msi-vector-a18-hx-a9wig-088in-abhinavflac-62", + "name": "MSI Vector A18 HX A9WIG-088IN Gaming", + "url": "/v1/laptops/msi-vector-a18-hx-a9wig-088in-abhinavflac-62" + }, + { + "slug": "msi-venture-15-ai-a1mg-007in-abhinavflac-451", + "name": "MSI Venture 15 AI A1MG-007IN", + "url": "/v1/laptops/msi-venture-15-ai-a1mg-007in-abhinavflac-451" + }, + { + "slug": "msi-venture-a15-ai-a2hmg-007in-abhinavflac-439", + "name": "MSI Venture A15 AI A2HMG-007IN", + "url": "/v1/laptops/msi-venture-a15-ai-a2hmg-007in-abhinavflac-439" + }, + { + "slug": "msi-venture-a16-ai-a3hmg-022in-abhinavflac-148", + "name": "MSI Venture A16 AI+ A3HMG-022IN (AMD Ryzen AI 7 350/ 16GB/ 1TB SSD/ Win11 Home)", + "url": "/v1/laptops/msi-venture-a16-ai-a3hmg-022in-abhinavflac-148" + }, + { + "slug": "msi-venturepro-15-ai-a1udxg-009in-abhinavflac-474", + "name": "MSI VenturePro 15 AI A1UDXG-009IN", + "url": "/v1/laptops/msi-venturepro-15-ai-a1udxg-009in-abhinavflac-474" + }, + { + "slug": "msi-venturepro-15-ai-a1veg-008in-abhinavflac-475", + "name": "MSI VenturePro 15 AI A1VEG-008IN", + "url": "/v1/laptops/msi-venturepro-15-ai-a1veg-008in-abhinavflac-475" + }, + { + "slug": "msi-venturepro-a15-a3hweg-011in-abhinavflac-15", + "name": "MSI VenturePro A15 A3HWEG-011IN", + "url": "/v1/laptops/msi-venturepro-a15-a3hweg-011in-abhinavflac-15" + }, + { + "slug": "microsoft-surface-laptop-7-13-8-abhinavflac-949", + "name": "Microsoft Surface Laptop 7 13.8 ‎‎ZGQ-00023", + "url": "/v1/laptops/microsoft-surface-laptop-7-13-8-abhinavflac-949" + }, + { + "slug": "microsoft-surface-laptop-7-15-abhinavflac-952", + "name": "Microsoft Surface Laptop 7 15 ‎ZHG-00023", + "url": "/v1/laptops/microsoft-surface-laptop-7-15-abhinavflac-952" + }, + { + "slug": "microsoft-surface-laptop-7-15-abhinavflac-945", + "name": "Microsoft Surface Laptop 7 15 ‎ZHH-00048", + "url": "/v1/laptops/microsoft-surface-laptop-7-15-abhinavflac-945" + }, + { + "slug": "microsoft-surface-laptop-7-15-abhinavflac-951", + "name": "Microsoft Surface Laptop 7 15 ‎‎ZYT-00048", + "url": "/v1/laptops/microsoft-surface-laptop-7-15-abhinavflac-951" + }, + { + "slug": "microsoft-surface-laptop-7-zgm-00023-abhinavflac-953", + "name": "Microsoft Surface Laptop 7 ‎ZGM-00023", + "url": "/v1/laptops/microsoft-surface-laptop-7-zgm-00023-abhinavflac-953" + }, + { + "slug": "microsoft-surface-laptop-7-zxx-00059-abhinavflac-950", + "name": "Microsoft Surface Laptop 7 ‎ZXX-00059", + "url": "/v1/laptops/microsoft-surface-laptop-7-zxx-00059-abhinavflac-950" + }, + { + "slug": "microsoft-surface-pro-11-2024-abhinavflac-948", + "name": "Microsoft Surface Pro 11 2024 ‎ZHY-00032 Laptop", + "url": "/v1/laptops/microsoft-surface-pro-11-2024-abhinavflac-948" + }, + { + "slug": "microsoft-surface-pro-11-2024-abhinavflac-947", + "name": "Microsoft Surface Pro 11 2024 ‎ZID-00014 Laptop", + "url": "/v1/laptops/microsoft-surface-pro-11-2024-abhinavflac-947" + }, + { + "slug": "microsoft-surface-pro-11-zib-00031-abhinavflac-946", + "name": "Microsoft Surface Pro 11 ‎ZIB-00031 Laptop", + "url": "/v1/laptops/microsoft-surface-pro-11-zib-00031-abhinavflac-946" + }, + { + "slug": "microsoft-surface-pro-12-ep2-27654-abhinavflac-58", + "name": "Microsoft Surface Pro 12 EP2-27654", + "url": "/v1/laptops/microsoft-surface-pro-12-ep2-27654-abhinavflac-58" + }, + { + "slug": "microsoft-surface-pro-12-ep2-27670-abhinavflac-59", + "name": "Microsoft Surface Pro 12 EP2-27670", + "url": "/v1/laptops/microsoft-surface-pro-12-ep2-27670-abhinavflac-59" + }, + { + "slug": "motorola-motobook-60-abhinavflac-559", + "name": "Motorola Motobook 60", + "url": "/v1/laptops/motorola-motobook-60-abhinavflac-559" + }, + { + "slug": "motorola-motobook-60-abhinavflac-546", + "name": "Motorola Motobook 60 83J70008IN", + "url": "/v1/laptops/motorola-motobook-60-abhinavflac-546" + }, + { + "slug": "motorola-motobook-60-abhinavflac-545", + "name": "Motorola Motobook 60 83J7000DIN", + "url": "/v1/laptops/motorola-motobook-60-abhinavflac-545" + }, + { + "slug": "motorola-motobook-60-pro-abhinavflac-143", + "name": "Motorola Motobook 60 Pro 14IAH101 83NY000BIN", + "url": "/v1/laptops/motorola-motobook-60-pro-abhinavflac-143" + }, + { + "slug": "motorola-motobook-60-pro-abhinavflac-144", + "name": "Motorola Motobook 60 Pro 83NY000AIN", + "url": "/v1/laptops/motorola-motobook-60-pro-abhinavflac-144" + }, + { + "slug": "samsung-galaxy-book-2-np641bed-ka3in-abhinavflac-125", + "name": "Samsung Galaxy Book 2 NP641BED-KA3IN", + "url": "/v1/laptops/samsung-galaxy-book-2-np641bed-ka3in-abhinavflac-125" + }, + { + "slug": "samsung-galaxy-book-4-np750xgj-lg4in-abhinavflac-855", + "name": "Samsung Galaxy Book 4 NP750XGJ-LG4IN", + "url": "/v1/laptops/samsung-galaxy-book-4-np750xgj-lg4in-abhinavflac-855" + }, + { + "slug": "samsung-galaxy-book-4-np754xgq-ls1in-abhinavflac-42", + "name": "Samsung Galaxy Book 4 NP754XGQ-LS1IN", + "url": "/v1/laptops/samsung-galaxy-book-4-np754xgq-ls1in-abhinavflac-42" + }, + { + "slug": "samsung-galaxy-book-5-360-abhinavflac-628", + "name": "Samsung Galaxy Book 5 360 NP750QHA-LG2IN", + "url": "/v1/laptops/samsung-galaxy-book-5-360-abhinavflac-628" + }, + { + "slug": "samsung-galaxy-book-5-360-abhinavflac-627", + "name": "Samsung Galaxy Book 5 360 NP750QHA-LG3IN", + "url": "/v1/laptops/samsung-galaxy-book-5-360-abhinavflac-627" + }, + { + "slug": "samsung-galaxy-book-5-360-abhinavflac-622", + "name": "Samsung Galaxy Book 5 360 np750qha-lg1in", + "url": "/v1/laptops/samsung-galaxy-book-5-360-abhinavflac-622" + }, + { + "slug": "samsung-galaxy-book-5-360-abhinavflac-626", + "name": "Samsung Galaxy Book 5 360 np750qha-lg4in", + "url": "/v1/laptops/samsung-galaxy-book-5-360-abhinavflac-626" + }, + { + "slug": "samsung-galaxy-book-5-np750xhd-kd2in-abhinavflac-205", + "name": "Samsung Galaxy Book 5 NP750XHD-KD2IN", + "url": "/v1/laptops/samsung-galaxy-book-5-np750xhd-kd2in-abhinavflac-205" + }, + { + "slug": "samsung-galaxy-book-5-pro-abhinavflac-620", + "name": "Samsung Galaxy Book 5 Pro 16 NP960XHA-LG3IN", + "url": "/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-620" + }, + { + "slug": "samsung-galaxy-book-5-pro-abhinavflac-624", + "name": "Samsung Galaxy Book 5 Pro 360 np960qha-kg1in", + "url": "/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-624" + }, + { + "slug": "samsung-galaxy-book-5-pro-abhinavflac-621", + "name": "Samsung Galaxy Book 5 Pro 360 np960qha-kg3in", + "url": "/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-621" + }, + { + "slug": "samsung-galaxy-book-5-pro-abhinavflac-623", + "name": "Samsung Galaxy Book 5 Pro 360 np960qha-kg4in", + "url": "/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-623" + }, + { + "slug": "samsung-galaxy-book-5-pro-abhinavflac-618", + "name": "Samsung Galaxy Book 5 Pro NP940XHA-LG1IN", + "url": "/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-618" + }, + { + "slug": "samsung-galaxy-book-5-pro-abhinavflac-847", + "name": "Samsung Galaxy Book 5 Pro NP940XHA-LG4IN", + "url": "/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-847" + }, + { + "slug": "samsung-galaxy-book-5-pro-abhinavflac-625", + "name": "Samsung Galaxy Book 5 Pro np940xha-lg2in", + "url": "/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-625" + }, + { + "slug": "samsung-galaxy-book-5-pro-abhinavflac-619", + "name": "Samsung Galaxy Book 5 Pro np940xha-lg3in/", + "url": "/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-619" + }, + { + "slug": "samsung-galaxy-book-5-np750xhd-kd3in-abhinavflac-204", + "name": "Samsung Galaxy Book 5 np750xhd-kd3in", + "url": "/v1/laptops/samsung-galaxy-book-5-np750xhd-kd3in-abhinavflac-204" + }, + { + "slug": "lenovo-v15-g2-abhinavflac-819", + "name": "‎Lenovo V15 G2", + "url": "/v1/laptops/lenovo-v15-g2-abhinavflac-819" + } + ] +} diff --git a/site/public/v1/laptops/infinix-inbook-air-pro-plus-abhinavflac-795/index.json b/site/public/v1/laptops/infinix-inbook-air-pro-plus-abhinavflac-795/index.json new file mode 100644 index 000000000000..adf2dc67fbb7 --- /dev/null +++ b/site/public/v1/laptops/infinix-inbook-air-pro-plus-abhinavflac-795/index.json @@ -0,0 +1,42 @@ +{ + "id": 610, + "slug": "infinix-inbook-air-pro-plus-abhinavflac-795", + "base_model_slug": "infinix-inbook-air-pro-plus", + "name": "Infinix Inbook Air Pro Plus XL434", + "brand": { + "id": 27, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 843, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 795 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.026467", + "updated_at": "2026-07-08T02:20:51.026467", + "url": "/v1/laptops/infinix-inbook-air-pro-plus-abhinavflac-795" +} diff --git a/site/public/v1/laptops/infinix-inbook-y2-plus-xl29-abhinavflac-871/index.json b/site/public/v1/laptops/infinix-inbook-y2-plus-xl29-abhinavflac-871/index.json new file mode 100644 index 000000000000..56232489bdfc --- /dev/null +++ b/site/public/v1/laptops/infinix-inbook-y2-plus-xl29-abhinavflac-871/index.json @@ -0,0 +1,42 @@ +{ + "id": 602, + "slug": "infinix-inbook-y2-plus-xl29-abhinavflac-871", + "base_model_slug": "infinix-inbook-y2-plus-xl29", + "name": "Infinix INBook Y2 Plus XL29", + "brand": { + "id": 27, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 548, + "device_category": "General", + "cpu_name": "Intel Core I7 1195G7", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 871 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.026467", + "updated_at": "2026-07-08T02:20:51.026467", + "url": "/v1/laptops/infinix-inbook-y2-plus-xl29-abhinavflac-871" +} diff --git a/site/public/v1/laptops/infinix-inbook-y3-max-abhinavflac-873/index.json b/site/public/v1/laptops/infinix-inbook-y3-max-abhinavflac-873/index.json new file mode 100644 index 000000000000..3eed5274291a --- /dev/null +++ b/site/public/v1/laptops/infinix-inbook-y3-max-abhinavflac-873/index.json @@ -0,0 +1,42 @@ +{ + "id": 607, + "slug": "infinix-inbook-y3-max-abhinavflac-873", + "base_model_slug": "infinix-inbook-y3-max", + "name": "Infinix INBook Y3 Max YL613", + "brand": { + "id": 27, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 626, + "device_category": "General", + "cpu_name": "Intel Core I7 1255U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 873 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.026467", + "updated_at": "2026-07-08T02:20:51.026467", + "url": "/v1/laptops/infinix-inbook-y3-max-abhinavflac-873" +} diff --git a/site/public/v1/laptops/infinix-inbook-y3-max-abhinavflac-876/index.json b/site/public/v1/laptops/infinix-inbook-y3-max-abhinavflac-876/index.json new file mode 100644 index 000000000000..1bf1d259d09c --- /dev/null +++ b/site/public/v1/laptops/infinix-inbook-y3-max-abhinavflac-876/index.json @@ -0,0 +1,42 @@ +{ + "id": 608, + "slug": "infinix-inbook-y3-max-abhinavflac-876", + "base_model_slug": "infinix-inbook-y3-max", + "name": "Infinix INBook Y3 Max", + "brand": { + "id": 27, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 361, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 256, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 876 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.026467", + "updated_at": "2026-07-08T02:20:51.026467", + "url": "/v1/laptops/infinix-inbook-y3-max-abhinavflac-876" +} diff --git a/site/public/v1/laptops/infinix-inbook-y3-max-series-abhinavflac-875/index.json b/site/public/v1/laptops/infinix-inbook-y3-max-series-abhinavflac-875/index.json new file mode 100644 index 000000000000..192d67109042 --- /dev/null +++ b/site/public/v1/laptops/infinix-inbook-y3-max-series-abhinavflac-875/index.json @@ -0,0 +1,42 @@ +{ + "id": 609, + "slug": "infinix-inbook-y3-max-series-abhinavflac-875", + "base_model_slug": "infinix-inbook-y3-max-series", + "name": "Infinix INBook Y3 Max Series YL613", + "brand": { + "id": 27, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 373, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 256, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 875 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.026467", + "updated_at": "2026-07-08T02:20:51.026467", + "url": "/v1/laptops/infinix-inbook-y3-max-series-abhinavflac-875" +} diff --git a/site/public/v1/laptops/infinix-xbook-b15-abhinavflac-212/index.json b/site/public/v1/laptops/infinix-xbook-b15-abhinavflac-212/index.json new file mode 100644 index 000000000000..7fb002231093 --- /dev/null +++ b/site/public/v1/laptops/infinix-xbook-b15-abhinavflac-212/index.json @@ -0,0 +1,42 @@ +{ + "id": 603, + "slug": "infinix-xbook-b15-abhinavflac-212", + "base_model_slug": "infinix-xbook-b15", + "name": "Infinix XBOOK B15 BL51A5", + "brand": { + "id": 27, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 373, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 5500U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 212 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.026467", + "updated_at": "2026-07-08T02:20:51.026467", + "url": "/v1/laptops/infinix-xbook-b15-abhinavflac-212" +} diff --git a/site/public/v1/laptops/infinix-xbook-b15-series-5500uu-abhinavflac-211/index.json b/site/public/v1/laptops/infinix-xbook-b15-series-5500uu-abhinavflac-211/index.json new file mode 100644 index 000000000000..178397be40b2 --- /dev/null +++ b/site/public/v1/laptops/infinix-xbook-b15-series-5500uu-abhinavflac-211/index.json @@ -0,0 +1,42 @@ +{ + "id": 605, + "slug": "infinix-xbook-b15-series-5500uu-abhinavflac-211", + "base_model_slug": "infinix-xbook-b15-series-5500uu", + "name": "Infinix XBOOK B15 Series BL51A5 (5500UU / 16GB / 512GB / Radeon / Windows)", + "brand": { + "id": 27, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 397, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 5500U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 211 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.026467", + "updated_at": "2026-07-08T02:20:51.026467", + "url": "/v1/laptops/infinix-xbook-b15-series-5500uu-abhinavflac-211" +} diff --git a/site/public/v1/laptops/infinix-xbook-b15-series-5825uu-abhinavflac-210/index.json b/site/public/v1/laptops/infinix-xbook-b15-series-5825uu-abhinavflac-210/index.json new file mode 100644 index 000000000000..ed35c411c9e5 --- /dev/null +++ b/site/public/v1/laptops/infinix-xbook-b15-series-5825uu-abhinavflac-210/index.json @@ -0,0 +1,42 @@ +{ + "id": 606, + "slug": "infinix-xbook-b15-series-5825uu-abhinavflac-210", + "base_model_slug": "infinix-xbook-b15-series-5825uu", + "name": "Infinix XBOOK B15 Series BL51A5 (5825UU / 16GB / 512GB / Radeon / Windows)", + "brand": { + "id": 27, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 843, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 5825U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 210 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.026467", + "updated_at": "2026-07-08T02:20:51.026467", + "url": "/v1/laptops/infinix-xbook-b15-series-5825uu-abhinavflac-210" +} diff --git a/site/public/v1/laptops/infinix-xbook-b15-series-abhinavflac-186/index.json b/site/public/v1/laptops/infinix-xbook-b15-series-abhinavflac-186/index.json new file mode 100644 index 000000000000..c2d89eefa992 --- /dev/null +++ b/site/public/v1/laptops/infinix-xbook-b15-series-abhinavflac-186/index.json @@ -0,0 +1,42 @@ +{ + "id": 604, + "slug": "infinix-xbook-b15-series-abhinavflac-186", + "base_model_slug": "infinix-xbook-b15-series", + "name": "Infinix XBOOK B15 Series BL51A5 71028300082", + "brand": { + "id": 27, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 397, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 5825U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 186 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.026467", + "updated_at": "2026-07-08T02:20:51.026467", + "url": "/v1/laptops/infinix-xbook-b15-series-abhinavflac-186" +} diff --git a/site/public/v1/laptops/infinix-zero-book-ultra-ai-abhinavflac-962/index.json b/site/public/v1/laptops/infinix-zero-book-ultra-ai-abhinavflac-962/index.json new file mode 100644 index 000000000000..ef9524c974fa --- /dev/null +++ b/site/public/v1/laptops/infinix-zero-book-ultra-ai-abhinavflac-962/index.json @@ -0,0 +1,42 @@ +{ + "id": 611, + "slug": "infinix-zero-book-ultra-ai-abhinavflac-962", + "base_model_slug": "infinix-zero-book-ultra-ai", + "name": "Infinix Zero Book Ultra AI ZL514", + "brand": { + "id": 27, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1193, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 962 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.026467", + "updated_at": "2026-07-08T02:20:51.026467", + "url": "/v1/laptops/infinix-zero-book-ultra-ai-abhinavflac-962" +} diff --git a/site/public/v1/laptops/lenovo-chromebook-abhinavflac-415/index.json b/site/public/v1/laptops/lenovo-chromebook-abhinavflac-415/index.json new file mode 100644 index 000000000000..7d1b01686516 --- /dev/null +++ b/site/public/v1/laptops/lenovo-chromebook-abhinavflac-415/index.json @@ -0,0 +1,42 @@ +{ + "id": 809, + "slug": "lenovo-chromebook-abhinavflac-415", + "base_model_slug": "lenovo-chromebook", + "name": "Lenovo Chromebook 82UY0014HA", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 181, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 4, + "storage_gb": 64, + "display": { + "size_inch": 11.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "Chrome", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 415 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.043806", + "updated_at": "2026-07-08T02:20:51.043806", + "url": "/v1/laptops/lenovo-chromebook-abhinavflac-415" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-1-15ijl7-abhinavflac-418/index.json b/site/public/v1/laptops/lenovo-ideapad-1-15ijl7-abhinavflac-418/index.json new file mode 100644 index 000000000000..1c5355919c5b --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-1-15ijl7-abhinavflac-418/index.json @@ -0,0 +1,42 @@ +{ + "id": 811, + "slug": "lenovo-ideapad-1-15ijl7-abhinavflac-418", + "base_model_slug": "lenovo-ideapad-1-15ijl7", + "name": "Lenovo IdeaPad 1 ‎15IJL7 82LX00F7IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 318, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 418 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.043806", + "updated_at": "2026-07-08T02:20:51.043806", + "url": "/v1/laptops/lenovo-ideapad-1-15ijl7-abhinavflac-418" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-1-abhinavflac-400/index.json b/site/public/v1/laptops/lenovo-ideapad-1-abhinavflac-400/index.json new file mode 100644 index 000000000000..fbe1adf3a835 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-1-abhinavflac-400/index.json @@ -0,0 +1,42 @@ +{ + "id": 667, + "slug": "lenovo-ideapad-1-abhinavflac-400", + "base_model_slug": "lenovo-ideapad-1", + "name": "Lenovo Ideapad 1 83B40004IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 410, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 400 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.031685", + "updated_at": "2026-07-08T02:20:51.031685", + "url": "/v1/laptops/lenovo-ideapad-1-abhinavflac-400" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-1-abhinavflac-49/index.json b/site/public/v1/laptops/lenovo-ideapad-1-abhinavflac-49/index.json new file mode 100644 index 000000000000..c3679dca6a79 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-1-abhinavflac-49/index.json @@ -0,0 +1,42 @@ +{ + "id": 619, + "slug": "lenovo-ideapad-1-abhinavflac-49", + "base_model_slug": "lenovo-ideapad-1", + "name": "Lenovo IdeaPad 1 15ALC7 82R400XSIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 436, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 5500U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 49 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.027526", + "updated_at": "2026-07-08T02:20:51.027526", + "url": "/v1/laptops/lenovo-ideapad-1-abhinavflac-49" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-1-abhinavflac-702/index.json b/site/public/v1/laptops/lenovo-ideapad-1-abhinavflac-702/index.json new file mode 100644 index 000000000000..ad5b3c7f1dd0 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-1-abhinavflac-702/index.json @@ -0,0 +1,42 @@ +{ + "id": 620, + "slug": "lenovo-ideapad-1-abhinavflac-702", + "base_model_slug": "lenovo-ideapad-1", + "name": "Lenovo IdeaPad 1 15ALC7 82R4010DIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 470, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 5625U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 702 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.027526", + "updated_at": "2026-07-08T02:20:51.027526", + "url": "/v1/laptops/lenovo-ideapad-1-abhinavflac-702" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-1-abhinavflac-918/index.json b/site/public/v1/laptops/lenovo-ideapad-1-abhinavflac-918/index.json new file mode 100644 index 000000000000..67251bb512ae --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-1-abhinavflac-918/index.json @@ -0,0 +1,42 @@ +{ + "id": 621, + "slug": "lenovo-ideapad-1-abhinavflac-918", + "base_model_slug": "lenovo-ideapad-1", + "name": "Lenovo IdeaPad 1 15ALC7 82R400EFIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 506, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 5700U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 918 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.027526", + "updated_at": "2026-07-08T02:20:51.027526", + "url": "/v1/laptops/lenovo-ideapad-1-abhinavflac-918" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-1-abhinavflac-991/index.json b/site/public/v1/laptops/lenovo-ideapad-1-abhinavflac-991/index.json new file mode 100644 index 000000000000..6f6c92197ab4 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-1-abhinavflac-991/index.json @@ -0,0 +1,42 @@ +{ + "id": 810, + "slug": "lenovo-ideapad-1-abhinavflac-991", + "base_model_slug": "lenovo-ideapad-1", + "name": "Lenovo IdeaPad 1 14IGL7 82V6009LIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 347, + "device_category": "General", + "cpu_name": "Intel Celeron N4020", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 991 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.043806", + "updated_at": "2026-07-08T02:20:51.043806", + "url": "/v1/laptops/lenovo-ideapad-1-abhinavflac-991" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-3-14iau7-abhinavflac-385/index.json b/site/public/v1/laptops/lenovo-ideapad-3-14iau7-abhinavflac-385/index.json new file mode 100644 index 000000000000..2a3f99a40902 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-3-14iau7-abhinavflac-385/index.json @@ -0,0 +1,42 @@ +{ + "id": 641, + "slug": "lenovo-ideapad-3-14iau7-abhinavflac-385", + "base_model_slug": "lenovo-ideapad-3-14iau7", + "name": "Lenovo IdeaPad 3 ‎14IAU7 82RJ00G5IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 373, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 385 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.029685", + "updated_at": "2026-07-08T02:20:51.029685", + "url": "/v1/laptops/lenovo-ideapad-3-14iau7-abhinavflac-385" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-3-14iau7-abhinavflac-570/index.json b/site/public/v1/laptops/lenovo-ideapad-3-14iau7-abhinavflac-570/index.json new file mode 100644 index 000000000000..848280c76339 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-3-14iau7-abhinavflac-570/index.json @@ -0,0 +1,42 @@ +{ + "id": 642, + "slug": "lenovo-ideapad-3-14iau7-abhinavflac-570", + "base_model_slug": "lenovo-ideapad-3-14iau7", + "name": "Lenovo IdeaPad 3 ‎14IAU7 82RJ00G0IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 428, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 570 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.029685", + "updated_at": "2026-07-08T02:20:51.029685", + "url": "/v1/laptops/lenovo-ideapad-3-14iau7-abhinavflac-570" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-3-abhinavflac-614/index.json b/site/public/v1/laptops/lenovo-ideapad-3-abhinavflac-614/index.json new file mode 100644 index 000000000000..e99825aa95bf --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-3-abhinavflac-614/index.json @@ -0,0 +1,42 @@ +{ + "id": 635, + "slug": "lenovo-ideapad-3-abhinavflac-614", + "base_model_slug": "lenovo-ideapad-3", + "name": "Lenovo IdeaPad 3 15IAU7 82RK019GIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 397, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 614 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.028680", + "updated_at": "2026-07-08T02:20:51.029685", + "url": "/v1/laptops/lenovo-ideapad-3-abhinavflac-614" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-3-abhinavflac-771/index.json b/site/public/v1/laptops/lenovo-ideapad-3-abhinavflac-771/index.json new file mode 100644 index 000000000000..c5c125ddb6c7 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-3-abhinavflac-771/index.json @@ -0,0 +1,42 @@ +{ + "id": 636, + "slug": "lenovo-ideapad-3-abhinavflac-771", + "base_model_slug": "lenovo-ideapad-3", + "name": "Lenovo IdeaPad 3 82RK017RIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 428, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 771 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.029685", + "updated_at": "2026-07-08T02:20:51.029685", + "url": "/v1/laptops/lenovo-ideapad-3-abhinavflac-771" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-3-abhinavflac-801/index.json b/site/public/v1/laptops/lenovo-ideapad-3-abhinavflac-801/index.json new file mode 100644 index 000000000000..9ce1e19430c8 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-3-abhinavflac-801/index.json @@ -0,0 +1,42 @@ +{ + "id": 812, + "slug": "lenovo-ideapad-3-abhinavflac-801", + "base_model_slug": "lenovo-ideapad-3", + "name": "Lenovo IdeaPad 3 15IJL6 82N4004QHA", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 301, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 128, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Chrome", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 801 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.043806", + "updated_at": "2026-07-08T02:20:51.043806", + "url": "/v1/laptops/lenovo-ideapad-3-abhinavflac-801" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-3-abhinavflac-822/index.json b/site/public/v1/laptops/lenovo-ideapad-3-abhinavflac-822/index.json new file mode 100644 index 000000000000..84b58fc006a7 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-3-abhinavflac-822/index.json @@ -0,0 +1,42 @@ +{ + "id": 637, + "slug": "lenovo-ideapad-3-abhinavflac-822", + "base_model_slug": "lenovo-ideapad-3", + "name": "Lenovo IdeaPad 3 14IAU7 82RJ00FUIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 410, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 822 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.029685", + "updated_at": "2026-07-08T02:20:51.029685", + "url": "/v1/laptops/lenovo-ideapad-3-abhinavflac-822" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-3-abhinavflac-845/index.json b/site/public/v1/laptops/lenovo-ideapad-3-abhinavflac-845/index.json new file mode 100644 index 000000000000..44e25d8668ce --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-3-abhinavflac-845/index.json @@ -0,0 +1,42 @@ +{ + "id": 638, + "slug": "lenovo-ideapad-3-abhinavflac-845", + "base_model_slug": "lenovo-ideapad-3", + "name": "Lenovo IdeaPad 3 82RK017PIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 434, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 845 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.029685", + "updated_at": "2026-07-08T02:20:51.029685", + "url": "/v1/laptops/lenovo-ideapad-3-abhinavflac-845" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-3-abhinavflac-90/index.json b/site/public/v1/laptops/lenovo-ideapad-3-abhinavflac-90/index.json new file mode 100644 index 000000000000..b8f807ae4b26 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-3-abhinavflac-90/index.json @@ -0,0 +1,42 @@ +{ + "id": 622, + "slug": "lenovo-ideapad-3-abhinavflac-90", + "base_model_slug": "lenovo-ideapad-3", + "name": "Lenovo IdeaPad 3 15ITL05 82H802L3IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 476, + "device_category": "General", + "cpu_name": "Intel Core I3 1115G4", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 90 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.028680", + "updated_at": "2026-07-08T02:20:51.028680", + "url": "/v1/laptops/lenovo-ideapad-3-abhinavflac-90" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-3-abhinavflac-902/index.json b/site/public/v1/laptops/lenovo-ideapad-3-abhinavflac-902/index.json new file mode 100644 index 000000000000..d308d111d25b --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-3-abhinavflac-902/index.json @@ -0,0 +1,42 @@ +{ + "id": 639, + "slug": "lenovo-ideapad-3-abhinavflac-902", + "base_model_slug": "lenovo-ideapad-3", + "name": "Lenovo IdeaPad 3 82RJ00F1IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 396, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 902 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.029685", + "updated_at": "2026-07-08T02:20:51.029685", + "url": "/v1/laptops/lenovo-ideapad-3-abhinavflac-902" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-3-abhinavflac-960/index.json b/site/public/v1/laptops/lenovo-ideapad-3-abhinavflac-960/index.json new file mode 100644 index 000000000000..6f8503046257 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-3-abhinavflac-960/index.json @@ -0,0 +1,42 @@ +{ + "id": 640, + "slug": "lenovo-ideapad-3-abhinavflac-960", + "base_model_slug": "lenovo-ideapad-3", + "name": "Lenovo IdeaPad 3 14IAU7 82RJ00FFIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 439, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 960 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.029685", + "updated_at": "2026-07-08T02:20:51.029685", + "url": "/v1/laptops/lenovo-ideapad-3-abhinavflac-960" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-3-chromebook-abhinavflac-906/index.json b/site/public/v1/laptops/lenovo-ideapad-3-chromebook-abhinavflac-906/index.json new file mode 100644 index 000000000000..dd4a8e3daca2 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-3-chromebook-abhinavflac-906/index.json @@ -0,0 +1,42 @@ +{ + "id": 813, + "slug": "lenovo-ideapad-3-chromebook-abhinavflac-906", + "base_model_slug": "lenovo-ideapad-3-chromebook", + "name": "Lenovo IdeaPad 3 11IGL05 82BA0029HA Chromebook", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 181, + "device_category": "General", + "cpu_name": "Intel Celeron N4020", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 4, + "storage_gb": 64, + "display": { + "size_inch": 11.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "Chrome", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 906 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.043806", + "updated_at": "2026-07-08T02:20:51.043806", + "url": "/v1/laptops/lenovo-ideapad-3-chromebook-abhinavflac-906" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-5-2-in-1-abhinavflac-353/index.json b/site/public/v1/laptops/lenovo-ideapad-5-2-in-1-abhinavflac-353/index.json new file mode 100644 index 000000000000..e84b435defde --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-5-2-in-1-abhinavflac-353/index.json @@ -0,0 +1,42 @@ +{ + "id": 612, + "slug": "lenovo-ideapad-5-2-in-1-abhinavflac-353", + "base_model_slug": "lenovo-ideapad-5-2-in-1", + "name": "Lenovo IdeaPad 5 2-in-1 14AKP10 83KT000LIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2019-01-01", + "msrp_usd": 1157, + "device_category": "Convertible", + "cpu_name": "AMD Ryzen Ai 7 350", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 24, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 353 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.026467", + "updated_at": "2026-07-08T02:20:51.027526", + "url": "/v1/laptops/lenovo-ideapad-5-2-in-1-abhinavflac-353" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-5-2-in-1-abhinavflac-354/index.json b/site/public/v1/laptops/lenovo-ideapad-5-2-in-1-abhinavflac-354/index.json new file mode 100644 index 000000000000..393e33a01b64 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-5-2-in-1-abhinavflac-354/index.json @@ -0,0 +1,42 @@ +{ + "id": 814, + "slug": "lenovo-ideapad-5-2-in-1-abhinavflac-354", + "base_model_slug": "lenovo-ideapad-5-2-in-1", + "name": "Lenovo IdeaPad 5 2-in-1 14IAL10 83KR000HIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1036, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 5 225H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 354 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.043806", + "updated_at": "2026-07-08T02:20:51.043806", + "url": "/v1/laptops/lenovo-ideapad-5-2-in-1-abhinavflac-354" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-5-abhinavflac-151/index.json b/site/public/v1/laptops/lenovo-ideapad-5-abhinavflac-151/index.json new file mode 100644 index 000000000000..85bb2737baa2 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-5-abhinavflac-151/index.json @@ -0,0 +1,42 @@ +{ + "id": 668, + "slug": "lenovo-ideapad-5-abhinavflac-151", + "base_model_slug": "lenovo-ideapad-5", + "name": "Lenovo IdeaPad 5 14IRH9 83KX004QIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 824, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 151 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.031685", + "updated_at": "2026-07-08T02:20:51.031685", + "url": "/v1/laptops/lenovo-ideapad-5-abhinavflac-151" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-5-abhinavflac-690/index.json b/site/public/v1/laptops/lenovo-ideapad-5-abhinavflac-690/index.json new file mode 100644 index 000000000000..d8f2d7e0f845 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-5-abhinavflac-690/index.json @@ -0,0 +1,42 @@ +{ + "id": 669, + "slug": "lenovo-ideapad-5-abhinavflac-690", + "base_model_slug": "lenovo-ideapad-5", + "name": "Lenovo IdeaPad 5 14IRH9 83KX0059IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 885, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 690 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.031685", + "updated_at": "2026-07-08T02:20:51.031685", + "url": "/v1/laptops/lenovo-ideapad-5-abhinavflac-690" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-5-abhinavflac-693/index.json b/site/public/v1/laptops/lenovo-ideapad-5-abhinavflac-693/index.json new file mode 100644 index 000000000000..1661a375a80e --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-5-abhinavflac-693/index.json @@ -0,0 +1,42 @@ +{ + "id": 670, + "slug": "lenovo-ideapad-5-abhinavflac-693", + "base_model_slug": "lenovo-ideapad-5", + "name": "Lenovo IdeaPad 5 14IRH9 83KX0058IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 885, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 693 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.031685", + "updated_at": "2026-07-08T02:20:51.031685", + "url": "/v1/laptops/lenovo-ideapad-5-abhinavflac-693" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-5-abhinavflac-812/index.json b/site/public/v1/laptops/lenovo-ideapad-5-abhinavflac-812/index.json new file mode 100644 index 000000000000..7011decf0374 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-5-abhinavflac-812/index.json @@ -0,0 +1,42 @@ +{ + "id": 671, + "slug": "lenovo-ideapad-5-abhinavflac-812", + "base_model_slug": "lenovo-ideapad-5", + "name": "Lenovo IdeaPad 5 14IRH9 83KX0019IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1012, + "device_category": "General", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 812 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.031685", + "updated_at": "2026-07-08T02:20:51.031685", + "url": "/v1/laptops/lenovo-ideapad-5-abhinavflac-812" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-5-abhinavflac-833/index.json b/site/public/v1/laptops/lenovo-ideapad-5-abhinavflac-833/index.json new file mode 100644 index 000000000000..f1aa3d5762dc --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-5-abhinavflac-833/index.json @@ -0,0 +1,42 @@ +{ + "id": 672, + "slug": "lenovo-ideapad-5-abhinavflac-833", + "base_model_slug": "lenovo-ideapad-5", + "name": "Lenovo IdeaPad 5 14IRH9 83KX0018IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 916, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 833 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.031685", + "updated_at": "2026-07-08T02:20:51.031685", + "url": "/v1/laptops/lenovo-ideapad-5-abhinavflac-833" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-5i-abhinavflac-986/index.json b/site/public/v1/laptops/lenovo-ideapad-5i-abhinavflac-986/index.json new file mode 100644 index 000000000000..16e0cd9fa7d1 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-5i-abhinavflac-986/index.json @@ -0,0 +1,42 @@ +{ + "id": 815, + "slug": "lenovo-ideapad-5i-abhinavflac-986", + "base_model_slug": "lenovo-ideapad-5i", + "name": "Lenovo IdeaPad 5i 83DT004SIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 843, + "device_category": "General", + "cpu_name": "Intel Core 5 120U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 986 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.043806", + "updated_at": "2026-07-08T02:20:51.043806", + "url": "/v1/laptops/lenovo-ideapad-5i-abhinavflac-986" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-flex-5-abhinavflac-222/index.json b/site/public/v1/laptops/lenovo-ideapad-flex-5-abhinavflac-222/index.json new file mode 100644 index 000000000000..abd6195de840 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-flex-5-abhinavflac-222/index.json @@ -0,0 +1,42 @@ +{ + "id": 623, + "slug": "lenovo-ideapad-flex-5-abhinavflac-222", + "base_model_slug": "lenovo-ideapad-flex-5", + "name": "Lenovo IdeaPad Flex 5 14ABR8 82XX00G3IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 753, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 5825U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 222 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.028680", + "updated_at": "2026-07-08T02:20:51.028680", + "url": "/v1/laptops/lenovo-ideapad-flex-5-abhinavflac-222" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-flex-5-abhinavflac-283/index.json b/site/public/v1/laptops/lenovo-ideapad-flex-5-abhinavflac-283/index.json new file mode 100644 index 000000000000..e9d9723192b6 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-flex-5-abhinavflac-283/index.json @@ -0,0 +1,42 @@ +{ + "id": 624, + "slug": "lenovo-ideapad-flex-5-abhinavflac-283", + "base_model_slug": "lenovo-ideapad-flex-5", + "name": "Lenovo IdeaPad Flex 5 14ALC7 82R900HJIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 753, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 5700U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 283 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.028680", + "updated_at": "2026-07-08T02:20:51.028680", + "url": "/v1/laptops/lenovo-ideapad-flex-5-abhinavflac-283" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-gaming-3-abhinavflac-961/index.json b/site/public/v1/laptops/lenovo-ideapad-gaming-3-abhinavflac-961/index.json new file mode 100644 index 000000000000..ba017e7cde88 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-gaming-3-abhinavflac-961/index.json @@ -0,0 +1,42 @@ +{ + "id": 673, + "slug": "lenovo-ideapad-gaming-3-abhinavflac-961", + "base_model_slug": "lenovo-ideapad-gaming-3", + "name": "Lenovo Ideapad Gaming 3 15ARH7 82SB00QSIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1048, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7735HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 961 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.031685", + "updated_at": "2026-07-08T02:20:51.031685", + "url": "/v1/laptops/lenovo-ideapad-gaming-3-abhinavflac-961" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-gaming-3-abhinavflac-979/index.json b/site/public/v1/laptops/lenovo-ideapad-gaming-3-abhinavflac-979/index.json new file mode 100644 index 000000000000..0346d67825b2 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-gaming-3-abhinavflac-979/index.json @@ -0,0 +1,42 @@ +{ + "id": 674, + "slug": "lenovo-ideapad-gaming-3-abhinavflac-979", + "base_model_slug": "lenovo-ideapad-gaming-3", + "name": "Lenovo Ideapad Gaming 3 15ARH7 82SB00QKIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 855, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 7535HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 979 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.031685", + "updated_at": "2026-07-08T02:20:51.031685", + "url": "/v1/laptops/lenovo-ideapad-gaming-3-abhinavflac-979" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-pro-5-gaming-abhinavflac-356/index.json b/site/public/v1/laptops/lenovo-ideapad-pro-5-gaming-abhinavflac-356/index.json new file mode 100644 index 000000000000..79d27cfcbd87 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-pro-5-gaming-abhinavflac-356/index.json @@ -0,0 +1,42 @@ +{ + "id": 816, + "slug": "lenovo-ideapad-pro-5-gaming-abhinavflac-356", + "base_model_slug": "lenovo-ideapad-pro-5-gaming", + "name": "Lenovo IdeaPad Pro 5 83JK000AIN Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1506, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 285H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 356 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.043806", + "updated_at": "2026-07-08T02:20:51.043806", + "url": "/v1/laptops/lenovo-ideapad-pro-5-gaming-abhinavflac-356" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-pro-5-gaming-abhinavflac-582/index.json b/site/public/v1/laptops/lenovo-ideapad-pro-5-gaming-abhinavflac-582/index.json new file mode 100644 index 000000000000..192ac6b2a41c --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-pro-5-gaming-abhinavflac-582/index.json @@ -0,0 +1,42 @@ +{ + "id": 675, + "slug": "lenovo-ideapad-pro-5-gaming-abhinavflac-582", + "base_model_slug": "lenovo-ideapad-pro-5-gaming", + "name": "Lenovo IdeaPad Pro 5 83D2004XIN Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1337, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 185H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 582 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.032685", + "updated_at": "2026-07-08T02:20:51.032685", + "url": "/v1/laptops/lenovo-ideapad-pro-5-gaming-abhinavflac-582" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-1-15igl7-abhinavflac-703/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-1-15igl7-abhinavflac-703/index.json new file mode 100644 index 000000000000..c32678161712 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-1-15igl7-abhinavflac-703/index.json @@ -0,0 +1,42 @@ +{ + "id": 817, + "slug": "lenovo-ideapad-slim-1-15igl7-abhinavflac-703", + "base_model_slug": "lenovo-ideapad-slim-1-15igl7", + "name": "Lenovo IdeaPad Slim 1 ‎15IGL7 82V700KHIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 324, + "device_category": "Thin & Light", + "cpu_name": "Intel Celeron N4020", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1366x768" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 703 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.043806", + "updated_at": "2026-07-08T02:20:51.043806", + "url": "/v1/laptops/lenovo-ideapad-slim-1-15igl7-abhinavflac-703" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-14iah8-abhinavflac-529/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-14iah8-abhinavflac-529/index.json new file mode 100644 index 000000000000..9f6abf05a8e7 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-14iah8-abhinavflac-529/index.json @@ -0,0 +1,42 @@ +{ + "id": 651, + "slug": "lenovo-ideapad-slim-3-14iah8-abhinavflac-529", + "base_model_slug": "lenovo-ideapad-slim-3-14iah8", + "name": "Lenovo IdeaPad Slim 3 ‎14IAH8 83EQ0074IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 673, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 12450H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 529 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.030685", + "updated_at": "2026-07-08T02:20:51.030685", + "url": "/v1/laptops/lenovo-ideapad-slim-3-14iah8-abhinavflac-529" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-100/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-100/index.json new file mode 100644 index 000000000000..554a4767f01b --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-100/index.json @@ -0,0 +1,42 @@ +{ + "id": 677, + "slug": "lenovo-ideapad-slim-3-abhinavflac-100", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15IRH10 83K100C6IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 735, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 100 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.032685", + "updated_at": "2026-07-08T02:20:51.032685", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-100" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-134/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-134/index.json new file mode 100644 index 000000000000..e2353dfed60f --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-134/index.json @@ -0,0 +1,42 @@ +{ + "id": 678, + "slug": "lenovo-ideapad-slim-3-abhinavflac-134", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15IRU8 82X700HMIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 467, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 134 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.032685", + "updated_at": "2026-07-08T02:20:51.032685", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-134" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-163/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-163/index.json new file mode 100644 index 000000000000..bf08f9ec278c --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-163/index.json @@ -0,0 +1,42 @@ +{ + "id": 679, + "slug": "lenovo-ideapad-slim-3-abhinavflac-163", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo Ideapad Slim 3 82X6005KIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 470, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 163 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.032685", + "updated_at": "2026-07-08T02:20:51.032685", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-163" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-164/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-164/index.json new file mode 100644 index 000000000000..829aebc80467 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-164/index.json @@ -0,0 +1,42 @@ +{ + "id": 625, + "slug": "lenovo-ideapad-slim-3-abhinavflac-164", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15ABR8 82XM0118IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 572, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 5625U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 164 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.028680", + "updated_at": "2026-07-08T02:20:51.028680", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-164" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-181/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-181/index.json new file mode 100644 index 000000000000..2c6ee4842602 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-181/index.json @@ -0,0 +1,42 @@ +{ + "id": 680, + "slug": "lenovo-ideapad-slim-3-abhinavflac-181", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo Ideapad Slim 3 82X700FXIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 473, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1305U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 181 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.032685", + "updated_at": "2026-07-08T02:20:51.032685", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-181" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-2/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-2/index.json new file mode 100644 index 000000000000..dcacb6a5ea94 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-2/index.json @@ -0,0 +1,42 @@ +{ + "id": 681, + "slug": "lenovo-ideapad-slim-3-abhinavflac-2", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 83K100HSIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 751, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 2 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.032685", + "updated_at": "2026-07-08T02:20:51.032685", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-2" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-268/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-268/index.json new file mode 100644 index 000000000000..ba85bc319e21 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-268/index.json @@ -0,0 +1,42 @@ +{ + "id": 682, + "slug": "lenovo-ideapad-slim-3-abhinavflac-268", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 14IRU8 82X60062IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 482, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 268 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.032685", + "updated_at": "2026-07-08T02:20:51.032685", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-268" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-276/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-276/index.json new file mode 100644 index 000000000000..1b001b9e06c7 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-276/index.json @@ -0,0 +1,42 @@ +{ + "id": 626, + "slug": "lenovo-ideapad-slim-3-abhinavflac-276", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15ABR8 82XM0116IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 476, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 5625U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 276 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.028680", + "updated_at": "2026-07-08T02:20:51.028680", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-276" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-280/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-280/index.json new file mode 100644 index 000000000000..4a920070ffbc --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-280/index.json @@ -0,0 +1,42 @@ +{ + "id": 643, + "slug": "lenovo-ideapad-slim-3-abhinavflac-280", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15IAH8 83ER00MDIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 567, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 12450H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 280 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.029685", + "updated_at": "2026-07-08T02:20:51.029685", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-280" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-287/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-287/index.json new file mode 100644 index 000000000000..404143f85014 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-287/index.json @@ -0,0 +1,42 @@ +{ + "id": 644, + "slug": "lenovo-ideapad-slim-3-abhinavflac-287", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15IAH8 83ER00MCIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 565, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 12450H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 287 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.029685", + "updated_at": "2026-07-08T02:20:51.029685", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-287" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-293/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-293/index.json new file mode 100644 index 000000000000..f4b894356fe0 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-293/index.json @@ -0,0 +1,42 @@ +{ + "id": 683, + "slug": "lenovo-ideapad-slim-3-abhinavflac-293", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 14IRH10 83K00034IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 711, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 293 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.032685", + "updated_at": "2026-07-08T02:20:51.032685", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-293" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-294/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-294/index.json new file mode 100644 index 000000000000..b7a50bc0ee09 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-294/index.json @@ -0,0 +1,42 @@ +{ + "id": 684, + "slug": "lenovo-ideapad-slim-3-abhinavflac-294", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 83K100N9IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 723, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 294 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.032685", + "updated_at": "2026-07-08T02:20:51.032685", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-294" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-296/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-296/index.json new file mode 100644 index 000000000000..1b04607b95d1 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-296/index.json @@ -0,0 +1,42 @@ +{ + "id": 685, + "slug": "lenovo-ideapad-slim-3-abhinavflac-296", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15IRU8 82X700G6IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 482, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 296 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.032685", + "updated_at": "2026-07-08T02:20:51.032685", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-296" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-298/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-298/index.json new file mode 100644 index 000000000000..05b1a9553b03 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-298/index.json @@ -0,0 +1,42 @@ +{ + "id": 686, + "slug": "lenovo-ideapad-slim-3-abhinavflac-298", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 83K100PLIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 764, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 24, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 298 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.032685", + "updated_at": "2026-07-08T02:20:51.032685", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-298" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-301/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-301/index.json new file mode 100644 index 000000000000..cf5228238d69 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-301/index.json @@ -0,0 +1,42 @@ +{ + "id": 818, + "slug": "lenovo-ideapad-slim-3-abhinavflac-301", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 83K4004VIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 795, + "device_category": "Thin & Light", + "cpu_name": "Intel Core 5 210H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 24, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 301 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.043806", + "updated_at": "2026-07-08T02:20:51.043806", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-301" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-302/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-302/index.json new file mode 100644 index 000000000000..72da921acbe2 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-302/index.json @@ -0,0 +1,42 @@ +{ + "id": 819, + "slug": "lenovo-ideapad-slim-3-abhinavflac-302", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 83K4004UIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 673, + "device_category": "Thin & Light", + "cpu_name": "Intel Core 5 210H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 302 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.043806", + "updated_at": "2026-07-08T02:20:51.043806", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-302" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-304/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-304/index.json new file mode 100644 index 000000000000..187712dd1790 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-304/index.json @@ -0,0 +1,42 @@ +{ + "id": 687, + "slug": "lenovo-ideapad-slim-3-abhinavflac-304", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 83EM00H6IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 857, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 304 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.032685", + "updated_at": "2026-07-08T02:20:51.032685", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-304" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-312/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-312/index.json new file mode 100644 index 000000000000..3c1d54de1c00 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-312/index.json @@ -0,0 +1,42 @@ +{ + "id": 820, + "slug": "lenovo-ideapad-slim-3-abhinavflac-312", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15Q8X10 83N30020IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 663, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X X1-26-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 312 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.044806", + "updated_at": "2026-07-08T02:20:51.044806", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-312" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-34/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-34/index.json new file mode 100644 index 000000000000..6e0ba2d979b3 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-34/index.json @@ -0,0 +1,42 @@ +{ + "id": 688, + "slug": "lenovo-ideapad-slim-3-abhinavflac-34", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15AMN8 82XQ00NYIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 416, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 34 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.032685", + "updated_at": "2026-07-08T02:20:51.032685", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-34" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-368/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-368/index.json new file mode 100644 index 000000000000..1cbac6a63d54 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-368/index.json @@ -0,0 +1,42 @@ +{ + "id": 689, + "slug": "lenovo-ideapad-slim-3-abhinavflac-368", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 82X700G5IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 458, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 368 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.033783", + "updated_at": "2026-07-08T02:20:51.033783", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-368" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-372/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-372/index.json new file mode 100644 index 000000000000..45a5266e502d --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-372/index.json @@ -0,0 +1,42 @@ +{ + "id": 627, + "slug": "lenovo-ideapad-slim-3-abhinavflac-372", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15ABR8 82XM00MTIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 590, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 7 5825U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 372 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.028680", + "updated_at": "2026-07-08T02:20:51.028680", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-372" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-374/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-374/index.json new file mode 100644 index 000000000000..59a1504771a4 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-374/index.json @@ -0,0 +1,42 @@ +{ + "id": 690, + "slug": "lenovo-ideapad-slim-3-abhinavflac-374", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15AMN8 82XQ00MDIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 391, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 374 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.033783", + "updated_at": "2026-07-08T02:20:51.033783", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-374" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-416/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-416/index.json new file mode 100644 index 000000000000..26da848f3cd8 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-416/index.json @@ -0,0 +1,42 @@ +{ + "id": 645, + "slug": "lenovo-ideapad-slim-3-abhinavflac-416", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15IAH8 83ER00KSIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 566, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 12450H", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 416 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.029685", + "updated_at": "2026-07-08T02:20:51.029685", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-416" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-422/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-422/index.json new file mode 100644 index 000000000000..00ee047edf46 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-422/index.json @@ -0,0 +1,42 @@ +{ + "id": 628, + "slug": "lenovo-ideapad-slim-3-abhinavflac-422", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 82XM00UGIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 482, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 5625U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 422 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.028680", + "updated_at": "2026-07-08T02:20:51.028680", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-422" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-467/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-467/index.json new file mode 100644 index 000000000000..8d6567d6a471 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-467/index.json @@ -0,0 +1,42 @@ +{ + "id": 646, + "slug": "lenovo-ideapad-slim-3-abhinavflac-467", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 82RK019DIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 429, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 467 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.029685", + "updated_at": "2026-07-08T02:20:51.029685", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-467" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-494/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-494/index.json new file mode 100644 index 000000000000..d193ff2e7e89 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-494/index.json @@ -0,0 +1,42 @@ +{ + "id": 691, + "slug": "lenovo-ideapad-slim-3-abhinavflac-494", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 83K100CGIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 659, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 494 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.033783", + "updated_at": "2026-07-08T02:20:51.033783", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-494" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-50/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-50/index.json new file mode 100644 index 000000000000..e658449d6cf7 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-50/index.json @@ -0,0 +1,42 @@ +{ + "id": 629, + "slug": "lenovo-ideapad-slim-3-abhinavflac-50", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 82XM0113IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 596, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 7 5825U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 50 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.028680", + "updated_at": "2026-07-08T02:20:51.028680", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-50" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-550/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-550/index.json new file mode 100644 index 000000000000..992306a3aa5f --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-550/index.json @@ -0,0 +1,42 @@ +{ + "id": 630, + "slug": "lenovo-ideapad-slim-3-abhinavflac-550", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15ABR8 82XM00MUIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 578, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 7 5825U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 550 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.028680", + "updated_at": "2026-07-08T02:20:51.028680", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-550" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-553/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-553/index.json new file mode 100644 index 000000000000..004c0ce67305 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-553/index.json @@ -0,0 +1,42 @@ +{ + "id": 631, + "slug": "lenovo-ideapad-slim-3-abhinavflac-553", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15ABR8 82XM00UFIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 518, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 5625U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 553 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.028680", + "updated_at": "2026-07-08T02:20:51.028680", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-553" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-555/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-555/index.json new file mode 100644 index 000000000000..5ff0f0028509 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-555/index.json @@ -0,0 +1,42 @@ +{ + "id": 692, + "slug": "lenovo-ideapad-slim-3-abhinavflac-555", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15IRH10 83K100CFIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 663, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 555 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.033783", + "updated_at": "2026-07-08T02:20:51.033783", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-555" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-572/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-572/index.json new file mode 100644 index 000000000000..3d16688683b2 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-572/index.json @@ -0,0 +1,42 @@ +{ + "id": 693, + "slug": "lenovo-ideapad-slim-3-abhinavflac-572", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15IRU8 82X700F0IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 420, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 572 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.033783", + "updated_at": "2026-07-08T02:20:51.033783", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-572" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-580/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-580/index.json new file mode 100644 index 000000000000..4210cd18aed5 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-580/index.json @@ -0,0 +1,42 @@ +{ + "id": 632, + "slug": "lenovo-ideapad-slim-3-abhinavflac-580", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 82XM00QDIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 512, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 5625U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 580 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.028680", + "updated_at": "2026-07-08T02:20:51.028680", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-580" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-581/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-581/index.json new file mode 100644 index 000000000000..4c106890cdf2 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-581/index.json @@ -0,0 +1,42 @@ +{ + "id": 694, + "slug": "lenovo-ideapad-slim-3-abhinavflac-581", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 83K100CJIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 819, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 581 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.033783", + "updated_at": "2026-07-08T02:20:51.033783", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-581" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-60/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-60/index.json new file mode 100644 index 000000000000..d8a78f664934 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-60/index.json @@ -0,0 +1,42 @@ +{ + "id": 695, + "slug": "lenovo-ideapad-slim-3-abhinavflac-60", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 83EM00GYIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 783, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 60 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.033783", + "updated_at": "2026-07-08T02:20:51.033783", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-60" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-692/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-692/index.json new file mode 100644 index 000000000000..a4f667f372ff --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-692/index.json @@ -0,0 +1,42 @@ +{ + "id": 696, + "slug": "lenovo-ideapad-slim-3-abhinavflac-692", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15AMN8 82XQ00MCIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 416, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 692 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.033783", + "updated_at": "2026-07-08T02:20:51.033783", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-692" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-697/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-697/index.json new file mode 100644 index 000000000000..1678eecd8582 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-697/index.json @@ -0,0 +1,42 @@ +{ + "id": 647, + "slug": "lenovo-ideapad-slim-3-abhinavflac-697", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15IAH8 83ER00KRIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 551, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 12450H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 697 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.029685", + "updated_at": "2026-07-08T02:20:51.029685", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-697" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-706/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-706/index.json new file mode 100644 index 000000000000..99d5bdf7f8c4 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-706/index.json @@ -0,0 +1,42 @@ +{ + "id": 648, + "slug": "lenovo-ideapad-slim-3-abhinavflac-706", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15IAH8 83ER00KPIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 566, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 12450H", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 706 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.029685", + "updated_at": "2026-07-08T02:20:51.029685", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-706" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-716/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-716/index.json new file mode 100644 index 000000000000..42094ecc6deb --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-716/index.json @@ -0,0 +1,42 @@ +{ + "id": 697, + "slug": "lenovo-ideapad-slim-3-abhinavflac-716", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 83EM00H0IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 657, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 716 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.033783", + "updated_at": "2026-07-08T02:20:51.033783", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-716" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-74/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-74/index.json new file mode 100644 index 000000000000..849bf27cc5dd --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-74/index.json @@ -0,0 +1,42 @@ +{ + "id": 821, + "slug": "lenovo-ideapad-slim-3-abhinavflac-74", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 83N3002QIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 742, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X X1-26-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 74 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.044806", + "updated_at": "2026-07-08T02:20:51.044806", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-74" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-740/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-740/index.json new file mode 100644 index 000000000000..8ed73c07eb39 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-740/index.json @@ -0,0 +1,42 @@ +{ + "id": 698, + "slug": "lenovo-ideapad-slim-3-abhinavflac-740", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 83EL003PIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 717, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 740 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.033783", + "updated_at": "2026-07-08T02:20:51.033783", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-740" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-756/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-756/index.json new file mode 100644 index 000000000000..9bfcb96b3bed --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-756/index.json @@ -0,0 +1,42 @@ +{ + "id": 699, + "slug": "lenovo-ideapad-slim-3-abhinavflac-756", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 82X70034IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 482, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1305U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 756 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.033783", + "updated_at": "2026-07-08T02:20:51.033783", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-756" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-761/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-761/index.json new file mode 100644 index 000000000000..2c1f83ecf652 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-761/index.json @@ -0,0 +1,42 @@ +{ + "id": 700, + "slug": "lenovo-ideapad-slim-3-abhinavflac-761", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 82XM00G1IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 530, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 7530U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 761 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.033783", + "updated_at": "2026-07-08T02:20:51.033783", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-761" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-80/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-80/index.json new file mode 100644 index 000000000000..b48bff6af549 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-80/index.json @@ -0,0 +1,42 @@ +{ + "id": 701, + "slug": "lenovo-ideapad-slim-3-abhinavflac-80", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 83K100C9IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 783, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 80 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.033783", + "updated_at": "2026-07-08T02:20:51.033783", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-80" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-809/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-809/index.json new file mode 100644 index 000000000000..aec565872b27 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-809/index.json @@ -0,0 +1,42 @@ +{ + "id": 702, + "slug": "lenovo-ideapad-slim-3-abhinavflac-809", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 14AMN8 82XN006TIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 488, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 809 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.034788", + "updated_at": "2026-07-08T02:20:51.034788", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-809" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-841/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-841/index.json new file mode 100644 index 000000000000..ed8341d1aed0 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-841/index.json @@ -0,0 +1,42 @@ +{ + "id": 703, + "slug": "lenovo-ideapad-slim-3-abhinavflac-841", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 15IRU8 82X700C8IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 446, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1305U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 841 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.034788", + "updated_at": "2026-07-08T02:20:51.034788", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-841" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-965/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-965/index.json new file mode 100644 index 000000000000..d308acda452a --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-965/index.json @@ -0,0 +1,42 @@ +{ + "id": 704, + "slug": "lenovo-ideapad-slim-3-abhinavflac-965", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 14IRU8 82X6004GIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 500, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1305U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 965 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.034788", + "updated_at": "2026-07-08T02:20:51.034788", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-965" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-982/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-982/index.json new file mode 100644 index 000000000000..1f4b23254f75 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-982/index.json @@ -0,0 +1,42 @@ +{ + "id": 649, + "slug": "lenovo-ideapad-slim-3-abhinavflac-982", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 82RJ00FGIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 401, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 982 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.030685", + "updated_at": "2026-07-08T02:20:51.030685", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-982" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-987/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-987/index.json new file mode 100644 index 000000000000..9012eb4de96b --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-987/index.json @@ -0,0 +1,42 @@ +{ + "id": 650, + "slug": "lenovo-ideapad-slim-3-abhinavflac-987", + "base_model_slug": "lenovo-ideapad-slim-3", + "name": "Lenovo IdeaPad Slim 3 14IAH8 83EQ0063IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 584, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 12450H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 987 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.030685", + "updated_at": "2026-07-08T02:20:51.030685", + "url": "/v1/laptops/lenovo-ideapad-slim-3-abhinavflac-987" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-5-15iru9-abhinavflac-969/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-5-15iru9-abhinavflac-969/index.json new file mode 100644 index 000000000000..c243197798ec --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-5-15iru9-abhinavflac-969/index.json @@ -0,0 +1,42 @@ +{ + "id": 823, + "slug": "lenovo-ideapad-slim-5-15iru9-abhinavflac-969", + "base_model_slug": "lenovo-ideapad-slim-5-15iru9", + "name": "Lenovo IdeaPad Slim 5 ‎15IRU9 83E6001JIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 665, + "device_category": "Thin & Light", + "cpu_name": "Intel Core 5 120U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 969 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.044806", + "updated_at": "2026-07-08T02:20:51.044806", + "url": "/v1/laptops/lenovo-ideapad-slim-5-15iru9-abhinavflac-969" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-5-16irh10r-abhinavflac-229/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-5-16irh10r-abhinavflac-229/index.json new file mode 100644 index 000000000000..8ed6dfea963f --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-5-16irh10r-abhinavflac-229/index.json @@ -0,0 +1,42 @@ +{ + "id": 824, + "slug": "lenovo-ideapad-slim-5-16irh10r-abhinavflac-229", + "base_model_slug": "lenovo-ideapad-slim-5-16irh10r", + "name": "Lenovo IdeaPad Slim 5 ‎16IRH10R 83J10067IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 783, + "device_category": "Thin & Light", + "cpu_name": "Intel 210H 210H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 229 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.044806", + "updated_at": "2026-07-08T02:20:51.044806", + "url": "/v1/laptops/lenovo-ideapad-slim-5-16irh10r-abhinavflac-229" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-5-2025-abhinavflac-528/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-5-2025-abhinavflac-528/index.json new file mode 100644 index 000000000000..af3fc4f73933 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-5-2025-abhinavflac-528/index.json @@ -0,0 +1,42 @@ +{ + "id": 614, + "slug": "lenovo-ideapad-slim-5-2025-abhinavflac-528", + "base_model_slug": "lenovo-ideapad-slim-5-2025", + "name": "Lenovo IdeaPad Slim 5 14AKP10 2025 83HX001NIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2019-01-01", + "msrp_usd": 1048, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen Ai 7 350", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 24, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 528 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.027526", + "updated_at": "2026-07-08T02:20:51.027526", + "url": "/v1/laptops/lenovo-ideapad-slim-5-2025-abhinavflac-528" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-152/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-152/index.json new file mode 100644 index 000000000000..684add4a4598 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-152/index.json @@ -0,0 +1,42 @@ +{ + "id": 705, + "slug": "lenovo-ideapad-slim-5-abhinavflac-152", + "base_model_slug": "lenovo-ideapad-slim-5", + "name": "Lenovo IdeaPad Slim 5 83DC0094IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1054, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 152 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.034788", + "updated_at": "2026-07-08T02:20:51.034788", + "url": "/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-152" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-177/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-177/index.json new file mode 100644 index 000000000000..9fb6cc7ffdbc --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-177/index.json @@ -0,0 +1,42 @@ +{ + "id": 706, + "slug": "lenovo-ideapad-slim-5-abhinavflac-177", + "base_model_slug": "lenovo-ideapad-slim-5", + "name": "Lenovo Ideapad Slim 5 83HR000WIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 873, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 177 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.034788", + "updated_at": "2026-07-08T02:20:51.034788", + "url": "/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-177" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-316/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-316/index.json new file mode 100644 index 000000000000..d27af830e5bc --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-316/index.json @@ -0,0 +1,42 @@ +{ + "id": 707, + "slug": "lenovo-ideapad-slim-5-abhinavflac-316", + "base_model_slug": "lenovo-ideapad-slim-5", + "name": "Lenovo Ideapad Slim 5 15ARP10 83J2004HIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 723, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 7535HS", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 13.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 316 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.034788", + "updated_at": "2026-07-08T02:20:51.034788", + "url": "/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-316" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-35/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-35/index.json new file mode 100644 index 000000000000..2309ccae90c6 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-35/index.json @@ -0,0 +1,42 @@ +{ + "id": 708, + "slug": "lenovo-ideapad-slim-5-abhinavflac-35", + "base_model_slug": "lenovo-ideapad-slim-5", + "name": "Lenovo IdeaPad Slim 5 16IMH9 83DC00ACIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 807, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 35 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.034788", + "updated_at": "2026-07-08T02:20:51.034788", + "url": "/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-35" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-364/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-364/index.json new file mode 100644 index 000000000000..82d0743e98d2 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-364/index.json @@ -0,0 +1,42 @@ +{ + "id": 709, + "slug": "lenovo-ideapad-slim-5-abhinavflac-364", + "base_model_slug": "lenovo-ideapad-slim-5", + "name": "Lenovo IdeaPad Slim 5 14IRH10 83HR009LIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 964, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 364 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.034788", + "updated_at": "2026-07-08T02:20:51.034788", + "url": "/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-364" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-371/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-371/index.json new file mode 100644 index 000000000000..08e726edbacc --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-371/index.json @@ -0,0 +1,42 @@ +{ + "id": 710, + "slug": "lenovo-ideapad-slim-5-abhinavflac-371", + "base_model_slug": "lenovo-ideapad-slim-5", + "name": "Lenovo IdeaPad Slim 5 14IRH10 83HR009MIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 783, + "device_category": "Thin & Light", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 371 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.034788", + "updated_at": "2026-07-08T02:20:51.034788", + "url": "/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-371" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-512/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-512/index.json new file mode 100644 index 000000000000..ffb32f5a6257 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-512/index.json @@ -0,0 +1,42 @@ +{ + "id": 822, + "slug": "lenovo-ideapad-slim-5-abhinavflac-512", + "base_model_slug": "lenovo-ideapad-slim-5", + "name": "Lenovo IdeaPad Slim 5 14Q8X9 83HL003NIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 964, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Plus X1P-42-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 512 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.044806", + "updated_at": "2026-07-08T02:20:51.044806", + "url": "/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-512" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-55/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-55/index.json new file mode 100644 index 000000000000..7d8ad3346b3f --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-55/index.json @@ -0,0 +1,42 @@ +{ + "id": 613, + "slug": "lenovo-ideapad-slim-5-abhinavflac-55", + "base_model_slug": "lenovo-ideapad-slim-5", + "name": "Lenovo IdeaPad Slim 5 14AKP10 83HX008XIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2019-01-01", + "msrp_usd": 843, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen Ai 5 330", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 55 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.027526", + "updated_at": "2026-07-08T02:20:51.027526", + "url": "/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-55" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-551/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-551/index.json new file mode 100644 index 000000000000..c02d108e72d9 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-551/index.json @@ -0,0 +1,42 @@ +{ + "id": 711, + "slug": "lenovo-ideapad-slim-5-abhinavflac-551", + "base_model_slug": "lenovo-ideapad-slim-5", + "name": "Lenovo IdeaPad Slim 5 13ARP10 83J2003NIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 783, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 7 7735HS", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 13.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 551 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.034788", + "updated_at": "2026-07-08T02:20:51.034788", + "url": "/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-551" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-664/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-664/index.json new file mode 100644 index 000000000000..59a76aaee2c6 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-664/index.json @@ -0,0 +1,42 @@ +{ + "id": 712, + "slug": "lenovo-ideapad-slim-5-abhinavflac-664", + "base_model_slug": "lenovo-ideapad-slim-5", + "name": "Lenovo IdeaPad Slim 5 13ARP10 83J2000HIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 719, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 7 7735HS", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 13.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 664 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.034788", + "updated_at": "2026-07-08T02:20:51.034788", + "url": "/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-664" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-707/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-707/index.json new file mode 100644 index 000000000000..d46e10b0c58e --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-707/index.json @@ -0,0 +1,42 @@ +{ + "id": 713, + "slug": "lenovo-ideapad-slim-5-abhinavflac-707", + "base_model_slug": "lenovo-ideapad-slim-5", + "name": "Lenovo IdeaPad Slim 5 83DC008VIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1048, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 707 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.035801", + "updated_at": "2026-07-08T02:20:51.035801", + "url": "/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-707" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-901/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-901/index.json new file mode 100644 index 000000000000..db00d33242ca --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-901/index.json @@ -0,0 +1,42 @@ +{ + "id": 714, + "slug": "lenovo-ideapad-slim-5-abhinavflac-901", + "base_model_slug": "lenovo-ideapad-slim-5", + "name": "Lenovo IdeaPad Slim 5 16IMH9 83DC003GIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 855, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 901 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.035801", + "updated_at": "2026-07-08T02:20:51.035801", + "url": "/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-901" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-988/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-988/index.json new file mode 100644 index 000000000000..8b992e1afb4c --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-988/index.json @@ -0,0 +1,42 @@ +{ + "id": 715, + "slug": "lenovo-ideapad-slim-5-abhinavflac-988", + "base_model_slug": "lenovo-ideapad-slim-5", + "name": "Lenovo IdeaPad Slim 5 14IMH9 83DA0002IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1072, + "device_category": "Thin & Light", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 988 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.035801", + "updated_at": "2026-07-08T02:20:51.035801", + "url": "/v1/laptops/lenovo-ideapad-slim-5-abhinavflac-988" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-5-light-abhinavflac-285/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-5-light-abhinavflac-285/index.json new file mode 100644 index 000000000000..4358b3145483 --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-5-light-abhinavflac-285/index.json @@ -0,0 +1,42 @@ +{ + "id": 633, + "slug": "lenovo-ideapad-slim-5-light-abhinavflac-285", + "base_model_slug": "lenovo-ideapad-slim-5-light", + "name": "Lenovo IdeaPad Slim 5 Light 14ABR8 82XX00G4IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 723, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 5 5625U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 285 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.028680", + "updated_at": "2026-07-08T02:20:51.028680", + "url": "/v1/laptops/lenovo-ideapad-slim-5-light-abhinavflac-285" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-5x-gen-abhinavflac-813/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-5x-gen-abhinavflac-813/index.json new file mode 100644 index 000000000000..b3d1af932f1e --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-5x-gen-abhinavflac-813/index.json @@ -0,0 +1,42 @@ +{ + "id": 825, + "slug": "lenovo-ideapad-slim-5x-gen-abhinavflac-813", + "base_model_slug": "lenovo-ideapad-slim-5x-gen", + "name": "Lenovo Ideapad Slim 5x Gen 9 14Q8X9 83HL0035IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 866, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Plus X1P-42-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 813 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.044806", + "updated_at": "2026-07-08T02:20:51.044806", + "url": "/v1/laptops/lenovo-ideapad-slim-5x-gen-abhinavflac-813" +} diff --git a/site/public/v1/laptops/lenovo-ideapad-slim-abhinavflac-421/index.json b/site/public/v1/laptops/lenovo-ideapad-slim-abhinavflac-421/index.json new file mode 100644 index 000000000000..451460ef7bbb --- /dev/null +++ b/site/public/v1/laptops/lenovo-ideapad-slim-abhinavflac-421/index.json @@ -0,0 +1,42 @@ +{ + "id": 676, + "slug": "lenovo-ideapad-slim-abhinavflac-421", + "base_model_slug": "lenovo-ideapad-slim", + "name": "Lenovo IdeaPad Slim 82XQ00H7IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 397, + "device_category": "Thin & Light", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 421 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.032685", + "updated_at": "2026-07-08T02:20:51.032685", + "url": "/v1/laptops/lenovo-ideapad-slim-abhinavflac-421" +} diff --git a/site/public/v1/laptops/lenovo-legion-5-gaming-abhinavflac-617/index.json b/site/public/v1/laptops/lenovo-legion-5-gaming-abhinavflac-617/index.json new file mode 100644 index 000000000000..b760c361f410 --- /dev/null +++ b/site/public/v1/laptops/lenovo-legion-5-gaming-abhinavflac-617/index.json @@ -0,0 +1,42 @@ +{ + "id": 716, + "slug": "lenovo-legion-5-gaming-abhinavflac-617", + "base_model_slug": "lenovo-legion-5-gaming", + "name": "Lenovo Legion 5 15IRX9 83JJ0010IN Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1482, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4060", + "gpu_type": "Dedicated", + "ram_gb": 24, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 617 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.035801", + "updated_at": "2026-07-08T02:20:51.035801", + "url": "/v1/laptops/lenovo-legion-5-gaming-abhinavflac-617" +} diff --git a/site/public/v1/laptops/lenovo-legion-5-gaming-abhinavflac-826/index.json b/site/public/v1/laptops/lenovo-legion-5-gaming-abhinavflac-826/index.json new file mode 100644 index 000000000000..098a35f10c15 --- /dev/null +++ b/site/public/v1/laptops/lenovo-legion-5-gaming-abhinavflac-826/index.json @@ -0,0 +1,42 @@ +{ + "id": 717, + "slug": "lenovo-legion-5-gaming-abhinavflac-826", + "base_model_slug": "lenovo-legion-5-gaming", + "name": "Lenovo Legion 5 15IRX9 83JJ000DIN Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1635, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4060", + "gpu_type": "Dedicated", + "ram_gb": 24, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 826 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.035801", + "updated_at": "2026-07-08T02:20:51.035801", + "url": "/v1/laptops/lenovo-legion-5-gaming-abhinavflac-826" +} diff --git a/site/public/v1/laptops/lenovo-legion-pro-5-gaming-abhinavflac-1/index.json b/site/public/v1/laptops/lenovo-legion-pro-5-gaming-abhinavflac-1/index.json new file mode 100644 index 000000000000..98471a4eea16 --- /dev/null +++ b/site/public/v1/laptops/lenovo-legion-pro-5-gaming-abhinavflac-1/index.json @@ -0,0 +1,42 @@ +{ + "id": 826, + "slug": "lenovo-legion-pro-5-gaming-abhinavflac-1", + "base_model_slug": "lenovo-legion-pro-5-gaming", + "name": "Lenovo Legion Pro 5 16IAX10 83F3007CIN Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2289, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 7 255HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 1 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.044806", + "updated_at": "2026-07-08T02:20:51.044806", + "url": "/v1/laptops/lenovo-legion-pro-5-gaming-abhinavflac-1" +} diff --git a/site/public/v1/laptops/lenovo-legion-pro-7-2025-abhinavflac-326/index.json b/site/public/v1/laptops/lenovo-legion-pro-7-2025-abhinavflac-326/index.json new file mode 100644 index 000000000000..52cbdfdf862e --- /dev/null +++ b/site/public/v1/laptops/lenovo-legion-pro-7-2025-abhinavflac-326/index.json @@ -0,0 +1,42 @@ +{ + "id": 827, + "slug": "lenovo-legion-pro-7-2025-abhinavflac-326", + "base_model_slug": "lenovo-legion-pro-7-2025", + "name": "Lenovo Legion Pro 7 2025 16IAX10H 83F500D7IN AI Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 3036, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070 Ti", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 326 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.044806", + "updated_at": "2026-07-08T02:20:51.044806", + "url": "/v1/laptops/lenovo-legion-pro-7-2025-abhinavflac-326" +} diff --git a/site/public/v1/laptops/lenovo-loq-15arp9-ai-gaming-abhinavflac-405/index.json b/site/public/v1/laptops/lenovo-loq-15arp9-ai-gaming-abhinavflac-405/index.json new file mode 100644 index 000000000000..d72cb924efdc --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-15arp9-ai-gaming-abhinavflac-405/index.json @@ -0,0 +1,42 @@ +{ + "id": 718, + "slug": "lenovo-loq-15arp9-ai-gaming-abhinavflac-405", + "base_model_slug": "lenovo-loq-15arp9-ai-gaming", + "name": "Lenovo LOQ ‎15ARP9 83JC00GDIN AI Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 859, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7435HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050A", + "gpu_type": "Dedicated", + "ram_gb": 24, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 405 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.035801", + "updated_at": "2026-07-08T02:20:51.035801", + "url": "/v1/laptops/lenovo-loq-15arp9-ai-gaming-abhinavflac-405" +} diff --git a/site/public/v1/laptops/lenovo-loq-15arp9-ai-gaming-abhinavflac-406/index.json b/site/public/v1/laptops/lenovo-loq-15arp9-ai-gaming-abhinavflac-406/index.json new file mode 100644 index 000000000000..8f6aea6b04c6 --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-15arp9-ai-gaming-abhinavflac-406/index.json @@ -0,0 +1,42 @@ +{ + "id": 719, + "slug": "lenovo-loq-15arp9-ai-gaming-abhinavflac-406", + "base_model_slug": "lenovo-loq-15arp9-ai-gaming", + "name": "Lenovo LOQ ‎15ARP9 83JC00HNIN AI Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 771, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 7235HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050A", + "gpu_type": "Dedicated", + "ram_gb": 12, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 406 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.035801", + "updated_at": "2026-07-08T02:20:51.035801", + "url": "/v1/laptops/lenovo-loq-15arp9-ai-gaming-abhinavflac-406" +} diff --git a/site/public/v1/laptops/lenovo-loq-15iax9e-ai-gaming-abhinavflac-277/index.json b/site/public/v1/laptops/lenovo-loq-15iax9e-ai-gaming-abhinavflac-277/index.json new file mode 100644 index 000000000000..1676274756d0 --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-15iax9e-ai-gaming-abhinavflac-277/index.json @@ -0,0 +1,42 @@ +{ + "id": 652, + "slug": "lenovo-loq-15iax9e-ai-gaming-abhinavflac-277", + "base_model_slug": "lenovo-loq-15iax9e-ai-gaming", + "name": "Lenovo LOQ ‎‎15IAX9E 83LK00AUIN ‎AI Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 783, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 12450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 3050A", + "gpu_type": "Dedicated", + "ram_gb": 12, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 277 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.030685", + "updated_at": "2026-07-08T02:20:51.030685", + "url": "/v1/laptops/lenovo-loq-15iax9e-ai-gaming-abhinavflac-277" +} diff --git a/site/public/v1/laptops/lenovo-loq-15iax9e-ai-gaming-abhinavflac-447/index.json b/site/public/v1/laptops/lenovo-loq-15iax9e-ai-gaming-abhinavflac-447/index.json new file mode 100644 index 000000000000..c7112d99ec3e --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-15iax9e-ai-gaming-abhinavflac-447/index.json @@ -0,0 +1,42 @@ +{ + "id": 653, + "slug": "lenovo-loq-15iax9e-ai-gaming-abhinavflac-447", + "base_model_slug": "lenovo-loq-15iax9e-ai-gaming", + "name": "Lenovo LOQ ‎‎15IAX9E 83LK0032IN ‎AI Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 741, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 12450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "ram_gb": 12, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 447 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.030685", + "updated_at": "2026-07-08T02:20:51.030685", + "url": "/v1/laptops/lenovo-loq-15iax9e-ai-gaming-abhinavflac-447" +} diff --git a/site/public/v1/laptops/lenovo-loq-15iax9e-gaming-abhinavflac-448/index.json b/site/public/v1/laptops/lenovo-loq-15iax9e-gaming-abhinavflac-448/index.json new file mode 100644 index 000000000000..05ab7844113a --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-15iax9e-gaming-abhinavflac-448/index.json @@ -0,0 +1,42 @@ +{ + "id": 654, + "slug": "lenovo-loq-15iax9e-gaming-abhinavflac-448", + "base_model_slug": "lenovo-loq-15iax9e-gaming", + "name": "Lenovo LOQ ‎15IAX9E 83LK0031IN Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 717, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 12450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "ram_gb": 12, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 448 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.030685", + "updated_at": "2026-07-08T02:20:51.030685", + "url": "/v1/laptops/lenovo-loq-15iax9e-gaming-abhinavflac-448" +} diff --git a/site/public/v1/laptops/lenovo-loq-15irx9-gaming-abhinavflac-438/index.json b/site/public/v1/laptops/lenovo-loq-15irx9-gaming-abhinavflac-438/index.json new file mode 100644 index 000000000000..eefa7c7a0bfe --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-15irx9-gaming-abhinavflac-438/index.json @@ -0,0 +1,42 @@ +{ + "id": 720, + "slug": "lenovo-loq-15irx9-gaming-abhinavflac-438", + "base_model_slug": "lenovo-loq-15irx9-gaming", + "name": "Lenovo LOQ ‎15IRX9 83DV00X8IN Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1422, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4060", + "gpu_type": "Dedicated", + "ram_gb": 24, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 438 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.035801", + "updated_at": "2026-07-08T02:20:51.035801", + "url": "/v1/laptops/lenovo-loq-15irx9-gaming-abhinavflac-438" +} diff --git a/site/public/v1/laptops/lenovo-loq-15irx9-gaming-abhinavflac-650/index.json b/site/public/v1/laptops/lenovo-loq-15irx9-gaming-abhinavflac-650/index.json new file mode 100644 index 000000000000..2a57ebd3e328 --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-15irx9-gaming-abhinavflac-650/index.json @@ -0,0 +1,42 @@ +{ + "id": 721, + "slug": "lenovo-loq-15irx9-gaming-abhinavflac-650", + "base_model_slug": "lenovo-loq-15irx9-gaming", + "name": "Lenovo LOQ ‎15IRX9 83DV00XEIN Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1106, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 650 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.036807", + "updated_at": "2026-07-08T02:20:51.036807", + "url": "/v1/laptops/lenovo-loq-15irx9-gaming-abhinavflac-650" +} diff --git a/site/public/v1/laptops/lenovo-loq-15irx9-gaming-abhinavflac-718/index.json b/site/public/v1/laptops/lenovo-loq-15irx9-gaming-abhinavflac-718/index.json new file mode 100644 index 000000000000..6113a782cc96 --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-15irx9-gaming-abhinavflac-718/index.json @@ -0,0 +1,42 @@ +{ + "id": 722, + "slug": "lenovo-loq-15irx9-gaming-abhinavflac-718", + "base_model_slug": "lenovo-loq-15irx9-gaming", + "name": "Lenovo LOQ ‎15IRX9 83DV00XCIN Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 948, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 718 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.036807", + "updated_at": "2026-07-08T02:20:51.036807", + "url": "/v1/laptops/lenovo-loq-15irx9-gaming-abhinavflac-718" +} diff --git a/site/public/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-404/index.json b/site/public/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-404/index.json new file mode 100644 index 000000000000..b8efd562bac5 --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-404/index.json @@ -0,0 +1,42 @@ +{ + "id": 723, + "slug": "lenovo-loq-2024-gaming-abhinavflac-404", + "base_model_slug": "lenovo-loq-2024-gaming", + "name": "Lenovo LOQ 2024 15IRX9 83DV00X6IN Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1144, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 24, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 404 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.036807", + "updated_at": "2026-07-08T02:20:51.036807", + "url": "/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-404" +} diff --git a/site/public/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-442/index.json b/site/public/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-442/index.json new file mode 100644 index 000000000000..7ce3fe9c7834 --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-442/index.json @@ -0,0 +1,42 @@ +{ + "id": 724, + "slug": "lenovo-loq-2024-gaming-abhinavflac-442", + "base_model_slug": "lenovo-loq-2024-gaming", + "name": "Lenovo LOQ 2024 15ARP9 83JC00GCIN Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 843, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 7235HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050A", + "gpu_type": "Dedicated", + "ram_gb": 24, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 442 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.036807", + "updated_at": "2026-07-08T02:20:51.036807", + "url": "/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-442" +} diff --git a/site/public/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-53/index.json b/site/public/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-53/index.json new file mode 100644 index 000000000000..ab1916815783 --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-53/index.json @@ -0,0 +1,42 @@ +{ + "id": 725, + "slug": "lenovo-loq-2024-gaming-abhinavflac-53", + "base_model_slug": "lenovo-loq-2024-gaming", + "name": "Lenovo LOQ 2024 15IRX9 83DV01A8IN Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1060, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 53 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.036807", + "updated_at": "2026-07-08T02:20:51.036807", + "url": "/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-53" +} diff --git a/site/public/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-603/index.json b/site/public/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-603/index.json new file mode 100644 index 000000000000..e702a12ac3fc --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-603/index.json @@ -0,0 +1,42 @@ +{ + "id": 726, + "slug": "lenovo-loq-2024-gaming-abhinavflac-603", + "base_model_slug": "lenovo-loq-2024-gaming", + "name": "Lenovo LOQ 2024 15ARP9 83JC00EFIN Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 867, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 7235HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 24, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 603 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.036807", + "updated_at": "2026-07-08T02:20:51.036807", + "url": "/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-603" +} diff --git a/site/public/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-633/index.json b/site/public/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-633/index.json new file mode 100644 index 000000000000..340df7a3d6ce --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-633/index.json @@ -0,0 +1,42 @@ +{ + "id": 727, + "slug": "lenovo-loq-2024-gaming-abhinavflac-633", + "base_model_slug": "lenovo-loq-2024-gaming", + "name": "Lenovo LOQ 2024 15IRX9 83DV00X4IN Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1060, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 633 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.037807", + "updated_at": "2026-07-08T02:20:51.037807", + "url": "/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-633" +} diff --git a/site/public/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-76/index.json b/site/public/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-76/index.json new file mode 100644 index 000000000000..a229f67b3e02 --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-76/index.json @@ -0,0 +1,42 @@ +{ + "id": 728, + "slug": "lenovo-loq-2024-gaming-abhinavflac-76", + "base_model_slug": "lenovo-loq-2024-gaming", + "name": "Lenovo LOQ 2024 15IRX9 83DV01AAIN Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1084, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 76 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.037807", + "updated_at": "2026-07-08T02:20:51.037807", + "url": "/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-76" +} diff --git a/site/public/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-894/index.json b/site/public/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-894/index.json new file mode 100644 index 000000000000..7d624011d44e --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-894/index.json @@ -0,0 +1,42 @@ +{ + "id": 655, + "slug": "lenovo-loq-2024-gaming-abhinavflac-894", + "base_model_slug": "lenovo-loq-2024-gaming", + "name": "Lenovo LOQ 2024 83GS0098IN Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 926, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 12450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 24, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 894 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.030685", + "updated_at": "2026-07-08T02:20:51.030685", + "url": "/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-894" +} diff --git a/site/public/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-919/index.json b/site/public/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-919/index.json new file mode 100644 index 000000000000..197868a341fb --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-919/index.json @@ -0,0 +1,42 @@ +{ + "id": 656, + "slug": "lenovo-loq-2024-gaming-abhinavflac-919", + "base_model_slug": "lenovo-loq-2024-gaming", + "name": "Lenovo LOQ 2024 15IAX9 83GS00CKIN Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 843, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 12450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "ram_gb": 24, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 919 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.030685", + "updated_at": "2026-07-08T02:20:51.030685", + "url": "/v1/laptops/lenovo-loq-2024-gaming-abhinavflac-919" +} diff --git a/site/public/v1/laptops/lenovo-loq-2025-gaming-abhinavflac-132/index.json b/site/public/v1/laptops/lenovo-loq-2025-gaming-abhinavflac-132/index.json new file mode 100644 index 000000000000..47161815383d --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-2025-gaming-abhinavflac-132/index.json @@ -0,0 +1,42 @@ +{ + "id": 729, + "slug": "lenovo-loq-2025-gaming-abhinavflac-132", + "base_model_slug": "lenovo-loq-2025-gaming", + "name": "Lenovo LOQ 2025 15IRX10 83JE00U5IN Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1623, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14700HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 132 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.037807", + "updated_at": "2026-07-08T02:20:51.037807", + "url": "/v1/laptops/lenovo-loq-2025-gaming-abhinavflac-132" +} diff --git a/site/public/v1/laptops/lenovo-loq-2025-gaming-abhinavflac-89/index.json b/site/public/v1/laptops/lenovo-loq-2025-gaming-abhinavflac-89/index.json new file mode 100644 index 000000000000..ddf9892ebfc0 --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-2025-gaming-abhinavflac-89/index.json @@ -0,0 +1,42 @@ +{ + "id": 730, + "slug": "lenovo-loq-2025-gaming-abhinavflac-89", + "base_model_slug": "lenovo-loq-2025-gaming", + "name": "Lenovo LOQ 2025 15IRX10 83JE00U4IN Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1471, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13700HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 89 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.037807", + "updated_at": "2026-07-08T02:20:51.037807", + "url": "/v1/laptops/lenovo-loq-2025-gaming-abhinavflac-89" +} diff --git a/site/public/v1/laptops/lenovo-loq-ai-gaming-abhinavflac-367/index.json b/site/public/v1/laptops/lenovo-loq-ai-gaming-abhinavflac-367/index.json new file mode 100644 index 000000000000..dbefa6682d96 --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-ai-gaming-abhinavflac-367/index.json @@ -0,0 +1,42 @@ +{ + "id": 731, + "slug": "lenovo-loq-ai-gaming-abhinavflac-367", + "base_model_slug": "lenovo-loq-ai-gaming", + "name": "Lenovo LOQ 15IRX9 83DV014SIN AI Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 928, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 3050A", + "gpu_type": "Dedicated", + "ram_gb": 24, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 367 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.037807", + "updated_at": "2026-07-08T02:20:51.037807", + "url": "/v1/laptops/lenovo-loq-ai-gaming-abhinavflac-367" +} diff --git a/site/public/v1/laptops/lenovo-loq-ai-gaming-abhinavflac-81/index.json b/site/public/v1/laptops/lenovo-loq-ai-gaming-abhinavflac-81/index.json new file mode 100644 index 000000000000..8389e198cdf8 --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-ai-gaming-abhinavflac-81/index.json @@ -0,0 +1,42 @@ +{ + "id": 732, + "slug": "lenovo-loq-ai-gaming-abhinavflac-81", + "base_model_slug": "lenovo-loq-ai-gaming", + "name": "Lenovo LOQ 15IRX9 83DV018FIN AI Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 928, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 3050A", + "gpu_type": "Dedicated", + "ram_gb": 24, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 81 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.037807", + "updated_at": "2026-07-08T02:20:51.037807", + "url": "/v1/laptops/lenovo-loq-ai-gaming-abhinavflac-81" +} diff --git a/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-126/index.json b/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-126/index.json new file mode 100644 index 000000000000..e63003c886d0 --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-126/index.json @@ -0,0 +1,42 @@ +{ + "id": 733, + "slug": "lenovo-loq-gaming-abhinavflac-126", + "base_model_slug": "lenovo-loq-gaming", + "name": "Lenovo LOQ 83JE00U7IN Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1301, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14700HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 126 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.037807", + "updated_at": "2026-07-08T02:20:51.037807", + "url": "/v1/laptops/lenovo-loq-gaming-abhinavflac-126" +} diff --git a/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-138/index.json b/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-138/index.json new file mode 100644 index 000000000000..ce9cc531e0fe --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-138/index.json @@ -0,0 +1,42 @@ +{ + "id": 734, + "slug": "lenovo-loq-gaming-abhinavflac-138", + "base_model_slug": "lenovo-loq-gaming", + "name": "Lenovo LOQ 15IRX10 83JE00U6IN Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1476, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14700HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 138 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.037807", + "updated_at": "2026-07-08T02:20:51.037807", + "url": "/v1/laptops/lenovo-loq-gaming-abhinavflac-138" +} diff --git a/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-25/index.json b/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-25/index.json new file mode 100644 index 000000000000..22e8775ed473 --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-25/index.json @@ -0,0 +1,42 @@ +{ + "id": 735, + "slug": "lenovo-loq-gaming-abhinavflac-25", + "base_model_slug": "lenovo-loq-gaming", + "name": "Lenovo LOQ 15IRX9 83DV018LIN Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1265, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4060", + "gpu_type": "Dedicated", + "ram_gb": 24, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 25 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.037807", + "updated_at": "2026-07-08T02:20:51.037807", + "url": "/v1/laptops/lenovo-loq-gaming-abhinavflac-25" +} diff --git a/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-258/index.json b/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-258/index.json new file mode 100644 index 000000000000..d29a3fd47a4e --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-258/index.json @@ -0,0 +1,42 @@ +{ + "id": 736, + "slug": "lenovo-loq-gaming-abhinavflac-258", + "base_model_slug": "lenovo-loq-gaming", + "name": "Lenovo LOQ 15ARP9 83JC00K1IN Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 867, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 7235HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 24, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 258 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.037807", + "updated_at": "2026-07-08T02:20:51.037807", + "url": "/v1/laptops/lenovo-loq-gaming-abhinavflac-258" +} diff --git a/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-373/index.json b/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-373/index.json new file mode 100644 index 000000000000..4d0e3778e5df --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-373/index.json @@ -0,0 +1,42 @@ +{ + "id": 657, + "slug": "lenovo-loq-gaming-abhinavflac-373", + "base_model_slug": "lenovo-loq-gaming", + "name": "Lenovo LOQ 15IAX9E 83LK006AIN Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 783, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 12450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 12, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 373 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.030685", + "updated_at": "2026-07-08T02:20:51.030685", + "url": "/v1/laptops/lenovo-loq-gaming-abhinavflac-373" +} diff --git a/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-39/index.json b/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-39/index.json new file mode 100644 index 000000000000..dbc596397e2a --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-39/index.json @@ -0,0 +1,42 @@ +{ + "id": 737, + "slug": "lenovo-loq-gaming-abhinavflac-39", + "base_model_slug": "lenovo-loq-gaming", + "name": "Lenovo LOQ 15AHP10 83JG008KIN Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1337, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 250", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 39 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.037807", + "updated_at": "2026-07-08T02:20:51.037807", + "url": "/v1/laptops/lenovo-loq-gaming-abhinavflac-39" +} diff --git a/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-419/index.json b/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-419/index.json new file mode 100644 index 000000000000..8e44628df25e --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-419/index.json @@ -0,0 +1,42 @@ +{ + "id": 738, + "slug": "lenovo-loq-gaming-abhinavflac-419", + "base_model_slug": "lenovo-loq-gaming", + "name": "Lenovo LOQ 15ARP9 83JC00EEIN Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 831, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 7235HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 12, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 419 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.037807", + "updated_at": "2026-07-08T02:20:51.037807", + "url": "/v1/laptops/lenovo-loq-gaming-abhinavflac-419" +} diff --git a/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-43/index.json b/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-43/index.json new file mode 100644 index 000000000000..abb7c12ef999 --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-43/index.json @@ -0,0 +1,42 @@ +{ + "id": 739, + "slug": "lenovo-loq-gaming-abhinavflac-43", + "base_model_slug": "lenovo-loq-gaming", + "name": "Lenovo LOQ 83JC00MVIN Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1003, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7435HS", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 43 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.037807", + "updated_at": "2026-07-08T02:20:51.037807", + "url": "/v1/laptops/lenovo-loq-gaming-abhinavflac-43" +} diff --git a/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-569/index.json b/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-569/index.json new file mode 100644 index 000000000000..8f96b423cfef --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-569/index.json @@ -0,0 +1,42 @@ +{ + "id": 658, + "slug": "lenovo-loq-gaming-abhinavflac-569", + "base_model_slug": "lenovo-loq-gaming", + "name": "Lenovo LOQ 15IAX9 83LK0068IN Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 1146, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 12650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 12, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 569 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.030685", + "updated_at": "2026-07-08T02:20:51.030685", + "url": "/v1/laptops/lenovo-loq-gaming-abhinavflac-569" +} diff --git a/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-651/index.json b/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-651/index.json new file mode 100644 index 000000000000..704f421d8c70 --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-651/index.json @@ -0,0 +1,42 @@ +{ + "id": 659, + "slug": "lenovo-loq-gaming-abhinavflac-651", + "base_model_slug": "lenovo-loq-gaming", + "name": "Lenovo LOQ 15IAX9 83GS00LJIN Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 708, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 12450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "ram_gb": 12, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 651 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.030685", + "updated_at": "2026-07-08T02:20:51.030685", + "url": "/v1/laptops/lenovo-loq-gaming-abhinavflac-651" +} diff --git a/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-654/index.json b/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-654/index.json new file mode 100644 index 000000000000..5ec56d927f7f --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-654/index.json @@ -0,0 +1,42 @@ +{ + "id": 660, + "slug": "lenovo-loq-gaming-abhinavflac-654", + "base_model_slug": "lenovo-loq-gaming", + "name": "Lenovo LOQ 15IAX9 83GS00LLIN Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 903, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 12450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 654 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.030685", + "updated_at": "2026-07-08T02:20:51.030685", + "url": "/v1/laptops/lenovo-loq-gaming-abhinavflac-654" +} diff --git a/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-967/index.json b/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-967/index.json new file mode 100644 index 000000000000..74354c39d49c --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-967/index.json @@ -0,0 +1,42 @@ +{ + "id": 740, + "slug": "lenovo-loq-gaming-abhinavflac-967", + "base_model_slug": "lenovo-loq-gaming", + "name": "Lenovo LOQ 15ARP9 83JC0031IN Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 807, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 7235HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 12, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 967 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.037807", + "updated_at": "2026-07-08T02:20:51.038806", + "url": "/v1/laptops/lenovo-loq-gaming-abhinavflac-967" +} diff --git a/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-970/index.json b/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-970/index.json new file mode 100644 index 000000000000..4040a6b17e9d --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-970/index.json @@ -0,0 +1,42 @@ +{ + "id": 741, + "slug": "lenovo-loq-gaming-abhinavflac-970", + "base_model_slug": "lenovo-loq-gaming", + "name": "Lenovo LOQ 15ARP9 83JC0046IN Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1114, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7435HS", + "gpu_name": "NVIDIA GeForce RTX RTX 4060", + "gpu_type": "Dedicated", + "ram_gb": 24, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 970 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.038806", + "updated_at": "2026-07-08T02:20:51.038806", + "url": "/v1/laptops/lenovo-loq-gaming-abhinavflac-970" +} diff --git a/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-976/index.json b/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-976/index.json new file mode 100644 index 000000000000..bfd6330f6af3 --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-976/index.json @@ -0,0 +1,42 @@ +{ + "id": 742, + "slug": "lenovo-loq-gaming-abhinavflac-976", + "base_model_slug": "lenovo-loq-gaming", + "name": "Lenovo LOQ 15ARP9 83JC0045IN Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1193, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7435HS", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 24, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 976 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.038806", + "updated_at": "2026-07-08T02:20:51.038806", + "url": "/v1/laptops/lenovo-loq-gaming-abhinavflac-976" +} diff --git a/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-977/index.json b/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-977/index.json new file mode 100644 index 000000000000..726f84baebf3 --- /dev/null +++ b/site/public/v1/laptops/lenovo-loq-gaming-abhinavflac-977/index.json @@ -0,0 +1,42 @@ +{ + "id": 743, + "slug": "lenovo-loq-gaming-abhinavflac-977", + "base_model_slug": "lenovo-loq-gaming", + "name": "Lenovo LOQ 15ARP9 83JC0078IN Gaming", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 867, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 7235HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 24, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 977 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.038806", + "updated_at": "2026-07-08T02:20:51.038806", + "url": "/v1/laptops/lenovo-loq-gaming-abhinavflac-977" +} diff --git a/site/public/v1/laptops/lenovo-thinkbook-14-abhinavflac-17/index.json b/site/public/v1/laptops/lenovo-thinkbook-14-abhinavflac-17/index.json new file mode 100644 index 000000000000..80b2cba2bc4a --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkbook-14-abhinavflac-17/index.json @@ -0,0 +1,42 @@ +{ + "id": 828, + "slug": "lenovo-thinkbook-14-abhinavflac-17", + "base_model_slug": "lenovo-thinkbook-14", + "name": "Lenovo ThinkBook 14 21SGA02YIG", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 988, + "device_category": "Business", + "cpu_name": "Intel Core 7 240H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 17 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.044806", + "updated_at": "2026-07-08T02:20:51.044806", + "url": "/v1/laptops/lenovo-thinkbook-14-abhinavflac-17" +} diff --git a/site/public/v1/laptops/lenovo-thinkbook-14-abhinavflac-172/index.json b/site/public/v1/laptops/lenovo-thinkbook-14-abhinavflac-172/index.json new file mode 100644 index 000000000000..53f9223927de --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkbook-14-abhinavflac-172/index.json @@ -0,0 +1,42 @@ +{ + "id": 829, + "slug": "lenovo-thinkbook-14-abhinavflac-172", + "base_model_slug": "lenovo-thinkbook-14", + "name": "Lenovo ThinkBook 14 21SGS00100", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 753, + "device_category": "Business", + "cpu_name": "Intel Core 5 210H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "DOS", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 172 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.044806", + "updated_at": "2026-07-08T02:20:51.044806", + "url": "/v1/laptops/lenovo-thinkbook-14-abhinavflac-172" +} diff --git a/site/public/v1/laptops/lenovo-thinkbook-14-abhinavflac-178/index.json b/site/public/v1/laptops/lenovo-thinkbook-14-abhinavflac-178/index.json new file mode 100644 index 000000000000..f8cddb52f08e --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkbook-14-abhinavflac-178/index.json @@ -0,0 +1,42 @@ +{ + "id": 661, + "slug": "lenovo-thinkbook-14-abhinavflac-178", + "base_model_slug": "lenovo-thinkbook-14", + "name": "Lenovo ThinkBook 14 21DHA10KIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 456, + "device_category": "Business", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "DOS", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 178 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.030685", + "updated_at": "2026-07-08T02:20:51.030685", + "url": "/v1/laptops/lenovo-thinkbook-14-abhinavflac-178" +} diff --git a/site/public/v1/laptops/lenovo-thinkbook-14-abhinavflac-217/index.json b/site/public/v1/laptops/lenovo-thinkbook-14-abhinavflac-217/index.json new file mode 100644 index 000000000000..f3dbad153855 --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkbook-14-abhinavflac-217/index.json @@ -0,0 +1,42 @@ +{ + "id": 830, + "slug": "lenovo-thinkbook-14-abhinavflac-217", + "base_model_slug": "lenovo-thinkbook-14", + "name": "Lenovo ThinkBook 14 21SGA02WIG", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 747, + "device_category": "Business", + "cpu_name": "Intel Core 5 210H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 217 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.044806", + "updated_at": "2026-07-08T02:20:51.044806", + "url": "/v1/laptops/lenovo-thinkbook-14-abhinavflac-217" +} diff --git a/site/public/v1/laptops/lenovo-thinkbook-16-abhinavflac-101/index.json b/site/public/v1/laptops/lenovo-thinkbook-16-abhinavflac-101/index.json new file mode 100644 index 000000000000..c45757b4e387 --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkbook-16-abhinavflac-101/index.json @@ -0,0 +1,42 @@ +{ + "id": 831, + "slug": "lenovo-thinkbook-16-abhinavflac-101", + "base_model_slug": "lenovo-thinkbook-16", + "name": "Lenovo ThinkBook 16 21SHS00U00", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 705, + "device_category": "Business", + "cpu_name": "Intel Core 5 210H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 101 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.044806", + "updated_at": "2026-07-08T02:20:51.044806", + "url": "/v1/laptops/lenovo-thinkbook-16-abhinavflac-101" +} diff --git a/site/public/v1/laptops/lenovo-thinkbook-16-abhinavflac-140/index.json b/site/public/v1/laptops/lenovo-thinkbook-16-abhinavflac-140/index.json new file mode 100644 index 000000000000..5961bbd11d6d --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkbook-16-abhinavflac-140/index.json @@ -0,0 +1,42 @@ +{ + "id": 744, + "slug": "lenovo-thinkbook-16-abhinavflac-140", + "base_model_slug": "lenovo-thinkbook-16", + "name": "Lenovo ThinkBook 16 21MWA0R4IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 638, + "device_category": "Business", + "cpu_name": "AMD Ryzen 7 7735HS", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 140 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.038806", + "updated_at": "2026-07-08T02:20:51.038806", + "url": "/v1/laptops/lenovo-thinkbook-16-abhinavflac-140" +} diff --git a/site/public/v1/laptops/lenovo-thinkbook-16-abhinavflac-209/index.json b/site/public/v1/laptops/lenovo-thinkbook-16-abhinavflac-209/index.json new file mode 100644 index 000000000000..5e8d38e9f01d --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkbook-16-abhinavflac-209/index.json @@ -0,0 +1,42 @@ +{ + "id": 745, + "slug": "lenovo-thinkbook-16-abhinavflac-209", + "base_model_slug": "lenovo-thinkbook-16", + "name": "Lenovo ThinkBook 16 21KKA0HGIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 482, + "device_category": "Business", + "cpu_name": "AMD Ryzen 5 7430U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 209 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.038806", + "updated_at": "2026-07-08T02:20:51.038806", + "url": "/v1/laptops/lenovo-thinkbook-16-abhinavflac-209" +} diff --git a/site/public/v1/laptops/lenovo-thinkbook-16-abhinavflac-262/index.json b/site/public/v1/laptops/lenovo-thinkbook-16-abhinavflac-262/index.json new file mode 100644 index 000000000000..2ffdb270fb27 --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkbook-16-abhinavflac-262/index.json @@ -0,0 +1,42 @@ +{ + "id": 746, + "slug": "lenovo-thinkbook-16-abhinavflac-262", + "base_model_slug": "lenovo-thinkbook-16", + "name": "Lenovo ThinkBook 16 21MWA0AJIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 518, + "device_category": "Business", + "cpu_name": "AMD Ryzen 5 7535HS", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "DOS", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 262 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.038806", + "updated_at": "2026-07-08T02:20:51.038806", + "url": "/v1/laptops/lenovo-thinkbook-16-abhinavflac-262" +} diff --git a/site/public/v1/laptops/lenovo-thinkbook-16-abhinavflac-318/index.json b/site/public/v1/laptops/lenovo-thinkbook-16-abhinavflac-318/index.json new file mode 100644 index 000000000000..fdc2755dadf5 --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkbook-16-abhinavflac-318/index.json @@ -0,0 +1,42 @@ +{ + "id": 747, + "slug": "lenovo-thinkbook-16-abhinavflac-318", + "base_model_slug": "lenovo-thinkbook-16", + "name": "Lenovo ThinkBook 16 21MWA0AUIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 578, + "device_category": "Business", + "cpu_name": "AMD Ryzen 7 7735HS", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 318 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.038806", + "updated_at": "2026-07-08T02:20:51.038806", + "url": "/v1/laptops/lenovo-thinkbook-16-abhinavflac-318" +} diff --git a/site/public/v1/laptops/lenovo-thinkbook-16-abhinavflac-460/index.json b/site/public/v1/laptops/lenovo-thinkbook-16-abhinavflac-460/index.json new file mode 100644 index 000000000000..23f078100f16 --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkbook-16-abhinavflac-460/index.json @@ -0,0 +1,42 @@ +{ + "id": 748, + "slug": "lenovo-thinkbook-16-abhinavflac-460", + "base_model_slug": "lenovo-thinkbook-16", + "name": "Lenovo ThinkBook 16 21MWA0BSIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 554, + "device_category": "Business", + "cpu_name": "AMD Ryzen 5 7535HS", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 460 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.038806", + "updated_at": "2026-07-08T02:20:51.038806", + "url": "/v1/laptops/lenovo-thinkbook-16-abhinavflac-460" +} diff --git a/site/public/v1/laptops/lenovo-thinkbook-16-abhinavflac-83/index.json b/site/public/v1/laptops/lenovo-thinkbook-16-abhinavflac-83/index.json new file mode 100644 index 000000000000..9675a04b1996 --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkbook-16-abhinavflac-83/index.json @@ -0,0 +1,42 @@ +{ + "id": 749, + "slug": "lenovo-thinkbook-16-abhinavflac-83", + "base_model_slug": "lenovo-thinkbook-16", + "name": "Lenovo ThinkBook 16 21KKA0HFIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 512, + "device_category": "Business", + "cpu_name": "AMD Ryzen 5 7430U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 83 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.038806", + "updated_at": "2026-07-08T02:20:51.038806", + "url": "/v1/laptops/lenovo-thinkbook-16-abhinavflac-83" +} diff --git a/site/public/v1/laptops/lenovo-thinkbook-16-g6-abhinavflac-219/index.json b/site/public/v1/laptops/lenovo-thinkbook-16-g6-abhinavflac-219/index.json new file mode 100644 index 000000000000..3d4ad7c033ff --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkbook-16-g6-abhinavflac-219/index.json @@ -0,0 +1,42 @@ +{ + "id": 750, + "slug": "lenovo-thinkbook-16-g6-abhinavflac-219", + "base_model_slug": "lenovo-thinkbook-16-g6", + "name": "Lenovo ThinkBook 16 G6 21KKA0J2IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 422, + "device_category": "Business", + "cpu_name": "AMD Ryzen 3 7330U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 219 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.038806", + "updated_at": "2026-07-08T02:20:51.038806", + "url": "/v1/laptops/lenovo-thinkbook-16-g6-abhinavflac-219" +} diff --git a/site/public/v1/laptops/lenovo-thinkbook-16-g6-abhinavflac-791/index.json b/site/public/v1/laptops/lenovo-thinkbook-16-g6-abhinavflac-791/index.json new file mode 100644 index 000000000000..0f3952df6ed2 --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkbook-16-g6-abhinavflac-791/index.json @@ -0,0 +1,42 @@ +{ + "id": 751, + "slug": "lenovo-thinkbook-16-g6-abhinavflac-791", + "base_model_slug": "lenovo-thinkbook-16-g6", + "name": "Lenovo ThinkBook 16 G6 21KKA0G1IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 709, + "device_category": "Business", + "cpu_name": "AMD Ryzen 7 7730U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 791 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.038806", + "updated_at": "2026-07-08T02:20:51.038806", + "url": "/v1/laptops/lenovo-thinkbook-16-g6-abhinavflac-791" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-e14-abhinavflac-453/index.json b/site/public/v1/laptops/lenovo-thinkpad-e14-abhinavflac-453/index.json new file mode 100644 index 000000000000..267f1b273958 --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-e14-abhinavflac-453/index.json @@ -0,0 +1,42 @@ +{ + "id": 752, + "slug": "lenovo-thinkpad-e14-abhinavflac-453", + "base_model_slug": "lenovo-thinkpad-e14", + "name": "Lenovo ThinkPad E14 21JKS1FR00", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 980, + "device_category": "Business", + "cpu_name": "Intel Core I7 1355U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "DOS", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 453 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.038806", + "updated_at": "2026-07-08T02:20:51.038806", + "url": "/v1/laptops/lenovo-thinkpad-e14-abhinavflac-453" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-e14-abhinavflac-457/index.json b/site/public/v1/laptops/lenovo-thinkpad-e14-abhinavflac-457/index.json new file mode 100644 index 000000000000..5ff929846250 --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-e14-abhinavflac-457/index.json @@ -0,0 +1,42 @@ +{ + "id": 753, + "slug": "lenovo-thinkpad-e14-abhinavflac-457", + "base_model_slug": "lenovo-thinkpad-e14", + "name": "Lenovo ThinkPad E14 21JKS0LM00", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 817, + "device_category": "Business", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "DOS", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 457 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.038806", + "updated_at": "2026-07-08T02:20:51.038806", + "url": "/v1/laptops/lenovo-thinkpad-e14-abhinavflac-457" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-e14-abhinavflac-520/index.json b/site/public/v1/laptops/lenovo-thinkpad-e14-abhinavflac-520/index.json new file mode 100644 index 000000000000..98574b545d2f --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-e14-abhinavflac-520/index.json @@ -0,0 +1,42 @@ +{ + "id": 754, + "slug": "lenovo-thinkpad-e14-abhinavflac-520", + "base_model_slug": "lenovo-thinkpad-e14", + "name": "Lenovo ThinkPad E14 21JRS0AY00", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 661, + "device_category": "Business", + "cpu_name": "AMD Ryzen 5 7530U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "DOS", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 520 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.039806", + "updated_at": "2026-07-08T02:20:51.039806", + "url": "/v1/laptops/lenovo-thinkpad-e14-abhinavflac-520" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-e14-abhinavflac-602/index.json b/site/public/v1/laptops/lenovo-thinkpad-e14-abhinavflac-602/index.json new file mode 100644 index 000000000000..841b70c8bf8a --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-e14-abhinavflac-602/index.json @@ -0,0 +1,42 @@ +{ + "id": 755, + "slug": "lenovo-thinkpad-e14-abhinavflac-602", + "base_model_slug": "lenovo-thinkpad-e14", + "name": "Lenovo ThinkPad E14 21JRS0JG00", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 644, + "device_category": "Business", + "cpu_name": "AMD Ryzen 5 7530U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 602 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.039806", + "updated_at": "2026-07-08T02:20:51.039806", + "url": "/v1/laptops/lenovo-thinkpad-e14-abhinavflac-602" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-e14-abhinavflac-665/index.json b/site/public/v1/laptops/lenovo-thinkpad-e14-abhinavflac-665/index.json new file mode 100644 index 000000000000..1fbe9919be72 --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-e14-abhinavflac-665/index.json @@ -0,0 +1,42 @@ +{ + "id": 756, + "slug": "lenovo-thinkpad-e14-abhinavflac-665", + "base_model_slug": "lenovo-thinkpad-e14", + "name": "Lenovo ThinkPad E14 21JRS0JH00", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 590, + "device_category": "Business", + "cpu_name": "AMD Ryzen 5 7530U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 665 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.039806", + "updated_at": "2026-07-08T02:20:51.039806", + "url": "/v1/laptops/lenovo-thinkpad-e14-abhinavflac-665" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-e14-abhinavflac-797/index.json b/site/public/v1/laptops/lenovo-thinkpad-e14-abhinavflac-797/index.json new file mode 100644 index 000000000000..b4249737d674 --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-e14-abhinavflac-797/index.json @@ -0,0 +1,42 @@ +{ + "id": 757, + "slug": "lenovo-thinkpad-e14-abhinavflac-797", + "base_model_slug": "lenovo-thinkpad-e14", + "name": "Lenovo ThinkPad E14 21JRS0H300", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 778, + "device_category": "Business", + "cpu_name": "AMD Ryzen 7 7730U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 797 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.039806", + "updated_at": "2026-07-08T02:20:51.039806", + "url": "/v1/laptops/lenovo-thinkpad-e14-abhinavflac-797" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-e14-abhinavflac-877/index.json b/site/public/v1/laptops/lenovo-thinkpad-e14-abhinavflac-877/index.json new file mode 100644 index 000000000000..67c6f342874d --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-e14-abhinavflac-877/index.json @@ -0,0 +1,42 @@ +{ + "id": 758, + "slug": "lenovo-thinkpad-e14-abhinavflac-877", + "base_model_slug": "lenovo-thinkpad-e14", + "name": "Lenovo ThinkPad E14 21JKS13J00", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1144, + "device_category": "Business", + "cpu_name": "Intel Core I7 1355U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 877 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.039806", + "updated_at": "2026-07-08T02:20:51.039806", + "url": "/v1/laptops/lenovo-thinkpad-e14-abhinavflac-877" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-e14-abhinavflac-905/index.json b/site/public/v1/laptops/lenovo-thinkpad-e14-abhinavflac-905/index.json new file mode 100644 index 000000000000..a2ce51fd9e92 --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-e14-abhinavflac-905/index.json @@ -0,0 +1,42 @@ +{ + "id": 759, + "slug": "lenovo-thinkpad-e14-abhinavflac-905", + "base_model_slug": "lenovo-thinkpad-e14", + "name": "Lenovo ThinkPad E14 21JKS13M00", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 801, + "device_category": "Business", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 905 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.039806", + "updated_at": "2026-07-08T02:20:51.039806", + "url": "/v1/laptops/lenovo-thinkpad-e14-abhinavflac-905" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-e14-g4-abhinavflac-805/index.json b/site/public/v1/laptops/lenovo-thinkpad-e14-g4-abhinavflac-805/index.json new file mode 100644 index 000000000000..5b88c55f6211 --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-e14-g4-abhinavflac-805/index.json @@ -0,0 +1,42 @@ +{ + "id": 662, + "slug": "lenovo-thinkpad-e14-g4-abhinavflac-805", + "base_model_slug": "lenovo-thinkpad-e14-g4", + "name": "Lenovo Thinkpad E14 G4 21E3006XIG", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 964, + "device_category": "Business", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 805 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.030685", + "updated_at": "2026-07-08T02:20:51.030685", + "url": "/v1/laptops/lenovo-thinkpad-e14-g4-abhinavflac-805" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-347/index.json b/site/public/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-347/index.json new file mode 100644 index 000000000000..7f24203723d4 --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-347/index.json @@ -0,0 +1,42 @@ +{ + "id": 760, + "slug": "lenovo-thinkpad-e14-gen-6-abhinavflac-347", + "base_model_slug": "lenovo-thinkpad-e14-gen-6", + "name": "Lenovo ThinkPad E14 Gen 6 ‎21M7S0T100", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1018, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "DOS", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 347 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.039806", + "updated_at": "2026-07-08T02:20:51.039806", + "url": "/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-347" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-348/index.json b/site/public/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-348/index.json new file mode 100644 index 000000000000..a66fdd2a15f8 --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-348/index.json @@ -0,0 +1,42 @@ +{ + "id": 761, + "slug": "lenovo-thinkpad-e14-gen-6-abhinavflac-348", + "base_model_slug": "lenovo-thinkpad-e14-gen-6", + "name": "Lenovo ThinkPad E14 Gen 6 ‎21M7006BIG", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1084, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 5 125U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 348 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.039806", + "updated_at": "2026-07-08T02:20:51.039806", + "url": "/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-348" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-377/index.json b/site/public/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-377/index.json new file mode 100644 index 000000000000..528a4fee114b --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-377/index.json @@ -0,0 +1,42 @@ +{ + "id": 762, + "slug": "lenovo-thinkpad-e14-gen-6-abhinavflac-377", + "base_model_slug": "lenovo-thinkpad-e14-gen-6", + "name": "Lenovo ThinkPad E14 Gen 6 21M7S0T000", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 873, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 5 125U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "DOS", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 377 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.039806", + "updated_at": "2026-07-08T02:20:51.039806", + "url": "/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-377" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-454/index.json b/site/public/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-454/index.json new file mode 100644 index 000000000000..7020511de4d7 --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-454/index.json @@ -0,0 +1,42 @@ +{ + "id": 763, + "slug": "lenovo-thinkpad-e14-gen-6-abhinavflac-454", + "base_model_slug": "lenovo-thinkpad-e14-gen-6", + "name": "Lenovo ThinkPad E14 Gen 6 ‎21M70062IG", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 825, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 5 125U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "DOS", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 454 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.039806", + "updated_at": "2026-07-08T02:20:51.039806", + "url": "/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-454" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-462/index.json b/site/public/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-462/index.json new file mode 100644 index 000000000000..cbc169062b2f --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-462/index.json @@ -0,0 +1,42 @@ +{ + "id": 764, + "slug": "lenovo-thinkpad-e14-gen-6-abhinavflac-462", + "base_model_slug": "lenovo-thinkpad-e14-gen-6", + "name": "Lenovo ThinkPad E14 Gen 6 ‎21M7S02W00", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1084, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 5 125U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 462 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.039806", + "updated_at": "2026-07-08T02:20:51.039806", + "url": "/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-462" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-468/index.json b/site/public/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-468/index.json new file mode 100644 index 000000000000..2a2846b5a6c6 --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-468/index.json @@ -0,0 +1,42 @@ +{ + "id": 765, + "slug": "lenovo-thinkpad-e14-gen-6-abhinavflac-468", + "base_model_slug": "lenovo-thinkpad-e14-gen-6", + "name": "Lenovo ThinkPad E14 Gen 6 21M7009BIG", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1084, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 468 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.039806", + "updated_at": "2026-07-08T02:20:51.039806", + "url": "/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-468" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-486/index.json b/site/public/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-486/index.json new file mode 100644 index 000000000000..e1c1bbe2bb1b --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-486/index.json @@ -0,0 +1,42 @@ +{ + "id": 766, + "slug": "lenovo-thinkpad-e14-gen-6-abhinavflac-486", + "base_model_slug": "lenovo-thinkpad-e14-gen-6", + "name": "Lenovo ThinkPad E14 Gen 6 ‎21M3S0AJ00", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 627, + "device_category": "Business", + "cpu_name": "AMD Ryzen 5 7535HS", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 486 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.039806", + "updated_at": "2026-07-08T02:20:51.039806", + "url": "/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-486" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-487/index.json b/site/public/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-487/index.json new file mode 100644 index 000000000000..05397e83ede9 --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-487/index.json @@ -0,0 +1,42 @@ +{ + "id": 767, + "slug": "lenovo-thinkpad-e14-gen-6-abhinavflac-487", + "base_model_slug": "lenovo-thinkpad-e14-gen-6", + "name": "Lenovo ThinkPad E14 Gen 6 ‎21M7S0SF00", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1160, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 487 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.040806", + "updated_at": "2026-07-08T02:20:51.040806", + "url": "/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-487" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-510/index.json b/site/public/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-510/index.json new file mode 100644 index 000000000000..a2fcd8257af9 --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-510/index.json @@ -0,0 +1,42 @@ +{ + "id": 768, + "slug": "lenovo-thinkpad-e14-gen-6-abhinavflac-510", + "base_model_slug": "lenovo-thinkpad-e14-gen-6", + "name": "Lenovo ThinkPad E14 Gen 6 ‎21M7S0SG00", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1138, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 510 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.040806", + "updated_at": "2026-07-08T02:20:51.040806", + "url": "/v1/laptops/lenovo-thinkpad-e14-gen-6-abhinavflac-510" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-e16-abhinavflac-337/index.json b/site/public/v1/laptops/lenovo-thinkpad-e16-abhinavflac-337/index.json new file mode 100644 index 000000000000..238fb7e8ce98 --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-e16-abhinavflac-337/index.json @@ -0,0 +1,42 @@ +{ + "id": 769, + "slug": "lenovo-thinkpad-e16-abhinavflac-337", + "base_model_slug": "lenovo-thinkpad-e16", + "name": "Lenovo Thinkpad E16 21JN004JIG", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 843, + "device_category": "Business", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 337 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.040806", + "updated_at": "2026-07-08T02:20:51.040806", + "url": "/v1/laptops/lenovo-thinkpad-e16-abhinavflac-337" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-e16-abhinavflac-772/index.json b/site/public/v1/laptops/lenovo-thinkpad-e16-abhinavflac-772/index.json new file mode 100644 index 000000000000..323a0ca4a342 --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-e16-abhinavflac-772/index.json @@ -0,0 +1,42 @@ +{ + "id": 770, + "slug": "lenovo-thinkpad-e16-abhinavflac-772", + "base_model_slug": "lenovo-thinkpad-e16", + "name": "Lenovo Thinkpad E16 21JNS0QE00", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 795, + "device_category": "Business", + "cpu_name": "Intel Core I5 1335U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 772 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.040806", + "updated_at": "2026-07-08T02:20:51.040806", + "url": "/v1/laptops/lenovo-thinkpad-e16-abhinavflac-772" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-e16-g1-abhinavflac-896/index.json b/site/public/v1/laptops/lenovo-thinkpad-e16-g1-abhinavflac-896/index.json new file mode 100644 index 000000000000..32aa3c698563 --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-e16-g1-abhinavflac-896/index.json @@ -0,0 +1,42 @@ +{ + "id": 771, + "slug": "lenovo-thinkpad-e16-g1-abhinavflac-896", + "base_model_slug": "lenovo-thinkpad-e16-g1", + "name": "Lenovo Thinkpad E16 G1 21JNS0QD00", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 584, + "device_category": "Business", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 896 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.040806", + "updated_at": "2026-07-08T02:20:51.040806", + "url": "/v1/laptops/lenovo-thinkpad-e16-g1-abhinavflac-896" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-e16-gen-2-abhinavflac-329/index.json b/site/public/v1/laptops/lenovo-thinkpad-e16-gen-2-abhinavflac-329/index.json new file mode 100644 index 000000000000..a27c95bb3cca --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-e16-gen-2-abhinavflac-329/index.json @@ -0,0 +1,42 @@ +{ + "id": 772, + "slug": "lenovo-thinkpad-e16-gen-2-abhinavflac-329", + "base_model_slug": "lenovo-thinkpad-e16-gen-2", + "name": "Lenovo ThinkPad E16 Gen 2 21MAS01G00", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 861, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 5 125U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "DOS", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 329 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.040806", + "updated_at": "2026-07-08T02:20:51.040806", + "url": "/v1/laptops/lenovo-thinkpad-e16-gen-2-abhinavflac-329" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-p14s-abhinavflac-466/index.json b/site/public/v1/laptops/lenovo-thinkpad-p14s-abhinavflac-466/index.json new file mode 100644 index 000000000000..7523b76492b2 --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-p14s-abhinavflac-466/index.json @@ -0,0 +1,42 @@ +{ + "id": 773, + "slug": "lenovo-thinkpad-p14s-abhinavflac-466", + "base_model_slug": "lenovo-thinkpad-p14s", + "name": "Lenovo Thinkpad P14s 21G2S08D00", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1759, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "NVIDIA GeForce RTX RTX 500 Ada", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 466 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.040806", + "updated_at": "2026-07-08T02:20:51.040806", + "url": "/v1/laptops/lenovo-thinkpad-p14s-abhinavflac-466" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-p14s-abhinavflac-469/index.json b/site/public/v1/laptops/lenovo-thinkpad-p14s-abhinavflac-469/index.json new file mode 100644 index 000000000000..70b1b28ad46c --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-p14s-abhinavflac-469/index.json @@ -0,0 +1,42 @@ +{ + "id": 774, + "slug": "lenovo-thinkpad-p14s-abhinavflac-469", + "base_model_slug": "lenovo-thinkpad-p14s", + "name": "Lenovo Thinkpad P14s 21G2S08C00", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1617, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 469 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.040806", + "updated_at": "2026-07-08T02:20:51.040806", + "url": "/v1/laptops/lenovo-thinkpad-p14s-abhinavflac-469" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-p16s-abhinavflac-375/index.json b/site/public/v1/laptops/lenovo-thinkpad-p16s-abhinavflac-375/index.json new file mode 100644 index 000000000000..2baf845f02be --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-p16s-abhinavflac-375/index.json @@ -0,0 +1,42 @@ +{ + "id": 775, + "slug": "lenovo-thinkpad-p16s-abhinavflac-375", + "base_model_slug": "lenovo-thinkpad-p16s", + "name": "Lenovo Thinkpad P16s 21KSS0AL00", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1632, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 375 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.040806", + "updated_at": "2026-07-08T02:20:51.040806", + "url": "/v1/laptops/lenovo-thinkpad-p16s-abhinavflac-375" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-p16s-abhinavflac-376/index.json b/site/public/v1/laptops/lenovo-thinkpad-p16s-abhinavflac-376/index.json new file mode 100644 index 000000000000..a3257ad82720 --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-p16s-abhinavflac-376/index.json @@ -0,0 +1,42 @@ +{ + "id": 776, + "slug": "lenovo-thinkpad-p16s-abhinavflac-376", + "base_model_slug": "lenovo-thinkpad-p16s", + "name": "Lenovo Thinkpad P16s 21KSS0AK00", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1837, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "NVIDIA GeForce RTX RTX 500", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 376 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.040806", + "updated_at": "2026-07-08T02:20:51.040806", + "url": "/v1/laptops/lenovo-thinkpad-p16s-abhinavflac-376" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-p16v-abhinavflac-234/index.json b/site/public/v1/laptops/lenovo-thinkpad-p16v-abhinavflac-234/index.json new file mode 100644 index 000000000000..99536b4cde91 --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-p16v-abhinavflac-234/index.json @@ -0,0 +1,42 @@ +{ + "id": 777, + "slug": "lenovo-thinkpad-p16v-abhinavflac-234", + "base_model_slug": "lenovo-thinkpad-p16v", + "name": "Lenovo Thinkpad P16v 21KX002GUS", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 3614, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 9 185H", + "gpu_name": "NVIDIA GeForce RTX RTX 3000 Ada Generation", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 234 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.040806", + "updated_at": "2026-07-08T02:20:51.040806", + "url": "/v1/laptops/lenovo-thinkpad-p16v-abhinavflac-234" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-p16v-abhinavflac-313/index.json b/site/public/v1/laptops/lenovo-thinkpad-p16v-abhinavflac-313/index.json new file mode 100644 index 000000000000..3f739bcb2b58 --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-p16v-abhinavflac-313/index.json @@ -0,0 +1,42 @@ +{ + "id": 778, + "slug": "lenovo-thinkpad-p16v-abhinavflac-313", + "base_model_slug": "lenovo-thinkpad-p16v", + "name": "Lenovo Thinkpad P16v 21KXS05300", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 3030, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 9 185H", + "gpu_name": "NVIDIA GeForce RTX RTX 3000", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 313 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.040806", + "updated_at": "2026-07-08T02:20:51.040806", + "url": "/v1/laptops/lenovo-thinkpad-p16v-abhinavflac-313" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-p16v-abhinavflac-314/index.json b/site/public/v1/laptops/lenovo-thinkpad-p16v-abhinavflac-314/index.json new file mode 100644 index 000000000000..f784f7bf752d --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-p16v-abhinavflac-314/index.json @@ -0,0 +1,42 @@ +{ + "id": 779, + "slug": "lenovo-thinkpad-p16v-abhinavflac-314", + "base_model_slug": "lenovo-thinkpad-p16v", + "name": "Lenovo Thinkpad P16v 21KXS05400", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 2271, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "NVIDIA GeForce RTX RTX 1000", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 314 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.040806", + "updated_at": "2026-07-08T02:20:51.040806", + "url": "/v1/laptops/lenovo-thinkpad-p16v-abhinavflac-314" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-p16v-abhinavflac-345/index.json b/site/public/v1/laptops/lenovo-thinkpad-p16v-abhinavflac-345/index.json new file mode 100644 index 000000000000..2c65692208e0 --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-p16v-abhinavflac-345/index.json @@ -0,0 +1,42 @@ +{ + "id": 780, + "slug": "lenovo-thinkpad-p16v-abhinavflac-345", + "base_model_slug": "lenovo-thinkpad-p16v", + "name": "Lenovo Thinkpad P16v 21KXS05500", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1934, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "NVIDIA GeForce RTX RTX 500", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 345 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.040806", + "updated_at": "2026-07-08T02:20:51.040806", + "url": "/v1/laptops/lenovo-thinkpad-p16v-abhinavflac-345" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-t14-gen-5-abhinavflac-355/index.json b/site/public/v1/laptops/lenovo-thinkpad-t14-gen-5-abhinavflac-355/index.json new file mode 100644 index 000000000000..bfed4ab897d8 --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-t14-gen-5-abhinavflac-355/index.json @@ -0,0 +1,42 @@ +{ + "id": 781, + "slug": "lenovo-thinkpad-t14-gen-5-abhinavflac-355", + "base_model_slug": "lenovo-thinkpad-t14-gen-5", + "name": "Lenovo ThinkPad T14 Gen 5 21MLS04600", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1897, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 7 155U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 355 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.040806", + "updated_at": "2026-07-08T02:20:51.040806", + "url": "/v1/laptops/lenovo-thinkpad-t14-gen-5-abhinavflac-355" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-t15g-abhinavflac-701/index.json b/site/public/v1/laptops/lenovo-thinkpad-t15g-abhinavflac-701/index.json new file mode 100644 index 000000000000..80fea69a6887 --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-t15g-abhinavflac-701/index.json @@ -0,0 +1,42 @@ +{ + "id": 634, + "slug": "lenovo-thinkpad-t15g-abhinavflac-701", + "base_model_slug": "lenovo-thinkpad-t15g", + "name": "Lenovo ThinkPad T15g 20YSS01J00", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2021-01-01", + "msrp_usd": 1470, + "device_category": "Business", + "cpu_name": "Intel Core I9 11950H", + "gpu_name": "NVIDIA GeForce RTX RTX 3070", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 701 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.028680", + "updated_at": "2026-07-08T02:20:51.028680", + "url": "/v1/laptops/lenovo-thinkpad-t15g-abhinavflac-701" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-x1-2-in-1-abhinavflac-147/index.json b/site/public/v1/laptops/lenovo-thinkpad-x1-2-in-1-abhinavflac-147/index.json new file mode 100644 index 000000000000..6afea6ba6420 --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-x1-2-in-1-abhinavflac-147/index.json @@ -0,0 +1,42 @@ +{ + "id": 782, + "slug": "lenovo-thinkpad-x1-2-in-1-abhinavflac-147", + "base_model_slug": "lenovo-thinkpad-x1-2-in-1", + "name": "Lenovo ThinkPad X1 2-in-1 21KES08L00", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 2777, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 155U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 147 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.041806", + "updated_at": "2026-07-08T02:20:51.041806", + "url": "/v1/laptops/lenovo-thinkpad-x1-2-in-1-abhinavflac-147" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-x13-ai-pc-abhinavflac-341/index.json b/site/public/v1/laptops/lenovo-thinkpad-x13-ai-pc-abhinavflac-341/index.json new file mode 100644 index 000000000000..fb140a6522e4 --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-x13-ai-pc-abhinavflac-341/index.json @@ -0,0 +1,42 @@ +{ + "id": 783, + "slug": "lenovo-thinkpad-x13-ai-pc-abhinavflac-341", + "base_model_slug": "lenovo-thinkpad-x13-ai-pc", + "name": "Lenovo ThinkPad X13 AI PC 21LWS02T00", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 2175, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 7 155U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 512, + "display": { + "size_inch": 13.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 341 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.041806", + "updated_at": "2026-07-08T02:20:51.041806", + "url": "/v1/laptops/lenovo-thinkpad-x13-ai-pc-abhinavflac-341" +} diff --git a/site/public/v1/laptops/lenovo-thinkpad-x13-ai-pc-abhinavflac-346/index.json b/site/public/v1/laptops/lenovo-thinkpad-x13-ai-pc-abhinavflac-346/index.json new file mode 100644 index 000000000000..4cc893119859 --- /dev/null +++ b/site/public/v1/laptops/lenovo-thinkpad-x13-ai-pc-abhinavflac-346/index.json @@ -0,0 +1,42 @@ +{ + "id": 784, + "slug": "lenovo-thinkpad-x13-ai-pc-abhinavflac-346", + "base_model_slug": "lenovo-thinkpad-x13-ai-pc", + "name": "Lenovo ThinkPad X13 AI PC 21LUS07C00", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 2018, + "device_category": "Business", + "cpu_name": "Intel Core Ultra 7 155U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 13.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 346 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.041806", + "updated_at": "2026-07-08T02:20:51.041806", + "url": "/v1/laptops/lenovo-thinkpad-x13-ai-pc-abhinavflac-346" +} diff --git a/site/public/v1/laptops/lenovo-v14-abhinavflac-41/index.json b/site/public/v1/laptops/lenovo-v14-abhinavflac-41/index.json new file mode 100644 index 000000000000..3d619ceb89b5 --- /dev/null +++ b/site/public/v1/laptops/lenovo-v14-abhinavflac-41/index.json @@ -0,0 +1,42 @@ +{ + "id": 785, + "slug": "lenovo-v14-abhinavflac-41", + "base_model_slug": "lenovo-v14", + "name": "Lenovo V14 83A0A0PTIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 578, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 41 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.041806", + "updated_at": "2026-07-08T02:20:51.041806", + "url": "/v1/laptops/lenovo-v14-abhinavflac-41" +} diff --git a/site/public/v1/laptops/lenovo-v14-abhinavflac-99/index.json b/site/public/v1/laptops/lenovo-v14-abhinavflac-99/index.json new file mode 100644 index 000000000000..428837fa400b --- /dev/null +++ b/site/public/v1/laptops/lenovo-v14-abhinavflac-99/index.json @@ -0,0 +1,42 @@ +{ + "id": 786, + "slug": "lenovo-v14-abhinavflac-99", + "base_model_slug": "lenovo-v14", + "name": "Lenovo V14 83A0A0PBIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 434, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 99 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.041806", + "updated_at": "2026-07-08T02:20:51.041806", + "url": "/v1/laptops/lenovo-v14-abhinavflac-99" +} diff --git a/site/public/v1/laptops/lenovo-v14-g3-abhinavflac-120/index.json b/site/public/v1/laptops/lenovo-v14-g3-abhinavflac-120/index.json new file mode 100644 index 000000000000..6b89f8323250 --- /dev/null +++ b/site/public/v1/laptops/lenovo-v14-g3-abhinavflac-120/index.json @@ -0,0 +1,42 @@ +{ + "id": 663, + "slug": "lenovo-v14-g3-abhinavflac-120", + "base_model_slug": "lenovo-v14-g3", + "name": "Lenovo V14 G3 82TS00PDLN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 554, + "device_category": "General", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 120 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.031685", + "updated_at": "2026-07-08T02:20:51.031685", + "url": "/v1/laptops/lenovo-v14-g3-abhinavflac-120" +} diff --git a/site/public/v1/laptops/lenovo-v14-g3-abhinavflac-4/index.json b/site/public/v1/laptops/lenovo-v14-g3-abhinavflac-4/index.json new file mode 100644 index 000000000000..6c52b6469c4d --- /dev/null +++ b/site/public/v1/laptops/lenovo-v14-g3-abhinavflac-4/index.json @@ -0,0 +1,42 @@ +{ + "id": 664, + "slug": "lenovo-v14-g3-abhinavflac-4", + "base_model_slug": "lenovo-v14-g3", + "name": "Lenovo V14 G3 82TS00JGUS", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 687, + "device_category": "General", + "cpu_name": "Intel Core I7 1255U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 4 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.031685", + "updated_at": "2026-07-08T02:20:51.031685", + "url": "/v1/laptops/lenovo-v14-g3-abhinavflac-4" +} diff --git a/site/public/v1/laptops/lenovo-v14-g4-abhinavflac-7/index.json b/site/public/v1/laptops/lenovo-v14-g4-abhinavflac-7/index.json new file mode 100644 index 000000000000..9422cc17b3cd --- /dev/null +++ b/site/public/v1/laptops/lenovo-v14-g4-abhinavflac-7/index.json @@ -0,0 +1,42 @@ +{ + "id": 787, + "slug": "lenovo-v14-g4-abhinavflac-7", + "base_model_slug": "lenovo-v14-g4", + "name": "Lenovo V14 G4 82YTA00UIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 361, + "device_category": "General", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 7 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.041806", + "updated_at": "2026-07-08T02:20:51.041806", + "url": "/v1/laptops/lenovo-v14-g4-abhinavflac-7" +} diff --git a/site/public/v1/laptops/lenovo-v14-g4-abhinavflac-770/index.json b/site/public/v1/laptops/lenovo-v14-g4-abhinavflac-770/index.json new file mode 100644 index 000000000000..acb3ed4ca0f5 --- /dev/null +++ b/site/public/v1/laptops/lenovo-v14-g4-abhinavflac-770/index.json @@ -0,0 +1,42 @@ +{ + "id": 788, + "slug": "lenovo-v14-g4-abhinavflac-770", + "base_model_slug": "lenovo-v14-g4", + "name": "Lenovo V14 G4 82YTA00TIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 361, + "device_category": "General", + "cpu_name": "AMD Ryzen 3 7320U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "DOS", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 770 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.041806", + "updated_at": "2026-07-08T02:20:51.041806", + "url": "/v1/laptops/lenovo-v14-g4-abhinavflac-770" +} diff --git a/site/public/v1/laptops/lenovo-v15-abhinavflac-231/index.json b/site/public/v1/laptops/lenovo-v15-abhinavflac-231/index.json new file mode 100644 index 000000000000..8c8babeca33d --- /dev/null +++ b/site/public/v1/laptops/lenovo-v15-abhinavflac-231/index.json @@ -0,0 +1,42 @@ +{ + "id": 789, + "slug": "lenovo-v15-abhinavflac-231", + "base_model_slug": "lenovo-v15", + "name": "Lenovo V15 83CC000EIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 554, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 231 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.041806", + "updated_at": "2026-07-08T02:20:51.041806", + "url": "/v1/laptops/lenovo-v15-abhinavflac-231" +} diff --git a/site/public/v1/laptops/lenovo-v15-abhinavflac-237/index.json b/site/public/v1/laptops/lenovo-v15-abhinavflac-237/index.json new file mode 100644 index 000000000000..c55ea4682da4 --- /dev/null +++ b/site/public/v1/laptops/lenovo-v15-abhinavflac-237/index.json @@ -0,0 +1,42 @@ +{ + "id": 790, + "slug": "lenovo-v15-abhinavflac-237", + "base_model_slug": "lenovo-v15", + "name": "Lenovo V15 83CC0059IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 536, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "DOS", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 237 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.041806", + "updated_at": "2026-07-08T02:20:51.041806", + "url": "/v1/laptops/lenovo-v15-abhinavflac-237" +} diff --git a/site/public/v1/laptops/lenovo-v15-abhinavflac-338/index.json b/site/public/v1/laptops/lenovo-v15-abhinavflac-338/index.json new file mode 100644 index 000000000000..b3513adf4a18 --- /dev/null +++ b/site/public/v1/laptops/lenovo-v15-abhinavflac-338/index.json @@ -0,0 +1,42 @@ +{ + "id": 791, + "slug": "lenovo-v15-abhinavflac-338", + "base_model_slug": "lenovo-v15", + "name": "Lenovo V15 83CC004CIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 542, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "DOS", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 338 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.041806", + "updated_at": "2026-07-08T02:20:51.041806", + "url": "/v1/laptops/lenovo-v15-abhinavflac-338" +} diff --git a/site/public/v1/laptops/lenovo-v15-abhinavflac-492/index.json b/site/public/v1/laptops/lenovo-v15-abhinavflac-492/index.json new file mode 100644 index 000000000000..b7f5af15295f --- /dev/null +++ b/site/public/v1/laptops/lenovo-v15-abhinavflac-492/index.json @@ -0,0 +1,42 @@ +{ + "id": 665, + "slug": "lenovo-v15-abhinavflac-492", + "base_model_slug": "lenovo-v15", + "name": "Lenovo V15 82TTA07QIH", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 518, + "device_category": "General", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 492 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.031685", + "updated_at": "2026-07-08T02:20:51.031685", + "url": "/v1/laptops/lenovo-v15-abhinavflac-492" +} diff --git a/site/public/v1/laptops/lenovo-v15-abhinavflac-838/index.json b/site/public/v1/laptops/lenovo-v15-abhinavflac-838/index.json new file mode 100644 index 000000000000..09c07ac2ba10 --- /dev/null +++ b/site/public/v1/laptops/lenovo-v15-abhinavflac-838/index.json @@ -0,0 +1,42 @@ +{ + "id": 666, + "slug": "lenovo-v15-abhinavflac-838", + "base_model_slug": "lenovo-v15", + "name": "Lenovo V15 82TTA07RIH", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 530, + "device_category": "General", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 838 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.031685", + "updated_at": "2026-07-08T02:20:51.031685", + "url": "/v1/laptops/lenovo-v15-abhinavflac-838" +} diff --git a/site/public/v1/laptops/lenovo-v15-g2-abhinavflac-819/index.json b/site/public/v1/laptops/lenovo-v15-g2-abhinavflac-819/index.json new file mode 100644 index 000000000000..f51412cc61ad --- /dev/null +++ b/site/public/v1/laptops/lenovo-v15-g2-abhinavflac-819/index.json @@ -0,0 +1,42 @@ +{ + "id": 832, + "slug": "lenovo-v15-g2-abhinavflac-819", + "base_model_slug": "lenovo-v15-g2", + "name": "‎Lenovo V15 G2", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 289, + "device_category": "General", + "cpu_name": "Intel Celeron N4500", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 256, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 819 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.044806", + "updated_at": "2026-07-08T02:20:51.044806", + "url": "/v1/laptops/lenovo-v15-g2-abhinavflac-819" +} diff --git a/site/public/v1/laptops/lenovo-v15-g4-82c70081ge-abhinavflac-592/index.json b/site/public/v1/laptops/lenovo-v15-g4-82c70081ge-abhinavflac-592/index.json new file mode 100644 index 000000000000..a7a9d8f8832a --- /dev/null +++ b/site/public/v1/laptops/lenovo-v15-g4-82c70081ge-abhinavflac-592/index.json @@ -0,0 +1,42 @@ +{ + "id": 792, + "slug": "lenovo-v15-g4-82c70081ge-abhinavflac-592", + "base_model_slug": "lenovo-v15-g4-82c70081ge", + "name": "Lenovo V15 G4 ‎82C70081GE", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 428, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7520U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 592 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.041806", + "updated_at": "2026-07-08T02:20:51.041806", + "url": "/v1/laptops/lenovo-v15-g4-82c70081ge-abhinavflac-592" +} diff --git a/site/public/v1/laptops/lenovo-v15-gen-4-abhinavflac-139/index.json b/site/public/v1/laptops/lenovo-v15-gen-4-abhinavflac-139/index.json new file mode 100644 index 000000000000..835e3c3dfb9a --- /dev/null +++ b/site/public/v1/laptops/lenovo-v15-gen-4-abhinavflac-139/index.json @@ -0,0 +1,42 @@ +{ + "id": 793, + "slug": "lenovo-v15-gen-4-abhinavflac-139", + "base_model_slug": "lenovo-v15-gen-4", + "name": "Lenovo V15 Gen 4 83CCA08KIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 446, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 139 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.041806", + "updated_at": "2026-07-08T02:20:51.041806", + "url": "/v1/laptops/lenovo-v15-gen-4-abhinavflac-139" +} diff --git a/site/public/v1/laptops/lenovo-yoga-7-2-in-1-14akp10-abhinavflac-286/index.json b/site/public/v1/laptops/lenovo-yoga-7-2-in-1-14akp10-abhinavflac-286/index.json new file mode 100644 index 000000000000..1194a73f00ce --- /dev/null +++ b/site/public/v1/laptops/lenovo-yoga-7-2-in-1-14akp10-abhinavflac-286/index.json @@ -0,0 +1,42 @@ +{ + "id": 615, + "slug": "lenovo-yoga-7-2-in-1-14akp10-abhinavflac-286", + "base_model_slug": "lenovo-yoga-7-2-in-1-14akp10", + "name": "Lenovo Yoga 7 2-in-1 ‎‎14AKP10 83JR001EIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2019-01-01", + "msrp_usd": 1241, + "device_category": "Convertible", + "cpu_name": "AMD Ryzen Ai 7 350", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 24, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 286 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.027526", + "updated_at": "2026-07-08T02:20:51.027526", + "url": "/v1/laptops/lenovo-yoga-7-2-in-1-14akp10-abhinavflac-286" +} diff --git a/site/public/v1/laptops/lenovo-yoga-7-2-in-1-abhinavflac-446/index.json b/site/public/v1/laptops/lenovo-yoga-7-2-in-1-abhinavflac-446/index.json new file mode 100644 index 000000000000..b8ddb6addac8 --- /dev/null +++ b/site/public/v1/laptops/lenovo-yoga-7-2-in-1-abhinavflac-446/index.json @@ -0,0 +1,42 @@ +{ + "id": 833, + "slug": "lenovo-yoga-7-2-in-1-abhinavflac-446", + "base_model_slug": "lenovo-yoga-7-2-in-1", + "name": "Lenovo Yoga 7 2-in-1 83JQ000XIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1337, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 5 226V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 446 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.045806", + "updated_at": "2026-07-08T02:20:51.045806", + "url": "/v1/laptops/lenovo-yoga-7-2-in-1-abhinavflac-446" +} diff --git a/site/public/v1/laptops/lenovo-yoga-7-2-in-1-abhinavflac-458/index.json b/site/public/v1/laptops/lenovo-yoga-7-2-in-1-abhinavflac-458/index.json new file mode 100644 index 000000000000..63f56212721f --- /dev/null +++ b/site/public/v1/laptops/lenovo-yoga-7-2-in-1-abhinavflac-458/index.json @@ -0,0 +1,42 @@ +{ + "id": 834, + "slug": "lenovo-yoga-7-2-in-1-abhinavflac-458", + "base_model_slug": "lenovo-yoga-7-2-in-1", + "name": "Lenovo Yoga 7 2-in-1 83JQ000NIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1638, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 258V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 458 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.045806", + "updated_at": "2026-07-08T02:20:51.045806", + "url": "/v1/laptops/lenovo-yoga-7-2-in-1-abhinavflac-458" +} diff --git a/site/public/v1/laptops/lenovo-yoga-7-abhinavflac-401/index.json b/site/public/v1/laptops/lenovo-yoga-7-abhinavflac-401/index.json new file mode 100644 index 000000000000..afbf569ba284 --- /dev/null +++ b/site/public/v1/laptops/lenovo-yoga-7-abhinavflac-401/index.json @@ -0,0 +1,42 @@ +{ + "id": 794, + "slug": "lenovo-yoga-7-abhinavflac-401", + "base_model_slug": "lenovo-yoga-7", + "name": "Lenovo Yoga 7 14IML9 83DJ00FTIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1072, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 401 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.041806", + "updated_at": "2026-07-08T02:20:51.041806", + "url": "/v1/laptops/lenovo-yoga-7-abhinavflac-401" +} diff --git a/site/public/v1/laptops/lenovo-yoga-7-abhinavflac-837/index.json b/site/public/v1/laptops/lenovo-yoga-7-abhinavflac-837/index.json new file mode 100644 index 000000000000..e8ca90644b20 --- /dev/null +++ b/site/public/v1/laptops/lenovo-yoga-7-abhinavflac-837/index.json @@ -0,0 +1,42 @@ +{ + "id": 795, + "slug": "lenovo-yoga-7-abhinavflac-837", + "base_model_slug": "lenovo-yoga-7", + "name": "Lenovo Yoga 7 14IRL8 82YL00AYIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 964, + "device_category": "Convertible", + "cpu_name": "Intel Core I5 1340P", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 837 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.042806", + "updated_at": "2026-07-08T02:20:51.042806", + "url": "/v1/laptops/lenovo-yoga-7-abhinavflac-837" +} diff --git a/site/public/v1/laptops/lenovo-yoga-7-abhinavflac-898/index.json b/site/public/v1/laptops/lenovo-yoga-7-abhinavflac-898/index.json new file mode 100644 index 000000000000..e5de3070e7fc --- /dev/null +++ b/site/public/v1/laptops/lenovo-yoga-7-abhinavflac-898/index.json @@ -0,0 +1,42 @@ +{ + "id": 796, + "slug": "lenovo-yoga-7-abhinavflac-898", + "base_model_slug": "lenovo-yoga-7", + "name": "Lenovo Yoga 7 14IML9 83DJ00AKIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1144, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 898 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.042806", + "updated_at": "2026-07-08T02:20:51.042806", + "url": "/v1/laptops/lenovo-yoga-7-abhinavflac-898" +} diff --git a/site/public/v1/laptops/lenovo-yoga-9-2-in-1-abhinavflac-392/index.json b/site/public/v1/laptops/lenovo-yoga-9-2-in-1-abhinavflac-392/index.json new file mode 100644 index 000000000000..2926b38531a5 --- /dev/null +++ b/site/public/v1/laptops/lenovo-yoga-9-2-in-1-abhinavflac-392/index.json @@ -0,0 +1,42 @@ +{ + "id": 835, + "slug": "lenovo-yoga-9-2-in-1-abhinavflac-392", + "base_model_slug": "lenovo-yoga-9-2-in-1", + "name": "Lenovo Yoga 9 2-in-1 14ILL10 83LC001FIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2379, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 258V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "3840x2400" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 392 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.045806", + "updated_at": "2026-07-08T02:20:51.045806", + "url": "/v1/laptops/lenovo-yoga-9-2-in-1-abhinavflac-392" +} diff --git a/site/public/v1/laptops/lenovo-yoga-9-abhinavflac-913/index.json b/site/public/v1/laptops/lenovo-yoga-9-abhinavflac-913/index.json new file mode 100644 index 000000000000..dd5b1f690d55 --- /dev/null +++ b/site/public/v1/laptops/lenovo-yoga-9-abhinavflac-913/index.json @@ -0,0 +1,42 @@ +{ + "id": 797, + "slug": "lenovo-yoga-9-abhinavflac-913", + "base_model_slug": "lenovo-yoga-9", + "name": "Lenovo Yoga 9 83AC001LIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 2169, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 913 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.042806", + "updated_at": "2026-07-08T02:20:51.042806", + "url": "/v1/laptops/lenovo-yoga-9-abhinavflac-913" +} diff --git a/site/public/v1/laptops/lenovo-yoga-book-9-abhinavflac-911/index.json b/site/public/v1/laptops/lenovo-yoga-book-9-abhinavflac-911/index.json new file mode 100644 index 000000000000..67a9ecbb54e1 --- /dev/null +++ b/site/public/v1/laptops/lenovo-yoga-book-9-abhinavflac-911/index.json @@ -0,0 +1,42 @@ +{ + "id": 798, + "slug": "lenovo-yoga-book-9-abhinavflac-911", + "base_model_slug": "lenovo-yoga-book-9", + "name": "Lenovo Yoga Book 9 83FF0034IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 2650, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 155U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 13.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 911 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.042806", + "updated_at": "2026-07-08T02:20:51.042806", + "url": "/v1/laptops/lenovo-yoga-book-9-abhinavflac-911" +} diff --git a/site/public/v1/laptops/lenovo-yoga-pro-7-abhinavflac-966/index.json b/site/public/v1/laptops/lenovo-yoga-pro-7-abhinavflac-966/index.json new file mode 100644 index 000000000000..582168461113 --- /dev/null +++ b/site/public/v1/laptops/lenovo-yoga-pro-7-abhinavflac-966/index.json @@ -0,0 +1,42 @@ +{ + "id": 799, + "slug": "lenovo-yoga-pro-7-abhinavflac-966", + "base_model_slug": "lenovo-yoga-pro-7", + "name": "Lenovo Yoga Pro 7 14IMH9 83E2005EIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1687, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 966 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.042806", + "updated_at": "2026-07-08T02:20:51.042806", + "url": "/v1/laptops/lenovo-yoga-pro-7-abhinavflac-966" +} diff --git a/site/public/v1/laptops/lenovo-yoga-pro-7-ai-abhinavflac-715/index.json b/site/public/v1/laptops/lenovo-yoga-pro-7-ai-abhinavflac-715/index.json new file mode 100644 index 000000000000..ede8902d21ba --- /dev/null +++ b/site/public/v1/laptops/lenovo-yoga-pro-7-ai-abhinavflac-715/index.json @@ -0,0 +1,42 @@ +{ + "id": 616, + "slug": "lenovo-yoga-pro-7-ai-abhinavflac-715", + "base_model_slug": "lenovo-yoga-pro-7-ai", + "name": "Lenovo Yoga Pro 7 83HN0027IN AI", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2019-01-01", + "msrp_usd": 1553, + "device_category": "Convertible", + "cpu_name": "AMD Ryzen Ai 9 365", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 715 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.027526", + "updated_at": "2026-07-08T02:20:51.027526", + "url": "/v1/laptops/lenovo-yoga-pro-7-ai-abhinavflac-715" +} diff --git a/site/public/v1/laptops/lenovo-yoga-pro-7-aura-abhinavflac-391/index.json b/site/public/v1/laptops/lenovo-yoga-pro-7-aura-abhinavflac-391/index.json new file mode 100644 index 000000000000..7d86b490121e --- /dev/null +++ b/site/public/v1/laptops/lenovo-yoga-pro-7-aura-abhinavflac-391/index.json @@ -0,0 +1,42 @@ +{ + "id": 836, + "slug": "lenovo-yoga-pro-7-aura-abhinavflac-391", + "base_model_slug": "lenovo-yoga-pro-7-aura", + "name": "Lenovo Yoga Pro 7 Aura Edition 83KF001LIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1626, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 9 285H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "3000x1876" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 391 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.045806", + "updated_at": "2026-07-08T02:20:51.045806", + "url": "/v1/laptops/lenovo-yoga-pro-7-aura-abhinavflac-391" +} diff --git a/site/public/v1/laptops/lenovo-yoga-pro-9-16imh9-abhinavflac-912/index.json b/site/public/v1/laptops/lenovo-yoga-pro-9-16imh9-abhinavflac-912/index.json new file mode 100644 index 000000000000..0932527a5ed1 --- /dev/null +++ b/site/public/v1/laptops/lenovo-yoga-pro-9-16imh9-abhinavflac-912/index.json @@ -0,0 +1,42 @@ +{ + "id": 800, + "slug": "lenovo-yoga-pro-9-16imh9-abhinavflac-912", + "base_model_slug": "lenovo-yoga-pro-9-16imh9", + "name": "Lenovo Yoga Pro 9 ‎16IMH9 83DN004VIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 2003, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 9 185H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "3200x2000" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 912 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.042806", + "updated_at": "2026-07-08T02:20:51.042806", + "url": "/v1/laptops/lenovo-yoga-pro-9-16imh9-abhinavflac-912" +} diff --git a/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-105/index.json b/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-105/index.json new file mode 100644 index 000000000000..2f081838e69b --- /dev/null +++ b/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-105/index.json @@ -0,0 +1,42 @@ +{ + "id": 801, + "slug": "lenovo-yoga-slim-7-abhinavflac-105", + "base_model_slug": "lenovo-yoga-slim-7", + "name": "Lenovo Yoga Slim 7 14IMH9 83CV00DFIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 988, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 105 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.042806", + "updated_at": "2026-07-08T02:20:51.042806", + "url": "/v1/laptops/lenovo-yoga-slim-7-abhinavflac-105" +} diff --git a/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-228/index.json b/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-228/index.json new file mode 100644 index 000000000000..c7deb6917acc --- /dev/null +++ b/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-228/index.json @@ -0,0 +1,42 @@ +{ + "id": 802, + "slug": "lenovo-yoga-slim-7-abhinavflac-228", + "base_model_slug": "lenovo-yoga-slim-7", + "name": "Lenovo Yoga Slim 7 14IMH9 83CV00D3IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1205, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 9 185H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 228 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.042806", + "updated_at": "2026-07-08T02:20:51.042806", + "url": "/v1/laptops/lenovo-yoga-slim-7-abhinavflac-228" +} diff --git a/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-323/index.json b/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-323/index.json new file mode 100644 index 000000000000..b3cdf030539d --- /dev/null +++ b/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-323/index.json @@ -0,0 +1,42 @@ +{ + "id": 803, + "slug": "lenovo-yoga-slim-7-abhinavflac-323", + "base_model_slug": "lenovo-yoga-slim-7", + "name": "Lenovo Yoga Slim 7 14IMH9 83CV00B3IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1385, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 9 185H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 323 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.042806", + "updated_at": "2026-07-08T02:20:51.042806", + "url": "/v1/laptops/lenovo-yoga-slim-7-abhinavflac-323" +} diff --git a/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-390/index.json b/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-390/index.json new file mode 100644 index 000000000000..a00fc0e5cec3 --- /dev/null +++ b/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-390/index.json @@ -0,0 +1,42 @@ +{ + "id": 804, + "slug": "lenovo-yoga-slim-7-abhinavflac-390", + "base_model_slug": "lenovo-yoga-slim-7", + "name": "Lenovo Yoga Slim 7 14IMH9 83CV0085IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 988, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 390 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.042806", + "updated_at": "2026-07-08T02:20:51.042806", + "url": "/v1/laptops/lenovo-yoga-slim-7-abhinavflac-390" +} diff --git a/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-423/index.json b/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-423/index.json new file mode 100644 index 000000000000..fd298ef5e9ca --- /dev/null +++ b/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-423/index.json @@ -0,0 +1,42 @@ +{ + "id": 805, + "slug": "lenovo-yoga-slim-7-abhinavflac-423", + "base_model_slug": "lenovo-yoga-slim-7", + "name": "Lenovo Yoga Slim 7 14IMH9 83CV008LIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1036, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 423 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.042806", + "updated_at": "2026-07-08T02:20:51.042806", + "url": "/v1/laptops/lenovo-yoga-slim-7-abhinavflac-423" +} diff --git a/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-437/index.json b/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-437/index.json new file mode 100644 index 000000000000..1a6cb863c709 --- /dev/null +++ b/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-437/index.json @@ -0,0 +1,42 @@ +{ + "id": 806, + "slug": "lenovo-yoga-slim-7-abhinavflac-437", + "base_model_slug": "lenovo-yoga-slim-7", + "name": "Lenovo Yoga Slim 7 14IMH9 83CV009XIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1132, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 437 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.043806", + "updated_at": "2026-07-08T02:20:51.043806", + "url": "/v1/laptops/lenovo-yoga-slim-7-abhinavflac-437" +} diff --git a/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-516/index.json b/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-516/index.json new file mode 100644 index 000000000000..749e911a30d5 --- /dev/null +++ b/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-516/index.json @@ -0,0 +1,42 @@ +{ + "id": 807, + "slug": "lenovo-yoga-slim-7-abhinavflac-516", + "base_model_slug": "lenovo-yoga-slim-7", + "name": "Lenovo Yoga Slim 7 14IMH9 83CV008YIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1012, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 516 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.043806", + "updated_at": "2026-07-08T02:20:51.043806", + "url": "/v1/laptops/lenovo-yoga-slim-7-abhinavflac-516" +} diff --git a/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-518/index.json b/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-518/index.json new file mode 100644 index 000000000000..52fe6c095223 --- /dev/null +++ b/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-518/index.json @@ -0,0 +1,42 @@ +{ + "id": 837, + "slug": "lenovo-yoga-slim-7-abhinavflac-518", + "base_model_slug": "lenovo-yoga-slim-7", + "name": "Lenovo Yoga Slim 7 14ILL10 83JX001LIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1361, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 5 228V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 518 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.045806", + "updated_at": "2026-07-08T02:20:51.045806", + "url": "/v1/laptops/lenovo-yoga-slim-7-abhinavflac-518" +} diff --git a/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-527/index.json b/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-527/index.json new file mode 100644 index 000000000000..e4236c73eba0 --- /dev/null +++ b/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-527/index.json @@ -0,0 +1,42 @@ +{ + "id": 617, + "slug": "lenovo-yoga-slim-7-abhinavflac-527", + "base_model_slug": "lenovo-yoga-slim-7", + "name": "Lenovo Yoga Slim 7 14AKP10 83JY000UIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2019-01-01", + "msrp_usd": 1373, + "device_category": "Convertible", + "cpu_name": "AMD Ryzen Ai 7 350", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 527 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.027526", + "updated_at": "2026-07-08T02:20:51.027526", + "url": "/v1/laptops/lenovo-yoga-slim-7-abhinavflac-527" +} diff --git a/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-63/index.json b/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-63/index.json new file mode 100644 index 000000000000..7d2809933695 --- /dev/null +++ b/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-63/index.json @@ -0,0 +1,42 @@ +{ + "id": 808, + "slug": "lenovo-yoga-slim-7-abhinavflac-63", + "base_model_slug": "lenovo-yoga-slim-7", + "name": "Lenovo Yoga Slim 7 14IMH9 83CV006BIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1048, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 63 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.043806", + "updated_at": "2026-07-08T02:20:51.043806", + "url": "/v1/laptops/lenovo-yoga-slim-7-abhinavflac-63" +} diff --git a/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-632/index.json b/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-632/index.json new file mode 100644 index 000000000000..b2f6bc2c6d61 --- /dev/null +++ b/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-632/index.json @@ -0,0 +1,42 @@ +{ + "id": 838, + "slug": "lenovo-yoga-slim-7-abhinavflac-632", + "base_model_slug": "lenovo-yoga-slim-7", + "name": "Lenovo Yoga Slim 7 14Q8X9 83ED0065IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1120, + "device_category": "Convertible", + "cpu_name": "Snapdragon Snapdragon X Plus X1P-64-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2944x1840" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 632 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.045806", + "updated_at": "2026-07-08T02:20:51.045806", + "url": "/v1/laptops/lenovo-yoga-slim-7-abhinavflac-632" +} diff --git a/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-71/index.json b/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-71/index.json new file mode 100644 index 000000000000..15b6cf08dc55 --- /dev/null +++ b/site/public/v1/laptops/lenovo-yoga-slim-7-abhinavflac-71/index.json @@ -0,0 +1,42 @@ +{ + "id": 618, + "slug": "lenovo-yoga-slim-7-abhinavflac-71", + "base_model_slug": "lenovo-yoga-slim-7", + "name": "Lenovo Yoga Slim 7 14AKP10 83JY0069IN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2019-01-01", + "msrp_usd": 1323, + "device_category": "Convertible", + "cpu_name": "AMD Ryzen Ai 7 350", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 71 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.027526", + "updated_at": "2026-07-08T02:20:51.027526", + "url": "/v1/laptops/lenovo-yoga-slim-7-abhinavflac-71" +} diff --git a/site/public/v1/laptops/lenovo-yoga-slim-7-aura-abhinavflac-472/index.json b/site/public/v1/laptops/lenovo-yoga-slim-7-aura-abhinavflac-472/index.json new file mode 100644 index 000000000000..3024cb47bdf0 --- /dev/null +++ b/site/public/v1/laptops/lenovo-yoga-slim-7-aura-abhinavflac-472/index.json @@ -0,0 +1,42 @@ +{ + "id": 839, + "slug": "lenovo-yoga-slim-7-aura-abhinavflac-472", + "base_model_slug": "lenovo-yoga-slim-7-aura", + "name": "Lenovo Yoga Slim 7 Aura Edition 83JX005FIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1235, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 5 226V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 472 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.045806", + "updated_at": "2026-07-08T02:20:51.045806", + "url": "/v1/laptops/lenovo-yoga-slim-7-aura-abhinavflac-472" +} diff --git a/site/public/v1/laptops/lenovo-yoga-slim-7-aura-abhinavflac-478/index.json b/site/public/v1/laptops/lenovo-yoga-slim-7-aura-abhinavflac-478/index.json new file mode 100644 index 000000000000..66fd853c7a73 --- /dev/null +++ b/site/public/v1/laptops/lenovo-yoga-slim-7-aura-abhinavflac-478/index.json @@ -0,0 +1,42 @@ +{ + "id": 840, + "slug": "lenovo-yoga-slim-7-aura-abhinavflac-478", + "base_model_slug": "lenovo-yoga-slim-7-aura", + "name": "Lenovo Yoga Slim 7 Aura Edition 83JX001LIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1361, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 5 228V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 478 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.045806", + "updated_at": "2026-07-08T02:20:51.045806", + "url": "/v1/laptops/lenovo-yoga-slim-7-aura-abhinavflac-478" +} diff --git a/site/public/v1/laptops/lenovo-yoga-slim-7-aura-abhinavflac-479/index.json b/site/public/v1/laptops/lenovo-yoga-slim-7-aura-abhinavflac-479/index.json new file mode 100644 index 000000000000..4e4de025ce45 --- /dev/null +++ b/site/public/v1/laptops/lenovo-yoga-slim-7-aura-abhinavflac-479/index.json @@ -0,0 +1,42 @@ +{ + "id": 841, + "slug": "lenovo-yoga-slim-7-aura-abhinavflac-479", + "base_model_slug": "lenovo-yoga-slim-7-aura", + "name": "Lenovo Yoga Slim 7 Aura Edition 83JX001MIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1626, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 258V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 479 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.045806", + "updated_at": "2026-07-08T02:20:51.045806", + "url": "/v1/laptops/lenovo-yoga-slim-7-aura-abhinavflac-479" +} diff --git a/site/public/v1/laptops/lenovo-yoga-slim-7i-aura-abhinavflac-729/index.json b/site/public/v1/laptops/lenovo-yoga-slim-7i-aura-abhinavflac-729/index.json new file mode 100644 index 000000000000..d4e4545f4898 --- /dev/null +++ b/site/public/v1/laptops/lenovo-yoga-slim-7i-aura-abhinavflac-729/index.json @@ -0,0 +1,42 @@ +{ + "id": 842, + "slug": "lenovo-yoga-slim-7i-aura-abhinavflac-729", + "base_model_slug": "lenovo-yoga-slim-7i-aura", + "name": "Lenovo Yoga Slim 7i Aura Edition (Intel Core Ultra 7 258V/ 32GB/ 1TB/ Win11)", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1780, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 258V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 729 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.045806", + "updated_at": "2026-07-08T02:20:51.045806", + "url": "/v1/laptops/lenovo-yoga-slim-7i-aura-abhinavflac-729" +} diff --git a/site/public/v1/laptops/lenovo-yoga-slim-7x-abhinavflac-862/index.json b/site/public/v1/laptops/lenovo-yoga-slim-7x-abhinavflac-862/index.json new file mode 100644 index 000000000000..f2d306f19d76 --- /dev/null +++ b/site/public/v1/laptops/lenovo-yoga-slim-7x-abhinavflac-862/index.json @@ -0,0 +1,42 @@ +{ + "id": 843, + "slug": "lenovo-yoga-slim-7x-abhinavflac-862", + "base_model_slug": "lenovo-yoga-slim-7x", + "name": "Lenovo Yoga Slim 7x 14Q8X9 83ED003BIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1687, + "device_category": "Convertible", + "cpu_name": "Snapdragon Snapdragon X Elite X1E-78-100", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2944x1840" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 862 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.045806", + "updated_at": "2026-07-08T02:20:51.045806", + "url": "/v1/laptops/lenovo-yoga-slim-7x-abhinavflac-862" +} diff --git a/site/public/v1/laptops/lenovo-yoga-slim-9-abhinavflac-288/index.json b/site/public/v1/laptops/lenovo-yoga-slim-9-abhinavflac-288/index.json new file mode 100644 index 000000000000..acfd9fa9077f --- /dev/null +++ b/site/public/v1/laptops/lenovo-yoga-slim-9-abhinavflac-288/index.json @@ -0,0 +1,42 @@ +{ + "id": 844, + "slug": "lenovo-yoga-slim-9-abhinavflac-288", + "base_model_slug": "lenovo-yoga-slim-9", + "name": "Lenovo Yoga Slim 9 14ILL10 83CX002LIN", + "brand": { + "id": 31, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2410, + "device_category": "Convertible", + "cpu_name": "Intel Core Ultra 7 258V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "3840x2400" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 288 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.045806", + "updated_at": "2026-07-08T02:20:51.045806", + "url": "/v1/laptops/lenovo-yoga-slim-9-abhinavflac-288" +} diff --git a/site/public/v1/laptops/microsoft-surface-laptop-7-13-8-abhinavflac-949/index.json b/site/public/v1/laptops/microsoft-surface-laptop-7-13-8-abhinavflac-949/index.json new file mode 100644 index 000000000000..20ef42e9aa4d --- /dev/null +++ b/site/public/v1/laptops/microsoft-surface-laptop-7-13-8-abhinavflac-949/index.json @@ -0,0 +1,42 @@ +{ + "id": 845, + "slug": "microsoft-surface-laptop-7-13-8-abhinavflac-949", + "base_model_slug": "microsoft-surface-laptop-7-13-8", + "name": "Microsoft Surface Laptop 7 13.8 ‎‎ZGQ-00023", + "brand": { + "id": 167, + "slug": "microsoft", + "name": "Microsoft", + "country": "US", + "url": "/v1/brands/microsoft" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2446, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Elite", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 13.0, + "resolution": "2304x1536" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 949 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.045806", + "updated_at": "2026-07-08T02:20:51.045806", + "url": "/v1/laptops/microsoft-surface-laptop-7-13-8-abhinavflac-949" +} diff --git a/site/public/v1/laptops/microsoft-surface-laptop-7-15-abhinavflac-945/index.json b/site/public/v1/laptops/microsoft-surface-laptop-7-15-abhinavflac-945/index.json new file mode 100644 index 000000000000..dd36bc406ca9 --- /dev/null +++ b/site/public/v1/laptops/microsoft-surface-laptop-7-15-abhinavflac-945/index.json @@ -0,0 +1,42 @@ +{ + "id": 846, + "slug": "microsoft-surface-laptop-7-15-abhinavflac-945", + "base_model_slug": "microsoft-surface-laptop-7-15", + "name": "Microsoft Surface Laptop 7 15 ‎ZHH-00048", + "brand": { + "id": 167, + "slug": "microsoft", + "name": "Microsoft", + "country": "US", + "url": "/v1/brands/microsoft" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1735, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Elite", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "2496x1664" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 945 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.045806", + "updated_at": "2026-07-08T02:20:51.045806", + "url": "/v1/laptops/microsoft-surface-laptop-7-15-abhinavflac-945" +} diff --git a/site/public/v1/laptops/microsoft-surface-laptop-7-15-abhinavflac-951/index.json b/site/public/v1/laptops/microsoft-surface-laptop-7-15-abhinavflac-951/index.json new file mode 100644 index 000000000000..973729f957b9 --- /dev/null +++ b/site/public/v1/laptops/microsoft-surface-laptop-7-15-abhinavflac-951/index.json @@ -0,0 +1,42 @@ +{ + "id": 847, + "slug": "microsoft-surface-laptop-7-15-abhinavflac-951", + "base_model_slug": "microsoft-surface-laptop-7-15", + "name": "Microsoft Surface Laptop 7 15 ‎‎ZYT-00048", + "brand": { + "id": 167, + "slug": "microsoft", + "name": "Microsoft", + "country": "US", + "url": "/v1/brands/microsoft" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1889, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Elite", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "2496x1664" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 951 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.045806", + "updated_at": "2026-07-08T02:20:51.045806", + "url": "/v1/laptops/microsoft-surface-laptop-7-15-abhinavflac-951" +} diff --git a/site/public/v1/laptops/microsoft-surface-laptop-7-15-abhinavflac-952/index.json b/site/public/v1/laptops/microsoft-surface-laptop-7-15-abhinavflac-952/index.json new file mode 100644 index 000000000000..b90d3b72ca45 --- /dev/null +++ b/site/public/v1/laptops/microsoft-surface-laptop-7-15-abhinavflac-952/index.json @@ -0,0 +1,42 @@ +{ + "id": 848, + "slug": "microsoft-surface-laptop-7-15-abhinavflac-952", + "base_model_slug": "microsoft-surface-laptop-7-15", + "name": "Microsoft Surface Laptop 7 15 ‎ZHG-00023", + "brand": { + "id": 167, + "slug": "microsoft", + "name": "Microsoft", + "country": "US", + "url": "/v1/brands/microsoft" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1614, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Elite", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 256, + "display": { + "size_inch": 15.0, + "resolution": "2496x1664" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 952 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.045806", + "updated_at": "2026-07-08T02:20:51.045806", + "url": "/v1/laptops/microsoft-surface-laptop-7-15-abhinavflac-952" +} diff --git a/site/public/v1/laptops/microsoft-surface-laptop-7-zgm-00023-abhinavflac-953/index.json b/site/public/v1/laptops/microsoft-surface-laptop-7-zgm-00023-abhinavflac-953/index.json new file mode 100644 index 000000000000..79f3c7c01236 --- /dev/null +++ b/site/public/v1/laptops/microsoft-surface-laptop-7-zgm-00023-abhinavflac-953/index.json @@ -0,0 +1,42 @@ +{ + "id": 849, + "slug": "microsoft-surface-laptop-7-zgm-00023-abhinavflac-953", + "base_model_slug": "microsoft-surface-laptop-7-zgm-00023", + "name": "Microsoft Surface Laptop 7 ‎ZGM-00023", + "brand": { + "id": 167, + "slug": "microsoft", + "name": "Microsoft", + "country": "US", + "url": "/v1/brands/microsoft" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1566, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Plus", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 13.0, + "resolution": "2304x1536" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 953 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.047177", + "updated_at": "2026-07-08T02:20:51.047177", + "url": "/v1/laptops/microsoft-surface-laptop-7-zgm-00023-abhinavflac-953" +} diff --git a/site/public/v1/laptops/microsoft-surface-laptop-7-zxx-00059-abhinavflac-950/index.json b/site/public/v1/laptops/microsoft-surface-laptop-7-zxx-00059-abhinavflac-950/index.json new file mode 100644 index 000000000000..fb0280c6d346 --- /dev/null +++ b/site/public/v1/laptops/microsoft-surface-laptop-7-zxx-00059-abhinavflac-950/index.json @@ -0,0 +1,42 @@ +{ + "id": 850, + "slug": "microsoft-surface-laptop-7-zxx-00059-abhinavflac-950", + "base_model_slug": "microsoft-surface-laptop-7-zxx-00059", + "name": "Microsoft Surface Laptop 7 ‎ZXX-00059", + "brand": { + "id": 167, + "slug": "microsoft", + "name": "Microsoft", + "country": "US", + "url": "/v1/brands/microsoft" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2060, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Elite", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 13.0, + "resolution": "2304x1536" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 950 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.047177", + "updated_at": "2026-07-08T02:20:51.047177", + "url": "/v1/laptops/microsoft-surface-laptop-7-zxx-00059-abhinavflac-950" +} diff --git a/site/public/v1/laptops/microsoft-surface-pro-11-2024-abhinavflac-947/index.json b/site/public/v1/laptops/microsoft-surface-pro-11-2024-abhinavflac-947/index.json new file mode 100644 index 000000000000..9f4d796dff95 --- /dev/null +++ b/site/public/v1/laptops/microsoft-surface-pro-11-2024-abhinavflac-947/index.json @@ -0,0 +1,42 @@ +{ + "id": 851, + "slug": "microsoft-surface-pro-11-2024-abhinavflac-947", + "base_model_slug": "microsoft-surface-pro-11-2024", + "name": "Microsoft Surface Pro 11 2024 ‎ZID-00014 Laptop", + "brand": { + "id": 167, + "slug": "microsoft", + "name": "Microsoft", + "country": "US", + "url": "/v1/brands/microsoft" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2700, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Elite", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 13.0, + "resolution": "2880x1920" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 947 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.047177", + "updated_at": "2026-07-08T02:20:51.047177", + "url": "/v1/laptops/microsoft-surface-pro-11-2024-abhinavflac-947" +} diff --git a/site/public/v1/laptops/microsoft-surface-pro-11-2024-abhinavflac-948/index.json b/site/public/v1/laptops/microsoft-surface-pro-11-2024-abhinavflac-948/index.json new file mode 100644 index 000000000000..ea6f8f614502 --- /dev/null +++ b/site/public/v1/laptops/microsoft-surface-pro-11-2024-abhinavflac-948/index.json @@ -0,0 +1,42 @@ +{ + "id": 852, + "slug": "microsoft-surface-pro-11-2024-abhinavflac-948", + "base_model_slug": "microsoft-surface-pro-11-2024", + "name": "Microsoft Surface Pro 11 2024 ‎ZHY-00032 Laptop", + "brand": { + "id": 167, + "slug": "microsoft", + "name": "Microsoft", + "country": "US", + "url": "/v1/brands/microsoft" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1530, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Plus", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 13.0, + "resolution": "2880x1920" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 948 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.047177", + "updated_at": "2026-07-08T02:20:51.047177", + "url": "/v1/laptops/microsoft-surface-pro-11-2024-abhinavflac-948" +} diff --git a/site/public/v1/laptops/microsoft-surface-pro-11-zib-00031-abhinavflac-946/index.json b/site/public/v1/laptops/microsoft-surface-pro-11-zib-00031-abhinavflac-946/index.json new file mode 100644 index 000000000000..790ee6ce656f --- /dev/null +++ b/site/public/v1/laptops/microsoft-surface-pro-11-zib-00031-abhinavflac-946/index.json @@ -0,0 +1,42 @@ +{ + "id": 853, + "slug": "microsoft-surface-pro-11-zib-00031-abhinavflac-946", + "base_model_slug": "microsoft-surface-pro-11-zib-00031", + "name": "Microsoft Surface Pro 11 ‎ZIB-00031 Laptop", + "brand": { + "id": 167, + "slug": "microsoft", + "name": "Microsoft", + "country": "US", + "url": "/v1/brands/microsoft" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2098, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Elite", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 13.0, + "resolution": "2880x1920" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 946 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.047177", + "updated_at": "2026-07-08T02:20:51.047177", + "url": "/v1/laptops/microsoft-surface-pro-11-zib-00031-abhinavflac-946" +} diff --git a/site/public/v1/laptops/microsoft-surface-pro-12-ep2-27654-abhinavflac-58/index.json b/site/public/v1/laptops/microsoft-surface-pro-12-ep2-27654-abhinavflac-58/index.json new file mode 100644 index 000000000000..6ffd08fb7734 --- /dev/null +++ b/site/public/v1/laptops/microsoft-surface-pro-12-ep2-27654-abhinavflac-58/index.json @@ -0,0 +1,42 @@ +{ + "id": 854, + "slug": "microsoft-surface-pro-12-ep2-27654-abhinavflac-58", + "base_model_slug": "microsoft-surface-pro-12-ep2-27654", + "name": "Microsoft Surface Pro 12 EP2-27654", + "brand": { + "id": 167, + "slug": "microsoft", + "name": "Microsoft", + "country": "US", + "url": "/v1/brands/microsoft" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1072, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Plus", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 256, + "display": { + "size_inch": 12.0, + "resolution": "2196x1464" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 58 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.047177", + "updated_at": "2026-07-08T02:20:51.047177", + "url": "/v1/laptops/microsoft-surface-pro-12-ep2-27654-abhinavflac-58" +} diff --git a/site/public/v1/laptops/microsoft-surface-pro-12-ep2-27670-abhinavflac-59/index.json b/site/public/v1/laptops/microsoft-surface-pro-12-ep2-27670-abhinavflac-59/index.json new file mode 100644 index 000000000000..275212c2af27 --- /dev/null +++ b/site/public/v1/laptops/microsoft-surface-pro-12-ep2-27670-abhinavflac-59/index.json @@ -0,0 +1,42 @@ +{ + "id": 855, + "slug": "microsoft-surface-pro-12-ep2-27670-abhinavflac-59", + "base_model_slug": "microsoft-surface-pro-12-ep2-27670", + "name": "Microsoft Surface Pro 12 EP2-27670", + "brand": { + "id": 167, + "slug": "microsoft", + "name": "Microsoft", + "country": "US", + "url": "/v1/brands/microsoft" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1181, + "device_category": "Thin & Light", + "cpu_name": "Snapdragon Snapdragon X Plus", + "gpu_name": "Qualcomm Adreno Adreno GPU", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 12.0, + "resolution": "2196x1464" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 59 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.047177", + "updated_at": "2026-07-08T02:20:51.047177", + "url": "/v1/laptops/microsoft-surface-pro-12-ep2-27670-abhinavflac-59" +} diff --git a/site/public/v1/laptops/motorola-motobook-60-abhinavflac-545/index.json b/site/public/v1/laptops/motorola-motobook-60-abhinavflac-545/index.json new file mode 100644 index 000000000000..808e5e433b51 --- /dev/null +++ b/site/public/v1/laptops/motorola-motobook-60-abhinavflac-545/index.json @@ -0,0 +1,42 @@ +{ + "id": 856, + "slug": "motorola-motobook-60-abhinavflac-545", + "base_model_slug": "motorola-motobook-60", + "name": "Motorola Motobook 60 83J7000DIN", + "brand": { + "id": 169, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 807, + "device_category": "General", + "cpu_name": "Intel Core 7 240H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1880" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 545 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.047177", + "updated_at": "2026-07-08T02:20:51.047177", + "url": "/v1/laptops/motorola-motobook-60-abhinavflac-545" +} diff --git a/site/public/v1/laptops/motorola-motobook-60-abhinavflac-546/index.json b/site/public/v1/laptops/motorola-motobook-60-abhinavflac-546/index.json new file mode 100644 index 000000000000..2f92fd4ffbaa --- /dev/null +++ b/site/public/v1/laptops/motorola-motobook-60-abhinavflac-546/index.json @@ -0,0 +1,42 @@ +{ + "id": 857, + "slug": "motorola-motobook-60-abhinavflac-546", + "base_model_slug": "motorola-motobook-60", + "name": "Motorola Motobook 60 83J70008IN", + "brand": { + "id": 169, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 783, + "device_category": "General", + "cpu_name": "Intel Core 7 240H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "2880x1880" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 546 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.047177", + "updated_at": "2026-07-08T02:20:51.047177", + "url": "/v1/laptops/motorola-motobook-60-abhinavflac-546" +} diff --git a/site/public/v1/laptops/motorola-motobook-60-abhinavflac-559/index.json b/site/public/v1/laptops/motorola-motobook-60-abhinavflac-559/index.json new file mode 100644 index 000000000000..cf2cd7c4ee19 --- /dev/null +++ b/site/public/v1/laptops/motorola-motobook-60-abhinavflac-559/index.json @@ -0,0 +1,42 @@ +{ + "id": 858, + "slug": "motorola-motobook-60-abhinavflac-559", + "base_model_slug": "motorola-motobook-60", + "name": "Motorola Motobook 60", + "brand": { + "id": 169, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 663, + "device_category": "General", + "cpu_name": "Intel Core 5 210H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "2880x1880" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 559 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.047177", + "updated_at": "2026-07-08T02:20:51.047177", + "url": "/v1/laptops/motorola-motobook-60-abhinavflac-559" +} diff --git a/site/public/v1/laptops/motorola-motobook-60-pro-abhinavflac-143/index.json b/site/public/v1/laptops/motorola-motobook-60-pro-abhinavflac-143/index.json new file mode 100644 index 000000000000..f59ea7e4473d --- /dev/null +++ b/site/public/v1/laptops/motorola-motobook-60-pro-abhinavflac-143/index.json @@ -0,0 +1,42 @@ +{ + "id": 859, + "slug": "motorola-motobook-60-pro-abhinavflac-143", + "base_model_slug": "motorola-motobook-60-pro", + "name": "Motorola Motobook 60 Pro 14IAH101 83NY000BIN", + "brand": { + "id": 169, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1024, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 255H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1880" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 143 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.047177", + "updated_at": "2026-07-08T02:20:51.047177", + "url": "/v1/laptops/motorola-motobook-60-pro-abhinavflac-143" +} diff --git a/site/public/v1/laptops/motorola-motobook-60-pro-abhinavflac-144/index.json b/site/public/v1/laptops/motorola-motobook-60-pro-abhinavflac-144/index.json new file mode 100644 index 000000000000..280020cb3533 --- /dev/null +++ b/site/public/v1/laptops/motorola-motobook-60-pro-abhinavflac-144/index.json @@ -0,0 +1,42 @@ +{ + "id": 860, + "slug": "motorola-motobook-60-pro-abhinavflac-144", + "base_model_slug": "motorola-motobook-60-pro", + "name": "Motorola Motobook 60 Pro 83NY000AIN", + "brand": { + "id": 169, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 783, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 225H", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1880" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 144 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.047177", + "updated_at": "2026-07-08T02:20:51.047177", + "url": "/v1/laptops/motorola-motobook-60-pro-abhinavflac-144" +} diff --git a/site/public/v1/laptops/msi-creator-z17-hx-studio-abhinavflac-858/index.json b/site/public/v1/laptops/msi-creator-z17-hx-studio-abhinavflac-858/index.json new file mode 100644 index 000000000000..602832792a77 --- /dev/null +++ b/site/public/v1/laptops/msi-creator-z17-hx-studio-abhinavflac-858/index.json @@ -0,0 +1,42 @@ +{ + "id": 880, + "slug": "msi-creator-z17-hx-studio-abhinavflac-858", + "base_model_slug": "msi-creator-z17-hx-studio", + "name": "MSI Creator Z17 HX Studio A14VGT-405IN Creator", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 3614, + "device_category": "General", + "cpu_name": "Intel Core I7 14700HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4070", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 2048, + "display": { + "size_inch": 17.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 858 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.049182", + "updated_at": "2026-07-08T02:20:51.049182", + "url": "/v1/laptops/msi-creator-z17-hx-studio-abhinavflac-858" +} diff --git a/site/public/v1/laptops/msi-crosshair-16-hx-ai-abhinavflac-308/index.json b/site/public/v1/laptops/msi-crosshair-16-hx-ai-abhinavflac-308/index.json new file mode 100644 index 000000000000..268f89aade4d --- /dev/null +++ b/site/public/v1/laptops/msi-crosshair-16-hx-ai-abhinavflac-308/index.json @@ -0,0 +1,42 @@ +{ + "id": 928, + "slug": "msi-crosshair-16-hx-ai-abhinavflac-308", + "base_model_slug": "msi-crosshair-16-hx-ai", + "name": "MSI Crosshair 16 HX AI D2XWFKG Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1988, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 308 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.053182", + "updated_at": "2026-07-08T02:20:51.053182", + "url": "/v1/laptops/msi-crosshair-16-hx-ai-abhinavflac-308" +} diff --git a/site/public/v1/laptops/msi-crosshair-16-hx-ai-abhinavflac-336/index.json b/site/public/v1/laptops/msi-crosshair-16-hx-ai-abhinavflac-336/index.json new file mode 100644 index 000000000000..a088b9ba0923 --- /dev/null +++ b/site/public/v1/laptops/msi-crosshair-16-hx-ai-abhinavflac-336/index.json @@ -0,0 +1,42 @@ +{ + "id": 929, + "slug": "msi-crosshair-16-hx-ai-abhinavflac-336", + "base_model_slug": "msi-crosshair-16-hx-ai", + "name": "MSI Crosshair 16 HX AI D2XWFKG-068IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1928, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 7 255HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 336 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.053182", + "updated_at": "2026-07-08T02:20:51.053182", + "url": "/v1/laptops/msi-crosshair-16-hx-ai-abhinavflac-336" +} diff --git a/site/public/v1/laptops/msi-crosshair-16-hx-ai-abhinavflac-339/index.json b/site/public/v1/laptops/msi-crosshair-16-hx-ai-abhinavflac-339/index.json new file mode 100644 index 000000000000..5b291accb136 --- /dev/null +++ b/site/public/v1/laptops/msi-crosshair-16-hx-ai-abhinavflac-339/index.json @@ -0,0 +1,42 @@ +{ + "id": 930, + "slug": "msi-crosshair-16-hx-ai-abhinavflac-339", + "base_model_slug": "msi-crosshair-16-hx-ai", + "name": "MSI Crosshair 16 HX AI D2XWGKG-065IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2410, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 339 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.053182", + "updated_at": "2026-07-08T02:20:51.053182", + "url": "/v1/laptops/msi-crosshair-16-hx-ai-abhinavflac-339" +} diff --git a/site/public/v1/laptops/msi-crosshair-16-hx-d14vfkg-452in-abhinavflac-832/index.json b/site/public/v1/laptops/msi-crosshair-16-hx-d14vfkg-452in-abhinavflac-832/index.json new file mode 100644 index 000000000000..316713506e0a --- /dev/null +++ b/site/public/v1/laptops/msi-crosshair-16-hx-d14vfkg-452in-abhinavflac-832/index.json @@ -0,0 +1,42 @@ +{ + "id": 881, + "slug": "msi-crosshair-16-hx-d14vfkg-452in-abhinavflac-832", + "base_model_slug": "msi-crosshair-16-hx-d14vfkg-452in", + "name": "MSI Crosshair 16 HX D14VFKG-452IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1627, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4060", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1440" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 832 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.049182", + "updated_at": "2026-07-08T02:20:51.049182", + "url": "/v1/laptops/msi-crosshair-16-hx-d14vfkg-452in-abhinavflac-832" +} diff --git a/site/public/v1/laptops/msi-crosshair-17-hx-ai-abhinavflac-248/index.json b/site/public/v1/laptops/msi-crosshair-17-hx-ai-abhinavflac-248/index.json new file mode 100644 index 000000000000..27de8053e094 --- /dev/null +++ b/site/public/v1/laptops/msi-crosshair-17-hx-ai-abhinavflac-248/index.json @@ -0,0 +1,42 @@ +{ + "id": 931, + "slug": "msi-crosshair-17-hx-ai-abhinavflac-248", + "base_model_slug": "msi-crosshair-17-hx-ai", + "name": "MSI Crosshair 17 HX AI D2XWGKG-031IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2530, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 17.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 248 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.053182", + "updated_at": "2026-07-08T02:20:51.053182", + "url": "/v1/laptops/msi-crosshair-17-hx-ai-abhinavflac-248" +} diff --git a/site/public/v1/laptops/msi-crosshair-a16-d8wfkg-036in-gaming-abhinavflac-269/index.json b/site/public/v1/laptops/msi-crosshair-a16-d8wfkg-036in-gaming-abhinavflac-269/index.json new file mode 100644 index 000000000000..b8f7a65d874f --- /dev/null +++ b/site/public/v1/laptops/msi-crosshair-a16-d8wfkg-036in-gaming-abhinavflac-269/index.json @@ -0,0 +1,42 @@ +{ + "id": 932, + "slug": "msi-crosshair-a16-d8wfkg-036in-gaming-abhinavflac-269", + "base_model_slug": "msi-crosshair-a16-d8wfkg-036in-gaming", + "name": "MSI Crosshair A16 D8WFKG-036IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1807, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 8840HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 269 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.053182", + "updated_at": "2026-07-08T02:20:51.053182", + "url": "/v1/laptops/msi-crosshair-a16-d8wfkg-036in-gaming-abhinavflac-269" +} diff --git a/site/public/v1/laptops/msi-crosshair-a16-hx-d8wfkg-035in-abhinavflac-309/index.json b/site/public/v1/laptops/msi-crosshair-a16-hx-d8wfkg-035in-abhinavflac-309/index.json new file mode 100644 index 000000000000..f6be40a55805 --- /dev/null +++ b/site/public/v1/laptops/msi-crosshair-a16-hx-d8wfkg-035in-abhinavflac-309/index.json @@ -0,0 +1,42 @@ +{ + "id": 933, + "slug": "msi-crosshair-a16-hx-d8wfkg-035in-abhinavflac-309", + "base_model_slug": "msi-crosshair-a16-hx-d8wfkg-035in", + "name": "MSI Crosshair A16 HX D8WFKG-035IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1928, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 9 8940HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 309 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.053182", + "updated_at": "2026-07-08T02:20:51.053182", + "url": "/v1/laptops/msi-crosshair-a16-hx-d8wfkg-035in-abhinavflac-309" +} diff --git a/site/public/v1/laptops/msi-crosshair-a16-hx-d8wgkg-046in-abhinavflac-292/index.json b/site/public/v1/laptops/msi-crosshair-a16-hx-d8wgkg-046in-abhinavflac-292/index.json new file mode 100644 index 000000000000..2f0339bcadab --- /dev/null +++ b/site/public/v1/laptops/msi-crosshair-a16-hx-d8wgkg-046in-abhinavflac-292/index.json @@ -0,0 +1,42 @@ +{ + "id": 934, + "slug": "msi-crosshair-a16-hx-d8wgkg-046in-abhinavflac-292", + "base_model_slug": "msi-crosshair-a16-hx-d8wgkg-046in", + "name": "MSI Crosshair A16 HX D8WGKG-046IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2385, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 9 8940HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 292 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.053182", + "updated_at": "2026-07-08T02:20:51.053182", + "url": "/v1/laptops/msi-crosshair-a16-hx-d8wgkg-046in-abhinavflac-292" +} diff --git a/site/public/v1/laptops/msi-cyborg-15-a12ucx-1469in-gaming-abhinavflac-597/index.json b/site/public/v1/laptops/msi-cyborg-15-a12ucx-1469in-gaming-abhinavflac-597/index.json new file mode 100644 index 000000000000..007d0581bea2 --- /dev/null +++ b/site/public/v1/laptops/msi-cyborg-15-a12ucx-1469in-gaming-abhinavflac-597/index.json @@ -0,0 +1,42 @@ +{ + "id": 865, + "slug": "msi-cyborg-15-a12ucx-1469in-gaming-abhinavflac-597", + "base_model_slug": "msi-cyborg-15-a12ucx-1469in-gaming", + "name": "MSI Cyborg 15 A12UCX-1469IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 759, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 12450H", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 597 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.048182", + "updated_at": "2026-07-08T02:20:51.048182", + "url": "/v1/laptops/msi-cyborg-15-a12ucx-1469in-gaming-abhinavflac-597" +} diff --git a/site/public/v1/laptops/msi-cyborg-15-b2rwekg-217in-gaming-abhinavflac-109/index.json b/site/public/v1/laptops/msi-cyborg-15-b2rwekg-217in-gaming-abhinavflac-109/index.json new file mode 100644 index 000000000000..6eba20bddded --- /dev/null +++ b/site/public/v1/laptops/msi-cyborg-15-b2rwekg-217in-gaming-abhinavflac-109/index.json @@ -0,0 +1,42 @@ +{ + "id": 935, + "slug": "msi-cyborg-15-b2rwekg-217in-gaming-abhinavflac-109", + "base_model_slug": "msi-cyborg-15-b2rwekg-217in-gaming", + "name": "MSI Cyborg 15 B2RWEKG-217IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1157, + "device_category": "Gaming", + "cpu_name": "Intel 210H 210H", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 109 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.053182", + "updated_at": "2026-07-08T02:20:51.053182", + "url": "/v1/laptops/msi-cyborg-15-b2rwekg-217in-gaming-abhinavflac-109" +} diff --git a/site/public/v1/laptops/msi-cyborg-15-b2rwfkg-215in-gaming-abhinavflac-85/index.json b/site/public/v1/laptops/msi-cyborg-15-b2rwfkg-215in-gaming-abhinavflac-85/index.json new file mode 100644 index 000000000000..4f9953617d88 --- /dev/null +++ b/site/public/v1/laptops/msi-cyborg-15-b2rwfkg-215in-gaming-abhinavflac-85/index.json @@ -0,0 +1,42 @@ +{ + "id": 936, + "slug": "msi-cyborg-15-b2rwfkg-215in-gaming-abhinavflac-85", + "base_model_slug": "msi-cyborg-15-b2rwfkg-215in-gaming", + "name": "MSI Cyborg 15 B2RWFKG-215IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1482, + "device_category": "Gaming", + "cpu_name": "Intel Core 7 240H", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 85 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.053182", + "updated_at": "2026-07-08T02:20:51.053182", + "url": "/v1/laptops/msi-cyborg-15-b2rwfkg-215in-gaming-abhinavflac-85" +} diff --git a/site/public/v1/laptops/msi-katana-15-b13vek-2220in-gaming-abhinavflac-571/index.json b/site/public/v1/laptops/msi-katana-15-b13vek-2220in-gaming-abhinavflac-571/index.json new file mode 100644 index 000000000000..c9a1a28833ac --- /dev/null +++ b/site/public/v1/laptops/msi-katana-15-b13vek-2220in-gaming-abhinavflac-571/index.json @@ -0,0 +1,42 @@ +{ + "id": 882, + "slug": "msi-katana-15-b13vek-2220in-gaming-abhinavflac-571", + "base_model_slug": "msi-katana-15-b13vek-2220in-gaming", + "name": "MSI Katana 15 B13VEK-2220IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1241, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13700H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 571 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.049182", + "updated_at": "2026-07-08T02:20:51.049182", + "url": "/v1/laptops/msi-katana-15-b13vek-2220in-gaming-abhinavflac-571" +} diff --git a/site/public/v1/laptops/msi-katana-15-b13vek-2432in-gaming-abhinavflac-75/index.json b/site/public/v1/laptops/msi-katana-15-b13vek-2432in-gaming-abhinavflac-75/index.json new file mode 100644 index 000000000000..4dc9e8af6286 --- /dev/null +++ b/site/public/v1/laptops/msi-katana-15-b13vek-2432in-gaming-abhinavflac-75/index.json @@ -0,0 +1,42 @@ +{ + "id": 883, + "slug": "msi-katana-15-b13vek-2432in-gaming-abhinavflac-75", + "base_model_slug": "msi-katana-15-b13vek-2432in-gaming", + "name": "MSI Katana 15 B13VEK-2432IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1096, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 75 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.049182", + "updated_at": "2026-07-08T02:20:51.049182", + "url": "/v1/laptops/msi-katana-15-b13vek-2432in-gaming-abhinavflac-75" +} diff --git a/site/public/v1/laptops/msi-katana-15-b14wfk-102in-gaming-abhinavflac-26/index.json b/site/public/v1/laptops/msi-katana-15-b14wfk-102in-gaming-abhinavflac-26/index.json new file mode 100644 index 000000000000..8d1df2bda084 --- /dev/null +++ b/site/public/v1/laptops/msi-katana-15-b14wfk-102in-gaming-abhinavflac-26/index.json @@ -0,0 +1,42 @@ +{ + "id": 884, + "slug": "msi-katana-15-b14wfk-102in-gaming-abhinavflac-26", + "base_model_slug": "msi-katana-15-b14wfk-102in-gaming", + "name": "MSI Katana 15 B14WFK-102IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1626, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "2560x1440" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 26 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.049182", + "updated_at": "2026-07-08T02:20:51.049182", + "url": "/v1/laptops/msi-katana-15-b14wfk-102in-gaming-abhinavflac-26" +} diff --git a/site/public/v1/laptops/msi-katana-15-b2rvek-2427in-gaming-abhinavflac-274/index.json b/site/public/v1/laptops/msi-katana-15-b2rvek-2427in-gaming-abhinavflac-274/index.json new file mode 100644 index 000000000000..2178b2b0e563 --- /dev/null +++ b/site/public/v1/laptops/msi-katana-15-b2rvek-2427in-gaming-abhinavflac-274/index.json @@ -0,0 +1,42 @@ +{ + "id": 937, + "slug": "msi-katana-15-b2rvek-2427in-gaming-abhinavflac-274", + "base_model_slug": "msi-katana-15-b2rvek-2427in-gaming", + "name": "MSI Katana 15 B2RVEK-2427IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1241, + "device_category": "Gaming", + "cpu_name": "Intel Core 7 240H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 274 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.053182", + "updated_at": "2026-07-08T02:20:51.053182", + "url": "/v1/laptops/msi-katana-15-b2rvek-2427in-gaming-abhinavflac-274" +} diff --git a/site/public/v1/laptops/msi-katana-15-gaming-abhinavflac-303/index.json b/site/public/v1/laptops/msi-katana-15-gaming-abhinavflac-303/index.json new file mode 100644 index 000000000000..e944b90c610f --- /dev/null +++ b/site/public/v1/laptops/msi-katana-15-gaming-abhinavflac-303/index.json @@ -0,0 +1,42 @@ +{ + "id": 885, + "slug": "msi-katana-15-gaming-abhinavflac-303", + "base_model_slug": "msi-katana-15-gaming", + "name": "MSI Katana 15 B13UDXK Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 940, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 303 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.049182", + "updated_at": "2026-07-08T02:20:51.049182", + "url": "/v1/laptops/msi-katana-15-gaming-abhinavflac-303" +} diff --git a/site/public/v1/laptops/msi-katana-15-hx-b14wek-266in-abhinavflac-260/index.json b/site/public/v1/laptops/msi-katana-15-hx-b14wek-266in-abhinavflac-260/index.json new file mode 100644 index 000000000000..09a730f52434 --- /dev/null +++ b/site/public/v1/laptops/msi-katana-15-hx-b14wek-266in-abhinavflac-260/index.json @@ -0,0 +1,42 @@ +{ + "id": 886, + "slug": "msi-katana-15-hx-b14wek-266in-abhinavflac-260", + "base_model_slug": "msi-katana-15-hx-b14wek-266in", + "name": "MSI Katana 15 HX B14WEK-266IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1385, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 260 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.049182", + "updated_at": "2026-07-08T02:20:51.049182", + "url": "/v1/laptops/msi-katana-15-hx-b14wek-266in-abhinavflac-260" +} diff --git a/site/public/v1/laptops/msi-katana-15-hx-b14wek-438in-abhinavflac-342/index.json b/site/public/v1/laptops/msi-katana-15-hx-b14wek-438in-abhinavflac-342/index.json new file mode 100644 index 000000000000..9f093e01e329 --- /dev/null +++ b/site/public/v1/laptops/msi-katana-15-hx-b14wek-438in-abhinavflac-342/index.json @@ -0,0 +1,42 @@ +{ + "id": 887, + "slug": "msi-katana-15-hx-b14wek-438in-abhinavflac-342", + "base_model_slug": "msi-katana-15-hx-b14wek-438in", + "name": "MSI Katana 15 HX B14WEK-438IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1241, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 14450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 342 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.049182", + "updated_at": "2026-07-08T02:20:51.049182", + "url": "/v1/laptops/msi-katana-15-hx-b14wek-438in-abhinavflac-342" +} diff --git a/site/public/v1/laptops/msi-katana-15-hx-b14wek-642in-abhinavflac-215/index.json b/site/public/v1/laptops/msi-katana-15-hx-b14wek-642in-abhinavflac-215/index.json new file mode 100644 index 000000000000..42e38e16828f --- /dev/null +++ b/site/public/v1/laptops/msi-katana-15-hx-b14wek-642in-abhinavflac-215/index.json @@ -0,0 +1,42 @@ +{ + "id": 888, + "slug": "msi-katana-15-hx-b14wek-642in-abhinavflac-215", + "base_model_slug": "msi-katana-15-hx-b14wek-642in", + "name": "MSI Katana 15 HX B14WEK-642IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1385, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 14450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 215 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.049182", + "updated_at": "2026-07-08T02:20:51.049182", + "url": "/v1/laptops/msi-katana-15-hx-b14wek-642in-abhinavflac-215" +} diff --git a/site/public/v1/laptops/msi-katana-15-hx-b14wfk-261in-abhinavflac-127/index.json b/site/public/v1/laptops/msi-katana-15-hx-b14wfk-261in-abhinavflac-127/index.json new file mode 100644 index 000000000000..b6a9b46457ec --- /dev/null +++ b/site/public/v1/laptops/msi-katana-15-hx-b14wfk-261in-abhinavflac-127/index.json @@ -0,0 +1,42 @@ +{ + "id": 889, + "slug": "msi-katana-15-hx-b14wfk-261in-abhinavflac-127", + "base_model_slug": "msi-katana-15-hx-b14wfk-261in", + "name": "MSI Katana 15 HX B14WFK-261IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1699, + "device_category": "Gaming", + "cpu_name": "Intel Core I9 14900HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "2560x1440" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 127 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.050182", + "updated_at": "2026-07-08T02:20:51.050182", + "url": "/v1/laptops/msi-katana-15-hx-b14wfk-261in-abhinavflac-127" +} diff --git a/site/public/v1/laptops/msi-katana-15-hx-b14wfk-262in-abhinavflac-261/index.json b/site/public/v1/laptops/msi-katana-15-hx-b14wfk-262in-abhinavflac-261/index.json new file mode 100644 index 000000000000..611eaf98c85a --- /dev/null +++ b/site/public/v1/laptops/msi-katana-15-hx-b14wfk-262in-abhinavflac-261/index.json @@ -0,0 +1,42 @@ +{ + "id": 890, + "slug": "msi-katana-15-hx-b14wfk-262in-abhinavflac-261", + "base_model_slug": "msi-katana-15-hx-b14wfk-262in", + "name": "MSI Katana 15 HX B14WFK-262IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1626, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "2560x1440" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 261 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.050182", + "updated_at": "2026-07-08T02:20:51.050182", + "url": "/v1/laptops/msi-katana-15-hx-b14wfk-262in-abhinavflac-261" +} diff --git a/site/public/v1/laptops/msi-katana-15-hx-b14wfk-641in-abhinavflac-216/index.json b/site/public/v1/laptops/msi-katana-15-hx-b14wfk-641in-abhinavflac-216/index.json new file mode 100644 index 000000000000..d9f7b6f2f17d --- /dev/null +++ b/site/public/v1/laptops/msi-katana-15-hx-b14wfk-641in-abhinavflac-216/index.json @@ -0,0 +1,42 @@ +{ + "id": 891, + "slug": "msi-katana-15-hx-b14wfk-641in-abhinavflac-216", + "base_model_slug": "msi-katana-15-hx-b14wfk-641in", + "name": "MSI Katana 15 HX B14WFK-641IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1626, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 14450HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5060", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 216 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.050182", + "updated_at": "2026-07-08T02:20:51.050182", + "url": "/v1/laptops/msi-katana-15-hx-b14wfk-641in-abhinavflac-216" +} diff --git a/site/public/v1/laptops/msi-katana-15-hx-b14wgk-256in-abhinavflac-263/index.json b/site/public/v1/laptops/msi-katana-15-hx-b14wgk-256in-abhinavflac-263/index.json new file mode 100644 index 000000000000..a600294562ee --- /dev/null +++ b/site/public/v1/laptops/msi-katana-15-hx-b14wgk-256in-abhinavflac-263/index.json @@ -0,0 +1,42 @@ +{ + "id": 892, + "slug": "msi-katana-15-hx-b14wgk-256in-abhinavflac-263", + "base_model_slug": "msi-katana-15-hx-b14wgk-256in", + "name": "MSI Katana 15 HX B14WGK-256IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1928, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 14650HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "2560x1440" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 263 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.050182", + "updated_at": "2026-07-08T02:20:51.050182", + "url": "/v1/laptops/msi-katana-15-hx-b14wgk-256in-abhinavflac-263" +} diff --git a/site/public/v1/laptops/msi-katana-17-hx-b14wgk-085in-abhinavflac-335/index.json b/site/public/v1/laptops/msi-katana-17-hx-b14wgk-085in-abhinavflac-335/index.json new file mode 100644 index 000000000000..99655eeed06d --- /dev/null +++ b/site/public/v1/laptops/msi-katana-17-hx-b14wgk-085in-abhinavflac-335/index.json @@ -0,0 +1,42 @@ +{ + "id": 893, + "slug": "msi-katana-17-hx-b14wgk-085in-abhinavflac-335", + "base_model_slug": "msi-katana-17-hx-b14wgk-085in", + "name": "MSI Katana 17 HX B14WGK-085IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 2144, + "device_category": "Gaming", + "cpu_name": "Intel Core I9 14900HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 17.0, + "resolution": "2560x1440" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 335 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.050182", + "updated_at": "2026-07-08T02:20:51.050182", + "url": "/v1/laptops/msi-katana-17-hx-b14wgk-085in-abhinavflac-335" +} diff --git a/site/public/v1/laptops/msi-katana-a15-ai-b8ve-481in-abhinavflac-596/index.json b/site/public/v1/laptops/msi-katana-a15-ai-b8ve-481in-abhinavflac-596/index.json new file mode 100644 index 000000000000..3c0001885372 --- /dev/null +++ b/site/public/v1/laptops/msi-katana-a15-ai-b8ve-481in-abhinavflac-596/index.json @@ -0,0 +1,42 @@ +{ + "id": 938, + "slug": "msi-katana-a15-ai-b8ve-481in-abhinavflac-596", + "base_model_slug": "msi-katana-a15-ai-b8ve-481in", + "name": "MSI Katana A15 AI B8VE-481IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 987, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 8840H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 596 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.053182", + "updated_at": "2026-07-08T02:20:51.054182", + "url": "/v1/laptops/msi-katana-a15-ai-b8ve-481in-abhinavflac-596" +} diff --git a/site/public/v1/laptops/msi-katana-a17-ai-b8ve-884in-abhinavflac-973/index.json b/site/public/v1/laptops/msi-katana-a17-ai-b8ve-884in-abhinavflac-973/index.json new file mode 100644 index 000000000000..4ffad2255aa4 --- /dev/null +++ b/site/public/v1/laptops/msi-katana-a17-ai-b8ve-884in-abhinavflac-973/index.json @@ -0,0 +1,42 @@ +{ + "id": 939, + "slug": "msi-katana-a17-ai-b8ve-884in-abhinavflac-973", + "base_model_slug": "msi-katana-a17-ai-b8ve-884in", + "name": "MSI Katana A17 AI B8VE-884IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1157, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 9 8945HS", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 17.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 973 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.054182", + "updated_at": "2026-07-08T02:20:51.054182", + "url": "/v1/laptops/msi-katana-a17-ai-b8ve-884in-abhinavflac-973" +} diff --git a/site/public/v1/laptops/msi-modern-14-c12mo-1211in-abhinavflac-899/index.json b/site/public/v1/laptops/msi-modern-14-c12mo-1211in-abhinavflac-899/index.json new file mode 100644 index 000000000000..25ca009c09c4 --- /dev/null +++ b/site/public/v1/laptops/msi-modern-14-c12mo-1211in-abhinavflac-899/index.json @@ -0,0 +1,42 @@ +{ + "id": 866, + "slug": "msi-modern-14-c12mo-1211in-abhinavflac-899", + "base_model_slug": "msi-modern-14-c12mo-1211in", + "name": "MSI Modern 14 C12MO-1211IN", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 633, + "device_category": "General", + "cpu_name": "Intel Core I7 1255U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 899 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.048182", + "updated_at": "2026-07-08T02:20:51.048182", + "url": "/v1/laptops/msi-modern-14-c12mo-1211in-abhinavflac-899" +} diff --git a/site/public/v1/laptops/msi-modern-14-c12mo-1213in-abhinavflac-861/index.json b/site/public/v1/laptops/msi-modern-14-c12mo-1213in-abhinavflac-861/index.json new file mode 100644 index 000000000000..52355dc7fbe0 --- /dev/null +++ b/site/public/v1/laptops/msi-modern-14-c12mo-1213in-abhinavflac-861/index.json @@ -0,0 +1,42 @@ +{ + "id": 867, + "slug": "msi-modern-14-c12mo-1213in-abhinavflac-861", + "base_model_slug": "msi-modern-14-c12mo-1213in", + "name": "MSI Modern 14 C12MO-1213IN", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 385, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 861 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.048182", + "updated_at": "2026-07-08T02:20:51.048182", + "url": "/v1/laptops/msi-modern-14-c12mo-1213in-abhinavflac-861" +} diff --git a/site/public/v1/laptops/msi-modern-14-c12mo-1248in-abhinavflac-645/index.json b/site/public/v1/laptops/msi-modern-14-c12mo-1248in-abhinavflac-645/index.json new file mode 100644 index 000000000000..0af8b59276d5 --- /dev/null +++ b/site/public/v1/laptops/msi-modern-14-c12mo-1248in-abhinavflac-645/index.json @@ -0,0 +1,42 @@ +{ + "id": 868, + "slug": "msi-modern-14-c12mo-1248in-abhinavflac-645", + "base_model_slug": "msi-modern-14-c12mo-1248in", + "name": "MSI Modern 14 C12MO-1248IN", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 434, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 645 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.048182", + "updated_at": "2026-07-08T02:20:51.048182", + "url": "/v1/laptops/msi-modern-14-c12mo-1248in-abhinavflac-645" +} diff --git a/site/public/v1/laptops/msi-modern-14-c12mo-1299in-abhinavflac-576/index.json b/site/public/v1/laptops/msi-modern-14-c12mo-1299in-abhinavflac-576/index.json new file mode 100644 index 000000000000..f0e743abe4af --- /dev/null +++ b/site/public/v1/laptops/msi-modern-14-c12mo-1299in-abhinavflac-576/index.json @@ -0,0 +1,42 @@ +{ + "id": 869, + "slug": "msi-modern-14-c12mo-1299in-abhinavflac-576", + "base_model_slug": "msi-modern-14-c12mo-1299in", + "name": "MSI Modern 14 C12MO-1299IN", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 554, + "device_category": "General", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 576 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.048182", + "updated_at": "2026-07-08T02:20:51.048182", + "url": "/v1/laptops/msi-modern-14-c12mo-1299in-abhinavflac-576" +} diff --git a/site/public/v1/laptops/msi-modern-14-c12mo-1400in-abhinavflac-389/index.json b/site/public/v1/laptops/msi-modern-14-c12mo-1400in-abhinavflac-389/index.json new file mode 100644 index 000000000000..238ac4f27148 --- /dev/null +++ b/site/public/v1/laptops/msi-modern-14-c12mo-1400in-abhinavflac-389/index.json @@ -0,0 +1,42 @@ +{ + "id": 870, + "slug": "msi-modern-14-c12mo-1400in-abhinavflac-389", + "base_model_slug": "msi-modern-14-c12mo-1400in", + "name": "MSI Modern 14 C12MO-1400IN", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 494, + "device_category": "General", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 389 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.048182", + "updated_at": "2026-07-08T02:20:51.048182", + "url": "/v1/laptops/msi-modern-14-c12mo-1400in-abhinavflac-389" +} diff --git a/site/public/v1/laptops/msi-modern-14-c12mo-1402in-abhinavflac-388/index.json b/site/public/v1/laptops/msi-modern-14-c12mo-1402in-abhinavflac-388/index.json new file mode 100644 index 000000000000..57224e58351f --- /dev/null +++ b/site/public/v1/laptops/msi-modern-14-c12mo-1402in-abhinavflac-388/index.json @@ -0,0 +1,42 @@ +{ + "id": 871, + "slug": "msi-modern-14-c12mo-1402in-abhinavflac-388", + "base_model_slug": "msi-modern-14-c12mo-1402in", + "name": "MSI Modern 14 C12MO-1402IN", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 397, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 388 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.048182", + "updated_at": "2026-07-08T02:20:51.048182", + "url": "/v1/laptops/msi-modern-14-c12mo-1402in-abhinavflac-388" +} diff --git a/site/public/v1/laptops/msi-modern-14-c13m-115in-abhinavflac-191/index.json b/site/public/v1/laptops/msi-modern-14-c13m-115in-abhinavflac-191/index.json new file mode 100644 index 000000000000..483ef5fefdc9 --- /dev/null +++ b/site/public/v1/laptops/msi-modern-14-c13m-115in-abhinavflac-191/index.json @@ -0,0 +1,42 @@ +{ + "id": 894, + "slug": "msi-modern-14-c13m-115in-abhinavflac-191", + "base_model_slug": "msi-modern-14-c13m-115in", + "name": "MSI Modern 14 C13M-115IN", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 367, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 191 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.050182", + "updated_at": "2026-07-08T02:20:51.050182", + "url": "/v1/laptops/msi-modern-14-c13m-115in-abhinavflac-191" +} diff --git a/site/public/v1/laptops/msi-modern-14-c13m-116in-abhinavflac-192/index.json b/site/public/v1/laptops/msi-modern-14-c13m-116in-abhinavflac-192/index.json new file mode 100644 index 000000000000..3721b6e8dae8 --- /dev/null +++ b/site/public/v1/laptops/msi-modern-14-c13m-116in-abhinavflac-192/index.json @@ -0,0 +1,42 @@ +{ + "id": 895, + "slug": "msi-modern-14-c13m-116in-abhinavflac-192", + "base_model_slug": "msi-modern-14-c13m-116in", + "name": "MSI Modern 14 C13M-116IN", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 542, + "device_category": "General", + "cpu_name": "Intel Core I5 1334U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 192 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.050182", + "updated_at": "2026-07-08T02:20:51.050182", + "url": "/v1/laptops/msi-modern-14-c13m-116in-abhinavflac-192" +} diff --git a/site/public/v1/laptops/msi-modern-14-c13m-1424in-abhinavflac-297/index.json b/site/public/v1/laptops/msi-modern-14-c13m-1424in-abhinavflac-297/index.json new file mode 100644 index 000000000000..6f159896fe21 --- /dev/null +++ b/site/public/v1/laptops/msi-modern-14-c13m-1424in-abhinavflac-297/index.json @@ -0,0 +1,42 @@ +{ + "id": 896, + "slug": "msi-modern-14-c13m-1424in-abhinavflac-297", + "base_model_slug": "msi-modern-14-c13m-1424in", + "name": "MSI Modern 14 C13M-1424IN", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 458, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 297 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.050182", + "updated_at": "2026-07-08T02:20:51.050182", + "url": "/v1/laptops/msi-modern-14-c13m-1424in-abhinavflac-297" +} diff --git a/site/public/v1/laptops/msi-modern-14-c7m-105in-abhinavflac-11/index.json b/site/public/v1/laptops/msi-modern-14-c7m-105in-abhinavflac-11/index.json new file mode 100644 index 000000000000..5a1e857c99b3 --- /dev/null +++ b/site/public/v1/laptops/msi-modern-14-c7m-105in-abhinavflac-11/index.json @@ -0,0 +1,42 @@ +{ + "id": 897, + "slug": "msi-modern-14-c7m-105in-abhinavflac-11", + "base_model_slug": "msi-modern-14-c7m-105in", + "name": "MSI Modern 14 C7M-105IN", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 494, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7530U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 11 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.050182", + "updated_at": "2026-07-08T02:20:51.050182", + "url": "/v1/laptops/msi-modern-14-c7m-105in-abhinavflac-11" +} diff --git a/site/public/v1/laptops/msi-modern-14-c7m-283in-abhinavflac-598/index.json b/site/public/v1/laptops/msi-modern-14-c7m-283in-abhinavflac-598/index.json new file mode 100644 index 000000000000..7b26b1189e5c --- /dev/null +++ b/site/public/v1/laptops/msi-modern-14-c7m-283in-abhinavflac-598/index.json @@ -0,0 +1,42 @@ +{ + "id": 898, + "slug": "msi-modern-14-c7m-283in-abhinavflac-598", + "base_model_slug": "msi-modern-14-c7m-283in", + "name": "MSI Modern 14 C7M-283IN", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 476, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7530U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 598 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.050182", + "updated_at": "2026-07-08T02:20:51.050182", + "url": "/v1/laptops/msi-modern-14-c7m-283in-abhinavflac-598" +} diff --git a/site/public/v1/laptops/msi-modern-14-c7m-284in-abhinavflac-594/index.json b/site/public/v1/laptops/msi-modern-14-c7m-284in-abhinavflac-594/index.json new file mode 100644 index 000000000000..d25283930ba5 --- /dev/null +++ b/site/public/v1/laptops/msi-modern-14-c7m-284in-abhinavflac-594/index.json @@ -0,0 +1,42 @@ +{ + "id": 899, + "slug": "msi-modern-14-c7m-284in-abhinavflac-594", + "base_model_slug": "msi-modern-14-c7m-284in", + "name": "MSI Modern 14 C7M-284IN", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 470, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7530U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 594 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.050182", + "updated_at": "2026-07-08T02:20:51.050182", + "url": "/v1/laptops/msi-modern-14-c7m-284in-abhinavflac-594" +} diff --git a/site/public/v1/laptops/msi-modern-14-c7m-285in-abhinavflac-593/index.json b/site/public/v1/laptops/msi-modern-14-c7m-285in-abhinavflac-593/index.json new file mode 100644 index 000000000000..e273aa7a63cf --- /dev/null +++ b/site/public/v1/laptops/msi-modern-14-c7m-285in-abhinavflac-593/index.json @@ -0,0 +1,42 @@ +{ + "id": 900, + "slug": "msi-modern-14-c7m-285in-abhinavflac-593", + "base_model_slug": "msi-modern-14-c7m-285in", + "name": "MSI Modern 14 C7M-285IN", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 602, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 7730U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 593 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.050182", + "updated_at": "2026-07-08T02:20:51.050182", + "url": "/v1/laptops/msi-modern-14-c7m-285in-abhinavflac-593" +} diff --git a/site/public/v1/laptops/msi-modern-15-b12mo-1006in-abhinavflac-891/index.json b/site/public/v1/laptops/msi-modern-15-b12mo-1006in-abhinavflac-891/index.json new file mode 100644 index 000000000000..6dbc626ce53e --- /dev/null +++ b/site/public/v1/laptops/msi-modern-15-b12mo-1006in-abhinavflac-891/index.json @@ -0,0 +1,42 @@ +{ + "id": 872, + "slug": "msi-modern-15-b12mo-1006in-abhinavflac-891", + "base_model_slug": "msi-modern-15-b12mo-1006in", + "name": "MSI Modern 15 B12MO-1006IN", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 602, + "device_category": "General", + "cpu_name": "Intel Core I7 1255U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 891 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.048182", + "updated_at": "2026-07-08T02:20:51.048182", + "url": "/v1/laptops/msi-modern-15-b12mo-1006in-abhinavflac-891" +} diff --git a/site/public/v1/laptops/msi-modern-15-b12mo-1008in-abhinavflac-857/index.json b/site/public/v1/laptops/msi-modern-15-b12mo-1008in-abhinavflac-857/index.json new file mode 100644 index 000000000000..93bea761eb9d --- /dev/null +++ b/site/public/v1/laptops/msi-modern-15-b12mo-1008in-abhinavflac-857/index.json @@ -0,0 +1,42 @@ +{ + "id": 873, + "slug": "msi-modern-15-b12mo-1008in-abhinavflac-857", + "base_model_slug": "msi-modern-15-b12mo-1008in", + "name": "MSI Modern 15 B12MO-1008IN", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 407, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 857 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.048182", + "updated_at": "2026-07-08T02:20:51.048182", + "url": "/v1/laptops/msi-modern-15-b12mo-1008in-abhinavflac-857" +} diff --git a/site/public/v1/laptops/msi-modern-15-b12mo-1049in-abhinavflac-599/index.json b/site/public/v1/laptops/msi-modern-15-b12mo-1049in-abhinavflac-599/index.json new file mode 100644 index 000000000000..bbd1c05c0592 --- /dev/null +++ b/site/public/v1/laptops/msi-modern-15-b12mo-1049in-abhinavflac-599/index.json @@ -0,0 +1,42 @@ +{ + "id": 874, + "slug": "msi-modern-15-b12mo-1049in-abhinavflac-599", + "base_model_slug": "msi-modern-15-b12mo-1049in", + "name": "MSI Modern 15 B12MO-1049IN", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 428, + "device_category": "General", + "cpu_name": "Intel Core I3 1215U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 599 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.048182", + "updated_at": "2026-07-08T02:20:51.048182", + "url": "/v1/laptops/msi-modern-15-b12mo-1049in-abhinavflac-599" +} diff --git a/site/public/v1/laptops/msi-modern-15-b12mo-1050in-abhinavflac-433/index.json b/site/public/v1/laptops/msi-modern-15-b12mo-1050in-abhinavflac-433/index.json new file mode 100644 index 000000000000..ef633fcebd9c --- /dev/null +++ b/site/public/v1/laptops/msi-modern-15-b12mo-1050in-abhinavflac-433/index.json @@ -0,0 +1,42 @@ +{ + "id": 875, + "slug": "msi-modern-15-b12mo-1050in-abhinavflac-433", + "base_model_slug": "msi-modern-15-b12mo-1050in", + "name": "MSI Modern 15 B12MO-1050IN", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 638, + "device_category": "General", + "cpu_name": "Intel Core I7 1255U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 433 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.048182", + "updated_at": "2026-07-08T02:20:51.048182", + "url": "/v1/laptops/msi-modern-15-b12mo-1050in-abhinavflac-433" +} diff --git a/site/public/v1/laptops/msi-modern-15-b12mo-1051in-abhinavflac-578/index.json b/site/public/v1/laptops/msi-modern-15-b12mo-1051in-abhinavflac-578/index.json new file mode 100644 index 000000000000..cb83f7368963 --- /dev/null +++ b/site/public/v1/laptops/msi-modern-15-b12mo-1051in-abhinavflac-578/index.json @@ -0,0 +1,42 @@ +{ + "id": 876, + "slug": "msi-modern-15-b12mo-1051in-abhinavflac-578", + "base_model_slug": "msi-modern-15-b12mo-1051in", + "name": "MSI Modern 15 B12MO-1051IN", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 518, + "device_category": "General", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 578 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.049182", + "updated_at": "2026-07-08T02:20:51.049182", + "url": "/v1/laptops/msi-modern-15-b12mo-1051in-abhinavflac-578" +} diff --git a/site/public/v1/laptops/msi-modern-15-b13ve-2089in-abhinavflac-890/index.json b/site/public/v1/laptops/msi-modern-15-b13ve-2089in-abhinavflac-890/index.json new file mode 100644 index 000000000000..2efe61f38813 --- /dev/null +++ b/site/public/v1/laptops/msi-modern-15-b13ve-2089in-abhinavflac-890/index.json @@ -0,0 +1,42 @@ +{ + "id": 901, + "slug": "msi-modern-15-b13ve-2089in-abhinavflac-890", + "base_model_slug": "msi-modern-15-b13ve-2089in", + "name": "MSI Modern 15 B13VE-2089IN", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1084, + "device_category": "General", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 890 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.050182", + "updated_at": "2026-07-08T02:20:51.050182", + "url": "/v1/laptops/msi-modern-15-b13ve-2089in-abhinavflac-890" +} diff --git a/site/public/v1/laptops/msi-modern-15-b7m-427in-abhinavflac-579/index.json b/site/public/v1/laptops/msi-modern-15-b7m-427in-abhinavflac-579/index.json new file mode 100644 index 000000000000..7146321aa128 --- /dev/null +++ b/site/public/v1/laptops/msi-modern-15-b7m-427in-abhinavflac-579/index.json @@ -0,0 +1,42 @@ +{ + "id": 902, + "slug": "msi-modern-15-b7m-427in-abhinavflac-579", + "base_model_slug": "msi-modern-15-b7m-427in", + "name": "MSI Modern 15 B7M-427IN", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 542, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7530U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 579 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.051182", + "updated_at": "2026-07-08T02:20:51.051182", + "url": "/v1/laptops/msi-modern-15-b7m-427in-abhinavflac-579" +} diff --git a/site/public/v1/laptops/msi-modern-15-b7m-428in-abhinavflac-584/index.json b/site/public/v1/laptops/msi-modern-15-b7m-428in-abhinavflac-584/index.json new file mode 100644 index 000000000000..610d5dba22fa --- /dev/null +++ b/site/public/v1/laptops/msi-modern-15-b7m-428in-abhinavflac-584/index.json @@ -0,0 +1,42 @@ +{ + "id": 903, + "slug": "msi-modern-15-b7m-428in-abhinavflac-584", + "base_model_slug": "msi-modern-15-b7m-428in", + "name": "MSI Modern 15 B7M-428IN", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 458, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7530U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 584 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.051182", + "updated_at": "2026-07-08T02:20:51.051182", + "url": "/v1/laptops/msi-modern-15-b7m-428in-abhinavflac-584" +} diff --git a/site/public/v1/laptops/msi-modern-15-b7m-445in-abhinavflac-595/index.json b/site/public/v1/laptops/msi-modern-15-b7m-445in-abhinavflac-595/index.json new file mode 100644 index 000000000000..ffbf51977889 --- /dev/null +++ b/site/public/v1/laptops/msi-modern-15-b7m-445in-abhinavflac-595/index.json @@ -0,0 +1,42 @@ +{ + "id": 904, + "slug": "msi-modern-15-b7m-445in-abhinavflac-595", + "base_model_slug": "msi-modern-15-b7m-445in", + "name": "MSI Modern 15 B7M-445IN", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 458, + "device_category": "General", + "cpu_name": "AMD Ryzen 5 7430U", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 595 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.051182", + "updated_at": "2026-07-08T02:20:51.051182", + "url": "/v1/laptops/msi-modern-15-b7m-445in-abhinavflac-595" +} diff --git a/site/public/v1/laptops/msi-modern-15-h-ai-abhinavflac-410/index.json b/site/public/v1/laptops/msi-modern-15-h-ai-abhinavflac-410/index.json new file mode 100644 index 000000000000..9e4d04432fca --- /dev/null +++ b/site/public/v1/laptops/msi-modern-15-h-ai-abhinavflac-410/index.json @@ -0,0 +1,42 @@ +{ + "id": 940, + "slug": "msi-modern-15-h-ai-abhinavflac-410", + "base_model_slug": "msi-modern-15-h-ai", + "name": "MSI Modern 15 H AI C2HMG-233IN", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 976, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 255H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 410 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.054182", + "updated_at": "2026-07-08T02:20:51.054182", + "url": "/v1/laptops/msi-modern-15-h-ai-abhinavflac-410" +} diff --git a/site/public/v1/laptops/msi-modern-15-h-c13m-218in-abhinavflac-816/index.json b/site/public/v1/laptops/msi-modern-15-h-c13m-218in-abhinavflac-816/index.json new file mode 100644 index 000000000000..96945f325164 --- /dev/null +++ b/site/public/v1/laptops/msi-modern-15-h-c13m-218in-abhinavflac-816/index.json @@ -0,0 +1,42 @@ +{ + "id": 906, + "slug": "msi-modern-15-h-c13m-218in-abhinavflac-816", + "base_model_slug": "msi-modern-15-h-c13m-218in", + "name": "MSI Modern 15 H C13M-218IN", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 694, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 816 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.051182", + "updated_at": "2026-07-08T02:20:51.051182", + "url": "/v1/laptops/msi-modern-15-h-c13m-218in-abhinavflac-816" +} diff --git a/site/public/v1/laptops/msi-modern-15-h-c13m-abhinavflac-923/index.json b/site/public/v1/laptops/msi-modern-15-h-c13m-abhinavflac-923/index.json new file mode 100644 index 000000000000..39e64ab59890 --- /dev/null +++ b/site/public/v1/laptops/msi-modern-15-h-c13m-abhinavflac-923/index.json @@ -0,0 +1,42 @@ +{ + "id": 905, + "slug": "msi-modern-15-h-c13m-abhinavflac-923", + "base_model_slug": "msi-modern-15-h-c13m", + "name": "MSI Modern 15 H C13M", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 699, + "device_category": "General", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "Intel Iris Xe Iris Xe Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 923 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.051182", + "updated_at": "2026-07-08T02:20:51.051182", + "url": "/v1/laptops/msi-modern-15-h-c13m-abhinavflac-923" +} diff --git a/site/public/v1/laptops/msi-prestige-13-ai-plus-abhinavflac-708/index.json b/site/public/v1/laptops/msi-prestige-13-ai-plus-abhinavflac-708/index.json new file mode 100644 index 000000000000..22a0afd89974 --- /dev/null +++ b/site/public/v1/laptops/msi-prestige-13-ai-plus-abhinavflac-708/index.json @@ -0,0 +1,42 @@ +{ + "id": 941, + "slug": "msi-prestige-13-ai-plus-abhinavflac-708", + "base_model_slug": "msi-prestige-13-ai-plus", + "name": "MSI Prestige 13 AI Plus Evo A2VMG-023IN", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1446, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 258V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 13.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 708 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.054182", + "updated_at": "2026-07-08T02:20:51.054182", + "url": "/v1/laptops/msi-prestige-13-ai-plus-abhinavflac-708" +} diff --git a/site/public/v1/laptops/msi-prestige-14-ai-evo-abhinavflac-403/index.json b/site/public/v1/laptops/msi-prestige-14-ai-evo-abhinavflac-403/index.json new file mode 100644 index 000000000000..22fb7299431a --- /dev/null +++ b/site/public/v1/laptops/msi-prestige-14-ai-evo-abhinavflac-403/index.json @@ -0,0 +1,42 @@ +{ + "id": 942, + "slug": "msi-prestige-14-ai-evo-abhinavflac-403", + "base_model_slug": "msi-prestige-14-ai-evo", + "name": "MSI Prestige 14 AI Evo C2HMG-087IN", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1385, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 255H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1200" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 403 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.054182", + "updated_at": "2026-07-08T02:20:51.054182", + "url": "/v1/laptops/msi-prestige-14-ai-evo-abhinavflac-403" +} diff --git a/site/public/v1/laptops/msi-prestige-pro-16-ai-abhinavflac-412/index.json b/site/public/v1/laptops/msi-prestige-pro-16-ai-abhinavflac-412/index.json new file mode 100644 index 000000000000..f456f10f0659 --- /dev/null +++ b/site/public/v1/laptops/msi-prestige-pro-16-ai-abhinavflac-412/index.json @@ -0,0 +1,42 @@ +{ + "id": 943, + "slug": "msi-prestige-pro-16-ai-abhinavflac-412", + "base_model_slug": "msi-prestige-pro-16-ai", + "name": "MSI Prestige Pro 16 AI B2HVEG-253IN", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2108, + "device_category": "General", + "cpu_name": "Intel Core Ultra 9 255H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "3840x2400" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 412 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.054182", + "updated_at": "2026-07-08T02:20:51.054182", + "url": "/v1/laptops/msi-prestige-pro-16-ai-abhinavflac-412" +} diff --git a/site/public/v1/laptops/msi-raider-18-hx-ai-abhinavflac-281/index.json b/site/public/v1/laptops/msi-raider-18-hx-ai-abhinavflac-281/index.json new file mode 100644 index 000000000000..a450ab230059 --- /dev/null +++ b/site/public/v1/laptops/msi-raider-18-hx-ai-abhinavflac-281/index.json @@ -0,0 +1,42 @@ +{ + "id": 907, + "slug": "msi-raider-18-hx-ai-abhinavflac-281", + "base_model_slug": "msi-raider-18-hx-ai", + "name": "MSI Raider 18 HX AI A2XWJG-253IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 5904, + "device_category": "Gaming", + "cpu_name": "Intel Core I9 14900HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5090", + "gpu_type": "Dedicated", + "ram_gb": 64, + "storage_gb": 4096, + "display": { + "size_inch": 18.0, + "resolution": "3840x2400" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 281 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.051182", + "updated_at": "2026-07-08T02:20:51.051182", + "url": "/v1/laptops/msi-raider-18-hx-ai-abhinavflac-281" +} diff --git a/site/public/v1/laptops/msi-raider-18-hx-ai-abhinavflac-526/index.json b/site/public/v1/laptops/msi-raider-18-hx-ai-abhinavflac-526/index.json new file mode 100644 index 000000000000..10878d11f8f1 --- /dev/null +++ b/site/public/v1/laptops/msi-raider-18-hx-ai-abhinavflac-526/index.json @@ -0,0 +1,42 @@ +{ + "id": 908, + "slug": "msi-raider-18-hx-ai-abhinavflac-526", + "base_model_slug": "msi-raider-18-hx-ai", + "name": "MSI Raider 18 HX AI A2XWIG-255IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 5181, + "device_category": "Gaming", + "cpu_name": "Intel Core I9 14900HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5080", + "gpu_type": "Dedicated", + "ram_gb": 64, + "storage_gb": 4096, + "display": { + "size_inch": 18.0, + "resolution": "3840x2400" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 526 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.051182", + "updated_at": "2026-07-08T02:20:51.051182", + "url": "/v1/laptops/msi-raider-18-hx-ai-abhinavflac-526" +} diff --git a/site/public/v1/laptops/msi-raider-a18-hx-a7vhg-017in-abhinavflac-851/index.json b/site/public/v1/laptops/msi-raider-a18-hx-a7vhg-017in-abhinavflac-851/index.json new file mode 100644 index 000000000000..461bc57a2f0e --- /dev/null +++ b/site/public/v1/laptops/msi-raider-a18-hx-a7vhg-017in-abhinavflac-851/index.json @@ -0,0 +1,42 @@ +{ + "id": 909, + "slug": "msi-raider-a18-hx-a7vhg-017in-abhinavflac-851", + "base_model_slug": "msi-raider-a18-hx-a7vhg-017in", + "name": "MSI Raider A18 HX A7VHG-017IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 3494, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 9 7945HX", + "gpu_name": "NVIDIA GeForce RTX RTX 4080", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 18.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 851 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.051182", + "updated_at": "2026-07-08T02:20:51.051182", + "url": "/v1/laptops/msi-raider-a18-hx-a7vhg-017in-abhinavflac-851" +} diff --git a/site/public/v1/laptops/msi-stealth-16-ai-plus-abhinavflac-784/index.json b/site/public/v1/laptops/msi-stealth-16-ai-plus-abhinavflac-784/index.json new file mode 100644 index 000000000000..acf13baccafb --- /dev/null +++ b/site/public/v1/laptops/msi-stealth-16-ai-plus-abhinavflac-784/index.json @@ -0,0 +1,42 @@ +{ + "id": 861, + "slug": "msi-stealth-16-ai-plus-abhinavflac-784", + "base_model_slug": "msi-stealth-16-ai-plus", + "name": "MSI Stealth 16 AI Plus A3HVFG-075IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2019-01-01", + "msrp_usd": 2396, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen Ai 9 365", + "gpu_name": "NVIDIA GeForce RTX RTX 4060", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 784 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.047177", + "updated_at": "2026-07-08T02:20:51.047177", + "url": "/v1/laptops/msi-stealth-16-ai-plus-abhinavflac-784" +} diff --git a/site/public/v1/laptops/msi-stealth-18-hx-ai-abhinavflac-255/index.json b/site/public/v1/laptops/msi-stealth-18-hx-ai-abhinavflac-255/index.json new file mode 100644 index 000000000000..f25bc4263d4f --- /dev/null +++ b/site/public/v1/laptops/msi-stealth-18-hx-ai-abhinavflac-255/index.json @@ -0,0 +1,42 @@ +{ + "id": 944, + "slug": "msi-stealth-18-hx-ai-abhinavflac-255", + "base_model_slug": "msi-stealth-18-hx-ai", + "name": "MSI Stealth 18 HX AI A2XWHG-043IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 3373, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070 Ti", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 2048, + "display": { + "size_inch": 18.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 255 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.054182", + "updated_at": "2026-07-08T02:20:51.054182", + "url": "/v1/laptops/msi-stealth-18-hx-ai-abhinavflac-255" +} diff --git a/site/public/v1/laptops/msi-summit-a16-ai-plus-abhinavflac-206/index.json b/site/public/v1/laptops/msi-summit-a16-ai-plus-abhinavflac-206/index.json new file mode 100644 index 000000000000..e3f6b6c020b2 --- /dev/null +++ b/site/public/v1/laptops/msi-summit-a16-ai-plus-abhinavflac-206/index.json @@ -0,0 +1,42 @@ +{ + "id": 862, + "slug": "msi-summit-a16-ai-plus-abhinavflac-206", + "base_model_slug": "msi-summit-a16-ai-plus", + "name": "MSI Summit A16 AI Plus A3HMTG-095IN 2 in 1", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2019-01-01", + "msrp_usd": 1747, + "device_category": "Convertible", + "cpu_name": "AMD Ryzen Ai 9 365", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 206 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.047177", + "updated_at": "2026-07-08T02:20:51.047177", + "url": "/v1/laptops/msi-summit-a16-ai-plus-abhinavflac-206" +} diff --git a/site/public/v1/laptops/msi-summit-pro-16-ai-abhinavflac-149/index.json b/site/public/v1/laptops/msi-summit-pro-16-ai-abhinavflac-149/index.json new file mode 100644 index 000000000000..ac846439b815 --- /dev/null +++ b/site/public/v1/laptops/msi-summit-pro-16-ai-abhinavflac-149/index.json @@ -0,0 +1,42 @@ +{ + "id": 945, + "slug": "msi-summit-pro-16-ai-abhinavflac-149", + "base_model_slug": "msi-summit-pro-16-ai", + "name": "MSI Summit Pro 16 AI A2HVETG-064IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2169, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 285H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 149 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.054182", + "updated_at": "2026-07-08T02:20:51.054182", + "url": "/v1/laptops/msi-summit-pro-16-ai-abhinavflac-149" +} diff --git a/site/public/v1/laptops/msi-thin-15-b12uc-2239in-gaming-abhinavflac-719/index.json b/site/public/v1/laptops/msi-thin-15-b12uc-2239in-gaming-abhinavflac-719/index.json new file mode 100644 index 000000000000..9fc7175f4923 --- /dev/null +++ b/site/public/v1/laptops/msi-thin-15-b12uc-2239in-gaming-abhinavflac-719/index.json @@ -0,0 +1,42 @@ +{ + "id": 877, + "slug": "msi-thin-15-b12uc-2239in-gaming-abhinavflac-719", + "base_model_slug": "msi-thin-15-b12uc-2239in-gaming", + "name": "MSI Thin 15 B12UC-2239IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 879, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 12650H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 719 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.049182", + "updated_at": "2026-07-08T02:20:51.049182", + "url": "/v1/laptops/msi-thin-15-b12uc-2239in-gaming-abhinavflac-719" +} diff --git a/site/public/v1/laptops/msi-thin-15-b12uc-2240in-gaming-abhinavflac-709/index.json b/site/public/v1/laptops/msi-thin-15-b12uc-2240in-gaming-abhinavflac-709/index.json new file mode 100644 index 000000000000..c28329ca909b --- /dev/null +++ b/site/public/v1/laptops/msi-thin-15-b12uc-2240in-gaming-abhinavflac-709/index.json @@ -0,0 +1,42 @@ +{ + "id": 878, + "slug": "msi-thin-15-b12uc-2240in-gaming-abhinavflac-709", + "base_model_slug": "msi-thin-15-b12uc-2240in-gaming", + "name": "MSI Thin 15 B12UC-2240IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 765, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 12650H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 709 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.049182", + "updated_at": "2026-07-08T02:20:51.049182", + "url": "/v1/laptops/msi-thin-15-b12uc-2240in-gaming-abhinavflac-709" +} diff --git a/site/public/v1/laptops/msi-thin-15-b12uc-2242in-gaming-abhinavflac-711/index.json b/site/public/v1/laptops/msi-thin-15-b12uc-2242in-gaming-abhinavflac-711/index.json new file mode 100644 index 000000000000..ce793b2613fd --- /dev/null +++ b/site/public/v1/laptops/msi-thin-15-b12uc-2242in-gaming-abhinavflac-711/index.json @@ -0,0 +1,42 @@ +{ + "id": 879, + "slug": "msi-thin-15-b12uc-2242in-gaming-abhinavflac-711", + "base_model_slug": "msi-thin-15-b12uc-2242in-gaming", + "name": "MSI Thin 15 B12UC-2242IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 735, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 12650H", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 711 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.049182", + "updated_at": "2026-07-08T02:20:51.049182", + "url": "/v1/laptops/msi-thin-15-b12uc-2242in-gaming-abhinavflac-711" +} diff --git a/site/public/v1/laptops/msi-thin-15-b13uc-124in-gaming-abhinavflac-246/index.json b/site/public/v1/laptops/msi-thin-15-b13uc-124in-gaming-abhinavflac-246/index.json new file mode 100644 index 000000000000..c70adde8927b --- /dev/null +++ b/site/public/v1/laptops/msi-thin-15-b13uc-124in-gaming-abhinavflac-246/index.json @@ -0,0 +1,42 @@ +{ + "id": 910, + "slug": "msi-thin-15-b13uc-124in-gaming-abhinavflac-246", + "base_model_slug": "msi-thin-15-b13uc-124in-gaming", + "name": "MSI Thin 15 B13UC-124IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 819, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 246 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.051182", + "updated_at": "2026-07-08T02:20:51.051182", + "url": "/v1/laptops/msi-thin-15-b13uc-124in-gaming-abhinavflac-246" +} diff --git a/site/public/v1/laptops/msi-thin-15-b13uc-125in-gaming-abhinavflac-245/index.json b/site/public/v1/laptops/msi-thin-15-b13uc-125in-gaming-abhinavflac-245/index.json new file mode 100644 index 000000000000..d8cf34c27947 --- /dev/null +++ b/site/public/v1/laptops/msi-thin-15-b13uc-125in-gaming-abhinavflac-245/index.json @@ -0,0 +1,42 @@ +{ + "id": 911, + "slug": "msi-thin-15-b13uc-125in-gaming-abhinavflac-245", + "base_model_slug": "msi-thin-15-b13uc-125in-gaming", + "name": "MSI Thin 15 B13UC-125IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 795, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 245 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.051182", + "updated_at": "2026-07-08T02:20:51.051182", + "url": "/v1/laptops/msi-thin-15-b13uc-125in-gaming-abhinavflac-245" +} diff --git a/site/public/v1/laptops/msi-thin-15-b13uc-3231in-gaming-abhinavflac-213/index.json b/site/public/v1/laptops/msi-thin-15-b13uc-3231in-gaming-abhinavflac-213/index.json new file mode 100644 index 000000000000..ff2f2729b6d8 --- /dev/null +++ b/site/public/v1/laptops/msi-thin-15-b13uc-3231in-gaming-abhinavflac-213/index.json @@ -0,0 +1,42 @@ +{ + "id": 912, + "slug": "msi-thin-15-b13uc-3231in-gaming-abhinavflac-213", + "base_model_slug": "msi-thin-15-b13uc-3231in-gaming", + "name": "MSI Thin 15 B13UC-3231IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 735, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 213 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.051182", + "updated_at": "2026-07-08T02:20:51.051182", + "url": "/v1/laptops/msi-thin-15-b13uc-3231in-gaming-abhinavflac-213" +} diff --git a/site/public/v1/laptops/msi-thin-15-b13ucx-2472in-gaming-abhinavflac-544/index.json b/site/public/v1/laptops/msi-thin-15-b13ucx-2472in-gaming-abhinavflac-544/index.json new file mode 100644 index 000000000000..748b0d16d9ce --- /dev/null +++ b/site/public/v1/laptops/msi-thin-15-b13ucx-2472in-gaming-abhinavflac-544/index.json @@ -0,0 +1,42 @@ +{ + "id": 913, + "slug": "msi-thin-15-b13ucx-2472in-gaming-abhinavflac-544", + "base_model_slug": "msi-thin-15-b13ucx-2472in-gaming", + "name": "MSI Thin 15 B13UCX-2472IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 699, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 544 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.051182", + "updated_at": "2026-07-08T02:20:51.051182", + "url": "/v1/laptops/msi-thin-15-b13ucx-2472in-gaming-abhinavflac-544" +} diff --git a/site/public/v1/laptops/msi-thin-15-b13udx-126in-gaming-abhinavflac-113/index.json b/site/public/v1/laptops/msi-thin-15-b13udx-126in-gaming-abhinavflac-113/index.json new file mode 100644 index 000000000000..75bb7c310893 --- /dev/null +++ b/site/public/v1/laptops/msi-thin-15-b13udx-126in-gaming-abhinavflac-113/index.json @@ -0,0 +1,42 @@ +{ + "id": 914, + "slug": "msi-thin-15-b13udx-126in-gaming-abhinavflac-113", + "base_model_slug": "msi-thin-15-b13udx-126in-gaming", + "name": "MSI Thin 15 B13UDX-126IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 995, + "device_category": "Gaming", + "cpu_name": "Intel Core I7 13620H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 113 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.051182", + "updated_at": "2026-07-08T02:20:51.051182", + "url": "/v1/laptops/msi-thin-15-b13udx-126in-gaming-abhinavflac-113" +} diff --git a/site/public/v1/laptops/msi-thin-15-b13udx-128in-gaming-abhinavflac-124/index.json b/site/public/v1/laptops/msi-thin-15-b13udx-128in-gaming-abhinavflac-124/index.json new file mode 100644 index 000000000000..48eb8d141157 --- /dev/null +++ b/site/public/v1/laptops/msi-thin-15-b13udx-128in-gaming-abhinavflac-124/index.json @@ -0,0 +1,42 @@ +{ + "id": 915, + "slug": "msi-thin-15-b13udx-128in-gaming-abhinavflac-124", + "base_model_slug": "msi-thin-15-b13udx-128in-gaming", + "name": "MSI Thin 15 B13UDX-128IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 723, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 124 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.052183", + "updated_at": "2026-07-08T02:20:51.052183", + "url": "/v1/laptops/msi-thin-15-b13udx-128in-gaming-abhinavflac-124" +} diff --git a/site/public/v1/laptops/msi-thin-15-b13udx-3090in-gaming-abhinavflac-121/index.json b/site/public/v1/laptops/msi-thin-15-b13udx-3090in-gaming-abhinavflac-121/index.json new file mode 100644 index 000000000000..f96c4e44d210 --- /dev/null +++ b/site/public/v1/laptops/msi-thin-15-b13udx-3090in-gaming-abhinavflac-121/index.json @@ -0,0 +1,42 @@ +{ + "id": 916, + "slug": "msi-thin-15-b13udx-3090in-gaming-abhinavflac-121", + "base_model_slug": "msi-thin-15-b13udx-3090in-gaming", + "name": "MSI Thin 15 B13UDX-3090IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 867, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 121 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.052183", + "updated_at": "2026-07-08T02:20:51.052183", + "url": "/v1/laptops/msi-thin-15-b13udx-3090in-gaming-abhinavflac-121" +} diff --git a/site/public/v1/laptops/msi-thin-15-b13udx-3223i-gaming-abhinavflac-236/index.json b/site/public/v1/laptops/msi-thin-15-b13udx-3223i-gaming-abhinavflac-236/index.json new file mode 100644 index 000000000000..fa35846a6dde --- /dev/null +++ b/site/public/v1/laptops/msi-thin-15-b13udx-3223i-gaming-abhinavflac-236/index.json @@ -0,0 +1,42 @@ +{ + "id": 917, + "slug": "msi-thin-15-b13udx-3223i-gaming-abhinavflac-236", + "base_model_slug": "msi-thin-15-b13udx-3223i-gaming", + "name": "MSI Thin 15 B13UDX-3223I Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 807, + "device_category": "Gaming", + "cpu_name": "Intel Core I5 13420H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 236 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.052183", + "updated_at": "2026-07-08T02:20:51.052183", + "url": "/v1/laptops/msi-thin-15-b13udx-3223i-gaming-abhinavflac-236" +} diff --git a/site/public/v1/laptops/msi-thin-a15-b7uc-103in-gaming-abhinavflac-173/index.json b/site/public/v1/laptops/msi-thin-a15-b7uc-103in-gaming-abhinavflac-173/index.json new file mode 100644 index 000000000000..0a9cc570cc84 --- /dev/null +++ b/site/public/v1/laptops/msi-thin-a15-b7uc-103in-gaming-abhinavflac-173/index.json @@ -0,0 +1,42 @@ +{ + "id": 918, + "slug": "msi-thin-a15-b7uc-103in-gaming-abhinavflac-173", + "base_model_slug": "msi-thin-a15-b7uc-103in-gaming", + "name": "MSI Thin A15 B7UC-103IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 819, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7735HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 173 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.052183", + "updated_at": "2026-07-08T02:20:51.052183", + "url": "/v1/laptops/msi-thin-a15-b7uc-103in-gaming-abhinavflac-173" +} diff --git a/site/public/v1/laptops/msi-thin-a15-b7uc-104in-gaming-abhinavflac-162/index.json b/site/public/v1/laptops/msi-thin-a15-b7uc-104in-gaming-abhinavflac-162/index.json new file mode 100644 index 000000000000..c3acd2a1b3c0 --- /dev/null +++ b/site/public/v1/laptops/msi-thin-a15-b7uc-104in-gaming-abhinavflac-162/index.json @@ -0,0 +1,42 @@ +{ + "id": 919, + "slug": "msi-thin-a15-b7uc-104in-gaming-abhinavflac-162", + "base_model_slug": "msi-thin-a15-b7uc-104in-gaming", + "name": "MSI Thin A15 B7UC-104IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 843, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 7535HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 162 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.052183", + "updated_at": "2026-07-08T02:20:51.052183", + "url": "/v1/laptops/msi-thin-a15-b7uc-104in-gaming-abhinavflac-162" +} diff --git a/site/public/v1/laptops/msi-thin-a15-b7uc-284in-gaming-abhinavflac-495/index.json b/site/public/v1/laptops/msi-thin-a15-b7uc-284in-gaming-abhinavflac-495/index.json new file mode 100644 index 000000000000..57007cb84d94 --- /dev/null +++ b/site/public/v1/laptops/msi-thin-a15-b7uc-284in-gaming-abhinavflac-495/index.json @@ -0,0 +1,42 @@ +{ + "id": 920, + "slug": "msi-thin-a15-b7uc-284in-gaming-abhinavflac-495", + "base_model_slug": "msi-thin-a15-b7uc-284in-gaming", + "name": "MSI Thin A15 B7UC-284IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 843, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 7535HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 495 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.052183", + "updated_at": "2026-07-08T02:20:51.052183", + "url": "/v1/laptops/msi-thin-a15-b7uc-284in-gaming-abhinavflac-495" +} diff --git a/site/public/v1/laptops/msi-thin-a15-b7uc-285in-gaming-abhinavflac-519/index.json b/site/public/v1/laptops/msi-thin-a15-b7uc-285in-gaming-abhinavflac-519/index.json new file mode 100644 index 000000000000..f4eb96be09ed --- /dev/null +++ b/site/public/v1/laptops/msi-thin-a15-b7uc-285in-gaming-abhinavflac-519/index.json @@ -0,0 +1,42 @@ +{ + "id": 921, + "slug": "msi-thin-a15-b7uc-285in-gaming-abhinavflac-519", + "base_model_slug": "msi-thin-a15-b7uc-285in-gaming", + "name": "MSI Thin A15 B7UC-285IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 759, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 7535HS", + "gpu_name": "NVIDIA GeForce RTX RTX 2050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 519 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.052183", + "updated_at": "2026-07-08T02:20:51.052183", + "url": "/v1/laptops/msi-thin-a15-b7uc-285in-gaming-abhinavflac-519" +} diff --git a/site/public/v1/laptops/msi-thin-a15-b7uc-610in-gaming-abhinavflac-223/index.json b/site/public/v1/laptops/msi-thin-a15-b7uc-610in-gaming-abhinavflac-223/index.json new file mode 100644 index 000000000000..b49ab97d5585 --- /dev/null +++ b/site/public/v1/laptops/msi-thin-a15-b7uc-610in-gaming-abhinavflac-223/index.json @@ -0,0 +1,42 @@ +{ + "id": 922, + "slug": "msi-thin-a15-b7uc-610in-gaming-abhinavflac-223", + "base_model_slug": "msi-thin-a15-b7uc-610in-gaming", + "name": "MSI Thin A15 B7UC-610IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 819, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 7 7735HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 223 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.052183", + "updated_at": "2026-07-08T02:20:51.052183", + "url": "/v1/laptops/msi-thin-a15-b7uc-610in-gaming-abhinavflac-223" +} diff --git a/site/public/v1/laptops/msi-thin-a15-b7uc-611in-gaming-abhinavflac-221/index.json b/site/public/v1/laptops/msi-thin-a15-b7uc-611in-gaming-abhinavflac-221/index.json new file mode 100644 index 000000000000..a11adec8b490 --- /dev/null +++ b/site/public/v1/laptops/msi-thin-a15-b7uc-611in-gaming-abhinavflac-221/index.json @@ -0,0 +1,42 @@ +{ + "id": 923, + "slug": "msi-thin-a15-b7uc-611in-gaming-abhinavflac-221", + "base_model_slug": "msi-thin-a15-b7uc-611in-gaming", + "name": "MSI Thin A15 B7UC-611IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 747, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 5 7535HS", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 221 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.052183", + "updated_at": "2026-07-08T02:20:51.052183", + "url": "/v1/laptops/msi-thin-a15-b7uc-611in-gaming-abhinavflac-221" +} diff --git a/site/public/v1/laptops/msi-titan-18-hx-ai-abhinavflac-549/index.json b/site/public/v1/laptops/msi-titan-18-hx-ai-abhinavflac-549/index.json new file mode 100644 index 000000000000..9e8a08c2180f --- /dev/null +++ b/site/public/v1/laptops/msi-titan-18-hx-ai-abhinavflac-549/index.json @@ -0,0 +1,42 @@ +{ + "id": 946, + "slug": "msi-titan-18-hx-ai-abhinavflac-549", + "base_model_slug": "msi-titan-18-hx-ai", + "name": "MSI Titan 18 HX AI A2XWJG-486IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 7301, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 285HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5090", + "gpu_type": "Dedicated", + "ram_gb": 64, + "storage_gb": 6144, + "display": { + "size_inch": 18.0, + "resolution": "3840x2400" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 549 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.054182", + "updated_at": "2026-07-08T02:20:51.054182", + "url": "/v1/laptops/msi-titan-18-hx-ai-abhinavflac-549" +} diff --git a/site/public/v1/laptops/msi-vector-16-hx-a2xwhg-227in-abhinavflac-552/index.json b/site/public/v1/laptops/msi-vector-16-hx-a2xwhg-227in-abhinavflac-552/index.json new file mode 100644 index 000000000000..8b754742cc94 --- /dev/null +++ b/site/public/v1/laptops/msi-vector-16-hx-a2xwhg-227in-abhinavflac-552/index.json @@ -0,0 +1,42 @@ +{ + "id": 947, + "slug": "msi-vector-16-hx-a2xwhg-227in-abhinavflac-552", + "base_model_slug": "msi-vector-16-hx-a2xwhg-227in", + "name": "MSI Vector 16 HX A2XWHG-227IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2735, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 7 255HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070 Ti", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 552 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.054182", + "updated_at": "2026-07-08T02:20:51.054182", + "url": "/v1/laptops/msi-vector-16-hx-a2xwhg-227in-abhinavflac-552" +} diff --git a/site/public/v1/laptops/msi-vector-16-hx-ai-abhinavflac-310/index.json b/site/public/v1/laptops/msi-vector-16-hx-ai-abhinavflac-310/index.json new file mode 100644 index 000000000000..efaaef3ff04e --- /dev/null +++ b/site/public/v1/laptops/msi-vector-16-hx-ai-abhinavflac-310/index.json @@ -0,0 +1,42 @@ +{ + "id": 948, + "slug": "msi-vector-16-hx-ai-abhinavflac-310", + "base_model_slug": "msi-vector-16-hx-ai", + "name": "MSI Vector 16 HX AI A2XWIG-226IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 3614, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5080", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 310 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.054182", + "updated_at": "2026-07-08T02:20:51.054182", + "url": "/v1/laptops/msi-vector-16-hx-ai-abhinavflac-310" +} diff --git a/site/public/v1/laptops/msi-vector-16-hx-ai-abhinavflac-362/index.json b/site/public/v1/laptops/msi-vector-16-hx-ai-abhinavflac-362/index.json new file mode 100644 index 000000000000..6414e25f5139 --- /dev/null +++ b/site/public/v1/laptops/msi-vector-16-hx-ai-abhinavflac-362/index.json @@ -0,0 +1,42 @@ +{ + "id": 949, + "slug": "msi-vector-16-hx-ai-abhinavflac-362", + "base_model_slug": "msi-vector-16-hx-ai", + "name": "MSI Vector 16 HX AI A2XWHG-443IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2650, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 7 255HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070 Ti", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 362 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.054182", + "updated_at": "2026-07-08T02:20:51.054182", + "url": "/v1/laptops/msi-vector-16-hx-ai-abhinavflac-362" +} diff --git a/site/public/v1/laptops/msi-vector-17-hx-ai-abhinavflac-272/index.json b/site/public/v1/laptops/msi-vector-17-hx-ai-abhinavflac-272/index.json new file mode 100644 index 000000000000..1913ff5050ac --- /dev/null +++ b/site/public/v1/laptops/msi-vector-17-hx-ai-abhinavflac-272/index.json @@ -0,0 +1,42 @@ +{ + "id": 950, + "slug": "msi-vector-17-hx-ai-abhinavflac-272", + "base_model_slug": "msi-vector-17-hx-ai", + "name": "MSI Vector 17 HX AI A2XWHG-085IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 3205, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070 Ti", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 2048, + "display": { + "size_inch": 17.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 272 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.054182", + "updated_at": "2026-07-08T02:20:51.054182", + "url": "/v1/laptops/msi-vector-17-hx-ai-abhinavflac-272" +} diff --git a/site/public/v1/laptops/msi-vector-17-hx-ai-abhinavflac-358/index.json b/site/public/v1/laptops/msi-vector-17-hx-ai-abhinavflac-358/index.json new file mode 100644 index 000000000000..a48268eccf9f --- /dev/null +++ b/site/public/v1/laptops/msi-vector-17-hx-ai-abhinavflac-358/index.json @@ -0,0 +1,42 @@ +{ + "id": 951, + "slug": "msi-vector-17-hx-ai-abhinavflac-358", + "base_model_slug": "msi-vector-17-hx-ai", + "name": "MSI Vector 17 HX AI A2XWHG-206IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 3132, + "device_category": "Gaming", + "cpu_name": "Intel Core Ultra 9 275HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070 Ti", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 2048, + "display": { + "size_inch": 17.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 358 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.055183", + "updated_at": "2026-07-08T02:20:51.055183", + "url": "/v1/laptops/msi-vector-17-hx-ai-abhinavflac-358" +} diff --git a/site/public/v1/laptops/msi-vector-a18-hx-a9whg-033in-abhinavflac-409/index.json b/site/public/v1/laptops/msi-vector-a18-hx-a9whg-033in-abhinavflac-409/index.json new file mode 100644 index 000000000000..afaf3cda2099 --- /dev/null +++ b/site/public/v1/laptops/msi-vector-a18-hx-a9whg-033in-abhinavflac-409/index.json @@ -0,0 +1,42 @@ +{ + "id": 952, + "slug": "msi-vector-a18-hx-a9whg-033in-abhinavflac-409", + "base_model_slug": "msi-vector-a18-hx-a9whg-033in", + "name": "MSI Vector A18 HX A9WHG-033IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 3253, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 9 9955HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5070 Ti", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 2048, + "display": { + "size_inch": 18.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 409 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.055183", + "updated_at": "2026-07-08T02:20:51.055183", + "url": "/v1/laptops/msi-vector-a18-hx-a9whg-033in-abhinavflac-409" +} diff --git a/site/public/v1/laptops/msi-vector-a18-hx-a9wig-088in-abhinavflac-62/index.json b/site/public/v1/laptops/msi-vector-a18-hx-a9wig-088in-abhinavflac-62/index.json new file mode 100644 index 000000000000..46a6ef26d043 --- /dev/null +++ b/site/public/v1/laptops/msi-vector-a18-hx-a9wig-088in-abhinavflac-62/index.json @@ -0,0 +1,42 @@ +{ + "id": 953, + "slug": "msi-vector-a18-hx-a9wig-088in-abhinavflac-62", + "base_model_slug": "msi-vector-a18-hx-a9wig-088in", + "name": "MSI Vector A18 HX A9WIG-088IN Gaming", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 4096, + "device_category": "Gaming", + "cpu_name": "AMD Ryzen 9 9955HX", + "gpu_name": "NVIDIA GeForce RTX RTX 5080", + "gpu_type": "Dedicated", + "ram_gb": 32, + "storage_gb": 2048, + "display": { + "size_inch": 18.0, + "resolution": "2560x1600" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 62 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.055183", + "updated_at": "2026-07-08T02:20:51.055183", + "url": "/v1/laptops/msi-vector-a18-hx-a9wig-088in-abhinavflac-62" +} diff --git a/site/public/v1/laptops/msi-venture-15-ai-a1mg-007in-abhinavflac-451/index.json b/site/public/v1/laptops/msi-venture-15-ai-a1mg-007in-abhinavflac-451/index.json new file mode 100644 index 000000000000..3f30cf4ad045 --- /dev/null +++ b/site/public/v1/laptops/msi-venture-15-ai-a1mg-007in-abhinavflac-451/index.json @@ -0,0 +1,42 @@ +{ + "id": 924, + "slug": "msi-venture-15-ai-a1mg-007in-abhinavflac-451", + "base_model_slug": "msi-venture-15-ai-a1mg-007in", + "name": "MSI Venture 15 AI A1MG-007IN", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 903, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 451 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.052183", + "updated_at": "2026-07-08T02:20:51.052183", + "url": "/v1/laptops/msi-venture-15-ai-a1mg-007in-abhinavflac-451" +} diff --git a/site/public/v1/laptops/msi-venture-a15-ai-a2hmg-007in-abhinavflac-439/index.json b/site/public/v1/laptops/msi-venture-a15-ai-a2hmg-007in-abhinavflac-439/index.json new file mode 100644 index 000000000000..9160e77e0e00 --- /dev/null +++ b/site/public/v1/laptops/msi-venture-a15-ai-a2hmg-007in-abhinavflac-439/index.json @@ -0,0 +1,42 @@ +{ + "id": 925, + "slug": "msi-venture-a15-ai-a2hmg-007in-abhinavflac-439", + "base_model_slug": "msi-venture-a15-ai-a2hmg-007in", + "name": "MSI Venture A15 AI A2HMG-007IN", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 964, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 260", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 439 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.052183", + "updated_at": "2026-07-08T02:20:51.052183", + "url": "/v1/laptops/msi-venture-a15-ai-a2hmg-007in-abhinavflac-439" +} diff --git a/site/public/v1/laptops/msi-venture-a16-ai-a3hmg-022in-abhinavflac-148/index.json b/site/public/v1/laptops/msi-venture-a16-ai-a3hmg-022in-abhinavflac-148/index.json new file mode 100644 index 000000000000..10f43d35a8a0 --- /dev/null +++ b/site/public/v1/laptops/msi-venture-a16-ai-a3hmg-022in-abhinavflac-148/index.json @@ -0,0 +1,42 @@ +{ + "id": 863, + "slug": "msi-venture-a16-ai-a3hmg-022in-abhinavflac-148", + "base_model_slug": "msi-venture-a16-ai-a3hmg-022in", + "name": "MSI Venture A16 AI+ A3HMG-022IN (AMD Ryzen AI 7 350/ 16GB/ 1TB SSD/ Win11 Home)", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2019-01-01", + "msrp_usd": 1349, + "device_category": "General", + "cpu_name": "AMD Ryzen Ai 7 350", + "gpu_name": "AMD Radeon Radeon", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2048x1280" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 148 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.048182", + "updated_at": "2026-07-08T02:20:51.048182", + "url": "/v1/laptops/msi-venture-a16-ai-a3hmg-022in-abhinavflac-148" +} diff --git a/site/public/v1/laptops/msi-venturepro-15-ai-a1udxg-009in-abhinavflac-474/index.json b/site/public/v1/laptops/msi-venturepro-15-ai-a1udxg-009in-abhinavflac-474/index.json new file mode 100644 index 000000000000..6c771fa3800f --- /dev/null +++ b/site/public/v1/laptops/msi-venturepro-15-ai-a1udxg-009in-abhinavflac-474/index.json @@ -0,0 +1,42 @@ +{ + "id": 926, + "slug": "msi-venturepro-15-ai-a1udxg-009in-abhinavflac-474", + "base_model_slug": "msi-venturepro-15-ai-a1udxg-009in", + "name": "MSI VenturePro 15 AI A1UDXG-009IN", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1084, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 125H", + "gpu_name": "NVIDIA GeForce RTX RTX 3050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 474 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.052183", + "updated_at": "2026-07-08T02:20:51.053182", + "url": "/v1/laptops/msi-venturepro-15-ai-a1udxg-009in-abhinavflac-474" +} diff --git a/site/public/v1/laptops/msi-venturepro-15-ai-a1veg-008in-abhinavflac-475/index.json b/site/public/v1/laptops/msi-venturepro-15-ai-a1veg-008in-abhinavflac-475/index.json new file mode 100644 index 000000000000..1eff456b7dd7 --- /dev/null +++ b/site/public/v1/laptops/msi-venturepro-15-ai-a1veg-008in-abhinavflac-475/index.json @@ -0,0 +1,42 @@ +{ + "id": 927, + "slug": "msi-venturepro-15-ai-a1veg-008in-abhinavflac-475", + "base_model_slug": "msi-venturepro-15-ai-a1veg-008in", + "name": "MSI VenturePro 15 AI A1VEG-008IN", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 1325, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 155H", + "gpu_name": "NVIDIA GeForce RTX RTX 4050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 475 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.053182", + "updated_at": "2026-07-08T02:20:51.053182", + "url": "/v1/laptops/msi-venturepro-15-ai-a1veg-008in-abhinavflac-475" +} diff --git a/site/public/v1/laptops/msi-venturepro-a15-a3hweg-011in-abhinavflac-15/index.json b/site/public/v1/laptops/msi-venturepro-a15-a3hweg-011in-abhinavflac-15/index.json new file mode 100644 index 000000000000..d3db1f843698 --- /dev/null +++ b/site/public/v1/laptops/msi-venturepro-a15-a3hweg-011in-abhinavflac-15/index.json @@ -0,0 +1,42 @@ +{ + "id": 864, + "slug": "msi-venturepro-a15-a3hweg-011in-abhinavflac-15", + "base_model_slug": "msi-venturepro-a15-a3hweg-011in", + "name": "MSI VenturePro A15 A3HWEG-011IN", + "brand": { + "id": 137, + "slug": "msi", + "name": "MSI", + "country": "TW", + "url": "/v1/brands/msi" + }, + "cpu": null, + "gpu": null, + "release_date": "2019-01-01", + "msrp_usd": 1506, + "device_category": "General", + "cpu_name": "AMD Ryzen 7 350", + "gpu_name": "NVIDIA GeForce RTX RTX 5050", + "gpu_type": "Dedicated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 15 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.048182", + "updated_at": "2026-07-08T02:20:51.048182", + "url": "/v1/laptops/msi-venturepro-a15-a3hweg-011in-abhinavflac-15" +} diff --git a/site/public/v1/laptops/samsung-galaxy-book-2-np641bed-ka3in-abhinavflac-125/index.json b/site/public/v1/laptops/samsung-galaxy-book-2-np641bed-ka3in-abhinavflac-125/index.json new file mode 100644 index 000000000000..fb7139b1f354 --- /dev/null +++ b/site/public/v1/laptops/samsung-galaxy-book-2-np641bed-ka3in-abhinavflac-125/index.json @@ -0,0 +1,42 @@ +{ + "id": 954, + "slug": "samsung-galaxy-book-2-np641bed-ka3in-abhinavflac-125", + "base_model_slug": "samsung-galaxy-book-2-np641bed-ka3in", + "name": "Samsung Galaxy Book 2 NP641BED-KA3IN", + "brand": { + "id": 113, + "slug": "samsung", + "name": "Samsung", + "country": "KR", + "url": "/v1/brands/samsung" + }, + "cpu": null, + "gpu": null, + "release_date": "2022-01-01", + "msrp_usd": 843, + "device_category": "General", + "cpu_name": "Intel Core I5 1235U", + "gpu_name": "Intel UHD UHD Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 125 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.055183", + "updated_at": "2026-07-08T02:20:51.055183", + "url": "/v1/laptops/samsung-galaxy-book-2-np641bed-ka3in-abhinavflac-125" +} diff --git a/site/public/v1/laptops/samsung-galaxy-book-4-np750xgj-lg4in-abhinavflac-855/index.json b/site/public/v1/laptops/samsung-galaxy-book-4-np750xgj-lg4in-abhinavflac-855/index.json new file mode 100644 index 000000000000..617bec6e50b3 --- /dev/null +++ b/site/public/v1/laptops/samsung-galaxy-book-4-np750xgj-lg4in-abhinavflac-855/index.json @@ -0,0 +1,42 @@ +{ + "id": 955, + "slug": "samsung-galaxy-book-4-np750xgj-lg4in-abhinavflac-855", + "base_model_slug": "samsung-galaxy-book-4-np750xgj-lg4in", + "name": "Samsung Galaxy Book 4 NP750XGJ-LG4IN", + "brand": { + "id": 113, + "slug": "samsung", + "name": "Samsung", + "country": "KR", + "url": "/v1/brands/samsung" + }, + "cpu": null, + "gpu": null, + "release_date": "2023-01-01", + "msrp_usd": 422, + "device_category": "General", + "cpu_name": "Intel Core I3 1315U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 8, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 855 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.055183", + "updated_at": "2026-07-08T02:20:51.055183", + "url": "/v1/laptops/samsung-galaxy-book-4-np750xgj-lg4in-abhinavflac-855" +} diff --git a/site/public/v1/laptops/samsung-galaxy-book-4-np754xgq-ls1in-abhinavflac-42/index.json b/site/public/v1/laptops/samsung-galaxy-book-4-np754xgq-ls1in-abhinavflac-42/index.json new file mode 100644 index 000000000000..61b88b7a6666 --- /dev/null +++ b/site/public/v1/laptops/samsung-galaxy-book-4-np754xgq-ls1in-abhinavflac-42/index.json @@ -0,0 +1,42 @@ +{ + "id": 956, + "slug": "samsung-galaxy-book-4-np754xgq-ls1in-abhinavflac-42", + "base_model_slug": "samsung-galaxy-book-4-np754xgq-ls1in", + "name": "Samsung Galaxy Book 4 NP754XGQ-LS1IN", + "brand": { + "id": 113, + "slug": "samsung", + "name": "Samsung", + "country": "KR", + "url": "/v1/brands/samsung" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 530, + "device_category": "General", + "cpu_name": "Intel Core 5 120U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Linux", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 42 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.055183", + "updated_at": "2026-07-08T02:20:51.055183", + "url": "/v1/laptops/samsung-galaxy-book-4-np754xgq-ls1in-abhinavflac-42" +} diff --git a/site/public/v1/laptops/samsung-galaxy-book-5-360-abhinavflac-622/index.json b/site/public/v1/laptops/samsung-galaxy-book-5-360-abhinavflac-622/index.json new file mode 100644 index 000000000000..614766bd6a12 --- /dev/null +++ b/site/public/v1/laptops/samsung-galaxy-book-5-360-abhinavflac-622/index.json @@ -0,0 +1,42 @@ +{ + "id": 957, + "slug": "samsung-galaxy-book-5-360-abhinavflac-622", + "base_model_slug": "samsung-galaxy-book-5-360", + "name": "Samsung Galaxy Book 5 360 np750qha-lg1in", + "brand": { + "id": 113, + "slug": "samsung", + "name": "Samsung", + "country": "KR", + "url": "/v1/brands/samsung" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1301, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 226V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 622 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.055183", + "updated_at": "2026-07-08T02:20:51.055183", + "url": "/v1/laptops/samsung-galaxy-book-5-360-abhinavflac-622" +} diff --git a/site/public/v1/laptops/samsung-galaxy-book-5-360-abhinavflac-626/index.json b/site/public/v1/laptops/samsung-galaxy-book-5-360-abhinavflac-626/index.json new file mode 100644 index 000000000000..d846fbbfb64b --- /dev/null +++ b/site/public/v1/laptops/samsung-galaxy-book-5-360-abhinavflac-626/index.json @@ -0,0 +1,42 @@ +{ + "id": 958, + "slug": "samsung-galaxy-book-5-360-abhinavflac-626", + "base_model_slug": "samsung-galaxy-book-5-360", + "name": "Samsung Galaxy Book 5 360 np750qha-lg4in", + "brand": { + "id": 113, + "slug": "samsung", + "name": "Samsung", + "country": "KR", + "url": "/v1/brands/samsung" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1867, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 258V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 626 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.055183", + "updated_at": "2026-07-08T02:20:51.055183", + "url": "/v1/laptops/samsung-galaxy-book-5-360-abhinavflac-626" +} diff --git a/site/public/v1/laptops/samsung-galaxy-book-5-360-abhinavflac-627/index.json b/site/public/v1/laptops/samsung-galaxy-book-5-360-abhinavflac-627/index.json new file mode 100644 index 000000000000..e3e1cd2d03a2 --- /dev/null +++ b/site/public/v1/laptops/samsung-galaxy-book-5-360-abhinavflac-627/index.json @@ -0,0 +1,42 @@ +{ + "id": 959, + "slug": "samsung-galaxy-book-5-360-abhinavflac-627", + "base_model_slug": "samsung-galaxy-book-5-360", + "name": "Samsung Galaxy Book 5 360 NP750QHA-LG3IN", + "brand": { + "id": 113, + "slug": "samsung", + "name": "Samsung", + "country": "KR", + "url": "/v1/brands/samsung" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1626, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 256V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 627 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.055183", + "updated_at": "2026-07-08T02:20:51.055183", + "url": "/v1/laptops/samsung-galaxy-book-5-360-abhinavflac-627" +} diff --git a/site/public/v1/laptops/samsung-galaxy-book-5-360-abhinavflac-628/index.json b/site/public/v1/laptops/samsung-galaxy-book-5-360-abhinavflac-628/index.json new file mode 100644 index 000000000000..3ac938382ffd --- /dev/null +++ b/site/public/v1/laptops/samsung-galaxy-book-5-360-abhinavflac-628/index.json @@ -0,0 +1,42 @@ +{ + "id": 960, + "slug": "samsung-galaxy-book-5-360-abhinavflac-628", + "base_model_slug": "samsung-galaxy-book-5-360", + "name": "Samsung Galaxy Book 5 360 NP750QHA-LG2IN", + "brand": { + "id": 113, + "slug": "samsung", + "name": "Samsung", + "country": "KR", + "url": "/v1/brands/samsung" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1482, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 256V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 628 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.055183", + "updated_at": "2026-07-08T02:20:51.055183", + "url": "/v1/laptops/samsung-galaxy-book-5-360-abhinavflac-628" +} diff --git a/site/public/v1/laptops/samsung-galaxy-book-5-np750xhd-kd2in-abhinavflac-205/index.json b/site/public/v1/laptops/samsung-galaxy-book-5-np750xhd-kd2in-abhinavflac-205/index.json new file mode 100644 index 000000000000..5e41975c2a00 --- /dev/null +++ b/site/public/v1/laptops/samsung-galaxy-book-5-np750xhd-kd2in-abhinavflac-205/index.json @@ -0,0 +1,42 @@ +{ + "id": 961, + "slug": "samsung-galaxy-book-5-np750xhd-kd2in-abhinavflac-205", + "base_model_slug": "samsung-galaxy-book-5-np750xhd-kd2in", + "name": "Samsung Galaxy Book 5 NP750XHD-KD2IN", + "brand": { + "id": 113, + "slug": "samsung", + "name": "Samsung", + "country": "KR", + "url": "/v1/brands/samsung" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1060, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 255U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 205 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.055183", + "updated_at": "2026-07-08T02:20:51.055183", + "url": "/v1/laptops/samsung-galaxy-book-5-np750xhd-kd2in-abhinavflac-205" +} diff --git a/site/public/v1/laptops/samsung-galaxy-book-5-np750xhd-kd3in-abhinavflac-204/index.json b/site/public/v1/laptops/samsung-galaxy-book-5-np750xhd-kd3in-abhinavflac-204/index.json new file mode 100644 index 000000000000..455ed02eec45 --- /dev/null +++ b/site/public/v1/laptops/samsung-galaxy-book-5-np750xhd-kd3in-abhinavflac-204/index.json @@ -0,0 +1,42 @@ +{ + "id": 962, + "slug": "samsung-galaxy-book-5-np750xhd-kd3in-abhinavflac-204", + "base_model_slug": "samsung-galaxy-book-5-np750xhd-kd3in", + "name": "Samsung Galaxy Book 5 np750xhd-kd3in", + "brand": { + "id": 113, + "slug": "samsung", + "name": "Samsung", + "country": "KR", + "url": "/v1/brands/samsung" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1253, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 255U", + "gpu_name": "Intel Integrated Graphics Integrated Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 15.0, + "resolution": "1920x1080" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 204 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.055183", + "updated_at": "2026-07-08T02:20:51.055183", + "url": "/v1/laptops/samsung-galaxy-book-5-np750xhd-kd3in-abhinavflac-204" +} diff --git a/site/public/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-618/index.json b/site/public/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-618/index.json new file mode 100644 index 000000000000..c33548fd8460 --- /dev/null +++ b/site/public/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-618/index.json @@ -0,0 +1,42 @@ +{ + "id": 963, + "slug": "samsung-galaxy-book-5-pro-abhinavflac-618", + "base_model_slug": "samsung-galaxy-book-5-pro", + "name": "Samsung Galaxy Book 5 Pro NP940XHA-LG1IN", + "brand": { + "id": 113, + "slug": "samsung", + "name": "Samsung", + "country": "KR", + "url": "/v1/brands/samsung" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1590, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 226V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 618 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.055183", + "updated_at": "2026-07-08T02:20:51.056182", + "url": "/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-618" +} diff --git a/site/public/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-619/index.json b/site/public/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-619/index.json new file mode 100644 index 000000000000..8c25fb6fa51a --- /dev/null +++ b/site/public/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-619/index.json @@ -0,0 +1,42 @@ +{ + "id": 964, + "slug": "samsung-galaxy-book-5-pro-abhinavflac-619", + "base_model_slug": "samsung-galaxy-book-5-pro", + "name": "Samsung Galaxy Book 5 Pro np940xha-lg3in/", + "brand": { + "id": 113, + "slug": "samsung", + "name": "Samsung", + "country": "KR", + "url": "/v1/brands/samsung" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2072, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 258V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 619 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.056182", + "updated_at": "2026-07-08T02:20:51.056182", + "url": "/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-619" +} diff --git a/site/public/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-620/index.json b/site/public/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-620/index.json new file mode 100644 index 000000000000..0b4f3172c2c7 --- /dev/null +++ b/site/public/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-620/index.json @@ -0,0 +1,42 @@ +{ + "id": 965, + "slug": "samsung-galaxy-book-5-pro-abhinavflac-620", + "base_model_slug": "samsung-galaxy-book-5-pro", + "name": "Samsung Galaxy Book 5 Pro 16 NP960XHA-LG3IN", + "brand": { + "id": 113, + "slug": "samsung", + "name": "Samsung", + "country": "KR", + "url": "/v1/brands/samsung" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2193, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 258V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 620 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.056182", + "updated_at": "2026-07-08T02:20:51.056182", + "url": "/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-620" +} diff --git a/site/public/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-621/index.json b/site/public/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-621/index.json new file mode 100644 index 000000000000..b24eba983f26 --- /dev/null +++ b/site/public/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-621/index.json @@ -0,0 +1,42 @@ +{ + "id": 966, + "slug": "samsung-galaxy-book-5-pro-abhinavflac-621", + "base_model_slug": "samsung-galaxy-book-5-pro", + "name": "Samsung Galaxy Book 5 Pro 360 np960qha-kg3in", + "brand": { + "id": 113, + "slug": "samsung", + "name": "Samsung", + "country": "KR", + "url": "/v1/brands/samsung" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1879, + "device_category": "General", + "cpu_name": "Intel Core Ultra 5 226V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 621 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.056182", + "updated_at": "2026-07-08T02:20:51.056182", + "url": "/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-621" +} diff --git a/site/public/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-623/index.json b/site/public/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-623/index.json new file mode 100644 index 000000000000..5ae65c210a16 --- /dev/null +++ b/site/public/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-623/index.json @@ -0,0 +1,42 @@ +{ + "id": 967, + "slug": "samsung-galaxy-book-5-pro-abhinavflac-623", + "base_model_slug": "samsung-galaxy-book-5-pro", + "name": "Samsung Galaxy Book 5 Pro 360 np960qha-kg4in", + "brand": { + "id": 113, + "slug": "samsung", + "name": "Samsung", + "country": "KR", + "url": "/v1/brands/samsung" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 2361, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 258V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 32, + "storage_gb": 1024, + "display": { + "size_inch": 16.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 623 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.056182", + "updated_at": "2026-07-08T02:20:51.056182", + "url": "/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-623" +} diff --git a/site/public/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-624/index.json b/site/public/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-624/index.json new file mode 100644 index 000000000000..f44d9a0f7ca9 --- /dev/null +++ b/site/public/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-624/index.json @@ -0,0 +1,42 @@ +{ + "id": 968, + "slug": "samsung-galaxy-book-5-pro-abhinavflac-624", + "base_model_slug": "samsung-galaxy-book-5-pro", + "name": "Samsung Galaxy Book 5 Pro 360 np960qha-kg1in", + "brand": { + "id": 113, + "slug": "samsung", + "name": "Samsung", + "country": "KR", + "url": "/v1/brands/samsung" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1976, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 256V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 16.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 624 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.056182", + "updated_at": "2026-07-08T02:20:51.056182", + "url": "/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-624" +} diff --git a/site/public/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-625/index.json b/site/public/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-625/index.json new file mode 100644 index 000000000000..d3f6e260e118 --- /dev/null +++ b/site/public/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-625/index.json @@ -0,0 +1,42 @@ +{ + "id": 969, + "slug": "samsung-galaxy-book-5-pro-abhinavflac-625", + "base_model_slug": "samsung-galaxy-book-5-pro", + "name": "Samsung Galaxy Book 5 Pro np940xha-lg2in", + "brand": { + "id": 113, + "slug": "samsung", + "name": "Samsung", + "country": "KR", + "url": "/v1/brands/samsung" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1687, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 256V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 512, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 625 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.056182", + "updated_at": "2026-07-08T02:20:51.056182", + "url": "/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-625" +} diff --git a/site/public/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-847/index.json b/site/public/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-847/index.json new file mode 100644 index 000000000000..aa4ce6dd9f06 --- /dev/null +++ b/site/public/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-847/index.json @@ -0,0 +1,42 @@ +{ + "id": 970, + "slug": "samsung-galaxy-book-5-pro-abhinavflac-847", + "base_model_slug": "samsung-galaxy-book-5-pro", + "name": "Samsung Galaxy Book 5 Pro NP940XHA-LG4IN", + "brand": { + "id": 113, + "slug": "samsung", + "name": "Samsung", + "country": "KR", + "url": "/v1/brands/samsung" + }, + "cpu": null, + "gpu": null, + "release_date": "2024-01-01", + "msrp_usd": 1759, + "device_category": "General", + "cpu_name": "Intel Core Ultra 7 256V", + "gpu_name": "Intel Arc Arc Graphics", + "gpu_type": "Integrated", + "ram_gb": 16, + "storage_gb": 1024, + "display": { + "size_inch": 14.0, + "resolution": "2880x1800" + }, + "weight_g": null, + "os": "Windows", + "os_version": null, + "variant": { + "source_dataset": "abhinavflac/laptops-specs-dataset", + "source_row": 847 + }, + "image_url": null, + "verified": false, + "source_urls": [ + "https://github.com/abhinavflac/laptops-specs-dataset" + ], + "created_at": "2026-07-08T02:20:51.056182", + "updated_at": "2026-07-08T02:20:51.056182", + "url": "/v1/laptops/samsung-galaxy-book-5-pro-abhinavflac-847" +}