Perekrestok
Search grocery products and get product details at Perekrestok
Perekrestok is a major grocery retail chain in Russia. Search for grocery and food products, and retrieve detailed product information including prices, descriptions, and availability.
Search for products in the Perekrestok (Перекрёсток) online store catalog. Returns product details including price, discounts, brand, weight, 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 from Perekrestok |
↳ 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 |
↳ inStock | boolean | Whether the product is in stock |
↳ hasDiscount | boolean | Whether the product has a discount |
↳ discountPercent | number | Discount percentage |
↳ 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 |
error | string | Error message if any |