Piloterr

Lenovo Product

GET
/v2/lenovo/product

Extract a Lenovo product page by URL: id, name, price, currency, availability, images, and description (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

Full Lenovo product URL (must contain /p/). Bare part numbers are rejected.

Examples:

https://www.lenovo.com/fr/fr/p/workstations/thinkstationp/thinkstation-p5-gen-2-intel-tower-workstation/len102s0024
https://www.lenovo.com/us/en/p/laptops/thinkpad/thinkpade/lenovo-thinkpad-e16-gen-3-16-inch-intel/21tf001nus

Antworttext

application/json

application/json

application/json

application/json

application/json

application/json

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

{  "mpn": "LEN102S0024",  "sku": "LEN102S0024",  "url": "https://www.lenovo.com/fr/fr/p/workstations/thinkstationp/thinkstation-p5-gen-2-intel-tower-workstation/len102s0024",  "name": "ThinkStation P5 Gen 2 (Intel) Tower",  "brand": "Série P",  "price": 4439.02,  "title": "ThinkStation P5 Gen 2 (Intel) Tower",  "images": [    "https://p4-ofp.static.pub/ShareResource/optimized/thinkstation/thinkstation-p5-gen2-intel-tower/lenovo-thinkstation-p5-gen-2-pdp-hero.png"  ],  "series": "ThinkStation",  "category": "Workstations",  "currency": "EUR",  "product_id": "LEN102S0024",  "config_type": "CTO",  "description": "La station de travail tour Lenovo ThinkStation P5 Gen 2 (Intel) offre des performances prêtes pour l’IA, un processeur avancé et une carte graphique professionnelle pour les tâches critiques.",  "availability": "in_stock",  "thumbnail_url": "https://p4-ofp.static.pub/ShareResource/optimized/thinkstation/thinkstation-p5-gen2-intel-tower/lenovo-thinkstation-p5-gen-2-pdp-hero.png"}

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