Estimate sales by BSR and category
POST
/api/v1/estimate-salesEstimate approximate sales number for provided BSR, category and domain. The limit is 60 requests per minute. The following marketplaces are available: amazon.com, amazon.ca, amazon.co.uk, amazon.de, amazon.es, amazon.it, amazon.fr, amazon.in, amazon.com.mx, amazon.com.br.
Request
Best Seller Rank number.
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
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.
{
"bsr": "10000",
"category": "Home & Kitchen",
"domain": "amazon.com",
"marketplaceId": "ATVPDKIKX0DER"
}
Request samples
Responses
Estimated sales number