Amazon New Listings Scout — Newest Products per Keyword avatar

Amazon New Listings Scout — Newest Products per Keyword

Pricing

from $2.00 / 1,000 listings

Go to Apify Store
Amazon New Listings Scout — Newest Products per Keyword

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

Prime Sieve

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

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

FieldTypeDefaultDescription
queriesstring[][]Keywords, e.g. ["board games", "yoga mat"]. Leave empty if using categories.
categoriesstring[][]Amazon department aliases to browse newest listings in, e.g. ["electronics", "toys-and-games", "books", "kitchen", "beauty"]. Leave empty if using queries.
minPriceint10Minimum price USD (0 = none)
maxPriceint0Maximum price USD (0 = none)
excludeBrandsstring[][]Drop titles containing these (e.g. ["amazon basics"])
maxResultsPerQueryint20Results 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-rank sort = newest arrivals).
  • Only listings with a visible USD price are returned (new listings without a price yet are skipped).
  • rating / reviewCount are null for 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.