This tutorial shows how to scrape Amazon reviews from Amazon.it into CSV with the Amazon Review Scraper for Italy template. You will import the workflow, replace the sample product URL, confirm the export path, run a one-product validation, and check the review rows before scaling.
Before you start
Prerequisites and source checks
You need UScraper installed as a local desktop app, the template JSON, one or more Amazon.it product URLs, and a folder where the CSV can be saved. Start with one ASIN, not a catalog. Amazon review pages can vary by locale, availability, language, cookie state, session history, and anti-abuse checks.
Before automation, review the current Amazon.it robots.txt, Amazon.it conditions of use, and your internal data policy. This guide is for controlled research from pages you can inspect in a normal browser session. It is not for private account data, seller dashboards, CAPTCHA solving, sign-in bypass, or access-control avoidance.
Technical access is not permission. Keep the run visible, keep volume modest, stop at verification pages, and document why each review field is being collected.
Workflow
What the Amazon Review Scraper for Italy does
The JSON export is the authoritative workflow definition. The template sets a 1920x1080 viewport, opens the URL list in the Navigate block, waits for page load, scrolls to the reviews area, injects JavaScript to normalize visible review cards into hidden rows, exports those rows, then checks whether it should open "See all reviews" or continue through the enabled review pagination bar.
Set Window Size -> Navigate -> Wait for Page Load -> Scroll to Reviews
-> Normalize Review Cards -> Structured Export -> See All Reviews Check
-> Pagination Next Check -> Click Next -> Wait -> Repeat
The important design choice is that the template exports rows only from normalized review cards. It deliberately avoids exporting diagnostic placeholders, sign-in pages, and empty failure rows.
Runbook
How to scrape Amazon product reviews from Amazon.it
Import the template
Open the Amazon Review Scraper for Italy page, download the JSON, and import it into UScraper.
Replace the sample URL
In the Navigate block, replace the bundled Amazon.it baby-monitor URL with a product URL or /product-reviews/{ASIN} URL from your approved research scope.
Keep the waits and branches
Leave the page-load waits, scroll script, review normalization script, see-all-reviews branch, and pagination checks in place until a one-ASIN test is clean.
Set the export folder
In Structured Export, confirm the local save folder, headers enabled, append mode, and crawler-recensioni-prodotti-amazon.csv as the output file.
Run one product
Watch the browser. Stop if Amazon shows CAPTCHA, sign-in, verification, unavailable-product pages, or content you are not permitted to process.
Validate before scale
Compare product title, ASIN, aggregate rating, reviewer, review stars, title, body, date, country, and helpful votes against the visible page.
Append mode is useful for multi-page review exports, but it can duplicate rows if you rerun the same ASIN into the same file. For testing, start with a clean CSV or use a separate validation folder.
Output
What the Amazon.it review CSV includes
The bundle does not include a finished CSV sample. Treat the JSON export as the workflow sample, then use your first successful one-product run as the live sample for that ASIN, browser state, and marketplace layout.
crawler-recensioni-prodotti-amazon.csvColumn
titolo_prodotto
Product title visible to the current session
Column
prodotto_url
Canonical product URL when ASIN is available
Column
asin
Amazon Standard Identification Number
Column
valutazione
Aggregate product rating text
Column
quantita_valutazioni
Visible review or rating count text
Column
nome_utente
Reviewer display name
Column
stelle_recensione
Star rating on the individual review
Column
titolo_recensione
Review title without icon noise
Column
paese
Country parsed from localized review date text
Column
data
Review date text after localization cleanup
Column
contenuto_recensione
Main review body
Column
numero_di_voti_utilil_count
Helpful-vote count, using the current template column name
The export shape is intentionally analyst-friendly: product fields repeat across rows, while reviewer and review fields change per card. That makes downstream dedupe straightforward.
| Dedupe key | Why it helps |
|---|---|
asin + nome_utente | Groups reviews under the product and reviewer identity shown by Amazon. |
data + titolo_recensione | Separates repeated reviewer names across time and products. |
contenuto_recensione | Catches reruns into the same append-mode CSV. |
Alternatives
Amazon review scraper Python, API, or no-code template?
People search for amazon review scraper Python, Amazon reviews API alternative, and best Amazon review scraper because the right tool depends on custody, maintenance, and run frequency.
Best for a supervised CSV job: visible browser run, editable no-code blocks, local save folder, and fast validation by an analyst.
Amazon's Product Advertising API is useful for approved product-data use cases, but do not assume it is a drop-in replacement for review-card exports. If your project requires contractual reuse rights, production guarantees, or high-volume ingestion, compare the API route and hosted vendors before scraping visible pages.
Debugging
Common issues and fixes
| Symptom | Likely cause | Fix |
|---|---|---|
| Zero rows exported | Amazon did not render review cards, redirected to sign-in, showed verification, or returned an unavailable page | Stop, inspect the browser, and do not bypass access controls. |
| Product title exports but review body is blank | The product page loaded, but the review area did not render visible cards | Use a direct /product-reviews/{ASIN} URL and rerun one ASIN. |
| Pagination stops early | No enabled Next link was visible to the current session | Keep the rows, verify page count manually, and avoid forcing disabled links. |
| Date or country looks wrong | Amazon changed localized review-date wording | Update the parsing rule against one visible card before scaling. |
| Duplicate rows appear | Append mode reused the same file for a rerun | Dedupe by ASIN, reviewer, date, title, and body. |
Guardrails for reliable Amazon Italy review exports
Keep batches modest
Start with one ASIN, then expand gradually only while normal pages keep loading.
Expect selector drift
Amazon review markup can change. Validate rows before trusting a new run.
Keep run context
Record source URL, run date, purpose, and export filename with the CSV.
FAQ
Amazon.it review scraper FAQ
Amazon.it reviews may be visible in a browser, but automated collection can still be limited by Amazon terms, robots directives, access controls, privacy rules, copyright, marketplace policies, and local law. Do not bypass CAPTCHA, sign-in, or technical controls.
Next step
Download the Amazon Review Scraper for Italy template
Use the Amazon Review Scraper for Italy template as the download path, then keep this tutorial open while you validate the first CSV. For adjacent Amazon.it research, pair it with the Amazon Product Detail Scraper for Italy, the Amazon Product Listing Scraper for Italy, the full template library, or the UScraper blog.

