Discover/megamarket.ru API
live

megamarket.ru APImegamarket.ru

Search products, retrieve specs, read reviews, and browse catalog categories on MegaMarket.ru (Sber's Russian marketplace) via a structured JSON API.

Endpoints
5
Updated
3mo ago
Try it
Number of results per page (max 44)
Search text query
Pagination offset
Sort order: 0=relevance, 1=price_asc, 2=price_desc, 3=rating, 4=discount
Region ID (50=Moscow)
api.parse.bot/scraper/c32d9ff8-1dc2-4c8d-920b-a69bb80b66f7/<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/c32d9ff8-1dc2-4c8d-920b-a69bb80b66f7/search_products?limit=5&query=iphone' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Search products by text query with pagination and sorting

Input
ParamTypeDescription
limitintegerNumber of results per page (max 44)
queryrequiredstringSearch text query
offsetintegerPagination offset
sortingintegerSort order: 0=relevance, 1=price_asc, 2=price_desc, 3=rating, 4=discount
location_idstringRegion ID (50=Moscow)
Response
{
  "type": "object",
  "fields": {
    "items": "array",
    "limit": "integer",
    "total": "integer",
    "offset": "integer"
  },
  "sample": {
    "items": [
      {
        "brand": "Apple",
        "price": 147990,
        "title": "Смартфон Apple iPhone Air 512Gb White",
        "rating": 5,
        "web_url": "https://megamarket.ru/catalog/details/...",
        "goods_id": "700001132179_254730",
        "final_price": 122831,
        "is_available": true,
        "review_count": 4,
        "merchant_name": "Mega Trade DBS"
      }
    ],
    "limit": 20,
    "total": 1902,
    "offset": 0
  }
}

About the megamarket.ru API

The MegaMarket.ru API gives access to Sber's Russian marketplace through 5 endpoints covering product search, detailed specs, customer reviews, catalog navigation, and autocomplete suggestions. The search_products endpoint accepts free-text queries with pagination, region filtering, and four sort modes, returning arrays of matching items alongside total counts. Response fields include titles, prices, attributes, images, and grouped specification data.

Product Search and Details

The search_products endpoint accepts a required query string and supports offset/limit pagination (up to 44 results per page), a location_id for region-specific pricing (e.g. 50 for Moscow), and a sorting integer that maps to relevance, price ascending, price descending, rating, or discount order. Results come back as an items array with a total count for building paginated workflows.

The get_product_details endpoint takes a goods_id such as 700001132179_254730 — the underscore-delimited format encodes both the product ID and merchant ID, and the API extracts the merchant automatically when present. The response includes brand, title, description, images, raw attributes, and attributes_grouped for structured spec comparison across categories.

Reviews and Catalog

get_product_reviews retrieves paginated customer reviews for a given goods_id. It supports up to 50 reviews per page, and results can be sorted by HELPFULNESS or DATE in either ASC or DESC direction. The response shape exposes a reviews array plus total for pagination math.

The get_catalog_menu endpoint returns the category tree as a categories array. You can request from a specific parent_id (pass 0 for the root), control tree depth with depth_level, and set a starting depth via depth_level_from. The search_suggest endpoint completes the discovery workflow by returning a suggests array of autocomplete terms for a partial query, optionally scoped to a region via location_id.

Regional Coverage Note

All endpoints accept an optional location_id parameter. MegaMarket.ru is a Russia-focused marketplace; access requires a Russian proxy, and region IDs like 50 (Moscow) affect pricing and availability in responses. Endpoints do not expose seller delivery terms or logistics details beyond what appears in product attributes.

Common use cases
  • Price monitoring across MegaMarket.ru categories using search_products sorted by price ascending or descending
  • Building product comparison tools by pulling attributes_grouped from get_product_details for multiple goods IDs
  • Populating a review aggregation dashboard using get_product_reviews sorted by DATE or HELPFULNESS
  • Constructing a localized category browser from the get_catalog_menu category tree hierarchy
  • Implementing autocomplete in a product search UI with the search_suggest endpoint's suggests array
  • Tracking brand presence on MegaMarket.ru by filtering brand fields from product detail responses
  • Regional price analysis by running the same query across different location_id values in search_products
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 MegaMarket.ru offer an official developer API?+
MegaMarket.ru does not publish a documented public developer API for third-party product data access. This Parse API provides structured access to the marketplace's product, review, and catalog data.
What does `get_product_details` return and how is the goods_id formatted?+
The endpoint returns brand, title, description, images, attributes, and attributes_grouped for a single product. The goods_id uses an underscore-delimited format like 700001132179_254730, where the segment after the underscore is the merchant ID. When that format is present, the API extracts the merchant ID automatically, so you don't need to supply merchant_id separately.
Are seller storefronts or merchant-level product listings available?+
The current endpoints cover product-level data including merchant context embedded in goods_id, but there is no dedicated endpoint for browsing a merchant's full storefront or fetching seller profile details. You can fork this API on Parse and revise it to add a merchant-listing endpoint.
What are the pagination limits across endpoints?+
search_products returns a maximum of 44 items per request; use offset alongside total to page through results. get_product_reviews allows up to 50 reviews per page with its own offset and total fields. get_catalog_menu uses depth parameters rather than offset-based pagination.
Does the API cover order history, wishlists, or user account data?+
No user account data is exposed. The API covers public catalog and product surfaces: search results, product specs, reviews, categories, and suggestions. You can fork this API on Parse and revise it to add any publicly accessible account-adjacent endpoints that do not require authentication.
Page content last updated . Spec covers 5 endpoints from megamarket.ru.
Related APIs in MarketplaceSee all →
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.
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.
jula.fi API
Search and browse products from Jula.fi to find hardware items with detailed information including prices (with and without VAT), stock availability, brand details, and product SKUs. Explore products by category or search for specific items to compare pricing and check real-time stock status.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
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.
industrynet.com API
Find industrial suppliers and browse product categories across a comprehensive marketplace directory. Connect directly with suppliers by viewing detailed listings and submitting contact inquiries programmatically.
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.
MegaMarket.ru API – Products, Reviews & Catalog · Parse