Discover/ozon.ru API
live

ozon.ru APIozon.ru

Extract product details, reviews, Q&A, seller info, and category trees from Ozon.ru via 8 structured JSON endpoints.

Endpoints
8
Updated
3mo ago
Try it
Page number
Sort order (popular, new, price_asc, price_desc, rating, discount)
Search keyword
api.parse.bot/scraper/d5fe59e8-d72b-4067-8116-72bc658a37ce/<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/d5fe59e8-d72b-4067-8116-72bc658a37ce/search_products' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 8 totalclick to expand

Search for products by keyword with support for sorting and pagination.

Input
ParamTypeDescription
pageintegerPage number
sortstringSort order (popular, new, price_asc, price_desc, rating, discount)
queryrequiredstringSearch keyword
Response
{
  "type": "object",
  "fields": {
    "total": "integer",
    "products": "array"
  },
  "sample": {
    "total": 1,
    "products": [
      {
        "id": "3015551004",
        "url": "https://www.ozon.ru/product/...",
        "price": {
          "current": "51143 ₽",
          "discount": "-10%",
          "original": "56825 ₽"
        },
        "title": "Apple Смартфон iPhone 16e 128GB Black 8/128 ГБ, черный",
        "rating": {
          "rating": "5.0",
          "reviews": "4 отзыва"
        }
      }
    ]
  }
}

About the ozon.ru API

The Ozon.ru API exposes 8 endpoints covering product search, category browsing, full product details, customer reviews, Q&A, seller profiles, and the complete category tree from Russia's largest e-commerce marketplace. The get_product_details endpoint alone returns 9 fields including SKU, price, rating, description, images, and a characteristics array, making it straightforward to build product data pipelines against Ozon's catalog.

Product Search and Category Browsing

The search_products endpoint accepts a required query string plus optional page and sort parameters. Sort values include popular, new, price_asc, price_desc, rating, and discount, giving you control over result ordering. The response returns a total count and a products array. For category-level browsing, get_category_products takes a full category_url and the same sort and pagination options. get_category_tree requires no inputs and returns the full hierarchical category structure in a data array, useful for mapping Ozon's taxonomy before building category-level scrapers.

Product Details, Filters, and Q&A

get_product_details accepts a product URL and returns sku, url, price, title, images (array), rating, description, review_count, and characteristics (array). The characteristics field carries structured attribute data such as brand, dimensions, and material. get_search_filters accepts a search query and returns a filters array listing the facets available for that keyword — useful for understanding which filter dimensions apply before narrowing a search programmatically.

get_product_reviews and get_product_questions both accept a product URL and return reviews and questions arrays respectively. These let you collect customer sentiment and answered Q&A alongside the core product record from a single product URL.

Seller Data

get_seller_info accepts a seller_slug taken from the seller's Ozon URL and returns name, slug, rating, and review_count. This is enough to identify and rank third-party sellers on the platform, though detailed storefront inventory requires separate calls to get_category_products with category URLs specific to that seller.

Common use cases
  • Track price changes across Ozon product listings using get_product_details price and SKU fields
  • Build a competitor analysis tool by comparing characteristics arrays across similar products in the same category
  • Aggregate customer reviews from get_product_reviews for sentiment analysis or review summarization
  • Map Ozon's full product taxonomy using get_category_tree to structure an internal catalog mirror
  • Monitor seller ratings and review counts via get_seller_info to qualify marketplace suppliers
  • Generate search filter metadata with get_search_filters to power faceted search in a product comparison app
  • Collect product Q&A via get_product_questions to feed into an FAQ generation or chatbot training pipeline
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 Ozon have an official public developer API?+
Yes. Ozon provides an official Seller API for marketplace merchants at https://docs.ozon.ru/api/seller/. It is oriented toward sellers managing their own listings and orders, not toward reading arbitrary public catalog data.
What does get_product_details return beyond price and title?+
The endpoint returns 9 fields: sku, url, price, title, images (an array of image URLs), rating, description, review_count, and characteristics. The characteristics array contains structured product attributes such as brand, dimensions, and material as key-value pairs.
Can I paginate through search results and how many sort orders are supported?+
Both search_products and get_category_products accept an optional page integer for pagination. Six sort values are supported for search: popular, new, price_asc, price_desc, rating, and discount. The response includes a total field so you can calculate the number of pages.
Does the API return seller inventory or product listings for a specific seller's storefront?+
Not directly. get_seller_info returns name, slug, rating, and review_count — it does not return a seller's product listings. get_category_products can be pointed at seller-specific category URLs to retrieve their products. You can fork the API on Parse and revise it to add a dedicated seller-products endpoint.
Are promotional data, coupon codes, or Ozon Premium pricing returned?+
Not currently. The API returns a single price string from the product detail page. Promotional prices, Ozon Premium discounts, and coupon codes are not exposed as separate fields. You can fork the API on Parse and revise it to add those additional price fields if they appear on the product page.
Page content last updated . Spec covers 8 endpoints from ozon.ru.
Related APIs in EcommerceSee all →
mouser.com API
mouser.com API
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.
woocommerce.com API
Browse and search thousands of WooCommerce extensions, themes, and business services from the official marketplace while accessing detailed product information, user reviews, and ratings. Integrate marketplace data, blog content, and documentation directly into your applications to help users discover and learn about WooCommerce solutions.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
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.
lazada.co.th API
Search for products and browse categories on Lazada Thailand to find detailed information like prices, descriptions, and availability. Discover items by keyword or category to compare specifications and make informed purchasing decisions.