Lenta
Search products, get product details, and find Lenta stores
Lenta is one of the largest retail chains in Russia. Search for grocery and household products, retrieve detailed product information, and find Lenta store locations and hours.
Search for products in the Lenta (Лента) online store catalog. Returns product details including price, brand, weight, availability, and category.
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
query | string | Yes | No description |
city | string | No | No description |
page | number | No | No description |
| Parameter | Type | Description |
|---|
items | array | List of products |
↳ id | string | Product ID |
↳ name | string | Product name |
↳ brand | string | Product brand |
↳ price | number | Current price in rubles |
↳ oldPrice | number | Original price in rubles (before discount) |
↳ weight | string | Product weight or unit |
↳ imageUrl | string | Product image URL |
↳ category | string | Product category name |
↳ description | string | Product description |
↳ inStock | boolean | Whether the product is in stock |
↳ url | string | Product page URL |
total | number | Total number of products found |
page | number | Current page number |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
success | boolean | API success status |
products | array | List of products |
product | json | Product details |
stores | json | Store locations and info |
error | string | Error message if any |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
success | boolean | API success status |
products | array | List of products |
product | json | Product details |
stores | json | Store locations and info |
error | string | Error message if any |