Discover/vkusvill.ru API
live

vkusvill.ru APIvkusvill.ru

Access VkusVill grocery data via API: product catalog, search, offers, reviews, and full nutritional details across all store categories.

Endpoints
6
Updated
3mo ago
Try it

No input parameters required.

api.parse.bot/scraper/b9ba7d60-a502-4207-a42e-b468f034570f/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/b9ba7d60-a502-4207-a42e-b468f034570f/get_catalog_categories' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Retrieves all top-level product categories from the VkusVill catalog. Returns category names, slugs, and URLs.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "categories": "array of category objects, each with name, url, and slug"
  },
  "sample": {
    "data": {
      "categories": [
        {
          "url": "https://vkusvill.ru/goods/sladosti-i-deserty/",
          "name": "Сладости, десерты",
          "slug": "sladosti-i-deserty"
        },
        {
          "url": "https://vkusvill.ru/goods/gotovaya-eda/",
          "name": "Готовая еда",
          "slug": "gotovaya-eda"
        }
      ]
    },
    "status": "success"
  }
}

About the vkusvill.ru API

The VkusVill API covers 6 endpoints for accessing product catalog data from VkusVill, a Russian grocery retailer. Use search_products to query items by name and receive fields like price, weight, rating, and labels, or call get_product_detail to retrieve full ingredient lists, nutritional information (белки, жиры, углеводы, ккал), and review counts for any individual product.

Product Search and Catalog

The search_products endpoint accepts a required query string in Russian (e.g. молоко) and an optional page integer for pagination. Each result includes the product's id, name, price, weight, rating, labels, and url. The get_catalog_categories endpoint returns all top-level store categories, each with a name, url, and slug — the slug feeds directly into other endpoints.

Offers and Discounts

get_all_offers returns the full set of currently active discounted products across every category, using the same product card shape as search results. If you want to narrow results, get_offers_by_category accepts a category_slug parameter (e.g. morozhenoe or molochnye-produkty-yaytso) sourced from get_catalog_categories. Both offer endpoints return id, name, price, weight, rating, labels, and url.

Product Detail and Reviews

get_product_detail takes a product_slug (e.g. moloko-3-2-1-l-173.html) and returns the full product record: name, price, weight, rating, description, ingredients, reviews_count, and a nutritional_info object with protein, fat, carbohydrate, and calorie values. get_product_reviews accepts a numeric product_id and optional page, returning up to 10 reviews per page with author, rating, date, and text fields.

Common use cases
  • Track price changes on specific VkusVill products by polling search_products or get_product_detail over time.
  • Build a discount alert tool using get_all_offers to monitor active promotions across all categories.
  • Filter current offers by grocery category using get_offers_by_category with slugs from get_catalog_categories.
  • Aggregate nutritional data (calories, protein, fat, carbs) from get_product_detail for dietary analysis.
  • Analyze customer sentiment by collecting review text and ratings via get_product_reviews across multiple product IDs.
  • Populate a product comparison tool with ingredient lists and nutritional info from get_product_detail.
  • Index the full VkusVill category tree using get_catalog_categories to build navigation or category-level reporting.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does VkusVill have an official developer API?+
VkusVill does not publish a public developer API or API documentation for third-party use.
What does get_product_detail return beyond basic product info?+
get_product_detail returns the full product record including a description, an ingredients string, reviews_count, and a nutritional_info object containing белки (protein), жиры (fat), углеводы (carbohydrates), and ккал (calories). It requires a product_slug formatted like moloko-3-2-1-l-173.html, which you can obtain from search_products or offer listing results.
How many reviews does get_product_reviews return per call?+
The endpoint returns up to 10 reviews per page. Use the optional page parameter to paginate through additional reviews. The count field in the response reflects how many reviews were returned on that specific page, not the total review count for the product.
Does the API support filtering products by category or price range?+
Category-level filtering is available only for offers via get_offers_by_category. General product search through search_products does not support category or price-range filters — it returns results matching the text query across all categories. You can fork this API on Parse and revise it to add a category-filtered product browsing endpoint.
Does the API expose store inventory or availability by location?+
No stock level or store-location availability data is exposed. The endpoints cover catalog listings, pricing, offers, and reviews. You can fork this API on Parse and revise it to add location-specific availability if that data becomes accessible.
Page content last updated . Spec covers 6 endpoints from vkusvill.ru.
Related APIs in Food DiningSee all →
dia.es API
Browse and search products across Día supermarket's catalog, view product details, categories, and current offers available on dia.es. Find specific items, explore product categories and subcategories, and discover active promotions.
kroger.com API
Find Kroger grocery store locations across the US organized by state, city, and search parameters. Get detailed store information including directories and specifics for any Kroger location in your area.
coupons.com API
Search and discover coupons, printable offers, and store-specific deals from Coupons.com. Browse top featured offers, find deals across thousands of retailers, and access aggregated coupon data including discount amounts, usage conditions, and expiration details.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
winecompanion.com.au API
Browse and explore Australian wineries from Wine Companion's comprehensive directory, including contact details, ratings, and regional locations. Search and filter by state, region, or facilities to find wineries across Australia.
liquor.com API
Find and browse thousands of cocktail recipes with ratings and user reviews, search drinks by ingredient or category, and read curated articles about spirits and mixology. Get detailed recipe instructions, comments from other users, and expert content all in one place.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
opentable.com API
Search for restaurants across the US with ratings, reviews, photos, and pricing information, plus get real-time availability and autocomplete suggestions as you type. Check reservation openings and explore detailed restaurant features to find and book your perfect dining experience.
VkusVill API – Grocery Products & Offers · Parse