Dataset Viewer
Auto-converted to Parquet
spa
stringclasses
10 values
id
stringlengths
8
46
name
stringlengths
9
51
description
stringlengths
13
222
tier
stringclasses
2 values
environment
stringclasses
10 values
initial_state
stringlengths
103
250k
instructions
stringlengths
129
1.37k
reward_function
stringlengths
0
56
valid_target_states
stringlengths
0
938
max_steps
int64
2
40
timeout_seconds
int64
30
180
metadata
stringlengths
43
235
2048
create-two-high-tiles
Create Two 128 Tiles
Get at least two tiles with value 128 or higher on the board
free
{"type": "url", "path": "https://dojo-spas-production.s3.us-east-1.amazonaws.com/2048/index.html"}
{"board": [64, 64, 0, 0, 32, 32, 0, 0, 16, 16, 0, 0, 16, 4, 0, 0], "gameOver": false, "gameInitialized": true}
{"user_prompt": "Create at least two tiles with value 128 or higher on the board. You'll need to combine smaller tiles strategically to reach this goal.", "success_criteria": "The board must contain at least two tiles with value 128 or higher."}
_validate_create_two_high_tiles
10
120
{"category": "games", "difficulty": "medium", "action": "two_high_tiles"}
2048
get-128-tile
Get 128 Tile
Create a 128 tile in one move
free
{"type": "url", "path": "https://dojo-spas-production.s3.us-east-1.amazonaws.com/2048/index.html"}
{"board": [0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0], "gameOver": false, "gameInitialized": true}
{"user_prompt": "Create a 128 tile by combining the two 64-tiles in the middle column. Make the move that will merge them together.", "success_criteria": "The board must contain a 128-tile after the move."}
_validate_get_128_tile
2
60
{"category": "games", "difficulty": "easy", "action": "create_128"}
2048
get-2048
Get 2048 in one move
Make the next move to score 2048.
free
{"type": "url", "path": "https://dojo-spas-production.s3.us-east-1.amazonaws.com/2048/index.html"}
{"board": [0, 0, 0, 0, 0, 1024, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0], "gameOver": false, "gameInitialized": true}
{"user_prompt": "Play 2048 and make the next move that would cause a 2048 tile to appear.", "success_criteria": "The game board must contain a 2048 tile."}
_validate_get_2048
2
120
{"category": "games", "difficulty": "easy"}
2048
get-256-tile
Get 256 Tile
Create a 256 tile in three moves
free
{"type": "url", "path": "https://dojo-spas-production.s3.us-east-1.amazonaws.com/2048/index.html"}
{"board": [0, 0, 32, 32, 0, 0, 32, 32, 0, 32, 0, 32, 0, 0, 32, 32], "gameOver": false, "gameInitialized": true}
{"user_prompt": "Create a 256 tile by combining 32-tiles to make 64-tiles, then combining those 64-tiles to make 128-tiles, and finally combining those 128-tiles to make a 256-tile. This requires three strategic moves.", "success_criteria": "The board must contain a 256-tile after completing the three moves."}
_validate_get_256_tile
10
60
{"category": "games", "difficulty": "medium", "action": "create_256"}
2048
get-32-tile
Get 32 Tile
Combine two 16-tiles to create a 32-tile
free
{"type": "url", "path": "https://dojo-spas-production.s3.us-east-1.amazonaws.com/2048/index.html"}
{"board": [0, 0, 0, 0, 0, 16, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0], "gameOver": false, "gameInitialized": true}
{"user_prompt": "Combine the two 16-tiles in the middle row to create a 32-tile. Move the tiles so they merge together.", "success_criteria": "The board must contain a 32-tile after the move."}
_validate_get_32_tile
3
30
{"category": "games", "difficulty": "easy", "action": "create_32"}
2048
get-512-tile
Get 512 Tile
Create a 512 tile in three moves
free
{"type": "url", "path": "https://dojo-spas-production.s3.us-east-1.amazonaws.com/2048/index.html"}
{"board": [64, 64, 0, 0, 64, 0, 64, 0, 64, 64, 0, 0, 64, 0, 0, 64], "gameOver": false, "gameInitialized": true}
{"user_prompt": "Create a 512 tile by combining 64-tiles to make 128-tiles, then combining those 128-tiles to make 256-tiles, and finally combining those 256-tiles to make a 512-tile. This requires three strategic moves.", "success_criteria": "The board must contain a 512-tile after completing the three moves."}
_validate_get_512_tile
10
60
{"category": "games", "difficulty": "medium", "action": "create_512"}
2048
make-first-move
Make First Move
Make any valid move from the initial board state
free
{"type": "url", "path": "https://dojo-spas-production.s3.us-east-1.amazonaws.com/2048/index.html"}
{"board": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "gameOver": false, "gameInitialized": true}
{"user_prompt": "Make any valid move in the 2048 game. Use the arrow keys to move tiles in any direction (up, down, left, or right).", "success_criteria": "The board must change from its initial state after making a move."}
_validate_2048_make_first_move
5
30
{"category": "games", "difficulty": "easy", "action": "first_move"}
2048
move-tiles-right
Move Tiles Right
Move all tiles to the right side of the board
free
{"type": "url", "path": "https://dojo-spas-production.s3.us-east-1.amazonaws.com/2048/index.html"}
{"board": [2, 0, 0, 0, 4, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0], "gameOver": false, "gameInitialized": true}
{"user_prompt": "Move all tiles to the right side of the board using the right arrow key. All tiles should be positioned in the rightmost column.", "success_criteria": "All tiles must be in the rightmost column (positions 3, 7, 11, 15)."}
_validate_move_tiles_right
3
30
{"category": "games", "difficulty": "easy", "action": "move_right"}
2048
reach-540-sum
Reach 540 Sum
Achieve a board with tiles summing to 540 or more
free
{"type": "url", "path": "https://dojo-spas-production.s3.us-east-1.amazonaws.com/2048/index.html"}
{"board": [256, 128, 64, 32, 16, 8, 4, 2, 2, 2, 0, 0, 0, 0, 0, 0], "gameOver": false, "gameInitialized": true}
{"user_prompt": "Achieve a board where the sum of all tile values is 540 or more. Combine tiles strategically to increase the total value.", "success_criteria": "The sum of all tile values on the board must be 540 or greater."}
_validate_reach_540_sum
20
120
{"category": "games", "difficulty": "hard", "action": "target_540_sum"}
2048
strategic-32
Strategic 32
Create a 32 tile from a sparse board with strategic moves
free
{"type": "url", "path": "https://dojo-spas-production.s3.us-east-1.amazonaws.com/2048/index.html"}
{"board": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "gameOver": false, "gameInitialized": true}
{"user_prompt": "Starting from an empty board, strategically create a 32 tile. You'll need to build up from smaller tiles through careful planning and multiple moves. This requires combining tiles multiple times: 2→4→8→16→32.", "success_criteria": "The board must contain a 32-tile after completing the strategic moves."}
_validate_strategic_32
40
180
{"category": "games", "difficulty": "hard", "action": "strategic_32"}
action-tester
must-click
Click Action Test
Test the agent's ability to perform a single click action on a button
free
{"type": "url", "path": "https://dojo-spas-production.s3.us-east-1.amazonaws.com/action-tester/index.html"}
{"hasClicked": false, "hasDoubleClicked": false, "hasDragged": false, "hasHotkeyed": false, "hasMiddleClicked": false, "hasRightClicked": false, "hasScrolled": false, "hasTyped": false}
{"user_prompt": "Click the blue 'Click Me!' button to complete this task. You need to perform a single left-click on the button.", "success_criteria": "The hasClicked state must be set to True after clicking the button"}
[{"hasClicked": true}]
5
30
{"difficulty": "easy", "action_type": "click", "target_element": "blue button with text 'Click Me!'"}
action-tester
must-complete-all-actions
Complete All Actions Test
Test the agent's ability to perform all computer use actions in sequence - click, double-click, right-click, middle-click, drag, type, hotkey, and scroll
free
{"type": "url", "path": "https://dojo-spas-production.s3.us-east-1.amazonaws.com/action-tester/index.html"}
{"hasClicked": false, "hasDoubleClicked": false, "hasDragged": false, "hasHotkeyed": false, "hasMiddleClicked": false, "hasRightClicked": false, "hasScrolled": false, "hasTyped": false}
{"user_prompt": "Complete all 8 computer use actions to finish this comprehensive test: 1) Click the blue 'Click Me!' button, 2) Double-click the purple 'Double Click Me!' button, 3) Right-click the orange area, 4) Middle-click the teal area, 5) Drag the red box to a new position, 6) Type at least 5 characters in the input field, 7) Press Ctrl+S (or Cmd+S on Mac), and 8) Scroll down the page by at least 100 pixels. All actions must be completed successfully.", "success_criteria": "All action states must be set to True: hasClicked, hasDoubleClicked, hasRightClicked, hasMiddleClicked, hasDragged, hasTyped, hasHotkeyed, and hasScrolled"}
[{"hasClicked": true, "hasDoubleClicked": true, "hasDragged": true, "hasHotkeyed": true, "hasMiddleClicked": true, "hasRightClicked": true, "hasScrolled": true, "hasTyped": true}]
15
120
{"difficulty": "hard", "action_type": "comprehensive", "target_element": "all interactive elements in the action tester", "actions_required": ["click", "double_click", "right_click", "middle_click", "drag", "type", "hotkey", "scroll"]}
action-tester
must-double-click
Double Click Action Test
Test the agent's ability to perform a double-click action on a button
free
{"type": "url", "path": "https://dojo-spas-production.s3.us-east-1.amazonaws.com/action-tester/index.html"}
{"hasClicked": false, "hasDoubleClicked": false, "hasDragged": false, "hasHotkeyed": false, "hasMiddleClicked": false, "hasRightClicked": false, "hasScrolled": false, "hasTyped": false}
{"user_prompt": "Double-click the purple 'Double Click Me!' button to complete this task. You need to perform two quick clicks in succession on the button.", "success_criteria": "The hasDoubleClicked state must be set to True after double-clicking the button"}
[{"hasDoubleClicked": true}]
5
30
{"difficulty": "easy", "action_type": "double_click", "target_element": "purple button with text 'Double Click Me!'"}
action-tester
must-drag
Drag Action Test
Test the agent's ability to perform a drag and drop action
free
{"type": "url", "path": "https://dojo-spas-production.s3.us-east-1.amazonaws.com/action-tester/index.html"}
{"hasClicked": false, "hasDoubleClicked": false, "hasDragged": false, "hasHotkeyed": false, "hasMiddleClicked": false, "hasRightClicked": false, "hasScrolled": false, "hasTyped": false}
{"user_prompt": "Drag the red 'Drag Me' box to a new position to complete this task. You need to click and hold the red box, then move it to a different location (at least 10 pixels away) before releasing.", "success_criteria": "The hasDragged state must be set to True after successfully dragging the red box to a new position"}
[{"hasDragged": true}]
10
45
{"difficulty": "medium", "action_type": "drag", "target_element": "red draggable box with text 'Drag Me'"}
action-tester
must-hotkey
Hotkey Action Test
Test the agent's ability to use keyboard shortcuts (hotkeys)
free
{"type": "url", "path": "https://dojo-spas-production.s3.us-east-1.amazonaws.com/action-tester/index.html"}
{"hasClicked": false, "hasDoubleClicked": false, "hasDragged": false, "hasHotkeyed": false, "hasMiddleClicked": false, "hasRightClicked": false, "hasScrolled": false, "hasTyped": false}
{"user_prompt": "Press the keyboard shortcut Ctrl+S (or Cmd+S on Mac) to complete this task. You need to hold down the Ctrl key (or Cmd key on Mac) and press the S key simultaneously.", "success_criteria": "The hasHotkeyed state must be set to True after pressing the Ctrl+S (or Cmd+S) key combination"}
[{"hasHotkeyed": true}]
5
30
{"difficulty": "medium", "action_type": "hotkey", "target_element": "keyboard shortcut Ctrl+S or Cmd+S"}
action-tester
must-middle-click
Middle Click Action Test
Test the agent's ability to perform a middle-click (scroll wheel click) action
free
{"type": "url", "path": "https://dojo-spas-production.s3.us-east-1.amazonaws.com/action-tester/index.html"}
{"hasClicked": false, "hasDoubleClicked": false, "hasDragged": false, "hasHotkeyed": false, "hasMiddleClicked": false, "hasRightClicked": false, "hasScrolled": false, "hasTyped": false}
{"user_prompt": "Middle-click (scroll wheel click) on the teal area labeled 'Middle Click Here' to complete this task. You need to press down the scroll wheel on the designated area.", "success_criteria": "The hasMiddleClicked state must be set to True after middle-clicking the teal area"}
[{"hasMiddleClicked": true}]
5
30
{"difficulty": "medium", "action_type": "middle_click", "target_element": "teal area with text 'Middle Click Here'"}
action-tester
must-perform-three-medium-actions
Three Medium Actions Test
Test the agent's ability to perform three medium-difficulty actions in sequence: drag, hotkey, and middle-click
free
{"type": "url", "path": "https://dojo-spas-production.s3.us-east-1.amazonaws.com/action-tester/index.html"}
{"hasClicked": false, "hasDoubleClicked": false, "hasDragged": false, "hasHotkeyed": false, "hasMiddleClicked": false, "hasRightClicked": false, "hasScrolled": false, "hasTyped": false}
{"user_prompt": "Complete three medium-difficulty computer use actions to finish this test: 1) Drag the red 'Drag Me' box to a new position (at least 10 pixels away), 2) Press the keyboard shortcut Ctrl+S (or Cmd+S on Mac), and 3) Middle-click (scroll wheel click) on the teal area labeled 'Middle Click Here'. All three actions must be completed successfully in any order.", "success_criteria": "The hasDragged, hasHotkeyed, and hasMiddleClicked states must all be set to True"}
[{"hasDragged": true, "hasHotkeyed": true, "hasMiddleClicked": true}]
15
90
{"difficulty": "hard", "action_type": "combined_medium_actions", "target_element": "multiple interactive elements requiring drag, hotkey, and middle-click", "actions_required": ["drag", "hotkey", "middle_click"]}
action-tester
must-right-click
Right Click Action Test
Test the agent's ability to perform a right-click (context menu) action
free
{"type": "url", "path": "https://dojo-spas-production.s3.us-east-1.amazonaws.com/action-tester/index.html"}
{"hasClicked": false, "hasDoubleClicked": false, "hasDragged": false, "hasHotkeyed": false, "hasMiddleClicked": false, "hasRightClicked": false, "hasScrolled": false, "hasTyped": false}
{"user_prompt": "Right-click on the orange area labeled 'Right Click Here' to complete this task. You need to perform a right-click (context menu click) on the designated area.", "success_criteria": "The hasRightClicked state must be set to True after right-clicking the orange area"}
[{"hasRightClicked": true}]
5
30
{"difficulty": "easy", "action_type": "right_click", "target_element": "orange area with text 'Right Click Here'"}
action-tester
must-scroll
Scroll Action Test
Test the agent's ability to scroll the page
free
{"type": "url", "path": "https://dojo-spas-production.s3.us-east-1.amazonaws.com/action-tester/index.html"}
{"hasClicked": false, "hasDoubleClicked": false, "hasDragged": false, "hasHotkeyed": false, "hasMiddleClicked": false, "hasRightClicked": false, "hasScrolled": false, "hasTyped": false}
{"user_prompt": "Scroll down on the page by at least 100 pixels to complete this task. You can use the scroll wheel, arrow keys, or drag the scrollbar to scroll down the page.", "success_criteria": "The hasScrolled state must be set to True after scrolling down the page by 100 pixels or more"}
[{"hasScrolled": true}]
5
30
{"difficulty": "easy", "action_type": "scroll", "target_element": "page scroll area"}
action-tester
must-type
Type Action Test
Test the agent's ability to type text into an input field
free
{"type": "url", "path": "https://dojo-spas-production.s3.us-east-1.amazonaws.com/action-tester/index.html"}
{"hasClicked": false, "hasDoubleClicked": false, "hasDragged": false, "hasHotkeyed": false, "hasMiddleClicked": false, "hasRightClicked": false, "hasScrolled": false, "hasTyped": false}
{"user_prompt": "Type at least 5 characters in the text input field to complete this task. Click on the input field with placeholder 'Type here...' and enter at least 5 characters of text.", "success_criteria": "The hasTyped state must be set to True after typing at least 5 characters in the input field"}
[{"hasTyped": true}]
10
30
{"difficulty": "easy", "action_type": "type", "target_element": "text input field with placeholder 'Type here...'"}
amazon
customer-reviews-that-have-4-stars-and-above
Customer reviews that have 4 stars and above
Using the rating filter to show products rated 4★ and higher.
pro
{"type": "url","path": "https://dojo-spas-production.s3.us-east-1.amazonaws.com/amazon/index.html"}
{"currentPage": "home","searchQuery": "","products": [{"id": "B08N5WRWNW","name": "Sony WH-1000XM5 Wireless Industry Leading Noise Canceling Headphones","brand": "Sony","rating": 3.6,"numRatings": 12847,"price": 449.99,"originalPrice": 549.99,"mainImage": "/src/assets/main-images/sony.png","images": ["/src/assets/main-images/sony.png","https://images.unsplash.com/photo-1546435770-a3e426bf472b?w=800","https://images.unsplash.com/photo-1484704849700-f032a568e944?w=800"],"description": "Experience the best noise canceling technology with the Sony WH-1000XM5. These premium wireless headphones feature industry-leading noise cancellation, exceptional sound quality, and up to 30 hours of battery life. Perfect for travel, work, or relaxation.","features": ["Industry-leading noise cancellation with 8 microphones","30-hour battery life with quick charging (3 min charge = 3 hours playback)","Premium sound quality with LDAC audio coding","Multipoint connection - connect two devices simultaneously","Ultra-comfortable design with soft fit leather","Speak-to-chat technology automatically pauses music"],"specifications": {"Battery Life": "30 hours","Charging Time": "3.5 hours","Weight": "250g","Bluetooth Version": "5.2","Driver Size": "30mm","Frequency Response": "4Hz-40,000Hz"},"ratingBreakdown": {"fiveStars": 8934,"fourStars": 2456,"threeStars": 4012,"twoStars": 345,"oneStar": 221},"reviews": [{"id": "R1","author": "Sarah Mitchel","rating": 5,"title": "Best headphones I've ever owned","comment": "The noise cancellation is absolutely incredible. I use these on my daily commute and can't hear a thing. The sound quality is pristine, and they're so comfortable I forget I'm wearing them. Battery life easily gets me through a full week. Worth every penny!","date": "2024-10-15","verified": true,"helpful": 234},{"id": "R2","author": "James Chen","rating": 5,"title": "Perfect for working from home","comment": "These headphones have been a game-changer for my home office setup. The noise cancellation blocks out all the neighborhood sounds, and the microphone quality is excellent for video calls. My colleagues say I sound crystal clear.","date": "2024-10-08","verified": true,"helpful": 178},{"id": "R3","author": "Emma Rodriguez","rating": 4,"title": "Great but pricey","comment": "The sound quality and noise cancellation are top-notch. My only complaint is the price - they're quite expensive. But if you can afford them, they're definitely worth it. The comfort level is outstanding for long listening sessions.","date": "2024-09-28","verified": true,"helpful": 142},{"id": "R4","author": "Michael Thompson","rating": 5,"title": "Amazing for travel","comment": "Just took these on a 14-hour flight and they were perfect. The noise cancellation made the engine noise disappear completely. Battery lasted the entire journey with power to spare. Highly recommend for frequent travelers!","date": "2024-09-20","verified": true,"helpful": 98},{"id": "R5","author": "Lisa Park","rating": 3,"title": "Good but not perfect for small heads","comment": "Sound quality is excellent and the ANC works great. However, I have a smaller head and they feel a bit loose even at the tightest setting. They occasionally slip during workouts. Otherwise, a solid product.","date": "2024-09-12","verified": true,"helpful": 67},{"id": "R5A","author": "Carlos Mendez","rating": 5,"title": "Outstanding sound quality","comment": "The LDAC audio coding really makes a difference. Music sounds incredibly detailed and rich. The bass is punchy without being overwhelming, and the highs are crystal clear. Best audio experience I've had with wireless headphones.","date": "2024-10-05","verified": true,"helpful": 156},{"id": "R5B","author": "Anna Williams","rating": 4,"title": "Excellent ANC, minor issues","comment": "The noise cancellation is phenomenal - blocks out everything. The speak-to-chat feature is clever but sometimes activates when I'm just humming. Overall, these are fantastic headphones for the price.","date": "2024-09-30","verified": true,"helpful": 124},{"id": "R5C","author": "David Kim","rating": 5,"title": "Worth upgrading from XM4","comment": "I had the XM4s and these are a noticeable improvement. Better noise cancellation, more comfortable pads, and the multipoint connection is a game-changer. Battery life is still excellent. Highly recommend the upgrade!","date": "2024-09-25","verified": true,"helpful": 203}],"inStock": true,"prime": true,"department": "Electronics","materialComposition": "Plastic, metal, synthetic leather","countryOfOrigin": "Malaysia","dateFirstAvailable": "2022-05-19","manufacturer": "Sony Corporation","itemModelNumber": "WH-1000XM5","shipsFromUnitedStates": true,"internationalShipping": true,"deliverySpeed": "two-days","freeDelivery": true,"hasDiscount": true,"isTodaysDeal": false,"condition": "new","isGlobalStore": false,"breadcrumbs": ["Electronics","Headphones","Wireless Headphones"]},{"id": "B09G9FPHY6","name": "Apple AirPods Pro (2nd Generation) with MagSafe Charging Case","brand": "Apple","rating": 4.7,"numRatings": 24532,"price": 329,"originalPrice": 399,"mainImage": "/src/assets/main-images/airpods.png","images": ["/src/assets/main-images/airpods.png","https://images.unsplash.com/photo-1588423771073-b8903fbb85b5?w=800","https://images.unsplash.com/photo-1572569511254-d8f925fe2cbb?w=800","https://images.unsplash.com/photo-1522869635100-9f4c5e86aa37?w=800"],"description": "The Apple AirPods Pro (2nd generation) deliver an exceptional listening experience with up to 2x more Active Noise Cancellation than the previous generation. Features include Adaptive Transparency, Personalized Spatial Audio, and a MagSafe Charging Case.","features": ["Up to 2x more Active Noise Cancellation","Adaptive Transparency lets outside sound in","Personalized Spatial Audio with dynamic head tracking","Four pairs of silicone tips (XS, S, M, L)","Touch control for volume adjustment","Up to 6 hours listening time with ANC on","Sweat and water resistant (IPX4)"],"specifications": {"Battery Life (Earbuds)": "6 hours","Battery Life (With Case)": "30 hours","Charging": "MagSafe, Wireless, Lightning","Bluetooth": "5.3","Chip": "H2","Water Resistance": "IPX4"},"ratingBreakdown": {"fiveStars": 18245,"fourStars": 4327,"threeStars": 1234,"twoStars": 456,"oneStar": 270},"reviews": [{"id": "R6","author": "David Kim","rating": 5,"title": "Perfect integration with iPhone","comment": "If you have an iPhone, these are a no-brainer. The seamless connection, automatic switching between devices, and the Find My integration are incredible. Sound quality is great and the ANC is very effective.","date": "2024-10-22","verified": true,"helpful": 445},{"id": "R7","author": "Rachel Green","rating": 5,"title": "Best earbuds I've tried","comment": "The fit is perfect with the different tip sizes, and they stay in my ears even during runs. The noise cancellation is impressive for such small earbuds. Spatial audio is a game-changer for movies!","date": "2024-10-18","verified": true,"helpful": 312},{"id": "R8","author": "Tom Anderson","rating": 4,"title": "Great but expensive","comment": "These are fantastic earbuds with excellent features, but the price is steep. If you're invested in the Apple ecosystem, they're worth it. The transparency mode is particularly useful for staying aware of surroundings.","date": "2024-10-10","verified": true,"helpful": 198},{"id": "R9","author": "Jennifer Wu","rating": 5,"title": "Amazing for calls","comment": "I use these primarily for work calls and they're incredible. The microphone quality is crystal clear, and the noise cancellation means people can't hear my background noise. Battery life is solid too.","date": "2024-10-05","verified": true,"helpful": 156},{"id": "R10","author": "Mark Stevens","rating": 4,"title": "Excellent sound, minor fit issues","comment": "Sound quality is top-notch and features are impressive. My only issue is that during intense workouts, they occasionally feel like they might fall out. Otherwise, highly recommended!","date": "2024-09-29","verified": true,"helpful": 89},{"id": "R10A","author": "Olivia Brown","rating": 5,"title": "Perfect for daily use","comment": "I wear these pretty much all day - commute, gym, work calls. The battery life with the case is amazing. The adaptive transparency is a standout feature - it automatically adjusts when loud sounds occur. Genius!","date": "2024-10-12","verified": true,"helpful": 267},{"id": "R10B","author": "Ryan Taylor","rating": 5,"title": "Best upgrade from 1st gen","comment": "Upgraded from the first gen AirPods Pro and the difference is night and day. The ANC is significantly better, and the touch controls for volume are so convenient. The MagSafe charging is a nice bonus too.","date": "2024-10-01","verified": true,"helpful": 189},{"id": "R10C","author": "Maria Garcia","rating": 4,"title": "Great but price could be lower","comment": "These are excellent earbuds with great sound and features. The personalization with iOS is fantastic. Only reason for 4 stars is the price - they're quite expensive. But if you can afford them, they're worth it.","date": "2024-09-26","verified": true,"helpful": 145}],"inStock": true,"prime": true,"department": "Electronics","materialComposition": "Plastic, silicone, metal","countryOfOrigin": "China","dateFirstAvailable": "2022-09-23","manufacturer": "Apple Inc.","itemModelNumber": "MTJV3AM/A","shipsFromUnitedStates": true,"internationalShipping": true,"deliverySpeed": "tomorrow","freeDelivery": true,"hasDiscount": true,"isTodaysDeal": true,"condition": "new","isGlobalStore": false,"breadcrumbs": ["Electronics","Headphones","Wireless Earbuds"]},{"id": "B0BSHF7WHW","name": "Kindle Paperwhite (16 GB) \u2013 Now with a 6.8\" display and adjustable warm light","brand": "Amazon","rating": 5,"numRatings": 18923,"price": 189,"originalPrice": 229,"mainImage": "/src/assets/main-images/kindle.png","images": ["/src/assets/main-images/kindle.png","https://images.unsplash.com/photo-1512820790803-83ca734da794?w=800","https://images.unsplash.com/photo-1532012197267-da84d127e765?w=800"],"description": "The Kindle Paperwhite features a glare-free 6.8\" display that reads like real paper, even in bright sunlight. With adjustable warm light and up to 10 weeks of battery life, it's perfect for reading anytime, anywhere. Waterproof design (IPX8) means you can read in the bath or by the pool.","features": ["6.8\" glare-free display with 300 ppi","Adjustable warm light for comfortable reading","Up to 10 weeks battery life","Waterproof (IPX8) - safe from accidental water exposure","16 GB storage - holds thousands of books","Thin and lightweight design","Flush-front design with uniform lighting"],"specifications": {"Display Size": "6.8 inches","Resolution": "300 ppi","Storage": "16 GB","Battery Life": "Up to 10 weeks","Weight": "205g","Water Resistance": "IPX8","Connectivity": "Wi-Fi"},"ratingBreakdown": {"fiveStars": 15234,"fourStars": 2678,"threeStars": 634,"twoStars": 234,"oneStar": 143},"reviews": [{"id": "R11","author": "Amanda Foster","rating": 5,"title": "Perfect for avid readers","comment": "I read every single day and this Kindle is absolutely perfect. The warm light feature is a game-changer for nighttime reading - no more eye strain. Battery lasts forever, and the larger screen is so much better than my old Kindle.","date": "2024-10-20","verified": true,"helpful": 567},{"id": "R12","author": "Robert Martinez","rating": 5,"title": "Worth every penny","comment": "I was hesitant to spend this much on an e-reader, but I'm so glad I did. The reading experience is incredible - just like real paper. Being waterproof is a huge bonus. I read in the bathtub all the time now!","date": "2024-10-16","verified": true,"helpful": 423},{"id": "R13","author": "Sophie Turner","rating": 5,"title": "Love the larger screen","comment": "Upgraded from the basic Kindle and the larger screen makes such a difference. I can increase the font size without feeling cramped. The warm light is gentle on the eyes. Highly recommend!","date": "2024-10-11","verified": true,"helpful": 298},{"id": "R14","author": "Chris Johnson","rating": 4,"title": "Great device, wish it had page turn buttons","comment": "The Kindle is excellent overall - great screen, comfortable to hold, and waterproof. My only wish is that it had physical page turn buttons like the Oasis. But for the price, it's hard to complain.","date": "2024-10-04","verified": true,"helpful": 187},{"id": "R15","author": "Emily Chen","rating": 5,"title": "Best purchase this year","comment": "I'm reading so much more now! The screen is beautiful, battery life is phenomenal, and I love being able to adjust the warmth. It's lightweight enough to hold for hours. Couldn't be happier with this purchase.","date": "2024-09-27","verified": true,"helpful": 145},{"id": "R15A","author": "Thomas Wilson","rating": 5,"title": "Excellent for travel","comment": "Perfect for long flights and vacations. I can carry hundreds of books without any weight. The waterproof feature gives me peace of mind near the pool. The 16GB storage is more than enough for my entire library.","date": "2024-10-08","verified": true,"helpful": 234},{"id": "R15B","author": "Jessica Lee","rating": 4,"title": "Great upgrade","comment": "Upgraded from an older Kindle and the improvements are noticeable. The screen is sharper, the warm light is wonderful, and the flush design looks modern. Only minor complaint is the charging port - wish it was USB-C.","date": "2024-09-30","verified": true,"helpful": 178},{"id": "R15C","author": "Daniel Kim","rating": 5,"title": "Perfect reading device","comment": "The 6.8 inch screen is the sweet spot - big enough for comfortable reading but still portable. I love that I can read in direct sunlight without any glare. The battery truly lasts weeks as advertised. Highly recommend!","date": "2024-09-22","verified": true,"helpful": 201}],"inStock": true,"prime": true,"department": "Electronics","materialComposition": "Plastic, glass, metal","countryOfOrigin": "China","dateFirstAvailable": "2021-10-27","manufacturer": "Amazon.com Services LLC","itemModelNumber": "B0BSHF7WHW","shipsFromUnitedStates": true,"internationalShipping": true,"deliverySpeed": "standard","freeDelivery": true,"hasDiscount": true,"isTodaysDeal": false,"condition": "new","isGlobalStore": false,"breadcrumbs": ["Electronics","E-Readers & Accessories","Kindle E-Readers"]},{"id": "B09B9VFKH5","name": "LEGO Star Wars Millennium Falcon 75192 Building Kit","brand": "LEGO","rating": 4.9,"numRatings": 8734,"price": 1299.99,"mainImage": "/src/assets/main-images/lego.png","images": ["/src/assets/main-images/lego.png","https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800"],"description": "The ultimate LEGO Star Wars Millennium Falcon! This highly detailed model features 7,541 pieces and measures over 8 inches high, 33 inches long, and 22 inches wide. Includes iconic characters and intricate interior details. Perfect for display and collectors.","features": ["7,541 pieces for an immersive building experience","Includes 7 minifigures and 2 droids","Highly detailed exterior with sensor dish and removable panels","Interior includes cockpit, cargo area, and hidden smuggling compartments","Rotating top and bottom gun turrets","Display stand included","Suitable for ages 16+"],"specifications": {"Piece Count": "7,541","Dimensions": "33\" L x 22\" W x 8\" H","Weight": "13.5 kg","Minifigures": "7 included","Recommended Age": "16+","Theme": "Star Wars"},"ratingBreakdown": {"fiveStars": 8234,"fourStars": 378,"threeStars": 78,"twoStars": 28,"oneStar": 16},"reviews": [{"id": "R16","author": "Nathan Brooks","rating": 5,"title": "The ultimate LEGO experience","comment": "Took me about 3 weeks to complete, building a few hours each evening. This is an absolute masterpiece. The level of detail is mind-blowing. Every Star Wars fan needs this in their collection. Yes, it's expensive, but worth every cent.","date": "2024-10-19","verified": true,"helpful": 789},{"id": "R17","author": "Kelly Peterson","rating": 5,"title": "Best LEGO set ever made","comment": "Built this with my teenage son over the holidays. It was such a fun bonding experience. The build is complex but the instructions are clear. The finished model is stunning and takes pride of place in our living room.","date": "2024-10-12","verified": true,"helpful": 623},{"id": "R18","author": "Greg Morrison","rating": 5,"title": "Engineering marvel","comment": "The engineering that went into designing this set is incredible. So many clever building techniques. The interior is fully detailed and accessible. Display stand works perfectly. This is LEGO at its finest.","date": "2024-10-07","verified": true,"helpful": 534},{"id": "R19","author": "Michelle Davis","rating": 5,"title": "Worth the investment","comment": "Yes, it's pricey, but this is a genuine collector's item. The attention to detail is phenomenal. I display it in my office and everyone who sees it is blown away. If you're a Star Wars fan, you won't regret this purchase.","date": "2024-09-30","verified": true,"helpful": 412},{"id": "R20","author": "Paul Richardson","rating": 5,"title": "Challenging and rewarding build","comment": "This isn't a quick build - it took me about 40 hours total. But every minute was enjoyable. The final result is spectacular. Make sure you have enough space to display it properly - it's HUGE!","date": "2024-09-23","verified": true,"helpful": 356},{"id": "R20A","author": "Stephanie Adams","rating": 5,"title": "Incredible detail","comment": "The amount of detail in this set is absolutely staggering. Every panel, every interior compartment, it's all there. The minifigures are great too. This is definitely a centerpiece display piece. Worth every penny!","date": "2024-10-05","verified": true,"helpful": 445},{"id": "R20B","author": "Andrew Foster","rating": 4,"title": "Amazing but challenging","comment": "This is an incredible set but it's definitely not for beginners. The build is complex and requires patience. Some steps are quite repetitive. But the end result is absolutely stunning. Just make sure you have the space!","date": "2024-09-28","verified": true,"helpful": 312},{"id": "R20C","author": "Rachel Martinez","rating": 5,"title": "Perfect gift for collectors","comment": "Bought this as a gift for my husband and he absolutely loved it. Took him about 2 months of weekend building sessions. The display stand is perfect and it looks amazing in our collection room. A true masterpiece!","date": "2024-09-18","verified": true,"helpful": 278}],"inStock": true,"prime": false,"department": "Toys & Games","materialComposition": "ABS plastic","countryOfOrigin": "Denmark","dateFirstAvailable": "2017-09-14","manufacturer": "The LEGO Group","itemModelNumber": "75192","shipsFromUnitedStates": false,"internationalShipping": true,"deliverySpeed": "standard","freeDelivery": false,"hasDiscount": false,"isTodaysDeal": false,"condition": "new","isGlobalStore": true,"breadcrumbs": ["Toys & Games","Building Toys","LEGO","LEGO Star Wars"]},{"id": "B08L5VNJ2P","name": "Instant Pot Duo Plus 9-in-1 Electric Pressure Cooker, 6 Quart","brand": "Instant Pot","rating": 4.7,"numRatings": 45628,"price": 149.95,"originalPrice": 199.95,"mainImage": "/src/assets/main-images/pot.png","images": ["/src/assets/main-images/pot.png","https://images.unsplash.com/photo-1556910110-a5a63dfd393c?w=800","https://images.unsplash.com/photo-1556910096-6f5e72db6803?w=800","https://images.unsplash.com/photo-1604328471151-b52226907017?w=800"],"description": "The Instant Pot Duo Plus is a 9-in-1 programmable cooker that can replace your pressure cooker, slow cooker, rice cooker, steamer, saut\u00e9 pan, yogurt maker, warmer, sterilizer, and sous vide. With 15 Smart Programs, cooking has never been easier or faster.","features": ["9-in-1 functionality: Pressure Cook, Slow Cook, Rice Cooker, Steamer, Saut\u00e9, Yogurt Maker, Warmer, Sous Vide, Sterilizer","15 customizable Smart Programs","6-quart capacity - perfect for families","Stainless steel inner pot (dishwasher safe)","10+ safety features including overheat protection","Delay start timer up to 24 hours","Free app with 1900+ recipes"],"specifications": {"Capacity": "6 Quarts","Power": "1000W","Voltage": "240V","Material": "Stainless Steel","Weight": "5.8 kg","Dimensions": "32.5 x 31.2 x 31.7 cm","Programs": "15"},"ratingBreakdown": {"fiveStars": 34256,"fourStars": 8234,"threeStars": 2134,"twoStars": 678,"oneStar": 326},"reviews": [{"id": "R21","author": "Jessica Martinez","rating": 5,"title": "Life-changing kitchen appliance","comment": "I use this literally every day. Meal prep is so much faster now. Rice comes out perfect every time, and I can make a whole chicken dinner in 30 minutes. If you're on the fence, just buy it. You won't regret it!","date": "2024-10-24","verified": true,"helpful": 1234},{"id": "R22","author": "Daniel Cooper","rating": 5,"title": "Best kitchen investment","comment": "This thing has replaced like 5 appliances in my kitchen. The yogurt function alone makes it worth it. Pressure cooking is fast and everything comes out tender. Learning curve is minimal with all the preset programs.","date": "2024-10-21","verified": true,"helpful": 987},{"id": "R23","author": "Lauren White","rating": 4,"title": "Great but takes up counter space","comment": "The Instant Pot works brilliantly and I love using it. My only complaint is that it's quite large and takes up significant counter space. But the functionality makes up for it. Makes amazing pulled pork!","date": "2024-10-17","verified": true,"helpful": 756},{"id": "R24","author": "Ryan Phillips","rating": 5,"title": "Perfect for busy families","comment": "As a working parent, this has been a game-changer. I can throw in ingredients in the morning, set the delay timer, and come home to a hot meal. The slow cooker function is great for soups and stews.","date": "2024-10-13","verified": true,"helpful": 645},{"id": "R25","author": "Nicole Evans","rating": 5,"title": "Worth every cent","comment": "I was skeptical about the hype but this really delivers. Beans cook in 25 minutes without pre-soaking, rice is perfect, and the saut\u00e9 function means I can brown meat right in the pot. Cleanup is easy too!","date": "2024-10-09","verified": true,"helpful": 534},{"id": "R25A","author": "Patrick O'Brien","rating": 5,"title": "Game changer for meal prep","comment": "I meal prep every Sunday and this has cut my time in half. I can cook multiple things at once using the stacking method. The keep warm function is perfect too. Best kitchen purchase I've made in years!","date": "2024-10-15","verified": true,"helpful": 678},{"id": "R25B","author": "Kimberly Chang","rating": 4,"title": "Great but intimidating at first","comment": "Took me a few tries to get comfortable with it, but now I use it all the time. The pressure release can be a bit scary at first, but once you get the hang of it, it's easy. Makes the best hard-boiled eggs!","date": "2024-10-07","verified": true,"helpful": 523},{"id": "R25C","author": "Michael Roberts","rating": 5,"title": "Perfect for cooking meat","comment": "The pressure cooking function makes the most tender meat I've ever cooked. Ribs fall off the bone, chicken is perfectly juicy. The 6-quart size is perfect for my family of four. Can't recommend enough!","date": "2024-09-29","verified": true,"helpful": 456}],"inStock": true,"prime": true,"department": "Home & Kitchen","materialComposition": "Stainless steel, plastic, silicone","countryOfOrigin": "China","dateFirstAvailable": "2019-03-15","manufacturer": "Instant Brands Inc.","itemModelNumber": "DUO60","shipsFromUnitedStates": true,"internationalShipping": true,"deliverySpeed": "two-days","freeDelivery": true,"hasDiscount": true,"isTodaysDeal": false,"condition": "new","isGlobalStore": false,"breadcrumbs": ["Home & Kitchen","Kitchen & Dining","Small Appliances","Pressure Cookers"]},{"id": "B0B2QJZF8D","name": "Anker PowerCore 20000mAh Portable Charger - Ultra-High Capacity Power Bank","brand": "Anker","rating": 4.6,"numRatings": 32145,"price": 79.99,"originalPrice": 99.99,"mainImage": "/src/assets/main-images/powerbank.png","images": ["/src/assets/main-images/powerbank.png","https://images.unsplash.com/photo-1624823183493-ed5832f48f18?w=800"],"description": "The Anker PowerCore 20000 is one of the smallest and lightest 20,000mAh portable chargers on the market. Featuring PowerIQ and VoltageBoost technology, it ensures the fastest possible charge for your devices. Perfect for travel, camping, or everyday use.","features": ["Ultra-high 20,000mAh capacity - charge iPhone 13 4+ times","Dual USB ports charge two devices simultaneously","PowerIQ and VoltageBoost for optimized charging","High-speed recharging with 2A input","Premium aluminum alloy exterior","MultiProtect safety system","Includes travel pouch and micro USB cable"],"specifications": {"Capacity": "20,000mAh / 72Wh","Input": "5V/2A","Output": "5V/4.8A (2.4A per port)","Weight": "356g","Dimensions": "15.8 x 7.4 x 1.9 cm","Recharge Time": "10 hours"},"ratingBreakdown": {"fiveStars": 22345,"fourStars": 7234,"threeStars": 1678,"twoStars": 567,"oneStar": 321},"reviews": [{"id": "R26","author": "Kevin Walsh","rating": 5,"title": "Incredible capacity in a compact size","comment": "This power bank is amazing! I went on a 4-day camping trip and it kept my phone and tablet charged the entire time. It's surprisingly compact for the capacity. Charges devices quickly too. Anker quality as always!","date": "2024-10-23","verified": true,"helpful": 892},{"id": "R27","author": "Samantha Lee","rating": 5,"title": "Perfect for travel","comment": "I travel frequently for work and this has been a lifesaver. Fits easily in my bag and provides multiple charges for my phone and wireless earbuds. The dual ports are super convenient when traveling with my partner.","date": "2024-10-18","verified": true,"helpful": 723},{"id": "R28","author": "Brian Foster","rating": 4,"title": "Great product, takes a while to recharge","comment": "The power bank itself is excellent - great capacity and charges devices quickly. Only downside is that it takes quite a while to fully recharge the bank itself (around 10 hours). Plan accordingly!","date": "2024-10-14","verified": true,"helpful": 589},{"id": "R29","author": "Ashley Morgan","rating": 5,"title": "Essential for festivals","comment": "Took this to a 3-day music festival and it was perfect. Kept my phone alive the entire time with battery to spare. Love that I can charge my phone and my friend's phone simultaneously. Solid build quality too.","date": "2024-10-06","verified": true,"helpful": 467},{"id": "R30","author": "Timothy Green","rating": 5,"title": "Anker never disappoints","comment": "I've owned several Anker products and they're always top quality. This power bank is no exception. Charges fast, holds charge well, and the capacity is impressive. The included case is a nice touch too.","date": "2024-09-28","verified": true,"helpful": 398},{"id": "R30A","author": "Jordan Smith","rating": 5,"title": "Reliable and durable","comment": "I've had this for over a year now and it still works perfectly. The build quality is excellent - it's survived multiple drops and trips. The capacity hasn't degraded at all. Anker makes quality products!","date": "2024-10-10","verified": true,"helpful": 512},{"id": "R30B","author": "Lisa Chen","rating": 4,"title": "Great capacity but heavy","comment": "The capacity is amazing - I can charge my phone multiple times. The only downside is it's a bit heavy to carry around all day. But for travel and camping, it's perfect. The dual ports are very convenient.","date": "2024-09-25","verified": true,"helpful": 389},{"id": "R30C","author": "Robert Johnson","rating": 5,"title": "Perfect for emergencies","comment": "I keep this in my car for emergencies and it's been a lifesaver multiple times. The capacity means I can charge multiple devices, and it holds its charge for months. The PowerIQ technology really works!","date": "2024-09-20","verified": true,"helpful": 445}],"inStock": true,"prime": true,"department": "Electronics","materialComposition": "Aluminum alloy, plastic, lithium-ion battery","countryOfOrigin": "China","dateFirstAvailable": "2021-08-12","manufacturer": "Anker Innovations Limited","itemModelNumber": "A1289","shipsFromUnitedStates": true,"internationalShipping": true,"deliverySpeed": "standard","freeDelivery": true,"hasDiscount": true,"isTodaysDeal": false,"condition": "new","isGlobalStore": false,"breadcrumbs": ["Electronics","Mobile Accessories","Power Banks"]},{"id": "CLOTH001","name": "Nike Air Max 270 Men's Sneakers","brand": "Nike","rating": 4.7,"numRatings": 9834,"price": 189.99,"originalPrice": 249.99,"mainImage": "/src/assets/main-images/shoe.png","images": ["/src/assets/main-images/shoe.png","https://images.unsplash.com/photo-1549298916-b41d501d3772?w=800","https://images.unsplash.com/photo-1560343090-f0409e92791a?w=800"],"description": "The Nike Air Max 270 combines sleek, modern style with maximum comfort. Featuring a visible 270 Air unit, lightweight mesh upper, and plush foam midsole for all-day wearability.","features": ["Large-volume Max Air unit for responsive cushioning","Engineered mesh upper for breathability","Dual-density foam for a smooth ride","Stretch bootie construction for snug fit"],"specifications": {"Material": "Mesh upper, rubber sole","Heel Height": "32mm","Closure": "Lace-up","Weight": "330g per shoe"},"swatches": [{"colorName": "Triple Black","hex": "#000000","image": "https://images.unsplash.com/photo-1560343090-f0409e92791a?w=800"},{"colorName": "White/University Red","hex": "#ffffff","image": "https://images.unsplash.com/photo-1542291026-7eec264c27ff?w=800"},{"colorName": "Midnight Navy","hex": "#191970","image": "https://images.unsplash.com/photo-1460353581641-37baddab0fa2?w=800"}],"sizes": ["US 7","US 8","US 9","US 10","US 11","US 12"],"department": "Men\u2019s Shoes","materialComposition": "Textile and synthetic upper, rubber sole","countryOfOrigin": "Vietnam","dateFirstAvailable": "2023-06-12","manufacturer": "Nike Inc.","itemModelNumber": "AH8050-002","shipsFromUnitedStates": true,"internationalShipping": true,"deliverySpeed": "two-days","freeDelivery": true,"hasDiscount": true,"isTodaysDeal": false,"condition": "new","isGlobalStore": false,"breadcrumbs": ["Clothing, Shoes & Accessories","Men","Shoes","Athletic Shoes"],"ratingBreakdown": {"fiveStars": 6823,"fourStars": 2145,"threeStars": 594,"twoStars": 171,"oneStar": 101},"reviews": [{"id": "R101","author": "Alex Turner","rating": 5,"title": "Extremely comfortable!","comment": "Super light and comfortable \u2014 great for daily wear and gym use. The heel cushioning is amazing!","date": "2024-09-02","verified": true,"helpful": 198},{"id": "R102","author": "Jake Simmons","rating": 4,"title": "Stylish and comfy","comment": "They look great with jeans or joggers. Slightly narrow at first but they break in quickly.","date": "2024-08-15","verified": true,"helpful": 89},{"id": "R102A","author": "Marcus Johnson","rating": 5,"title": "Best running shoes I've owned","comment": "I've been wearing these for my morning runs and they're incredible. The cushioning is perfect - not too soft, not too firm. The breathable upper keeps my feet cool. True to size for me!","date": "2024-10-12","verified": true,"helpful": 234},{"id": "R102B","author": "Chris Anderson","rating": 4,"title": "Great daily wear shoes","comment": "Wear these all day at work and my feet never get tired. They look stylish and professional enough for casual Friday. The only issue is they're a bit squeaky on some surfaces, but that's minor.","date": "2024-09-28","verified": true,"helpful": 167},{"id": "R102C","author": "Taylor Brown","rating": 5,"title": "Perfect fit and style","comment": "Ordered my usual size and they fit perfectly. The design is modern and they go with everything. The Air Max cushioning really makes a difference for long walks. Highly recommend!","date": "2024-09-15","verified": true,"helpful": 189},{"id": "R102D","author": "Jordan Lee","rating": 4,"title": "Good shoes, minor sizing issue","comment": "Great shoes overall - comfortable and stylish. Had to exchange for half size up as they run slightly small. Once I got the right size, they were perfect. The color options are great too!","date": "2024-09-05","verified": true,"helpful": 145}],"inStock": true,"prime": true},{"id": "CLOTH002","name": "Levi\u2019s 511 Slim Fit Men\u2019s Jeans","brand": "Levi\u2019s","rating": 4.5,"numRatings": 5321,"price": 119.99,"originalPrice": 139.99,"mainImage": "/src/assets/main-images/jeans.png","images": ["/src/assets/main-images/jeans.png","https://images.unsplash.com/photo-1542272604-787c3835535d?w=800","https://images.unsplash.com/photo-1583743814966-8936f5b7be1a?w=800"],"description": "Levi\u2019s 511 Slim Fit Jeans are designed for modern style with a close fit and just the right amount of stretch for comfort.","features": ["Slim through seat and thigh","Sits below waist","Stretch denim for flexibility","Five-pocket styling"],"specifications": {"Material": "99% Cotton, 1% Elastane","Fit": "Slim","Closure": "Button fly","Inseam Options": "30\u201d, 32\u201d, 34\u201d"},"swatches": [{"colorName": "Dark Indigo","hex": "#1A237E","image": "https://images.unsplash.com/photo-1542272604-787c3835535d?w=800"},{"colorName": "Stone Wash","hex": "#5C6BC0","image": "https://images.unsplash.com/photo-1541099649105-f69ad21f3246?w=800"}],"sizes": ["30x30","31x32","32x32","33x34","34x32","36x34"],"department": "Men\u2019s Clothing","materialComposition": "99% Cotton, 1% Elastane","countryOfOrigin": "Bangladesh","dateFirstAvailable": "2024-03-28","manufacturer": "Levi Strauss & Co.","itemModelNumber": "511-0216","shipsFromUnitedStates": true,"internationalShipping": true,"deliverySpeed": "standard","freeDelivery": true,"hasDiscount": true,"isTodaysDeal": false,"condition": "new","isGlobalStore": false,"breadcrumbs": ["Clothing, Shoes & Accessories","Men","Clothing","Pants & Jeans"],"ratingBreakdown": {"fiveStars": 3120,"fourStars": 1456,"threeStars": 512,"twoStars": 165,"oneStar": 68},"reviews": [{"id": "R103","author": "Ben Carter","rating": 5,"title": "Perfect fit!","comment": "Love the cut and stretch. Feels premium and fits perfectly. Holds shape even after multiple washes.","date": "2024-09-25","verified": true,"helpful": 143},{"id": "R103A","author": "Derek Wilson","rating": 5,"title": "Best jeans I own","comment": "I've bought multiple pairs of these - they're that good. The slim fit is perfect, not too tight. The stretch denim is comfortable all day. They look great dressed up or down. Worth every penny!","date": "2024-10-15","verified": true,"helpful": 256},{"id": "R103B","author": "Sam Taylor","rating": 4,"title": "Great fit, slight fading","comment": "The fit is perfect and they're very comfortable. The stretch is great for active days. My only minor complaint is they fade a bit faster than I'd like, but that's typical for indigo denim. Still love them!","date": "2024-09-30","verified": true,"helpful": 178},{"id": "R103C","author": "Mike Rodriguez","rating": 5,"title": "Perfect for everyday wear","comment": "These have become my go-to jeans. The 511 fit is just right - not too skinny, not too loose. Quality is excellent and they've held up well. The button fly is a nice touch. Highly recommend!","date": "2024-09-18","verified": true,"helpful": 201},{"id": "R103D","author": "Kevin Park","rating": 4,"title": "Good jeans with minor stretch","comment": "Great quality jeans with excellent fit. The stretch makes them comfortable but I notice they stretch out a bit during the day. They snap back after washing though. Overall, very satisfied!","date": "2024-09-10","verified": true,"helpful": 134}],"inStock": true,"prime": true},{"id": "ACC001","name": "Fossil Grant Chronograph Watch - Brown Leather Strap","brand": "Fossil","rating": 4.6,"numRatings": 2789,"price": 249,"mainImage": "/src/assets/main-images/watch.png","images": ["/src/assets/main-images/watch.png","https://images.unsplash.com/photo-1522312346375-d1a52e2b99b3?w=800","https://images.unsplash.com/photo-1434056886845-dac89ffe9b56?w=800"],"description": "The Fossil Grant Chronograph combines timeless design with modern functionality, featuring a stainless-steel case and genuine brown leather strap.","features": ["Chronograph functionality (stopwatch)","Quartz movement with analog display","Genuine leather strap with buckle closure","Water resistant up to 50m"],"specifications": {"Case Diameter": "44mm","Movement": "Quartz","Band Material": "Genuine Leather","Water Resistance": "50 meters"},"swatches": [{"colorName": "Brown Leather / Blue Dial","hex": "#5D4037","image": "https://images.unsplash.com/photo-1434056886845-dac89ffe9b56?w=800"},{"colorName": "Black Leather / Silver Dial","hex": "#212121","image": "https://images.unsplash.com/photo-1524805444758-089113d48a6d?w=800"}],"department": "Men\u2019s Accessories","materialComposition": "Stainless steel and genuine leather","countryOfOrigin": "China","dateFirstAvailable": "2023-11-18","manufacturer": "Fossil Group Inc.","itemModelNumber": "FS5151","shipsFromUnitedStates": true,"internationalShipping": true,"deliverySpeed": "standard","freeDelivery": false,"hasDiscount": false,"isTodaysDeal": false,"condition": "new","isGlobalStore": false,"breadcrumbs": ["Clothing, Shoes & Accessories","Men","Accessories","Watches"],"ratingBreakdown": {"fiveStars": 1989,"fourStars": 568,"threeStars": 159,"twoStars": 45,"oneStar": 28},"reviews": [{"id": "R104","author": "James Wilson","rating": 5,"title": "Classic and elegant","comment": "This watch is absolutely beautiful. The brown leather strap is genuine and comfortable. The chronograph function works perfectly. It looks great with both casual and formal wear. Excellent quality!","date": "2024-10-20","verified": true,"helpful": 312},{"id": "R104A","author": "Michael Brown","rating": 5,"title": "Perfect everyday watch","comment": "I wear this watch daily and it's been fantastic. The leather strap has broken in nicely and is very comfortable. The watch keeps perfect time and the chronograph is a nice feature. Great value for the price!","date": "2024-10-10","verified": true,"helpful": 245},{"id": "R104B","author": "David Lee","rating": 4,"title": "Great watch, wish it was automatic","comment": "The watch looks great and the quality is excellent. The leather strap is genuine and comfortable. My only wish is that it was an automatic movement instead of quartz, but for the price, it's still a great watch.","date": "2024-09-28","verified": true,"helpful": 189},{"id": "R104C","author": "Robert Kim","rating": 5,"title": "Excellent gift choice","comment": "Bought this as a gift for my brother and he loves it. The watch has a classic, timeless design. The brown leather strap pairs well with the blue dial. It's water resistant enough for daily use. Highly recommend!","date": "2024-09-20","verified": true,"helpful": 167},{"id": "R104D","author": "Thomas Anderson","rating": 4,"title": "Good quality, minor issue with strap","comment": "The watch itself is excellent - well-built and accurate. The dial is beautiful and easy to read. My only issue is the strap is a bit stiff at first, but it's breaking in. Overall, great watch for the price!","date": "2024-09-12","verified": true,"helpful": 134}],"inStock": true,"prime": true},{"id": "BOOK001","name": "The Seven Husbands of Evelyn Hugo - Hardcover","brand": "Atria Books","rating": 4.7,"numRatings": 12456,"price": 24.99,"originalPrice": 32.99,"mainImage": "/src/assets/main-images/book.jpg","images": ["/src/assets/main-images/book.jpg","https://images.unsplash.com/photo-1544947950-fa07a98d237f?w=800","https://images.unsplash.com/photo-1481627834876-b7833e8f5570?w=800"],"description": "A captivating novel about a reclusive Hollywood icon who finally decides to tell her story to an unknown journalist. A tale of ambition, friendship, and forbidden love spanning decades.","features": ["Bestselling fiction novel","Hardcover edition with dust jacket","416 pages","Perfect for book clubs"],"specifications": {"Format": "Hardcover","Pages": "416","Language": "English","Publisher": "Atria Books","Publication Date": "June 13, 2017","ISBN": "978-1501139239"},"ratingBreakdown": {"fiveStars": 9134,"fourStars": 2456,"threeStars": 623,"twoStars": 178,"oneStar": 65},"reviews": [{"id": "R200","author": "Jennifer Martinez","rating": 5,"title": "Absolutely captivating","comment": "I couldn't put this book down! The story is beautifully written and the characters are so well-developed. Evelyn Hugo's story is both glamorous and heartbreaking. Highly recommend!","date": "2024-10-18","verified": true,"helpful": 445},{"id": "R201","author": "Sarah Thompson","rating": 5,"title": "Best book I've read this year","comment": "The narrative structure is brilliant - switching between past and present keeps you engaged. The ending was unexpected and perfect. Already planning to read it again!","date": "2024-10-10","verified": true,"helpful": 312}],"inStock": true,"prime": true,"department": "Books","materialComposition": "Paper, cardboard, ink","countryOfOrigin": "United States","dateFirstAvailable": "2017-06-13","manufacturer": "Atria Books","itemModelNumber": "978-1501139239","shipsFromUnitedStates": true,"internationalShipping": true,"deliverySpeed": "standard","freeDelivery": true,"hasDiscount": true,"isTodaysDeal": false,"condition": "new","isGlobalStore": false,"breadcrumbs": ["Books","Literature & Fiction","Contemporary Fiction"]},{"id": "BEAUTY001","name": "CeraVe Hydrating Facial Cleanser - 473ml","brand": "CeraVe","rating": 4.6,"numRatings": 28456,"price": 16.99,"originalPrice": 19.99,"mainImage": "/src/assets/main-images/cleanser.png","images": ["/src/assets/main-images/cleanser.png","https://images.unsplash.com/photo-1556229010-6c3f2c9ca5f8?w=800","https://images.unsplash.com/photo-1612817288484-6f916006741a?w=800","https://images.unsplash.com/photo-1598440947619-2c35fc9aa908?w=800"],"description": "A gentle, non-foaming cleanser that removes makeup, dirt, and oil without stripping the skin. Formulated with ceramides and hyaluronic acid to restore and maintain the skin's natural barrier.","features": ["Non-foaming formula","Contains ceramides and hyaluronic acid","Fragrance-free","Suitable for normal to dry skin","Dermatologist recommended"],"specifications": {"Size": "473ml","Skin Type": "Normal to Dry","Key Ingredients": "Ceramides, Hyaluronic Acid","Fragrance": "Fragrance-Free","Cruelty Free": "Yes"},"ratingBreakdown": {"fiveStars": 20345,"fourStars": 6234,"threeStars": 1345,"twoStars": 456,"oneStar": 176},"reviews": [{"id": "R202","author": "Emily Chen","rating": 5,"title": "Game changer for my skin","comment": "I have sensitive dry skin and this cleanser is perfect. It doesn't strip my skin or leave it feeling tight. My skin feels clean and hydrated. Worth every penny!","date": "2024-10-20","verified": true,"helpful": 523},{"id": "R203","author": "Rachel Kim","rating": 5,"title": "Best cleanser I've tried","comment": "I've tried so many cleansers and this one is definitely the best. It removes all my makeup without irritation. My skin has improved so much since using this. Highly recommend!","date": "2024-10-15","verified": true,"helpful": 412}],"inStock": true,"prime": true,"department": "Beauty & Personal Care","materialComposition": "Water, glycerin, ceramides, hyaluronic acid","countryOfOrigin": "United States","dateFirstAvailable": "2020-03-15","manufacturer": "L'Or\u00e9al USA","itemModelNumber": "CER-CLEANSER-473","shipsFromUnitedStates": true,"internationalShipping": true,"deliverySpeed": "two-days","freeDelivery": true,"hasDiscount": true,"isTodaysDeal": false,"condition": "new","isGlobalStore": false,"breadcrumbs": ["Beauty & Personal Care","Skin Care","Facial Cleansers"]},{"id": "SPORTS001","name": "YETI Rambler 500ml Water Bottle - Stainless Steel","brand": "YETI","rating": 4.8,"numRatings": 15678,"price": 54.99,"originalPrice": 64.99,"mainImage": "/src/assets/main-images/bottle.png","images": ["/src/assets/main-images/bottle.png","https://images.unsplash.com/photo-1602143407151-7111542de6e8?w=800","https://images.unsplash.com/photo-1523362628745-0c100150b504?w=800"],"description": "The YETI Rambler 500ml bottle keeps drinks cold for hours and hot for hours. Made from 18/8 stainless steel with double-wall vacuum insulation. Durable, dishwasher safe, and backed by a 5-year warranty.","features": ["Double-wall vacuum insulation","Stainless steel construction","Dishwasher safe","Leak-proof cap","500ml capacity","5-year warranty"],"specifications": {"Capacity": "500ml","Material": "18/8 Stainless Steel","Insulation Type": "Double-Wall Vacuum","Weight": "340g","Dimensions": "6.9 x 6.9 x 28.6 cm","Dishwasher Safe": "Yes"},"ratingBreakdown": {"fiveStars": 13245,"fourStars": 1923,"threeStars": 345,"twoStars": 98,"oneStar": 67},"reviews": [{"id": "R204","author": "Michael Johnson","rating": 5,"title": "Best water bottle ever","comment": "I've had this for 6 months and it's amazing. Ice stays frozen all day, even in hot weather. Build quality is exceptional - dropped it multiple times and not a scratch. Worth the investment!","date": "2024-10-22","verified": true,"helpful": 678},{"id": "R205","author": "David Brown","rating": 5,"title": "Perfect for hiking","comment": "Took this on a week-long hiking trip and it kept my water cold the entire time. The cap is easy to use with one hand. Durable and well-designed. Highly recommend for outdoor activities!","date": "2024-10-14","verified": true,"helpful": 445}],"inStock": true,"prime": true,"department": "Sports & Outdoors","materialComposition": "18/8 Stainless steel","countryOfOrigin": "China","dateFirstAvailable": "2019-05-20","manufacturer": "YETI Coolers LLC","itemModelNumber": "RAM-500-BLK","shipsFromUnitedStates": true,"internationalShipping": true,"deliverySpeed": "two-days","freeDelivery": true,"hasDiscount": true,"isTodaysDeal": false,"condition": "new","isGlobalStore": false,"breadcrumbs": ["Sports & Outdoors","Sports & Fitness","Hydration","Water Bottles"]},{"id": "PET001","name": "KONG Classic Dog Toy - Large","brand": "KONG","rating": 4.7,"numRatings": 34256,"price": 18.99,"originalPrice": 24.99,"mainImage": "/src/assets/main-images/dog_toy.png","images": ["/src/assets/main-images/dog_toy.png","https://images.unsplash.com/photo-1534361960057-19889db9621e?w=800","https://images.unsplash.com/photo-1518717758536-85ae29035b6d?w=800","https://images.unsplash.com/photo-1552053831-71594a27632d?w=800"],"description": "The KONG Classic is the original treat-dispensing toy made from natural rubber. Stuff it with treats or peanut butter to keep your dog entertained and mentally stimulated. Perfect for chewers and helps with separation anxiety.","features": ["Unique hollow design for treats","Bouncy texture satisfies chewing instincts","Made from natural rubber","Dishwasher safe","Floats in water","Multiple sizes available"],"specifications": {"Size": "Large","Material": "Natural Rubber","Recommended Weight": "20-35kg","Dishwasher Safe": "Yes","Warranty": "Limited Lifetime"},"ratingBreakdown": {"fiveStars": 25678,"fourStars": 6234,"threeStars": 1789,"twoStars": 345,"oneStar": 210},"reviews": [{"id": "R206","author": "Lisa Anderson","rating": 5,"title": "My dog loves it!","comment": "I stuff this with peanut butter and my dog is entertained for hours. It's durable and has held up to my aggressive chewer. Great for keeping him busy when I'm working from home!","date": "2024-10-19","verified": true,"helpful": 567},{"id": "R207","author": "Tom Wilson","rating": 5,"title": "Best dog toy purchase","comment": "This toy has saved my furniture! My dog used to chew everything but now he's obsessed with this KONG. I fill it with treats and it keeps him occupied. Well worth the price!","date": "2024-10-12","verified": true,"helpful": 423}],"inStock": true,"prime": true,"department": "Pet Supplies","materialComposition": "Natural rubber","countryOfOrigin": "United States","dateFirstAvailable": "2018-01-10","manufacturer": "KONG Company","itemModelNumber": "KONG-LRG-RED","shipsFromUnitedStates": true,"internationalShipping": true,"deliverySpeed": "standard","freeDelivery": true,"hasDiscount": true,"isTodaysDeal": false,"condition": "new","isGlobalStore": false,"breadcrumbs": ["Pet Supplies","Dogs","Toys","Chew Toys"]},{"id": "GARDEN001","name": "Fiskars Ergo D-Handle Shovel - 122cm","brand": "Fiskars","rating": 4.7,"numRatings": 8765,"price": 59.99,"originalPrice": 79.99,"mainImage": "/src/assets/main-images/shovel.png","images": ["/src/assets/main-images/shovel.png","https://images.unsplash.com/photo-1466692476868-aef1dfb1e735?w=800","https://images.unsplash.com/photo-1416879595882-3373a0480b5b?w=800","https://images.unsplash.com/photo-1470058869958-2a77ade41c02?w=800"],"description": "Professional-grade shovel with ergonomic D-handle design for comfortable use. Features rust-resistant steel blade and FiberComp handle. Perfect for digging, transplanting, and general garden work.","features": ["Ergonomic D-handle design","Rust-resistant steel blade","FiberComp handle","Comfortable grip","Lifetime warranty"],"specifications": {"Length": "122cm","Blade Material": "Rust-Resistant Steel","Handle Material": "FiberComp","Weight": "1.8kg","Blade Width": "20cm"},"ratingBreakdown": {"fiveStars": 6234,"fourStars": 2012,"threeStars": 345,"twoStars": 98,"oneStar": 76},"reviews": [{"id": "R210","author": "Robert Martinez","rating": 5,"title": "Best shovel I've owned","comment": "This shovel is incredibly well-made. The ergonomic handle makes it comfortable to use for extended periods. The blade is sharp and cuts through soil easily. Highly recommend for serious gardeners!","date": "2024-10-20","verified": true,"helpful": 523},{"id": "R211","author": "James White","rating": 5,"title": "Durable and comfortable","comment": "Used this for landscaping my entire yard and it held up perfectly. The handle is comfortable and the blade stays sharp. Much better than cheaper alternatives. Worth the investment!","date": "2024-10-13","verified": true,"helpful": 389}],"inStock": true,"prime": true,"department": "Garden & Outdoor","materialComposition": "Steel, FiberComp plastic","countryOfOrigin": "Finland","dateFirstAvailable": "2020-04-12","manufacturer": "Fiskars Corporation","itemModelNumber": "FSK-SHOVEL-D-122","shipsFromUnitedStates": true,"internationalShipping": true,"deliverySpeed": "standard","freeDelivery": true,"hasDiscount": true,"isTodaysDeal": false,"condition": "new","isGlobalStore": false,"breadcrumbs": ["Garden & Outdoor","Garden Tools","Digging Tools","Shovels"]},{"id": "HEALTH001","name": "Fitbit Charge 6 Fitness Tracker","brand": "Fitbit","rating": 4.4,"numRatings": 23456,"price": 199.99,"originalPrice": 249.99,"mainImage": "/src/assets/main-images/fitbit.png","images": ["/src/assets/main-images/fitbit.png","https://images.unsplash.com/photo-1579586337278-3befd40fd17a?w=800","https://images.unsplash.com/photo-1544966501-86d23fed7af3?w=800","https://images.unsplash.com/photo-1576243345690-4e4b79d12963?w=800"],"description": "Advanced fitness tracker with built-in GPS, heart rate monitoring, sleep tracking, and 50+ exercise modes. Features a color touchscreen display, 6+ days battery life, and Google integration.","features": ["Built-in GPS","24/7 heart rate monitoring","Sleep tracking","50+ exercise modes","6+ days battery life","Google Wallet & Maps","Water resistant up to 50m"],"specifications": {"Battery Life": "6+ days","Display": "Color Touchscreen","Water Resistance": "50 meters","Connectivity": "Bluetooth, Wi-Fi","Compatible OS": "iOS, Android","Weight": "29g"},"ratingBreakdown": {"fiveStars": 14234,"fourStars": 6234,"threeStars": 2234,"twoStars": 567,"oneStar": 187},"reviews": [{"id": "R212","author": "Maria Garcia","rating": 5,"title": "Excellent fitness tracker","comment": "I've had this for 3 months and love it! The GPS is accurate, heart rate monitoring works well, and battery lasts over a week. The sleep tracking is really insightful. Great value for money!","date": "2024-10-22","verified": true,"helpful": 612},{"id": "R213","author": "Chris Thompson","rating": 4,"title": "Good but app could be better","comment": "The tracker itself is great - accurate readings and long battery life. My only complaint is the Fitbit app interface could be more intuitive. But overall, I'm happy with the purchase.","date": "2024-10-16","verified": true,"helpful": 445}],"inStock": true,"prime": true,"department": "Health & Household","materialComposition": "Silicone, glass, aluminum","countryOfOrigin": "China","dateFirstAvailable": "2023-09-28","manufacturer": "Fitbit Inc.","itemModelNumber": "FB512BK","shipsFromUnitedStates": true,"internationalShipping": true,"deliverySpeed": "tomorrow","freeDelivery": true,"hasDiscount": true,"isTodaysDeal": true,"condition": "new","isGlobalStore": false,"breadcrumbs": ["Clothing, Shoes & Accessories","Electronics","Wearable Technology","Fitness Trackers"]},{"id": "OFFICE001","name": "Moleskine Classic Notebook - Large, Hard Cover, Ruled","brand": "Moleskine","rating": 4.6,"numRatings": 15234,"price": 24.99,"mainImage": "/src/assets/main-images/notebook.png","images": ["/src/assets/main-images/notebook.png","https://images.unsplash.com/photo-1512820790803-83ca734da794?w=800","https://images.unsplash.com/photo-1501594907352-04cda38ebc29?w=800"],"description": "The iconic Moleskine notebook with hard cover, ruled pages, and elastic closure. Features acid-free paper, ribbon bookmark, and expandable inner pocket. Perfect for notes, journaling, and creative writing.","features": ["Hard cover with rounded corners","Ruled pages","Acid-free paper","Ribbon bookmark","Elastic closure","Expandable inner pocket","240 pages"],"specifications": {"Size": "Large (13 x 21 cm)","Pages": "240","Page Type": "Ruled","Paper Weight": "70gsm","Cover": "Hard Cover","Color": "Black"},"ratingBreakdown": {"fiveStars": 10234,"fourStars": 4012,"threeStars": 845,"twoStars": 234,"oneStar": 109},"reviews": [{"id": "R214","author": "Emma Wilson","rating": 5,"title": "Perfect notebook","comment": "I've used Moleskine notebooks for years and they never disappoint. The paper quality is excellent, the binding is durable, and it looks professional. Worth every penny!","date": "2024-10-19","verified": true,"helpful": 456},{"id": "R215","author": "Daniel Lee","rating": 5,"title": "Great for journaling","comment": "I use this for daily journaling and it's perfect. The paper is smooth and doesn't bleed through. The hard cover protects it well. Highly recommend for anyone who loves writing!","date": "2024-10-11","verified": true,"helpful": 334}],"inStock": true,"prime": true,"department": "Office Products","materialComposition": "Paper, cardboard, elastic, ribbon","countryOfOrigin": "Italy","dateFirstAvailable": "2015-01-15","manufacturer": "Moleskine S.p.A.","itemModelNumber": "MOL-NOTE-L-RULED","shipsFromUnitedStates": true,"internationalShipping": true,"deliverySpeed": "standard","freeDelivery": true,"hasDiscount": false,"isTodaysDeal": false,"condition": "new","isGlobalStore": false,"breadcrumbs": ["Office Products","Office Supplies","Notebooks & Writing Pads","Notebooks"]},{"id": "CLOTH003","name": "Calvin Klein Women's Cotton T-Shirt - 3 Pack","brand": "Calvin Klein","rating": 4.5,"numRatings": 9876,"price": 89.99,"originalPrice": 119.99,"mainImage": "/src/assets/main-images/women-shirt.png","images": ["/src/assets/main-images/women-shirt.png","https://images.unsplash.com/photo-1618354691373-d851c5c3a990?w=800","https://images.unsplash.com/photo-1594633312681-425c7b97ccd1?w=800"],"description": "Classic crew neck t-shirts made from soft cotton blend. Perfect for everyday wear, these versatile basics feature a relaxed fit and come in a convenient 3-pack. Available in multiple color combinations.","features": ["3-pack of t-shirts","100% cotton","Crew neck","Relaxed fit","Machine washable","Essential wardrobe basics"],"specifications": {"Material": "100% Cotton","Fit": "Relaxed","Neck Style": "Crew Neck","Care Instructions": "Machine Wash","Package Contents": "3 T-Shirts"},"swatches": [{"colorName": "White/Grey/Black","hex": "#FFFFFF","image": "https://images.unsplash.com/photo-1618354691373-d851c5c3a990?w=800"},{"colorName": "Black/Grey/White","hex": "#000000","image": "https://images.unsplash.com/photo-1521572163474-6864f9cf17ab?w=800"}],"sizes": ["XS","S","M","L","XL"],"ratingBreakdown": {"fiveStars": 6234,"fourStars": 2543,"threeStars": 789,"twoStars": 234,"oneStar": 76},"reviews": [{"id": "R216","author": "Sophie Brown","rating": 5,"title": "Perfect basics","comment": "These t-shirts are soft, comfortable, and fit perfectly. Great quality for the price. I've washed them multiple times and they still look new. Perfect for everyday wear!","date": "2024-10-20","verified": true,"helpful": 523},{"id": "R217","author": "Amanda Davis","rating": 4,"title": "Good quality, runs slightly small","comment": "The fabric is soft and the quality is great. I ordered my usual size and they fit but are a bit snug. Might size up next time. Otherwise, very happy with the purchase!","date": "2024-10-14","verified": true,"helpful": 389}],"inStock": true,"prime": true,"department": "Women's Clothing","materialComposition": "100% Cotton","countryOfOrigin": "Bangladesh","dateFirstAvailable": "2023-07-20","manufacturer": "Calvin Klein Inc.","itemModelNumber": "CK-TEE-3PK","shipsFromUnitedStates": true,"internationalShipping": true,"deliverySpeed": "two-days","freeDelivery": true,"hasDiscount": true,"isTodaysDeal": false,"condition": "new","isGlobalStore": false,"breadcrumbs": ["Clothing, Shoes & Accessories","Women","Clothing","Tops & Tees"]},{"id": "GROCERY001","name": "Twinings English Breakfast Tea - 200 Tea Bags","brand": "Twinings","rating": 4.7,"numRatings": 18456,"price": 24.99,"originalPrice": 29.99,"mainImage": "/src/assets/main-images/tea.png","images": ["/src/assets/main-images/tea.png","https://images.unsplash.com/photo-1556679343-c7306c1976bc?w=800","https://images.unsplash.com/photo-1544787219-7f47ccb76574?w=800","https://images.unsplash.com/photo-1576092768241-dec231879fc3?w=800"],"description": "Classic English Breakfast tea blend from Twinings. A robust, full-bodied black tea perfect for starting your day. Made from quality black tea leaves sourced from tea gardens around the world. 200 individually wrapped tea bags.","features": ["200 tea bags","Individually wrapped","Classic English Breakfast blend","Full-bodied flavor","Premium black tea","Suitable for breakfast or anytime"],"specifications": {"Quantity": "200 Tea Bags","Type": "Black Tea","Caffeine Content": "High","Packaging": "Individually Wrapped","Origin": "Blend of tea gardens","Best Before": "2 years from purchase"},"ratingBreakdown": {"fiveStars": 13245,"fourStars": 4123,"threeStars": 823,"twoStars": 178,"oneStar": 87},"reviews": [{"id": "R218","author": "Margaret Smith","rating": 5,"title": "Best English Breakfast tea","comment": "I've been drinking Twinings English Breakfast for years and it's the best. Strong, full-bodied flavor that's perfect in the morning. Great value for 200 bags. Highly recommend!","date": "2024-10-21","verified": true,"helpful": 567},{"id": "R219","author": "Robert Taylor","rating": 5,"title": "Excellent quality","comment": "The tea is consistently high quality. Each bag makes a strong, flavorful cup. I drink 2-3 cups a day and this supply lasts me months. Great value and great taste!","date": "2024-10-15","verified": true,"helpful": 445}],"inStock": true,"prime": true,"department": "Grocery & Gourmet Food","materialComposition": "Black tea leaves","countryOfOrigin": "United Kingdom","dateFirstAvailable": "2019-11-10","manufacturer": "Twinings of London","itemModelNumber": "TWN-ENG-200","shipsFromUnitedStates": true,"internationalShipping": true,"deliverySpeed": "standard","freeDelivery": true,"hasDiscount": true,"isTodaysDeal": false,"condition": "new","isGlobalStore": true,"breadcrumbs": ["Grocery & Gourmet Food","Beverages","Tea","Black Tea"]}],"filters": {"shipsFromUnitedStates": false,"internationalShipping": false,"deliveryTomorrow": false,"deliveryTwoDays": false,"freeDelivery": false,"condition": [],"isGlobalStore": false,"includeOutOfStock": false,"minPrice": 0,"maxPrice": 1000000,"minRating": null},"filteredProducts": [{"id": "B08N5WRWNW","name": "Sony WH-1000XM5 Wireless Industry Leading Noise Canceling Headphones","brand": "Sony","rating": 3.6,"numRatings": 12847,"price": 449.99,"originalPrice": 549.99,"mainImage": "/src/assets/main-images/sony.png","images": ["/src/assets/main-images/sony.png","https://images.unsplash.com/photo-1546435770-a3e426bf472b?w=800","https://images.unsplash.com/photo-1484704849700-f032a568e944?w=800"],"description": "Experience the best noise canceling technology with the Sony WH-1000XM5. These premium wireless headphones feature industry-leading noise cancellation, exceptional sound quality, and up to 30 hours of battery life. Perfect for travel, work, or relaxation.","features": ["Industry-leading noise cancellation with 8 microphones","30-hour battery life with quick charging (3 min charge = 3 hours playback)","Premium sound quality with LDAC audio coding","Multipoint connection - connect two devices simultaneously","Ultra-comfortable design with soft fit leather","Speak-to-chat technology automatically pauses music"],"specifications": {"Battery Life": "30 hours","Charging Time": "3.5 hours","Weight": "250g","Bluetooth Version": "5.2","Driver Size": "30mm","Frequency Response": "4Hz-40,000Hz"},"ratingBreakdown": {"fiveStars": 8934,"fourStars": 2456,"threeStars": 4012,"twoStars": 345,"oneStar": 221},"reviews": [{"id": "R1","author": "Sarah Mitchel","rating": 5,"title": "Best headphones I've ever owned","comment": "The noise cancellation is absolutely incredible. I use these on my daily commute and can't hear a thing. The sound quality is pristine, and they're so comfortable I forget I'm wearing them. Battery life easily gets me through a full week. Worth every penny!","date": "2024-10-15","verified": true,"helpful": 234},{"id": "R2","author": "James Chen","rating": 5,"title": "Perfect for working from home","comment": "These headphones have been a game-changer for my home office setup. The noise cancellation blocks out all the neighborhood sounds, and the microphone quality is excellent for video calls. My colleagues say I sound crystal clear.","date": "2024-10-08","verified": true,"helpful": 178},{"id": "R3","author": "Emma Rodriguez","rating": 4,"title": "Great but pricey","comment": "The sound quality and noise cancellation are top-notch. My only complaint is the price - they're quite expensive. But if you can afford them, they're definitely worth it. The comfort level is outstanding for long listening sessions.","date": "2024-09-28","verified": true,"helpful": 142},{"id": "R4","author": "Michael Thompson","rating": 5,"title": "Amazing for travel","comment": "Just took these on a 14-hour flight and they were perfect. The noise cancellation made the engine noise disappear completely. Battery lasted the entire journey with power to spare. Highly recommend for frequent travelers!","date": "2024-09-20","verified": true,"helpful": 98},{"id": "R5","author": "Lisa Park","rating": 3,"title": "Good but not perfect for small heads","comment": "Sound quality is excellent and the ANC works great. However, I have a smaller head and they feel a bit loose even at the tightest setting. They occasionally slip during workouts. Otherwise, a solid product.","date": "2024-09-12","verified": true,"helpful": 67},{"id": "R5A","author": "Carlos Mendez","rating": 5,"title": "Outstanding sound quality","comment": "The LDAC audio coding really makes a difference. Music sounds incredibly detailed and rich. The bass is punchy without being overwhelming, and the highs are crystal clear. Best audio experience I've had with wireless headphones.","date": "2024-10-05","verified": true,"helpful": 156},{"id": "R5B","author": "Anna Williams","rating": 4,"title": "Excellent ANC, minor issues","comment": "The noise cancellation is phenomenal - blocks out everything. The speak-to-chat feature is clever but sometimes activates when I'm just humming. Overall, these are fantastic headphones for the price.","date": "2024-09-30","verified": true,"helpful": 124},{"id": "R5C","author": "David Kim","rating": 5,"title": "Worth upgrading from XM4","comment": "I had the XM4s and these are a noticeable improvement. Better noise cancellation, more comfortable pads, and the multipoint connection is a game-changer. Battery life is still excellent. Highly recommend the upgrade!","date": "2024-09-25","verified": true,"helpful": 203}],"inStock": true,"prime": true,"department": "Electronics","materialComposition": "Plastic, metal, synthetic leather","countryOfOrigin": "Malaysia","dateFirstAvailable": "2022-05-19","manufacturer": "Sony Corporation","itemModelNumber": "WH-1000XM5","shipsFromUnitedStates": true,"internationalShipping": true,"deliverySpeed": "two-days","freeDelivery": true,"hasDiscount": true,"isTodaysDeal": false,"condition": "new","isGlobalStore": false,"breadcrumbs": ["Electronics","Headphones","Wireless Headphones"]},{"id": "B09G9FPHY6","name": "Apple AirPods Pro (2nd Generation) with MagSafe Charging Case","brand": "Apple","rating": 4.7,"numRatings": 24532,"price": 329,"originalPrice": 399,"mainImage": "/src/assets/main-images/airpods.png","images": ["/src/assets/main-images/airpods.png","https://images.unsplash.com/photo-1588423771073-b8903fbb85b5?w=800","https://images.unsplash.com/photo-1572569511254-d8f925fe2cbb?w=800","https://images.unsplash.com/photo-1522869635100-9f4c5e86aa37?w=800"],"description": "The Apple AirPods Pro (2nd generation) deliver an exceptional listening experience with up to 2x more Active Noise Cancellation than the previous generation. Features include Adaptive Transparency, Personalized Spatial Audio, and a MagSafe Charging Case.","features": ["Up to 2x more Active Noise Cancellation","Adaptive Transparency lets outside sound in","Personalized Spatial Audio with dynamic head tracking","Four pairs of silicone tips (XS, S, M, L)","Touch control for volume adjustment","Up to 6 hours listening time with ANC on","Sweat and water resistant (IPX4)"],"specifications": {"Battery Life (Earbuds)": "6 hours","Battery Life (With Case)": "30 hours","Charging": "MagSafe, Wireless, Lightning","Bluetooth": "5.3","Chip": "H2","Water Resistance": "IPX4"},"ratingBreakdown": {"fiveStars": 18245,"fourStars": 4327,"threeStars": 1234,"twoStars": 456,"oneStar": 270},"reviews": [{"id": "R6","author": "David Kim","rating": 5,"title": "Perfect integration with iPhone","comment": "If you have an iPhone, these are a no-brainer. The seamless connection, automatic switching between devices, and the Find My integration are incredible. Sound quality is great and the ANC is very effective.","date": "2024-10-22","verified": true,"helpful": 445},{"id": "R7","author": "Rachel Green","rating": 5,"title": "Best earbuds I've tried","comment": "The fit is perfect with the different tip sizes, and they stay in my ears even during runs. The noise cancellation is impressive for such small earbuds. Spatial audio is a game-changer for movies!","date": "2024-10-18","verified": true,"helpful": 312},{"id": "R8","author": "Tom Anderson","rating": 4,"title": "Great but expensive","comment": "These are fantastic earbuds with excellent features, but the price is steep. If you're invested in the Apple ecosystem, they're worth it. The transparency mode is particularly useful for staying aware of surroundings.","date": "2024-10-10","verified": true,"helpful": 198},{"id": "R9","author": "Jennifer Wu","rating": 5,"title": "Amazing for calls","comment": "I use these primarily for work calls and they're incredible. The microphone quality is crystal clear, and the noise cancellation means people can't hear my background noise. Battery life is solid too.","date": "2024-10-05","verified": true,"helpful": 156},{"id": "R10","author": "Mark Stevens","rating": 4,"title": "Excellent sound, minor fit issues","comment": "Sound quality is top-notch and features are impressive. My only issue is that during intense workouts, they occasionally feel like they might fall out. Otherwise, highly recommended!","date": "2024-09-29","verified": true,"helpful": 89},{"id": "R10A","author": "Olivia Brown","rating": 5,"title": "Perfect for daily use","comment": "I wear these pretty much all day - commute, gym, work calls. The battery life with the case is amazing. The adaptive transparency is a standout feature - it automatically adjusts when loud sounds occur. Genius!","date": "2024-10-12","verified": true,"helpful": 267},{"id": "R10B","author": "Ryan Taylor","rating": 5,"title": "Best upgrade from 1st gen","comment": "Upgraded from the first gen AirPods Pro and the difference is night and day. The ANC is significantly better, and the touch controls for volume are so convenient. The MagSafe charging is a nice bonus too.","date": "2024-10-01","verified": true,"helpful": 189},{"id": "R10C","author": "Maria Garcia","rating": 4,"title": "Great but price could be lower","comment": "These are excellent earbuds with great sound and features. The personalization with iOS is fantastic. Only reason for 4 stars is the price - they're quite expensive. But if you can afford them, they're worth it.","date": "2024-09-26","verified": true,"helpful": 145}],"inStock": true,"prime": true,"department": "Electronics","materialComposition": "Plastic, silicone, metal","countryOfOrigin": "China","dateFirstAvailable": "2022-09-23","manufacturer": "Apple Inc.","itemModelNumber": "MTJV3AM/A","shipsFromUnitedStates": true,"internationalShipping": true,"deliverySpeed": "tomorrow","freeDelivery": true,"hasDiscount": true,"isTodaysDeal": true,"condition": "new","isGlobalStore": false,"breadcrumbs": ["Electronics","Headphones","Wireless Earbuds"]},{"id": "B0BSHF7WHW","name": "Kindle Paperwhite (16 GB) \u2013 Now with a 6.8\" display and adjustable warm light","brand": "Amazon","rating": 5,"numRatings": 18923,"price": 189,"originalPrice": 229,"mainImage": "/src/assets/main-images/kindle.png","images": ["/src/assets/main-images/kindle.png","https://images.unsplash.com/photo-1512820790803-83ca734da794?w=800","https://images.unsplash.com/photo-1532012197267-da84d127e765?w=800"],"description": "The Kindle Paperwhite features a glare-free 6.8\" display that reads like real paper, even in bright sunlight. With adjustable warm light and up to 10 weeks of battery life, it's perfect for reading anytime, anywhere. Waterproof design (IPX8) means you can read in the bath or by the pool.","features": ["6.8\" glare-free display with 300 ppi","Adjustable warm light for comfortable reading","Up to 10 weeks battery life","Waterproof (IPX8) - safe from accidental water exposure","16 GB storage - holds thousands of books","Thin and lightweight design","Flush-front design with uniform lighting"],"specifications": {"Display Size": "6.8 inches","Resolution": "300 ppi","Storage": "16 GB","Battery Life": "Up to 10 weeks","Weight": "205g","Water Resistance": "IPX8","Connectivity": "Wi-Fi"},"ratingBreakdown": {"fiveStars": 15234,"fourStars": 2678,"threeStars": 634,"twoStars": 234,"oneStar": 143},"reviews": [{"id": "R11","author": "Amanda Foster","rating": 5,"title": "Perfect for avid readers","comment": "I read every single day and this Kindle is absolutely perfect. The warm light feature is a game-changer for nighttime reading - no more eye strain. Battery lasts forever, and the larger screen is so much better than my old Kindle.","date": "2024-10-20","verified": true,"helpful": 567},{"id": "R12","author": "Robert Martinez","rating": 5,"title": "Worth every penny","comment": "I was hesitant to spend this much on an e-reader, but I'm so glad I did. The reading experience is incredible - just like real paper. Being waterproof is a huge bonus. I read in the bathtub all the time now!","date": "2024-10-16","verified": true,"helpful": 423},{"id": "R13","author": "Sophie Turner","rating": 5,"title": "Love the larger screen","comment": "Upgraded from the basic Kindle and the larger screen makes such a difference. I can increase the font size without feeling cramped. The warm light is gentle on the eyes. Highly recommend!","date": "2024-10-11","verified": true,"helpful": 298},{"id": "R14","author": "Chris Johnson","rating": 4,"title": "Great device, wish it had page turn buttons","comment": "The Kindle is excellent overall - great screen, comfortable to hold, and waterproof. My only wish is that it had physical page turn buttons like the Oasis. But for the price, it's hard to complain.","date": "2024-10-04","verified": true,"helpful": 187},{"id": "R15","author": "Emily Chen","rating": 5,"title": "Best purchase this year","comment": "I'm reading so much more now! The screen is beautiful, battery life is phenomenal, and I love being able to adjust the warmth. It's lightweight enough to hold for hours. Couldn't be happier with this purchase.","date": "2024-09-27","verified": true,"helpful": 145},{"id": "R15A","author": "Thomas Wilson","rating": 5,"title": "Excellent for travel","comment": "Perfect for long flights and vacations. I can carry hundreds of books without any weight. The waterproof feature gives me peace of mind near the pool. The 16GB storage is more than enough for my entire library.","date": "2024-10-08","verified": true,"helpful": 234},{"id": "R15B","author": "Jessica Lee","rating": 4,"title": "Great upgrade","comment": "Upgraded from an older Kindle and the improvements are noticeable. The screen is sharper, the warm light is wonderful, and the flush design looks modern. Only minor complaint is the charging port - wish it was USB-C.","date": "2024-09-30","verified": true,"helpful": 178},{"id": "R15C","author": "Daniel Kim","rating": 5,"title": "Perfect reading device","comment": "The 6.8 inch screen is the sweet spot - big enough for comfortable reading but still portable. I love that I can read in direct sunlight without any glare. The battery truly lasts weeks as advertised. Highly recommend!","date": "2024-09-22","verified": true,"helpful": 201}],"inStock": true,"prime": true,"department": "Electronics","materialComposition": "Plastic, glass, metal","countryOfOrigin": "China","dateFirstAvailable": "2021-10-27","manufacturer": "Amazon.com Services LLC","itemModelNumber": "B0BSHF7WHW","shipsFromUnitedStates": true,"internationalShipping": true,"deliverySpeed": "standard","freeDelivery": true,"hasDiscount": true,"isTodaysDeal": false,"condition": "new","isGlobalStore": false,"breadcrumbs": ["Electronics","E-Readers & Accessories","Kindle E-Readers"]},{"id": "B09B9VFKH5","name": "LEGO Star Wars Millennium Falcon 75192 Building Kit","brand": "LEGO","rating": 4.9,"numRatings": 8734,"price": 1299.99,"mainImage": "/src/assets/main-images/lego.png","images": ["/src/assets/main-images/lego.png","https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800"],"description": "The ultimate LEGO Star Wars Millennium Falcon! This highly detailed model features 7,541 pieces and measures over 8 inches high, 33 inches long, and 22 inches wide. Includes iconic characters and intricate interior details. Perfect for display and collectors.","features": ["7,541 pieces for an immersive building experience","Includes 7 minifigures and 2 droids","Highly detailed exterior with sensor dish and removable panels","Interior includes cockpit, cargo area, and hidden smuggling compartments","Rotating top and bottom gun turrets","Display stand included","Suitable for ages 16+"],"specifications": {"Piece Count": "7,541","Dimensions": "33\" L x 22\" W x 8\" H","Weight": "13.5 kg","Minifigures": "7 included","Recommended Age": "16+","Theme": "Star Wars"},"ratingBreakdown": {"fiveStars": 8234,"fourStars": 378,"threeStars": 78,"twoStars": 28,"oneStar": 16},"reviews": [{"id": "R16","author": "Nathan Brooks","rating": 5,"title": "The ultimate LEGO experience","comment": "Took me about 3 weeks to complete, building a few hours each evening. This is an absolute masterpiece. The level of detail is mind-blowing. Every Star Wars fan needs this in their collection. Yes, it's expensive, but worth every cent.","date": "2024-10-19","verified": true,"helpful": 789},{"id": "R17","author": "Kelly Peterson","rating": 5,"title": "Best LEGO set ever made","comment": "Built this with my teenage son over the holidays. It was such a fun bonding experience. The build is complex but the instructions are clear. The finished model is stunning and takes pride of place in our living room.","date": "2024-10-12","verified": true,"helpful": 623},{"id": "R18","author": "Greg Morrison","rating": 5,"title": "Engineering marvel","comment": "The engineering that went into designing this set is incredible. So many clever building techniques. The interior is fully detailed and accessible. Display stand works perfectly. This is LEGO at its finest.","date": "2024-10-07","verified": true,"helpful": 534},{"id": "R19","author": "Michelle Davis","rating": 5,"title": "Worth the investment","comment": "Yes, it's pricey, but this is a genuine collector's item. The attention to detail is phenomenal. I display it in my office and everyone who sees it is blown away. If you're a Star Wars fan, you won't regret this purchase.","date": "2024-09-30","verified": true,"helpful": 412},{"id": "R20","author": "Paul Richardson","rating": 5,"title": "Challenging and rewarding build","comment": "This isn't a quick build - it took me about 40 hours total. But every minute was enjoyable. The final result is spectacular. Make sure you have enough space to display it properly - it's HUGE!","date": "2024-09-23","verified": true,"helpful": 356},{"id": "R20A","author": "Stephanie Adams","rating": 5,"title": "Incredible detail","comment": "The amount of detail in this set is absolutely staggering. Every panel, every interior compartment, it's all there. The minifigures are great too. This is definitely a centerpiece display piece. Worth every penny!","date": "2024-10-05","verified": true,"helpful": 445},{"id": "R20B","author": "Andrew Foster","rating": 4,"title": "Amazing but challenging","comment": "This is an incredible set but it's definitely not for beginners. The build is complex and requires patience. Some steps are quite repetitive. But the end result is absolutely stunning. Just make sure you have the space!","date": "2024-09-28","verified": true,"helpful": 312},{"id": "R20C","author": "Rachel Martinez","rating": 5,"title": "Perfect gift for collectors","comment": "Bought this as a gift for my husband and he absolutely loved it. Took him about 2 months of weekend building sessions. The display stand is perfect and it looks amazing in our collection room. A true masterpiece!","date": "2024-09-18","verified": true,"helpful": 278}],"inStock": true,"prime": false,"department": "Toys & Games","materialComposition": "ABS plastic","countryOfOrigin": "Denmark","dateFirstAvailable": "2017-09-14","manufacturer": "The LEGO Group","itemModelNumber": "75192","shipsFromUnitedStates": false,"internationalShipping": true,"deliverySpeed": "standard","freeDelivery": false,"hasDiscount": false,"isTodaysDeal": false,"condition": "new","isGlobalStore": true,"breadcrumbs": ["Toys & Games","Building Toys","LEGO","LEGO Star Wars"]},{"id": "B08L5VNJ2P","name": "Instant Pot Duo Plus 9-in-1 Electric Pressure Cooker, 6 Quart","brand": "Instant Pot","rating": 4.7,"numRatings": 45628,"price": 149.95,"originalPrice": 199.95,"mainImage": "/src/assets/main-images/pot.png","images": ["/src/assets/main-images/pot.png","https://images.unsplash.com/photo-1556910110-a5a63dfd393c?w=800","https://images.unsplash.com/photo-1556910096-6f5e72db6803?w=800","https://images.unsplash.com/photo-1604328471151-b52226907017?w=800"],"description": "The Instant Pot Duo Plus is a 9-in-1 programmable cooker that can replace your pressure cooker, slow cooker, rice cooker, steamer, saut\u00e9 pan, yogurt maker, warmer, sterilizer, and sous vide. With 15 Smart Programs, cooking has never been easier or faster.","features": ["9-in-1 functionality: Pressure Cook, Slow Cook, Rice Cooker, Steamer, Saut\u00e9, Yogurt Maker, Warmer, Sous Vide, Sterilizer","15 customizable Smart Programs","6-quart capacity - perfect for families","Stainless steel inner pot (dishwasher safe)","10+ safety features including overheat protection","Delay start timer up to 24 hours","Free app with 1900+ recipes"],"specifications": {"Capacity": "6 Quarts","Power": "1000W","Voltage": "240V","Material": "Stainless Steel","Weight": "5.8 kg","Dimensions": "32.5 x 31.2 x 31.7 cm","Programs": "15"},"ratingBreakdown": {"fiveStars": 34256,"fourStars": 8234,"threeStars": 2134,"twoStars": 678,"oneStar": 326},"reviews": [{"id": "R21","author": "Jessica Martinez","rating": 5,"title": "Life-changing kitchen appliance","comment": "I use this literally every day. Meal prep is so much faster now. Rice comes out perfect every time, and I can make a whole chicken dinner in 30 minutes. If you're on the fence, just buy it. You won't regret it!","date": "2024-10-24","verified": true,"helpful": 1234},{"id": "R22","author": "Daniel Cooper","rating": 5,"title": "Best kitchen investment","comment": "This thing has replaced like 5 appliances in my kitchen. The yogurt function alone makes it worth it. Pressure cooking is fast and everything comes out tender. Learning curve is minimal with all the preset programs.","date": "2024-10-21","verified": true,"helpful": 987},{"id": "R23","author": "Lauren White","rating": 4,"title": "Great but takes up counter space","comment": "The Instant Pot works brilliantly and I love using it. My only complaint is that it's quite large and takes up significant counter space. But the functionality makes up for it. Makes amazing pulled pork!","date": "2024-10-17","verified": true,"helpful": 756},{"id": "R24","author": "Ryan Phillips","rating": 5,"title": "Perfect for busy families","comment": "As a working parent, this has been a game-changer. I can throw in ingredients in the morning, set the delay timer, and come home to a hot meal. The slow cooker function is great for soups and stews.","date": "2024-10-13","verified": true,"helpful": 645},{"id": "R25","author": "Nicole Evans","rating": 5,"title": "Worth every cent","comment": "I was skeptical about the hype but this really delivers. Beans cook in 25 minutes without pre-soaking, rice is perfect, and the saut\u00e9 function means I can brown meat right in the pot. Cleanup is easy too!","date": "2024-10-09","verified": true,"helpful": 534},{"id": "R25A","author": "Patrick O'Brien","rating": 5,"title": "Game changer for meal prep","comment": "I meal prep every Sunday and this has cut my time in half. I can cook multiple things at once using the stacking method. The keep warm function is perfect too. Best kitchen purchase I've made in years!","date": "2024-10-15","verified": true,"helpful": 678},{"id": "R25B","author": "Kimberly Chang","rating": 4,"title": "Great but intimidating at first","comment": "Took me a few tries to get comfortable with it, but now I use it all the time. The pressure release can be a bit scary at first, but once you get the hang of it, it's easy. Makes the best hard-boiled eggs!","date": "2024-10-07","verified": true,"helpful": 523},{"id": "R25C","author": "Michael Roberts","rating": 5,"title": "Perfect for cooking meat","comment": "The pressure cooking function makes the most tender meat I've ever cooked. Ribs fall off the bone, chicken is perfectly juicy. The 6-quart size is perfect for my family of four. Can't recommend enough!","date": "2024-09-29","verified": true,"helpful": 456}],"inStock": true,"prime": true,"department": "Home & Kitchen","materialComposition": "Stainless steel, plastic, silicone","countryOfOrigin": "China","dateFirstAvailable": "2019-03-15","manufacturer": "Instant Brands Inc.","itemModelNumber": "DUO60","shipsFromUnitedStates": true,"internationalShipping": true,"deliverySpeed": "two-days","freeDelivery": true,"hasDiscount": true,"isTodaysDeal": false,"condition": "new","isGlobalStore": false,"breadcrumbs": ["Home & Kitchen","Kitchen & Dining","Small Appliances","Pressure Cookers"]},{"id": "B0B2QJZF8D","name": "Anker PowerCore 20000mAh Portable Charger - Ultra-High Capacity Power Bank","brand": "Anker","rating": 4.6,"numRatings": 32145,"price": 79.99,"originalPrice": 99.99,"mainImage": "/src/assets/main-images/powerbank.png","images": ["/src/assets/main-images/powerbank.png","https://images.unsplash.com/photo-1624823183493-ed5832f48f18?w=800"],"description": "The Anker PowerCore 20000 is one of the smallest and lightest 20,000mAh portable chargers on the market. Featuring PowerIQ and VoltageBoost technology, it ensures the fastest possible charge for your devices. Perfect for travel, camping, or everyday use.","features": ["Ultra-high 20,000mAh capacity - charge iPhone 13 4+ times","Dual USB ports charge two devices simultaneously","PowerIQ and VoltageBoost for optimized charging","High-speed recharging with 2A input","Premium aluminum alloy exterior","MultiProtect safety system","Includes travel pouch and micro USB cable"],"specifications": {"Capacity": "20,000mAh / 72Wh","Input": "5V/2A","Output": "5V/4.8A (2.4A per port)","Weight": "356g","Dimensions": "15.8 x 7.4 x 1.9 cm","Recharge Time": "10 hours"},"ratingBreakdown": {"fiveStars": 22345,"fourStars": 7234,"threeStars": 1678,"twoStars": 567,"oneStar": 321},"reviews": [{"id": "R26","author": "Kevin Walsh","rating": 5,"title": "Incredible capacity in a compact size","comment": "This power bank is amazing! I went on a 4-day camping trip and it kept my phone and tablet charged the entire time. It's surprisingly compact for the capacity. Charges devices quickly too. Anker quality as always!","date": "2024-10-23","verified": true,"helpful": 892},{"id": "R27","author": "Samantha Lee","rating": 5,"title": "Perfect for travel","comment": "I travel frequently for work and this has been a lifesaver. Fits easily in my bag and provides multiple charges for my phone and wireless earbuds. The dual ports are super convenient when traveling with my partner.","date": "2024-10-18","verified": true,"helpful": 723},{"id": "R28","author": "Brian Foster","rating": 4,"title": "Great product, takes a while to recharge","comment": "The power bank itself is excellent - great capacity and charges devices quickly. Only downside is that it takes quite a while to fully recharge the bank itself (around 10 hours). Plan accordingly!","date": "2024-10-14","verified": true,"helpful": 589},{"id": "R29","author": "Ashley Morgan","rating": 5,"title": "Essential for festivals","comment": "Took this to a 3-day music festival and it was perfect. Kept my phone alive the entire time with battery to spare. Love that I can charge my phone and my friend's phone simultaneously. Solid build quality too.","date": "2024-10-06","verified": true,"helpful": 467},{"id": "R30","author": "Timothy Green","rating": 5,"title": "Anker never disappoints","comment": "I've owned several Anker products and they're always top quality. This power bank is no exception. Charges fast, holds charge well, and the capacity is impressive. The included case is a nice touch too.","date": "2024-09-28","verified": true,"helpful": 398},{"id": "R30A","author": "Jordan Smith","rating": 5,"title": "Reliable and durable","comment": "I've had this for over a year now and it still works perfectly. The build quality is excellent - it's survived multiple drops and trips. The capacity hasn't degraded at all. Anker makes quality products!","date": "2024-10-10","verified": true,"helpful": 512},{"id": "R30B","author": "Lisa Chen","rating": 4,"title": "Great capacity but heavy","comment": "The capacity is amazing - I can charge my phone multiple times. The only downside is it's a bit heavy to carry around all day. But for travel and camping, it's perfect. The dual ports are very convenient.","date": "2024-09-25","verified": true,"helpful": 389},{"id": "R30C","author": "Robert Johnson","rating": 5,"title": "Perfect for emergencies","comment": "I keep this in my car for emergencies and it's been a lifesaver multiple times. The capacity means I can charge multiple devices, and it holds its charge for months. The PowerIQ technology really works!","date": "2024-09-20","verified": true,"helpful": 445}],"inStock": true,"prime": true,"department": "Electronics","materialComposition": "Aluminum alloy, plastic, lithium-ion battery","countryOfOrigin": "China","dateFirstAvailable": "2021-08-12","manufacturer": "Anker Innovations Limited","itemModelNumber": "A1289","shipsFromUnitedStates": true,"internationalShipping": true,"deliverySpeed": "standard","freeDelivery": true,"hasDiscount": true,"isTodaysDeal": false,"condition": "new","isGlobalStore": false,"breadcrumbs": ["Electronics","Mobile Accessories","Power Banks"]},{"id": "CLOTH001","name": "Nike Air Max 270 Men's Sneakers","brand": "Nike","rating": 4.7,"numRatings": 9834,"price": 189.99,"originalPrice": 249.99,"mainImage": "/src/assets/main-images/shoe.png","images": ["/src/assets/main-images/shoe.png","https://images.unsplash.com/photo-1549298916-b41d501d3772?w=800","https://images.unsplash.com/photo-1560343090-f0409e92791a?w=800"],"description": "The Nike Air Max 270 combines sleek, modern style with maximum comfort. Featuring a visible 270 Air unit, lightweight mesh upper, and plush foam midsole for all-day wearability.","features": ["Large-volume Max Air unit for responsive cushioning","Engineered mesh upper for breathability","Dual-density foam for a smooth ride","Stretch bootie construction for snug fit"],"specifications": {"Material": "Mesh upper, rubber sole","Heel Height": "32mm","Closure": "Lace-up","Weight": "330g per shoe"},"swatches": [{"colorName": "Triple Black","hex": "#000000","image": "https://images.unsplash.com/photo-1560343090-f0409e92791a?w=800"},{"colorName": "White/University Red","hex": "#ffffff","image": "https://images.unsplash.com/photo-1542291026-7eec264c27ff?w=800"},{"colorName": "Midnight Navy","hex": "#191970","image": "https://images.unsplash.com/photo-1460353581641-37baddab0fa2?w=800"}],"sizes": ["US 7","US 8","US 9","US 10","US 11","US 12"],"department": "Men\u2019s Shoes","materialComposition": "Textile and synthetic upper, rubber sole","countryOfOrigin": "Vietnam","dateFirstAvailable": "2023-06-12","manufacturer": "Nike Inc.","itemModelNumber": "AH8050-002","shipsFromUnitedStates": true,"internationalShipping": true,"deliverySpeed": "two-days","freeDelivery": true,"hasDiscount": true,"isTodaysDeal": false,"condition": "new","isGlobalStore": false,"breadcrumbs": ["Clothing, Shoes & Accessories","Men","Shoes","Athletic Shoes"],"ratingBreakdown": {"fiveStars": 6823,"fourStars": 2145,"threeStars": 594,"twoStars": 171,"oneStar": 101},"reviews": [{"id": "R101","author": "Alex Turner","rating": 5,"title": "Extremely comfortable!","comment": "Super light and comfortable \u2014 great for daily wear and gym use. The heel cushioning is amazing!","date": "2024-09-02","verified": true,"helpful": 198},{"id": "R102","author": "Jake Simmons","rating": 4,"title": "Stylish and comfy","comment": "They look great with jeans or joggers. Slightly narrow at first but they break in quickly.","date": "2024-08-15","verified": true,"helpful": 89},{"id": "R102A","author": "Marcus Johnson","rating": 5,"title": "Best running shoes I've owned","comment": "I've been wearing these for my morning runs and they're incredible. The cushioning is perfect - not too soft, not too firm. The breathable upper keeps my feet cool. True to size for me!","date": "2024-10-12","verified": true,"helpful": 234},{"id": "R102B","author": "Chris Anderson","rating": 4,"title": "Great daily wear shoes","comment": "Wear these all day at work and my feet never get tired. They look stylish and professional enough for casual Friday. The only issue is they're a bit squeaky on some surfaces, but that's minor.","date": "2024-09-28","verified": true,"helpful": 167},{"id": "R102C","author": "Taylor Brown","rating": 5,"title": "Perfect fit and style","comment": "Ordered my usual size and they fit perfectly. The design is modern and they go with everything. The Air Max cushioning really makes a difference for long walks. Highly recommend!","date": "2024-09-15","verified": true,"helpful": 189},{"id": "R102D","author": "Jordan Lee","rating": 4,"title": "Good shoes, minor sizing issue","comment": "Great shoes overall - comfortable and stylish. Had to exchange for half size up as they run slightly small. Once I got the right size, they were perfect. The color options are great too!","date": "2024-09-05","verified": true,"helpful": 145}],"inStock": true,"prime": true},{"id": "CLOTH002","name": "Levi\u2019s 511 Slim Fit Men\u2019s Jeans","brand": "Levi\u2019s","rating": 4.5,"numRatings": 5321,"price": 119.99,"originalPrice": 139.99,"mainImage": "/src/assets/main-images/jeans.png","images": ["/src/assets/main-images/jeans.png","https://images.unsplash.com/photo-1542272604-787c3835535d?w=800","https://images.unsplash.com/photo-1583743814966-8936f5b7be1a?w=800"],"description": "Levi\u2019s 511 Slim Fit Jeans are designed for modern style with a close fit and just the right amount of stretch for comfort.","features": ["Slim through seat and thigh","Sits below waist","Stretch denim for flexibility","Five-pocket styling"],"specifications": {"Material": "99% Cotton, 1% Elastane","Fit": "Slim","Closure": "Button fly","Inseam Options": "30\u201d, 32\u201d, 34\u201d"},"swatches": [{"colorName": "Dark Indigo","hex": "#1A237E","image": "https://images.unsplash.com/photo-1542272604-787c3835535d?w=800"},{"colorName": "Stone Wash","hex": "#5C6BC0","image": "https://images.unsplash.com/photo-1541099649105-f69ad21f3246?w=800"}],"sizes": ["30x30","31x32","32x32","33x34","34x32","36x34"],"department": "Men\u2019s Clothing","materialComposition": "99% Cotton, 1% Elastane","countryOfOrigin": "Bangladesh","dateFirstAvailable": "2024-03-28","manufacturer": "Levi Strauss & Co.","itemModelNumber": "511-0216","shipsFromUnitedStates": true,"internationalShipping": true,"deliverySpeed": "standard","freeDelivery": true,"hasDiscount": true,"isTodaysDeal": false,"condition": "new","isGlobalStore": false,"breadcrumbs": ["Clothing, Shoes & Accessories","Men","Clothing","Pants & Jeans"],"ratingBreakdown": {"fiveStars": 3120,"fourStars": 1456,"threeStars": 512,"twoStars": 165,"oneStar": 68},"reviews": [{"id": "R103","author": "Ben Carter","rating": 5,"title": "Perfect fit!","comment": "Love the cut and stretch. Feels premium and fits perfectly. Holds shape even after multiple washes.","date": "2024-09-25","verified": true,"helpful": 143},{"id": "R103A","author": "Derek Wilson","rating": 5,"title": "Best jeans I own","comment": "I've bought multiple pairs of these - they're that good. The slim fit is perfect, not too tight. The stretch denim is comfortable all day. They look great dressed up or down. Worth every penny!","date": "2024-10-15","verified": true,"helpful": 256},{"id": "R103B","author": "Sam Taylor","rating": 4,"title": "Great fit, slight fading","comment": "The fit is perfect and they're very comfortable. The stretch is great for active days. My only minor complaint is they fade a bit faster than I'd like, but that's typical for indigo denim. Still love them!","date": "2024-09-30","verified": true,"helpful": 178},{"id": "R103C","author": "Mike Rodriguez","rating": 5,"title": "Perfect for everyday wear","comment": "These have become my go-to jeans. The 511 fit is just right - not too skinny, not too loose. Quality is excellent and they've held up well. The button fly is a nice touch. Highly recommend!","date": "2024-09-18","verified": true,"helpful": 201},{"id": "R103D","author": "Kevin Park","rating": 4,"title": "Good jeans with minor stretch","comment": "Great quality jeans with excellent fit. The stretch makes them comfortable but I notice they stretch out a bit during the day. They snap back after washing though. Overall, very satisfied!","date": "2024-09-10","verified": true,"helpful": 134}],"inStock": true,"prime": true},{"id": "ACC001","name": "Fossil Grant Chronograph Watch - Brown Leather Strap","brand": "Fossil","rating": 4.6,"numRatings": 2789,"price": 249,"mainImage": "/src/assets/main-images/watch.png","images": ["/src/assets/main-images/watch.png","https://images.unsplash.com/photo-1522312346375-d1a52e2b99b3?w=800","https://images.unsplash.com/photo-1434056886845-dac89ffe9b56?w=800"],"description": "The Fossil Grant Chronograph combines timeless design with modern functionality, featuring a stainless-steel case and genuine brown leather strap.","features": ["Chronograph functionality (stopwatch)","Quartz movement with analog display","Genuine leather strap with buckle closure","Water resistant up to 50m"],"specifications": {"Case Diameter": "44mm","Movement": "Quartz","Band Material": "Genuine Leather","Water Resistance": "50 meters"},"swatches": [{"colorName": "Brown Leather / Blue Dial","hex": "#5D4037","image": "https://images.unsplash.com/photo-1434056886845-dac89ffe9b56?w=800"},{"colorName": "Black Leather / Silver Dial","hex": "#212121","image": "https://images.unsplash.com/photo-1524805444758-089113d48a6d?w=800"}],"department": "Men\u2019s Accessories","materialComposition": "Stainless steel and genuine leather","countryOfOrigin": "China","dateFirstAvailable": "2023-11-18","manufacturer": "Fossil Group Inc.","itemModelNumber": "FS5151","shipsFromUnitedStates": true,"internationalShipping": true,"deliverySpeed": "standard","freeDelivery": false,"hasDiscount": false,"isTodaysDeal": false,"condition": "new","isGlobalStore": false,"breadcrumbs": ["Clothing, Shoes & Accessories","Men","Accessories","Watches"],"ratingBreakdown": {"fiveStars": 1989,"fourStars": 568,"threeStars": 159,"twoStars": 45,"oneStar": 28},"reviews": [{"id": "R104","author": "James Wilson","rating": 5,"title": "Classic and elegant","comment": "This watch is absolutely beautiful. The brown leather strap is genuine and comfortable. The chronograph function works perfectly. It looks great with both casual and formal wear. Excellent quality!","date": "2024-10-20","verified": true,"helpful": 312},{"id": "R104A","author": "Michael Brown","rating": 5,"title": "Perfect everyday watch","comment": "I wear this watch daily and it's been fantastic. The leather strap has broken in nicely and is very comfortable. The watch keeps perfect time and the chronograph is a nice feature. Great value for the price!","date": "2024-10-10","verified": true,"helpful": 245},{"id": "R104B","author": "David Lee","rating": 4,"title": "Great watch, wish it was automatic","comment": "The watch looks great and the quality is excellent. The leather strap is genuine and comfortable. My only wish is that it was an automatic movement instead of quartz, but for the price, it's still a great watch.","date": "2024-09-28","verified": true,"helpful": 189},{"id": "R104C","author": "Robert Kim","rating": 5,"title": "Excellent gift choice","comment": "Bought this as a gift for my brother and he loves it. The watch has a classic, timeless design. The brown leather strap pairs well with the blue dial. It's water resistant enough for daily use. Highly recommend!","date": "2024-09-20","verified": true,"helpful": 167},{"id": "R104D","author": "Thomas Anderson","rating": 4,"title": "Good quality, minor issue with strap","comment": "The watch itself is excellent - well-built and accurate. The dial is beautiful and easy to read. My only issue is the strap is a bit stiff at first, but it's breaking in. Overall, great watch for the price!","date": "2024-09-12","verified": true,"helpful": 134}],"inStock": true,"prime": true},{"id": "BOOK001","name": "The Seven Husbands of Evelyn Hugo - Hardcover","brand": "Atria Books","rating": 4.7,"numRatings": 12456,"price": 24.99,"originalPrice": 32.99,"mainImage": "/src/assets/main-images/book.jpg","images": ["/src/assets/main-images/book.jpg","https://images.unsplash.com/photo-1544947950-fa07a98d237f?w=800","https://images.unsplash.com/photo-1481627834876-b7833e8f5570?w=800"],"description": "A captivating novel about a reclusive Hollywood icon who finally decides to tell her story to an unknown journalist. A tale of ambition, friendship, and forbidden love spanning decades.","features": ["Bestselling fiction novel","Hardcover edition with dust jacket","416 pages","Perfect for book clubs"],"specifications": {"Format": "Hardcover","Pages": "416","Language": "English","Publisher": "Atria Books","Publication Date": "June 13, 2017","ISBN": "978-1501139239"},"ratingBreakdown": {"fiveStars": 9134,"fourStars": 2456,"threeStars": 623,"twoStars": 178,"oneStar": 65},"reviews": [{"id": "R200","author": "Jennifer Martinez","rating": 5,"title": "Absolutely captivating","comment": "I couldn't put this book down! The story is beautifully written and the characters are so well-developed. Evelyn Hugo's story is both glamorous and heartbreaking. Highly recommend!","date": "2024-10-18","verified": true,"helpful": 445},{"id": "R201","author": "Sarah Thompson","rating": 5,"title": "Best book I've read this year","comment": "The narrative structure is brilliant - switching between past and present keeps you engaged. The ending was unexpected and perfect. Already planning to read it again!","date": "2024-10-10","verified": true,"helpful": 312}],"inStock": true,"prime": true,"department": "Books","materialComposition": "Paper, cardboard, ink","countryOfOrigin": "United States","dateFirstAvailable": "2017-06-13","manufacturer": "Atria Books","itemModelNumber": "978-1501139239","shipsFromUnitedStates": true,"internationalShipping": true,"deliverySpeed": "standard","freeDelivery": true,"hasDiscount": true,"isTodaysDeal": false,"condition": "new","isGlobalStore": false,"breadcrumbs": ["Books","Literature & Fiction","Contemporary Fiction"]},{"id": "BEAUTY001","name": "CeraVe Hydrating Facial Cleanser - 473ml","brand": "CeraVe","rating": 4.6,"numRatings": 28456,"price": 16.99,"originalPrice": 19.99,"mainImage": "/src/assets/main-images/cleanser.png","images": ["/src/assets/main-images/cleanser.png","https://images.unsplash.com/photo-1556229010-6c3f2c9ca5f8?w=800","https://images.unsplash.com/photo-1612817288484-6f916006741a?w=800","https://images.unsplash.com/photo-1598440947619-2c35fc9aa908?w=800"],"description": "A gentle, non-foaming cleanser that removes makeup, dirt, and oil without stripping the skin. Formulated with ceramides and hyaluronic acid to restore and maintain the skin's natural barrier.","features": ["Non-foaming formula","Contains ceramides and hyaluronic acid","Fragrance-free","Suitable for normal to dry skin","Dermatologist recommended"],"specifications": {"Size": "473ml","Skin Type": "Normal to Dry","Key Ingredients": "Ceramides, Hyaluronic Acid","Fragrance": "Fragrance-Free","Cruelty Free": "Yes"},"ratingBreakdown": {"fiveStars": 20345,"fourStars": 6234,"threeStars": 1345,"twoStars": 456,"oneStar": 176},"reviews": [{"id": "R202","author": "Emily Chen","rating": 5,"title": "Game changer for my skin","comment": "I have sensitive dry skin and this cleanser is perfect. It doesn't strip my skin or leave it feeling tight. My skin feels clean and hydrated. Worth every penny!","date": "2024-10-20","verified": true,"helpful": 523},{"id": "R203","author": "Rachel Kim","rating": 5,"title": "Best cleanser I've tried","comment": "I've tried so many cleansers and this one is definitely the best. It removes all my makeup without irritation. My skin has improved so much since using this. Highly recommend!","date": "2024-10-15","verified": true,"helpful": 412}],"inStock": true,"prime": true,"department": "Beauty & Personal Care","materialComposition": "Water, glycerin, ceramides, hyaluronic acid","countryOfOrigin": "United States","dateFirstAvailable": "2020-03-15","manufacturer": "L'Or\u00e9al USA","itemModelNumber": "CER-CLEANSER-473","shipsFromUnitedStates": true,"internationalShipping": true,"deliverySpeed": "two-days","freeDelivery": true,"hasDiscount": true,"isTodaysDeal": false,"condition": "new","isGlobalStore": false,"breadcrumbs": ["Beauty & Personal Care","Skin Care","Facial Cleansers"]},{"id": "SPORTS001","name": "YETI Rambler 500ml Water Bottle - Stainless Steel","brand": "YETI","rating": 4.8,"numRatings": 15678,"price": 54.99,"originalPrice": 64.99,"mainImage": "/src/assets/main-images/bottle.png","images": ["/src/assets/main-images/bottle.png","https://images.unsplash.com/photo-1602143407151-7111542de6e8?w=800","https://images.unsplash.com/photo-1523362628745-0c100150b504?w=800"],"description": "The YETI Rambler 500ml bottle keeps drinks cold for hours and hot for hours. Made from 18/8 stainless steel with double-wall vacuum insulation. Durable, dishwasher safe, and backed by a 5-year warranty.","features": ["Double-wall vacuum insulation","Stainless steel construction","Dishwasher safe","Leak-proof cap","500ml capacity","5-year warranty"],"specifications": {"Capacity": "500ml","Material": "18/8 Stainless Steel","Insulation Type": "Double-Wall Vacuum","Weight": "340g","Dimensions": "6.9 x 6.9 x 28.6 cm","Dishwasher Safe": "Yes"},"ratingBreakdown": {"fiveStars": 13245,"fourStars": 1923,"threeStars": 345,"twoStars": 98,"oneStar": 67},"reviews": [{"id": "R204","author": "Michael Johnson","rating": 5,"title": "Best water bottle ever","comment": "I've had this for 6 months and it's amazing. Ice stays frozen all day, even in hot weather. Build quality is exceptional - dropped it multiple times and not a scratch. Worth the investment!","date": "2024-10-22","verified": true,"helpful": 678},{"id": "R205","author": "David Brown","rating": 5,"title": "Perfect for hiking","comment": "Took this on a week-long hiking trip and it kept my water cold the entire time. The cap is easy to use with one hand. Durable and well-designed. Highly recommend for outdoor activities!","date": "2024-10-14","verified": true,"helpful": 445}],"inStock": true,"prime": true,"department": "Sports & Outdoors","materialComposition": "18/8 Stainless steel","countryOfOrigin": "China","dateFirstAvailable": "2019-05-20","manufacturer": "YETI Coolers LLC","itemModelNumber": "RAM-500-BLK","shipsFromUnitedStates": true,"internationalShipping": true,"deliverySpeed": "two-days","freeDelivery": true,"hasDiscount": true,"isTodaysDeal": false,"condition": "new","isGlobalStore": false,"breadcrumbs": ["Sports & Outdoors","Sports & Fitness","Hydration","Water Bottles"]},{"id": "PET001","name": "KONG Classic Dog Toy - Large","brand": "KONG","rating": 4.7,"numRatings": 34256,"price": 18.99,"originalPrice": 24.99,"mainImage": "/src/assets/main-images/dog_toy.png","images": ["/src/assets/main-images/dog_toy.png","https://images.unsplash.com/photo-1534361960057-19889db9621e?w=800","https://images.unsplash.com/photo-1518717758536-85ae29035b6d?w=800","https://images.unsplash.com/photo-1552053831-71594a27632d?w=800"],"description": "The KONG Classic is the original treat-dispensing toy made from natural rubber. Stuff it with treats or peanut butter to keep your dog entertained and mentally stimulated. Perfect for chewers and helps with separation anxiety.","features": ["Unique hollow design for treats","Bouncy texture satisfies chewing instincts","Made from natural rubber","Dishwasher safe","Floats in water","Multiple sizes available"],"specifications": {"Size": "Large","Material": "Natural Rubber","Recommended Weight": "20-35kg","Dishwasher Safe": "Yes","Warranty": "Limited Lifetime"},"ratingBreakdown": {"fiveStars": 25678,"fourStars": 6234,"threeStars": 1789,"twoStars": 345,"oneStar": 210},"reviews": [{"id": "R206","author": "Lisa Anderson","rating": 5,"title": "My dog loves it!","comment": "I stuff this with peanut butter and my dog is entertained for hours. It's durable and has held up to my aggressive chewer. Great for keeping him busy when I'm working from home!","date": "2024-10-19","verified": true,"helpful": 567},{"id": "R207","author": "Tom Wilson","rating": 5,"title": "Best dog toy purchase","comment": "This toy has saved my furniture! My dog used to chew everything but now he's obsessed with this KONG. I fill it with treats and it keeps him occupied. Well worth the price!","date": "2024-10-12","verified": true,"helpful": 423}],"inStock": true,"prime": true,"department": "Pet Supplies","materialComposition": "Natural rubber","countryOfOrigin": "United States","dateFirstAvailable": "2018-01-10","manufacturer": "KONG Company","itemModelNumber": "KONG-LRG-RED","shipsFromUnitedStates": true,"internationalShipping": true,"deliverySpeed": "standard","freeDelivery": true,"hasDiscount": true,"isTodaysDeal": false,"condition": "new","isGlobalStore": false,"breadcrumbs": ["Pet Supplies","Dogs","Toys","Chew Toys"]},{"id": "GARDEN001","name": "Fiskars Ergo D-Handle Shovel - 122cm","brand": "Fiskars","rating": 4.7,"numRatings": 8765,"price": 59.99,"originalPrice": 79.99,"mainImage": "/src/assets/main-images/shovel.png","images": ["/src/assets/main-images/shovel.png","https://images.unsplash.com/photo-1466692476868-aef1dfb1e735?w=800","https://images.unsplash.com/photo-1416879595882-3373a0480b5b?w=800","https://images.unsplash.com/photo-1470058869958-2a77ade41c02?w=800"],"description": "Professional-grade shovel with ergonomic D-handle design for comfortable use. Features rust-resistant steel blade and FiberComp handle. Perfect for digging, transplanting, and general garden work.","features": ["Ergonomic D-handle design","Rust-resistant steel blade","FiberComp handle","Comfortable grip","Lifetime warranty"],"specifications": {"Length": "122cm","Blade Material": "Rust-Resistant Steel","Handle Material": "FiberComp","Weight": "1.8kg","Blade Width": "20cm"},"ratingBreakdown": {"fiveStars": 6234,"fourStars": 2012,"threeStars": 345,"twoStars": 98,"oneStar": 76},"reviews": [{"id": "R210","author": "Robert Martinez","rating": 5,"title": "Best shovel I've owned","comment": "This shovel is incredibly well-made. The ergonomic handle makes it comfortable to use for extended periods. The blade is sharp and cuts through soil easily. Highly recommend for serious gardeners!","date": "2024-10-20","verified": true,"helpful": 523},{"id": "R211","author": "James White","rating": 5,"title": "Durable and comfortable","comment": "Used this for landscaping my entire yard and it held up perfectly. The handle is comfortable and the blade stays sharp. Much better than cheaper alternatives. Worth the investment!","date": "2024-10-13","verified": true,"helpful": 389}],"inStock": true,"prime": true,"department": "Garden & Outdoor","materialComposition": "Steel, FiberComp plastic","countryOfOrigin": "Finland","dateFirstAvailable": "2020-04-12","manufacturer": "Fiskars Corporation","itemModelNumber": "FSK-SHOVEL-D-122","shipsFromUnitedStates": true,"internationalShipping": true,"deliverySpeed": "standard","freeDelivery": true,"hasDiscount": true,"isTodaysDeal": false,"condition": "new","isGlobalStore": false,"breadcrumbs": ["Garden & Outdoor","Garden Tools","Digging Tools","Shovels"]},{"id": "HEALTH001","name": "Fitbit Charge 6 Fitness Tracker","brand": "Fitbit","rating": 4.4,"numRatings": 23456,"price": 199.99,"originalPrice": 249.99,"mainImage": "/src/assets/main-images/fitbit.png","images": ["/src/assets/main-images/fitbit.png","https://images.unsplash.com/photo-1579586337278-3befd40fd17a?w=800","https://images.unsplash.com/photo-1544966501-86d23fed7af3?w=800","https://images.unsplash.com/photo-1576243345690-4e4b79d12963?w=800"],"description": "Advanced fitness tracker with built-in GPS, heart rate monitoring, sleep tracking, and 50+ exercise modes. Features a color touchscreen display, 6+ days battery life, and Google integration.","features": ["Built-in GPS","24/7 heart rate monitoring","Sleep tracking","50+ exercise modes","6+ days battery life","Google Wallet & Maps","Water resistant up to 50m"],"specifications": {"Battery Life": "6+ days","Display": "Color Touchscreen","Water Resistance": "50 meters","Connectivity": "Bluetooth, Wi-Fi","Compatible OS": "iOS, Android","Weight": "29g"},"ratingBreakdown": {"fiveStars": 14234,"fourStars": 6234,"threeStars": 2234,"twoStars": 567,"oneStar": 187},"reviews": [{"id": "R212","author": "Maria Garcia","rating": 5,"title": "Excellent fitness tracker","comment": "I've had this for 3 months and love it! The GPS is accurate, heart rate monitoring works well, and battery lasts over a week. The sleep tracking is really insightful. Great value for money!","date": "2024-10-22","verified": true,"helpful": 612},{"id": "R213","author": "Chris Thompson","rating": 4,"title": "Good but app could be better","comment": "The tracker itself is great - accurate readings and long battery life. My only complaint is the Fitbit app interface could be more intuitive. But overall, I'm happy with the purchase.","date": "2024-10-16","verified": true,"helpful": 445}],"inStock": true,"prime": true,"department": "Health & Household","materialComposition": "Silicone, glass, aluminum","countryOfOrigin": "China","dateFirstAvailable": "2023-09-28","manufacturer": "Fitbit Inc.","itemModelNumber": "FB512BK","shipsFromUnitedStates": true,"internationalShipping": true,"deliverySpeed": "tomorrow","freeDelivery": true,"hasDiscount": true,"isTodaysDeal": true,"condition": "new","isGlobalStore": false,"breadcrumbs": ["Clothing, Shoes & Accessories","Electronics","Wearable Technology","Fitness Trackers"]},{"id": "OFFICE001","name": "Moleskine Classic Notebook - Large, Hard Cover, Ruled","brand": "Moleskine","rating": 4.6,"numRatings": 15234,"price": 24.99,"mainImage": "/src/assets/main-images/notebook.png","images": ["/src/assets/main-images/notebook.png","https://images.unsplash.com/photo-1512820790803-83ca734da794?w=800","https://images.unsplash.com/photo-1501594907352-04cda38ebc29?w=800"],"description": "The iconic Moleskine notebook with hard cover, ruled pages, and elastic closure. Features acid-free paper, ribbon bookmark, and expandable inner pocket. Perfect for notes, journaling, and creative writing.","features": ["Hard cover with rounded corners","Ruled pages","Acid-free paper","Ribbon bookmark","Elastic closure","Expandable inner pocket","240 pages"],"specifications": {"Size": "Large (13 x 21 cm)","Pages": "240","Page Type": "Ruled","Paper Weight": "70gsm","Cover": "Hard Cover","Color": "Black"},"ratingBreakdown": {"fiveStars": 10234,"fourStars": 4012,"threeStars": 845,"twoStars": 234,"oneStar": 109},"reviews": [{"id": "R214","author": "Emma Wilson","rating": 5,"title": "Perfect notebook","comment": "I've used Moleskine notebooks for years and they never disappoint. The paper quality is excellent, the binding is durable, and it looks professional. Worth every penny!","date": "2024-10-19","verified": true,"helpful": 456},{"id": "R215","author": "Daniel Lee","rating": 5,"title": "Great for journaling","comment": "I use this for daily journaling and it's perfect. The paper is smooth and doesn't bleed through. The hard cover protects it well. Highly recommend for anyone who loves writing!","date": "2024-10-11","verified": true,"helpful": 334}],"inStock": true,"prime": true,"department": "Office Products","materialComposition": "Paper, cardboard, elastic, ribbon","countryOfOrigin": "Italy","dateFirstAvailable": "2015-01-15","manufacturer": "Moleskine S.p.A.","itemModelNumber": "MOL-NOTE-L-RULED","shipsFromUnitedStates": true,"internationalShipping": true,"deliverySpeed": "standard","freeDelivery": true,"hasDiscount": false,"isTodaysDeal": false,"condition": "new","isGlobalStore": false,"breadcrumbs": ["Office Products","Office Supplies","Notebooks & Writing Pads","Notebooks"]},{"id": "CLOTH003","name": "Calvin Klein Women's Cotton T-Shirt - 3 Pack","brand": "Calvin Klein","rating": 4.5,"numRatings": 9876,"price": 89.99,"originalPrice": 119.99,"mainImage": "/src/assets/main-images/women-shirt.png","images": ["/src/assets/main-images/women-shirt.png","https://images.unsplash.com/photo-1618354691373-d851c5c3a990?w=800","https://images.unsplash.com/photo-1594633312681-425c7b97ccd1?w=800"],"description": "Classic crew neck t-shirts made from soft cotton blend. Perfect for everyday wear, these versatile basics feature a relaxed fit and come in a convenient 3-pack. Available in multiple color combinations.","features": ["3-pack of t-shirts","100% cotton","Crew neck","Relaxed fit","Machine washable","Essential wardrobe basics"],"specifications": {"Material": "100% Cotton","Fit": "Relaxed","Neck Style": "Crew Neck","Care Instructions": "Machine Wash","Package Contents": "3 T-Shirts"},"swatches": [{"colorName": "White/Grey/Black","hex": "#FFFFFF","image": "https://images.unsplash.com/photo-1618354691373-d851c5c3a990?w=800"},{"colorName": "Black/Grey/White","hex": "#000000","image": "https://images.unsplash.com/photo-1521572163474-6864f9cf17ab?w=800"}],"sizes": ["XS","S","M","L","XL"],"ratingBreakdown": {"fiveStars": 6234,"fourStars": 2543,"threeStars": 789,"twoStars": 234,"oneStar": 76},"reviews": [{"id": "R216","author": "Sophie Brown","rating": 5,"title": "Perfect basics","comment": "These t-shirts are soft, comfortable, and fit perfectly. Great quality for the price. I've washed them multiple times and they still look new. Perfect for everyday wear!","date": "2024-10-20","verified": true,"helpful": 523},{"id": "R217","author": "Amanda Davis","rating": 4,"title": "Good quality, runs slightly small","comment": "The fabric is soft and the quality is great. I ordered my usual size and they fit but are a bit snug. Might size up next time. Otherwise, very happy with the purchase!","date": "2024-10-14","verified": true,"helpful": 389}],"inStock": true,"prime": true,"department": "Women's Clothing","materialComposition": "100% Cotton","countryOfOrigin": "Bangladesh","dateFirstAvailable": "2023-07-20","manufacturer": "Calvin Klein Inc.","itemModelNumber": "CK-TEE-3PK","shipsFromUnitedStates": true,"internationalShipping": true,"deliverySpeed": "two-days","freeDelivery": true,"hasDiscount": true,"isTodaysDeal": false,"condition": "new","isGlobalStore": false,"breadcrumbs": ["Clothing, Shoes & Accessories","Women","Clothing","Tops & Tees"]},{"id": "GROCERY001","name": "Twinings English Breakfast Tea - 200 Tea Bags","brand": "Twinings","rating": 4.7,"numRatings": 18456,"price": 24.99,"originalPrice": 29.99,"mainImage": "/src/assets/main-images/tea.png","images": ["/src/assets/main-images/tea.png","https://images.unsplash.com/photo-1556679343-c7306c1976bc?w=800","https://images.unsplash.com/photo-1544787219-7f47ccb76574?w=800","https://images.unsplash.com/photo-1576092768241-dec231879fc3?w=800"],"description": "Classic English Breakfast tea blend from Twinings. A robust, full-bodied black tea perfect for starting your day. Made from quality black tea leaves sourced from tea gardens around the world. 200 individually wrapped tea bags.","features": ["200 tea bags","Individually wrapped","Classic English Breakfast blend","Full-bodied flavor","Premium black tea","Suitable for breakfast or anytime"],"specifications": {"Quantity": "200 Tea Bags","Type": "Black Tea","Caffeine Content": "High","Packaging": "Individually Wrapped","Origin": "Blend of tea gardens","Best Before": "2 years from purchase"},"ratingBreakdown": {"fiveStars": 13245,"fourStars": 4123,"threeStars": 823,"twoStars": 178,"oneStar": 87},"reviews": [{"id": "R218","author": "Margaret Smith","rating": 5,"title": "Best English Breakfast tea","comment": "I've been drinking Twinings English Breakfast for years and it's the best. Strong, full-bodied flavor that's perfect in the morning. Great value for 200 bags. Highly recommend!","date": "2024-10-21","verified": true,"helpful": 567},{"id": "R219","author": "Robert Taylor","rating": 5,"title": "Excellent quality","comment": "The tea is consistently high quality. Each bag makes a strong, flavorful cup. I drink 2-3 cups a day and this supply lasts me months. Great value and great taste!","date": "2024-10-15","verified": true,"helpful": 445}],"inStock": true,"prime": true,"department": "Grocery & Gourmet Food","materialComposition": "Black tea leaves","countryOfOrigin": "United Kingdom","dateFirstAvailable": "2019-11-10","manufacturer": "Twinings of London","itemModelNumber": "TWN-ENG-200","shipsFromUnitedStates": true,"internationalShipping": true,"deliverySpeed": "standard","freeDelivery": true,"hasDiscount": true,"isTodaysDeal": false,"condition": "new","isGlobalStore": true,"breadcrumbs": ["Grocery & Gourmet Food","Beverages","Tea","Black Tea"]}],"selectedProduct": null,"currentUser": {"name": "John Doe","searches": [],"viewedProducts": [],"location": "Sydney 2000"}}
{"user_prompt": "Type in \u201ca\u201d in the search bar. Once on the search page, click the 4 & Up filter in the rating section.","success_criteria": " The filters object should have minRating: 4, minPrice: 0, maxPrice: 1000000, condition: [], and all other keys set to false. The filteredProducts array should contain objects that have ids: B09G9FPHY6, B0BSHF7WHW, B09B9VFKH5, B08L5VNJ2P, B0B2QJZF8D, CLOTH001, CLOTH002, ACC001, BOOK001, BEAUTY001, SPORTS001, PET001, GARDEN001, HEALTH001, OFFICE001, CLOTH003, GROCERY001."}
_validate_customer_reviews_that_have_4_stars_and_above
null
20
120
{"category": "productivity","difficulty": "medium"}
End of preview. Expand in Data Studio

Dojo-Bench-Mini

dojo-bench-mini

Dojo-Bench-Mini is a small public bench containing tasks for running computer use agents against "mocked" productivity software and games. These include:

  • Linear
  • LinkedIn
  • Tic-Tac-Toe
  • 2048

For full details on running this benchmark, check-out:

Downloads last month
1,334