Discover/Yandex API
live

Yandex APImarket.yandex.uz ↗

Search products and get autocomplete suggestions from Yandex Market Uzbekistan. Returns prices in UZS, discount details, delivery info, and vendor data.

Endpoint health
verified 6d ago
get_search_suggestions
search_products
2/2 passing latest checkself-healing
Endpoints
2
Updated
13d ago

What is the Yandex API?

The Yandex Market Uzbekistan API provides 2 endpoints for querying product listings and search suggestions on market.yandex.uz. The search_products endpoint returns paginated offers with pricing in UZS, discount breakdowns, delivery details, and vendor information — each item identified by a unique ware_id and product_id. A second endpoint, get_search_suggestions, delivers up to 10 autocomplete terms for partial query input.

This call costs5 credits / call— charged only on success
Try it
Page number for pagination (1-based).
Sort order for results.
Search query text (product name, brand, category, etc.).
→ api.parse.bot/scraper/bf0d8525-2102-46d1-84e3-0fd50aed24c3/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/bf0d8525-2102-46d1-84e3-0fd50aed24c3/search_products?page=1&sort=dpop&query=sneakers' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalmissing one? ·

Search for products on Yandex Market Uzbekistan. Returns one page of product offers per call; the site currently renders 8–16 offers per page (the page size is decided upstream and varies), and `total` / `page_count` report the site's own result count and page count so callers can iterate `page` themselves. Each item includes ware_id (unique offer identifier), product_id, sku_id, pricing in UZS (price is the current price, old_price the pre-discount price when a discount applies), discount_percent, vendor/supplier/business identifiers, and a delivery_text string as shown on the site (Russian). Sorting is done upstream via `sort`. An unknown `sort` value is rejected as stale_input.

Input
ParamTypeDescription
pageintegerPage number for pagination (1-based).
sortstringSort order for results.
queryrequiredstringSearch query text (product name, brand, category, etc.).
Response
{
  "type": "object",
  "fields": {
    "page": "integer",
    "sort": "string",
    "items": "array of product offer objects (ware_id, title, slug, price, currency, old_price, discount_percent, vendor_id, sku_id, product_id, is_crossborder, delivery_text, supplier_id, business_id)",
    "query": "string",
    "total": "integer, site-reported total result count",
    "page_count": "integer, site-reported number of pages"
  },
  "sample": {
    "data": {
      "page": 1,
      "sort": "dpop",
      "items": [
        {
          "slug": "38939003",
          "price": 692682,
          "title": "Кеды PUMA Carina Street, размер 6.5, белый/черный",
          "sku_id": "102863816792",
          "ware_id": "cvLFLnfLsfjYi22ceXPjzg",
          "currency": "UZS",
          "old_price": 865783,
          "vendor_id": 7342300,
          "product_id": 60809679,
          "business_id": 924574,
          "supplier_id": 216417845,
          "delivery_text": "17 – 20 сен, ПВЗ * По клику",
          "is_crossborder": true,
          "discount_percent": 20
        }
      ],
      "query": "sneakers",
      "total": 490,
      "page_count": 30
    },
    "status": "success"
  }
}

About the Yandex API

Product Search

The search_products endpoint accepts a required query parameter — a product name, brand, or category term — and returns paginated offer listings from Yandex Market Uzbekistan. The response includes total match count, page_count, and an items array of product offer objects. Each item carries a ware_id (unique offer identifier), a product_id, pricing in UZS, discount details, and delivery information alongside vendor data. The optional page parameter (1-based) controls pagination, and the optional sort parameter controls result ordering.

Search Suggestions

The get_search_suggestions endpoint accepts a partial query string and returns up to 10 suggestion objects, each containing a type and text field. This is suitable for building search-as-you-type interfaces or validating query terms before running a full product search.

Coverage and Currency

All pricing data is denominated in Uzbekistani Som (UZS), reflecting the localized catalog of market.yandex.uz. Listings include discount fields, so price comparisons can account for promotional pricing. The two endpoints together cover query entry (suggestions) and results retrieval (product listings), but do not extend to individual product detail pages, seller profiles, or review data.

Reliability & maintenanceVerified

The Yandex API is a managed, monitored endpoint for market.yandex.uz — not a raw scraper you maintain. Every endpoint is automatically health-checked on a schedule, and when market.yandex.uz changes and a check fails, the API is automatically queued for repair and re-verified. It is built to keep working as the site underneath it changes.

This isn't an official market.yandex.uz API — it's an independent, maintained REST wrapper over public data. Where the source has no official API (or only a limited one), Parse gives you a stable contract over a source that never promised one, and keeps it current. Need a new endpoint or field? You can revise it yourself in plain English and the agent rebuilds it against the live site in minutes — contributing the change back to the shared API is free.

Last verified
6d ago
Latest check
2/2 endpoints passing
Maintenance
Monitored & self-healing
Will this API break when the source site changes?+
It's built not to. Every endpoint is health-checked on a schedule with automated test probes. When the source site changes and a check fails, the API is automatically queued for repair and re-verified — that's the self-healing layer. Each API page shows when its endpoints were last verified. And because marketplace APIs are shared, any fix reaches everyone using it.
Is this an official API from the source site?+
No — Parse APIs are independent, managed REST wrappers over publicly available data. That is the point: where a site has no official API (or only a limited one), Parse gives you a maintained, monitored endpoint for that data and keeps it working as the site changes — so you get a stable contract over a source that never promised one.
Can I fix or extend this API myself if I need a new endpoint or field?+
Yes — and you don't have to wait on us. This API was generated by the Parse agent, which stays attached. Describe the change in plain English ("add an endpoint that returns reviews", "fix the price field") in the revise box on the API page or via the revise_api MCP tool, and the agent rebuilds it against the live site in minutes. Contributing the change back to the public API is free.
What happens if I call an endpoint that has an issue?+
Errors are machine-readable: a bad call returns a clean status with the list of available endpoints and a repair hint, so an agent (or you) can recover or trigger a fix instead of failing silently. Confirmed failures feed the automatic repair queue.
Common use cases
  • Aggregate UZS-denominated product prices across categories for market research in Uzbekistan.
  • Build a price comparison tool that tracks discount fields over time for specific ware_ids.
  • Implement a search-as-you-type product finder using get_search_suggestions with partial query strings.
  • Monitor vendor availability and pricing changes for specific product queries on the Uzbek market.
  • Populate a product catalog by iterating paginated search results using the page parameter.
  • Identify promotional items by filtering offers where discount details are populated in search results.
  • Validate and expand keyword lists for Uzbekistan e-commerce campaigns using autocomplete suggestions.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo2005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000100 req/min
Team$300/mo20,000300 req/min
Company$1,000/mo100,000500 req/min

Each endpoint has a fixed posted price per successful call — most fall between 1 and 10 credits — shown on this API's page before you run it. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Yandex Market have an official developer API?+
Yandex does offer a Yandex Market Partner API (https://yandex.ru/dev/market/partner-api/) intended for sellers and partners. It is not a public product-search API and requires seller credentials. This Parse API covers consumer-facing product search and suggestions on the Uzbekistan storefront without requiring partner credentials.
What does the search_products endpoint return for each product offer?+
Each item in the items array includes a ware_id (unique offer identifier), a product_id, pricing in UZS, discount details, delivery information, and vendor data. The top-level response also provides total result count, page_count, the active sort value, and the original query.
Does pagination work automatically, or do I need to loop through pages manually?+
The endpoint accepts an optional page parameter (1-based integer) so you control which page is fetched. The response includes page_count and total fields so you can determine how many pages exist and iterate accordingly.
Does the API return individual product detail pages, reviews, or seller ratings?+
Not currently. The API covers product listing search results (prices, discounts, delivery, vendor info) and search autocomplete suggestions. It does not expose individual product detail pages, user reviews, or seller rating data. You can fork this API on Parse and revise it to add an endpoint targeting those resources.
Is the data limited to Uzbekistan, or does it also cover other Yandex Market regions?+
The API is scoped specifically to market.yandex.uz and returns results from the Uzbekistan storefront, with all pricing in UZS. It does not cover market.yandex.ru or other regional Yandex Market domains. You can fork this API on Parse and point it at a different regional domain to cover other markets.
Page content last updated . Spec covers 2 endpoints from market.yandex.uz.
Related APIs in EcommerceSee all →
megamarket.ru API
Search and browse products across MegaMarket.ru's catalog, view detailed product information with customer reviews, and explore catalog categories to discover items available on Sber's Russian marketplace. Get real-time search suggestions and product recommendations to help you find exactly what you're looking for.
ozon.kz API
Browse and search thousands of products on Ozon.kz, view detailed product information, reviews, and seller details across category listings. Get instant search suggestions and explore the complete category tree to discover items that match your needs.
uzum.uz API
Browse and search products across Uzum.uz marketplace categories, view detailed product information with customer reviews, and discover seller profiles and their product listings. Get real-time access to marketplace data including category organization, product details, pricing, and seller ratings all in one place.
wildberries.ru API
Search products on Wildberries and retrieve detailed information including specifications, reviews, and pricing to compare items and make informed purchasing decisions. Get autocomplete suggestions while browsing and access comprehensive product details all in one place.
olx.uz API
Search and browse product listings on OLX.uz across all categories, with full details including specifications, location, and pricing. Compare prices and product information to identify the best available deals.
prom.ua API
Search and explore products from Prom.ua's Ukrainian marketplace, view detailed product information, browse category hierarchies, and retrieve seller profiles complete with reviews and contact details.
onliner.by API
Access data from Onliner.by.
catalog.onliner.by API
Search and compare products from Onliner.by's catalog with access to real-time prices, detailed product information, customer reviews, and historical price trends. Browse categories, get autocomplete suggestions, and view all available offers for any product to make informed purchasing decisions.