📌 How can you collect product reviews and rating context from Amazon UK?
This template collects product and review data for submitted ASINs, including brand, product name and stars, rating count, review rating, reviewer, title, body, URL, images, verified status, helpful count, date, country, and Vine tag when present. It is useful for voice-of-customer teams, marketplace sellers, and product researchers.
Data is collected from Amazon UK Reviews. Amazon UK is an e-commerce marketplace where product pages include customer ratings and review content.
💰 Pricing
Current price: $1/1,000 lines. Billing is based on the number of output lines produced by the task.
📦 Output
The current published implementation can return the following fields:
Page_URLASINBrandProduct_nameProduct_starsRating_countReview_ratingReviewer_nameReview_titleReview_contentReview_URLReview_imagesIs_verifiedHelpful_countDateCountrymessagemsg_typecontentVine_TagsortByreviewerTypeformatTypemediaTypefilterByStarfilterByAgepageNumberfilterByLanguagefilterByKeywordshouldAppenddeviceTypecanShowIntHeaderreftagpageSizeasinscope
{
"Page_URL": "https://www.amazon.co.uk/product-reviews/B00284AO0C?sortBy=helpful&reviewerType=all_reviews&filterByStar=all_stars&formatType=all_formats&mediaType=all_contents&pageNumber=1&language=en_US",
"ASIN": "B00284AO0C",
"Brand": "L'Oreal Paris",
"Product_name": "L'Oréal Paris Color Riche Satin Smooth Lipstick, Moisturising Pure Pigment Lip Colour, With Omega 3 & Vitamin E, 236 Organza",
"Product_stars": "4.4 out of 5",
"Rating_count": "25,726 global ratings",
"Review_rating": "5.0",
"Reviewer_name": "B.A",
"Review_title": "Great product",
"Review_content": "I love this L’Oréal lipstick! The color is rich and beautiful, and it lasts for hours without drying my lips. It feels smooth, lightweight, and very comfortable to wear. A perfect mix of quality and style!",
"Review_URL": "https://www.amazon.co.uk/gp/customer-reviews/R3IHBA7AM4R8ZQ/ref=cm_cr_arp_d_rvw_ttl?ie=UTF8",
"Review_images": null,
"Is_verified": "True",
"Helpful_count": "2",
"Date": "20 August 2025",
"Country": "United Kingdom",
"message": null,
"msg_type": null,
"content": null,
"Vine_Tag": "Verified Purchase",
"sortBy": null,
"reviewerType": null,
"formatType": null,
"mediaType": null,
"filterByStar": null,
"filterByAge": null,
"pageNumber": null,
"filterByLanguage": null,
"filterByKeyword": null,
"shouldAppend": null,
"deviceType": null,
"canShowIntHeader": null,
"reftag": null,
"pageSize": null,
"asin": null,
"scope": null
}
🎯 Use Cases
- Analyze customer sentiment using review titles, bodies, and ratings.
- Compare product reputation using product stars and rating counts.
- Study review credibility using verified status, helpful count, and Vine tag.
- Build time-bounded review datasets using review date and the configured date filter.
🐙 Why Octoparse
- Ready-to-use workflow: The extraction steps for Amazon UK Reviews are already configured, so you do not need to build the scraper from scratch.
- Flexible execution: Run the ready-made task in the cloud without keeping a local computer online for the collection.
- Structured, repeatable output: Results are returned as consistent rows that are easier to compare, filter, deduplicate, and process than manually copied pages.
- Verified input guardrails: The form exposes the current inputs, selectable values, and meaningful limits configured for this template.
- Practical data handoff: Review results in Octoparse and export or process them using the options supported by your Octoparse environment.
📝 Input
Complete the following fields:
- ASINs (Required) — Product ASIN. Up to 20 entries per run.
- Start Date (Reviews Posted After) (Optional) — Example: 2025-01-01.
- Max reviews per product (Optional) — Max reviews per product. Accepted range: 1 to 10000.
🚀 How to Use
- Open the template and select Try it or Start.
- Complete the input fields listed above.
- Start the task using the supported cloud run mode.
- Review the output rows and export or process the structured data.
⚠️ Limitations
Results depend on what the source site exposes at run time. A listed output field can be empty when the source page does not provide that value. Input limits shown above are enforced by the template.
💡 Tips
Use specific, valid inputs and review a representative result before starting a large batch. Remove duplicate inputs when repeated records are not needed.
❓ FAQ
How does Octoparse collect data from Amazon UK Reviews?
The Python automation opens Amazon UK review pages for each submitted ASIN, applies the optional date and per-product review limits, paginates through reviews, parses product context and review fields, and uploads structured review rows.
What input does this Amazon Reviews Scraper (UK) require?
Use the fields and accepted values shown in the Input section. Only user-relevant limits and selectable options are listed.
What data can I extract from Amazon UK Reviews?
The current output fields and a representative JSON Data Preview are listed in the Output section. Field availability can vary when the source page does not display a value.
How much does this Amazon Reviews Scraper (UK) cost?
The current price is $1/1,000 lines, and billing is based on the number of output lines produced by the task.
Why can some Amazon UK Reviews fields be empty?
Source pages do not always expose every value for every record, and layouts can vary by item, market, or current site response. The template returns a field when the current page provides it.
Can I export the collected Amazon UK Reviews data?
You can review the structured rows in Octoparse and export or process them using the options supported by your Octoparse environment.
🔗 Related Templates
- Amazon Product Scraper (for US) — Use Amazon Product Scraper (for US) for a complementary workflow on the same source site.
- Amazon Product Listing Scraper (for India) — Use Amazon Product Listing Scraper (for India) for a complementary workflow on the same source site.
- Amazon Product Listing Scraper (for UK) — Use Amazon Product Listing Scraper (for UK) for a complementary workflow on the same source site.