Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code: DatasetGenerationError
Exception: CastError
Message: Couldn't cast
Home_and_Kitchen: struct<all_reviews: int64, reviews_in_period: int64, reviews_in_period_with_text: int64, selected: i (... 5 chars omitted)
child 0, all_reviews: int64
child 1, reviews_in_period: int64
child 2, reviews_in_period_with_text: int64
child 3, selected: int64
Clothing_Shoes_and_Jewelry: struct<all_reviews: int64, reviews_in_period: int64, reviews_in_period_with_text: int64, selected: i (... 5 chars omitted)
child 0, all_reviews: int64
child 1, reviews_in_period: int64
child 2, reviews_in_period_with_text: int64
child 3, selected: int64
Electronics: struct<all_reviews: int64, reviews_in_period: int64, reviews_in_period_with_text: int64, selected: i (... 5 chars omitted)
child 0, all_reviews: int64
child 1, reviews_in_period: int64
child 2, reviews_in_period_with_text: int64
child 3, selected: int64
text: string
category: string
user_id: string
title: string
rating: double
asin: string
helpful_vote: int64
verified_purchase: bool
images: list<item: struct<small_image_url: string, medium_image_url: string, large_image_url: string, attach (... 19 chars omitted)
child 0, item: struct<small_image_url: string, medium_image_url: string, large_image_url: string, attachment_type: (... 7 chars omitted)
child 0, small_image_url: string
child 1, medium_image_url: string
child 2, large_image_url: string
child 3, attachment_type: string
review_date: timestamp[s]
parent_asin: string
timestamp: int64
to
{'rating': Value('float64'), 'title': Value('string'), 'text': Value('string'), 'images': List({'small_image_url': Value('string'), 'medium_image_url': Value('string'), 'large_image_url': Value('string'), 'attachment_type': Value('string')}), 'asin': Value('string'), 'parent_asin': Value('string'), 'user_id': Value('string'), 'timestamp': Value('int64'), 'helpful_vote': Value('int64'), 'verified_purchase': Value('bool'), 'category': Value('string'), 'review_date': Value('timestamp[s]')}
because column names don't match
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1816, in _prepare_split_single
for key, table in generator:
^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 613, in wrapped
for item in generator(*args, **kwargs):
~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
self._cast_table(pa_table, json_field_paths=json_field_paths),
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
raise CastError(
...<3 lines>...
)
datasets.table.CastError: Couldn't cast
Home_and_Kitchen: struct<all_reviews: int64, reviews_in_period: int64, reviews_in_period_with_text: int64, selected: i (... 5 chars omitted)
child 0, all_reviews: int64
child 1, reviews_in_period: int64
child 2, reviews_in_period_with_text: int64
child 3, selected: int64
Clothing_Shoes_and_Jewelry: struct<all_reviews: int64, reviews_in_period: int64, reviews_in_period_with_text: int64, selected: i (... 5 chars omitted)
child 0, all_reviews: int64
child 1, reviews_in_period: int64
child 2, reviews_in_period_with_text: int64
child 3, selected: int64
Electronics: struct<all_reviews: int64, reviews_in_period: int64, reviews_in_period_with_text: int64, selected: i (... 5 chars omitted)
child 0, all_reviews: int64
child 1, reviews_in_period: int64
child 2, reviews_in_period_with_text: int64
child 3, selected: int64
text: string
category: string
user_id: string
title: string
rating: double
asin: string
helpful_vote: int64
verified_purchase: bool
images: list<item: struct<small_image_url: string, medium_image_url: string, large_image_url: string, attach (... 19 chars omitted)
child 0, item: struct<small_image_url: string, medium_image_url: string, large_image_url: string, attachment_type: (... 7 chars omitted)
child 0, small_image_url: string
child 1, medium_image_url: string
child 2, large_image_url: string
child 3, attachment_type: string
review_date: timestamp[s]
parent_asin: string
timestamp: int64
to
{'rating': Value('float64'), 'title': Value('string'), 'text': Value('string'), 'images': List({'small_image_url': Value('string'), 'medium_image_url': Value('string'), 'large_image_url': Value('string'), 'attachment_type': Value('string')}), 'asin': Value('string'), 'parent_asin': Value('string'), 'user_id': Value('string'), 'timestamp': Value('int64'), 'helpful_vote': Value('int64'), 'verified_purchase': Value('bool'), 'category': Value('string'), 'review_date': Value('timestamp[s]')}
because column names don't match
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
~~~~~~~~~~~~~~~~~~~~~~~~~^
builder, max_dataset_size_bytes=max_dataset_size_bytes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
for job_id, done, content in self._prepare_split_single(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
):
^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1869, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
rating float64 | title string | text string | images list | asin string | parent_asin string | user_id string | timestamp int64 | helpful_vote int64 | verified_purchase bool | category string | review_date timestamp[s] |
|---|---|---|---|---|---|---|---|---|---|---|---|
3 | Arrived Damaged : liquid in hub locker! | Unfortunately Amazon in their wisdom (cough, cough) decided to ship the snowsuit in a vinyl bag with holes in it! There was no other bag to protect the snowsuit inside vinyl bag with all the holes. This is what happened: Arrived in hub locker. It was the very top locker. Opened it & pulled the pkg out getting a very... | [
{
"small_image_url": "https://m.media-amazon.com/images/I/710WrjJi+hL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/710WrjJi+hL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/710WrjJi+hL._SL1600_.jpg",
"attachment_type": "IMAGE"
},
{
"small_ima... | B096S6LZV4 | B09NSZ5QMF | AFKZENTNBQ7A7V7UXW5JJI6UGRYQ | 1,677,938,767,351 | 0 | true | Clothing_Shoes_and_Jewelry | 2023-03-04T00:00:00 |
5 | Adorable- My Son loves his shirt! Peace out single digits! | Came super fast and was a hit - went with his theme and he loves the shirt ! | [
{
"small_image_url": "https://m.media-amazon.com/images/I/71AHJPXgNWL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/71AHJPXgNWL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/71AHJPXgNWL._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B0B3ZCMVDK | B07TVHSDMQ | AGKASBHYZPGTEPO6LWZPVJWB2BVA | 1,665,060,712,748 | 0 | true | Clothing_Shoes_and_Jewelry | 2022-10-06T00:00:00 |
3 | Pink burgundy! Not red. | If you only care about the photos looking good then you could try this jacket. It’s definitely more of a burgundy pink color. In the photos it doesn’t show super pink… but it is burgundy not red! The hat in the photo is red but the photo doesn’t do it justice of the true color.<br />I give it 3 stars because the fit is... | [
{
"small_image_url": "https://m.media-amazon.com/images/I/7164v4GYzTL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/7164v4GYzTL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/7164v4GYzTL._SL1600_.jpg",
"attachment_type": "IMAGE"
},
{
"small_ima... | B08CGTNJNQ | B08CGL5F85 | AGCI7FAH4GL5FI65HYLKWTMFZ2CQ | 1,640,973,648,422 | 5 | true | Clothing_Shoes_and_Jewelry | 2021-12-31T00:00:00 |
3 | Way too big | I want to give this more stars because I love the style and skirt pattern but it is so big! My 10 month old is wearing 12 month clothes comfortably but the 12-18 month is huge and could fit a 2 year old. I attached a picture of the 12-18 month and the 18-24 month sizes to show that they are very similar in size. Disapp... | [
{
"small_image_url": "https://m.media-amazon.com/images/I/81Vqvfe2hpL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/81Vqvfe2hpL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/81Vqvfe2hpL._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B0983NLHF2 | B09BTPGYG8 | AE74DYR3QUGVPZJ3P7RFWBGIX7XQ | 1,661,225,181,640 | 1 | true | Clothing_Shoes_and_Jewelry | 2022-08-23T00:00:00 |
5 | Comfy | They’re pricey but comfortable | [
{
"small_image_url": "https://m.media-amazon.com/images/I/C1A7jrrHjdS._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/C1A7jrrHjdS._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/C1A7jrrHjdS._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B07ZSBSNC4 | B09Y2TYH71 | AHVC23XPR4J63SSNSIRNG4H6AEWQ | 1,630,214,256,752 | 0 | true | Clothing_Shoes_and_Jewelry | 2021-08-29T00:00:00 |
2 | NOT 100% cotton | 45% and 55% Written in Chinese so I’m not sure what the materials are. | [
{
"small_image_url": "https://m.media-amazon.com/images/I/611VUjgPVTL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/611VUjgPVTL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/611VUjgPVTL._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B0BBR1RMF4 | B0C6G987VK | AGQW2VVGIE5EVX6QUHDBHJCAH6PQ | 1,669,412,803,943 | 7 | true | Clothing_Shoes_and_Jewelry | 2022-11-25T00:00:00 |
5 | Comfortable from day one,my go-to sandals for summer! | This pair is on their second summer and I have put them through the washing machine numerous times and air dry.they are still in excellent condition | [
{
"small_image_url": "https://m.media-amazon.com/images/I/8184z9lSAwL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/8184z9lSAwL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/8184z9lSAwL._SL1600_.jpg",
"attachment_type": "IMAGE"
},
{
"small_ima... | B087D8PLBX | B073XLK7FF | AFDERBL3G23J5U6HHQBAZLTREKOA | 1,658,600,062,459 | 4 | true | Clothing_Shoes_and_Jewelry | 2022-07-23T00:00:00 |
4 | Comfortable,warm and true to size | Great price and other reviews mentioned the buttons coming off but it appears they changed to elastic instead.They still look nice and I’m glad not to have to worry about losing buttons.Overall I would recommend! | [
{
"small_image_url": "https://m.media-amazon.com/images/I/61Uyo5qobPL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/61Uyo5qobPL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/61Uyo5qobPL._SL1600_.jpg",
"attachment_type": "IMAGE"
},
{
"small_ima... | B08HCGZ7VZ | B08HCGZ7VZ | AFDERBL3G23J5U6HHQBAZLTREKOA | 1,645,724,916,764 | 1 | true | Clothing_Shoes_and_Jewelry | 2022-02-24T00:00:00 |
5 | So happy fits perfect and flattering | The Ictive workout top does exactly what it should. I just joined a gym and was looking for flattering gear to wear and found it. The top isn't to tight around mid section, length is correct, and love the cut out in back. I highly recommend top I'm 38d fyi I'm ordering more and others from brand pictures aren't great 1... | [
{
"small_image_url": "https://m.media-amazon.com/images/I/71HOWIHyfCL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/71HOWIHyfCL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/71HOWIHyfCL._SL1600_.jpg",
"attachment_type": "IMAGE"
},
{
"small_ima... | B08YDWX6B7 | B08YDWX6B7 | AHGTHCERTEZUXNBLJ5SWHK2CDLXA | 1,656,372,778,146 | 0 | false | Clothing_Shoes_and_Jewelry | 2022-06-27T00:00:00 |
5 | Very Nice | Well made and sturdy enough for what it is intended for and this paisley matched my comforter for my bed perfectly. Ordered two more for family members. Excellent product and not overpriced! | [
{
"small_image_url": "https://m.media-amazon.com/images/I/71GqZe7P7qL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/71GqZe7P7qL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/71GqZe7P7qL._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B01J732NDC | B07H5G8D7R | AFEIN7QWSQ6EFW45LKD7ZOCSMLGQ | 1,640,758,290,535 | 0 | true | Clothing_Shoes_and_Jewelry | 2021-12-29T00:00:00 |
5 | Beautiful Watch | This OLEV timepiece is stunning. I originally purchased for my husband, but I will be keeping this one for myself. The diamonds just lit up my wrist. The quality speaks for itself. The Roman Numerals on the face give it a sense of nostalgia and beauty. To my surprise the watch came with two tools, so I can adjust... | [
{
"small_image_url": "https://m.media-amazon.com/images/I/81GCnH7+VxL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/81GCnH7+VxL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/81GCnH7+VxL._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B081XYLSWW | B081XZT5FX | AHOEIYJJHZ7ITX75BOFQYNXVVJQQ | 1,635,608,026,671 | 3 | false | Clothing_Shoes_and_Jewelry | 2021-10-30T00:00:00 |
2 | Arrived used | Item arrived dirty with a small scratch. It also does not match at all with the purse Amazon recommended with this wallet. | [
{
"small_image_url": "https://images-na.ssl-images-amazon.com/images/I/A1RjOpikZAL._SL256_.jpg",
"medium_image_url": "https://images-na.ssl-images-amazon.com/images/I/A1RjOpikZAL._SL800_.jpg",
"large_image_url": "https://images-na.ssl-images-amazon.com/images/I/A1RjOpikZAL._SL1600_.jpg",
"attachment... | B07CZDM1ZK | B07M9JDPCL | AEVPPTMG43C6GWSR7I2UGRQN7WFQ | 1,616,687,696,831 | 0 | true | Clothing_Shoes_and_Jewelry | 2021-03-25T00:00:00 |
5 | Beautiful Purse | Beautiful purse. I've the organization, size, and especially the color. | [
{
"small_image_url": "https://images-na.ssl-images-amazon.com/images/I/A1sSpazYaZL._SL256_.jpg",
"medium_image_url": "https://images-na.ssl-images-amazon.com/images/I/A1sSpazYaZL._SL800_.jpg",
"large_image_url": "https://images-na.ssl-images-amazon.com/images/I/A1sSpazYaZL._SL1600_.jpg",
"attachment... | B08CZQ7H3Y | B08CZQ7H3Y | AEVPPTMG43C6GWSR7I2UGRQN7WFQ | 1,616,686,998,652 | 3 | true | Clothing_Shoes_and_Jewelry | 2021-03-25T00:00:00 |
5 | Great for Summer! | These are so cute! The shoe laces are even paste, which is a great touch. These will look cute with casual summer outfits. They are comfortable.<br /><br />I usually wear a size 8 or 8.5 medium width in shoes (USA). These are slightly tight. Length a little short. A larger size might be too large. I am keeping t... | [
{
"small_image_url": "https://m.media-amazon.com/images/I/C1YdJ6jL+SS._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/C1YdJ6jL+SS._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/C1YdJ6jL+SS._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B0919MC1DG | B09NWJHBQV | AHREXOGQPZDA6354MHH4ETSF3MCQ | 1,628,365,181,623 | 0 | true | Clothing_Shoes_and_Jewelry | 2021-08-07T00:00:00 |
5 | Great style and comfort | This is a great little dress. It can be casual or dressed up. There are several color choices. The orange caught my eye.<br /><br />I am 5’4” and weigh about 170 lbs. I am large chested and have a belly. I ordered a large and it fit great. It even camouflages the belly.<br /><br />The material is nice. It isn’t ... | [
{
"small_image_url": "https://images-na.ssl-images-amazon.com/images/I/B10umBeanqS._SL256_.jpg",
"medium_image_url": "https://images-na.ssl-images-amazon.com/images/I/B10umBeanqS._SL800_.jpg",
"large_image_url": "https://images-na.ssl-images-amazon.com/images/I/B10umBeanqS._SL1600_.jpg",
"attachment... | B08B64PLWJ | B08Y8845XG | AHREXOGQPZDA6354MHH4ETSF3MCQ | 1,620,000,145,639 | 1 | true | Clothing_Shoes_and_Jewelry | 2021-05-03T00:00:00 |
4 | Nice | I needed this for a tea party. It was good for what I needed it for. Some of the flowers were bunched up on the crown, but otherwise it was fine. I was happy it fit around my head, as I have 36 inch faux locs. | [
{
"small_image_url": "https://m.media-amazon.com/images/I/514Tgn497hL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/514Tgn497hL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/514Tgn497hL._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B073G6BLCW | B073G6Q2NV | AEYORY2AVPMCPDV57CE337YU5LXA | 1,651,903,227,981 | 9 | true | Clothing_Shoes_and_Jewelry | 2022-05-07T00:00:00 |
5 | Buy it! | I gained weight during COVID and had to attend a Quinceañera. It was just fitted enough, and looked great with shapewear. I am 5’4, 240, 44DDD boobies. I got the XXL. The material is a little thick but I think it helps to be slimming. | [
{
"small_image_url": "https://images-na.ssl-images-amazon.com/images/I/71wCbhcvGZL._SL256_.jpg",
"medium_image_url": "https://images-na.ssl-images-amazon.com/images/I/71wCbhcvGZL._SL800_.jpg",
"large_image_url": "https://images-na.ssl-images-amazon.com/images/I/71wCbhcvGZL._SL1600_.jpg",
"attachment... | B01FQTSSP8 | B01FQTSSQM | AEYORY2AVPMCPDV57CE337YU5LXA | 1,622,476,980,626 | 1 | true | Clothing_Shoes_and_Jewelry | 2021-05-31T00:00:00 |
4 | Ok | I’m typically a size 16/18. I got the xl. I wasn’t expecting it to look like the picture, as a curvy IG Influencer brought me here and it didn’t look like the pic on her, But I wish I would have sized up. By the end of the day I had a small opening in the middle of the crotch of the pants. It’s still cute, but a bit mo... | [
{
"small_image_url": "https://images-na.ssl-images-amazon.com/images/I/81kgRmbbjLL._SL256_.jpg",
"medium_image_url": "https://images-na.ssl-images-amazon.com/images/I/81kgRmbbjLL._SL800_.jpg",
"large_image_url": "https://images-na.ssl-images-amazon.com/images/I/81kgRmbbjLL._SL1600_.jpg",
"attachment... | B08LCT6KHP | B08LCT6KHP | AEYORY2AVPMCPDV57CE337YU5LXA | 1,611,723,554,105 | 0 | true | Clothing_Shoes_and_Jewelry | 2021-01-27T00:00:00 |
5 | oil painting of Paris Passport cover | It is well made. I was looking for a passport cover that did not look like it held a passport. And this is a good one. In my purse it looks like a little photo album. The stitching around the edges is really nicely done. The passport fits nicely inside. The outside is easy to wipe off. The only thing I would change is ... | [
{
"small_image_url": "https://m.media-amazon.com/images/I/91ECZ9-O07L._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/91ECZ9-O07L._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/91ECZ9-O07L._SL1600_.jpg",
"attachment_type": "IMAGE"
},
{
"small_ima... | B0768GPMPV | B0768GPMPV | AE7Y5RLYIKHOZB5NKKOEKYG2SPSQ | 1,630,171,806,407 | 0 | true | Clothing_Shoes_and_Jewelry | 2021-08-28T00:00:00 |
5 | Senior 2021 Necklace gift | This necklace is beautiful. It is about the size of my thumb nail. The necklace is shinny, the little 0 has a stone in it that sparkles. You will not be sorry you bought this. It is really pretty. Comes with a little card, and a cleaning cloth. | [
{
"small_image_url": "https://images-na.ssl-images-amazon.com/images/I/91NuIEQilaL._SL256_.jpg",
"medium_image_url": "https://images-na.ssl-images-amazon.com/images/I/91NuIEQilaL._SL800_.jpg",
"large_image_url": "https://images-na.ssl-images-amazon.com/images/I/91NuIEQilaL._SL1600_.jpg",
"attachment... | B0929C1JDZ | B0925XKC7G | AE7Y5RLYIKHOZB5NKKOEKYG2SPSQ | 1,621,718,944,945 | 0 | true | Clothing_Shoes_and_Jewelry | 2021-05-22T00:00:00 |
5 | Wow!!! | These are soooo comfortable and adorable… thank you so much!!! | [
{
"small_image_url": "https://m.media-amazon.com/images/I/61FGjtBaTsL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/61FGjtBaTsL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/61FGjtBaTsL._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B07B2F13PT | B0BG17KS8B | AHX4XWVVQUKT3FCNWCVASDF4Q56Q | 1,645,732,854,902 | 3 | true | Clothing_Shoes_and_Jewelry | 2022-02-24T00:00:00 |
4 | gradient amber necklace | I purchased the longer 20" strand and this strand is a bit shorter than that and fits more like an 18" - and that is ok... super polishy... round beads. Twist closure. The necklace is NOT knotted between each bead... They actually look and feel like plastic beads but does come with a certificate of "authenticity"... i... | [
{
"small_image_url": "https://images-na.ssl-images-amazon.com/images/I/81W29M5o+oL._SL256_.jpg",
"medium_image_url": "https://images-na.ssl-images-amazon.com/images/I/81W29M5o+oL._SL800_.jpg",
"large_image_url": "https://images-na.ssl-images-amazon.com/images/I/81W29M5o+oL._SL1600_.jpg",
"attachment... | B084HMH3K5 | B0946R8MCS | AFZUK3MTBIBEDQOPAK3OATUOUKLA | 1,615,855,935,738 | 4 | true | Clothing_Shoes_and_Jewelry | 2021-03-16T00:00:00 |
4 | amber elastic bracelet | The color is lighter than I expected and I was really disappointed at the cheap cotton elastic. Including the knot that shows in the photo I have provided. Eh. The beads are roundish.. and unpolished as advertised. II prefer the more natural look of the unpolished amber. I have an average sized wrist and the bracel... | [
{
"small_image_url": "https://images-na.ssl-images-amazon.com/images/I/81-AA8cu1XL._SL256_.jpg",
"medium_image_url": "https://images-na.ssl-images-amazon.com/images/I/81-AA8cu1XL._SL800_.jpg",
"large_image_url": "https://images-na.ssl-images-amazon.com/images/I/81-AA8cu1XL._SL1600_.jpg",
"attachment... | B07KKHN942 | B07KKHM2LX | AFZUK3MTBIBEDQOPAK3OATUOUKLA | 1,615,855,604,116 | 4 | true | Clothing_Shoes_and_Jewelry | 2021-03-16T00:00:00 |
4 | amber gradient color bracelet | Unpolished, roundish amber beaded bracelet with gradient colors. Amber is very light and this bracelet is very light. I am disappointed by the cheap elastic band they are threaded on... It will not last for long. I guess you what you pay for.. but I was hoping for a bit better quality than a cotton elastic. I have ... | [
{
"small_image_url": "https://images-na.ssl-images-amazon.com/images/I/81eNRXQ06HL._SL256_.jpg",
"medium_image_url": "https://images-na.ssl-images-amazon.com/images/I/81eNRXQ06HL._SL800_.jpg",
"large_image_url": "https://images-na.ssl-images-amazon.com/images/I/81eNRXQ06HL._SL1600_.jpg",
"attachment... | B07KKFKNDD | B07KKFKNDD | AFZUK3MTBIBEDQOPAK3OATUOUKLA | 1,615,855,300,555 | 10 | true | Clothing_Shoes_and_Jewelry | 2021-03-16T00:00:00 |
5 | amber necklace | I love that between the amber beads, it is all individually knotted. It has a twist on clasp. Easy to put on and take off. It is a bit short and not actually an 18" fit... but it's not a choker either. I purchased it because I think amber is beautiful, and I am hopeful there may be some truth to the natural aspect ... | [
{
"small_image_url": "https://images-na.ssl-images-amazon.com/images/I/81Y3y8hhXUL._SL256_.jpg",
"medium_image_url": "https://images-na.ssl-images-amazon.com/images/I/81Y3y8hhXUL._SL800_.jpg",
"large_image_url": "https://images-na.ssl-images-amazon.com/images/I/81Y3y8hhXUL._SL1600_.jpg",
"attachment... | B08P1FS14J | B08P1FS14J | AFZUK3MTBIBEDQOPAK3OATUOUKLA | 1,615,854,630,939 | 5 | true | Clothing_Shoes_and_Jewelry | 2021-03-16T00:00:00 |
1 | derby hat | Horribly disappointed. I ignored other reviews that report the same as I am. Completely crushed, unrecoverable. I did attempt to steam correct, no luck. Arrived with one thin piece of brown paper that I assume was supposed to be inside the hat, it was outside the hat further crushing the design - particularly the s... | [
{
"small_image_url": "https://images-na.ssl-images-amazon.com/images/I/71LGKvT8AhL._SL256_.jpg",
"medium_image_url": "https://images-na.ssl-images-amazon.com/images/I/71LGKvT8AhL._SL800_.jpg",
"large_image_url": "https://images-na.ssl-images-amazon.com/images/I/71LGKvT8AhL._SL1600_.jpg",
"attachment... | B01BU25GGE | B01BU25GE6 | AFZUK3MTBIBEDQOPAK3OATUOUKLA | 1,615,644,654,705 | 3 | true | Clothing_Shoes_and_Jewelry | 2021-03-13T00:00:00 |
5 | magnetic initial eye glasses holder | This is an awesome option for holding my readers. I have tried the neck leashes... they don't stay on the temples.. they are annoying as you are wearing your readers. This broach is the perfect answer. I waited until I had used it several times on various materials to write my review.<br />PROS<br />- The magnet is ... | [
{
"small_image_url": "https://images-na.ssl-images-amazon.com/images/I/81jm4aJ+3bL._SL256_.jpg",
"medium_image_url": "https://images-na.ssl-images-amazon.com/images/I/81jm4aJ+3bL._SL800_.jpg",
"large_image_url": "https://images-na.ssl-images-amazon.com/images/I/81jm4aJ+3bL._SL1600_.jpg",
"attachment... | B078LXL4DN | B082TNZNLD | AFZUK3MTBIBEDQOPAK3OATUOUKLA | 1,610,038,617,520 | 0 | true | Clothing_Shoes_and_Jewelry | 2021-01-07T00:00:00 |
1 | Arrived crushed in a bag! | Great style and quality, except it is totally crushed and cannot be worn as it was shipped in a bag, by the seller! | [
{
"small_image_url": "https://m.media-amazon.com/images/I/71Ws70qWAlL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/71Ws70qWAlL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/71Ws70qWAlL._SL1600_.jpg",
"attachment_type": "IMAGE"
},
{
"small_ima... | B08V1F9LLN | B0B4MRJRQX | AE2TA5GQH4JI5RQ4W5H5PQOVYBGA | 1,638,976,683,332 | 0 | true | Clothing_Shoes_and_Jewelry | 2021-12-08T00:00:00 |
5 | So soft | I am 5’6” 144lbs. I ordered a small and it fits good. I gave 4/5 on flattering only because I don’t really think Sherpa sweaters are known to be “flattering” and very few people look like the model. It’s very soft and the color is true to got. I got the blue/gray and really like it. | [
{
"small_image_url": "https://m.media-amazon.com/images/I/71f2gLFd8qL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/71f2gLFd8qL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/71f2gLFd8qL._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B097T47TJ5 | B07FL7N6DY | AGFUJ3EGB7VTLV3ZMKEZVRJHPA5Q | 1,646,617,764,436 | 0 | true | Clothing_Shoes_and_Jewelry | 2022-03-07T00:00:00 |
1 | Looks cute, but beware! | The shirt is listed as being pink!<br />As you can see it is a very bright fuchsia color.<br />It is way too bright for me. This shirt is nylon, so it is very staticky. The sleeves and sleeve bands are very tight. I would not recommend this color nor the fabric of this shirt. | [
{
"small_image_url": "https://images-na.ssl-images-amazon.com/images/I/A1H6XEXv3XL._SL256_.jpg",
"medium_image_url": "https://images-na.ssl-images-amazon.com/images/I/A1H6XEXv3XL._SL800_.jpg",
"large_image_url": "https://images-na.ssl-images-amazon.com/images/I/A1H6XEXv3XL._SL1600_.jpg",
"attachment... | B07567YR3R | B074K2QX3M | AH5L7ILVA6HYLZOUZIQAWNHVVK3A | 1,619,738,071,983 | 2 | true | Clothing_Shoes_and_Jewelry | 2021-04-29T00:00:00 |
5 | Just what I needed! | This wristlet will hold a Samsung S21 with a case easily, I can carry my drivers license, debit card and some cash and off I go! So convenient when you don't want to carry your entire handbag for a quick trip to the gas station or to the store. Bought a key fob holder separately, so now I can attached my keys to the wr... | [
{
"small_image_url": "https://m.media-amazon.com/images/I/71P8zV5zTZL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/71P8zV5zTZL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/71P8zV5zTZL._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B0B2BXK3HL | B0BN91LDP6 | AFXDYTFXJLX4YG3UD7W23W7Z5Y4A | 1,667,741,357,799 | 2 | true | Clothing_Shoes_and_Jewelry | 2022-11-06T00:00:00 |
4 | Good quality! | Got a XL for my son and it was just a bit too short for his liking but other than that it’s great! | [
{
"small_image_url": "https://m.media-amazon.com/images/I/81MpNaro6xL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/81MpNaro6xL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/81MpNaro6xL._SL1600_.jpg",
"attachment_type": "IMAGE"
},
{
"small_ima... | B0BLGZL32L | B0BLGZL32L | AF2FTNKCY6XY67BKBUO4BNJRZ4XQ | 1,670,980,373,478 | 0 | true | Clothing_Shoes_and_Jewelry | 2022-12-14T00:00:00 |
5 | Good quality | These socks are comfy and good quality! No issues at all . Will definitely buy again. | [
{
"small_image_url": "https://images-na.ssl-images-amazon.com/images/I/C1B1NakadlS._SL256_.jpg",
"medium_image_url": "https://images-na.ssl-images-amazon.com/images/I/C1B1NakadlS._SL800_.jpg",
"large_image_url": "https://images-na.ssl-images-amazon.com/images/I/C1B1NakadlS._SL1600_.jpg",
"attachment... | B07F63NYWF | B0BBTV1QR8 | AF2FTNKCY6XY67BKBUO4BNJRZ4XQ | 1,614,105,699,719 | 0 | true | Clothing_Shoes_and_Jewelry | 2021-02-23T00:00:00 |
5 | Looks like the real thing | Medium sized expensive looking I get lots of comments how nice they are. I actually allergic to metal and buy gold. Now gold is very expensive and I purchased several pieces from amazon sellers, I am very pleased with their quality. | [
{
"small_image_url": "https://m.media-amazon.com/images/I/61QDs9BqSBL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/61QDs9BqSBL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/61QDs9BqSBL._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B00QJ4OC14 | B00QJ4OADY | AH3OG6QD6EDJGZRVCFKV4B66VWNQ | 1,647,108,253,524 | 0 | true | Clothing_Shoes_and_Jewelry | 2022-03-12T00:00:00 |
1 | Disappointed | The pants themselves are really cute but they have a huge stain and a small cut next to the stain I'm trying to make arrangements to return them | [
{
"small_image_url": "https://m.media-amazon.com/images/I/61avYnZYJ5L._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/61avYnZYJ5L._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/61avYnZYJ5L._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B08BNFSNYK | B07RNCV784 | AEJ7YMLHCINPAGLKM5AS45NZW7SQ | 1,657,752,914,860 | 2 | true | Clothing_Shoes_and_Jewelry | 2022-07-13T00:00:00 |
5 | Love this dress! Im short and round too lol | I love this dress. Keep in mind I’m short and round 5’3 250lbs and I did have to cut 6-7inch off the bottom and I just used some permanent hem tape along the bottom and voila! It was perfect. I could have sewed it too but hem tape was much easier and worked great and you would never know. Wore it to our Punta Cana trip... | [
{
"small_image_url": "https://m.media-amazon.com/images/I/81qgZvIr8WL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/81qgZvIr8WL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/81qgZvIr8WL._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B07JLS21VW | B08HJW6CV6 | AFVGL7HOHKHSR5N3EUAVLYSBZCTQ | 1,646,509,069,303 | 0 | true | Clothing_Shoes_and_Jewelry | 2022-03-05T00:00:00 |
4 | Love these | They’re very tight on my thighs and give me a thigh gap bc of how tight they are but they’re comfortable after wearing them for a few hours. I love the pastel purple and blue they’re my favorite. | [
{
"small_image_url": "https://m.media-amazon.com/images/I/71zKxsTpF7L._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/71zKxsTpF7L._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/71zKxsTpF7L._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B09BTFTM59 | B09STJY8ZR | AFSCQMP2EPYLGJN7OBTMEXCBE2OQ | 1,648,312,534,573 | 2 | true | Clothing_Shoes_and_Jewelry | 2022-03-26T00:00:00 |
2 | Weird material and super tight thin waist band | It’s a really odd material, not breathable at all and see through so definitely not squatproof. There’s an extremely thin band in the waist that’s extremely tight and cuts into my sides. I got a medium and I’m 5ft7 and 120lbs.(Grey pair)<br /><br />Bought the brown pair as well and they fit better than the grey and see... | [
{
"small_image_url": "https://m.media-amazon.com/images/I/71tjKzwDYvL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/71tjKzwDYvL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/71tjKzwDYvL._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B09GG7HQ4G | B08YDJ2PP3 | AFSCQMP2EPYLGJN7OBTMEXCBE2OQ | 1,635,773,468,912 | 0 | true | Clothing_Shoes_and_Jewelry | 2021-11-01T00:00:00 |
3 | Too narrow and automatic $10 (or up) restocking fee | Reebok Men's Royal Nylon Walking Shoe<br />-black/white swoosh-size 13-cost $65<br />Cons- 10% min restock fee-can go up to 100% is item returned very worn/damaged<br />-too narrow in forefoot and toe region<br />Pros-well packaged<br />-can with 2 sets of laces for color match<br />-midsole soft but outsole not soft ... | [
{
"small_image_url": "https://m.media-amazon.com/images/I/61JnW742fAL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/61JnW742fAL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/61JnW742fAL._SL1600_.jpg",
"attachment_type": "IMAGE"
},
{
"small_ima... | B01AOZPY3S | B0966P3L2X | AGYDZXXV32IH5YIDK5XSEC5UFIEQ | 1,642,333,245,905 | 0 | true | Clothing_Shoes_and_Jewelry | 2022-01-16T00:00:00 |
5 | Great shorts if you have nice calves to show off | These a great shorts, but I have thin calves/ankles, and just had a left below amputation, so just dont look good on me.<br />Material is quick dry and light. Shrinkage not an issue (polyester/spandex) and stretch. Side pockets have zippers, and left cargo pocket has hook loop closure. All are deep enough for a 6.5 in... | [
{
"small_image_url": "https://images-na.ssl-images-amazon.com/images/I/81dUBXz86BL._SL256_.jpg",
"medium_image_url": "https://images-na.ssl-images-amazon.com/images/I/81dUBXz86BL._SL800_.jpg",
"large_image_url": "https://images-na.ssl-images-amazon.com/images/I/81dUBXz86BL._SL1600_.jpg",
"attachment... | B0868SBMTB | B087QZJCGR | AGYDZXXV32IH5YIDK5XSEC5UFIEQ | 1,624,035,395,582 | 11 | true | Clothing_Shoes_and_Jewelry | 2021-06-18T00:00:00 |
1 | Total waste of money | The size is fine, and that’s the only positive thing I can say about these shorts. The fabric is see through and the stitching on these are so awful. They are supposed to have the paper bag style waist and the stitching is just all over the place along the waistband. I’ve purchased from the Milumia brand before and the... | [
{
"small_image_url": "https://images-na.ssl-images-amazon.com/images/I/B10EOWd84cS._SL256_.jpg",
"medium_image_url": "https://images-na.ssl-images-amazon.com/images/I/B10EOWd84cS._SL800_.jpg",
"large_image_url": "https://images-na.ssl-images-amazon.com/images/I/B10EOWd84cS._SL1600_.jpg",
"attachment... | B089LVJFXS | B089LVJFXS | AEH66QD7CSPM7ZVH7D7LRSA5HSNQ | 1,615,890,060,296 | 0 | false | Clothing_Shoes_and_Jewelry | 2021-03-16T00:00:00 |
4 | Actual colors not as expected based on photo | The photo for matte gray crystal makes the frames look much lighter, when in reality they are a dark gray. The lenses are also a very intense purple, which I was not expecting based on the photo. Other than color, the sunglasses themselves seem really solid. | [
{
"small_image_url": "https://images-na.ssl-images-amazon.com/images/I/B1wbzvpW24S._SL256_.jpg",
"medium_image_url": "https://images-na.ssl-images-amazon.com/images/I/B1wbzvpW24S._SL800_.jpg",
"large_image_url": "https://images-na.ssl-images-amazon.com/images/I/B1wbzvpW24S._SL1600_.jpg",
"attachment... | B07MY46B6H | B07R75CJ3R | AEDWRRZADBQDUTW7HBIWH4QSMUPQ | 1,624,219,478,131 | 3 | true | Clothing_Shoes_and_Jewelry | 2021-06-20T00:00:00 |
5 | Great for disc golf | Image is my second attempt at patching a massive toe hole. Probably should just buy a new pair... These lasted through 4 months of pretty intense disc golf. All told, probably 350 miles of running on trails, through creeks and mud, etc. Not to mention repeated torsion on the fabric in a way it wasn't designed for. Thro... | [
{
"small_image_url": "https://images-na.ssl-images-amazon.com/images/I/C1c0+MScoIS._SL256_.png",
"medium_image_url": "https://images-na.ssl-images-amazon.com/images/I/C1c0+MScoIS._SL800_.png",
"large_image_url": "https://images-na.ssl-images-amazon.com/images/I/C1c0+MScoIS._SL1600_.png",
"attachment... | B07VMGVK5D | B0C63ZMMGV | AEDWRRZADBQDUTW7HBIWH4QSMUPQ | 1,620,237,154,019 | 1 | true | Clothing_Shoes_and_Jewelry | 2021-05-05T00:00:00 |
5 | So comfortable and great fit! | I ordered an 11 and I love them! Very comfy while not making my toes sweat. These types of slippers are not meant to last all year. A couple of months and I buy a new pair. Especially at this great price! | [
{
"small_image_url": "https://m.media-amazon.com/images/I/C1FvhZ6VEvS._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/C1FvhZ6VEvS._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/C1FvhZ6VEvS._SL1600_.jpg",
"attachment_type": "IMAGE"
},
{
"small_ima... | B084Q4HQHP | B084Q4HQHP | AGUJA7GM3CHZGZTQORVA4V7TO6HQ | 1,628,618,504,817 | 0 | true | Clothing_Shoes_and_Jewelry | 2021-08-10T00:00:00 |
5 | Love, love, love! | Super lightweight, easy to slip on, breathable, and a fun pattern! Perfect for adding a splash of fun summer style while staying super comfy and cool.<br /><br />Fit is perfect, even with a wider foot. | [
{
"small_image_url": "https://images-na.ssl-images-amazon.com/images/I/A1y1Z0aZ1FL._SL256_.jpg",
"medium_image_url": "https://images-na.ssl-images-amazon.com/images/I/A1y1Z0aZ1FL._SL800_.jpg",
"large_image_url": "https://images-na.ssl-images-amazon.com/images/I/A1y1Z0aZ1FL._SL1600_.jpg",
"attachment... | B082YTDHDS | B082YTDHDS | AH4O5W3EM4CKQGHMBVTSPCJRYF7Q | 1,616,858,938,637 | 1 | true | Clothing_Shoes_and_Jewelry | 2021-03-27T00:00:00 |
1 | Very upset momma | Inside glass came shattered and made a mess every where with glass shards thru out the entire thing, santa gift to my daughter and was ruined | [
{
"small_image_url": "https://m.media-amazon.com/images/I/61MoSdcEMQL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/61MoSdcEMQL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/61MoSdcEMQL._SL1600_.jpg",
"attachment_type": "IMAGE"
},
{
"small_ima... | B07MZ2K3SH | B0BTM3NPVG | AHP7JZGBY57C6SQPZUNDIC6RYR4Q | 1,640,397,536,645 | 1 | true | Clothing_Shoes_and_Jewelry | 2021-12-25T00:00:00 |
5 | Exactly as pictured! | I couldn’t believe all it came with for the price! Such a better deal then any Walmart. My son wears glasses And can still wear the eyes and all the way they are made. This is a awesome costume! | [
{
"small_image_url": "https://m.media-amazon.com/images/I/71s8tfGUCUL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/71s8tfGUCUL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/71s8tfGUCUL._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B0B67L1K17 | B0B67JB6FB | AEWWDRHCN6DGQNJBGLFAMQIQ5WHQ | 1,666,234,810,704 | 0 | true | Clothing_Shoes_and_Jewelry | 2022-10-20T00:00:00 |
1 | Broken after wear | ***broken adter 4th wear, talk about the worst wedgie ever.***<br /><br /> This little miracle worker has given me my confidence back to wear a dress! I've put on about 20lbs this past year and I'm super self conscious about it, I have a wedding to go to soon and this body suit has given me the confidence to wear it in... | [
{
"small_image_url": "https://m.media-amazon.com/images/I/716TZyr5snL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/716TZyr5snL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/716TZyr5snL._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B08HCWX7KR | B08H4XN3PR | AH4CGRSYSW5CWLRGQYRZKNJBUPAA | 1,652,732,207,155 | 1 | true | Clothing_Shoes_and_Jewelry | 2022-05-16T00:00:00 |
5 | In LOVE | In LOVE with my newest Loungefly purchase. The bag is so well made and structured. Worth the price tag. Great to add to the collection! | [
{
"small_image_url": "https://m.media-amazon.com/images/I/81xCmGNCBrL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/81xCmGNCBrL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/81xCmGNCBrL._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B095MGYQK3 | B095MGYQK3 | AH4CGRSYSW5CWLRGQYRZKNJBUPAA | 1,652,385,568,865 | 0 | true | Clothing_Shoes_and_Jewelry | 2022-05-12T00:00:00 |
2 | It's super small, beware bigger sizes. | The red jacket is very poor quality material, the details are there but the quality of the material for the price is so wrong honestly, which I could get a better material for this, also it just feels very costumey I know technically it is a costume but it really puts one off when you are trying to cosplay this just fe... | [
{
"small_image_url": "https://m.media-amazon.com/images/I/51kJUCqRfcL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/51kJUCqRfcL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/51kJUCqRfcL._SL1600_.jpg",
"attachment_type": "IMAGE"
},
{
"small_ima... | B09B41GR24 | B09B445RCQ | AFA26DYXVLJYTYZ3KET77GE27N2A | 1,653,448,133,089 | 0 | true | Clothing_Shoes_and_Jewelry | 2022-05-25T00:00:00 |
2 | Bad quality fabric, do not fit properly. | These pants are super small and I ordered an XL sizing, they are definitely not for lounging but rather feel very thick and yet at the same time the fabric is light in that it doesn't cover from cold weather, they look super uncomfortable because of the material it is rough and looks very cheap, they feel almost like b... | [
{
"small_image_url": "https://images-na.ssl-images-amazon.com/images/I/813N2NNK1SL._SL256_.jpg",
"medium_image_url": "https://images-na.ssl-images-amazon.com/images/I/813N2NNK1SL._SL800_.jpg",
"large_image_url": "https://images-na.ssl-images-amazon.com/images/I/813N2NNK1SL._SL1600_.jpg",
"attachment... | B07V6TKDXK | B082KLXTBN | AFA26DYXVLJYTYZ3KET77GE27N2A | 1,621,564,666,509 | 7 | true | Clothing_Shoes_and_Jewelry | 2021-05-21T00:00:00 |
5 | Looks exactly like the picture! Great quality as well! | I actually saw something extremely similar to this at the mall but in glass quality it was super cute but the price was soo expensive much more than what it's really worth I really did not want to leave it because it looked so cool and fit really well with my outfit but because I was running low on cash decided to leav... | [
{
"small_image_url": "https://images-na.ssl-images-amazon.com/images/I/81gvNajrsTL._SL256_.jpg",
"medium_image_url": "https://images-na.ssl-images-amazon.com/images/I/81gvNajrsTL._SL800_.jpg",
"large_image_url": "https://images-na.ssl-images-amazon.com/images/I/81gvNajrsTL._SL1600_.jpg",
"attachment... | B08TLN22LP | B08TM4Z36C | AFA26DYXVLJYTYZ3KET77GE27N2A | 1,620,964,242,343 | 4 | true | Clothing_Shoes_and_Jewelry | 2021-05-14T00:00:00 |
2 | Already wearing down with approximately 6 months of use | UPDATE: There is no way these last a year. They maybe will make it to 6 months. I'm about to hit month 5 (I bought these in may) and the inside behind my heel is completely worn down even though I'm wearing the right size. Any smaller and my toe would be constantly pressed against the steel toe portion. Definitely woul... | [
{
"small_image_url": "https://m.media-amazon.com/images/I/61Y1sAeRSdL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/61Y1sAeRSdL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/61Y1sAeRSdL._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B005BK5X06 | B007KYVIH8 | AF24UDV5GTGYDPK3G35ZFFQIUUKA | 1,660,324,564,990 | 0 | true | Clothing_Shoes_and_Jewelry | 2022-08-12T00:00:00 |
4 | Cute Mouse Ears! | What a cute pair of Minnie Mouse ears! I love the pink and iridescent look. The ears fit my large head fine, though I'm doubtful that I would be able to wear them all day. I tend to get annoyed with headbands after a while. The sequins are securely attached. I haven't noticed any shedding of them. There is a small blac... | [
{
"small_image_url": "https://m.media-amazon.com/images/I/71McsmehdPL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/71McsmehdPL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/71McsmehdPL._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B0B7QJ3LXD | B0BCH1TXD4 | AHV6QCNBJNSGLATP56JAWJ3C4G2A | 1,662,844,607,247 | 1 | false | Clothing_Shoes_and_Jewelry | 2022-09-10T00:00:00 |
4 | Cute Outfit! | This is a cute outfit by Disney. The screen printing is good. The fabric is soft. There are 3 pieces in this set - a bucket hat, short overalls and a t-shirt. I did find a lot of loose threads on the pieces, pictures included. If I was ordering this as a gift, I would feel compelled to get that all cleaned up first. Al... | [
{
"small_image_url": "https://m.media-amazon.com/images/I/718srQqUfwL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/718srQqUfwL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/718srQqUfwL._SL1600_.jpg",
"attachment_type": "IMAGE"
},
{
"small_ima... | B09CZDDV2P | B09CZH9JLL | AHV6QCNBJNSGLATP56JAWJ3C4G2A | 1,650,562,037,523 | 0 | false | Clothing_Shoes_and_Jewelry | 2022-04-21T00:00:00 |
1 | Awful!! | What awful shoes! I thought they would be cute and fun to wear this summer. And they probably would be if it wasn't for the shoddy construction. The sparkly jewels are glued onto the shoes. The shoes arrived in a plastic bag. They were attached to one another with an elastic string as well as one of those shoe hanging ... | [
{
"small_image_url": "https://m.media-amazon.com/images/I/81LSsJcWXOL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/81LSsJcWXOL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/81LSsJcWXOL._SL1600_.jpg",
"attachment_type": "IMAGE"
},
{
"small_ima... | B09P1YWX62 | B09P1XM261 | AHV6QCNBJNSGLATP56JAWJ3C4G2A | 1,649,094,537,633 | 2 | false | Clothing_Shoes_and_Jewelry | 2022-04-04T00:00:00 |
5 | Love!!! | My 19 year old daughter was very involved in the recent presidential election. She's definitely more politically aware than I ever was at her age. When I told her that I had ordered a t-shirt for her, she rolled her eyes at me and said she didn't need any more t-shirts. Then I showed her this and she literally squealed... | [
{
"small_image_url": "https://images-na.ssl-images-amazon.com/images/I/81Wdx4BL4sL._SL256_.jpg",
"medium_image_url": "https://images-na.ssl-images-amazon.com/images/I/81Wdx4BL4sL._SL800_.jpg",
"large_image_url": "https://images-na.ssl-images-amazon.com/images/I/81Wdx4BL4sL._SL1600_.jpg",
"attachment... | B08NYHY6B2 | B09TKGSW7T | AHV6QCNBJNSGLATP56JAWJ3C4G2A | 1,610,120,522,172 | 3 | false | Clothing_Shoes_and_Jewelry | 2021-01-08T00:00:00 |
1 | Terrible!!! | [[VIDEOID:5abe9f5aa8ea434e3761d1e9d248f64a]] Terrible product I will never buy again and the shoes are going back they showed up late and the plastic is ripping off the shoe the support is terrible and the Harley Davidson emblem on the bottom of the shoe pokes into the bottom of your when I walk. I will be returning th... | [
{
"small_image_url": "https://images-na.ssl-images-amazon.com/images/I/C1+pd7aW2kS._SL256_.jpg",
"medium_image_url": "https://images-na.ssl-images-amazon.com/images/I/C1+pd7aW2kS._SL800_.jpg",
"large_image_url": "https://images-na.ssl-images-amazon.com/images/I/C1+pd7aW2kS._SL1600_.jpg",
"attachment... | B013JMPPQY | B08NL3MSCJ | AH5APOJ6RSZCRQOCQ24R7IUO6YIA | 1,619,979,059,813 | 14 | true | Clothing_Shoes_and_Jewelry | 2021-05-02T00:00:00 |
5 | Best supporting role as a bra | I really love the bra just wish it fit better I ordered the correct size and it is a bit too small but it's beautiful well made and with the extender that it comes with it fits pretty close to what I wear. Very soft and plenty of support. Soft material. I will definitely buy this product again I just have to order one ... | [
{
"small_image_url": "https://images-na.ssl-images-amazon.com/images/I/91RflT01-NL._SL256_.jpg",
"medium_image_url": "https://images-na.ssl-images-amazon.com/images/I/91RflT01-NL._SL800_.jpg",
"large_image_url": "https://images-na.ssl-images-amazon.com/images/I/91RflT01-NL._SL1600_.jpg",
"attachment... | B084P8MRNQ | B07PWZXZVX | AH5APOJ6RSZCRQOCQ24R7IUO6YIA | 1,619,357,836,521 | 1 | true | Clothing_Shoes_and_Jewelry | 2021-04-25T00:00:00 |
5 | Beautiful | Shipped very quickly....When my phone told me that my package was in the mailbox I ran down and grabbed it and ran back upstairs to my apartment ripped it open and tried it on immediately. It went on beautifully, definitely smoothed out my stomach and gave my butt a lift. I bought it because my tummy just can't be flat... | [
{
"small_image_url": "https://images-na.ssl-images-amazon.com/images/I/91Ar13Te7PL._SL256_.jpg",
"medium_image_url": "https://images-na.ssl-images-amazon.com/images/I/91Ar13Te7PL._SL800_.jpg",
"large_image_url": "https://images-na.ssl-images-amazon.com/images/I/91Ar13Te7PL._SL1600_.jpg",
"attachment... | B06XXXM378 | B06XXMRM6H | AH5APOJ6RSZCRQOCQ24R7IUO6YIA | 1,618,507,411,045 | 0 | true | Clothing_Shoes_and_Jewelry | 2021-04-15T00:00:00 |
5 | My feet are so cozy..... | I ordered these socks on Amazon from the Laritta Store, five pair of wool socks for $11.99. Great price so I was a little skeptical because in the past I've ordered wool socks from other stores and they have not lived up to what I expected. When I opened my delivery I was pleasantly surprised to see that the packaging ... | [
{
"small_image_url": "https://images-na.ssl-images-amazon.com/images/I/91IrAWhHGFL._SL256_.jpg",
"medium_image_url": "https://images-na.ssl-images-amazon.com/images/I/91IrAWhHGFL._SL800_.jpg",
"large_image_url": "https://images-na.ssl-images-amazon.com/images/I/91IrAWhHGFL._SL1600_.jpg",
"attachment... | B07T8Y4L8G | B07T8Y4L8G | AH5APOJ6RSZCRQOCQ24R7IUO6YIA | 1,612,106,912,581 | 2 | true | Clothing_Shoes_and_Jewelry | 2021-01-31T00:00:00 |
2 | I washed it and it frayed and it cannot be fixed | Would not buy it again it’s a piece of crap | [
{
"small_image_url": "https://m.media-amazon.com/images/I/71X+k5LHO8L._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/71X+k5LHO8L._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/71X+k5LHO8L._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B08QYY45SG | B09KTSCYVS | AGYBOBPV47L6FRILNSZ7S6XFLPFA | 1,655,919,856,700 | 0 | false | Clothing_Shoes_and_Jewelry | 2022-06-22T00:00:00 |
5 | So beautiful! | This ring is absolutely stunning! It's very shiny and absolutely gorgeous in the light. It doesn't leave a green stain on my finger and feels very comfortable on my finger. I work in a research lab and it's held up great in gloves and with all of the chemicals I work with. I definitely recommend it. | [
{
"small_image_url": "https://m.media-amazon.com/images/I/71xoKBKiHtL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/71xoKBKiHtL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/71xoKBKiHtL._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B00U24CSWW | B0BXC571YW | AFDSRJI4H6E3MOECPASLGXO6EW4Q | 1,674,144,637,645 | 4 | true | Clothing_Shoes_and_Jewelry | 2023-01-19T00:00:00 |
5 | Super cute and good quality! | Received this suit today and it arrived cutely packaged in a little garment bag. The quality feels nice and of a thicker material that should last. No loose seams or stitching noticed. This suit is for my 9 year old, who wears children's size 10-12, but we ordered size 12/14. It's a tad big but still fits okay, she'll ... | [
{
"small_image_url": "https://images-na.ssl-images-amazon.com/images/I/A1ZmxapLE-L._SL256_.jpg",
"medium_image_url": "https://images-na.ssl-images-amazon.com/images/I/A1ZmxapLE-L._SL800_.jpg",
"large_image_url": "https://images-na.ssl-images-amazon.com/images/I/A1ZmxapLE-L._SL1600_.jpg",
"attachment... | B08L8XYVKB | B09YN9QDZS | AFTYGYAECGAWJRDXIIXSO3PZ45KA | 1,623,686,991,112 | 1 | true | Clothing_Shoes_and_Jewelry | 2021-06-14T00:00:00 |
1 | WAY TOO OPAQUE | The picture in ad is deceptive, it shows the writing very clearly visible through the plastic. I bought these two years ago in red and you could see the writing through them pretty well, although not as clearly as in the ad. I ordered them again and the ones I received the other day were so opaque you couldn't see the ... | [
{
"small_image_url": "https://m.media-amazon.com/images/I/21+OdLFJyjL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/21+OdLFJyjL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/21+OdLFJyjL._SL1600_.jpg",
"attachment_type": "IMAGE"
},
{
"small_ima... | B079FBQTP2 | B079TNKFWP | AE3LOM7QWQC2PDQJ3KDBWSTIAEXA | 1,676,258,862,237 | 1 | true | Clothing_Shoes_and_Jewelry | 2023-02-13T00:00:00 |
5 | Very pretty | Had a bit of trouble keeping it off my shoulders but it is nice and looks fabulous! | [
{
"small_image_url": "https://m.media-amazon.com/images/I/61qqhHgpvKL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/61qqhHgpvKL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/61qqhHgpvKL._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B07MN13F3X | B07DN7RZL3 | AH67BI7JTOFR35HMZYFVOEHM4CPQ | 1,669,924,219,157 | 0 | true | Clothing_Shoes_and_Jewelry | 2022-12-01T00:00:00 |
5 | Finally something I could use | It fits perfectly and so easy to put in. | [
{
"small_image_url": "https://m.media-amazon.com/images/I/51DnX9d+eZL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/51DnX9d+eZL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/51DnX9d+eZL._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B08HHXTRHS | B08HLR165Z | AH67BI7JTOFR35HMZYFVOEHM4CPQ | 1,669,923,816,675 | 1 | true | Clothing_Shoes_and_Jewelry | 2022-12-01T00:00:00 |
4 | Pretty good | I wore the tie choker on Halloween and it fit great no problems. One I tried on broke and one was too small. But good for smaller people and teens. | [
{
"small_image_url": "https://m.media-amazon.com/images/I/6158iM5Z12L._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/6158iM5Z12L._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/6158iM5Z12L._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B07HVR33KY | B0BDLSYY83 | AH67BI7JTOFR35HMZYFVOEHM4CPQ | 1,669,923,332,982 | 0 | true | Clothing_Shoes_and_Jewelry | 2022-12-01T00:00:00 |
5 | Pretty | I love it! Very nicely made. Not cheap at all. | [
{
"small_image_url": "https://m.media-amazon.com/images/I/614maaytGkL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/614maaytGkL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/614maaytGkL._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B097BPHHRD | B097BPNRX9 | AH67BI7JTOFR35HMZYFVOEHM4CPQ | 1,669,923,207,233 | 0 | true | Clothing_Shoes_and_Jewelry | 2022-12-01T00:00:00 |
5 | Love it | Absolutely 💯 love it amazing comfort | [
{
"small_image_url": "https://m.media-amazon.com/images/I/61eOYkG2xOL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/61eOYkG2xOL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/61eOYkG2xOL._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B0B3QML6DP | B0BPBJ437W | AFH6JVL73CZOVTQ2LR3IG27HRNKQ | 1,673,801,730,101 | 1 | true | Clothing_Shoes_and_Jewelry | 2023-01-15T00:00:00 |
5 | Feels and fits just like it should | Love carhartt always as expected | [
{
"small_image_url": "https://m.media-amazon.com/images/I/41KLTByh8dL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/41KLTByh8dL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/41KLTByh8dL._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B0B3PT9DWP | B0BR91DF8X | AFH6JVL73CZOVTQ2LR3IG27HRNKQ | 1,673,588,504,465 | 0 | true | Clothing_Shoes_and_Jewelry | 2023-01-13T00:00:00 |
5 | A lady who loves Carhartt | Carhartt you haven't done me wrong yet. Absolutely 💯 love this hoodie the green blue color for your logo on the sleeve Absolutely love the color you should use more of it..<br />Thanks Carhartt! | [
{
"small_image_url": "https://m.media-amazon.com/images/I/51YSA1rnbgL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/51YSA1rnbgL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/51YSA1rnbgL._SL1600_.jpg",
"attachment_type": "IMAGE"
},
{
"small_ima... | B075LZH3T3 | B08PFBX7S2 | AFH6JVL73CZOVTQ2LR3IG27HRNKQ | 1,673,209,711,247 | 0 | true | Clothing_Shoes_and_Jewelry | 2023-01-08T00:00:00 |
5 | Carhartt never fails to be amazing | I love the beanie its warm, comfortable and I've bought 2 now :) | [
{
"small_image_url": "https://m.media-amazon.com/images/I/41tpD-hDjDL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/41tpD-hDjDL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/41tpD-hDjDL._SL1600_.jpg",
"attachment_type": "IMAGE"
},
{
"small_ima... | B01C3LW2KO | B0C4YKLXPQ | AFH6JVL73CZOVTQ2LR3IG27HRNKQ | 1,673,193,437,761 | 0 | true | Clothing_Shoes_and_Jewelry | 2023-01-08T00:00:00 |
1 | Fell Apart | Only wore these a few times and they came apart at the seam. Very disappointed. | [
{
"small_image_url": "https://m.media-amazon.com/images/I/51o-0FYarJL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/51o-0FYarJL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/51o-0FYarJL._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B00OPE5N7M | B0C6665CH8 | AG2UEDPK43QC5AU6HZTCBANPW2FQ | 1,650,801,356,234 | 0 | true | Clothing_Shoes_and_Jewelry | 2022-04-24T00:00:00 |
5 | The right one | It took me days to find the right Tree of life pendant love it! But it Does turn quickly..a bit upsetting.. | [
{
"small_image_url": "https://images-na.ssl-images-amazon.com/images/I/71GItN7K4QL._SL256_.jpg",
"medium_image_url": "https://images-na.ssl-images-amazon.com/images/I/71GItN7K4QL._SL800_.jpg",
"large_image_url": "https://images-na.ssl-images-amazon.com/images/I/71GItN7K4QL._SL1600_.jpg",
"attachment... | B08PDG3D2S | B08PDG3D2S | AFAQU455OWWJBFAIRTUGZLXTLWCA | 1,612,945,918,058 | 0 | true | Clothing_Shoes_and_Jewelry | 2021-02-10T00:00:00 |
5 | Perfect for my project | These came just as described. They worked perfectly for my sister in laws wedding cake! | [
{
"small_image_url": "https://m.media-amazon.com/images/I/71mHc+wjXzL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/71mHc+wjXzL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/71mHc+wjXzL._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B07H263P8D | B07H25Z52V | AGVR7FBU3FB6EUMARQXE52OTBTIQ | 1,662,308,949,243 | 0 | true | Clothing_Shoes_and_Jewelry | 2022-09-04T00:00:00 |
5 | Beautiful, Comfortable, affordable | Exactly as described! They are mostly lace so I can barely tell I'm wearing it. It's so comfortable. I got a bralette from Victoria secret that was so good and decided to find some that didn't cost so much and I'm happy with the purchase I made. | [
{
"small_image_url": "https://images-na.ssl-images-amazon.com/images/I/C1Acw49-g-S._SL256_.jpg",
"medium_image_url": "https://images-na.ssl-images-amazon.com/images/I/C1Acw49-g-S._SL800_.jpg",
"large_image_url": "https://images-na.ssl-images-amazon.com/images/I/C1Acw49-g-S._SL1600_.jpg",
"attachment... | B08HS3QY8F | B08HS712ZB | AHCWHNTFHR4T2SG7JXIJOT5PA6NA | 1,610,654,677,616 | 0 | true | Clothing_Shoes_and_Jewelry | 2021-01-14T00:00:00 |
5 | Beautiful dress!! | The dresses looked beautiful on our girls. Worked well for the size diversity too. | [
{
"small_image_url": "https://m.media-amazon.com/images/I/61Vs8ioQflL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/61Vs8ioQflL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/61Vs8ioQflL._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B07PHSD1JS | B0BPM36XQ4 | AGTSSHKA4HTPDZJOYOVWQ3E6TXCQ | 1,665,423,911,650 | 0 | true | Clothing_Shoes_and_Jewelry | 2022-10-10T00:00:00 |
5 | Gift for my husband | This brand looks really good on my husband. He says they are very comfortable to wear and prefers wearing them over sweat pants even. I love the way they look on him. Not baggy and really flattering! | [
{
"small_image_url": "https://m.media-amazon.com/images/I/71R9K2G4N-L._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/71R9K2G4N-L._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/71R9K2G4N-L._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B00K1E04CY | B0BKJD3325 | AGTSSHKA4HTPDZJOYOVWQ3E6TXCQ | 1,663,084,517,692 | 1 | true | Clothing_Shoes_and_Jewelry | 2022-09-13T00:00:00 |
5 | Great for costume! | We all ordered for Storybook Character Day!! The Day the Crayons Quit!! | [
{
"small_image_url": "https://m.media-amazon.com/images/I/81VngAx5ZkL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/81VngAx5ZkL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/81VngAx5ZkL._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B08JK8S7LF | B07TVHSDMQ | AEIARIRYK2JJ7YHELWXQUFHJSI4A | 1,638,482,750,341 | 0 | true | Clothing_Shoes_and_Jewelry | 2021-12-02T00:00:00 |
5 | Great for heal strikers | I run about 6-7 miles most days of the week and go through a pair of shoes about every 3.5-4 months. I’ve been using Asics for the past 5 years, primarily the Gel Nimbus. These have close to the same cushion as the Gel Nimbus but what I like about these more is the heal is somewhat curved. Perfect for how I run, kind o... | [
{
"small_image_url": "https://m.media-amazon.com/images/I/61Wx6EVYgNL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/61Wx6EVYgNL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/61Wx6EVYgNL._SL1600_.jpg",
"attachment_type": "IMAGE"
},
{
"small_ima... | B0987VP2WD | B096CCZV6K | AFJBKPK5W56XWSNPQU2WW66ISWYQ | 1,652,329,561,963 | 1 | false | Clothing_Shoes_and_Jewelry | 2022-05-12T00:00:00 |
5 | Great running shoes | Great looking shoe that fits well. Plenty of cushion and extremely light weight. I’ve been using Asics for over 5 years now and have never wanted to switch. These are comparable to both quality and performance. Overall very please. Will be using these for running as well as casual wear. | [
{
"small_image_url": "https://m.media-amazon.com/images/I/717NMVloXPL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/717NMVloXPL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/717NMVloXPL._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B095196P9Y | B0BMLDMQH5 | AFJBKPK5W56XWSNPQU2WW66ISWYQ | 1,652,329,093,701 | 0 | false | Clothing_Shoes_and_Jewelry | 2022-05-12T00:00:00 |
4 | Nice shoes | Nice pair of shoes. They look pretty bland but I think that pairs well with a lot of things. I think the quality is a bit lacking as the back logo is crooked on one of the shoes. Size seems a tad big and they are a bit on the heaver side but the tred should last a long time. | [
{
"small_image_url": "https://m.media-amazon.com/images/I/61XUwluzmrL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/61XUwluzmrL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/61XUwluzmrL._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B099FN8CF9 | B099G4F1Z1 | AFJBKPK5W56XWSNPQU2WW66ISWYQ | 1,648,076,354,136 | 0 | false | Clothing_Shoes_and_Jewelry | 2022-03-23T00:00:00 |
4 | Nice but different than picture | Nice flannel top. I’d prob give it 3.5 stars but rounded up to 4. The pattern and colors are different than the picture. Has pink in it, but just black and white. Material is ok, lots of loose threads. Fits true to size and perfect for hiking when you need something light. | [
{
"small_image_url": "https://m.media-amazon.com/images/I/81HtAr8kv6L._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/81HtAr8kv6L._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/81HtAr8kv6L._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B09H5DFNMJ | B09MHC3F1Y | AFJBKPK5W56XWSNPQU2WW66ISWYQ | 1,638,116,712,642 | 0 | false | Clothing_Shoes_and_Jewelry | 2021-11-28T00:00:00 |
5 | Exceeded expectations | I was so nervous about taking these boots for their first hike. I went on a very steep hike with some vertical Boulder climbing. I was worried about slipping on the way down too. I didn’t slip once and had no blisters or soreness after wearing them for a long steep hike the first time. They have excellent traction, fee... | [
{
"small_image_url": "https://m.media-amazon.com/images/I/91yD6rmR7uL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/91yD6rmR7uL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/91yD6rmR7uL._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B098WPWZRL | B098XBVWVQ | AFJBKPK5W56XWSNPQU2WW66ISWYQ | 1,636,159,691,127 | 10 | false | Clothing_Shoes_and_Jewelry | 2021-11-06T00:00:00 |
4 | Pretty bit could be lighter steel color | Pretty colored earrings but color of stainless steel could be a bit lighter to make it more silvery looking. But overall nice earrings that are comfortable to wear and affordable. | [
{
"small_image_url": "https://images-na.ssl-images-amazon.com/images/I/71i6YH052LL._SL256_.jpg",
"medium_image_url": "https://images-na.ssl-images-amazon.com/images/I/71i6YH052LL._SL800_.jpg",
"large_image_url": "https://images-na.ssl-images-amazon.com/images/I/71i6YH052LL._SL1600_.jpg",
"attachment... | B08HQPWVCC | B08HQPWVCC | AFJBKPK5W56XWSNPQU2WW66ISWYQ | 1,618,793,053,135 | 0 | false | Clothing_Shoes_and_Jewelry | 2021-04-19T00:00:00 |
5 | Cute | Cute friendship bracelets. Easy to loosen and put on and tighten. Fun to give as a gift or mail one to a friend. | [
{
"small_image_url": "https://images-na.ssl-images-amazon.com/images/I/81Rztr3dxML._SL256_.jpg",
"medium_image_url": "https://images-na.ssl-images-amazon.com/images/I/81Rztr3dxML._SL800_.jpg",
"large_image_url": "https://images-na.ssl-images-amazon.com/images/I/81Rztr3dxML._SL1600_.jpg",
"attachment... | B08KXV2X79 | B08KXX6NLF | AFJBKPK5W56XWSNPQU2WW66ISWYQ | 1,611,859,942,959 | 0 | false | Clothing_Shoes_and_Jewelry | 2021-01-28T00:00:00 |
1 | NOT WOOD! Made of cheaper materials than promised in listing. | NOT WOOD! I paid more for this than entry level trunks due to the promise of wood construction. It arrived with a fist size hole that allowed me to see it has cardboard, or thin MDF construction. Why pay double, when the construction is no different? I hate being lied to. | [
{
"small_image_url": "https://images-na.ssl-images-amazon.com/images/I/A16DnMuikFL._SL256_.jpg",
"medium_image_url": "https://images-na.ssl-images-amazon.com/images/I/A16DnMuikFL._SL800_.jpg",
"large_image_url": "https://images-na.ssl-images-amazon.com/images/I/A16DnMuikFL._SL1600_.jpg",
"attachment... | B018Y29WTK | B018Y29WTK | AHBI5SLZDP3Q3LZPETJLCHQFGLUA | 1,618,595,170,419 | 5 | true | Clothing_Shoes_and_Jewelry | 2021-04-16T00:00:00 |
5 | Love them | Comfortable shoes from day 1, good quality and great looks.. | [
{
"small_image_url": "https://m.media-amazon.com/images/I/81H94avKoaL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/81H94avKoaL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/81H94avKoaL._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B07VFKY8NW | B07VFKY8N9 | AEMC6O7HQTSBW3WGYDN7KX7MLE2A | 1,642,339,298,181 | 0 | true | Clothing_Shoes_and_Jewelry | 2022-01-16T00:00:00 |
1 | Straps broke | Was worn for less than 5 minutes. | [
{
"small_image_url": "https://m.media-amazon.com/images/I/71B+0000+yL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/71B+0000+yL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/71B+0000+yL._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B08ZCJV6RK | B08ZCJV6RK | AFTWZJUP2224KGWPBCBBLHS7573A | 1,646,782,853,236 | 1 | true | Clothing_Shoes_and_Jewelry | 2022-03-08T00:00:00 |
5 | Great Value , adorable sandals! | These sandals are very comfortable, I’ve been wearing them for 6 hours now and I have no complaints. When I first put them on I was concerned because they were a bit tight in the width but once I wiggled into them they started to give immediately . Within 20 minutes of wearing them they were perfect! They didn’t leave ... | [
{
"small_image_url": "https://m.media-amazon.com/images/I/91m1sfySOCL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/91m1sfySOCL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/91m1sfySOCL._SL1600_.jpg",
"attachment_type": "IMAGE"
},
{
"small_ima... | B082NYPT2T | B0918ZJBC6 | AH5ZBPCVWAAGJCOPLXMFXD7PGIJQ | 1,628,817,349,167 | 2 | true | Clothing_Shoes_and_Jewelry | 2021-08-13T00:00:00 |
5 | Very sturdy, lightweight and super cute! | These glasses are my all time favorites! I’ve had them for two seasons now . Lightweight, affordable , extremely comfortable, low glare and very sturdy. Comes with a great case and cleaning cloth. Super cute ; so much so I’m ordering my second pair today . | [
{
"small_image_url": "https://images-na.ssl-images-amazon.com/images/I/B13QEBegZUS._SL256_.jpg",
"medium_image_url": "https://images-na.ssl-images-amazon.com/images/I/B13QEBegZUS._SL800_.jpg",
"large_image_url": "https://images-na.ssl-images-amazon.com/images/I/B13QEBegZUS._SL1600_.jpg",
"attachment... | B0796987PG | B0796987PG | AH5ZBPCVWAAGJCOPLXMFXD7PGIJQ | 1,614,358,346,974 | 0 | true | Clothing_Shoes_and_Jewelry | 2021-02-26T00:00:00 |
5 | Love them | I’ve wanted these for so many years and I love them. They look just like the picture. They are delicate so you have to be careful with them, but they are very pretty. | [
{
"small_image_url": "https://images-na.ssl-images-amazon.com/images/I/81cgoroohAL._SL256_.jpg",
"medium_image_url": "https://images-na.ssl-images-amazon.com/images/I/81cgoroohAL._SL800_.jpg",
"large_image_url": "https://images-na.ssl-images-amazon.com/images/I/81cgoroohAL._SL1600_.jpg",
"attachment... | B076F8DGPG | B076F8DGPG | AFUMP7GO4PZ3S6DLUBFPX6OK544A | 1,615,836,853,775 | 0 | true | Clothing_Shoes_and_Jewelry | 2021-03-15T00:00:00 |
5 | Perfect | The product is exactly as described, fits perfectly, and does their job very well. If you have cold arm's or hand these are just what you need. You can get them in a shorter size too. I highly recommend this product. | [
{
"small_image_url": "https://m.media-amazon.com/images/I/61oLjDoRC3L._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/61oLjDoRC3L._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/61oLjDoRC3L._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B07M5YQRSM | B07M5YQRSM | AHQ5LUB5SXGXMH3AQEYW67LDSL2A | 1,670,283,894,357 | 0 | true | Clothing_Shoes_and_Jewelry | 2022-12-05T00:00:00 |
1 | Defective velcro | Velcro stopped sticking. The prickly part wore out the soft side of velcro. I added velcro and it happened again. | [
{
"small_image_url": "https://m.media-amazon.com/images/I/71GOmVBJdtL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/71GOmVBJdtL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/71GOmVBJdtL._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B07LB3YWGT | B07TW1SBNB | AF3EZS3KE4ERLKYHQ3Y324EBQEIQ | 1,670,102,444,676 | 0 | true | Clothing_Shoes_and_Jewelry | 2022-12-03T00:00:00 |
5 | Second one purchased!! | These are adorable sweaters. I’ve bought two and will likely buy another. Casual or dressy look. | [
{
"small_image_url": "https://m.media-amazon.com/images/I/61UQaWmzzCL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/61UQaWmzzCL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/61UQaWmzzCL._SL1600_.jpg",
"attachment_type": "IMAGE"
},
{
"small_ima... | B08MPM5NWK | B0B97759VG | AHGL5IFUVGPK7GCXROL2QKGOJYLQ | 1,665,195,968,336 | 10 | true | Clothing_Shoes_and_Jewelry | 2022-10-08T00:00:00 |
3 | Saggy Crotch Area | The material is great and I love the overall look of these leggings but the crotch area has a weird amount of extra material so while your legs are tight and the waist is snug, the crotch area is saggy (in both front and back). The only way to “fix” it is to hike them up repeatedly so you kind of give yourself a wedgie... | [
{
"small_image_url": "https://m.media-amazon.com/images/I/81dcccF+S1L._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/81dcccF+S1L._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/81dcccF+S1L._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B089D27X1S | B089D27X1S | AHC5IMHOSWX536YGLYJUI2LDHJPA | 1,636,486,627,405 | 2 | true | Clothing_Shoes_and_Jewelry | 2021-11-09T00:00:00 |
5 | Good fit | I am a true size 6 in women’s shoes. I wear a 5.5 in tennis shoes. I ordered a 4.5-5 women size and it fits just right! | [
{
"small_image_url": "https://m.media-amazon.com/images/I/812yp9GkRtL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/812yp9GkRtL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/812yp9GkRtL._SL1600_.jpg",
"attachment_type": "IMAGE"
},
{
"small_ima... | B0B766332D | B09ZHS5Y7D | AGTITI6OKWPN2AVELIAJALJFX6NA | 1,667,690,810,172 | 2 | true | Clothing_Shoes_and_Jewelry | 2022-11-05T00:00:00 |
4 | It does what it’s supposed to | I bought these shorts specifically to wear under some of my shorter dresses in Summer, because the wind likes to blow them up sometimes, other times I want to ride my bike. I’m 5’2’’ 127lb and I wear a size 4 in jeans. I purchased the medium size based on reviews and they fit just right. Sometimes they feel bunched up ... | [
{
"small_image_url": "https://m.media-amazon.com/images/I/7169+I2RNzL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/7169+I2RNzL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/7169+I2RNzL._SL1600_.jpg",
"attachment_type": "IMAGE"
},
{
"small_ima... | B089SWFQMB | B09SHXCYPH | AGTITI6OKWPN2AVELIAJALJFX6NA | 1,654,440,694,168 | 1 | true | Clothing_Shoes_and_Jewelry | 2022-06-05T00:00:00 |
4 | Ok for the price | I’m 5’2’’ 125lb, small frame. I bought this gray top in a medium. The fit is just right for what I wanted so I’m glad I went with the M. The armpit area is pretty relaxed which is fine but I wasn’t expecting that. The collar is closer to the neck than I usually like but it’s pretty stretchy. I could pull it down to bre... | [
{
"small_image_url": "https://m.media-amazon.com/images/I/81txYNPzrRL._SL256_.jpg",
"medium_image_url": "https://m.media-amazon.com/images/I/81txYNPzrRL._SL800_.jpg",
"large_image_url": "https://m.media-amazon.com/images/I/81txYNPzrRL._SL1600_.jpg",
"attachment_type": "IMAGE"
}
] | B08LG63KCM | B08LG63KCM | AGTITI6OKWPN2AVELIAJALJFX6NA | 1,647,962,189,962 | 0 | true | Clothing_Shoes_and_Jewelry | 2022-03-22T00:00:00 |
End of preview.
No dataset card yet
- Downloads last month
- -