Ozon Marketplace

Ozon Product Report Search MCP Tool

Seerfar Ozon product report search: filters Ozon products by multi-dimensional metrics including sales, revenue, sales/revenue growth rate, cart conversion rate, order conversion rate, price, rating, review count, QA count, variant count, page views, gross margin, return/cancellation rate, ad spend share, weight/volume, listing time, brand, seller, fulfillment method, and labels. Returns each product's SKU, title, price (RUB), sales, revenue, lost revenue, conversion rate, rating, reviews, brand, seller, fulfillment method, listing days/months, and complete product report fields. Use for Ozon product selection, competitor product analysis, best-seller mining, price/conversion band filtering.

MCP tool name
nexscope_ozon_product_report_search
Equivalent REST API path
https://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-product-report-search/run
JSON-RPC method
tools/call

Authentication

Send the user API key as a bearer token on every MCP JSON-RPC request.

Authorization: Bearer nk_xxxxxxxxxxxxxxxxx

If authentication is missing or invalid, ask the user to open API Access and copy a valid key before calling this tool.

Call this MCP tool

Use tools/call with the MCP tool name below. The arguments object should match the table on this page.

{
  "jsonrpc": "2.0",
  "id": "ozon-product-report-search-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_ozon_product_report_search",
    "arguments": {
      "page": {
        "pageSize": 10,
        "page": 1
      },
      "skus": [
        "1664362124"
      ]
    }
  }
}
REST API equivalent
POST /api/skill-api/v1/runhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-product-report-search/run
Canonical detail URL
https://www.nexscope.ai/mcp-map/ozon-product-report-search

Arguments

NameTypeRequiredMeaning
pageobjectrequired
Pagination & sorting: {page, pageSize, orders[]}
Example: { "pageSize": 10, "page": 1 }
page.pageintegeroptional
Page number, starting from 1, default 1
Example: 1
page.pageSizeintegeroptional
Items per page, default 20
Example: 1
page.ordersarrayoptional
Sort rules, elements {field, direction}; direction takes DESC (descending) / ASC (ascending). field is a metric field in the response (e.g., sales, revenue, price, reviewRating, reviewCount, salesRate)
Example: []
skusarrayoptional
SKU array (max 10), for precise lookup of specified products
Example: [ "1664362124" ]
keywordsarrayoptional
Keyword array, filters by product title
Example: []
categoryIdsarrayoptional
Category ID array (Seerfar category IDs, not category names)
Example: []
sellerNamearrayoptional
Seller name array
Example: []
brandobjectoptional
Brand filter: {brandName: array<string>, type: integer}; type takes 0 include brand, 1 exclude brand, 2 unbranded
Example: {}
fulfillmentarrayoptional
Fulfillment method array, fixed options: OZON, FBO, FBS, RFBS, FBP
Example: []
labelsintegeroptional
Label array, fixed options: 0 new product, 1 genuine product, 2 best seller
Example: 1
creationDateintegeroptional
Listing time filter (months), fixed options: 1 last 30 days, 3 last 90 days, 6 last 180 days, 12 last year, 24 last two years; no filtering if omitted
Example: 1
variationsMergeintegeroptional
Whether to merge variants: 0 do not merge, 1 merge
Example: 1
searchDatestringoptional
Query date yyyy-MM-dd (e.g., 2026-04-01); defaults to last 30 days if omitted; passing 2026-04-01 queries March 2026 data
Example: 2026-01-01
tagstringoptional
Tag word
Example: {}
uIdstringoptional
User ID
Example: example-id
memberIdstringoptional
Member ID (a unique member identifier; data is attributed to memberId)
Example: example-id
monthlySalesstringoptional
monthlySales
Example: {}
monthlySalesRatestringoptional
monthlySalesRate
Example: {}
monthlyRevenuestringoptional
monthlyRevenue
Example: {}
pricestringoptional
price
Example: {}
convToCartPdpstringoptional
convToCartPdp
Example: {}
reviewRatingstringoptional
reviewRating
Example: {}
reviewCountstringoptional
reviewCount
Example: {}
questionsAndAnswersstringoptional
questionsAndAnswers
Example: {}
variantsstringoptional
variants
Example: {}
drrstringoptional
drr
Example: {}
grossMarginstringoptional
grossMargin
Example: {}
returnCancellationRatestringoptional
returnCancellationRate
Example: {}
weightstringoptional
weight
Example: {}
volumestringoptional
volume
Example: {}

Response fields

Treat structuredContent as the programmatic API response payload.

NameTypeRequiredMeaning
codestringoptional
Return code, "200" indicates success (returned on success)
Example: {}
errcodeintegeroptional
Error code, 200 indicates success; only returned on business errors (coexists with code on success)
Example: 1
msgstringoptional
Message; ok for success
Example: {}
errmsgstringoptional
Error message; ok for success, reason description on business error
Example: {}
totalintegeroptional
Total matched record count (can reach tens of millions with no filters; equals hit count when using skus precise lookup)
Example: 1
dataarrayoptional
Product report data (see details below), content identical to products
Example: []
productsarrayoptional
Product report data (identical to data, two keys for the same data)
Example: []
columnsarrayoptional
Column definitions, elements contain {field, title, cellType, sortable, filterable}, identifying sortable/filterable fields
Example: []
typestringoptional
Response display type, e.g., productWorkbenches
Example: {}
costTimeintegeroptional
API latency (milliseconds)
Example: 1
costTokenintegeroptional
Tokens consumed
Example: 1
data[].skuintegeroptional
Product SKU
Example: 1
data[].productIdintegeroptional
Unified product ID (= sku)
Example: 1
data[].titlestringoptional
Product title (original Russian)
Example: {}
data[].imageUrlstringoptional
Product main image URL
Example: https://example.com/image.jpg
data[].productUrlstringoptional
Product URL
Example: https://example.com/image.jpg
data[].productPageUrlstringoptional
Unified product page URL (= productUrl)
Example: https://example.com/image.jpg
data[].currencystringoptional
Currency, always ₽
Example: {}
data[].sourceTypestringoptional
Data source, always ozon
Example: {}
data[].sourceToolstringoptional
Source tool identifier (e.g., Seerfar-Ozon-查热销榜单)
Example: {}
data[].salesintegeroptional
Monthly sales volume
Example: 1
data[].monthlySalesUnitsintegeroptional
Unified monthly sales (= sales)
Example: 1
data[].revenuenumberoptional
Monthly sales revenue (RUB)
Example: 1
data[].monthlySalesRevenuenumberoptional
Unified monthly revenue (= revenue)
Example: 1
data[].missedRevenuenumberoptional
Lost revenue (RUB)
Example: 1
data[].pricenumberoptional
Price (RUB)
Example: 1
data[].convToCartPdpnumberoptional
Cart conversion rate (%)
Example: 1
data[].orderConversionRatenumberoptional
Order conversion rate (%)
Example: 1
data[].salesRatenumberoptional
Sales growth rate (%)
Example: 1
data[].revenueRatenumberoptional
Revenue growth rate (%)
Example: 1
data[].drrnumberoptional
Ad cost share (ratio)
Example: 1
data[].grossMarginnumberoptional
Gross margin (%)
Example: 1
data[].returnCancellationRatenumberoptional
Return/cancellation rate (%)
Example: 1
data[].viewsintegeroptional
Views
Example: 1
data[].reviewRatingnumberoptional
Rating (0~5)
Example: 1
data[].ratingnumberoptional
Unified rating (= reviewRating)
Example: 1
data[].reviewCountintegeroptional
Review count
Example: 1
data[].questionsAndAnswersintegeroptional
QA count
Example: 1
data[].variantsintegeroptional
Variant count
Example: 1
data[].fulfillmentarrayoptional
Fulfillment methods (values OZON/FBO/FBS/RFBS/FBP)
Example: []
data[].weightnumberoptional
Weight (g)
Example: 1
data[].volumenumberoptional
Volume (L)
Example: 1
data[].upTimeintegeroptional
Listing timestamp (milliseconds)
Example: 1
data[].upDaysintegeroptional
Days since listing
Example: 1
data[].upMonthsintegeroptional
Months since listing
Example: 1
data[].brandNamestringoptional
Brand name
Example: {}
data[].brandstringoptional
Unified brand (= brandName)
Example: {}
data[].brandIdintegeroptional
Brand ID
Example: 1
data[].brandUrlstringoptional
Brand link
Example: https://example.com/image.jpg
data[].sellerNamestringoptional
Seller name
Example: {}
data[].sellerIdintegeroptional
Seller ID (may be negative for Ozon self-operated)
Example: 1
data[].categoryInfoobjectoptional
Category information (see below)
Example: {}
columns[].cnTitlePathstringoptional
Chinese category path
Example: {}
columns[].enTitlePathstringoptional
English category path
Example: {}
columns[].titlePathstringoptional
Russian category path
Example: {}
columns[].fullCategoryIdarrayoptional
Full category ID hierarchy array
Example: []
columns[].categoryobjectoptional
Category node: {cnTitle, enTitle, title, level, id, pid, crossBorderSellable, disabled}
Example: {}
messagestringoptional
Provider-specific message.
Example: {}
titlestringoptional
Provider-specific response title.
Example: {}
sourceTypestringoptional
Provider-specific source platform type.
Example: {}
sourceToolstringoptional
Provider-specific source tool name.
Example: {}
pageintegeroptional
Current page returned by the upstream provider.
Example: {}
pageSizeintegeroptional
Page size returned by the upstream provider.
Example: {}
pageItemCountintegeroptional
Item count on the current page returned by the upstream provider.
Example: {}
totalPageintegeroptional
Total page count returned by the upstream provider.
Example: {}
dataSnapshotMonthstringoptional
Data snapshot month returned by the upstream provider.
Example: {}

Examples

Example arguments

{
  "page": {
    "pageSize": 10,
    "page": 1
  },
  "skus": [
    "1664362124"
  ]
}

Example structuredContent

{
  "errcode": 1,
  "total": 1,
  "data": [
    {
      "sku": 1,
      "productId": 1,
      "imageUrl": "https://example.com/image.jpg",
      "productUrl": "https://example.com/image.jpg",
      "productPageUrl": "https://example.com/image.jpg",
      "sales": 1,
      "monthlySalesUnits": 1,
      "revenue": 1,
      "monthlySalesRevenue": 1,
      "missedRevenue": 1,
      "price": 1,
      "convToCartPdp": 1,
      "orderConversionRate": 1,
      "salesRate": 1,
      "revenueRate": 1,
      "drr": 1,
      "grossMargin": 1,
      "returnCancellationRate": 1,
      "views": 1,
      "reviewRating": 1,
      "rating": 1,
      "reviewCount": 1,
      "questionsAndAnswers": 1,
      "variants": 1,
      "fulfillment": [],
      "weight": 1,
      "volume": 1,
      "upTime": 1,
      "upDays": 1,
      "upMonths": 1,
      "brandId": 1,
      "brandUrl": "https://example.com/image.jpg",
      "sellerId": 1,
      "categoryInfo": {}
    }
  ],
  "products": [],
  "columns": [
    {
      "fullCategoryId": [],
      "category": {}
    }
  ],
  "costTime": 1,
  "costToken": 1
}