Limited Time — Lifetime Access for just $99. Lock in before prices rise.

UScraper
Tutorials

How to Scrape Amazon Hot New Releases by Category to CSV

Scrape Amazon Hot New Releases by category. Export rank, ASIN, title, price, ratings, review links and images to CSV with UScraper local desktop app.

UScraper
June 19, 2026
8 min read
#how to scrape amazon new releases#amazon hot new releases scraper#amazon new releases scraper#amazon new releases api alternative#scrape amazon category new releases#amazon hot new releases to csv#amazon product rankings scraper#no-code amazon scraper
How to Scrape Amazon Hot New Releases by Category to CSV

This tutorial shows how to scrape Amazon Hot New Releases category pages into CSV with the Amazon Hot New Releases Scraper by Category template for UScraper. You will check the source page, import the JSON workflow, replace category URLs, set the export path, validate the first rows, and handle common Amazon page issues before scaling.

Before you start

Prerequisites for scraping Amazon Hot New Releases

Start from Amazon's official Hot New Releases page and drill into the category you actually need. The bundled UScraper workflow uses two Video Games category URLs as a working example: page 1 and page 2 are listed explicitly in the Navigate block, then the Loop Continue block advances through those configured inputs.

Before you run anything, review Amazon's current Conditions of Use, Amazon's robots.txt, your internal data policy, and any marketplace-specific rules that apply to your use case.

Treat this as an operational tutorial, not legal advice. Do not bypass CAPTCHA, login walls, paywalls, account controls, technical blocks, or other access restrictions.


Workflow shape

What the Amazon New Releases scraper does

The template is a category ranking scraper, not a full product-detail crawler. It collects what Amazon renders on Hot New Releases list cards. That makes it useful for launch scouting, category monitoring, product research, and quick marketplace snapshots, but it should not be treated as a complete product catalog.

The JSON workflow is the authoritative sample because the bundle does not include a CSV file. Its core path is simple: Set Window Size -> Navigate -> Wait for Page Load -> Sleep -> Wait for Element -> Structured Export -> Loop Continue. Structured Export uses div[id^="gridItemRoot"] as the row selector and writes each configured page into the same CSV in append mode.

{
  "fileName": "amazon_hot_new_releases_scraper_by_category.csv",
  "rowSelector": "div[id^=\"gridItemRoot\"]",
  "fileMode": "append",
  "columns": [
    "original_url",
    "category",
    "position",
    "asin",
    "name",
    "url",
    "brand",
    "stars",
    "ratings",
    "reviews_link",
    "platform",
    "price",
    "picture",
    "error"
  ]
}
Export areaColumnsValidation check
Source contextoriginal_url, categoryConfirm each row points back to the Hot New Releases category URL that produced it.
Ranking identityposition, asin, name, url, brandCompare visible rank badges, product titles, and /dp/ ASINs against the browser.
Marketplace signalsstars, ratings, reviews_link, platform, priceExpect blanks when Amazon does not render a value for that card, region, or category.
Media and healthpicture, errorOpen a few image URLs and investigate access-check or empty-row symptoms before scaling.

Runbook

How to scrape Amazon category new releases to CSV

1

Choose the source category

Open Amazon Hot New Releases and copy the category URLs you are approved to review. Keep different marketplaces, categories, and list types in separate runs.

2

Import the UScraper template

Open Amazon Hot New Releases Scraper by Category, download the JSON, and import it into UScraper.

3

Replace Navigate URLs

In the Navigate block, replace the example Video Games pg=1 and pg=2 URLs with the exact category pagination URLs for your research scope.

4

Set the export path

In Structured Export, confirm amazon_hot_new_releases_scraper_by_category.csv, headers, append mode, and the local save folder for this batch.

5

Run one validation pass

Compare a handful of rows against the browser: category, rank, ASIN, title, product URL, rating, review count, platform, price, picture, and error.

6

Continue only after QA

Expand the URL list after the first page looks right. Stop if Amazon returns CAPTCHA, sign-in gates, robot checks, regional redirects, or repeated blank pages.


API choice

Amazon New Releases API alternative: PA-API vs scraping

If your query is really Amazon new releases API alternative, decide whether you need an application integration or a supervised CSV. Amazon's Product Advertising API documentation and SearchItems documentation are the official starting points for affiliate-oriented product data access. API routes are better when you have approval, credentials, engineering time, and a product that needs structured responses.

The UScraper template is different. It is a no-code browser workflow for visible Hot New Releases category pages. Use it when an analyst needs to inspect the flow, adjust selectors, choose a local save path, and export a spreadsheet for review.

OptionBetter fitTrade-off
Official Amazon API pathApproved affiliate or product integration with programmatic responsesRequires eligibility, credentials, code, and policy compliance
Managed scraper APIDeveloper pipeline with retries, infrastructure, and JSON deliveryUsually metered by requests or credits and routed through a provider
UScraper local templateSupervised category research and CSV export from selected pagesBest for controlled batches, not unattended high-volume crawling

Troubleshooting

Common issues when scraping Amazon New Releases

SymptomLikely causeFix
No product rows exportCAPTCHA, robot check, sign-in gate, region redirect, or selector driftStop the run, inspect the browser, and do not bypass access controls.
asin is blankThe card did not expose a /dp/ product linkKeep the row for audit, then verify whether the visible card layout changed.
Price is missingAmazon did not render a visible price for that cardDo not require price for every category; validate with a few manual samples.
Ratings look shiftedRating text, review links, or locale formatting changedCompare several rows against the rendered page before using the export.
Duplicate ASINs appearMultiple category pages can surface the same itemDedupe downstream by asin, url, or asin + category, depending on the report.
Page 2 repeats page 1The wrong pagination URL was pasted or a redirect occurredReopen both URLs manually and confirm the browser address before rerunning.

The simplest QA rule is still the strongest: validate one page while the browser is open, then scale the URL list.

FAQ

Amazon Hot New Releases scraper FAQ

Amazon Hot New Releases pages may be visible in a browser, but automated collection can still be limited by Amazon Conditions of Use, robots directives, anti-abuse systems, intellectual property rights, privacy law, and local rules. Do not bypass CAPTCHA, sign-in gates, account controls, or other access restrictions, and get legal review before commercial reuse.


Next step

Download the Amazon Hot New Releases scraper

Use the Amazon Hot New Releases Scraper by Category template as the download path, then keep this tutorial open while you validate the first CSV. For adjacent marketplace workflows, browse all UScraper templates or read more tutorials on the UScraper blog.

FAQ

Frequently asked questions

Here are some of our most common questions. Can't find what you're looking for?

View All FAQs

Stop writing scripts. Start scraping visually.

Download UScraper and build your first web scraper in under 10 minutes. No subscriptions, no code, no limits.

Available on Windows 10+ and macOS 12+ · Need help? [email protected]