Skip to main content
GET
/
v1
/
amazon
/
sellers
/
{seller_id}
Get Seller
curl --request GET \
  --url https://scrapebadger.com/v1/amazon/sellers/{seller_id} \
  --header 'x-api-key: <api-key>'
{
  "domain": "com",
  "seller": {
    "seller_id": "A1B2C3D4E5F6G7",
    "name": "TechDeals Store",
    "link": "https://www.amazon.com/sp?seller=A1B2C3D4E5F6G7",
    "rating": 4.6,
    "ratings_total": 8421,
    "ratings_percentage_positive": 94,
    "feedback": {
      "lifetime": {
        "positive": 94,
        "neutral": 2,
        "negative": 4,
        "count": 8421
      },
      "12mo": {
        "positive": 95,
        "neutral": 2,
        "negative": 3,
        "count": 2103
      },
      "90d": {
        "positive": 96,
        "neutral": 1,
        "negative": 3,
        "count": 540
      },
      "30d": {
        "positive": 97,
        "neutral": 1,
        "negative": 2,
        "count": 182
      }
    },
    "business_name": "TechDeals LLC",
    "business_address": "123 Commerce St, Seattle, WA 98101, US",
    "member_since": "2017"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.scrapebadger.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

seller_id
string
required
The Amazon seller ID (the value of the seller= URL parameter, e.g. from a /sp?seller=... link).

Query Parameters

domain
string
default:"com"
Amazon marketplace TLD or code where the seller operates.Examples: com, co.uk, de

Response

domain
string
Marketplace domain.
seller
object
Seller profile object.

Example Response

{
  "domain": "com",
  "seller": {
    "seller_id": "A1B2C3D4E5F6G7",
    "name": "TechDeals Store",
    "link": "https://www.amazon.com/sp?seller=A1B2C3D4E5F6G7",
    "rating": 4.6,
    "ratings_total": 8421,
    "ratings_percentage_positive": 94,
    "feedback": {
      "lifetime": { "positive": 94, "neutral": 2, "negative": 4, "count": 8421 },
      "12mo": { "positive": 95, "neutral": 2, "negative": 3, "count": 2103 },
      "90d": { "positive": 96, "neutral": 1, "negative": 3, "count": 540 },
      "30d": { "positive": 97, "neutral": 1, "negative": 2, "count": 182 }
    },
    "business_name": "TechDeals LLC",
    "business_address": "123 Commerce St, Seattle, WA 98101, US",
    "member_since": "2017"
  }
}
Each seller request costs 3 credits. Failed requests are not charged.

Authorizations

x-api-key
string
header
required

Path Parameters

seller_id
string
required

The Amazon seller ID (the value of the seller= URL parameter).

Query Parameters

domain
string
default:com

Amazon marketplace TLD or code (com, co.uk, de, ...).

Response

200 - application/json

Seller profile

domain
string
seller
object