Piloterr

Lenovo Search

GET
/v2/lenovo/search

Search Lenovo products by keyword or listing URL. Returns product id, price, currency, series, and availability via browser rendering (2 credits).

Credit cost: 2 credits per call

Autorisierung

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Abfrageparameter

query*string

Keyword or full Lenovo search / category URL.

Examples:

thinkpad
https://www.lenovo.com/fr/fr/search?fq=&text=thinkpad
https://www.lenovo.com/fr/fr/desktops/subseries-results/?visibleDatas=3906:ThinkStation
locale?string

Store locale when query is a keyword (ignored for full URLs).

  • fr/fr (default, EUR)
  • de/de (EUR)
  • gb/en (GBP)
  • us/en (USD)
  • es/es (EUR)
  • it/it (EUR)
Default"fr/fr"

Antworttext

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v2/lenovo/search?query=string"

{  "meta": {    "query": "https://www.lenovo.com/fr/fr/search?fq=&text=thinkpad",    "current_page": 1,    "has_next_page": false,    "total_results": 20  },  "results": [    {      "url": "https://www.lenovo.com/fr/fr/p/laptops/thinkpad/thinkpadp/thinkpad-p14s-gen-6-14-inch-amd-mobile-workstation/21qlcto1wwfr1",      "name": "ThinkPad P14s Gen 6 (AMD)",      "price": 2519,      "series": "ThinkPad",      "currency": "EUR",      "product_id": "21QLCTO1WWFR1",      "availability": "in_stock",      "thumbnail_url": "https://p3-ofp.static.pub/ShareResource/optimized/pdp/thinkpad/thinkpad-p-series/len101t0118/thinkpad-p14s-gen-6-14-amd-series.png?width=584&height=584"    },    {      "url": "https://www.lenovo.com/fr/fr/p/laptops/thinkpad/thinkpadl/lenovo-thinkpad-l14-gen-6-14-inch-amd/21secto1wwfr4",      "name": "ThinkPad L14 Gen 6 (AMD)",      "price": 1759.01,      "series": "ThinkPad",      "currency": "EUR",      "product_id": "21SECTO1WWFR4",      "availability": "in_stock",      "thumbnail_url": "https://p1-ofp.static.pub/ShareResource/we/images/JK-2CD/len101t0144.png?width=584&height=584"    },    {      "url": "https://www.lenovo.com/fr/fr/p/laptops/thinkpad/thinkpadl/lenovo-thinkpad-l14-gen-6-14-inch-amd/21secto1wwfr3",      "name": "ThinkPad L14 Gen 6 (AMD)",      "price": 1623.9,      "series": "ThinkPad",      "currency": "EUR",      "product_id": "21SECTO1WWFR3",      "availability": "in_stock",      "thumbnail_url": "https://p4-ofp.static.pub//fes/cms/2026/07/17/vlgy32mp541qdf1eeczc522skq63se938147.png?width=584&height=584"    }  ]}

{  "error": "Bad Request"}
{  "error": "Invalid API Key"}
{  "error": "Payment required"}
{  "error": "Rate limit exceeded for the API key: quota monthly"}
{  "error": "Internal Error"}