Keyword & Search Demand

Ozon Keyword Mining MCP Tool

Seerfar Ozon keyword mining: mines Ozon (and Wildberries) related keywords around a seed keyword with multi-dimensional filtering by search volume, growth, product count, seller count, competitor count, price, relevancy, title density, cart-add conversion, etc. Each mined keyword carries a full market profile (monthly search volume, growth, market space, competitor/seller counts, average price, cart-add conversion, top products). Use for Ozon keyword expansion, long-tail keyword mining, and seed keyword opportunity analysis.

MCP tool name
nexscope_ozon_keyword_mining
Equivalent REST API path
https://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-keyword-mining/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-keyword-mining-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_ozon_keyword_mining",
    "arguments": {
      "matchType": 1,
      "uId": "example-id",
      "page": {
        "pageSize": 10,
        "page": 1
      },
      "includeKeywords": [],
      "keyword": "phone case",
      "excludeKeywords": []
    }
  }
}
REST API equivalent
POST /api/skill-api/v1/runhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-keyword-mining/run
Canonical detail URL
https://www.nexscope.ai/mcp-map/ozon-keyword-mining

Arguments

NameTypeRequiredMeaning
keywordstringrequired
Seed keyword, mining expands around this term (maxLength 1000)
Example: phone case
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)
Example: []
matchTypeintegeroptional
Keyword match mode: 0 exact, 1 fuzzy
Example: 1
includeKeywordsarrayoptional
Include keyword array (max 1000), used to further narrow down / specify required words on top of the seed term
Example: []
excludeKeywordsarrayoptional
Exclude keyword array (max 1000), used to remove irrelevant terms
Example: []
wordCountstringoptional
Keyword word count range
Example: {}
searchVolumestringoptional
Search volume range
Example: {}
searchChange30stringoptional
30-day search change range
Example: {}
productViewsstringoptional
Product views range
Example: {}
productsstringoptional
Product count range
Example: {}
sellersstringoptional
Seller count range
Example: {}
pricestringoptional
Price range
Example: {}
marketSpacestringoptional
Market space range
Example: {}
conversionSharingstringoptional
Conversion concentration range
Example: {}
relevancystringoptional
Relevance range (degree of relevance to the seed keyword)
Example: {}
uniqQueriesWCastringoptional
Add-to-cart count range
Example: {}
castringoptional
Add-to-cart conversion rate range
Example: {}
titleDensitystringoptional
Title density range
Example: {}
adRivalCountstringoptional
Ad competitor count range
Example: {}
uIdstringoptional
User ID
Example: example-id
memberIdstringoptional
Member ID (a unique member identifier; data is attributed to memberId)
Example: example-id

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 record count
Example: 1
dataarrayoptional
Keyword mining data (see details below)
Example: []
columnsarrayoptional
Column definitions, elements contain {field, title, cellType, sortable, filterable}
Example: []
costTimeintegeroptional
API latency (milliseconds)
Example: 1
costTokenintegeroptional
Tokens consumed
Example: 1
typestringoptional
Response display type, e.g., tableListWorkbenches
Example: {}
data[].querystringoptional
Keyword (original Russian)
Example: phone case
data[].queryCnstringoptional
Keyword Chinese translation
Example: phone case
data[].platformintegeroptional
Platform: 0 Ozon, 1 Wildberries
Example: 1
data[].searchVolumeintegeroptional
Monthly search volume
Example: 1
data[].count30GrowthRatenumberoptional
Monthly search growth (%, can be negative)
Example: 1
data[].productCountintegeroptional
Product count (may be missing in some rows)
Example: 1
data[].competingProductsintegeroptional
Competing product count
Example: 1
data[].sellersintegeroptional
Seller count
Example: 1
data[].avgPricenumberoptional
Average price
Example: 1
data[].itemsViewsnumberoptional
Product visibility
Example: 1
data[].viewSharingnumberoptional
View concentration (%)
Example: 1
data[].conversionSharingnumberoptional
Conversion concentration (%)
Example: 1
data[].marketSpacenumberoptional
Market space
Example: 1
data[].returnCancellationRatenumberoptional
Return/cancellation rate (%)
Example: 1
data[].uniqQueriesWCaintegeroptional
Add-to-cart count
Example: 1
data[].canumberoptional
Add-to-cart conversion rate (%)
Example: 1
data[].relevancynumberoptional
Relevance (degree of relevance to the seed keyword)
Example: 1
data[].titleDensitynumberoptional
Title density
Example: 1
data[].wordCountintegeroptional
Word count
Example: 1
data[].categoriesarrayoptional
Category ID array
Example: []
data[].categoryInfosarrayoptional
Category information (see below)
Example: []
data[].productsarrayoptional
Top product data (see below)
Example: []
data[].idstringoptional
Record ID
Example: example-id
products[].ozonIdintegeroptional
Ozon product ID
Example: 1
products[].skuintegeroptional
SKU ID
Example: 1
products[].titlestringoptional
Product title (Russian)
Example: {}
products[].imageUrlstringoptional
Main image URL
Example: https://example.com/image.jpg
products[].advertintegeroptional
Ad indicator (0/1)
Example: 1
categoryinfos[].titleCnstringoptional
Category Chinese name
Example: {}
categoryinfos[].titleEnstringoptional
Category English name
Example: {}
categoryinfos[].titleRustringoptional
Category Russian name
Example: {}
categoryinfos[].cnTitlePathstringoptional
Chinese category path
Example: {}
categoryinfos[].enTitlePathstringoptional
English category path
Example: {}
categoryinfos[].titlePathstringoptional
Russian category path
Example: {}
categoryinfos[].idstringoptional
Category ID
Example: example-id
categoryinfos[].crossBorderSellablebooleanoptional
Whether cross-border sales are allowed
Example: false
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

{
  "matchType": 1,
  "uId": "example-id",
  "page": {
    "pageSize": 10,
    "page": 1
  },
  "includeKeywords": [],
  "keyword": "phone case",
  "excludeKeywords": []
}

Example structuredContent

{
  "errcode": 1,
  "total": 1,
  "data": [
    {
      "query": "phone case",
      "queryCn": "phone case",
      "platform": 1,
      "searchVolume": 1,
      "count30GrowthRate": 1,
      "productCount": 1,
      "competingProducts": 1,
      "sellers": 1,
      "avgPrice": 1,
      "itemsViews": 1,
      "viewSharing": 1,
      "conversionSharing": 1,
      "marketSpace": 1,
      "returnCancellationRate": 1,
      "uniqQueriesWCa": 1,
      "ca": 1,
      "relevancy": 1,
      "titleDensity": 1,
      "wordCount": 1,
      "categories": [],
      "categoryInfos": [],
      "products": [],
      "id": "example-id"
    }
  ],
  "columns": [],
  "costTime": 1,
  "costToken": 1,
  "products": [
    {
      "ozonId": 1,
      "sku": 1,
      "imageUrl": "https://example.com/image.jpg",
      "advert": 1
    }
  ],
  "categoryinfos": [
    {
      "id": "example-id",
      "crossBorderSellable": false
    }
  ]
}