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: TypeError
Message: Couldn't cast array of type
struct<Material: string, Hair Type: string, Brand: string, Age Range (Description): string, Package Dimensions: string, UPC: string, Item Form: string, Item Volume: string, Special Feature: string, Is Discontinued By Manufacturer: string, Manufacturer: string, Reusability: string, Pattern: string, Shape: string, Unit Count: string, Extension Length: string, Material Feature: string, Number of Items: string, Use for: string, Item Weight: string, Country of Origin: string, Product Benefits: string, Skin Type: string, Product Dimensions: string, Item model number: string, Finish Type: string, Number of Pieces: string, Antenna: string, Color: string, Maximum Range: string, Item Dimensions LxWxH: string, Coverage: string, Skin Tone: string, Active Ingredients: string, Mounting Type: string, Style: string, Installation Type: string, Capacity: string, Room Type: string, Batteries: string, Liquid Volume: string, Scent: string, Handle Material: string, Flavor: string, Department: string, Size: string, Power Source: string, Package Information: string, Ferrule Material: string, Sun Protection: string, Type: string, Inner Material: string, Closure Type: string, Country/Region Of Origin: string, Water Resistance Level: string, Surface Recommendation: string, Compatible Material: string, Theme: string, Material Acrylic: string, : string, Item Package Quantity: string, Recommended Uses For Product: string, Embellishment: string, Operation Mode: string, Fabric Type: string, Dental Floss Typ
...
, Sheet Count: string, Part Number: string, Batteries Required?: string, Special Features: string, Batteries Included?: string, Form Factor: string, Connectivity Technology: string, Grit Number: string, Sub Brand: string, Sport: string, Band Width: string, Band Color: string, Band Size: string, Tank Volume: string, Base Type: string, Language: string, Finish types: string, Heater Surface Material: string, Is Product Expirable: string, Is Microwaveable: string, Surface Recommendation Plastic: string, Mounting Type Tabletop Mount: string, Metal Type: string, Assembly Required: string, Runtime: string, Auto Shutoff: string, Bristle Material: string, Compatible Phone Models: string, Bowl Material: string, Number of Batteries: string, Dosage Form: string, Sport Type: string, Band Material Type: string, Item Package Dimensions L x W x H: string, Package Weight: string, Item Dimensions LxWxH: string, Brand Name: string, Number of Sets: string, Switch Type: string, Number of Speeds: string, Optical Zoom: string, Screen Size: string, Real Angle of View: string, Strap Type: string, Compatible Devices: string, Microphone Form Factor: string, Number of pieces: string, Frame Type: string, Assembly required: string, Warranty Description: string, Batteries required: string, Seasons: string, Voltage: string, Formulation Type: string, Surface Recommendation Foil: string, Surface Recommendation nails: string, Genre: string, Number of Players: string, Item Length: string, Shape Oblong: string>
to
{'Brand': Value(dtype='string', id=None), 'Skin Type': Value(dtype='string', id=None), 'Finish Type': Value(dtype='string', id=None), 'Age Range (Description)': Value(dtype='string', id=None), 'Item Weight': Value(dtype='string', id=None), 'Product Dimensions': Value(dtype='string', id=None), 'Surface Recommendation': Value(dtype='string', id=None), 'Installation Type': Value(dtype='string', id=None), 'Reusability': Value(dtype='string', id=None), 'Pattern': Value(dtype='string', id=None), 'Shape': Value(dtype='string', id=None), 'Unit Count': Value(dtype='string', id=None), 'Number of Items': Value(dtype='string', id=None), 'Package Dimensions': Value(dtype='string', id=None), 'Item model number': Value(dtype='string', id=None), 'Recommended Uses For Product': Value(dtype='string', id=None), 'Hair Type': Value(dtype='string', id=None), 'Material': Value(dtype='string', id=None), 'Size': Value(dtype='string', id=None), 'Style': Value(dtype='string', id=None), 'Coverage': Value(dtype='string', id=None), 'UPC': Value(dtype='string', id=None), 'Manufacturer': Value(dtype='string', id=None), 'Item Form': Value(dtype='string', id=None), 'Scent': Value(dtype='string', id=None), 'Material Feature': Value(dtype='string', id=None), 'Material Type Free': Value(dtype='string', id=None), 'Is Discontinued By Manufacturer': Value(dtype='string', id=None), 'Active Ingredients': Value(dtype='string', id=None), 'Color': Value(dtype='string', id=None), 'Capacity': Value(dtype='string', id=None
...
g', id=None), 'Grit Number': Value(dtype='string', id=None), 'Shade Material': Value(dtype='string', id=None), 'Alcohol Content': Value(dtype='string', id=None), 'Sterility Rating': Value(dtype='string', id=None), 'Form Factor': Value(dtype='string', id=None), 'Variety': Value(dtype='string', id=None), 'Connectivity Technology': Value(dtype='string', id=None), 'Total USB Ports': Value(dtype='string', id=None), 'Main Power Connector Type': Value(dtype='string', id=None), 'With Lid': Value(dtype='string', id=None), 'Item Hardness': Value(dtype='string', id=None), 'Screen Surface Description': Value(dtype='string', id=None), 'Clarity': Value(dtype='string', id=None), 'Blade Color': Value(dtype='string', id=None), 'Shell Type': Value(dtype='string', id=None), 'Number Of Pieces': Value(dtype='string', id=None), 'Charging Time': Value(dtype='string', id=None), 'Bristle Material': Value(dtype='string', id=None), 'Batteries required': Value(dtype='string', id=None), 'Import': Value(dtype='string', id=None), 'Frame Material': Value(dtype='string', id=None), 'Number of Speeds': Value(dtype='string', id=None), 'Connector Gender': Value(dtype='string', id=None), 'Handle Type': Value(dtype='string', id=None), 'Base Type': Value(dtype='string', id=None), 'Band Width': Value(dtype='string', id=None), 'Maximum Rotational Speed': Value(dtype='string', id=None), 'Year': Value(dtype='string', id=None), 'Item Length': Value(dtype='string', id=None), 'Sheet Count': Value(dtype='string', id=None)}
Traceback: Traceback (most recent call last):
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1871, in _prepare_split_single
writer.write_table(table)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 623, in write_table
pa_table = table_cast(pa_table, self._schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2293, in table_cast
return cast_table_to_schema(table, schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2246, in cast_table_to_schema
arrays = [
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2247, in <listcomp>
cast_array_to_feature(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1796, in wrapper
return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1796, in <listcomp>
return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2109, in cast_array_to_feature
raise TypeError(f"Couldn't cast array of type\n{_short_str(array.type)}\nto\n{_short_str(feature)}")
TypeError: Couldn't cast array of type
struct<Material: string, Hair Type: string, Brand: string, Age Range (Description): string, Package Dimensions: string, UPC: string, Item Form: string, Item Volume: string, Special Feature: string, Is Discontinued By Manufacturer: string, Manufacturer: string, Reusability: string, Pattern: string, Shape: string, Unit Count: string, Extension Length: string, Material Feature: string, Number of Items: string, Use for: string, Item Weight: string, Country of Origin: string, Product Benefits: string, Skin Type: string, Product Dimensions: string, Item model number: string, Finish Type: string, Number of Pieces: string, Antenna: string, Color: string, Maximum Range: string, Item Dimensions LxWxH: string, Coverage: string, Skin Tone: string, Active Ingredients: string, Mounting Type: string, Style: string, Installation Type: string, Capacity: string, Room Type: string, Batteries: string, Liquid Volume: string, Scent: string, Handle Material: string, Flavor: string, Department: string, Size: string, Power Source: string, Package Information: string, Ferrule Material: string, Sun Protection: string, Type: string, Inner Material: string, Closure Type: string, Country/Region Of Origin: string, Water Resistance Level: string, Surface Recommendation: string, Compatible Material: string, Theme: string, Material Acrylic: string, : string, Item Package Quantity: string, Recommended Uses For Product: string, Embellishment: string, Operation Mode: string, Fabric Type: string, Dental Floss Typ
...
, Sheet Count: string, Part Number: string, Batteries Required?: string, Special Features: string, Batteries Included?: string, Form Factor: string, Connectivity Technology: string, Grit Number: string, Sub Brand: string, Sport: string, Band Width: string, Band Color: string, Band Size: string, Tank Volume: string, Base Type: string, Language: string, Finish types: string, Heater Surface Material: string, Is Product Expirable: string, Is Microwaveable: string, Surface Recommendation Plastic: string, Mounting Type Tabletop Mount: string, Metal Type: string, Assembly Required: string, Runtime: string, Auto Shutoff: string, Bristle Material: string, Compatible Phone Models: string, Bowl Material: string, Number of Batteries: string, Dosage Form: string, Sport Type: string, Band Material Type: string, Item Package Dimensions L x W x H: string, Package Weight: string, Item Dimensions LxWxH: string, Brand Name: string, Number of Sets: string, Switch Type: string, Number of Speeds: string, Optical Zoom: string, Screen Size: string, Real Angle of View: string, Strap Type: string, Compatible Devices: string, Microphone Form Factor: string, Number of pieces: string, Frame Type: string, Assembly required: string, Warranty Description: string, Batteries required: string, Seasons: string, Voltage: string, Formulation Type: string, Surface Recommendation Foil: string, Surface Recommendation nails: string, Genre: string, Number of Players: string, Item Length: string, Shape Oblong: string>
to
{'Brand': Value(dtype='string', id=None), 'Skin Type': Value(dtype='string', id=None), 'Finish Type': Value(dtype='string', id=None), 'Age Range (Description)': Value(dtype='string', id=None), 'Item Weight': Value(dtype='string', id=None), 'Product Dimensions': Value(dtype='string', id=None), 'Surface Recommendation': Value(dtype='string', id=None), 'Installation Type': Value(dtype='string', id=None), 'Reusability': Value(dtype='string', id=None), 'Pattern': Value(dtype='string', id=None), 'Shape': Value(dtype='string', id=None), 'Unit Count': Value(dtype='string', id=None), 'Number of Items': Value(dtype='string', id=None), 'Package Dimensions': Value(dtype='string', id=None), 'Item model number': Value(dtype='string', id=None), 'Recommended Uses For Product': Value(dtype='string', id=None), 'Hair Type': Value(dtype='string', id=None), 'Material': Value(dtype='string', id=None), 'Size': Value(dtype='string', id=None), 'Style': Value(dtype='string', id=None), 'Coverage': Value(dtype='string', id=None), 'UPC': Value(dtype='string', id=None), 'Manufacturer': Value(dtype='string', id=None), 'Item Form': Value(dtype='string', id=None), 'Scent': Value(dtype='string', id=None), 'Material Feature': Value(dtype='string', id=None), 'Material Type Free': Value(dtype='string', id=None), 'Is Discontinued By Manufacturer': Value(dtype='string', id=None), 'Active Ingredients': Value(dtype='string', id=None), 'Color': Value(dtype='string', id=None), 'Capacity': Value(dtype='string', id=None
...
g', id=None), 'Grit Number': Value(dtype='string', id=None), 'Shade Material': Value(dtype='string', id=None), 'Alcohol Content': Value(dtype='string', id=None), 'Sterility Rating': Value(dtype='string', id=None), 'Form Factor': Value(dtype='string', id=None), 'Variety': Value(dtype='string', id=None), 'Connectivity Technology': Value(dtype='string', id=None), 'Total USB Ports': Value(dtype='string', id=None), 'Main Power Connector Type': Value(dtype='string', id=None), 'With Lid': Value(dtype='string', id=None), 'Item Hardness': Value(dtype='string', id=None), 'Screen Surface Description': Value(dtype='string', id=None), 'Clarity': Value(dtype='string', id=None), 'Blade Color': Value(dtype='string', id=None), 'Shell Type': Value(dtype='string', id=None), 'Number Of Pieces': Value(dtype='string', id=None), 'Charging Time': Value(dtype='string', id=None), 'Bristle Material': Value(dtype='string', id=None), 'Batteries required': Value(dtype='string', id=None), 'Import': Value(dtype='string', id=None), 'Frame Material': Value(dtype='string', id=None), 'Number of Speeds': Value(dtype='string', id=None), 'Connector Gender': Value(dtype='string', id=None), 'Handle Type': Value(dtype='string', id=None), 'Base Type': Value(dtype='string', id=None), 'Band Width': Value(dtype='string', id=None), 'Maximum Rotational Speed': Value(dtype='string', id=None), 'Year': Value(dtype='string', id=None), 'Item Length': Value(dtype='string', id=None), 'Sheet Count': Value(dtype='string', id=None)}
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 1433, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 989, in stream_convert_to_parquet
builder._prepare_split(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1742, in _prepare_split
for job_id, done, content in self._prepare_split_single(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1898, 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.
main_category string | title string | average_rating float64 | rating_number int64 | features sequence | description sequence | price null | images list | videos sequence | store string | categories sequence | details dict | parent_asin string | bought_together null |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
All Beauty | Howard LC0008 Leather Conditioner, 8-Ounce (4-Pack) | 4.8 | 10 | [] | [] | null | [
{
"thumb": "https://m.media-amazon.com/images/I/41qfjSfqNyL._SS40_.jpg",
"large": "https://m.media-amazon.com/images/I/41qfjSfqNyL.jpg",
"variant": "MAIN",
"hi_res": null
},
{
"thumb": "https://m.media-amazon.com/images/I/41w2yznfuZL._SS40_.jpg",
"large": "https://m.media-amazon.com/imag... | [] | Howard Products | [] | {
"Package Dimensions": "7.1 x 5.5 x 3 inches; 2.38 Pounds",
"UPC": "617390882781",
"Item Form": null,
"Skin Type": null,
"Brand": null,
"Age Range (Description)": null,
"Unit Count": null,
"Is Discontinued By Manufacturer": null,
"Item model number": null,
"Manufacturer": null,
"Finish Type": nul... | B01CUPMQZE | null |
All Beauty | Yes to Tomatoes Detoxifying Charcoal Cleanser (Pack of 2) with Charcoal Powder, Tomato Fruit Extract, and Gingko Biloba Leaf Extract, 5 fl. oz. | 4.5 | 3 | [] | [] | null | [
{
"thumb": "https://m.media-amazon.com/images/I/41b+11d5igL._SS40_.jpg",
"large": "https://m.media-amazon.com/images/I/41b+11d5igL.jpg",
"variant": "MAIN",
"hi_res": "https://m.media-amazon.com/images/I/71g1lP0pMbL._SL1500_.jpg"
},
{
"thumb": "https://m.media-amazon.com/images/I/41j2ocUzCtL.... | [] | Yes To | [] | {
"Package Dimensions": null,
"UPC": "653801351125",
"Item Form": "Powder",
"Skin Type": "Acne Prone",
"Brand": "Yes To",
"Age Range (Description)": "Adult",
"Unit Count": "10 Fl Oz",
"Is Discontinued By Manufacturer": "No",
"Item model number": "SG_B076WQZGPM_US",
"Manufacturer": "Yes to Tomatoes",... | B076WQZGPM | null |
All Beauty | Eye Patch Black Adult with Tie Band (6 Per Pack) | 4.4 | 26 | [] | [] | null | [
{
"thumb": "https://m.media-amazon.com/images/I/31bz+uqzWCL._SS40_.jpg",
"large": "https://m.media-amazon.com/images/I/31bz+uqzWCL.jpg",
"variant": "MAIN",
"hi_res": null
},
{
"thumb": "https://m.media-amazon.com/images/I/31bz+uqzWCL._SS40_.jpg",
"large": "https://m.media-amazon.com/imag... | [] | Levine Health Products | [] | {
"Package Dimensions": null,
"UPC": null,
"Item Form": null,
"Skin Type": null,
"Brand": null,
"Age Range (Description)": null,
"Unit Count": null,
"Is Discontinued By Manufacturer": null,
"Item model number": null,
"Manufacturer": "Levine Health Products",
"Finish Type": null,
"Product Benefit... | B000B658RI | null |
All Beauty | Tattoo Eyebrow Stickers, Waterproof Eyebrow, 4D Imitation Eyebrow Tattoos, 4D Hair-like Authentic Eyebrows Waterproof Long Lasting for Woman & Man Makeup Tool | 3.1 | 102 | [] | [] | null | [
{
"thumb": "https://m.media-amazon.com/images/I/515iwxdKS1L._SS40_.jpg",
"large": "https://m.media-amazon.com/images/I/515iwxdKS1L.jpg",
"variant": "MAIN",
"hi_res": "https://m.media-amazon.com/images/I/71GJhXQGvyL._SL1500_.jpg"
},
{
"thumb": "https://m.media-amazon.com/images/I/51ALSVnGDML.... | [] | Cherioll | [] | {
"Package Dimensions": "8.43 x 5.91 x 0.87 inches; 8.78 Ounces",
"UPC": null,
"Item Form": "Powder",
"Skin Type": "All",
"Brand": "Cherioll",
"Age Range (Description)": null,
"Unit Count": null,
"Is Discontinued By Manufacturer": null,
"Item model number": "eyebrow sticker001",
"Manufacturer": null... | B088FKY3VD | null |
All Beauty | Precision Plunger Bars for Cartridge Grips – 93mm – Bag of 10 Plungers | 4.3 | 7 | [
"Material: 304 Stainless Steel; Brass tip",
"Lengths Available: 88mm, 93mm, 98mm",
"Accepts cartridge needles with vice style tattoo machines",
"Works perfectly with Precision Disposable Soft Cartridge Grips",
"Price per one bag of 10 plungers"
] | [
"The Precision Plunger Bars are designed to work seamlessly with the Precision Disposable 1. 25\" Contoured Soft Cartridge Grips and the Precision Disposable 1\" Textured Soft Cartridge Grips to drive cartridge needles with vice style or standard tattoo machine setups. These plunger bars are manufactured from 304 S... | null | [
{
"thumb": "https://m.media-amazon.com/images/I/31TgqAZ8kQL._SS40_.jpg",
"large": "https://m.media-amazon.com/images/I/31TgqAZ8kQL.jpg",
"variant": "MAIN",
"hi_res": null
}
] | [] | Precision | [] | {
"Package Dimensions": null,
"UPC": "644287689178",
"Item Form": null,
"Skin Type": null,
"Brand": null,
"Age Range (Description)": null,
"Unit Count": null,
"Is Discontinued By Manufacturer": null,
"Item model number": null,
"Manufacturer": null,
"Finish Type": null,
"Product Benefits": null,
... | B07NGFDN6G | null |
All Beauty | Lurrose 100Pcs Full Cover Fake Toenails Artificial Transparent Nail Tips Nail Art for DIY | 3.7 | 35 | [
"The false toenails are durable with perfect length. You have the option to wear them long or clip them short, easy to trim and file them to in any length and shape you like.",
"ABS is kind of green enviromental material, and makes the nails durable, breathable, light even no pressure on your own nails.",
"Fit ... | [
"Description",
"The false toenails are durable with perfect length. You have the option to wear them long or clip them short, easy to trim and file them to in any length and shape you like. Plus, ABS is kind of green enviromental material, and makes the nails durable, breathable, light even no pressure on your ow... | null | [
{
"thumb": "https://m.media-amazon.com/images/I/31dlCd7tHSL._SS40_.jpg",
"large": "https://m.media-amazon.com/images/I/31dlCd7tHSL.jpg",
"variant": "MAIN",
"hi_res": "https://m.media-amazon.com/images/I/41a1Sj7Q20L._SL1005_.jpg"
},
{
"thumb": "https://m.media-amazon.com/images/I/31sLajrdHOL.... | [] | Lurrose | [] | {
"Package Dimensions": null,
"UPC": "799768026253",
"Item Form": null,
"Skin Type": null,
"Brand": "Lurrose",
"Age Range (Description)": null,
"Unit Count": null,
"Is Discontinued By Manufacturer": null,
"Item model number": null,
"Manufacturer": "Lurrose",
"Finish Type": null,
"Product Benefit... | B07G9GWFSM | null |
All Beauty | Stain Bonnet For Baby Bonnet Silk Sleep Cap For Toddler Child Shower Cap Teens Kids | 4.1 | 50 | [] | [] | null | [
{
"thumb": "https://m.media-amazon.com/images/I/51s4A5hDsPL._SS40_.jpg",
"large": "https://m.media-amazon.com/images/I/51s4A5hDsPL.jpg",
"variant": "MAIN",
"hi_res": "https://m.media-amazon.com/images/I/71jrogkcveL._SL1500_.jpg"
},
{
"thumb": "https://m.media-amazon.com/images/I/51mGQ66k8mS.... | [] | Edoneery | [] | {
"Package Dimensions": "10 x 5.79 x 0.75 inches; 0.63 Ounces",
"UPC": null,
"Item Form": null,
"Skin Type": null,
"Brand": "Edoneery",
"Age Range (Description)": null,
"Unit Count": null,
"Is Discontinued By Manufacturer": null,
"Item model number": null,
"Manufacturer": null,
"Finish Type": null... | B08XZ97HFY | null |
All Beauty | 50 Pieces False Eyelash Packaging Box Empty Eyelash Box Plastic Eyelash Storage Case with Glitter Paper and Clear Tray for Women Girls Eyelash (Holographic) | 3.8 | 32 | [] | [] | null | [
{
"thumb": "https://m.media-amazon.com/images/I/51SweLNm8bL._SS40_.jpg",
"large": "https://m.media-amazon.com/images/I/51SweLNm8bL.jpg",
"variant": "MAIN",
"hi_res": "https://m.media-amazon.com/images/I/810s1yPUJgL._SL1500_.jpg"
},
{
"thumb": "https://m.media-amazon.com/images/I/51s9ZONkn9L.... | [] | Maitys | [] | {
"Package Dimensions": "14.49 x 11.26 x 2.36 inches; 2.65 Pounds",
"UPC": null,
"Item Form": null,
"Skin Type": null,
"Brand": null,
"Age Range (Description)": null,
"Unit Count": null,
"Is Discontinued By Manufacturer": null,
"Item model number": null,
"Manufacturer": null,
"Finish Type": null,
... | B08DNQTTQK | null |
All Beauty | Gold extatic Musk EDT 90ml | 3.7 | 2 | [
"Extatic Balmain Gold Musk By Balmain Edt Spray 3 Oz"
] | [
"Edt spray 3 oz design house: balmain"
] | null | [
{
"thumb": "https://m.media-amazon.com/images/I/51AhKg3vsyL._SS40_.jpg",
"large": "https://m.media-amazon.com/images/I/51AhKg3vsyL.jpg",
"variant": "MAIN",
"hi_res": "https://m.media-amazon.com/images/I/9118ClZ71fL._SL1500_.jpg"
}
] | [] | Balmain | [] | {
"Package Dimensions": null,
"UPC": null,
"Item Form": "Spray",
"Skin Type": null,
"Brand": "Balmain",
"Age Range (Description)": "Adult",
"Unit Count": null,
"Is Discontinued By Manufacturer": "No",
"Item model number": "BA008A01",
"Manufacturer": "Balmain",
"Finish Type": null,
"Product Benef... | B01ERJEGS6 | null |
All Beauty | 4 Pieces Satin Bonnet Adjustable Sleep Cap Double Layer Printed Hair Bonnet Large Reversible Sleeping Silk Night Hair Cap for Women Natural Curly Hair (Floral, Flamingo, Flower) | 4.3 | 66 | [] | [] | null | [
{
"thumb": "https://m.media-amazon.com/images/I/61an2j0EYJL._SS40_.jpg",
"large": "https://m.media-amazon.com/images/I/61an2j0EYJL.jpg",
"variant": "MAIN",
"hi_res": "https://m.media-amazon.com/images/I/91PDRd5QhQL._SL1500_.jpg"
},
{
"thumb": "https://m.media-amazon.com/images/I/51bnYP7Y8bL.... | [] | Geyoga | [] | {
"Package Dimensions": "12.49 x 9.97 x 1.46 inches; 7.51 Ounces",
"UPC": null,
"Item Form": null,
"Skin Type": null,
"Brand": null,
"Age Range (Description)": null,
"Unit Count": null,
"Is Discontinued By Manufacturer": null,
"Item model number": null,
"Manufacturer": null,
"Finish Type": null,
... | B08P7LXKP7 | null |
All Beauty | Avon Big & False Lash Mascara - Brown/Black by Big & False Lash | 4 | 7 | [] | [] | null | [
{
"thumb": "https://m.media-amazon.com/images/I/41XPJfAY9ZL._SS40_.jpg",
"large": "https://m.media-amazon.com/images/I/41XPJfAY9ZL.jpg",
"variant": "MAIN",
"hi_res": "https://m.media-amazon.com/images/I/51TTTf0hZjL._SL1000_.jpg"
}
] | [] | AVON | [] | {
"Package Dimensions": "4.9 x 1 x 1 inches; 0.71 Ounces",
"UPC": "888761028828",
"Item Form": null,
"Skin Type": null,
"Brand": "AVON",
"Age Range (Description)": null,
"Unit Count": null,
"Is Discontinued By Manufacturer": "No",
"Item model number": null,
"Manufacturer": null,
"Finish Type": nul... | B01555WAOS | null |
All Beauty | Stainless Steel Beard Comb, Portable Fashionable Engraving Design Mustache Hair Comb for Beard Trimming Styling and Shaping | 4.1 | 15 | [] | [] | null | [
{
"thumb": "https://m.media-amazon.com/images/I/41snA9UcqLL._SS40_.jpg",
"large": "https://m.media-amazon.com/images/I/41snA9UcqLL.jpg",
"variant": "MAIN",
"hi_res": "https://m.media-amazon.com/images/I/614-X9xG+UL._SL1500_.jpg"
}
] | [] | Brrnoo | [] | {
"Package Dimensions": null,
"UPC": "798382032183",
"Item Form": null,
"Skin Type": null,
"Brand": "Brrnoo",
"Age Range (Description)": null,
"Unit Count": "1.00 Count",
"Is Discontinued By Manufacturer": "No",
"Item model number": null,
"Manufacturer": null,
"Finish Type": null,
"Product Benef... | B07GGYR3LJ | null |
All Beauty | Brand New Headrang Face line Contour V-line Machine | 3.3 | 4 | [] | [] | null | [
{
"thumb": "https://m.media-amazon.com/images/I/41OCbJEdwrL._SS40_.jpg",
"large": "https://m.media-amazon.com/images/I/41OCbJEdwrL.jpg",
"variant": "MAIN",
"hi_res": "https://m.media-amazon.com/images/I/61G2mBATagL._SL1117_.jpg"
},
{
"thumb": "https://m.media-amazon.com/images/I/41T4UVwhLOL.... | [] | null | [] | {
"Package Dimensions": "11.93 x 10.98 x 3.15 inches; 1.28 Pounds",
"UPC": "766166313001",
"Item Form": null,
"Skin Type": null,
"Brand": null,
"Age Range (Description)": null,
"Unit Count": null,
"Is Discontinued By Manufacturer": "No",
"Item model number": null,
"Manufacturer": null,
"Finish Typ... | B06XJZ7955 | null |
All Beauty | Loose Powder, 1.5oz Bottle Loose Face Powder, Translucent Tone Loose Face Powder, for Setting Makeup or as Foundation, Lightweight, Long Lasting | 4.2 | 22 | [] | [] | null | [
{
"thumb": "https://m.media-amazon.com/images/I/41vzqnEKs1L._SS40_.jpg",
"large": "https://m.media-amazon.com/images/I/41vzqnEKs1L.jpg",
"variant": "MAIN",
"hi_res": "https://m.media-amazon.com/images/I/619lCTWpuGL._SL1001_.jpg"
},
{
"thumb": "https://m.media-amazon.com/images/I/41gKzFVD7ZL.... | [] | GETMORE7 | [] | {
"Package Dimensions": null,
"UPC": null,
"Item Form": null,
"Skin Type": null,
"Brand": null,
"Age Range (Description)": null,
"Unit Count": null,
"Is Discontinued By Manufacturer": null,
"Item model number": null,
"Manufacturer": null,
"Finish Type": null,
"Product Benefits": null,
"Color":... | B07FVZVQKV | null |
All Beauty | Small MONEY CLIP Leather Wallet ID Bag Cash Holder Credit Card Cover Case Pouch | 3 | 6 | [
"Package:OPP",
"Step 1 : Open Clip and Put Money In",
"Step 2: Closed the Clip and Open it from the Other Sider",
"Step 3 : Amazing thing happen :) Your Money was binding on the Clip by itself :)"
] | [
"Description Small MONEY CLIP Leather Wallet ID Bag Cash Holder Credit Card Cover Case Pouch Package:OPP 1 pcs Can hold cash, bank card, postcard, and other cards Durable and light weight with Fashion Simple styling pretty outlook Bring few cards and little cash Go Out enjoy your time Do not need Heavy Wallet an... | null | [
{
"thumb": "https://m.media-amazon.com/images/I/41gK+K5o57L._SS40_.jpg",
"large": "https://m.media-amazon.com/images/I/41gK+K5o57L.jpg",
"variant": "MAIN",
"hi_res": null
}
] | [] | Buytra | [] | {
"Package Dimensions": null,
"UPC": "520661393605 702647481517",
"Item Form": null,
"Skin Type": null,
"Brand": null,
"Age Range (Description)": null,
"Unit Count": null,
"Is Discontinued By Manufacturer": null,
"Item model number": null,
"Manufacturer": "buytra",
"Finish Type": null,
"Product ... | B00FCQHYEW | null |
All Beauty | Nomade By Chloe | 4.2 | 8 | [] | [
"new"
] | null | [
{
"thumb": "https://m.media-amazon.com/images/I/31s8ho6gx-L._SS40_.jpg",
"large": "https://m.media-amazon.com/images/I/31s8ho6gx-L.jpg",
"variant": "MAIN",
"hi_res": "https://m.media-amazon.com/images/I/51iCK1FjFkL._SL1200_.jpg"
}
] | [] | Chloe | [] | {
"Package Dimensions": null,
"UPC": null,
"Item Form": null,
"Skin Type": null,
"Brand": "Chloe",
"Age Range (Description)": "Adult",
"Unit Count": null,
"Is Discontinued By Manufacturer": null,
"Item model number": "BF-3614228956567_Vendor",
"Manufacturer": null,
"Finish Type": null,
"Product ... | B07ZJW55Z5 | null |
All Beauty | BioMiracle StarDust Pixie Bubble Mask, Clarifying Foaming Face Mask with Green Tea and Apple, Carbonated Bubble Cupro Sheet Mask for Clear, Even Skin | 4.4 | 52 | [
"GENTLE ON THE SKIN - This bubble face mask contains soothing, nourishing ingredients, like Green Tea and Apple, to gently cleanse and clarify even the most sensitive skin.",
"IMPROVES SKIN TEXTURE - This clarifying foaming mask delivers a deep cleanse, minimizing fine lines and wrinkles for a glowing, even compl... | [
"This foaming pixie sheet mask is infused with nourishing ingredients that help to reduce dark spots and clarify your complexion. BioMiracle's innovative Cupro sheet mask helps to increase skin's absorption, locking in hydration and letting your skin reap the full benefits of this clarifying mask. The gentle carbon... | null | [
{
"thumb": "https://m.media-amazon.com/images/I/517i6trcbpS._SS40_.jpg",
"large": "https://m.media-amazon.com/images/I/517i6trcbpS.jpg",
"variant": "MAIN",
"hi_res": "https://m.media-amazon.com/images/I/71k7tLMTbQS._SL1500_.jpg"
},
{
"thumb": "https://m.media-amazon.com/images/I/41UrX9ypx1S.... | [] | BioMiracle | [] | {
"Package Dimensions": null,
"UPC": "810004100619",
"Item Form": "Sheet",
"Skin Type": "All",
"Brand": "BioMiracle",
"Age Range (Description)": null,
"Unit Count": null,
"Is Discontinued By Manufacturer": null,
"Item model number": "MIRA50",
"Manufacturer": "MJM Sourcing, LLC",
"Finish Type": nul... | B08X7JHQG5 | null |
All Beauty | PPY Eyelash Growth Serum – Natural Ingredients – Advanced Growth Formula – Strengthening Effect – Nourished and Moisturized Lashes (White Pack) | 3.9 | 114 | [] | [] | null | [
{
"thumb": "https://m.media-amazon.com/images/I/41yq3nUn6EL._SS40_.jpg",
"large": "https://m.media-amazon.com/images/I/41yq3nUn6EL.jpg",
"variant": "MAIN",
"hi_res": "https://m.media-amazon.com/images/I/615N6fkcn9L._SL1500_.jpg"
},
{
"thumb": "https://m.media-amazon.com/images/I/51SGg7l2S4L.... | [] | PPY | [] | {
"Package Dimensions": "4.45 x 1.14 x 0.91 inches; 1.06 Ounces",
"UPC": "785197223554",
"Item Form": null,
"Skin Type": null,
"Brand": "PPY",
"Age Range (Description)": null,
"Unit Count": null,
"Is Discontinued By Manufacturer": null,
"Item model number": null,
"Manufacturer": null,
"Finish Type... | B07WFSQXL5 | null |
All Beauty | Dingxiu (5Packs,24") Two Tone Jumbo Braid Ombre Braiding Hair Extensions Afro Box Braids Crochet Hair Synthetic Fiber Hair 100g/pack(24 Inch, 1B) | 3.6 | 3 | [] | [] | null | [
{
"thumb": "https://m.media-amazon.com/images/I/61rsgiGKvGL._SS40_.jpg",
"large": "https://m.media-amazon.com/images/I/61rsgiGKvGL.jpg",
"variant": "MAIN",
"hi_res": "https://m.media-amazon.com/images/I/71Jri3yhloL._SL1000_.jpg"
},
{
"thumb": "https://m.media-amazon.com/images/I/51k1YXdFAjL.... | [] | dingxiu | [] | {
"Package Dimensions": "13.2 x 4.8 x 4.1 inches; 1.1 Pounds",
"UPC": "712492909005",
"Item Form": null,
"Skin Type": null,
"Brand": null,
"Age Range (Description)": null,
"Unit Count": null,
"Is Discontinued By Manufacturer": "No",
"Item model number": null,
"Manufacturer": null,
"Finish Type": n... | B074SHN8YC | null |
All Beauty | Nadula Hair 10A Brazilian Body Wave U Part Human Hair Wigs For Black Women, 100% Unprocessed Virgin Body Wave Half U Shape Wig Middle Part Upart Remy Hair Wigs 150% Density Natural Color (18inch) | 3.6 | 11 | [] | [] | null | [
{
"thumb": "https://m.media-amazon.com/images/I/51FlJM3O4QL._SS40_.jpg",
"large": "https://m.media-amazon.com/images/I/51FlJM3O4QL.jpg",
"variant": "MAIN",
"hi_res": "https://m.media-amazon.com/images/I/71TdThR3dkL._SL1100_.jpg"
},
{
"thumb": "https://m.media-amazon.com/images/I/51yYfERDLOL.... | [] | Nadula | [] | {
"Package Dimensions": "10.63 x 6.97 x 3.11 inches; 11.57 Ounces",
"UPC": null,
"Item Form": null,
"Skin Type": null,
"Brand": "Nadula",
"Age Range (Description)": "Adult",
"Unit Count": null,
"Is Discontinued By Manufacturer": "No",
"Item model number": null,
"Manufacturer": null,
"Finish Type":... | B07MH4Z7J7 | null |
All Beauty | 2PC rainbow cloud bath bombs,Float on Water&Release Vivid Rainbow Color, Moisturize Dry Skin for women,Kids gift | 3.3 | 4 | [] | [] | null | [
{
"thumb": "https://m.media-amazon.com/images/I/41pS+Im242L._SS40_.jpg",
"large": "https://m.media-amazon.com/images/I/41pS+Im242L.jpg",
"variant": "MAIN",
"hi_res": "https://m.media-amazon.com/images/I/511F2HtJytL._SL1000_.jpg"
},
{
"thumb": "https://m.media-amazon.com/images/I/51-ngcBQBlL.... | [
{
"title": "2PC rainbow cloud bath bombs,Float on Water&Release Vivid Rainbow Color",
"url": "https://www.amazon.com/vdp/518d95dae7fa43e8a78cbc009290c421?ref=dp_vse_rvc_0",
"user_id": ""
}
] | null | [] | {
"Package Dimensions": "9.65 x 3.39 x 1.5 inches; 7.8 Ounces",
"UPC": null,
"Item Form": null,
"Skin Type": null,
"Brand": null,
"Age Range (Description)": null,
"Unit Count": null,
"Is Discontinued By Manufacturer": null,
"Item model number": null,
"Manufacturer": null,
"Finish Type": null,
"P... | B07R13ZSV5 | null |
All Beauty | Wixar Natural Sea Moss Soap - (2 PACK) - Lavender & Honey - Wildcrafted Irish Sea Moss - Cold Process Bar Soap - Scented With Premium Essential Oils - For Men and Women - Face & Body | 4.4 | 41 | [] | [] | null | [
{
"thumb": "https://m.media-amazon.com/images/I/51KtL0LgYJL._SS40_.jpg",
"large": "https://m.media-amazon.com/images/I/51KtL0LgYJL.jpg",
"variant": "MAIN",
"hi_res": "https://m.media-amazon.com/images/I/81ugegqeBkL._SL1500_.jpg"
},
{
"thumb": "https://m.media-amazon.com/images/I/51Q36aIyV4L.... | [] | WIXAR NATURALS | [] | {
"Package Dimensions": "4.21 x 2.52 x 1.89 inches; 7.05 Ounces",
"UPC": "618149310265",
"Item Form": "Bar",
"Skin Type": "Oily,Sensitive,All Skin Types",
"Brand": "WIXAR NATURALS",
"Age Range (Description)": null,
"Unit Count": null,
"Is Discontinued By Manufacturer": null,
"Item model number": null,... | B08BV6F6BC | null |
All Beauty | VIROCHEMISTRY Pheromones For Women (Elixir) - Elegant, Ultra Strength Organic Fragrance Body Perfume (1 Fl. Oz) | 3.7 | 33 | [
"🗽 SCIENTIFICALLY PROVEN! Scientifically Formulated Human Pheromone Blend for Women that Has Proven to Attract Men and Appeal to their Receptors. Packaging May Vary.",
"🎁 GREAT SMELLING! Irresistible Smelling Pheromone Perfume that Will Help Attract Men as Well as Smell Wonderful.",
"❤️ PROVEN INGREDIENTS! Pa... | [
"The Most Amazingly Effective and Fantastic Smelling Women Pheromone Perfume with Human Pheromones Available Anywhere, Hands Down.",
"“Elixir” – A Uniquely Blended Scent with Hints of Green Mandarin, Water Jasmine, Fiery Ginger Lily, Salted Vanilla, Sandalwood, Cashmere, and Ambergris.",
"ViroChemistry Pheromon... | null | [
{
"thumb": "https://m.media-amazon.com/images/I/41VRPR-NJzS._SS40_.jpg",
"large": "https://m.media-amazon.com/images/I/41VRPR-NJzS.jpg",
"variant": "MAIN",
"hi_res": "https://m.media-amazon.com/images/I/51xAVUQI9LS._SL1500_.jpg"
},
{
"thumb": "https://m.media-amazon.com/images/I/41zF24M39RL.... | [
{
"title": "VIROCHEMISTRY Pheromone Perfume To Attract Men",
"url": "https://www.amazon.com/vdp/dc7126b4c6ca4db1b60de56c02a84e00?ref=dp_vse_rvc_0",
"user_id": ""
},
{
"title": "Watch Before You Buy Raw & AlphaMale Pheromone Cologne",
"url": "https://www.amazon.com/vdp/0a2336ec1cc4445a8296af3... | VIROCHEMISTRY | [] | {
"Package Dimensions": "4.33 x 1.42 x 1.34 inches; 3.21 Ounces",
"UPC": "703230998214",
"Item Form": "Liquid",
"Skin Type": null,
"Brand": "VIROCHEMISTRY",
"Age Range (Description)": "Adult",
"Unit Count": null,
"Is Discontinued By Manufacturer": null,
"Item model number": null,
"Manufacturer": "VI... | B07X1TK3VS | null |
All Beauty | VeSunny 20" Clip in Hair Extensions Balayage Color #2 Dark Brown Fading to #6 Brown Highlights #18A Ash Blonde Balayage Clip in Double Weft Hair Extensions Real Human Hair 7Pcs 120G | 3 | 1 | [] | [] | null | [
{
"thumb": "https://m.media-amazon.com/images/I/51euogiTCZL._SS40_.jpg",
"large": "https://m.media-amazon.com/images/I/51euogiTCZL.jpg",
"variant": "MAIN",
"hi_res": "https://m.media-amazon.com/images/I/81OW9jlakcL._SL1500_.jpg"
},
{
"thumb": "https://m.media-amazon.com/images/I/51ne6tc6GML.... | [] | Ve Sunny | [] | {
"Package Dimensions": null,
"UPC": "799577980005",
"Item Form": null,
"Skin Type": null,
"Brand": "Ve Sunny",
"Age Range (Description)": null,
"Unit Count": null,
"Is Discontinued By Manufacturer": "No",
"Item model number": null,
"Manufacturer": null,
"Finish Type": null,
"Product Benefits": ... | B07MDP86Q4 | null |
All Beauty | TOODOO 8 Sets Mermaid Face Gems Glitter Sticker Rhinestone Bindis Crystal Face Tattoo Forehead Decorations for Women Favors (Delicate Pattern) | 4.1 | 13 | [
"Wide usage: you can put these gems on your face, forehead, eyebrows, cheeks, around your eyes, arms, hands or any other body parts, these face gems fit for many occasions, such as dress-up, costume party, festival party, ball, masquerade or crazy night on the town",
"Material: made of resin rhinestones, which is... | [
"Feature: Wide usage: You can put these gems on your face, forehead, eyebrows, cheeks, around your eyes, arms, hands or any other body parts, these face gems fit for many occasions, such as dress-up, costume party, festival party, ball, masquerade or crazy night on the town. How to use: Clean the place you want t... | null | [
{
"thumb": "https://m.media-amazon.com/images/I/51mmJACVheL._SS40_.jpg",
"large": "https://m.media-amazon.com/images/I/51mmJACVheL.jpg",
"variant": "MAIN",
"hi_res": "https://m.media-amazon.com/images/I/81lMslATIzL._SL1500_.jpg"
},
{
"thumb": "https://m.media-amazon.com/images/I/51iQ-vjmubL.... | [] | TOODOO | [] | {
"Package Dimensions": "9.96 x 6.81 x 1.22 inches; 3.36 Ounces",
"UPC": "710560338191",
"Item Form": null,
"Skin Type": null,
"Brand": "TOODOO",
"Age Range (Description)": "Adult",
"Unit Count": null,
"Is Discontinued By Manufacturer": "No",
"Item model number": null,
"Manufacturer": "TOODOO",
"F... | B07CV988JX | null |
All Beauty | muaowig Red Human Hair Bundles Body Wave Brazilian Remy Hair 3 Bundles Tow Tone Ombre Hair Bundle Red Hair Weave Dark Roots To Red Hair 3 Bundle 10 12 14 inch, 10.5822 Ounce | 3 | 1 | [] | [
"Hair Material: Brazilian Virgin Human Hair Bundle Red Color Hair Weft: Machine Double Weft, Tight and Neat Hair Color: 1B Red,Black to Red Hair Length:8-30 inch in Stock Hair Weight:100g(+-5g)/Pcs, 300g/Pack,3 Bundles Enough For Making A Full Head Hair Quality: Ture To Length,Soft and Full,No Smell,Shedding Tangle... | null | [
{
"thumb": "https://m.media-amazon.com/images/I/51PNpygpd+L._SS40_.jpg",
"large": "https://m.media-amazon.com/images/I/51PNpygpd+L.jpg",
"variant": "MAIN",
"hi_res": "https://m.media-amazon.com/images/I/71vad-XeuLL._SL1200_.jpg"
},
{
"thumb": "https://m.media-amazon.com/images/I/41-7jr3o5KL.... | [] | muaowig | [] | {
"Package Dimensions": null,
"UPC": "768645790365",
"Item Form": null,
"Skin Type": null,
"Brand": "muaowig",
"Age Range (Description)": null,
"Unit Count": null,
"Is Discontinued By Manufacturer": null,
"Item model number": null,
"Manufacturer": null,
"Finish Type": null,
"Product Benefits": n... | B0B77LDV4B | null |
All Beauty | 10 PCS Professional Hair Cutting Scissors 6.7inch Barber Thinning Scissors Hairdressing Shears Japanese Hair Cutting Shears Set with Cape Clips Comb for Barber Salon and Home 9010 Pink | 4.3 | 128 | [] | [] | null | [
{
"thumb": "https://m.media-amazon.com/images/I/41rJd4gyzsL._SS40_.jpg",
"large": "https://m.media-amazon.com/images/I/41rJd4gyzsL.jpg",
"variant": "MAIN",
"hi_res": "https://m.media-amazon.com/images/I/61DxBuSW9CL._SL1200_.jpg"
},
{
"thumb": "https://m.media-amazon.com/images/I/515qBtBiOlL.... | [] | Astraet | [] | {
"Package Dimensions": "9 x 6 x 2 inches; 9.59 Ounces",
"UPC": null,
"Item Form": null,
"Skin Type": null,
"Brand": "Astraet",
"Age Range (Description)": null,
"Unit Count": null,
"Is Discontinued By Manufacturer": null,
"Item model number": "HC9010",
"Manufacturer": "Acgocea",
"Finish Type": nul... | B088ZB4DTH | null |
All Beauty | Nail File, 12 Pcs Nail Files and Buffers 7 Steps Washable Emery Boards for Nails Professional Manicure Tools, Makeup Essential | 3.9 | 44 | [] | [] | null | [
{
"thumb": "https://m.media-amazon.com/images/I/51FkRyhgiQL._SS40_.jpg",
"large": "https://m.media-amazon.com/images/I/51FkRyhgiQL.jpg",
"variant": "MAIN",
"hi_res": "https://m.media-amazon.com/images/I/71OTfuQXlNL._SL1500_.jpg"
},
{
"thumb": "https://m.media-amazon.com/images/I/41kKFRPT+PL.... | [] | ELBT | [] | {
"Package Dimensions": null,
"UPC": "782901657087",
"Item Form": null,
"Skin Type": null,
"Brand": "ELBT",
"Age Range (Description)": null,
"Unit Count": "12.00 Count",
"Is Discontinued By Manufacturer": null,
"Item model number": null,
"Manufacturer": null,
"Finish Type": null,
"Product Benefi... | B086Y93JJC | null |
All Beauty | 7 Packs Deep Wave Crochet Hair 22 Inch Deep wave Twist Crochet Braid Low Tempreture Kanekalon Synthetic Hair Extensions (22"7Packs,1b) | 3.4 | 10 | [] | [] | null | [
{
"thumb": "https://m.media-amazon.com/images/I/51XC4vQ3bgL._SS40_.jpg",
"large": "https://m.media-amazon.com/images/I/51XC4vQ3bgL.jpg",
"variant": "MAIN",
"hi_res": "https://m.media-amazon.com/images/I/71aVcpK8QPL._SL1500_.jpg"
},
{
"thumb": "https://m.media-amazon.com/images/I/61SWI5+pYRL.... | [] | Yun Mei Hair | [] | {
"Package Dimensions": "17.76 x 7.87 x 2.17 inches; 1.02 Pounds",
"UPC": "711221192763",
"Item Form": null,
"Skin Type": null,
"Brand": "Yun Mei Hair",
"Age Range (Description)": null,
"Unit Count": null,
"Is Discontinued By Manufacturer": null,
"Item model number": null,
"Manufacturer": null,
"F... | B07Z818MLY | null |
All Beauty | Garnier Fructis Color Sealer, Instant, Lightweight Leave-In, Color Shield, For Color-Treated Hair, 6 oz. | 4.4 | 17 | [
"Seals In Color And Conditions For Extra Softness",
"Infused With Acai Berry And Grape Seed Oil",
"For Color Treated Hair",
"Lightweight Formula"
] | [
"Proven to stop dry-out. Fight fade-out. The lightweight formula, infused with acai berry and grape seed oil, instantly seals in color for longer-lasting vibrancy while improving manageability and delivering lasting softness. Uva and uvb protectant help protect hair. Garnier fructis color shield instant color seale... | null | [
{
"thumb": "https://m.media-amazon.com/images/I/41KkJee14KL._SS40_.jpg",
"large": "https://m.media-amazon.com/images/I/41KkJee14KL.jpg",
"variant": "MAIN",
"hi_res": "https://m.media-amazon.com/images/I/818Ufbthb-L._SL1500_.jpg"
},
{
"thumb": "https://m.media-amazon.com/images/I/41evoO2vSuL.... | [] | Garnier | [] | {
"Package Dimensions": null,
"UPC": "603084230662",
"Item Form": null,
"Skin Type": null,
"Brand": null,
"Age Range (Description)": null,
"Unit Count": null,
"Is Discontinued By Manufacturer": "No",
"Item model number": "K0814201",
"Manufacturer": "Garnier LLC",
"Finish Type": null,
"Product Be... | B004ZWH3XG | null |
All Beauty | BEWAVE Hair Brush Sponge Twist With Comb Hair Styling System Wave Barber Tool For Dreads Afro Locs Twist Curl Coil, 1 Pc | 4.2 | 24 | [] | [] | null | [
{
"thumb": "https://m.media-amazon.com/images/I/514LS7k4M6L._SS40_.jpg",
"large": "https://m.media-amazon.com/images/I/514LS7k4M6L.jpg",
"variant": "MAIN",
"hi_res": "https://m.media-amazon.com/images/I/61or2jYpBSL._SL1000_.jpg"
},
{
"thumb": "https://m.media-amazon.com/images/I/51p-mURWV8L.... | [] | BEWAVE | [] | {
"Package Dimensions": null,
"UPC": "606412981854",
"Item Form": null,
"Skin Type": null,
"Brand": "BEWAVE",
"Age Range (Description)": null,
"Unit Count": "1.00 Count",
"Is Discontinued By Manufacturer": "No",
"Item model number": null,
"Manufacturer": null,
"Finish Type": null,
"Product Benef... | B071DY8Z4B | null |
All Beauty | Zydeco Chop Chop Cajun Seasoning Base, 8 Ounce Resealable Bags (Pack of Two - 1 Pound Total) | 4.7 | 21 | [
"All Natural blend of Dehydrated Onion, Dehydrated Garlic, Dehydrated Red and Green Bell Pepper, Dehydrated Celery, Dehydrated Green Onion, and Dehydrated Parsley flakes",
"No MSG, No Salt Added and Gluten Free. Pack of Two 8 Ounce resealable bags (1 Pound total)",
"Use as a replacement for the Cajun Trinity - ... | [
"Zydeco Chop Chop is a blend of Dehydrated Onion, Dehydrated Garlic, Dehydrated Red and Green Bell Pepper, Dehydrated Celery, Dehydrated Green Onion, and Dehydrated Parsley flakes. Created from a rich tradition rooted deep in Cajun culture, Zydeco Chop Chop is already blended and ready to use in anything from tradi... | null | [
{
"thumb": "https://m.media-amazon.com/images/I/51hGpA1YYEL._SS40_.jpg",
"large": "https://m.media-amazon.com/images/I/51hGpA1YYEL.jpg",
"variant": "MAIN",
"hi_res": "https://m.media-amazon.com/images/I/71707mY6tkL._SL1318_.jpg"
}
] | [] | BORELTH | [] | {
"Package Dimensions": "9.61 x 7.17 x 3.07 inches; 1.41 Pounds",
"UPC": "736684086978",
"Item Form": null,
"Skin Type": null,
"Brand": null,
"Age Range (Description)": null,
"Unit Count": null,
"Is Discontinued By Manufacturer": null,
"Item model number": null,
"Manufacturer": "Zydeco Chop Chop",
... | B0BTLTVR1X | null |
All Beauty | Enjoy VOLUMIZING ELIXIR, Style (with Sleek Steel Pin Tail Comb) (8.8 oz) | 5 | 1 | [
"includes a Sleek Steel Pin Tail Comb for easy styling and separation of hair!",
"This formula styles effortlessly, adding density and texture to fine hair. Gives hair incredible body with long lasting hold.",
"DIRECTIONS FOR USE: On clean damp hair, squeeze a small amount into hands and emulsify",
"Apply to ... | [
"includes a Sleek Steel Pin Tail Comb for easy styling and separation of hair! This formula styles effortlessly, adding density and texture to fine hair. Gives hair incredible body with long lasting hold. DIRECTIONS FOR USE: On clean damp hair, squeeze a small amount into hands and emulsify. Apply to hair and s... | null | [
{
"thumb": "https://m.media-amazon.com/images/I/41D+LJwhpFL._SS40_.jpg",
"large": "https://m.media-amazon.com/images/I/41D+LJwhpFL.jpg",
"variant": "MAIN",
"hi_res": "https://m.media-amazon.com/images/I/712OdaB6xaL._SL1304_.jpg"
}
] | [] | Enjoy Hair Care Products | [] | {
"Package Dimensions": "8 x 2.2 x 1.8 inches; 8.8 Ounces",
"UPC": "600190915155",
"Item Form": null,
"Skin Type": null,
"Brand": null,
"Age Range (Description)": null,
"Unit Count": null,
"Is Discontinued By Manufacturer": "No",
"Item model number": null,
"Manufacturer": "Enjoy Hair Care Products",... | B07DRZLZQQ | null |
Premium Beauty | Suavecito X Breast Cancer Solutions - Original Hold Pomade | 4.8 | 52 | [] | [] | null | [
{
"thumb": "https://m.media-amazon.com/images/I/51F0qqqEpeS._SX38_SY50_CR,0,0,38,50_.jpg",
"large": "https://m.media-amazon.com/images/I/51F0qqqEpeS.jpg",
"variant": "MAIN",
"hi_res": "https://m.media-amazon.com/images/I/6190q86vmHS._SL1000_.jpg"
},
{
"thumb": "https://m.media-amazon.com/ima... | [] | null | [] | {
"Package Dimensions": "2.8 x 2.8 x 2.5 inches; 4.8 Ounces",
"UPC": "700645581833",
"Item Form": "Wax",
"Skin Type": null,
"Brand": "Suavecito",
"Age Range (Description)": null,
"Unit Count": null,
"Is Discontinued By Manufacturer": "No",
"Item model number": null,
"Manufacturer": "Suavecito",
"F... | B01LZXWCXM | null |
End of preview.
No dataset card yet
- Downloads last month
- 7