---
title: "Bestsellers"
method: GET
path: "/v1/amazon/bestsellers"
tags: ["Amazon Listings"]
---

# Bestsellers

`GET /v1/amazon/bestsellers`

Top-selling products for a category (browse node).

## Query parameters

- `domain` string
- `category` string
- `page` integer

## Response `200`

Bestsellers list

- object
  - `domain` string
  - `category` string, nullable
  - `results` Bestseller[]
    - `rank` integer — Best-seller / new-release rank.
    - `position` integer — Position on the page.
    - `asin` string
    - `title` string
    - `link` string
    - `image` string
    - `rating` number, nullable
    - `ratings_total` integer, nullable
    - `price` AmazonPrice
      - `value` number, nullable — Numeric price value.
      - `currency` string, nullable — ISO 4217 currency code.
      - `symbol` string, nullable — Currency symbol (e.g. $, £, €).
      - `raw` string, nullable — Price exactly as displayed on Amazon.

---

[API](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api.md) · [All operations](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scrapebadger/scrapebadger-account-api/revisions/4a1ef8777baf/schema)
