/johnlewis/products/reviews
Get customer reviews for a John Lewis product by product id (or product URL): title, text, rating, date, reviewer name and location, helpful/unhelpful counts, verification tags, photos and per-review subratings (e.g. Quality, Value).
Price: 5 credits per 25 results
💡 AI Hint: Fetch customer reviews for a John Lewis product by numeric product id or a product URL. Returns up to count reviews, each with id, title, text, rating (1-5) and rating_label, created_at (unix ms), reviewer , helpful_count, unhelpful_count, tags (e.g. isVerifiedBuyer, isVerifiedReviewer, isPartner), media (photo URLs) and subratings [] for aspect ratings like Quality and Value. This is John Lewis’s own review system. A product with no reviews (or a nonexistent product) returns an empty list.
Authorizations
API token from the dashboard
Headers
Body
John Lewis product id or a product URL containing it
1"3310302"
"https://www.johnlewis.com/x/p3310302"
Max number of reviews to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Response
Successful Response