Seller Assistant API
HomeSeller AssistantHelp CenterAccount
HomeSeller AssistantHelp CenterAccount
Get API Keys
  1. Products
  • Introduction
  • Authentication
  • Throttling
  • Error Handling
  • Marketplace IDs and Categories
  • User Info
    • Get current user info
      GET
  • Products
    • Get product info
      GET
    • Get product statistics
      GET
    • Calculate product profit
      POST
  • UPC-EAN-ASIN converters
    • Get product ASINs based on identifiers (UPC or EAN)
      GET
    • Get product identifiers (UPC, EAN, etc.) based on ASIN
      GET
  • Restrictions
    • Check ASIN restrictions
      GET
  • Sales Estimation
    • Estimate sales by ASIN
      GET
    • Estimate sales by BSR and category
      POST
  • Keepa
    • Get Keepa product
      GET
  1. Products

Get product statistics

GET
/api/v1/products/{asin}/stats
Products
Fetch detailed statistics for a specific product identified by its ASIN. The statistics include monthly sales, various price metrics (Amazon price, marketplace new price, Buy Box price), Best Sellers Rank (BSR), number of offers, number of reviews, and BSR drops count. The limit is 60 requests per minute.

Request

Authorization
Add parameter in header
X-Api-Key
Example:
X-Api-Key: ********************
Path Params
asin
required
Amazon product ASIN.
Example:
B00U26V4VQ
Query Params
domain
optional
Amazon marketplace domain. Domain amazon.com is used by default if domain and marketplaceId are not provided. If both domain and marketplaceId are chosen, domain has bigger priority. Options: amazon.com, amazon.ca, amazon.co.uk, amazon.de, amazon.es, amazon.it, amazon.fr, amazon.in, amazon.com.mx, amazon.com.br.
Example:
amazon.com
marketplaceId
optional
Amazon marketplace id. Domain amazon.com is used by default if domain and marketplaceId are not provided. If both domain and marketplaceId are chosen, domain has bigger priority. See all options here.
Example:
ATVPDKIKX0DER

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://app.sellerassistant.app/api/v1/products/B00U26V4VQ/stats' \
--header 'X-Api-Key;'

Responses

🟢200OK
application/json
Product stats
Body
Product statistics. If the value is `null`, it means that there is insufficient data.
currency
object (Currency) 
required
Currency information for the prices
code
string 
required
Currency code (e.g., USD, EUR)
Example:
USD
symbol
string 
required
Currency symbol (e.g., $, €)
Example:
$
amazonPrice
object 
required
Amazon price statistics (price set by Amazon itself)
current
string <decimal> | null 
required
Current Amazon price in the standard unit of the currency
Example:
43.97
avg30
string <decimal> | null 
required
30-day average Amazon price in the standard unit of the currency
Example:
43.92
avg90
string <decimal> | null 
required
90-day average Amazon price in the standard unit of the currency
Example:
43.41
avg180
string <decimal> | null 
required
180-day average Amazon price in the standard unit of the currency
Example:
43.63
avg365
string <decimal> | null 
required
365-day average Amazon price in the standard unit of the currency
Example:
42.12
marketplaceNewPrice
object 
required
Marketplace new price statistics (typically the lowest price set by third-party sellers for new products)
current
string <decimal> | null 
required
Current marketplace new price in the standard unit of the currency
Example:
43.97
avg30
string <decimal> | null 
required
30-day average marketplace new price in the standard unit of the currency
Example:
43.92
avg90
string <decimal> | null 
required
90-day average marketplace new price in the standard unit of the currency
Example:
42.40
avg180
string <decimal> | null 
required
180-day average marketplace new price in the standard unit of the currency
Example:
42.83
avg365
string <decimal> | null 
required
365-day average marketplace new price in the standard unit of the currency
Example:
40.21
buyBoxPrice
object 
required
Buy Box price statistics (price of the product that appears in the Buy Box)
current
string <decimal> | null 
required
Current Buy Box price in the standard unit of the currency
Example:
43.97
avg30
string <decimal> | null 
required
30-day average Buy Box price in the standard unit of the currency
Example:
43.92
avg90
string <decimal> | null 
required
90-day average Buy Box price in the standard unit of the currency
Example:
43.39
avg180
string <decimal> | null 
required
180-day average Buy Box price in the standard unit of the currency
Example:
43.61
avg365
string <decimal> | null 
required
365-day average Buy Box price in the standard unit of the currency
Example:
42.10
fbmPrice
object 
required
FBM price statistics
current
string <decimal> | null 
required
Current FBM price in the standard unit of the currency
Example:
55.33
avg30
string <decimal> | null 
required
30-day average FBM price in the standard unit of the currency
Example:
52.78
avg90
string <decimal> | null 
required
90-day average FBM price in the standard unit of the currency
Example:
53.46
avg180
string <decimal> | null 
required
180-day average FBM price in the standard unit of the currency
Example:
51.59
avg365
string <decimal> | null 
required
365-day average FBM price in the standard unit of the currency
Example:
50.17
fbaPrice
object 
required
FBA price statistics
current
string <decimal> | null 
required
Current FBA price in the standard unit of the currency
Example:
59.99
avg30
string <decimal> | null 
required
30-day average FBA price in the standard unit of the currency
Example:
50.06
avg90
string <decimal> | null 
required
90-day average FBA price in the standard unit of the currency
Example:
45.46
avg180
string <decimal> | null 
required
180-day average FBA price in the standard unit of the currency
Example:
46.08
avg365
string <decimal> | null 
required
365-day average FBA price in the standard unit of the currency
Example:
45.71
bsr
object 
required
Best Sellers Rank (BSR) statistics
current
integer  | null 
required
Current Best Sellers Rank (BSR)
Example:
245
avg30
integer  | null 
required
30-day average BSR
Example:
241
avg90
integer  | null 
required
90-day average BSR
Example:
192
avg180
integer  | null 
required
180-day average BSR
Example:
195
avg365
integer  | null 
required
365-day average BSR
Example:
239
offersCount
object 
required
Offers count statistics
current
integer  | null 
required
Current number of offers
Example:
8
avg30
integer  | null 
required
30-day average number of offers
Example:
10
avg90
integer  | null 
required
90-day average number of offers
Example:
10
avg180
integer  | null 
required
180-day average number of offers
Example:
10
avg365
integer  | null 
required
365-day average number of offers
Example:
11
reviewsCount
object 
required
Reviews count statistics
current
integer  | null 
required
Current number of reviews
Example:
44639
avg30
integer  | null 
required
30-day average number of reviews
Example:
44555
avg90
integer  | null 
required
90-day average number of reviews
Example:
44374
avg180
integer  | null 
required
180-day average number of reviews
Example:
44090
avg365
integer  | null 
required
365-day average number of reviews
Example:
40854
bsrDropsCount
object 
required
BSR drops count statistics. Indicates the number of times the Best Sellers Rank (BSR) has dropped within the specified period, which can be an indicator of sales spikes.
avg30
integer  | null 
required
30-day average BSR drops count
Example:
217
avg90
integer  | null 
required
90-day average BSR drops count
Example:
443
avg180
integer  | null 
required
180-day average BSR drops count
Example:
767
avg365
integer  | null 
required
365-day average BSR drops count
Example:
1676
monthlySold
integer  | null 
required
Monthly units sold
Example:
5000
Example
{
  "currency": {
    "code": "USD",
    "symbol": "$"
  },
  "amazonPrice": {
    "current": "43.97",
    "avg30": "43.92",
    "avg90": "43.41",
    "avg180": "43.63",
    "avg365": "42.12"
  },
  "marketplaceNewPrice": {
    "current": "43.97",
    "avg30": "43.92",
    "avg90": "42.40",
    "avg180": "42.83",
    "avg365": "40.21"
  },
  "buyBoxPrice": {
    "current": "43.97",
    "avg30": "43.92",
    "avg90": "43.39",
    "avg180": "43.61",
    "avg365": "42.10"
  },
  "fbmPrice": {
    "current": "55.33",
    "avg30": "52.78",
    "avg90": "53.46",
    "avg180": "51.59",
    "avg365": "50.17"
  },
  "fbaPrice": {
    "current": "59.99",
    "avg30": "50.06",
    "avg90": "45.46",
    "avg180": "46.08",
    "avg365": "45.71"
  },
  "bsr": {
    "current": 245,
    "avg30": 241,
    "avg90": 192,
    "avg180": 195,
    "avg365": 239
  },
  "offersCount": {
    "current": 8,
    "avg30": 10,
    "avg90": 10,
    "avg180": 10,
    "avg365": 11
  },
  "reviewsCount": {
    "current": 44639,
    "avg30": 44555,
    "avg90": 44374,
    "avg180": 44090,
    "avg365": 40854
  },
  "bsrDropsCount": {
    "avg30": 217,
    "avg90": 443,
    "avg180": 767,
    "avg365": 1676
  },
  "monthlySold": 5000
}
🟠400Bad Request
🟠402402
🟠403Forbidden
🟠404Record Not Found
🟠429429
🔴500Server Error
Modified at 2025-01-16 08:37:58
Previous
Get product info
Next
Calculate product profit
Built with