Amazon New Releases Scout — Top New Products per Category avatar

Amazon New Releases Scout — Top New Products per Category

Pricing

from $2.00 / 1,000 releases

Go to Apify Store
Amazon New Releases Scout — Top New Products per Category

Amazon New Releases Scout — Top New Products per Category

Gets the top-ranked new releases in any Amazon category — rank, title, USD price, rating, review count, URL. One cheap fetch per category (no browser). Ideal for spotting fresh products and fast-moving niches.

Pricing

from $2.00 / 1,000 releases

Rating

0.0

(0)

Developer

Prime Sieve

Prime Sieve

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Amazon New Releases Scout

Get the top-ranked new releases in any Amazon category — the freshest, fastest-moving products on the marketplace right now.

Why

New releases are where opportunity shows up first: fresh listings, thin competition, early pricing gaps. This actor returns the category's new-releases leaderboard — rank, title, price, rating — in one cheap fetch per category. No browser, no API keys.

Each result: rank, ASIN, title, price (USD), rating, review count, url, category.

Input

FieldTypeDefaultDescription
categoriesstring[]requiredCategory slug(s), e.g. ["electronics", "lawn-garden"] or ["all"] for everything
minPriceint0Minimum price USD (0 = none)
maxPriceint0Maximum price USD (0 = none)
topNint20Top-ranked releases per category (max 30)

Common category slugs: electronics, toys-and-games, books, lawn-garden, kitchen, beauty, sporting-goods, tools, pet-supplies, videogames, fashion, automotive. Use all for the main New Releases page (mixed categories).

Output

One dataset item per release:

{
"rank": 1,
"asin": "B0GWFN7Y8T",
"title": "Pocket Hose Ballistic 50 FT Expandable Garden Hose",
"price": 47.49,
"rating": 4.4,
"reviewCount": 2862,
"url": "https://www.amazon.com/dp/B0GWFN7Y8T",
"category": "Patio, Lawn & Garden"
}

Pricing

  • $0.002 per release (pay-per-event) = $2.00 per 1,000 releases
  • apify-actor-start: $0.05 covers fixed startup cost

Free-plan users get one category (top 20 releases) free per run.

Notes

  • Rank = position in Amazon's official new-releases list for that category (1 = top).
  • price is null for products Amazon shows as "See options" (no single list price).
  • rating / reviewCount are null for brand-new products with no ratings yet.
  • Runs on a plain fetch (no headless browser) — fast and cheap; Amazon may occasionally throttle, the actor retries automatically.