# Lenovo Search ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/lenovo/search` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/lenovo-search | ## Description Search Lenovo products and get real-time prices, specs, availability, and ratings across ThinkPad, IdeaPad, Legion, and Yoga lines. ## 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/search' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Search ThinkPad laptops ```json { "meta": { "query": "ThinkPad laptop", "total_pages": 3, "current_page": 1, "has_next_page": true, "total_results": 47 }, "results": [ { "ram": "16GB DDR5 5600MHz", "url": "https://www.lenovo.com/us/en/p/laptops/thinkpad/thinkpade/thinkpad-e16-gen-2-intel/len101t0085", "name": "Lenovo ThinkPad E16 Gen 2 Intel (16\") - Graphite Black", "price": 849.99, "rating": 4.7, "series": "ThinkPad", "storage": "512GB SSD M.2 PCIe NVMe", "category": "Laptops", "currency": "USD", "processor": "Intel Core Ultra 5 125U", "product_id": "21JK000HUS", "sale_price": 679.99, "part_number": "21JK000HUS", "availability": "in_stock", "review_count": 312, "thumbnail_url": "https://p3-ofp.static.pub/fes/cms/2024/06/14/o0n5ij8z87b1khz86ful65l7e1qsvf631721.png", "discount_percentage": 20 }, { "ram": "32GB LPDDR5X 8533MHz", "url": "https://www.lenovo.com/us/en/p/laptops/thinkpad/thinkpadx1/thinkpad-x1-carbon-gen-13-aura/len101t0173", "name": "Lenovo ThinkPad X1 Carbon Gen 13 Aura Edition (14\") - Deep Black", "price": 1849, "rating": 4.8, "series": "ThinkPad", "storage": "1TB SSD M.2 PCIe NVMe", "category": "Laptops", "currency": "USD", "processor": "Intel Core Ultra 7 258V", "product_id": "21MS004BUS", "sale_price": 1479.2, "part_number": "21MS004BUS", "availability": "in_stock", "review_count": 541, "thumbnail_url": "https://p3-ofp.static.pub/fes/cms/2024/11/07/x1carbongen13_thumbnail.png", "discount_percentage": 20 }, { "ram": "16GB LPDDR5x 6400MHz", "url": "https://www.lenovo.com/us/en/p/laptops/thinkpad/thinkpadt/thinkpad-t14s-gen-4-amd/21d20017us", "name": "Lenovo ThinkPad T14s Gen 4 AMD (14\") - Deep Black", "price": 1129, "rating": 4.6, "series": "ThinkPad", "storage": "512GB SSD M.2 PCIe NVMe Gen 4", "category": "Laptops", "currency": "USD", "processor": "AMD Ryzen 7 PRO 7840U", "product_id": "21D20017US", "sale_price": null, "part_number": "21D20017US", "availability": "in_stock", "review_count": 198, "thumbnail_url": "https://p3-ofp.static.pub/fes/cms/2023/04/20/t14sgen4amd_thumbnail.png", "discount_percentage": null } ] } ``` ### Search Legion gaming laptops ```json { "meta": { "query": "gaming laptop Legion", "total_pages": 2, "current_page": 1, "has_next_page": true, "total_results": 22 }, "results": [ { "ram": "16GB DDR5 5600MHz", "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, "rating": 4.8, "series": "Legion", "storage": "512GB SSD M.2 PCIe NVMe Gen 4", "category": "Laptops", "currency": "USD", "processor": "Intel Core i7-14650HX", "product_id": "83DG0002US", "sale_price": 1119.99, "part_number": "83DG0002US", "availability": "in_stock", "review_count": 267, "thumbnail_url": "https://p3-ofp.static.pub/fes/cms/2024/04/15/legion5igen9_onyxgrey_thumbnail.png", "discount_percentage": 20 }, { "ram": "32GB DDR5 5600MHz", "url": "https://www.lenovo.com/us/en/p/laptops/legion-laptops/legion-7-series/legion-7i-gen-9/83es0006us", "name": "Lenovo Legion 7i Gen 9 (16\", Intel) - Glacier White", "price": 1799.99, "rating": 4.9, "series": "Legion", "storage": "1TB SSD M.2 PCIe NVMe Gen 4", "category": "Laptops", "currency": "USD", "processor": "Intel Core i9-14900HX", "product_id": "83ES0006US", "sale_price": null, "part_number": "83ES0006US", "availability": "in_stock", "review_count": 143, "thumbnail_url": "https://p3-ofp.static.pub/fes/cms/2024/04/15/legion7igen9_white_thumbnail.png", "discount_percentage": null } ] } ``` ## Documentation ## Overview The Lenovo Search API gives you structured access to the full product catalogue on lenovo.com. Query any keyword, model number, or product series and get product names, live prices, promotions, availability, ratings, specifications, and direct URLs: across ThinkPad, IdeaPad, Legion, Yoga, ThinkBook, desktops, tablets, and accessories. Lenovo's website is protected by Akamai Bot Manager. Piloterr handles all anti-bot layers, proxy rotation, and parsing so you get clean JSON with a single API call. ## Quickstart ``` GET https://api.piloterr.com/v2/lenovo/search?query=ThinkPad+laptop ``` ## Main use cases - Track Lenovo prices across ThinkPad, IdeaPad, and Legion lines for competitive intelligence - Scrape the full Lenovo catalogue for product comparison platforms and price aggregators - Automate procurement workflows by monitoring availability and pricing for enterprise hardware buyers - Feed market research dashboards with live Lenovo data for distributors and resellers - Monitor spec changes and new launches to keep internal catalogues current