---
title: "Get Seller"
method: GET
path: "/v1/amazon/sellers/{seller_id}"
tags: ["Amazon Sellers"]
---

# Get Seller

`GET /v1/amazon/sellers/{seller_id}`

Seller profile, ratings and feedback summary.

## Path parameters

- `seller_id` string, required

## Query parameters

- `domain` string

## Response `200`

Seller profile

- object
  - `domain` string
  - `seller` Seller
    - `seller_id` string
    - `name` string
    - `link` string
    - `rating` number, nullable
    - `ratings_total` integer, nullable
    - `ratings_percentage_positive` integer, nullable
    - `feedback` object — Feedback windows (lifetime, 12mo, 90d, 30d) each with positive, neutral, negative, count.
    - `business_name` string, nullable
    - `business_address` string, nullable
    - `member_since` string, nullable

---

[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)
