Nexscope

Amazon Product Database API

REST API and MCP service documentation generated from server-side API definitions. Responses use the shared code, msg, and data envelope.

API selector
Amazon Marketplace Intelligence

API overview

Filter the Amazon product database by category, price, sales, revenue, reviews, rating, weight, BSR, LQS, and seller type across 10 markets.

Try this API
Endpoint
https://api.nexscope.ai/api/skill-api/v1/skills/amazon-product-database/run
MCP method
nexscope_amazon_product_database

Authentication

All run endpoints require a user API key. Send it as a bearer token in the Authorization header.

Authorization: Bearer nk-xxxxxxxxxxxxxxxxx
Missing or invalid API keys return an authentication error. Manage keys from .
POSThttps://api.nexscope.ai/api/skill-api/v1/skills/amazon-product-database/run

Run an API

Request parameters documented by ecommerce.amazon-product-database.

Slugamazon-product-database
HeadersAuthorization: Bearer nk-...
Content-Type: application/json
Request bodyAPI-specific JSON object.
Response bodyPlatform envelope: code, msg, data, ts, time, cost, traceId. Inspect data.status for asynchronous completion.

Status codes

CodeDescription
200HTTP request completed. Check JSON code; only 0 indicates business success or acceptance.
400Request JSON or required API parameters are invalid.
401API key is missing, invalid, or cannot be matched to a user.
5xxAPI execution or upstream service failed.

Example request

curl -X POST https://api.nexscope.ai/api/skill-api/v1/skills/amazon-product-database/run \
  -H "Authorization: Bearer nk-xxxxxxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{   "needCount": 10,   "includeKeywords": "phone case",   "marketplace": "us",   "sort": "-sales" }'
All categories/ Amazon Marketplace Intelligence
POSThttps://api.nexscope.ai/api/skill-api/v1/skills/amazon-product-database/run

Run this API

Send a JSON request to execute this API and receive the documented response payload.

Endpoint

MethodPOST
Pathhttps://api.nexscope.ai/api/skill-api/v1/skills/amazon-product-database/run
AuthBearer API key
Content-Typeapplication/json

Request body

NameTypeRequiredDescription
marketplacestringrequired
Target marketplace code. Options: us, uk, de, in, ca, fr, it, es, mx, jp
Example: us
includeKeywordsstringoptional
Keywords to include in title/ASIN, comma-separated, up to 100 items, max 50 chars each
Example: phone case
excludeKeywordsstringoptional
Keywords to exclude from title/ASIN, comma-separated, up to 100 items, max 50 chars each
Example: phone case
categoriesstringoptional
Primary category names, comma-separated, must match the standard category names for the corresponding site. US site examples: Appliances, Arts Crafts & Sewing, Automotive, Baby, Beauty & Personal Care, Books, CDs & Vinyl, Cell Phones & Accessories, Clothing Shoes & Jewelry, Collectibles & Fine Art, Computers, Digital Music, Electronics, Garden & Outdoor, Grocery & Gourmet Food, Handmade, Health Household & Baby Care, Home & Kitchen, Industrial & Scientific, Kindle Store, Kitchen & Dining, Movies & TV, Musical Instruments, Office Products, Pet Supplies, Sports & Outdoors, Tools & Home Improvement, Toys & Games, Video Games, etc. Other sites (uk, de, fr, it, es, mx, jp, ca, in) have their own localized category names
minPricenumberoptional
Minimum price
Example: 1
maxPricenumberoptional
Maximum price
Example: 1
minSalesintegeroptional
Minimum monthly sales
Example: 1
maxSalesintegeroptional
Maximum monthly sales
Example: 1
minRevenuenumberoptional
Minimum monthly revenue
Example: 1
maxRevenuenumberoptional
Maximum monthly revenue
Example: 1
minReviewsintegeroptional
Minimum number of reviews
Example: 1
maxReviewsintegeroptional
Maximum number of reviews
Example: 1
minRatingnumberoptional
Minimum rating (1.0-5.0)
Example: 1
maxRatingnumberoptional
Maximum rating (1.0-5.0)
Example: 1
minWeightnumberoptional
Minimum weight (lbs)
Example: 1
maxWeightnumberoptional
Maximum weight (lbs)
Example: 1
minRankintegeroptional
Minimum BSR ranking
Example: 1
maxRankintegeroptional
Maximum BSR ranking
Example: 1
minLqsintegeroptional
Minimum LQS score (1-10)
Example: 1
maxLqsintegeroptional
Maximum LQS score (1-10)
Example: 1
minSellersintegeroptional
Minimum number of sellers
Example: 1
maxSellersintegeroptional
Maximum number of sellers
Example: 1
minNetnumberoptional
Minimum net profit
Example: 1
maxNetnumberoptional
Maximum net profit
Example: 1
sellerTypesstringoptional
Seller types, comma-separated. Options: amz (Amazon self-operated), fba, fbm
productTiersstringoptional
Product size tiers, comma-separated. Options: oversize, standard
excludeTopBrandsbooleanoptional
Whether to exclude top brands
Example: false
excludeUnavailableProductsbooleanoptional
Whether to exclude unavailable products
Example: false
minUpdatedAtstringoptional
Data update start date (YYYY-MM-DD)
Example: 2026-01-01
maxUpdatedAtstringoptional
Data update end date (YYYY-MM-DD)
Example: 2026-01-01
needCountintegeroptional
Total number of results to return, API auto-paginates internally
Example: 1
sortstringoptional
Sort field. Options: name, -name, category, -category, revenue, -revenue, sales, -sales, price, -price, rank, -rank, reviews, -reviews, lqs, -lqs, sellers, -sellers. Prefix - indicates descending. Default: name

Request example

{
  "needCount": 10,
  "includeKeywords": "phone case",
  "marketplace": "us",
  "sort": "-sales"
}

Response body

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.costTokenintegeroptional
Token consumption
Example: 1
data.productDatabaseListarrayoptional
Product data list
Example: []
data.productDatabaseList[].idstringoptional
Product unique identifier
Example: example-id
data.productDatabaseList[].titlestringoptional
Product title
Example: null
data.productDatabaseList[].brandstringoptional
Brand name
Example: null
data.productDatabaseList[].categorystringoptional
Primary category
Example: null
data.productDatabaseList[].breadcrumbPathstringoptional
Full category path
Example: null
data.productDatabaseList[].pricenumberoptional
Current selling price (USD)
Example: 1
data.productDatabaseList[].approximate30DayUnitsSoldintegeroptional
Estimated units sold in last 30 days
Example: 1
data.productDatabaseList[].approximate30DayRevenuenumberoptional
Estimated revenue in last 30 days (USD)
Example: 1
data.productDatabaseList[].productRankintegeroptional
BSR ranking
Example: 1
data.productDatabaseList[].reviewsintegeroptional
Total number of reviews
Example: 1
data.productDatabaseList[].ratingnumberoptional
Average rating (1.0-5.0)
Example: 1
data.productDatabaseList[].listingQualityScoreintegeroptional
Listing quality score (LQS, 1-10)
Example: 1
data.productDatabaseList[].numberOfSellersintegeroptional
Number of active sellers
Example: 1
data.productDatabaseList[].sellerTypestringoptional
Seller type (amz/fba/fbm)
Example: null
data.productDatabaseList[].imageUrlstringoptional
Product main image URL
Example: https://example.com/image.jpg
data.productDatabaseList[].dateFirstAvailablestringoptional
Date first listed
Example: 2026-01-01
data.productDatabaseList[].weightValuenumberoptional
Product weight
Example: 1
data.productDatabaseList[].weightUnitstringoptional
Weight unit
Example: null
data.productDatabaseList[].lengthValuenumberoptional
Length
Example: 1
data.productDatabaseList[].widthValuenumberoptional
Width
Example: 1
data.productDatabaseList[].heightValuenumberoptional
Height
Example: 1
data.productDatabaseList[].dimensionsUnitstringoptional
Dimensions unit
Example: null
data.productDatabaseList[].parentAsinstringoptional
Parent ASIN
Example: B072MQ5BRX
data.productDatabaseList[].isParentbooleanoptional
Whether it is a parent listing
Example: false
data.productDatabaseList[].isVariantbooleanoptional
Whether it is a variant
Example: false
data.productDatabaseList[].isStandalonebooleanoptional
Whether it is a standalone product
Example: false
data.productDatabaseList[].isAvailablebooleanoptional
Whether it is available for purchase
Example: false
data.productDatabaseList[].buyBoxOwnerstringoptional
Buy Box owner seller name
Example: null
data.productDatabaseList[].buyBoxOwnerSellerIdstringoptional
Buy Box owner seller ID
Example: example-id
data.productDatabaseList[].updatedAtstringoptional
Data update time
Example: 2026-01-01
data.productDatabaseList[].feeBreakdownobjectoptional
Fee details: fbaFee (FBA fee), referralFee (referral fee), variableClosingFee (variable closing fee), totalFees (total fees)
Example: {}
data.productDatabaseList[].subcategoryRanksarrayoptional
Subcategory BSR ranking list, each item contains subcategory, rank, id
Example: []
data.productDatabaseList[].typestringoptional
Resource type
Example: null
data.productDatabaseList[].variantsarrayoptional
Variant list
Example: []
data.productDatabaseList[].upcListarrayoptional
UPC code list
Example: []
data.productDatabaseList[].eanListarrayoptional
EAN code list
Example: []
data.productDatabaseList[].isbnListarrayoptional
ISBN code list
Example: []
data.productDatabaseList[].gtinListarrayoptional
GTIN code list
Example: []
data.productDatabaseList[].dateFirstAvailableIsEstimatedbooleanoptional
Whether the listing date is estimated
Example: false
data.typestringoptional
Provider-specific render or payload type.
Example: null
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.

Response example

Platform response envelope. code 0 indicates success or acceptance; data contains the business result.

{
  "data": {
    "costToken": 1,
    "productDatabaseList": [
      {
        "id": "example-id",
        "price": 1,
        "approximate30DayUnitsSold": 1,
        "approximate30DayRevenue": 1,
        "productRank": 1,
        "reviews": 1,
        "rating": 1,
        "listingQualityScore": 1,
        "numberOfSellers": 1,
        "imageUrl": "https://example.com/image.jpg",
        "dateFirstAvailable": "2026-01-01",
        "weightValue": 1,
        "lengthValue": 1,
        "widthValue": 1,
        "heightValue": 1,
        "parentAsin": "B072MQ5BRX",
        "isParent": false,
        "isVariant": false,
        "isStandalone": false,
        "isAvailable": false,
        "buyBoxOwnerSellerId": "example-id",
        "updatedAt": "2026-01-01",
        "feeBreakdown": {},
        "subcategoryRanks": [],
        "variants": [],
        "upcList": [],
        "eanList": [],
        "isbnList": [],
        "gtinList": [],
        "dateFirstAvailableIsEstimated": false
      }
    ]
  },
  "code": 0,
  "msg": null,
  "ts": "0",
  "time": "2026-01-01 00:00:00",
  "cost": "-1",
  "traceId": null
}

Responses

CodeDescription
200HTTP request completed. Check JSON code; only 0 indicates business success or acceptance.
400Request JSON or required API parameters are invalid.
401API key is missing, invalid, or cannot be matched to a user.
5xxAPI execution or upstream service failed.

Data source, freshness, and limitations

Source, freshness, coverage, rate limits, and estimation notes are not specified in this API definition unless they appear in the request or response field documentation above. Do not assume official marketplace data or real-time freshness when it is not explicitly documented.

Related APIs

MCP

Use the MCP endpoint when an agent needs to discover and call API tools with JSON-RPC.

GET /api/skill-api/v1/mcp
POST /api/skill-api/v1/mcp
Authorization: Bearer nk-xxxxxxxxxxxxxxxxx
Content-Type: application/json

Call a tool

{
  "jsonrpc": "2.0",
  "id": "tool-call-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_amazon_product_database",
    "arguments": {
      "needCount": 10,
      "includeKeywords": "phone case",
      "marketplace": "us",
      "sort": "-sales"
    }
  }
}

Online test

Execute the current API with your API key and JSON payload.

88 credits / callAPI usage records

Try it

Send a real request with the same contract shown in the reference.

Endpoint
https://api.nexscope.ai/api/skill-api/v1/skills/amazon-product-database/run
MCP method
nexscope_amazon_product_database
cURL
curl -X POST \
  https://api.nexscope.ai/api/skill-api/v1/skills/amazon-product-database/run \
  -H "Authorization: Bearer nk-..." \
  -H "Content-Type: application/json" \
  -d '{ "needCount": 10, "includeKeywords": "phone case", "marketplace": "us", "sort": "-sales" }'
Response
No response yet. Run the request to see the response here.