Amazon New Listings Scout — Newest Products per Keyword
Pricing
from $2.00 / 1,000 listings
Amazon New Listings Scout — Newest Products per Keyword
Finds the newest Amazon listings for any keyword or category (newest-first sort). Each result: ASIN, title, price (USD), rating, review count, URL. Ideal for retail arbitrage / online arbitrage — spot fresh listings before competitors. Plain-fetch (no browser) = fast and cheap.
Pricing
from $2.00 / 1,000 listings
Rating
0.0
(0)
Developer
Prime Sieve
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Amazon New Listings Scout
Find the newest Amazon listings for any keyword or category — the freshest products on the marketplace, sorted by date first available.
Why
Retail arbitrage / online arbitrage sellers hunt for newly listed products: fresh listings mean thin competition, few reviews, and pricing gaps that disappear once a product accumulates reviews. This actor returns exactly that signal in one cheap fetch per query — no browser, no API keys.
Each result: ASIN, title, price (USD), rating, review count, url.
Input
| Field | Type | Default | Description |
|---|---|---|---|
queries | string[] | [] | Keywords, e.g. ["board games", "yoga mat"]. Leave empty if using categories. |
categories | string[] | [] | Amazon department aliases to browse newest listings in, e.g. ["electronics", "toys-and-games", "books", "kitchen", "beauty"]. Leave empty if using queries. |
minPrice | int | 10 | Minimum price USD (0 = none) |
maxPrice | int | 0 | Maximum price USD (0 = none) |
excludeBrands | string[] | [] | Drop titles containing these (e.g. ["amazon basics"]) |
maxResultsPerQuery | int | 20 | Results per query (max 60) |
Output
One dataset item per listing:
{"query": "board games","asin": "B0FXMRRL2B","title": "Rollacrit, Heroes of Barcadia DE Version Funny Party Game","price": 19.99,"currency": "USD","rating": null,"reviewCount": null,"url": "https://www.amazon.com/dp/B0FXMRRL2B"}
Pricing
- $0.002 per listing (pay-per-event) = $2.00 per 1,000 listings
- 5 free searches per run (a search = one query, up to 20 results)
apify-actor-start: $0.05 covers fixed startup cost
Free-plan users get up to 5 free searches per day.
Notes
- Results are sorted by newest first (Amazon's
date-desc-ranksort = newest arrivals). - Only listings with a visible USD price are returned (new listings without a price yet are skipped).
rating/reviewCountarenullfor brand-new listings with no reviews — that's the point: these are fresh products.- Runs on a plain
fetch(no headless browser) so it's fast and cheap; Amazon may occasionally throttle — the actor retries automatically.