This tutorial shows how to scrape Amazon France product listings from Amazon.fr search results into CSV with the Amazon France Product Listing Scraper for CSV Export for UScraper. You will import the template, edit the keyword, set the export path, validate the first rows, and troubleshoot common blank fields.
Before you start
Prerequisites and scope
You need UScraper installed as a local desktop app, the Amazon France product listing scraper template, and one Amazon.fr keyword you are allowed to research. The bundled workflow starts with ordinateur, but you can replace it with a category, brand, model family, or competitor query.
This is a listing-page tutorial. It collects visible search-result rows: keyword, ASIN, brand guess, title, result-page URL, detail-page URL, rating text, review count, price, and scrape time. It does not cover login pages, seller dashboards, CAPTCHA bypassing, purchases, private account data, or guaranteed coverage for every Amazon module.
Technical access is not permission. Review source terms, robots guidance, marketplace policies, and local data rules before collecting or redistributing product data.
Workflow anatomy
What the Amazon France scraper template does
The JSON export is the authoritative workflow definition. In plain English:
Set Window Size -> Navigate to Amazon.fr search -> Wait for Page Load
-> optional location modal -> Wait for Product Rows -> Structured Export
-> check Next page -> repeat until pagination ends
The Navigate block opens https://www.amazon.fr/s?k=ordinateur&page=1. The location branch checks for Amazon's location control, types 75103 when the postcode field appears, and waits for reload. If the modal is unavailable, the workflow continues to product-row detection.
| Workflow part | What it does | What you should verify |
|---|---|---|
| Navigate | Opens the Amazon.fr keyword search URL | Replace ordinateur and keep the Amazon.fr domain. |
| Location branch | Attempts postcode 75103 | Change it if another French region matters. |
| Product-row wait | Looks for result cards with ASINs | Stop on CAPTCHA, empty pages, or unrelated modules. |
| Structured Export | Appends rows to CSV | Confirm headers, append mode, file name, and save folder. |
| Pagination loop | Clicks enabled Next links | Watch the first loop for duplicates or blocked pages. |
Runbook
How to scrape Amazon.fr search results to CSV
Import the template
Open Amazon France Product Listing Scraper for CSV Export, download the workflow JSON, and import it into UScraper.
Edit the keyword
In Navigate, replace ordinateur in the Amazon.fr URL with the keyword you want to review.
Review the postcode branch
Keep 75103 for Paris visibility, or change it when pricing and availability must reflect another French region.
Set the CSV destination
In Structured Export, confirm amazon-produits-details-scraper-via-mot-cle-final.csv, headers enabled, append mode, and a project-specific save folder.
Run one page and validate
Run the first page, compare three CSV rows against the browser, then allow the Next-page loop to continue.
After the first run, sort by asin and detail_page_url. One visible product card should create one row. Duplicates usually mean the same page exported twice or Amazon repeated products across pages.
CSV output
Amazon listings to CSV: fields to validate
The workflow exports one row per visible Amazon.fr search-result card. Values depend on keyword, delivery region, stock state, language, sponsored modules, and session state.
| CSV column | Source in the loaded page | Validation tip |
|---|---|---|
keyword | Current search URL | Confirm the intended keyword. |
asin | Result-card data-asin attribute | Use this as the primary dedupe key. |
brand | First-token guess from title | Treat as a convenience field. |
title | Visible result-card title | Check accents and truncation. |
resultat_page_url | Active search page URL | Useful for audit trails. |
detail_page_url | Canonical https://www.amazon.fr/dp/ASIN URL | Open a few links. |
star_rating | Visible star-rating text | Blank when ratings are absent. |
number_of_reviews | Review links and labels | Compare high-review products first. |
price | Visible price text | Blank when no price renders. |
current_time | Export timestamp | Separates monitoring runs. |
Tool choice
UScraper template, cloud scraper, or Amazon PA API alternative?
Use the tool that matches the job. A local desktop app template is useful when a marketer, seller, or analyst needs a reviewable CSV from a controlled research batch. Cloud scraper APIs fit engineering teams that need managed infrastructure and programmatic JSON. Amazon's official Product Advertising API fits eligible affiliate-style workflows.
| Option | Good fit | Main trade-off |
|---|---|---|
| UScraper Amazon France listing template | No-code listings to CSV, keyword research, marketplace snapshots, local custody | Best for supervised batches, not unattended high-volume crawling. |
| Cloud Amazon scraper tools | Engineering teams that want hosted infrastructure, proxy handling, and API responses | Your inputs and output flow through a third-party provider, and cost often scales with requests. |
| Amazon Product Advertising API | Approved affiliate or developer workflows needing official product data access | Requires credentials, eligibility, implementation work, quotas, and API-specific coverage limits. |
For most first-pass research, export the listing CSV first, then decide whether selected ASINs deserve deeper workflows from the template library.
Troubleshooting
Common Amazon France scraping issues
Stop the run. This tutorial does not cover CAPTCHA bypassing or access-control evasion. Reduce volume, review permissions, and use approved API or partner routes when reliability matters.
Next step
Download the Amazon France product listing scraper
Use the Amazon France Product Listing Scraper for CSV Export as the download path, then return to this runbook while you configure the keyword, postcode, and export folder. For more workflows, browse UScraper templates or the UScraper blog.

