Nexscope

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. Also

MCP tool name
nexscope_ozon_keyword_mining
Legacy MCP endpoint
/api/skill-api/v1/mcp
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,
      "excludeKeywords": [],
      "keyword": "phone case",
      "includeKeywords": [],
      "page": {
        "page": 1,
        "pageSize": 10
      },
      "uId": "example-id"
    }
  }
}
Legacy endpoint
POST /api/skill-api/v1/mcp
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: { "page": 1, "pageSize": 10 }
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.

NameTypeRequiredDescription
dataanyrequired
Data value used by this API operation.
codeintegerrequired
0 means accepted or successful; nonzero is a platform error.
msgstring | nullrequired
Msg value used by this API operation.
tsstringrequired
Epoch milliseconds.
timestringrequired
Server local time: yyyy-MM-dd HH:mm:ss.
coststringrequired
Elapsed milliseconds, never credits; -1 outside web requests.
traceIdstring | nullrequired
Trace id value used by this API operation.

Any of option 1

NameTypeRequiredDescription
dataobjectrequired
Data value used by this API operation.
data.totalintegeroptional
Total record count
Example: 1
data.dataarrayoptional
Keyword mining data (see details below)
Example: []
data.columnsarrayoptional
Column definitions, elements contain {field, title, cellType, sortable, filterable}
Example: []
data.costTimeintegeroptional
API latency (milliseconds)
Example: 1
data.costTokenintegeroptional
Tokens consumed
Example: 1
data.typestringoptional
Response display type, e.g., tableListWorkbenches
Example: null
data.data[].querystringoptional
Keyword (original Russian)
Example: phone case
data.data[].queryCnstringoptional
Keyword Chinese translation
Example: phone case
data.data[].platformintegeroptional
Platform: 0 Ozon, 1 Wildberries
Example: 1
data.data[].searchVolumeintegeroptional
Monthly search volume
Example: 1
data.data[].count30GrowthRatenumberoptional
Monthly search growth (%, can be negative)
Example: 1
data.data[].productCountintegeroptional
Product count (may be missing in some rows)
Example: 1
data.data[].competingProductsintegeroptional
Competing product count
Example: 1
data.data[].sellersintegeroptional
Seller count
Example: 1
data.data[].avgPricenumberoptional
Average price
Example: 1
data.data[].itemsViewsnumberoptional
Product visibility
Example: 1
data.data[].viewSharingnumberoptional
View concentration (%)
Example: 1
data.data[].conversionSharingnumberoptional
Conversion concentration (%)
Example: 1
data.data[].marketSpacenumberoptional
Market space
Example: 1
data.data[].returnCancellationRatenumberoptional
Return/cancellation rate (%)
Example: 1
data.data[].uniqQueriesWCaintegeroptional
Add-to-cart count
Example: 1
data.data[].canumberoptional
Add-to-cart conversion rate (%)
Example: 1
data.data[].relevancynumberoptional
Relevance (degree of relevance to the seed keyword)
Example: 1
data.data[].titleDensitynumberoptional
Title density
Example: 1
data.data[].wordCountintegeroptional
Word count
Example: 1
data.data[].categoriesarrayoptional
Category ID array
Example: []
data.data[].categoryInfosarrayoptional
Category information (see below)
Example: []
data.data[].productsarrayoptional
Top product data (see below)
Example: []
data.data[].idstringoptional
Record ID
Example: example-id
data.products[].ozonIdintegeroptional
Ozon product ID
Example: 1
data.products[].skuintegeroptional
SKU ID
Example: 1
data.products[].titlestringoptional
Product title (Russian)
Example: null
data.products[].imageUrlstringoptional
Main image URL
Example: https://example.com/image.jpg
data.products[].advertintegeroptional
Ad indicator (0/1)
Example: 1
data.categoryinfos[].titleCnstringoptional
Category Chinese name
Example: null
data.categoryinfos[].titleEnstringoptional
Category English name
Example: null
data.categoryinfos[].titleRustringoptional
Category Russian name
Example: null
data.categoryinfos[].cnTitlePathstringoptional
Chinese category path
Example: null
data.categoryinfos[].enTitlePathstringoptional
English category path
Example: null
data.categoryinfos[].titlePathstringoptional
Russian category path
Example: null
data.categoryinfos[].idstringoptional
Category ID
Example: example-id
data.categoryinfos[].crossBorderSellablebooleanoptional
Whether cross-border sales are allowed
Example: false
data.titlestringoptional
Provider-specific response title.
Example: null
data.sourceTypestringoptional
Provider-specific source platform type.
Example: null
data.sourceToolstringoptional
Provider-specific source tool name.
Example: null
data.pageintegeroptional
Current page returned by the upstream provider.
Example: null
data.pageSizeintegeroptional
Page size returned by the upstream provider.
Example: null
data.pageItemCountintegeroptional
Item count on the current page returned by the upstream provider.
Example: null
data.totalPageintegeroptional
Total page count returned by the upstream provider.
Example: null
data.dataSnapshotMonthstringoptional
Data snapshot month returned by the upstream provider.
Example: null

Any of option 2

NameTypeRequiredDescription
datanullrequired
Data value used by this API operation.

Examples

Example arguments

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

Example structuredContent

{
  "data": {
    "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
      }
    ]
  },
  "code": 0,
  "msg": null,
  "ts": "0",
  "time": "2026-01-01 00:00:00",
  "cost": "-1",
  "traceId": null
}