Nexscope

Amazon Marketplace Intelligence

Amazon Search MCP Tool

Simulates a real user searching on Amazon's storefront to get real-time keyword ranking and search results page data.

MCP tool name
nexscope_amazon_search
Equivalent REST API path
https://api.nexscope.ai/api/skill-api/v1/skills/amazon-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": "amazon-search-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_amazon_search",
    "arguments": {
      "keyword": "phone case",
      "page": 1
    }
  }
}
REST API equivalent
POST https://api.nexscope.ai/api/skill-api/v1/skills/amazon-search/run
Canonical detail URL
https://www.nexscope.ai/mcp-map/amazon-search

Arguments

NameTypeRequiredMeaning
keywordstringoptional
Keyword; please translate to the language of the target country whenever possible, e.g., use English keywords for the US, German keywords for Germany, etc. (max length 1024)
Example: phone case
amazonDomainstringoptional
Amazon country site, default amazon.com
Example: {}
nodestringoptional
Amazon category node (max length 1000)
Example: {}
languagestringoptional
Language/region code, e.g., en_US, de_DE, ja_JP, fr_FR (max length 1000)
Example: {}
sortstringoptional
Sort order: relevanceblender (Featured, default), price-asc-rank (Price low to high), price-desc-rank (Price high to low), review-rank (Avg. customer review), date-desc-rank (Newest arrivals), exact-aware-popularity-rank (Best sellers)
Example: {}
pageintegeroptional
Page number (starting from 1, ~20 items per page), default 1
Example: 1
deliveryZipstringoptional
Delivery zip code, used to simulate Amazon frontend address. It is recommended to use commonly used zip codes for major cities in the target country, e.g., New York zip code 10001 for the US site (max length 1000)
Example: {}
devicestringoptional
Device type: desktop, mobile, tablet, default desktop (max length 1000)
Example: {}

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 rows
Example: 1
data.keywordstringoptional
Search keyword
Example: phone case
data.typestringoptional
Render style
Example: null
data.columnsarrayoptional
Rendered column definitions
Example: []
data.costTokenintegeroptional
Token consumption
Example: 1
data.productsarrayoptional
Search result list (see below)
Example: []
data.products[].asinstringoptional
ASIN
Example: B072MQ5BRX
data.products[].titlestringoptional
Title
Example: null
data.products[].brandstringoptional
Brand
Example: null
data.products[].pricenumberoptional
Price
Example: 1
data.products[].extractedPricenumberoptional
Parsed price
Example: 1
data.products[].oldPricenumberoptional
Strikethrough price
Example: 1
data.products[].extractedOldPricenumberoptional
Parsed strikethrough price
Example: 1
data.products[].currencystringoptional
Currency
Example: null
data.products[].priceUnitstringoptional
Price unit
Example: null
data.products[].extractedPriceUnitnumberoptional
Parsed price unit
Example: 1
data.products[].ratingnumberoptional
Rating
Example: 1
data.products[].ratingsintegeroptional
Number of ratings
Example: 1
data.products[].positionintegeroptional
Position
Example: 1
data.products[].sponsoredbooleanoptional
Whether sponsored
Example: false
data.products[].imageUrlstringoptional
Thumbnail
Example: https://example.com/image.jpg
data.products[].asinUrlstringoptional
Link
Example: B072MQ5BRX
data.products[].deliverystringoptional
Delivery information
Example: null
data.products[].fulfillmentstringoptional
Fulfillment information (e.g., FBA)
Example: null
data.products[].availableDatestringoptional
Listing time
Example: 2026-01-01
data.products[].monthlySalesUnitsintegeroptional
Monthly sales units
Example: 1
data.products[].monthlySalesRevenuestringoptional
Monthly sales revenue
Example: null
data.products[].sellerNationstringoptional
Seller nationality
Example: null
data.products[].dimensionstringoptional
Dimensions
Example: null
data.products[].weightstringoptional
Weight
Example: null
data.products[].optionsstringoptional
Options
Example: null
data.products[].offersstringoptional
Offer information
Example: null
data.products[].badgesstringoptional
Amazon frontend search badges
Example: null
data.products[].tagsstringoptional
Tags
Example: null
data.products[].snapEbtEligiblebooleanoptional
SNAP/EBT eligibility
Example: false
data.products[].sourceTypestringoptional
Source type: amazon
Example: null
data.products[].sourceToolstringoptional
Source tool
Example: null
data.products[].keywordstringoptional
Keyword
Example: phone case
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.costTimeintegeroptional
Execution time reported by the upstream provider.
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

{
  "keyword": "phone case",
  "page": 1
}

Example structuredContent

{
  "data": {
    "total": 1,
    "keyword": "phone case",
    "columns": [],
    "costToken": 1,
    "products": [
      {
        "asin": "B072MQ5BRX",
        "price": 1,
        "extractedPrice": 1,
        "oldPrice": 1,
        "extractedOldPrice": 1,
        "extractedPriceUnit": 1,
        "rating": 1,
        "ratings": 1,
        "position": 1,
        "sponsored": false,
        "imageUrl": "https://example.com/image.jpg",
        "asinUrl": "B072MQ5BRX",
        "availableDate": "2026-01-01",
        "monthlySalesUnits": 1,
        "snapEbtEligible": false,
        "keyword": "phone case"
      }
    ]
  },
  "code": 0,
  "msg": null,
  "ts": "0",
  "time": "2026-01-01 00:00:00",
  "cost": "-1",
  "traceId": null
}