Skip to main content
GET
/
v1
/
amazon
/
new-releases
New Releases
curl --request GET \
  --url https://scrapebadger.com/v1/amazon/new-releases \
  --header 'x-api-key: <api-key>'
{
  "domain": "com",
  "category": "electronics",
  "results": [
    {
      "rank": 1,
      "position": 1,
      "asin": "B0CX23V2ZK",
      "title": "Anker Prime Power Bank (2026)",
      "link": "https://www.amazon.com/dp/B0CX23V2ZK",
      "image": "https://m.media-amazon.com/images/I/61new.jpg",
      "rating": 4.6,
      "ratings_total": 842,
      "price": {
        "value": 129.99,
        "currency": "USD",
        "symbol": "$",
        "raw": "$129.99"
      }
    }
  ]
}

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.

Query Parameters

domain
string
default:"com"
Amazon marketplace TLD or code.Examples: com, co.uk, de
category
string
New-releases node id or category slug. Use /v1/amazon/categories to look up nodes.Example: electronics, books
page
integer
default:1
Page number. Each page covers 50 ranks. Range: 1 - 2.

Response

domain
string
Marketplace domain.
category
string
Category/node the list was pulled from (nullable).
results
array
Array of newly released products.

Example Response

{
  "domain": "com",
  "category": "electronics",
  "results": [
    {
      "rank": 1,
      "position": 1,
      "asin": "B0CX23V2ZK",
      "title": "Anker Prime Power Bank (2026)",
      "link": "https://www.amazon.com/dp/B0CX23V2ZK",
      "image": "https://m.media-amazon.com/images/I/61new.jpg",
      "rating": 4.6,
      "ratings_total": 842,
      "price": { "value": 129.99, "currency": "USD", "symbol": "$", "raw": "$129.99" }
    }
  ]
}
Each new-releases request costs 5 credits. Failed requests are not charged.

Authorizations

x-api-key
string
header
required

Query Parameters

domain
string
default:com

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

category
string

New-releases node id or category slug.

page
integer
default:1

Page number (each page covers 50 ranks; max 2).

Required range: 1 <= x <= 2

Response

200 - application/json

New releases list

domain
string
category
string | null
results
object[]