Skip to main content
The bestseller-categories endpoint returns a flat list of all Amazon best-seller categories available in a given marketplace. Use this endpoint to populate a category picker, build a category browse UI, or discover valid categoryId values to pass to the bestsellers endpoint.
Pass the id from this response as the categoryId parameter in the bestsellers endpoint to retrieve ranked products for that category.

Request

string
default:"US"
The Amazon marketplace to retrieve categories for. Supported values: US, UK, CA, DE, FR, IT, ES, AU, IN, MX, BR, JP, PL. Defaults to US.

Example request


Response

A successful response returns data.amazonBestSellerCategories.categories — a flat array of category objects for the requested marketplace.
object

Example response


Error handling

This endpoint only accepts a domain query parameter. If you pass an unsupported domain code, the API returns a 400 error. Make sure your API-KEY header is present on every request.