Nexscope logo

Amazon Product Database API

REST API and MCP service documentation generated from server-side API definitions. Responses shown here are the direct payload returned by each API execution.

API selector
Amazon Marketplace Intelligence

API overview

Jungle Scout Product Database multi-condition filtering. Filter Amazon products by category, price, sales volume, revenue, reviews, rating, weight, BSR rank, LQS, seller type, and more across 10 marketplaces.

Try this API
Endpoint
https://claw-callback.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://claw-callback.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 bodyDirect API response payload. No data/result wrapper is added.

Status codes

CodeDescription
200API executed successfully. Body is the direct response payload.
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 '{   "marketplace": "us",   "sort": "-sales",   "needCount": 10,   "includeKeywords": "phone case" }'
All categories/ Amazon Marketplace Intelligence
POSThttps://claw-callback.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 direct response payload.

Open tester

Endpoint

MethodPOST
Pathhttps://claw-callback.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

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

Response body

Returns the documented upstream API response directly without an additional wrapper.

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

Response example

Direct response payload. No extra wrapper is added.

{
  "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
    }
  ]
}

Responses

CodeDescription
200API executed successfully. Body is the direct response payload.
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": {
      "marketplace": "us",
      "sort": "-sales",
      "needCount": 10,
      "includeKeywords": "phone case"
    }
  }
}

Online test

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

Try it

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

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