# Lenovo Product ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/lenovo/product` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/lenovo-product | ## Description Extract full Lenovo product details by URL or part number: price, specs, availability, images, and warranty from lenovo.com in real time. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/lenovo/product' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Lookup Legion 5i Gen 8 by URL ```json { "os": "Windows 11 Home", "ram": "16GB DDR5 5200MHz (2x 8GB SO-DIMM)", "url": "https://www.lenovo.com/us/en/p/laptops/legion-laptops/legion-5-series/legion-5i-gen-8/len101g0008", "color": "Onyx Grey", "ports": { "hdmi": "HDMI 2.1", "usb_a": 3, "usb_c": 2, "sd_card": "Full SD", "ethernet": "RJ-45 2.5 GbE", "thunderbolt": 0, "headphone_jack": true, "mini_displayport": false }, "price": 1249.99, "title": "Lenovo Legion 5i Gen 8 (15.6\", Intel) - Onyx Grey", "images": [ "https://p3-ofp.static.pub/fes/cms/2023/05/10/legion5igen8_front_onyxgrey_1200.png", "https://p3-ofp.static.pub/fes/cms/2023/05/10/legion5igen8_side_1200.png", "https://p3-ofp.static.pub/fes/cms/2023/05/10/legion5igen8_keyboard_1200.png", "https://p3-ofp.static.pub/fes/cms/2023/05/10/legion5igen8_back_1200.png" ], "rating": 4.7, "series": "Legion", "weight": "2.4 kg / 5.29 lbs", "display": { "size": "15.6 inches", "touch": false, "brightness": "300 nit", "panel_type": "IPS", "resolution": "1920x1080 (FHD)", "color_gamut": "sRGB 100%", "refresh_rate": "165 Hz" }, "storage": "512GB SSD M.2 PCIe NVMe Gen 4", "category": "Laptops", "currency": "USD", "graphics": "NVIDIA GeForce RTX 4060 8GB GDDR6", "ships_in": "Ships in 1-2 business days", "warranty": "1-year Premium Care", "processor": "Intel Core i7-13700HX", "dimensions": { "depth": "264.2 mm", "width": "359.4 mm", "height": "21.65 mm" }, "highlights": [ "13th Gen Intel Core i7-13700HX processor (up to 5.0 GHz)", "NVIDIA GeForce RTX 4060 8GB GDDR6 with 140W TGP", "15.6-inch FHD IPS display, 165Hz, 300 nit", "16GB DDR5 5200MHz, upgradeable to 32GB", "512GB SSD PCIe NVMe Gen 4 + extra M.2 slot", "Coldfront 5.0 thermal system with dual-fan, quad-exhaust" ], "is_on_sale": true, "product_id": "82WK00CPUS", "sale_price": 999.99, "description": "The Legion 5i Gen 8 is built for gamers who want desktop-class performance in a portable package. Powered by the 13th Gen Intel Core i7-13700HX processor and NVIDIA GeForce RTX 4060 GPU, it handles AAA titles and demanding workloads without compromise. The 15.6-inch IPS display with 165Hz refresh rate keeps gameplay smooth and responsive.", "part_number": "82WK00CPUS", "availability": "in_stock", "battery_life": "Up to 8 hours / 60 Wh", "connectivity": { "wifi": "Wi-Fi 6E (802.11ax)", "bluetooth": "Bluetooth 5.1" }, "review_count": 483, "sub_category": "Gaming Laptops", "where_to_buy": [ { "url": "https://www.bestbuy.com/site/lenovo-legion-5i-gen-8/", "name": "Best Buy" }, { "url": "https://www.amazon.com/lenovo-legion-5i-gen-8/", "name": "Amazon" }, { "url": "https://www.walmart.com/ip/lenovo-legion-5i-gen-8/", "name": "Walmart" } ], "category_path": [ "Laptops", "Gaming Laptops", "Legion 5 Series" ], "thumbnail_url": "https://p3-ofp.static.pub/fes/cms/2023/05/10/legion5igen8_front_onyxgrey_500.png", "related_products": [ { "url": "https://www.lenovo.com/us/en/p/laptops/legion-laptops/legion-5-series/legion-5i-gen-8/82wk00d0us", "name": "Lenovo Legion 5i Gen 8 (15.6\", Intel) - Storm Grey", "price": 1249.99, "product_id": "82WK00D0US" }, { "url": "https://www.lenovo.com/us/en/p/laptops/legion-laptops/legion-5-series/legion-5i-gen-9/83dg0002us", "name": "Lenovo Legion 5i Gen 9 (16\", Intel) - Onyx Grey", "price": 1399.99, "product_id": "83DG0002US" } ], "discount_percentage": 20, "rating_distribution": { "1": 5, "2": 11, "3": 28, "4": 98, "5": 341 } } ``` ### Lookup ThinkPad E16 by part number ```json { "os": "Windows 11 Pro", "ram": "16GB DDR5 5600MHz", "url": "https://www.lenovo.com/us/en/p/laptops/thinkpad/thinkpade/thinkpad-e16-gen-2-intel/len101t0085", "color": "Graphite Black", "ports": { "hdmi": "HDMI 2.1", "usb_a": 2, "usb_c": 2, "sd_card": false, "ethernet": "RJ-45 Gigabit", "thunderbolt": 0, "headphone_jack": true, "mini_displayport": false }, "price": 849.99, "title": "Lenovo ThinkPad E16 Gen 2 Intel (16\") - Graphite Black", "images": [ "https://p3-ofp.static.pub/fes/cms/2024/06/14/thinkpade16gen2_front_1200.png", "https://p3-ofp.static.pub/fes/cms/2024/06/14/thinkpade16gen2_side_1200.png", "https://p3-ofp.static.pub/fes/cms/2024/06/14/thinkpade16gen2_open_1200.png" ], "rating": 4.7, "series": "ThinkPad", "weight": "1.83 kg / 4.03 lbs", "display": { "size": "16 inches", "touch": false, "brightness": "300 nit", "panel_type": "IPS", "resolution": "1920x1200 (WUXGA)", "color_gamut": "sRGB 45%", "refresh_rate": "60 Hz" }, "storage": "512GB SSD M.2 PCIe NVMe Gen 4", "category": "Laptops", "currency": "USD", "graphics": "Intel Graphics (integrated)", "ships_in": "Ships in 2-3 business days", "warranty": "1-year Premium Care", "processor": "Intel Core Ultra 5 125U", "dimensions": { "depth": "253.8 mm", "width": "365.8 mm", "height": "17.9 mm" }, "highlights": [ "Intel Core Ultra 5 125U processor (up to 4.3 GHz)", "16-inch WUXGA IPS anti-glare display, 300 nit", "16GB DDR5 5600MHz memory, upgradeable to 48GB", "512GB SSD M.2 PCIe NVMe Gen 4", "MIL-SPEC (MIL-STD-810H) durability tested", "Up to 13.3 hours battery life" ], "is_on_sale": true, "product_id": "21JK000HUS", "sale_price": 679.99, "description": "The ThinkPad E16 Gen 2 delivers reliable business performance for everyday professionals. Intel Core Ultra processing, a crisp 16-inch display, and MIL-SPEC durability make it a dependable companion for hybrid work environments.", "part_number": "21JK000HUS", "availability": "in_stock", "battery_life": "Up to 13.3 hours / 57 Wh", "connectivity": { "wifi": "Wi-Fi 6E (802.11ax)", "bluetooth": "Bluetooth 5.3" }, "review_count": 312, "sub_category": "Business Laptops", "where_to_buy": [ { "url": "https://www.cdw.com/product/lenovo-thinkpad-e16-gen-2/", "name": "CDW" }, { "url": "https://www.bhphotovideo.com/lenovo-thinkpad-e16/", "name": "B&H Photo" } ], "category_path": [ "Laptops", "ThinkPad", "ThinkPad E Series" ], "thumbnail_url": "https://p3-ofp.static.pub/fes/cms/2024/06/14/o0n5ij8z87b1khz86ful65l7e1qsvf631721.png", "related_products": [ { "url": "https://www.lenovo.com/us/en/p/laptops/thinkpad/thinkpade/thinkpad-e16-gen-2-intel/21jk0009us", "name": "Lenovo ThinkPad E16 Gen 2 Intel (16\") - 32GB RAM variant", "price": 1049.99, "product_id": "21JK0009US" } ], "discount_percentage": 20, "rating_distribution": { "1": 3, "2": 7, "3": 16, "4": 55, "5": 231 } } ``` ## Documentation ## Overview The Lenovo Product API extracts complete structured data from any Lenovo product page by URL or part number (MTM code). Get pricing, promotions, availability, full technical specs, ratings, images, warranty, and related products, all in real time from lenovo.com. Lenovo.com is protected by Akamai Bot Manager. Piloterr handles all anti-bot layers and parsing so you get consistent JSON on every call. ## Quickstart ``` GET https://api.piloterr.com/v2/lenovo/product?query=21JK000HUS ``` ## Main use cases - Extract full spec sheets to enrich product databases for resellers and comparison sites - Set up price drop alerts for specific ThinkPad or Legion models using part number lookups - Monitor availability changes for procurement teams sourcing enterprise hardware at scale - Enrich CRM or ERP catalogues with live Lenovo product data without manual data entry - Track warranty and configuration changes across Lenovo product refreshes