assistantResponse
stringlengths
11
1.6k
sub_category
stringlengths
4
34
title
stringlengths
14
531
userPrompt
stringlengths
52
569
functionList1
stringlengths
211
3.81k
category
stringlengths
3
31
functionList
stringlengths
130
5.92k
{'count': 30, 'quantity': 1, 'unit': 'pack', 'brand': 'HealthKart'}
vitamin c
healthkart glutathione with vitamin c & e, biotin, grape seed extract & alpha lipoic acid, 30 veg capsules
Extract the features from the title : healthkart glutathione with vitamin c & e, biotin, grape seed extract & alpha lipoic acid, 30 veg capsules
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['count', 'quantity', 'unit', 'brand']}}
vitamins & supplements
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['count', 'quantity', 'unit']}}
{'brand': 'onyx'}
tan enhancers & accelerators
onyx x-legs sunbed cream dark tanning lotion - body bronzer & tan accelerator - hair growth inhibitor & anti-cellulite oil
Extract the features from the title : onyx x-legs sunbed cream dark tanning lotion - body bronzer & tan accelerator - hair growth inhibitor & anti-cellulite oil
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['brand']}}
sun care & tanning
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['count', 'quantity', 'unit']}}
{'gender': 'women,men', 'prod_cat': 'hair removal', 'power source': 'manual', 'brand': 'qneek'}
epilators
qneek crystal hair eraser | magic painless hair remover for women and men | hair removal tool fast & easy for silky smooth skin | prevents ingrown hair & skin irritation | best alternative to razors, waxing, cream, epilator, trimmers ( multi-color )
Extract the features from the title : qneek crystal hair eraser | magic painless hair remover for women and men | hair removal tool fast & easy for silky smooth skin | prevents ingrown hair & skin irritation | best alternative to razors, waxing, cream, epilator, trimmers ( multi-color )
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'gender': {'type': 'array', 'description': 'gender used by', 'items': {'type': 'string', 'enum': ["['men'", " 'women']"]}}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'power source': {'type': 'array', 'description': 'product power source is', 'items': {'type': 'string', 'enum': ['[]']}}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['gender', 'prod_cat', 'power source', 'brand']}}
women shaving
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'gender': {'type': 'array', 'description': 'gender used by', 'items': {'type': 'string', 'enum': ['women', 'men']}}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'power source': {'type': 'array', 'description': 'product power source is', 'items': {'type': 'string', 'enum': ['corded electric', ' battery powered']}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['gender', 'prod_cat', 'power source', 'count', 'quantity', 'unit']}}
{'benefits': 'smoothening', 'hair type': '', 'item form': 'spray', 'count': 1, 'quantity': 2.4, 'unit': 'oz', 'brand': 'igk'}
hair sprays
igk good behavior spirulina protein smoothing spray travel, 2.4 oz., packaging may vary igk good behavior spirulina protein smoothing spray travel, 2.4 oz., packaging may vary
Extract the features from the title : igk good behavior spirulina protein smoothing spray travel, 2.4 oz., packaging may vary igk good behavior spirulina protein smoothing spray travel, 2.4 oz., packaging may vary
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benefits': {'type': 'array', 'description': 'benefits of prodcut', 'items': {'type': 'string', 'enum': ["['smoothening']"]}}, 'hair type': {'type': 'array', 'description': 'used for hair type', 'items': {'type': 'string', 'enum': ['[]']}}, 'item form': {'type': 'string', 'description': 'form of the product', 'enum': ['lotion', 'mousse', 'aerosol', 'balm', 'bar', 'brick', 'capsule', 'clay', 'crayon', 'cream', 'drop', 'flake', 'foam', 'gel', 'granule', 'gummy', 'liquid', 'loose leaves', 'lotion', 'mousse', 'oil', 'pad', 'paste', 'pen', 'pencil', 'pod', 'powder', 'serum', 'softgel', 'spray', 'stick', 'strip', 'syrup', 'tablet', 'teabags', 'wax', 'wipe']}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['benefits', 'hair type', 'item form', 'count', 'quantity', 'unit', 'brand']}}
hair care
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benefits': {'type': 'array', 'description': 'benefits of prodcut', 'items': {'type': 'string', 'enum': ['breakage control', 'color protection', 'conditioning', 'curl enhancing', 'damage control', 'detangle', 'firm hold', 'frizz control', 'hair growth', 'heat protection', 'high gloss', 'humidity resistant', 'hydrating', 'lengthening', 'moisturizing', 'nourishing', 'shape & hold', 'shine', 'smoothening', 'straightening', 'strengthening', 'uv protection', 'volumizing']}}, 'hair type': {'type': 'array', 'description': 'used for hair type', 'items': {'type': 'string', 'enum': ['curly', 'dry', 'fine', 'flyaway', 'natural', 'oily', 'dull', 'damaged', 'all hair', 'frizzy']}}, 'item form': {'type': 'string', 'description': 'form of the product', 'enum': ['lotion', 'mousse', 'aerosol', 'balm', 'bar', 'brick', 'capsule', 'clay', 'crayon', 'cream', 'drop', 'flake', 'foam', 'gel', 'granule', 'gummy', 'liquid', 'loose leaves', 'lotion', 'mousse', 'oil', 'pad', 'paste', 'pen', 'pencil', 'pod', 'powder', 'serum', 'softgel', 'spray', 'stick', 'strip', 'syrup', 'tablet', 'teabags', 'wax', 'wipe']}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['benefits', 'hair type', 'item form', 'count', 'quantity', 'unit']}}
{'benefits': 'softening,conditioning', 'item form': 'oil', 'material free': '', 'count': 4, 'quantity': 1, 'unit': 'pack', 'brand': 'Striking Viking'}
beard oils
striking viking beard oil 4 pack - softening and conditioning beard oil for men - citrus, vanilla, sandalwood, & cedarwood variety scents - enriched with argan, & jojoba oils striking viking beard oil 4 pack - softening and conditioning beard oil for men - citrus, vanilla, sandalwood, & cedarwood variety scents - enriched with argan, & jojoba oils
Extract the features from the title : striking viking beard oil 4 pack - softening and conditioning beard oil for men - citrus, vanilla, sandalwood, & cedarwood variety scents - enriched with argan, & jojoba oils striking viking beard oil 4 pack - softening and conditioning beard oil for men - citrus, vanilla, sandalwood, & cedarwood variety scents - enriched with argan, & jojoba oils
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benefits': {'type': 'array', 'description': 'benefits of prodcut', 'items': {'type': 'string', 'enum': ["[' smoothening'", " ' conditioning']"]}}, 'item form': {'type': 'string', 'description': 'form of the product', 'enum': ['lotion', ' mousse', 'aerosol', 'balm', 'bar', 'brick', 'capsule', 'clay', 'crayon', 'cream', 'drop', 'flake', 'foam', 'gel', 'granule', 'gummy', 'liquid', 'loose leaves', 'lotion', 'mousse', 'oil', 'pad', 'paste', 'pen', 'pencil', 'pod', 'powder', 'serum', 'softgel', 'spray', 'stick', 'strip', 'syrup', 'tablet', 'teabags', 'wax', 'wipe']}, 'material free': {'type': 'array', 'description': 'material free from', 'items': {'type': 'string', 'enum': ["[' palm oil free'", " ' oil free'", " 'mineral oil free'", " ' mineral oil free'", " 'oil free'", " 'palm oil free']"]}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['benefits', 'item form', 'material free', 'count', 'quantity', 'unit', 'brand']}}
face care
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benefits': {'type': 'array', 'description': 'benefits of prodcut', 'items': {'type': 'string', 'enum': ['anti-itch', ' conditioning', ' hair growth', ' moisturizing', ' shine', ' smoothening']}}, 'item form': {'type': 'string', 'description': 'form of the product', 'enum': ['lotion', ' mousse', 'aerosol', 'balm', 'bar', 'brick', 'capsule', 'clay', 'crayon', 'cream', 'drop', 'flake', 'foam', 'gel', 'granule', 'gummy', 'liquid', 'loose leaves', 'lotion', 'mousse', 'oil', 'pad', 'paste', 'pen', 'pencil', 'pod', 'powder', 'serum', 'softgel', 'spray', 'stick', 'strip', 'syrup', 'tablet', 'teabags', 'wax', 'wipe']}, 'material free': {'type': 'array', 'description': 'material free from', 'items': {'type': 'string', 'enum': ['alcohol free', ' aluminium free', ' aluminum free', ' ammonia free', ' animal by product free', ' animal fat free', ' artifical color free', ' artificial colour free', ' bpa free', ' butylparaben free', ' chemical free', ' chlorine free', ' dairy free', ' diethanolamine free', ' diethylamine (dea) free', ' docosahexaenoic acid (dha) free', ' dye free', ' flouride free', ' formaldehyde donor free', ' formaldehyde free', ' fragrance free', ' gluten free', ' lanolin free', ' latex free', ' methylchloroisothiazolinone (cmit) free', ' methylisothiazolinone (mit) free', ' microbead free', ' mineral oil free', ' nano mineral free', ' nonylphenol ethoxylate free', ' oil free', ' palm oil free', ' paraben free', ' paraffin free', ' petrochemical free', ' petroleum free', ' phosphate free', ' phthalate free', ' polyethylene glycol (peg) free', ' preservative free', ' propylene glycol (pg) free', ' propylene glycol free', ' propylparaben free', ' silicone free', ' sodium laureth sulfate (sles) free', ' sodium laureth sulfate free', ' sodium lauryl sulfate (sls) free', ' sodium lauryl sulfate free', ' soy free', ' sulfate free', ' sulphate free', ' synthetic color free', ' thc free', ' talc free', ' talcum free', ' teflon free', ' toluene free', ' triclosan free', ' triethanolamine (tea) free', ' wax free', 'acetone free', 'alcohol free', 'aluminium free', 'ammonia free', 'artificial colour free', 'bisphenol a (bpa) free', 'bisphenol a free', 'butylparaben free', 'chemical free', 'dye free', 'egg free', 'formaldehyde free', 'hypoallergenic', 'mineral oil free', 'oil free', 'pfoa free', 'palm oil free', 'paraben free', 'paraffin free', 'petrochemical free', 'petroleum free', 'phthalate free', 'plastic free', 'propylparaben free', 'silicone free', 'soap free', 'sodium laureth sulphate free', 'sulphate free']}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['benefits', 'item form', 'material free', 'count', 'quantity', 'unit']}}
{'count': 1, 'quantity': 112, 'unit': 'l', 'brand': 'Diversa'}
aquariums
diversa aquarium with led lid - professional fish tank - real original guardian glass, standard & bow front aquarium with led lid (112l (80x35x40cm)) diversa aquarium with led lid - professional fish tank - real original guardian glass, standard & bow front aquarium with led lid (112l (80x35x40cm))
Extract the features from the title : diversa aquarium with led lid - professional fish tank - real original guardian glass, standard & bow front aquarium with led lid (112l (80x35x40cm)) diversa aquarium with led lid - professional fish tank - real original guardian glass, standard & bow front aquarium with led lid (112l (80x35x40cm))
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['count', 'quantity', 'unit', 'brand']}}
other pets
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'included components': {'type': 'string', 'description': 'additional components in product', 'enum': ['filter']}, 'item shape': {'type': 'string', 'description': 'item shape', 'enum': ['rectangular', ' round', ' semicircular', ' square']}, 'special features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ['rimless', ' stackable', ' transparent']}}, 'target species': {'type': 'array', 'description': 'species can keep', 'items': {'type': 'string', 'enum': ['fish', ' turtle', ' hermit crab', ' shrimp']}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['included components', 'item shape', 'special features', 'target species', 'count', 'quantity', 'unit']}}
{'benifits': 'weight gain support', 'form': 'powder', 'container': 'bag', 'flavor': 'unflavored', 'count': 1, 'quantity': 22, 'unit': 'lbs', 'brand': 'MuscleTech'}
mass and weight gainers
muscletech mass tech extreme 22 lbs masstech gainer 22lbs weight gain
Extract the features from the title : muscletech mass tech extreme 22 lbs masstech gainer 22lbs weight gain
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benifits': {'type': 'array', 'description': 'benifits', 'items': {'type': 'string', 'enum': ["['weight loss support']"]}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['capsule', 'cream', 'gel', 'gummy', 'liquid', 'powder', 'tablet']}, 'container': {'type': 'string', 'description': 'container type', 'enum': ['bag', 'bottle', 'box', 'canister', 'jar', 'stick pack', 'tub']}, 'flavor': {'type': 'string', 'description': 'flavour of the product '}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['benifits', 'form', 'container', 'flavor', 'count', 'quantity', 'unit', 'brand']}}
mass gainer
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benifits': {'type': 'array', 'description': 'benifits', 'items': {'type': 'string', 'enum': ['anti-aging', 'brain health support', 'digestive health support', 'energy management', 'immune support', 'metabolism management', 'muscle growth', 'weight loss support']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['capsule', 'cream', 'gel', 'gummy', 'liquid', 'powder', 'tablet']}, 'container': {'type': 'string', 'description': 'container type', 'enum': ['bag', 'bottle', 'box', 'canister', 'jar', 'stick pack', 'tub']}, 'flavor': {'type': 'string', 'description': 'flavour of the product '}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['benifits', 'form', 'container', 'flavor', 'count', 'quantity', 'unit']}}
{'count': 1, 'quantity': 1, 'unit': 'piece', 'brand': 'Vornado'}
table fans
vornado pivot3c compact air circulator clip on fan with multi-surface mount, black
Extract the features from the title : vornado pivot3c compact air circulator clip on fan with multi-surface mount, black
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['count', 'quantity', 'unit', 'brand']}}
household fans
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['count', 'quantity', 'unit']}}
{'benifits': 'muscle growth', 'form': 'powder', 'container': 'bag', 'flavor': 'double chocolate', 'count': 10, 'quantity': 2.2, 'unit': 'kg', 'brand': 'Power Mania'}
mass and weight gainers
best seller [local ready stocks + halal certified] power mania mass gainer 2.2 kg, 10 servings (double chocolate) - bulking, mass gainer (halal certified, kkm approved) gain weight, muscle mass
Extract the features from the title : best seller [local ready stocks + halal certified] power mania mass gainer 2.2 kg, 10 servings (double chocolate) - bulking, mass gainer (halal certified, kkm approved) gain weight, muscle mass
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benifits': {'type': 'array', 'description': 'benifits', 'items': {'type': 'string', 'enum': ["['weight loss support'", " 'muscle growth']"]}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['capsule', 'cream', 'gel', 'gummy', 'liquid', 'powder', 'tablet']}, 'container': {'type': 'string', 'description': 'container type', 'enum': ['bag', 'bottle', 'box', 'canister', 'jar', 'stick pack', 'tub']}, 'flavor': {'type': 'string', 'description': 'flavour of the product '}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['benifits', 'form', 'container', 'flavor', 'count', 'quantity', 'unit', 'brand']}}
mass gainer
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benifits': {'type': 'array', 'description': 'benifits', 'items': {'type': 'string', 'enum': ['anti-aging', 'brain health support', 'digestive health support', 'energy management', 'immune support', 'metabolism management', 'muscle growth', 'weight loss support']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['capsule', 'cream', 'gel', 'gummy', 'liquid', 'powder', 'tablet']}, 'container': {'type': 'string', 'description': 'container type', 'enum': ['bag', 'bottle', 'box', 'canister', 'jar', 'stick pack', 'tub']}, 'flavor': {'type': 'string', 'description': 'flavour of the product '}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['benifits', 'form', 'container', 'flavor', 'count', 'quantity', 'unit']}}
{'benifits': 'weight management, plant-based protein', 'flavor': 'chocolate', 'count': 2, 'quantity': 500, 'unit': 'g', 'brand': 'Herbalife'}
meal replacement shake
herbalife formula 1 nutrition shake mix chocolate flavour for weight management plant-based protein |500 g, chocolate, pack of 2|
Extract the features from the title : herbalife formula 1 nutrition shake mix chocolate flavour for weight management plant-based protein |500 g, chocolate, pack of 2|
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benifits': {'type': 'string', 'description': 'get the list of benifits from title'}, 'flavor': {'type': 'string', 'description': 'flavour of the product '}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['benifits', 'flavor', 'count', 'quantity', 'unit', 'brand']}}
meal replacement shake
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benifits': {'type': 'string', 'description': 'get the list of benifits from title'}, 'flavor': {'type': 'string', 'description': 'flavour of the product '}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['benifits', 'flavor', 'count', 'quantity', 'unit']}}
{'wattage': 0, 'voltage': 0, 'material': 'plastic', 'prod_cat': 'toaster', 'brand': 'apeiron'}
sandwich makers
apeiron non-stick appam red and sandwich toaster black combo pack non-electric toaster
Extract the features from the title : apeiron non-stick appam red and sandwich toaster black combo pack non-electric toaster
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'wattage': {'type': 'integer', 'description': 'wattage'}, 'voltage': {'type': 'integer', 'description': 'operating volatge'}, 'material': {'type': 'string', 'description': 'material type', 'enum': ['stainless steel', ' plastic']}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['wattage', 'voltage', 'material', 'prod_cat', 'brand']}}
kitchen appliances
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'wattage': {'type': 'integer', 'description': 'wattage'}, 'voltage': {'type': 'integer', 'description': 'operating volatge'}, 'material': {'type': 'string', 'description': 'material type', 'enum': ['stainless steel', ' plastic']}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}}, 'required': ['wattage', 'voltage', 'material', 'prod_cat']}}
{'colour': 'multi', 'small kitchen appliances material': '', 'special features': '', 'count': 1, 'quantity': 4, 'unit': 'portion', 'brand': 'russell hobbs'}
sandwich toasters & panini presses
russell hobbs 24550 four portion deep fill toastie maker, multi
Extract the features from the title : russell hobbs 24550 four portion deep fill toastie maker, multi
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'colour': {'type': 'string', 'description': 'colour of the product'}, 'small kitchen appliances material': {'type': 'array', 'description': 'material used', 'items': {'type': 'string', 'enum': ['[]']}}, 'special features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ['[]']}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['colour', 'small kitchen appliances material', 'special features', 'count', 'quantity', 'unit', 'brand']}}
kitchen appliances
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'colour': {'type': 'string', 'description': 'colour of the product'}, 'small kitchen appliances material': {'type': 'array', 'description': 'material used', 'items': {'type': 'string', 'enum': ['metal', 'ceramic', 'plastic']}}, 'special features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ['cool touch', 'non stick coating', 'removable surface', 'temperature control']}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['colour', 'small kitchen appliances material', 'special features', 'count', 'quantity', 'unit']}}
{'burners': 2, 'material': 'stainless steel', 'isi cerified': True, 'ignition type': 'manual', 'prod_cat': 'gas stove', 'count': 1, 'quantity': 1, 'unit': 'pc', 'brand': 'khaitan'}
gas stoves
khaitan 2 burner vs2 smart stainless steel manual gas stove (silver) 1 year warranty (isi certified & bis approved)
Extract the features from the title : khaitan 2 burner vs2 smart stainless steel manual gas stove (silver) 1 year warranty (isi certified & bis approved)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'burners': {'type': 'integer', 'description': 'no of burners'}, 'material': {'type': 'string', 'description': 'the material of the stove', 'enum': ['brass', ' stainless steel', ' glass']}, 'isi cerified': {'type': 'boolean', 'description': 'certificatied or not'}, 'ignition type': {'type': 'string', 'description': 'ignition type', 'enum': ['auto', ' manual']}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['burners', 'material', 'isi cerified', 'ignition type', 'prod_cat', 'count', 'quantity', 'unit', 'brand']}}
npg
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'burners': {'type': 'integer', 'description': 'no of burners'}, 'material': {'type': 'string', 'description': 'the material of the stove', 'enum': ['brass', ' stainless steel', ' glass']}, 'ignition type': {'type': 'string', 'description': 'ignition type', 'enum': ['auto', ' manual']}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}}, 'required': ['burners', 'material', 'ignition type', 'prod_cat']}}
{'finish type': 'matte', 'package type': 'box', 'skin type': '', 'item form': 'kit', 'special features': 'long lasting,smudge proof', 'material features': '', 'material free': '', 'count': 1, 'quantity': 10, 'unit': 'stencils', 'brand': 'Cilrofelr'}
eyebrow colours
cilrofelr eyebrow stamp and stencil kit, one step eyebrow stamp and shaping kit with 10 eyebrow stencils, brow stamp kit blonde, long lasting, waterproof and smudge-proof cilrofelr eyebrow stamp and stencil kit, one step eyebrow stamp and shaping kit with 10 eyebrow stencils, brow stamp kit blonde, long lasting, waterproof and smudge-proof
Extract the features from the title : cilrofelr eyebrow stamp and stencil kit, one step eyebrow stamp and shaping kit with 10 eyebrow stencils, brow stamp kit blonde, long lasting, waterproof and smudge-proof cilrofelr eyebrow stamp and stencil kit, one step eyebrow stamp and shaping kit with 10 eyebrow stencils, brow stamp kit blonde, long lasting, waterproof and smudge-proof
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'finish type': {'type': 'string', 'description': 'finish type', 'enum': ['glossy', ' matte', ' natural', ' shimmery']}, 'package type': {'type': 'string', 'description': 'conatiner type', 'enum': ['bottle', ' box', ' tube']}, 'skin type': {'type': 'array', 'description': 'skin type used for', 'items': {'type': 'string', 'enum': ['[]']}}, 'item form': {'type': 'string', 'description': 'form of the product', 'enum': ['lotion', ' mousse', 'aerosol', 'balm', 'bar', 'brick', 'capsule', 'clay', 'crayon', 'cream', 'drop', 'flake', 'foam', 'gel', 'granule', 'gummy', 'liquid', 'loose leaves', 'lotion', 'mousse', 'oil', 'pad', 'paste', 'pen', 'pencil', 'pod', 'powder', 'serum', 'softgel', 'spray', 'stick', 'strip', 'syrup', 'tablet', 'teabags', 'wax', 'wipe']}, 'special features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ["['long lasting'", " ' smudge proof']"]}}, 'material features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ['[]']}}, 'material free': {'type': 'array', 'description': 'material free from', 'items': {'type': 'string', 'enum': ['[]']}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['finish type', 'package type', 'skin type', 'item form', 'special features', 'material features', 'material free', 'count', 'quantity', 'unit', 'brand']}}
eyes
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'finish type': {'type': 'string', 'description': 'finish type', 'enum': ['glossy', ' matte', ' natural', ' shimmery']}, 'package type': {'type': 'string', 'description': 'conatiner type', 'enum': ['bottle', ' box', ' tube']}, 'skin type': {'type': 'array', 'description': 'skin type used for', 'items': {'type': 'string', 'enum': ['dry', 'all', 'combination', 'normal', 'oily', 'sensitive', 'young']}}, 'item form': {'type': 'string', 'description': 'form of the product', 'enum': ['lotion', ' mousse', 'aerosol', 'balm', 'bar', 'brick', 'capsule', 'clay', 'crayon', 'cream', 'drop', 'flake', 'foam', 'gel', 'granule', 'gummy', 'liquid', 'loose leaves', 'lotion', 'mousse', 'oil', 'pad', 'paste', 'pen', 'pencil', 'pod', 'powder', 'serum', 'softgel', 'spray', 'stick', 'strip', 'syrup', 'tablet', 'teabags', 'wax', 'wipe']}, 'special features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ['long lasting', ' smudge proof', ' blendable', ' built in brush', ' double ended', ' filler', ' lightweight', ' reusable', ' temporary']}}, 'material features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ['cruelty free', ' certified organic', ' fragrance free', ' hypoallergenic', ' plant based', ' vegan']}}, 'material free': {'type': 'array', 'description': 'material free from', 'items': {'type': 'string', 'enum': ['alcohol free', ' aluminium free', ' aluminum free', ' ammonia free', ' animal by product free', ' animal fat free', ' artifical color free', ' artificial colour free', ' bpa free', ' butylparaben free', ' chemical free', ' chlorine free', ' dairy free', ' diethanolamine free', ' diethylamine (dea) free', ' docosahexaenoic acid (dha) free', ' dye free', ' flouride free', ' formaldehyde donor free', ' formaldehyde free', ' fragrance free', ' gluten free', ' lanolin free', ' latex free', ' methylchloroisothiazolinone (cmit) free', ' methylisothiazolinone (mit) free', ' microbead free', ' mineral oil free', ' nano mineral free', ' nonylphenol ethoxylate free', ' oil free', ' palm oil free', ' paraben free', ' paraffin free', ' petrochemical free', ' petroleum free', ' phosphate free', ' phthalate free', ' polyethylene glycol (peg) free', ' preservative free', ' propylene glycol (pg) free', ' propylene glycol free', ' propylparaben free', ' silicone free', ' sodium laureth sulfate (sles) free', ' sodium laureth sulfate free', ' sodium lauryl sulfate (sls) free', ' sodium lauryl sulfate free', ' soy free', ' sulfate free', ' sulphate free', ' synthetic color free', ' thc free', ' talc free', ' talcum free', ' teflon free', ' toluene free', ' triclosan free', ' triethanolamine (tea) free', ' wax free', 'acetone free', 'alcohol free', 'aluminium free', 'ammonia free', 'artificial colour free', 'bisphenol a (bpa) free', 'bisphenol a free', 'butylparaben free', 'chemical free', 'dye free', 'egg free', 'formaldehyde free', 'hypoallergenic', 'mineral oil free', 'oil free', 'pfoa free', 'palm oil free', 'paraben free', 'paraffin free', 'petrochemical free', 'petroleum free', 'phthalate free', 'plastic free', 'propylparaben free', 'silicone free', 'soap free', 'sodium laureth sulphate free', 'sulphate free']}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['finish type', 'package type', 'skin type', 'item form', 'special features', 'material features', 'material free', 'count', 'quantity', 'unit']}}
{'count': 1, 'quantity': 1, 'unit': 'pack', 'brand': 'Ciano'}
aquarium lights
ciano cla20 led fits aqua 20/30 and nexus 15 ciano cla20 led fits aqua 20/30 and nexus 15
Extract the features from the title : ciano cla20 led fits aqua 20/30 and nexus 15 ciano cla20 led fits aqua 20/30 and nexus 15
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['count', 'quantity', 'unit', 'brand']}}
other pets
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'finish type': {'type': 'string', 'description': 'light finish type', 'enum': ['brushed', ' painted']}, 'light fixture bulb compatibility': {'type': 'string', 'description': 'light compatibility', 'enum': ['cfl', ' fluorescent', ' infrared', ' led', ' neon']}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['finish type', 'light fixture bulb compatibility', 'count', 'quantity', 'unit']}}
{'finish type': 'natural', 'package type': 'tube', 'skin type': 'eyebrows', 'item form': 'pencil', 'special features': '', 'material features': '', 'material free': '', 'brand': 'Barry M Cosmetics'}
eyebrow colours
barry m cosmetics feather natural eyebrow defining pen/pencil, shade dark barry m cosmetics feather natural eyebrow defining pen/pencil, shade dark
Extract the features from the title : barry m cosmetics feather natural eyebrow defining pen/pencil, shade dark barry m cosmetics feather natural eyebrow defining pen/pencil, shade dark
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'finish type': {'type': 'string', 'description': 'finish type', 'enum': ['glossy', ' matte', ' natural', ' shimmery']}, 'package type': {'type': 'string', 'description': 'conatiner type', 'enum': ['bottle', ' box', ' tube']}, 'skin type': {'type': 'array', 'description': 'skin type used for', 'items': {'type': 'string', 'enum': ['[]']}}, 'item form': {'type': 'string', 'description': 'form of the product', 'enum': ['lotion', ' mousse', 'aerosol', 'balm', 'bar', 'brick', 'capsule', 'clay', 'crayon', 'cream', 'drop', 'flake', 'foam', 'gel', 'granule', 'gummy', 'liquid', 'loose leaves', 'lotion', 'mousse', 'oil', 'pad', 'paste', 'pen', 'pencil', 'pod', 'powder', 'serum', 'softgel', 'spray', 'stick', 'strip', 'syrup', 'tablet', 'teabags', 'wax', 'wipe']}, 'special features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ['[]']}}, 'material features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ['[]']}}, 'material free': {'type': 'array', 'description': 'material free from', 'items': {'type': 'string', 'enum': ['[]']}}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['finish type', 'package type', 'skin type', 'item form', 'special features', 'material features', 'material free', 'brand']}}
eyes
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'finish type': {'type': 'string', 'description': 'finish type', 'enum': ['glossy', ' matte', ' natural', ' shimmery']}, 'package type': {'type': 'string', 'description': 'conatiner type', 'enum': ['bottle', ' box', ' tube']}, 'skin type': {'type': 'array', 'description': 'skin type used for', 'items': {'type': 'string', 'enum': ['dry', 'all', 'combination', 'normal', 'oily', 'sensitive', 'young']}}, 'item form': {'type': 'string', 'description': 'form of the product', 'enum': ['lotion', ' mousse', 'aerosol', 'balm', 'bar', 'brick', 'capsule', 'clay', 'crayon', 'cream', 'drop', 'flake', 'foam', 'gel', 'granule', 'gummy', 'liquid', 'loose leaves', 'lotion', 'mousse', 'oil', 'pad', 'paste', 'pen', 'pencil', 'pod', 'powder', 'serum', 'softgel', 'spray', 'stick', 'strip', 'syrup', 'tablet', 'teabags', 'wax', 'wipe']}, 'special features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ['long lasting', ' smudge proof', ' blendable', ' built in brush', ' double ended', ' filler', ' lightweight', ' reusable', ' temporary']}}, 'material features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ['cruelty free', ' certified organic', ' fragrance free', ' hypoallergenic', ' plant based', ' vegan']}}, 'material free': {'type': 'array', 'description': 'material free from', 'items': {'type': 'string', 'enum': ['alcohol free', ' aluminium free', ' aluminum free', ' ammonia free', ' animal by product free', ' animal fat free', ' artifical color free', ' artificial colour free', ' bpa free', ' butylparaben free', ' chemical free', ' chlorine free', ' dairy free', ' diethanolamine free', ' diethylamine (dea) free', ' docosahexaenoic acid (dha) free', ' dye free', ' flouride free', ' formaldehyde donor free', ' formaldehyde free', ' fragrance free', ' gluten free', ' lanolin free', ' latex free', ' methylchloroisothiazolinone (cmit) free', ' methylisothiazolinone (mit) free', ' microbead free', ' mineral oil free', ' nano mineral free', ' nonylphenol ethoxylate free', ' oil free', ' palm oil free', ' paraben free', ' paraffin free', ' petrochemical free', ' petroleum free', ' phosphate free', ' phthalate free', ' polyethylene glycol (peg) free', ' preservative free', ' propylene glycol (pg) free', ' propylene glycol free', ' propylparaben free', ' silicone free', ' sodium laureth sulfate (sles) free', ' sodium laureth sulfate free', ' sodium lauryl sulfate (sls) free', ' sodium lauryl sulfate free', ' soy free', ' sulfate free', ' sulphate free', ' synthetic color free', ' thc free', ' talc free', ' talcum free', ' teflon free', ' toluene free', ' triclosan free', ' triethanolamine (tea) free', ' wax free', 'acetone free', 'alcohol free', 'aluminium free', 'ammonia free', 'artificial colour free', 'bisphenol a (bpa) free', 'bisphenol a free', 'butylparaben free', 'chemical free', 'dye free', 'egg free', 'formaldehyde free', 'hypoallergenic', 'mineral oil free', 'oil free', 'pfoa free', 'palm oil free', 'paraben free', 'paraffin free', 'petrochemical free', 'petroleum free', 'phthalate free', 'plastic free', 'propylparaben free', 'silicone free', 'soap free', 'sodium laureth sulphate free', 'sulphate free']}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['finish type', 'package type', 'skin type', 'item form', 'special features', 'material features', 'material free', 'count', 'quantity', 'unit']}}
{'size': 2, 'compatible devices': 'Braun Oral-B', 'prod_cat': 'Toothbrush heads', 'count': 2, 'quantity': 2, 'unit': 'pieces', 'brand': 'Braun Oral-B'}
replacement brush heads
braun oral-b 4210201319832 io black ultimate cleaning toothbrush heads for sensational mouth feeling 2 pieces
Extract the features from the title : braun oral-b 4210201319832 io black ultimate cleaning toothbrush heads for sensational mouth feeling 2 pieces
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'size': {'type': 'integer', 'description': 'number of brush heads'}, 'compatible devices': {'type': 'string', 'description': 'compatible devices'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['size', 'compatible devices', 'prod_cat', 'count', 'quantity', 'unit', 'brand']}}
oral healthcare
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'size': {'type': 'integer', 'description': 'number of brush heads'}, 'compatible devices': {'type': 'string', 'description': 'compatible devices'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['size', 'compatible devices', 'prod_cat', 'count', 'quantity', 'unit']}}
{'brand': 'incolor'}
nail polish remover
incolor dip & twist nail enamel remover
Extract the features from the title : incolor dip & twist nail enamel remover
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['brand']}}
nail care
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {}, 'required': []}}
{'wattage': 500, 'capacity': 1, 'capacity unit': 'jar', 'jars': 1, 'number of speeds': 1, 'prod_cat': 'juicer', 'count': 1, 'quantity': 1, 'unit': 'pc', 'brand': 'prestige'}
juicers
prestige pcj7.0 500 w juicer (1 jar, black)
Extract the features from the title : prestige pcj7.0 500 w juicer (1 jar, black)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'wattage': {'type': 'integer', 'description': 'wattage'}, 'capacity': {'type': 'integer', 'description': 'capacity of the product'}, 'capacity unit': {'type': 'string', 'description': 'the unit of capacity'}, 'jars': {'type': 'integer', 'description': 'number of jars'}, 'number of speeds': {'type': 'integer', 'description': 'number of speeds'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['wattage', 'capacity', 'capacity unit', 'jars', 'number of speeds', 'prod_cat', 'count', 'quantity', 'unit', 'brand']}}
kitchen appliances
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['count', 'quantity', 'unit']}}
{'uses': 'cooling,air circulation', 'switch': 'pull chain', 'blade length': 500, 'no. of blades': 3, 'speed': 3, 'prod_cat': 'fan', 'count': 1, 'quantity': 1, 'unit': 'piece', 'brand': 'Usha'}
pedestal fans
usha farratta pf fan ( 500mm , grey)
Extract the features from the title : usha farratta pf fan ( 500mm , grey)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'uses': {'type': 'array', 'description': 'recommended uses', 'items': {'type': 'string', 'enum': ['[]']}}, 'switch': {'type': 'string', 'description': 'switch type', 'enum': ['pull chain', 'push button', 'toggle']}, 'blade length': {'type': 'integer', 'description': 'blade length'}, 'no. of blades': {'type': 'integer', 'description': 'no of blades'}, 'speed': {'type': 'integer', 'description': 'speed control number'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['uses', 'switch', 'blade length', 'no. of blades', 'speed', 'prod_cat', 'count', 'quantity', 'unit', 'brand']}}
fans
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['count', 'quantity', 'unit']}}
{'feeder': 'natural teat', 'capacity': 0, 'age': '0+ month', 'color': 'bps free', 'bottle type': 'natural', 'prod_cat': 'bpa free', 'count': 1, 'quantity': 1, 'unit': 'piece', 'brand': 'pigeon'}
bottle feeding
pigeon peristaltic nipple s,for 0+ month babies,bps free,bpa free
Extract the features from the title : pigeon peristaltic nipple s,for 0+ month babies,bps free,bpa free
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'feeder': {'type': 'string', 'description': 'type of feeder', 'enum': ['natural teat', 'classic teat', 'natural feeding bottle', 'airfree classic feeding bottle']}, 'capacity': {'type': 'integer', 'description': 'capacity of feeder in ml'}, 'age': {'type': 'string', 'description': 'age range'}, 'color': {'type': 'string', 'description': 'product color'}, 'bottle type': {'type': 'string', 'description': 'type of bottle', 'enum': ['anti colic', ' natural']}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['feeder', 'capacity', 'age', 'color', 'bottle type', 'prod_cat', 'count', 'quantity', 'unit', 'brand']}}
avent
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'feeder': {'type': 'string', 'description': 'type of feeder', 'enum': ['natural teat', 'classic teat', 'natural feeding bottle', 'airfree classic feeding bottle']}, 'capacity': {'type': 'integer', 'description': 'capacity of feeder in ml'}, 'age': {'type': 'string', 'description': 'age range'}, 'color': {'type': 'string', 'description': 'product color'}, 'bottle type': {'type': 'string', 'description': 'type of bottle', 'enum': ['anti colic', ' natural']}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['feeder', 'capacity', 'age', 'color', 'bottle type', 'prod_cat', 'count', 'quantity', 'unit']}}
{'additives': 'amla', 'benefits': '', 'special features': '', 'material free': 'soap free', 'material features': '', 'target use body part': 'face', 'scent': '', 'skin type': '', 'count': 6, 'quantity': 200, 'unit': 'grams', 'brand': 'Dettol'}
solid soap bars
dettol original anti-bacterial soap 100g twin pack x 6 packs dettol original anti-bacterial soap 100g twin pack x 6 packs
Extract the features from the title : dettol original anti-bacterial soap 100g twin pack x 6 packs dettol original anti-bacterial soap 100g twin pack x 6 packs
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'additives': {'type': 'array', 'description': 'additives contains', 'items': {'type': 'string', 'enum': ["['amla']"]}}, 'benefits': {'type': 'array', 'description': 'benefits of prodcut', 'items': {'type': 'string', 'enum': ['[]']}}, 'special features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ['[]']}}, 'material free': {'type': 'array', 'description': 'material free from', 'items': {'type': 'string', 'enum': ["['soap free']"]}}, 'material features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ['[]']}}, 'target use body part': {'type': 'array', 'description': 'used for body part', 'items': {'type': 'string', 'enum': ["['face']"]}}, 'scent': {'type': 'array', 'description': 'scent of product', 'items': {'type': 'string', 'enum': ['[]']}}, 'skin type': {'type': 'array', 'description': 'skin type used for', 'items': {'type': 'string', 'enum': ['[]']}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['additives', 'benefits', 'special features', 'material free', 'material features', 'target use body part', 'scent', 'skin type', 'count', 'quantity', 'unit', 'brand']}}
skin care
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['count', 'quantity', 'unit']}}
{'hair type': 'all hair', 'count': 1, 'quantity': 1, 'unit': 'piece', 'brand': 'Dyson'}
hair dryer comb attachments
hair dryer brush<attachment nozzle for-dyson supersonic hair dryer replacement hd01 02 03 04 08 hair dryers & accessories (5) hair dryer brush<attachment nozzle for-dyson supersonic hair dryer replacement hd01 02 03 04 08 hair dryers & accessories (5)
Extract the features from the title : hair dryer brush<attachment nozzle for-dyson supersonic hair dryer replacement hd01 02 03 04 08 hair dryers & accessories (5) hair dryer brush<attachment nozzle for-dyson supersonic hair dryer replacement hd01 02 03 04 08 hair dryers & accessories (5)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'hair type': {'type': 'array', 'description': 'used for hair type', 'items': {'type': 'string', 'enum': ["['dry'", " 'all hair']"]}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['hair type', 'count', 'quantity', 'unit', 'brand']}}
beauty devices
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'hair type': {'type': 'array', 'description': 'used for hair type', 'items': {'type': 'string', 'enum': ['curly', 'dry', 'fine', 'flyaway', 'natural', 'oily', 'dull', 'damaged', 'all hair', 'frizzy']}}}, 'required': ['hair type']}}
{'ram': '8gb', 'hdd': ' ', 'ssd': '512gb', 'screen': '15.6', 'series': 'i7', 'generation': 10, 'touch': False, 'graphic': '4gb', 'graphic series': 'gtx 1650', 'os': 'windows 10', 'gaming': True, 'count': 1, 'quantity': 1, 'unit': '', 'brand': 'asus'}
laptops
asus tuf gaming f15 fx506lh i7-10870h 8gb 512gb gtx1650 4gb w10 144hz
Extract the features from the title :asus tuf gaming f15 fx506lh i7-10870h 8gb 512gb gtx1650 4gb w10 144hz
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'ram': {'type': 'string', 'description': 'ram capacity', 'enum': ['4gb', ' 8gb']}, 'hdd': {'type': 'string', 'description': 'hdd capacity', 'enum': ['500gb', ' 1tb']}, 'ssd': {'type': 'string', 'description': 'ssd capacity', 'enum': ['500gb', ' 1tb', ' ']}, 'screen': {'type': 'string', 'description': 'screen size in inches', 'enum': ['17.1', ' 15.6']}, 'series': {'type': 'string', 'description': 'processor series name', 'enum': ['i5', ' i7', ' ryzen 7', ' apple m2', ' mediatek']}, 'generation': {'type': 'integer', 'description': 'generation of processor', 'enum': ['7', ' 10', ' 5800', ' 3020', ' ']}, 'touch': {'type': 'boolean', 'description': 'does laptop have touch screen'}, 'graphic': {'type': 'string', 'description': 'graphic card size', 'enum': ['4gb', ' 8gb', ' ']}, 'graphic series': {'type': 'string', 'description': 'gpu series', 'enum': ['nvidia gtx 1660ti', ' nvidia gt 710', ' amd radeon 5500m', ' intel iris xe', ' ']}, 'os': {'type': 'string', 'description': 'operating system installed', 'enum': ['windows 11', ' dos', ' windows 11 home', ' windows 11 pro', ' chrome os', ' mac os', ' ubuntu']}, 'gaming': {'type': 'boolean', 'description': 'is it gaming laptop'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['ram', 'hdd', 'ssd', 'screen', 'series', 'generation', 'touch', 'graphic', 'graphic series', 'os', 'gaming', 'count', 'quantity', 'unit', 'brand']}}
laptops
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'ram': {'type': 'string', 'description': 'ram capacity', 'enum': ['4gb', ' 8gb']}, 'hdd': {'type': 'string', 'description': 'hdd capacity', 'enum': ['500gb', ' 1tb']}, 'ssd': {'type': 'string', 'description': 'ssd capacity', 'enum': ['500gb', ' 1tb', ' ']}, 'screen': {'type': 'string', 'description': 'screen size in inches', 'enum': ['17.1', ' 15.6']}, 'series': {'type': 'string', 'description': 'processor series name', 'enum': ['i5', ' i7', ' ryzen 7', ' apple m2', ' mediatek']}, 'generation': {'type': 'integer', 'description': 'generation of processor', 'enum': ['7', ' 10', ' 5800', ' 3020', ' ']}, 'touch': {'type': 'boolean', 'description': 'does laptop have touch screen'}, 'graphic': {'type': 'string', 'description': 'graphic card size', 'enum': ['4gb', ' 8gb', ' ']}, 'graphic series': {'type': 'string', 'description': 'gpu series', 'enum': ['nvidia gtx 1660ti', ' nvidia gt 710', ' amd radeon 5500m', ' intel iris xe', ' ']}, 'os': {'type': 'string', 'description': 'operating system installed', 'enum': ['windows 11', ' dos', ' windows 11 home', ' windows 11 pro', ' chrome os', ' mac os', ' ubuntu']}, 'gaming': {'type': 'boolean', 'description': 'is it gaming laptop'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['ram', 'hdd', 'ssd', 'screen', 'series', 'generation', 'touch', 'graphic', 'graphic series', 'os', 'gaming', 'count', 'quantity', 'unit']}}
{'count': 90, 'quantity': 1, 'unit': 'softgels', 'brand': 'Royal Jelly'}
vitamin e supplements
vitamin e skin oil royal jelly, 90 softgels
Extract the features from the title : vitamin e skin oil royal jelly, 90 softgels
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['count', 'quantity', 'unit', 'brand']}}
vitamins & supplements
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {}, 'required': []}}
{'benifits': 'explosive muscle pump, energy boost, increased endurance', 'form': 'powder', 'count': 1, 'quantity': 30, 'unit': 'servings', 'brand': 'Hulk Nutrition'}
pre-workout
hulk nutrition hardcore pre-workout supplement, energy drink with creatine monohydrate, arginine aakg, beta-alanine, explosive muscle pump, caffeinated punch - for men & women [30 servings, watermelon] free gallon shaker bottle
Extract the features from the title : hulk nutrition hardcore pre-workout supplement, energy drink with creatine monohydrate, arginine aakg, beta-alanine, explosive muscle pump, caffeinated punch - for men & women [30 servings, watermelon] free gallon shaker bottle
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benifits': {'type': 'string', 'description': 'get the list of benifits from title'}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['capsules', 'chewables', 'liquid', 'powder', 'tablets']}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['benifits', 'form', 'count', 'quantity', 'unit', 'brand']}}
pre-workout
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benifits': {'type': 'string', 'description': 'get the list of benifits from title'}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['capsules', 'chewables', 'liquid', 'powder', 'tablets']}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['benifits', 'form', 'count', 'quantity', 'unit']}}
{'additives': '', 'material free': '', 'material features': '', 'target use body part': 'skin', 'scent': '', 'skin type': '', 'benifits': '', 'count': 1, 'quantity': 400, 'unit': 'ml', 'brand': 'neutrogena'}
make-up cleansing water
neutrogena skin detox triple micellar water, 400 ml neutrogena skin detox triple micellar water, 400 ml
Extract the features from the title : neutrogena skin detox triple micellar water, 400 ml neutrogena skin detox triple micellar water, 400 ml
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'additives': {'type': 'array', 'description': 'additives contains', 'items': {'type': 'string', 'enum': ["['fermented rice water'", " 'water lily'", " 'rice water']"]}}, 'material free': {'type': 'array', 'description': 'material free from', 'items': {'type': 'string', 'enum': ['[]']}}, 'material features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ['[]']}}, 'target use body part': {'type': 'array', 'description': 'used for body part', 'items': {'type': 'string', 'enum': ["['skin']"]}}, 'scent': {'type': 'array', 'description': 'scent of product', 'items': {'type': 'string', 'enum': ["['rose']"]}}, 'skin type': {'type': 'array', 'description': 'skin type used for', 'items': {'type': 'string', 'enum': ['[]']}}, 'benifits': {'type': 'array', 'description': 'product benefits', 'items': {'type': 'string', 'enum': ['[]']}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['additives', 'material free', 'material features', 'target use body part', 'scent', 'skin type', 'benifits', 'count', 'quantity', 'unit', 'brand']}}
makeup
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['count', 'quantity', 'unit']}}
{'gender': 'men', 'prod_cat': 'razor', 'count': 3, 'quantity': 3, 'unit': 'pieces', 'brand': 'Philips Norelco'}
shaving heads
razor replacement shaver head for philips norelco sh70 series 7000 s7010 s7310 s7780 s7510 s7720 s7710 s7530 3 pieces shaving head cutter
Extract the features from the title : razor replacement shaver head for philips norelco sh70 series 7000 s7010 s7310 s7780 s7510 s7720 s7710 s7530 3 pieces shaving head cutter
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'gender': {'type': 'string', 'description': 'gender used by', 'enum': ['men', 'women', 'unisex']}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['gender', 'prod_cat', 'count', 'quantity', 'unit', 'brand']}}
male grooming
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'gender': {'type': 'string', 'description': 'gender used by', 'enum': ['men', 'women', 'unisex']}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['gender', 'prod_cat', 'count', 'quantity', 'unit']}}
{'brand': 'kenmore'}
upright vacuums
kenmore floorcare upright bagged vacuum, blue/silver
Extract the features from the title : kenmore floorcare upright bagged vacuum, blue/silver
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['brand']}}
vacuums & floor care
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['count', 'quantity', 'unit']}}
{'count': 1, 'quantity': 60, 'unit': 'tablets', 'brand': 'Rainbow Light'}
prenatal vitamins
rainbow light 35 + mom and baby essential pre and postnatal nutrition, food-based multivitamin, 60 tablets (60 day supply)
Extract the features from the title : rainbow light 35 + mom and baby essential pre and postnatal nutrition, food-based multivitamin, 60 tablets (60 day supply)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['count', 'quantity', 'unit', 'brand']}}
vitamins & supplements
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['count', 'quantity', 'unit']}}
{'curved': False, 'resolution': True, 'screen': '27.9', 'gaming': True, 'prod_cat': 'monitor', 'count': 1, 'quantity': 1, 'unit': 'piece', 'brand': 'BenQ'}
monitors
benq / 27.9 inch gaming monitor / el2870u
Extract the features from the title : benq / 27.9 inch gaming monitor / el2870u
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'curved': {'type': 'boolean', 'description': 'screen is curved'}, 'resolution': {'type': 'boolean', 'description': 'support 4k'}, 'screen': {'type': 'string', 'description': 'screen size in inches'}, 'gaming': {'type': 'boolean', 'description': 'is it for gaming laptop'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['curved', 'resolution', 'screen', 'gaming', 'prod_cat', 'count', 'quantity', 'unit', 'brand']}}
monitors
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'curved': {'type': 'boolean', 'description': 'screen is curved'}, 'resolution': {'type': 'boolean', 'description': 'support 4k'}, 'screen': {'type': 'string', 'description': 'screen size in inches'}, 'gaming': {'type': 'boolean', 'description': 'is it for gaming laptop'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['curved', 'resolution', 'screen', 'gaming', 'prod_cat', 'count', 'quantity', 'unit']}}
{'power source': ' electric', 'battery life': 'rechargeable', 'gender': 'unisex', 'blade material': 'stainless steel', 'item weight': 0.2, 'prod_cat': 'hair removal', 'brand': 'finiviva'}
shaver - men
finiviva electric rechargeable finishing touch mini facial hair remover epilator machine for women and men| painless all body hair removal cordless trimmer for upper lips, chin & cheeks (white)
Extract the features from the title : finiviva electric rechargeable finishing touch mini facial hair remover epilator machine for women and men| painless all body hair removal cordless trimmer for upper lips, chin & cheeks (white)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'power source': {'type': 'array', 'description': 'power source is', 'items': {'type': 'string', 'enum': ["[' electric'", " 'corded electric']"]}}, 'battery life': {'type': 'string', 'description': 'battery life in hours or days'}, 'gender': {'type': 'string', 'description': 'gender used by', 'enum': ['men', 'women', 'unisex']}, 'blade material': {'type': 'string', 'description': 'material of the blade'}, 'item weight': {'type': 'integer', 'description': 'weight of the item'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['power source', 'battery life', 'gender', 'blade material', 'item weight', 'prod_cat', 'brand']}}
male grooming
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'power source': {'type': 'array', 'description': 'power source is', 'items': {'type': 'string', 'enum': ['battery', 'corded electric', ' electric']}}, 'battery life': {'type': 'string', 'description': 'battery life in hours or days'}, 'gender': {'type': 'string', 'description': 'gender used by', 'enum': ['men', 'women', 'unisex']}, 'blade material': {'type': 'string', 'description': 'material of the blade'}, 'item weight': {'type': 'integer', 'description': 'weight of the item'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['power source', 'battery life', 'gender', 'blade material', 'item weight', 'prod_cat', 'count', 'quantity', 'unit']}}
{'count': 1, 'quantity': 1, 'unit': 'piece', 'brand': 'govee life'}
tower fans
govee life 36'' smart tower fan for bedroom, oscillating fan with temperature auto-reflect, room fan with 8 speeds, 4 modes, 24h timer with app, works with alexa, floor fan for home office
Extract the features from the title : govee life 36'' smart tower fan for bedroom, oscillating fan with temperature auto-reflect, room fan with 8 speeds, 4 modes, 24h timer with app, works with alexa, floor fan for home office
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['count', 'quantity', 'unit', 'brand']}}
household fans
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['count', 'quantity', 'unit']}}
{'wattage': 37, 'power source': 'electric', 'type': 'hair straightener', 'gender': 'women', 'material': 'ceramic', 'max temperature': 210, 'hair type': 'all hair types', 'prod_cat': 'hair straighteners', 'count': 1, 'quantity': 1, 'unit': 'piece', 'brand': 'Philips'}
straightener
black kerashine hair straightener hp8316/00
Extract the features from the title : black kerashine hair straightener hp8316/00
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'wattage': {'type': 'integer', 'description': 'wattage'}, 'power source': {'type': 'string', 'description': 'power source of straightener'}, 'type': {'type': 'string', 'description': 'straightener type', 'enum': ['hair straightener', 'brush']}, 'gender': {'type': 'string', 'description': 'gender used by', 'enum': ['women', 'men', ' unisex']}, 'material': {'type': 'string', 'description': 'cool shot button', 'enum': ['plastic', ' ceramic']}, 'max temperature': {'type': 'integer', 'description': 'temperature range of straightener'}, 'hair type': {'type': 'string', 'description': 'type of hair used for'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['wattage', 'power source', 'type', 'gender', 'material', 'max temperature', 'hair type', 'prod_cat', 'count', 'quantity', 'unit', 'brand']}}
beauty
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'wattage': {'type': 'integer', 'description': 'wattage'}, 'power source': {'type': 'string', 'description': 'power source of straightener'}, 'type': {'type': 'string', 'description': 'straightener type', 'enum': ['hair straightener', 'brush']}, 'gender': {'type': 'string', 'description': 'gender used by', 'enum': ['women', 'men', ' unisex']}, 'material': {'type': 'string', 'description': 'cool shot button', 'enum': ['plastic', ' ceramic']}, 'max temperature': {'type': 'integer', 'description': 'temperature range of straightener'}, 'hair type': {'type': 'string', 'description': 'type of hair used for'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['wattage', 'power source', 'type', 'gender', 'material', 'max temperature', 'hair type', 'prod_cat', 'count', 'quantity', 'unit']}}
{'filter type': 'disk', 'amperage': 2, 'surface': '', 'components': 'vacuum bag', 'prod_cat': 'desktop vacuum cleaner', 'wattage': 10, 'count': 1, 'quantity': 1, 'unit': 'piece', 'brand': 'odistar'}
handheld vacuums
odistar desktop vacuum cleaner, mini table dust sweeper energy saving,high endurance up to 400 mins,360ãƒâ€šâº rotatable design for keyboard/home/school/office (white)
Extract the features from the title : odistar desktop vacuum cleaner, mini table dust sweeper energy saving,high endurance up to 400 mins,360ãƒâ€šâº rotatable design for keyboard/home/school/office (white)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'filter type': {'type': 'array', 'description': 'filter type is ', 'items': {'type': 'string', 'enum': ["['disk']"]}}, 'amperage': {'type': 'integer', 'description': 'amperage range'}, 'surface': {'type': 'array', 'description': 'surface recommendation', 'items': {'type': 'string', 'enum': ['[]']}}, 'components': {'type': 'array', 'description': 'components included', 'items': {'type': 'string', 'enum': ["[' vacuum bag']"]}}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'wattage': {'type': 'integer', 'description': 'power of vaccume'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['filter type', 'amperage', 'surface', 'components', 'prod_cat', 'wattage', 'count', 'quantity', 'unit', 'brand']}}
floor care
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'filter type': {'type': 'array', 'description': 'filter type is ', 'items': {'type': 'string', 'enum': ['cartridge', 'cloth', 'disk', 'foam', 'hepa']}}, 'amperage': {'type': 'integer', 'description': 'amperage range'}, 'surface': {'type': 'array', 'description': 'surface recommendation', 'items': {'type': 'string', 'enum': ['all floors', 'carpet', 'hard floor', 'upholstery']}}, 'components': {'type': 'array', 'description': 'components included', 'items': {'type': 'string', 'enum': ['crevice tool', ' accessory kit', 'adaptor', 'dusting brush', ' side brushes', ' vacuum bag']}}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'wattage': {'type': 'integer', 'description': 'power of vaccume'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['filter type', 'amperage', 'surface', 'components', 'prod_cat', 'wattage', 'count', 'quantity', 'unit']}}
{'count': 90, 'quantity': 1, 'unit': 'gummy', 'brand': "Nature's Natural"}
multivitamins
multivitamin gummies for women & men, daily gummy multivitamins for adults with 13 vitamins and minerals - nature's natural multi vitamin supplement, non-gmo berry flavor - 90 gummies
Extract the features from the title : multivitamin gummies for women & men, daily gummy multivitamins for adults with 13 vitamins and minerals - nature's natural multi vitamin supplement, non-gmo berry flavor - 90 gummies
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['count', 'quantity', 'unit', 'brand']}}
vitamins & supplements
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['count', 'quantity', 'unit']}}
{'count': 1, 'quantity': 15, 'unit': 'l', 'brand': 'biorb'}
aquariums
biorb baby 15l aquarium in white with mcr led lighting biorb baby 15l aquarium in white with mcr led lighting
Extract the features from the title : biorb baby 15l aquarium in white with mcr led lighting biorb baby 15l aquarium in white with mcr led lighting
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['count', 'quantity', 'unit', 'brand']}}
other pets
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'included components': {'type': 'string', 'description': 'additional components in product', 'enum': ['filter']}, 'item shape': {'type': 'string', 'description': 'item shape', 'enum': ['rectangular', ' round', ' semicircular', ' square']}, 'special features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ['rimless', ' stackable', ' transparent']}}, 'target species': {'type': 'array', 'description': 'species can keep', 'items': {'type': 'string', 'enum': ['fish', ' turtle', ' hermit crab', ' shrimp']}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['included components', 'item shape', 'special features', 'target species', 'count', 'quantity', 'unit']}}
{'benifits': '', 'ingredient': 'paraben free,sulphate free', 'special_feature': '', 'form': 'lotion', 'active ingredient': '', 'spf': 30, 'count': 1, 'quantity': 100, 'unit': 'ml', 'brand': 'Alphavedic'}
sunscreen
alphavedic sunscreen spf 30 + for women and men paraben & sulphate free, 100 ml - spf 30 pa+
Extract the features from the title : alphavedic sunscreen spf 30 + for women and men paraben & sulphate free, 100 ml - spf 30 pa+
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benifits': {'type': 'array', 'description': 'does product helps in ', 'items': {'type': 'string', 'enum': ['[]']}}, 'ingredient': {'type': 'array', 'description': 'does it conatins ', 'items': {'type': 'string', 'enum': ["['neem'", " 'artificial colour free'", " 'sulfate-free'", " 'paraben free'", " 'ammonia-free'", " 'sulphate free']"]}}, 'special_feature': {'type': 'array', 'description': 'does product', 'items': {'type': 'string', 'enum': ["['fragrance free'", " 'gluten free'", " 'cruelty free']"]}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['aerosol', 'cream', 'gel', 'lotion', 'oil', 'powder', 'serum']}, 'active ingredient': {'type': 'array', 'description': 'does it conatins ', 'items': {'type': 'string', 'enum': ['[]']}}, 'spf': {'type': 'integer', 'description': 'spf of the moisturizer'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['benifits', 'ingredient', 'special_feature', 'form', 'active ingredient', 'spf', 'count', 'quantity', 'unit', 'brand']}}
skin care
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benifits': {'type': 'array', 'description': 'does product helps in ', 'items': {'type': 'string', 'enum': ['anti-aging', 'brightening', 'dark spot correction', 'hydrating', 'moisturizing', 'soothing', 'wrinkle treatment', 'anti-acne', 'anti-inflammatory', 'antioxidant', 'cleansing', 'exfoliating', 'nourishing', 'oil control', 'smoothening', 'softening', 'ultra-violet protection']}}, 'ingredient': {'type': 'array', 'description': 'does it conatins ', 'items': {'type': 'string', 'enum': ['almond', 'almond oil', 'aloe vera', 'amla', 'ammonia-free', 'antioxidants', 'apple', 'apricot', 'apricot oil', 'argan', 'argan oil', 'arginine', 'artificial colour free', 'avocado', 'ayurvedic', 'bamboo', 'banana', 'baobab seed extract', 'beer', 'bhringraj', 'biotin', 'black pepper fruit', 'black seed', 'bringha plant extracts', 'caffeine', 'camphor', 'castor', 'castor oil', 'charcoal', 'chickpea', 'chilli extract', 'clay', 'coconut', 'coconut milk', 'coconut oil', 'coffee', 'color protect', 'corn starch', 'cucumber seed', 'egg', 'egg protein', 'eucalyptus', 'eucalyptus oil', 'fenugreek', 'fermented rice water', 'fiber actives', 'fibre actives', 'ginger', 'ginseng', 'glycerin', 'goji berry', 'gold quinoa', 'green tea', 'heena', 'henna leaf', 'herbal', 'herbal extracts', 'hing', 'honey', 'hyaluronic acid', 'jojoba', 'kelp', 'kelp protein', 'keratin', 'lavender', 'lemon', 'macadamia', 'macadamia nut oil', 'mango', 'menthol', 'milk protein', 'mint', 'murumuru butter', 'natural ingredients', 'neem', 'niacinamide', 'oat extract', 'oat milk', 'oat protein', 'oatmeal', 'ocean kelp', 'olive', 'onion', 'orange', 'orange peel', 'papaya', 'paraben free', 'peach', 'pearl extract', 'piroctone olamine', 'pro-moisture complex', 'protein', 'red onion', 'reetha', 'rice water', 'saffron', 'sarcosines', 'sea berry', 'shea butter', 'shikakai', 'silicon', 'silicone', 'silicones', 'silk protein', 'soya protein', 'sugarcane', 'sulfate-free', 'sulfosuccinates anionic detergents', 'sulphate free', 'synthetic', 'tea tree', 'tea tree oil', 'thymus peptides', 'titanium alloy', 'turmeric', 'vinegar', 'vitamin a', 'vitamin e', 'walnut', 'water lily', 'wheat proteins', 'zinc pyrithione', 'marshmallow root', 'cocoa butter']}}, 'special_feature': {'type': 'array', 'description': 'does product', 'items': {'type': 'string', 'enum': ['cruelty free', 'fragrance free', 'natural', 'organic', 'vegan', 'gluten free', 'vegetarian', 'antibacterial', 'aromatherapy', 'travel size', 'water resistant']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['aerosol', 'cream', 'gel', 'lotion', 'oil', 'powder', 'serum']}, 'active ingredient': {'type': 'array', 'description': 'does it conatins ', 'items': {'type': 'string', 'enum': ['ceramide', 'hyaluronic acid', 'niacinamide', 'retinol', 'vitamin c', 'vitamin e', 'zinc oxide', 'lactic acid', 'menthol']}}, 'spf': {'type': 'integer', 'description': 'spf of the moisturizer'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['benifits', 'ingredient', 'special_feature', 'form', 'active ingredient', 'spf', 'count', 'quantity', 'unit']}}
{'colour': 'black', 'material': 'silicone', 'count': 2, 'quantity': 8.3, 'unit': 'inch', 'brand': 'cosori, uten, instant vortex plus, tower, tefal, gourmia'}
fryer accessories
2 pack square air fryer silicone liner, 8.3 inch large reusable air fryer liners fit for 4 to 7 qt tower oven, air fryer accessories for cosori uten instant vortex plus tower tefal gourmia (black) 2 pack square air fryer silicone liner, 8.3 inch large reusable air fryer liners fit for 4 to 7 qt tower oven, air fryer accessories for cosori uten instant vortex plus tower tefal gourmia (black)
Extract the features from the title : 2 pack square air fryer silicone liner, 8.3 inch large reusable air fryer liners fit for 4 to 7 qt tower oven, air fryer accessories for cosori uten instant vortex plus tower tefal gourmia (black) 2 pack square air fryer silicone liner, 8.3 inch large reusable air fryer liners fit for 4 to 7 qt tower oven, air fryer accessories for cosori uten instant vortex plus tower tefal gourmia (black)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'colour': {'type': 'string', 'description': 'colour of the product'}, 'material': {'type': 'string', 'description': 'materials of the product made of'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['colour', 'material', 'count', 'quantity', 'unit', 'brand']}}
kitchen appliances
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'colour': {'type': 'string', 'description': 'colour of the product'}, 'material': {'type': 'string', 'description': 'materials of the product made of'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['colour', 'material', 'count', 'quantity', 'unit']}}
{'count': 60, 'quantity': 1000, 'unit': 'mg', 'brand': 'Life Extension'}
vitamin c supplements
life extension vitamin c with bio-quercetin phytosome 1000mg - daily absorbable high potency vitamin c supplement pills - for immune system health - gluten free, non-gom, vegetarian - 60 tablets life extension vitamin c with bio-quercetin phytosome 1000mg - daily absorbable high potency vitamin c supplement pills - for immune system health - gluten free, non-gom, vegetarian - 60 tablets
Extract the features from the title : life extension vitamin c with bio-quercetin phytosome 1000mg - daily absorbable high potency vitamin c supplement pills - for immune system health - gluten free, non-gom, vegetarian - 60 tablets life extension vitamin c with bio-quercetin phytosome 1000mg - daily absorbable high potency vitamin c supplement pills - for immune system health - gluten free, non-gom, vegetarian - 60 tablets
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['count', 'quantity', 'unit', 'brand']}}
vitamins & supplements
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['count', 'quantity', 'unit']}}
{'material': '', 'electrical': 'yes', 'brand': 'finishing touch'}
foot files
finishing touch flawless pedi - rechargeable electric callus remover tool for an at-home spa pedicure experience - removes dry skin for smoother feet finishing touch flawless pedi - rechargeable electric callus remover tool for an at-home spa pedicure experience - removes dry skin for smoother feet
Extract the features from the title : finishing touch flawless pedi - rechargeable electric callus remover tool for an at-home spa pedicure experience - removes dry skin for smoother feet finishing touch flawless pedi - rechargeable electric callus remover tool for an at-home spa pedicure experience - removes dry skin for smoother feet
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'material': {'type': 'array', 'description': 'material used', 'items': {'type': 'string', 'enum': ['[]']}}, 'electrical': {'type': 'string', 'description': 'is it electrical', 'enum': ['yes.no']}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['material', 'electrical', 'brand']}}
beauty accessories
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'material': {'type': 'array', 'description': 'material used', 'items': {'type': 'string', 'enum': ['stainless steel', 'aluminium', 'emery', 'glass', 'metal', 'nano glass', 'plastic', 'pumice stone', 'rubber', 'stone', 'volcanic stone', 'wood']}}, 'electrical': {'type': 'string', 'description': 'is it electrical', 'enum': ['yes.no']}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['material', 'electrical', 'count', 'quantity', 'unit']}}
{'material': 'plastic', 'electrical': 'no', 'brand': 'pedicura'}
foot files
pedicura professional foot files for hard skin – the original feet hard skin remover foot scrub for super soft and smooth feet - pedicure sets for feet with callus corn remover for feet and heels pedicura professional foot files for hard skin – the original feet hard skin remover foot scrub for super soft and smooth feet - pedicure sets for feet with callus corn remover for feet and heels
Extract the features from the title : pedicura professional foot files for hard skin – the original feet hard skin remover foot scrub for super soft and smooth feet - pedicure sets for feet with callus corn remover for feet and heels pedicura professional foot files for hard skin – the original feet hard skin remover foot scrub for super soft and smooth feet - pedicure sets for feet with callus corn remover for feet and heels
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'material': {'type': 'array', 'description': 'material used', 'items': {'type': 'string', 'enum': ['[]']}}, 'electrical': {'type': 'string', 'description': 'is it electrical', 'enum': ['yes.no']}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['material', 'electrical', 'brand']}}
beauty accessories
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'material': {'type': 'array', 'description': 'material used', 'items': {'type': 'string', 'enum': ['stainless steel', 'aluminium', 'emery', 'glass', 'metal', 'nano glass', 'plastic', 'pumice stone', 'rubber', 'stone', 'volcanic stone', 'wood']}}, 'electrical': {'type': 'string', 'description': 'is it electrical', 'enum': ['yes.no']}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['material', 'electrical', 'count', 'quantity', 'unit']}}
{'count': 240, 'quantity': 10000, 'unit': 'IU', 'brand': 'bulksupplements.com'}
vitamin a supplements
bulksupplements.com vitamin a 10000 iu softgel - antioxidants supplement for eye & immune support - 1 softgel per serving, gluten free - 240-day (8-month) supply (240 softgels)
Extract the features from the title : bulksupplements.com vitamin a 10000 iu softgel - antioxidants supplement for eye & immune support - 1 softgel per serving, gluten free - 240-day (8-month) supply (240 softgels)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['count', 'quantity', 'unit', 'brand']}}
vitamins & supplements
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['count', 'quantity', 'unit']}}
{'uses': 'cooling,ventilation', 'switch': 'push button', 'blade length': 18, 'no. of blades': 3, 'speed': 3, 'prod_cat': 'pedestal fan', 'count': 1, 'quantity': 1, 'unit': 'piece', 'brand': 'santosh'}
pedestal fans
santosh bullet 18 inch 450 mm ultra high speed 3 blade pedestal fan
Extract the features from the title : santosh bullet 18 inch 450 mm ultra high speed 3 blade pedestal fan
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'uses': {'type': 'array', 'description': 'recommended uses', 'items': {'type': 'string', 'enum': ['[]']}}, 'switch': {'type': 'string', 'description': 'switch type', 'enum': ['pull chain', 'push button', 'toggle']}, 'blade length': {'type': 'integer', 'description': 'blade length'}, 'no. of blades': {'type': 'integer', 'description': 'no of blades'}, 'speed': {'type': 'integer', 'description': 'speed control number'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['uses', 'switch', 'blade length', 'no. of blades', 'speed', 'prod_cat', 'count', 'quantity', 'unit', 'brand']}}
fans
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['count', 'quantity', 'unit']}}
{'brand': 'Yitahome'}
birdcages
yitahome large bird cage, wrought iron flight bird parakeet parrot budgie cage for large cockatiel, canary, finch, lovebird, conure, pigeons, african grey quaker, birdcage with rolling stand, white yitahome large bird cage, wrought iron flight bird parakeet parrot budgie cage for large cockatiel, canary, finch, lovebird, conure, pigeons, african grey quaker, birdcage with rolling stand, white
Extract the features from the title : yitahome large bird cage, wrought iron flight bird parakeet parrot budgie cage for large cockatiel, canary, finch, lovebird, conure, pigeons, african grey quaker, birdcage with rolling stand, white yitahome large bird cage, wrought iron flight bird parakeet parrot budgie cage for large cockatiel, canary, finch, lovebird, conure, pigeons, african grey quaker, birdcage with rolling stand, white
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['brand']}}
other pets
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'colour': {'type': 'string', 'description': 'colour of the product'}, 'number of doors': {'type': 'integer', 'description': 'number of doors'}, 'special features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ['durable', ' chewproof', ' comfortable', ' foldable', ' portable', ' removable', ' spacious', ' stable', ' waterproof']}}, 'included components': {'type': 'array', 'description': 'additional components in product', 'items': {'type': 'string', 'enum': ['divider', ' removable tray', ' bowl', ' stand']}}, 'number of levels': {'type': 'integer', 'description': 'levels of cage'}}, 'required': ['colour', 'number of doors', 'special features', 'included components', 'number of levels']}}
{'sterilizer or bottle warmer': 'sterilizer', 'capacity': 5, 'microwaveable': True, 'prod_cat': 'sterilizer accessories', 'brand': 'medela'}
warmers & sterilizers
medela quick clean micro-steam bags (clear)
Extract the features from the title : medela quick clean micro-steam bags (clear)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'sterilizer or bottle warmer': {'type': 'string', 'description': 'sterilizer or bottle warmer', 'enum': ['sterilizer', 'bottle warmer']}, 'capacity': {'type': 'integer', 'description': 'capacity'}, 'microwaveable': {'type': 'boolean', 'description': 'is it microwaveable'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['sterilizer or bottle warmer', 'capacity', 'microwaveable', 'prod_cat', 'brand']}}
avent
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'sterilizer or bottle warmer': {'type': 'string', 'description': 'sterilizer or bottle warmer', 'enum': ['sterilizer', 'bottle warmer']}, 'capacity': {'type': 'integer', 'description': 'capacity'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}}, 'required': ['sterilizer or bottle warmer', 'capacity', 'prod_cat']}}
{'benefits': 'Moisturizes hair,Adds shine,Improves manageability', 'hair type': 'All hair types', 'item form': 'spray', 'count': 1, 'quantity': 8.45, 'unit': 'ounce', 'brand': 'TIGI S-Factor'}
hair sprays
tigi s-factor papaya leave-in moisture spray, 8.45-ounce
Extract the features from the title : tigi s-factor papaya leave-in moisture spray, 8.45-ounce
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benefits': {'type': 'array', 'description': 'benefits of prodcut', 'items': {'type': 'string', 'enum': ['[]']}}, 'hair type': {'type': 'array', 'description': 'used for hair type', 'items': {'type': 'string', 'enum': ['[]']}}, 'item form': {'type': 'string', 'description': 'form of the product', 'enum': ['lotion', 'mousse', 'aerosol', 'balm', 'bar', 'brick', 'capsule', 'clay', 'crayon', 'cream', 'drop', 'flake', 'foam', 'gel', 'granule', 'gummy', 'liquid', 'loose leaves', 'lotion', 'mousse', 'oil', 'pad', 'paste', 'pen', 'pencil', 'pod', 'powder', 'serum', 'softgel', 'spray', 'stick', 'strip', 'syrup', 'tablet', 'teabags', 'wax', 'wipe']}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['benefits', 'hair type', 'item form', 'count', 'quantity', 'unit', 'brand']}}
hair care
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benefits': {'type': 'array', 'description': 'benefits of prodcut', 'items': {'type': 'string', 'enum': ['breakage control', 'color protection', 'conditioning', 'curl enhancing', 'damage control', 'detangle', 'firm hold', 'frizz control', 'hair growth', 'heat protection', 'high gloss', 'humidity resistant', 'hydrating', 'lengthening', 'moisturizing', 'nourishing', 'shape & hold', 'shine', 'smoothening', 'straightening', 'strengthening', 'uv protection', 'volumizing']}}, 'hair type': {'type': 'array', 'description': 'used for hair type', 'items': {'type': 'string', 'enum': ['curly', 'dry', 'fine', 'flyaway', 'natural', 'oily', 'dull', 'damaged', 'all hair', 'frizzy']}}, 'item form': {'type': 'string', 'description': 'form of the product', 'enum': ['lotion', 'mousse', 'aerosol', 'balm', 'bar', 'brick', 'capsule', 'clay', 'crayon', 'cream', 'drop', 'flake', 'foam', 'gel', 'granule', 'gummy', 'liquid', 'loose leaves', 'lotion', 'mousse', 'oil', 'pad', 'paste', 'pen', 'pencil', 'pod', 'powder', 'serum', 'softgel', 'spray', 'stick', 'strip', 'syrup', 'tablet', 'teabags', 'wax', 'wipe']}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['benefits', 'hair type', 'item form', 'count', 'quantity', 'unit']}}
{'special_feature': '', 'flavour': '', 'count': 4, 'quantity': 300, 'unit': 'gram', 'brand': 'midbreak'}
butter cookies
midbreak - desi ghee atta biscuits | premium handmade cookies | atta biscuits | 300 gram x 4 | pack of 4 midbreak - desi ghee atta biscuits | premium handmade cookies | atta biscuits | 300 gram x 4 | pack of 4
Extract the features from the title : midbreak - desi ghee atta biscuits | premium handmade cookies | atta biscuits | 300 gram x 4 | pack of 4 midbreak - desi ghee atta biscuits | premium handmade cookies | atta biscuits | 300 gram x 4 | pack of 4
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'special_feature': {'type': 'array', 'description': 'does product conatins', 'items': {'type': 'string', 'enum': ['[]']}}, 'flavour': {'type': 'string', 'description': 'product has flavour of ', 'enum': ['almond', 'butter', 'chocolate', 'coconut', 'hazelnut', 'pistachio', 'vanilla', 'orange', 'pineapple']}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['special_feature', 'flavour', 'count', 'quantity', 'unit', 'brand']}}
biscuits and cookies
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'special_feature': {'type': 'array', 'description': 'does product conatins', 'items': {'type': 'string', 'enum': ['high in protein', 'lactose free', 'low carb', 'natural', 'no added sugar', 'no artificial colours', 'no artificial flavour']}}, 'flavour': {'type': 'string', 'description': 'product has flavour of ', 'enum': ['almond', 'butter', 'chocolate', 'coconut', 'hazelnut', 'pistachio', 'vanilla', 'orange', 'pineapple']}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['special_feature', 'flavour', 'count', 'quantity', 'unit']}}
{'count': 1, 'quantity': 500, 'unit': 'softgels', 'brand': 'Kirkland Signature'}
vitamin e supplements
kirkland signature vitamin e 400 i.u. 500 softgels, bottle, yellow kirkland signature vitamin e 400 i.u. 500 softgels, bottle, yellow
Extract the features from the title : kirkland signature vitamin e 400 i.u. 500 softgels, bottle, yellow kirkland signature vitamin e 400 i.u. 500 softgels, bottle, yellow
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['count', 'quantity', 'unit', 'brand']}}
vitamins & supplements
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {}, 'required': []}}
{'benefits': 'moisturizing', 'coverage': 'buildable', 'skin type': '', 'finish type': 'shimmery', 'skin tone': 'light', 'item form': 'stick', 'material features': 'natural', 'water resistance level': 'water resistant', 'count': 1, 'quantity': 1, 'unit': 'piece', 'brand': 'Unknown'}
blushes
blush stick - cream blush - waterproof long-lasting 3-in-1 multi-use blusher contour for lip cheek eye - moisturize and blendable blush for nature look - easy to use (shimmer pink)
Extract the features from the title : blush stick - cream blush - waterproof long-lasting 3-in-1 multi-use blusher contour for lip cheek eye - moisturize and blendable blush for nature look - easy to use (shimmer pink)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benefits': {'type': 'array', 'description': 'benefits of prodcut', 'items': {'type': 'string', 'enum': ["[' moisturizing']"]}}, 'coverage': {'type': 'array', 'description': 'coverage', 'items': {'type': 'string', 'enum': ["[' sheer'", " 'buildable']"]}}, 'skin type': {'type': 'array', 'description': 'skin type used for', 'items': {'type': 'string', 'enum': ['[]']}}, 'finish type': {'type': 'array', 'description': 'finish type', 'items': {'type': 'string', 'enum': ["[' sheer'", " ' natural'", " ' shimmery']"]}}, 'skin tone': {'type': 'string', 'description': 'skin tone', 'enum': ['very light', ' light', ' medium', ' deep']}, 'item form': {'type': 'string', 'description': 'form of the product', 'enum': ['lotion', ' mousse', 'aerosol', 'balm', 'bar', 'brick', 'capsule', 'clay', 'crayon', 'cream', 'drop', 'flake', 'foam', 'gel', 'granule', 'gummy', 'liquid', 'loose leaves', 'lotion', 'mousse', 'oil', 'pad', 'paste', 'pen', 'pencil', 'pod', 'powder', 'serum', 'softgel', 'spray', 'stick', 'strip', 'syrup', 'tablet', 'teabags', 'wax', 'wipe']}, 'material features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ["[' natural']"]}}, 'water resistance level': {'type': 'string', 'description': 'water resistant level', 'enum': ['water resistant']}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['benefits', 'coverage', 'skin type', 'finish type', 'skin tone', 'item form', 'material features', 'water resistance level', 'count', 'quantity', 'unit', 'brand']}}
face care
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benefits': {'type': 'array', 'description': 'benefits of prodcut', 'items': {'type': 'string', 'enum': ['antioxidant', ' brightening', ' colour correction', ' hydrating', ' moisturizing', ' nourishing', ' radiance', ' smoothening', ' softening']}}, 'coverage': {'type': 'array', 'description': 'coverage', 'items': {'type': 'string', 'enum': ['buildable', ' full', ' light', ' medium', ' sheer']}}, 'skin type': {'type': 'array', 'description': 'skin type used for', 'items': {'type': 'string', 'enum': ['all', ' dry', ' normal', ' oily', ' sensitive']}}, 'finish type': {'type': 'array', 'description': 'finish type', 'items': {'type': 'string', 'enum': ['luminous', ' matte', ' natural', ' sheer', ' shimmery', ' demi-matte', ' glossy']}}, 'skin tone': {'type': 'string', 'description': 'skin tone', 'enum': ['very light', ' light', ' medium', ' deep']}, 'item form': {'type': 'string', 'description': 'form of the product', 'enum': ['lotion', ' mousse', 'aerosol', 'balm', 'bar', 'brick', 'capsule', 'clay', 'crayon', 'cream', 'drop', 'flake', 'foam', 'gel', 'granule', 'gummy', 'liquid', 'loose leaves', 'lotion', 'mousse', 'oil', 'pad', 'paste', 'pen', 'pencil', 'pod', 'powder', 'serum', 'softgel', 'spray', 'stick', 'strip', 'syrup', 'tablet', 'teabags', 'wax', 'wipe']}, 'material features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ['cruelty free', ' fragrance free', ' hypoallergenic', ' natural', ' vegan']}}, 'water resistance level': {'type': 'string', 'description': 'water resistant level', 'enum': ['water resistant']}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['benefits', 'coverage', 'skin type', 'finish type', 'skin tone', 'item form', 'material features', 'water resistance level', 'count', 'quantity', 'unit']}}
{'wattage': 60, 'power source': 'electric', 'type': 'brush', 'gender': 'unisex', 'material': 'ceramic', 'max temperature': 450, 'hair type': 'all', 'prod_cat': 'hair straightener brush', 'brand': 'steeze'}
straightener
steeze® ceramic hair straightening brush ultra fast heat up, compact, portable works for all types straightener comb lcd digital display electric with temp control settings (black pink)
Extract the features from the title : steeze® ceramic hair straightening brush ultra fast heat up, compact, portable works for all types straightener comb lcd digital display electric with temp control settings (black pink)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'wattage': {'type': 'integer', 'description': 'wattage'}, 'power source': {'type': 'string', 'description': 'power source of straightener'}, 'type': {'type': 'string', 'description': 'straightener type', 'enum': ['hair straightener', 'brush']}, 'gender': {'type': 'string', 'description': 'gender used by', 'enum': ['women', 'men', ' unisex']}, 'material': {'type': 'string', 'description': 'cool shot button', 'enum': ['plastic', ' ceramic']}, 'max temperature': {'type': 'integer', 'description': 'temperature range of straightener'}, 'hair type': {'type': 'string', 'description': 'type of hair used for'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['wattage', 'power source', 'type', 'gender', 'material', 'max temperature', 'hair type', 'prod_cat', 'brand']}}
beauty
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'wattage': {'type': 'integer', 'description': 'wattage'}, 'power source': {'type': 'string', 'description': 'power source of straightener'}, 'type': {'type': 'string', 'description': 'straightener type', 'enum': ['hair straightener', 'brush']}, 'gender': {'type': 'string', 'description': 'gender used by', 'enum': ['women', 'men', ' unisex']}, 'material': {'type': 'string', 'description': 'cool shot button', 'enum': ['plastic', ' ceramic']}, 'max temperature': {'type': 'integer', 'description': 'temperature range of straightener'}, 'hair type': {'type': 'string', 'description': 'type of hair used for'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['wattage', 'power source', 'type', 'gender', 'material', 'max temperature', 'hair type', 'prod_cat', 'count', 'quantity', 'unit']}}
{'wattage': 1500, 'capacity': 12, 'capacity unit': 'cup', 'prod_cat': 'kettle', 'count': 1, 'quantity': 1, 'unit': 'piece', 'brand': 'Dhara'}
kettles
vardhman sales dhara stainless steel tea kettle (12 cup)
Extract the features from the title : vardhman sales dhara stainless steel tea kettle (12 cup)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'wattage': {'type': 'integer', 'description': 'wattage'}, 'capacity': {'type': 'integer', 'description': 'category of the product'}, 'capacity unit': {'type': 'string', 'description': 'the unit of capacity'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['wattage', 'capacity', 'capacity unit', 'prod_cat', 'count', 'quantity', 'unit', 'brand']}}
kitchen appliances
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'wattage': {'type': 'integer', 'description': 'wattage'}, 'capacity': {'type': 'integer', 'description': 'category of the product'}, 'capacity unit': {'type': 'string', 'description': 'the unit of capacity'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}}, 'required': ['wattage', 'capacity', 'capacity unit', 'prod_cat']}}
{'benefits': '', 'coverage': '', 'skin type': '', 'finish type': '', 'skin tone': 'light', 'item form': 'powder', 'material features': '', 'water resistance level': '', 'count': 1, 'quantity': 6.5, 'unit': 'g', 'brand': 'Joan Collins Timeless Beauty'}
blushes
joan collins timeless beauty contour velvet blusher 6.5 g, coral joan collins timeless beauty contour velvet blusher 6.5 g, coral
Extract the features from the title : joan collins timeless beauty contour velvet blusher 6.5 g, coral joan collins timeless beauty contour velvet blusher 6.5 g, coral
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benefits': {'type': 'array', 'description': 'benefits of prodcut', 'items': {'type': 'string', 'enum': ['[]']}}, 'coverage': {'type': 'array', 'description': 'coverage', 'items': {'type': 'string', 'enum': ["[' sheer']"]}}, 'skin type': {'type': 'array', 'description': 'skin type used for', 'items': {'type': 'string', 'enum': ["[' normal']"]}}, 'finish type': {'type': 'array', 'description': 'finish type', 'items': {'type': 'string', 'enum': ["[' sheer']"]}}, 'skin tone': {'type': 'string', 'description': 'skin tone', 'enum': ['very light', ' light', ' medium', ' deep']}, 'item form': {'type': 'string', 'description': 'form of the product', 'enum': ['lotion', ' mousse', 'aerosol', 'balm', 'bar', 'brick', 'capsule', 'clay', 'crayon', 'cream', 'drop', 'flake', 'foam', 'gel', 'granule', 'gummy', 'liquid', 'loose leaves', 'lotion', 'mousse', 'oil', 'pad', 'paste', 'pen', 'pencil', 'pod', 'powder', 'serum', 'softgel', 'spray', 'stick', 'strip', 'syrup', 'tablet', 'teabags', 'wax', 'wipe']}, 'material features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ['[]']}}, 'water resistance level': {'type': 'string', 'description': 'water resistant level', 'enum': ['water resistant']}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['benefits', 'coverage', 'skin type', 'finish type', 'skin tone', 'item form', 'material features', 'water resistance level', 'count', 'quantity', 'unit', 'brand']}}
face care
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benefits': {'type': 'array', 'description': 'benefits of prodcut', 'items': {'type': 'string', 'enum': ['antioxidant', ' brightening', ' colour correction', ' hydrating', ' moisturizing', ' nourishing', ' radiance', ' smoothening', ' softening']}}, 'coverage': {'type': 'array', 'description': 'coverage', 'items': {'type': 'string', 'enum': ['buildable', ' full', ' light', ' medium', ' sheer']}}, 'skin type': {'type': 'array', 'description': 'skin type used for', 'items': {'type': 'string', 'enum': ['all', ' dry', ' normal', ' oily', ' sensitive']}}, 'finish type': {'type': 'array', 'description': 'finish type', 'items': {'type': 'string', 'enum': ['luminous', ' matte', ' natural', ' sheer', ' shimmery', ' demi-matte', ' glossy']}}, 'skin tone': {'type': 'string', 'description': 'skin tone', 'enum': ['very light', ' light', ' medium', ' deep']}, 'item form': {'type': 'string', 'description': 'form of the product', 'enum': ['lotion', ' mousse', 'aerosol', 'balm', 'bar', 'brick', 'capsule', 'clay', 'crayon', 'cream', 'drop', 'flake', 'foam', 'gel', 'granule', 'gummy', 'liquid', 'loose leaves', 'lotion', 'mousse', 'oil', 'pad', 'paste', 'pen', 'pencil', 'pod', 'powder', 'serum', 'softgel', 'spray', 'stick', 'strip', 'syrup', 'tablet', 'teabags', 'wax', 'wipe']}, 'material features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ['cruelty free', ' fragrance free', ' hypoallergenic', ' natural', ' vegan']}}, 'water resistance level': {'type': 'string', 'description': 'water resistant level', 'enum': ['water resistant']}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['benefits', 'coverage', 'skin type', 'finish type', 'skin tone', 'item form', 'material features', 'water resistance level', 'count', 'quantity', 'unit']}}
{'hair type': 'all hair', 'count': 2, 'quantity': 2, 'unit': 'piece', 'brand': 'universal'}
hair dryer comb attachments
2 piece plastic hair dryer diffusers wind blow cover comb attachment nozzles professional universal dryer attachments fit for most hair dryers 2 piece plastic hair dryer diffusers wind blow cover comb attachment nozzles professional universal dryer attachments fit for most hair dryers
Extract the features from the title : 2 piece plastic hair dryer diffusers wind blow cover comb attachment nozzles professional universal dryer attachments fit for most hair dryers 2 piece plastic hair dryer diffusers wind blow cover comb attachment nozzles professional universal dryer attachments fit for most hair dryers
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'hair type': {'type': 'array', 'description': 'used for hair type', 'items': {'type': 'string', 'enum': ["['dry'", " 'all hair']"]}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['hair type', 'count', 'quantity', 'unit', 'brand']}}
beauty devices
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'hair type': {'type': 'array', 'description': 'used for hair type', 'items': {'type': 'string', 'enum': ['curly', 'dry', 'fine', 'flyaway', 'natural', 'oily', 'dull', 'damaged', 'all hair', 'frizzy']}}}, 'required': ['hair type']}}
{'hair type': 'curly', 'hair conditioner form': '', 'material free': '', 'ingredient': 'coconut oil,aloe vera', 'benifits': '', 'item form': '', 'brand': 'maui moisture'}
shampoo & conditioner sets
maui moisture vegan shampoo, conditioner and curl milk set for curly hair, coconut oil and aloe vera
Extract the features from the title : maui moisture vegan shampoo, conditioner and curl milk set for curly hair, coconut oil and aloe vera
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'hair type': {'type': 'array', 'description': 'used for hair type', 'items': {'type': 'string', 'enum': ["['fine'", " 'all hair'", " 'curly'", " 'oily']"]}}, 'hair conditioner form': {'type': 'array', 'description': 'form of the product', 'items': {'type': 'string', 'enum': ["['oil']"]}}, 'material free': {'type': 'array', 'description': 'material free from', 'items': {'type': 'string', 'enum': ["['mineral oil free'", " 'oil free'", " 'palm oil free']"]}}, 'ingredient': {'type': 'array', 'description': 'does it conatins ', 'items': {'type': 'string', 'enum': ["['macadamia nut oil'", " 'oat milk'", " 'aloe vera'", " 'pro-moisture complex'", " 'apricot oil'", " 'castor oil'", " 'argan oil'", " 'eucalyptus oil'", " 'tea tree oil'", " 'coconut oil'", " 'coconut milk'", " 'milk protein'", " 'almond oil'", " 'coconut']"]}}, 'benifits': {'type': 'array', 'description': 'does product helps in ', 'items': {'type': 'string', 'enum': ["['oil control'", " 'strong hair'", " 'anti-hair loss'", " 'split hair'", " 'hair breakage'", " 'hair growth'", " 'conditioning']"]}}, 'item form': {'type': 'string', 'description': 'form of the product', 'enum': ['lotion', 'mousse', 'aerosol', 'balm', 'bar', 'brick', 'capsule', 'clay', 'crayon', 'cream', 'drop', 'flake', 'foam', 'gel', 'granule', 'gummy', 'liquid', 'loose leaves', 'lotion', 'mousse', 'oil', 'pad', 'paste', 'pen', 'pencil', 'pod', 'powder', 'serum', 'softgel', 'spray', 'stick', 'strip', 'syrup', 'tablet', 'teabags', 'wax', 'wipe', 'refill']}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['hair type', 'hair conditioner form', 'material free', 'ingredient', 'benifits', 'item form', 'brand']}}
hair care
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'hair type': {'type': 'array', 'description': 'used for hair type', 'items': {'type': 'string', 'enum': ['curly', 'dry', 'fine', 'flyaway', 'natural', 'oily', 'dull', 'damaged', 'all hair', 'frizzy']}}, 'hair conditioner form': {'type': 'array', 'description': 'form of the product', 'items': {'type': 'string', 'enum': ['lotion', 'mousse', 'aerosol', 'balm', 'bar', 'brick', 'capsule', 'clay', 'crayon', 'cream', 'drop', 'flake', 'foam', 'gel', 'granule', 'gummy', 'liquid', 'loose leaves', 'lotion', 'mousse', 'oil', 'pad', 'paste', 'pen', 'pencil', 'pod', 'powder', 'serum', 'softgel', 'spray', 'stick', 'strip', 'syrup', 'tablet', 'teabags', 'wax', 'wipe']}}, 'material free': {'type': 'array', 'description': 'material free from', 'items': {'type': 'string', 'enum': ['alcohol free', 'aluminium free', 'aluminum free', 'ammonia free', 'animal by product free', 'animal fat free', 'artifical color free', 'artificial colour free', 'bpa free', 'butylparaben free', 'chemical free', 'chlorine free', 'dairy free', 'diethanolamine free', 'diethylamine (dea) free', 'docosahexaenoic acid (dha) free', 'dye free', 'flouride free', 'formaldehyde donor free', 'formaldehyde free', 'fragrance free', 'gluten free', 'lanolin free', 'latex free', 'methylchloroisothiazolinone (cmit) free', 'methylisothiazolinone (mit) free', 'microbead free', 'mineral oil free', 'nano mineral free', 'nonylphenol ethoxylate free', 'oil free', 'palm oil free', 'paraben free', 'paraffin free', 'petrochemical free', 'petroleum free', 'phosphate free', 'phthalate free', 'polyethylene glycol (peg) free', 'preservative free', 'propylene glycol (pg) free', 'propylene glycol free', 'propylparaben free', 'silicone free', 'sodium laureth sulfate (sles) free', 'sodium laureth sulfate free', 'sodium lauryl sulfate (sls) free', 'sodium lauryl sulfate free', 'soy free', 'sulfate free', 'sulphate free', 'synthetic color free', 'thc free', 'talc free', 'talcum free', 'teflon free', 'toluene free', 'triclosan free', 'triethanolamine (tea) free', 'wax free', 'acetone free', 'alcohol free', 'aluminium free', 'ammonia free', 'artificial colour free', 'bisphenol a (bpa) free', 'bisphenol a free', 'butylparaben free', 'chemical free', 'dye free', 'egg free', 'formaldehyde free', 'hypoallergenic', 'mineral oil free', 'oil free', 'pfoa free', 'palm oil free', 'paraben free', 'paraffin free', 'petrochemical free', 'petroleum free', 'phthalate free', 'plastic free', 'propylparaben free', 'silicone free', 'soap free', 'sodium laureth sulphate free', 'sulphate free']}}, 'ingredient': {'type': 'array', 'description': 'does it conatins ', 'items': {'type': 'string', 'enum': ['almond', 'almond oil', 'aloe vera', 'amla', 'ammonia-free', 'antioxidants', 'apple', 'apricot', 'apricot oil', 'argan', 'argan oil', 'arginine', 'artificial colour free', 'avocado', 'ayurvedic', 'bamboo', 'banana', 'baobab seed extract', 'beer', 'bhringraj', 'biotin', 'black pepper fruit', 'black seed', 'bringha plant extracts', 'caffeine', 'camphor', 'castor', 'castor oil', 'charcoal', 'chickpea', 'chilli extract', 'clay', 'coconut', 'coconut milk', 'coconut oil', 'coffee', 'color protect', 'corn starch', 'cucumber seed', 'egg', 'egg protein', 'eucalyptus', 'eucalyptus oil', 'fenugreek', 'fermented rice water', 'fiber actives', 'fibre actives', 'ginger', 'ginseng', 'glycerin', 'goji berry', 'gold quinoa', 'green tea', 'heena', 'henna leaf', 'herbal', 'herbal extracts', 'hing', 'honey', 'hyaluronic acid', 'jojoba', 'kelp', 'kelp protein', 'keratin', 'lavender', 'lemon', 'macadamia', 'macadamia nut oil', 'mango', 'menthol', 'milk protein', 'mint', 'murumuru butter', 'natural ingredients', 'neem', 'niacinamide', 'oat extract', 'oat milk', 'oat protein', 'oatmeal', 'ocean kelp', 'olive', 'onion', 'orange', 'orange peel', 'papaya', 'paraben free', 'peach', 'pearl extract', 'piroctone olamine', 'pro-moisture complex', 'protein', 'red onion', 'reetha', 'rice water', 'saffron', 'sarcosines', 'sea berry', 'shea butter', 'shikakai', 'silicon', 'silicone', 'silicones', 'silk protein', 'soya protein', 'sugarcane', 'sulfate-free', 'sulfosuccinates anionic detergents', 'sulphate free', 'synthetic', 'tea tree', 'tea tree oil', 'thymus peptides', 'titanium alloy', 'turmeric', 'vinegar', 'vitamin a', 'vitamin e', 'walnut', 'water lily', 'wheat proteins', 'zinc pyrithione', 'marshmallow root', 'cocoa butter']}}, 'benifits': {'type': 'array', 'description': 'does product helps in ', 'items': {'type': 'string', 'enum': ['anti-age', 'anti-dandruff', 'anti-fade', 'anti-frizz', 'anti-hair loss', 'antioxidant', 'clarifying', 'color protection', 'conditioning', 'damage control', 'detangle', 'heat protection', 'high gloss', 'humidity resistant', 'hydrating', 'moisturizing', 'nourishing', 'oil control', 'ph balancing', 'softening', 'soothing', 'split end treatment', 'strengthening', 'uv protection', 'volumizing', 'dermatitis', 'dryness', 'hair breakage', 'itchy scalp', 'psoriasis', 'split hair', 'shining', 'hair growth', 'strong hair', 'thickening']}}, 'item form': {'type': 'string', 'description': 'form of the product', 'enum': ['lotion', 'mousse', 'aerosol', 'balm', 'bar', 'brick', 'capsule', 'clay', 'crayon', 'cream', 'drop', 'flake', 'foam', 'gel', 'granule', 'gummy', 'liquid', 'loose leaves', 'lotion', 'mousse', 'oil', 'pad', 'paste', 'pen', 'pencil', 'pod', 'powder', 'serum', 'softgel', 'spray', 'stick', 'strip', 'syrup', 'tablet', 'teabags', 'wax', 'wipe', 'refill']}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['hair type', 'hair conditioner form', 'material free', 'ingredient', 'benifits', 'item form', 'count', 'quantity', 'unit']}}
{'colour': 'black', 'small kitchen appliances material': 'marblestone', 'special features': 'temperature control,non stick coating', 'count': 1, 'quantity': 750, 'unit': 'w', 'brand': 'salter'}
sandwich toasters & panini presses
salter ek2009 marblestone health grill & panini press - electric non-stick griddle plates, versatile folding sandwich toaster, meat, kebabs, fish, 750 w, floating hinge, automatic temperature control salter ek2009 marblestone health grill & panini press - electric non-stick griddle plates, versatile folding sandwich toaster, meat, kebabs, fish, 750 w, floating hinge, automatic temperature control
Extract the features from the title : salter ek2009 marblestone health grill & panini press - electric non-stick griddle plates, versatile folding sandwich toaster, meat, kebabs, fish, 750 w, floating hinge, automatic temperature control salter ek2009 marblestone health grill & panini press - electric non-stick griddle plates, versatile folding sandwich toaster, meat, kebabs, fish, 750 w, floating hinge, automatic temperature control
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'colour': {'type': 'string', 'description': 'colour of the product'}, 'small kitchen appliances material': {'type': 'array', 'description': 'material used', 'items': {'type': 'string', 'enum': ['[]']}}, 'special features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ["['temperature control'", " 'non stick coating']"]}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['colour', 'small kitchen appliances material', 'special features', 'count', 'quantity', 'unit', 'brand']}}
kitchen appliances
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'colour': {'type': 'string', 'description': 'colour of the product'}, 'small kitchen appliances material': {'type': 'array', 'description': 'material used', 'items': {'type': 'string', 'enum': ['metal', 'ceramic', 'plastic']}}, 'special features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ['cool touch', 'non stick coating', 'removable surface', 'temperature control']}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['colour', 'small kitchen appliances material', 'special features', 'count', 'quantity', 'unit']}}
{'count': 1, 'quantity': 55, 'unit': 'ml', 'brand': 'capicilin'}
hair oil
capicilin - linha silicone reparador de pontas - hidratante d-pantenol 55 ml silicone tip repair collection - d-pantenol moisturizer 1.85 fl oz
Extract the features from the title : capicilin - linha silicone reparador de pontas - hidratante d-pantenol 55 ml silicone tip repair collection - d-pantenol moisturizer 1.85 fl oz
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['count', 'quantity', 'unit', 'brand']}}
hair oil
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benifits': {'type': 'array', 'description': 'does product helps in ', 'items': {'type': 'string', 'enum': ['anti hair loss', 'anti-dandruff', 'anti-oxidation', 'breakage control', 'brightening', 'conditioning', 'curl enhancing', 'damage control', 'detangle', 'frizz control', 'hair growth', 'heat protection', 'hydrating', 'moisturizing', 'nourishing', 'shine', 'smoothening', 'soothing', 'split end treatment', 'strengthening', 'uv protection', 'volumizing']}}, 'ingredient': {'type': 'array', 'description': 'does it conatins ', 'items': {'type': 'string', 'enum': ['almond', 'almond oil', 'aloe vera', 'amla', 'ammonia-free', 'antioxidants', 'apple', 'apricot', 'apricot oil', 'argan', 'argan oil', 'arginine', 'artificial colour free', 'avocado', 'ayurvedic', 'bamboo', 'banana', 'baobab seed extract', 'beer', 'bhringraj', 'biotin', 'black pepper fruit', 'black seed', 'bringha plant extracts', 'caffeine', 'camphor', 'castor', 'castor oil', 'charcoal', 'chickpea', 'chilli extract', 'clay', 'coconut', 'coconut milk', 'coconut oil', 'coffee', 'color protect', 'corn starch', 'cucumber seed', 'egg', 'egg protein', 'eucalyptus', 'eucalyptus oil', 'fenugreek', 'fermented rice water', 'fiber actives', 'fibre actives', 'ginger', 'ginseng', 'glycerin', 'goji berry', 'gold quinoa', 'green tea', 'heena', 'henna leaf', 'herbal', 'herbal extracts', 'hing', 'honey', 'hyaluronic acid', 'jojoba', 'kelp', 'kelp protein', 'keratin', 'lavender', 'lemon', 'macadamia', 'macadamia nut oil', 'mango', 'menthol', 'milk protein', 'mint', 'murumuru butter', 'natural ingredients', 'neem', 'niacinamide', 'oat extract', 'oat milk', 'oat protein', 'oatmeal', 'ocean kelp', 'olive', 'onion', 'orange', 'orange peel', 'papaya', 'paraben free', 'peach', 'pearl extract', 'piroctone olamine', 'pro-moisture complex', 'protein', 'red onion', 'reetha', 'rice water', 'saffron', 'sarcosines', 'sea berry', 'shea butter', 'shikakai', 'silicon', 'silicone', 'silicones', 'silk protein', 'soya protein', 'sugarcane', 'sulfate-free', 'sulfosuccinates anionic detergents', 'sulphate free', 'synthetic', 'tea tree', 'tea tree oil', 'thymus peptides', 'titanium alloy', 'turmeric', 'vinegar', 'vitamin a', 'vitamin e', 'walnut', 'water lily', 'wheat proteins', 'zinc pyrithione', 'marshmallow root', 'cocoa butter']}}, 'free': {'type': 'array', 'description': 'is product free from', 'items': {'type': 'string', 'enum': ['alcohol free', 'bpa free', 'formaldehyde free', 'mineral oil free', 'paraben free', 'silicone free', 'sulfate free', 'ammonia free', 'dye free', 'gluten free', 'hexane free', 'oil free', 'paraffin free', 'petroleum free', 'phthalate free', 'sodium lauryl sulfate free', 'soy free', 'synthetic color free']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['cream', 'lotion', 'oil', 'powder', 'wax', 'drop']}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['benifits', 'ingredient', 'free', 'form', 'count', 'quantity', 'unit']}}
{'closure type': 'snap', 'frame material': 'plastic', 'brand': 'sureflap'}
cat flaps
sureflap pet door mounting adaptor – white sureflap pet door mounting adaptor – white
Extract the features from the title : sureflap pet door mounting adaptor – white sureflap pet door mounting adaptor – white
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'closure type': {'type': 'string', 'description': 'closure type', 'enum': ['magnetic', ' snap']}, 'frame material': {'type': 'array', 'description': 'material used', 'items': {'type': 'string', 'enum': ['[]']}}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['closure type', 'frame material', 'brand']}}
cats
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'closure type': {'type': 'string', 'description': 'closure type', 'enum': ['magnetic', ' snap']}, 'frame material': {'type': 'array', 'description': 'material used', 'items': {'type': 'string', 'enum': ['plastic', ' wood']}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['closure type', 'frame material', 'count', 'quantity', 'unit']}}
{'wattage': 750, 'voltage': 220, 'material': 'stainless steel', 'prod_cat': 'sandwich maker', 'brand': 'brushfinch'}
sandwich makers
brushfinch sandwich maker,gas sandwich toaster,sandwich maker pan, toaster, grill sandwich maker, hot sandwich maker, sandwich toaster, maker, gas toaster, grill toaster, grill sandwich toaster-multi.
Extract the features from the title : brushfinch sandwich maker,gas sandwich toaster,sandwich maker pan, toaster, grill sandwich maker, hot sandwich maker, sandwich toaster, maker, gas toaster, grill toaster, grill sandwich toaster-multi.
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'wattage': {'type': 'integer', 'description': 'wattage'}, 'voltage': {'type': 'integer', 'description': 'operating volatge'}, 'material': {'type': 'string', 'description': 'material type', 'enum': ['stainless steel', ' plastic']}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['wattage', 'voltage', 'material', 'prod_cat', 'brand']}}
kitchen appliances
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'wattage': {'type': 'integer', 'description': 'wattage'}, 'voltage': {'type': 'integer', 'description': 'operating volatge'}, 'material': {'type': 'string', 'description': 'material type', 'enum': ['stainless steel', ' plastic']}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}}, 'required': ['wattage', 'voltage', 'material', 'prod_cat']}}
{'benifits': 'weight gain,lean mass,protein', 'form': 'powder', 'container': 'tub', 'flavor': 'unflavored', 'count': 1, 'quantity': 5, 'unit': 'lb', 'brand': 'Rival Nutrition'}
mass and weight gainers
rival nutrition clean gainer 5 lbs lb weight gain lean mass protein
Extract the features from the title : rival nutrition clean gainer 5 lbs lb weight gain lean mass protein
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benifits': {'type': 'array', 'description': 'benifits', 'items': {'type': 'string', 'enum': ["['weight loss support']"]}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['capsule', 'cream', 'gel', 'gummy', 'liquid', 'powder', 'tablet']}, 'container': {'type': 'string', 'description': 'container type', 'enum': ['bag', 'bottle', 'box', 'canister', 'jar', 'stick pack', 'tub']}, 'flavor': {'type': 'string', 'description': 'flavour of the product '}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['benifits', 'form', 'container', 'flavor', 'count', 'quantity', 'unit', 'brand']}}
mass gainer
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benifits': {'type': 'array', 'description': 'benifits', 'items': {'type': 'string', 'enum': ['anti-aging', 'brain health support', 'digestive health support', 'energy management', 'immune support', 'metabolism management', 'muscle growth', 'weight loss support']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['capsule', 'cream', 'gel', 'gummy', 'liquid', 'powder', 'tablet']}, 'container': {'type': 'string', 'description': 'container type', 'enum': ['bag', 'bottle', 'box', 'canister', 'jar', 'stick pack', 'tub']}, 'flavor': {'type': 'string', 'description': 'flavour of the product '}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['benifits', 'form', 'container', 'flavor', 'count', 'quantity', 'unit']}}
{'wattage': 750, 'number of slices': 2, 'prod_cat': 'bread toaster', 'count': 1, 'quantity': 1, 'unit': 'piece', 'brand': 'ibell'}
pop-up toasters
ibell toast500m pop-up bread toaster 2 slices, 750w, 6 browning modes and removable crumb tray (white)
Extract the features from the title : ibell toast500m pop-up bread toaster 2 slices, 750w, 6 browning modes and removable crumb tray (white)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'wattage': {'type': 'integer', 'description': 'wattage'}, 'number of slices': {'type': 'integer', 'description': 'number of slices'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['wattage', 'number of slices', 'prod_cat', 'count', 'quantity', 'unit', 'brand']}}
kitchen appliances
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'wattage': {'type': 'integer', 'description': 'wattage'}, 'number of slices': {'type': 'integer', 'description': 'number of slices'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['wattage', 'number of slices', 'prod_cat', 'count', 'quantity', 'unit']}}
{'specialty': 'ketchup', 'count': 1, 'quantity': 900, 'unit': 'gm', 'brand': 'sona'}
ketchup
sona ketchup 900gm pouch sona ketchup 900gm pouch
Extract the features from the title : sona ketchup 900gm pouch sona ketchup 900gm pouch
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'specialty': {'type': 'array', 'description': 'is this product ', 'items': {'type': 'string', 'enum': ['[]']}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['specialty', 'count', 'quantity', 'unit', 'brand']}}
sauces
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'specialty': {'type': 'array', 'description': 'is this product ', 'items': {'type': 'string', 'enum': ['alcohol free', 'halal', 'lactose free', 'low carb', 'natural', 'no added salt', 'no added sugar', 'no artificial colours', 'no artificial flavour', 'organic', 'vegans', 'vegetarians']}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['specialty', 'count', 'quantity', 'unit']}}
{'wattage': 20, 'animals': 'turtle, tortoise, snakes, lizard, gecko', 'count': 1, 'quantity': 1, 'unit': 'mat', 'brand': 'nekosuki'}
terrarium heat mats
nekosuki reptile heating mat, 20w 16.5x11 inch waterproof reptile heat pad under tank terrarium with temperature control, safety adjustable reptile heat mat for turtle, tortoise, snakes, lizard, gecko
Extract the features from the title : nekosuki reptile heating mat, 20w 16.5x11 inch waterproof reptile heat pad under tank terrarium with temperature control, safety adjustable reptile heat mat for turtle, tortoise, snakes, lizard, gecko
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'wattage': {'type': 'integer', 'description': 'get power if mentioned'}, 'animals': {'type': 'string', 'description': 'comma seperated list of animals used for '}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['wattage', 'animals', 'count', 'quantity', 'unit', 'brand']}}
other pets
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'wattage': {'type': 'integer', 'description': 'get power if mentioned'}, 'animals': {'type': 'string', 'description': 'comma seperated list of animals used for '}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['wattage', 'animals', 'count', 'quantity', 'unit']}}
{'uses': 'air circulation', 'switch': 'toggle', 'blade length': 6, 'no. of blades': 2, 'speed': 3, 'prod_cat': 'personal air circulator fan', 'brand': 'vornado'}
table fans
vornado pivot personal air circulator fan, champagne
Extract the features from the title : vornado pivot personal air circulator fan, champagne
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'uses': {'type': 'array', 'description': 'recommended uses', 'items': {'type': 'string', 'enum': ["['air circulation']"]}}, 'switch': {'type': 'string', 'description': 'switch type', 'enum': ['pull chain', 'push button', 'toggle']}, 'blade length': {'type': 'integer', 'description': 'blade length'}, 'no. of blades': {'type': 'integer', 'description': 'no of blades'}, 'speed': {'type': 'integer', 'description': 'speed control number'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['uses', 'switch', 'blade length', 'no. of blades', 'speed', 'prod_cat', 'brand']}}
fans
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['count', 'quantity', 'unit']}}
{'lid': 'outer lid', 'material': 'al', 'prod_cat': 'pressure cooker', 'count': 1, 'quantity': 10, 'unit': 'l', 'brand': 'pigeon'}
pressure cookers
pigeon 10 l pressure cooker
Extract the features from the title : pigeon 10 l pressure cooker
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'lid': {'type': 'string', 'description': 'lid type', 'enum': ['inner lid', 'outer lid']}, 'material': {'type': 'string', 'description': 'material type', 'enum': ['al', 'ha', 'ss']}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['lid', 'material', 'prod_cat', 'count', 'quantity', 'unit', 'brand']}}
npg
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'lid': {'type': 'string', 'description': 'lid type', 'enum': ['inner lid', 'outer lid']}, 'material': {'type': 'string', 'description': 'material type', 'enum': ['al', 'ha', 'ss']}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['lid', 'material', 'prod_cat', 'count', 'quantity', 'unit']}}
{'capacity': 140, 'capacity unit': 'mm', 'prod_cat': 'kitchen', 'count': 1, 'quantity': 230, 'unit': 'mm', 'brand': 'moh'}
oven toaster grills
moh kitchen rotisserie grill roaster drum oven basket oven roast 140x230mm
Extract the features from the title : moh kitchen rotisserie grill roaster drum oven basket oven roast 140x230mm
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'capacity': {'type': 'integer', 'description': 'category of the product'}, 'capacity unit': {'type': 'string', 'description': 'the unit of capacity'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['capacity', 'capacity unit', 'prod_cat', 'count', 'quantity', 'unit', 'brand']}}
kitchen appliances
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'capacity': {'type': 'integer', 'description': 'category of the product'}, 'capacity unit': {'type': 'string', 'description': 'the unit of capacity'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['capacity', 'capacity unit', 'prod_cat', 'count', 'quantity', 'unit']}}
{'colour': 'blue + gray', 'material': 'silicone', 'count': 2, 'quantity': 7.8, 'unit': 'inch', 'brand': 'unknown'}
fryer accessories
air fryer silicone liner, 2 pack reusable silicone airfryer liners, 7.8 inch air fryer accessories for ninja cosori tower, fits 3.6 to 6.8qt air fryer pot (blue + gray) air fryer silicone liner, 2 pack reusable silicone airfryer liners, 7.8 inch air fryer accessories for ninja cosori tower, fits 3.6 to 6.8qt air fryer pot (blue + gray)
Extract the features from the title : air fryer silicone liner, 2 pack reusable silicone airfryer liners, 7.8 inch air fryer accessories for ninja cosori tower, fits 3.6 to 6.8qt air fryer pot (blue + gray) air fryer silicone liner, 2 pack reusable silicone airfryer liners, 7.8 inch air fryer accessories for ninja cosori tower, fits 3.6 to 6.8qt air fryer pot (blue + gray)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'colour': {'type': 'string', 'description': 'colour of the product'}, 'material': {'type': 'string', 'description': 'materials of the product made of'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['colour', 'material', 'count', 'quantity', 'unit', 'brand']}}
kitchen appliances
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'colour': {'type': 'string', 'description': 'colour of the product'}, 'material': {'type': 'string', 'description': 'materials of the product made of'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['colour', 'material', 'count', 'quantity', 'unit']}}
{'count': 1, 'quantity': 1.7, 'unit': 'inch', 'brand': 'Ckeyin'}
hair straighteners
ckeyin wide plates hair straightener, 1.7 inch titanium ceramic flat iron, 5-speed temperature straightener iron, dual voltage 30s ptc fast heating
Extract the features from the title : ckeyin wide plates hair straightener, 1.7 inch titanium ceramic flat iron, 5-speed temperature straightener iron, dual voltage 30s ptc fast heating
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['count', 'quantity', 'unit', 'brand']}}
beauty devices
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['count', 'quantity', 'unit']}}
{'voltage': 220, 'controller type': "' amazon alexa','google assistant',' remote control'", 'filter type': '', 'suction': 20, 'color': '', 'item weight': 3, 'prod_cat': 'vacuum cleaner', 'wattage': 1000, 'count': 1, 'quantity': 1, 'unit': 'unit', 'brand': 'ibell'}
robotic vacuums
ibell robotic vacuum cleaner with self-charging, 360â° smart sensor protection, vacuum wet moping, control by alexa, google home, remote and dedicated app
Extract the features from the title : ibell robotic vacuum cleaner with self-charging, 360â° smart sensor protection, vacuum wet moping, control by alexa, google home, remote and dedicated app
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'voltage': {'type': 'integer', 'description': 'voltage of the item'}, 'controller type': {'type': 'array', 'description': 'is it control by', 'items': {'type': 'string', 'enum': ["[' remote control'", " ' amazon alexa'", " 'google assistant']"]}}, 'filter type': {'type': 'array', 'description': 'filter type is ', 'items': {'type': 'string', 'enum': ['[]']}}, 'suction': {'type': 'integer', 'description': 'the pressure of suction in kilopascal'}, 'color': {'type': 'string', 'description': 'color of the item'}, 'item weight': {'type': 'integer', 'description': 'weight of the item in kg'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'wattage': {'type': 'integer', 'description': 'power of vaccume'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['voltage', 'controller type', 'filter type', 'suction', 'color', 'item weight', 'prod_cat', 'wattage', 'count', 'quantity', 'unit', 'brand']}}
floor care
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'voltage': {'type': 'integer', 'description': 'voltage of the item'}, 'controller type': {'type': 'array', 'description': 'is it control by', 'items': {'type': 'string', 'enum': ['voice', 'google assistant', ' amazon alexa', ' ios', ' android', ' remote control']}}, 'filter type': {'type': 'array', 'description': 'filter type is ', 'items': {'type': 'string', 'enum': ['cartridge', 'cloth', 'disk', 'foam', 'hepa']}}, 'suction': {'type': 'integer', 'description': 'the pressure of suction in kilopascal'}, 'color': {'type': 'string', 'description': 'color of the item'}, 'item weight': {'type': 'integer', 'description': 'weight of the item in kg'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'wattage': {'type': 'integer', 'description': 'power of vaccume'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['voltage', 'controller type', 'filter type', 'suction', 'color', 'item weight', 'prod_cat', 'wattage', 'count', 'quantity', 'unit']}}
{'colour': 'white', 'small kitchen appliances material': 'aluminium', 'special features': 'non stick coating', 'count': 1, 'quantity': 2, 'unit': 'toasties', 'brand': 'nyra'}
sandwich toasters & panini presses
nyra electric sandwich maker 3 layer non-stick aluminium sandwich plate toasted sandwich maker, sandwich toaster press machine 820w make 2 makes 2 toasties in 4 minutes (white) nyra electric sandwich maker 3 layer non-stick aluminium sandwich plate toasted sandwich maker, sandwich toaster press machine 820w make 2 makes 2 toasties in 4 minutes (white)
Extract the features from the title : nyra electric sandwich maker 3 layer non-stick aluminium sandwich plate toasted sandwich maker, sandwich toaster press machine 820w make 2 makes 2 toasties in 4 minutes (white) nyra electric sandwich maker 3 layer non-stick aluminium sandwich plate toasted sandwich maker, sandwich toaster press machine 820w make 2 makes 2 toasties in 4 minutes (white)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'colour': {'type': 'string', 'description': 'colour of the product'}, 'small kitchen appliances material': {'type': 'array', 'description': 'material used', 'items': {'type': 'string', 'enum': ['[]']}}, 'special features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ["['non stick coating']"]}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['colour', 'small kitchen appliances material', 'special features', 'count', 'quantity', 'unit', 'brand']}}
kitchen appliances
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'colour': {'type': 'string', 'description': 'colour of the product'}, 'small kitchen appliances material': {'type': 'array', 'description': 'material used', 'items': {'type': 'string', 'enum': ['metal', 'ceramic', 'plastic']}}, 'special features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ['cool touch', 'non stick coating', 'removable surface', 'temperature control']}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['colour', 'small kitchen appliances material', 'special features', 'count', 'quantity', 'unit']}}
{'special_feature': "'natural','no added sugar','nut free'", 'flavour': 'vanilla', 'count': 4, 'quantity': 200, 'unit': 'g', 'brand': 'diabodelite'}
digestive biscuits
diabodelite 200g cookies natural flavour| delight for diabetics multigrain sugar-free digestive cookies with fenugreek | for maintaining optimum balancing blood sugar | low gi, rich in fibre |pack of 4
Extract the features from the title : diabodelite 200g cookies natural flavour| delight for diabetics multigrain sugar-free digestive cookies with fenugreek | for maintaining optimum balancing blood sugar | low gi, rich in fibre |pack of 4
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'special_feature': {'type': 'array', 'description': 'does product conatins', 'items': {'type': 'string', 'enum': ["['nut free'", " 'no added sugar'", " 'natural'", " 'fat free'", " 'no artificial flavour']"]}}, 'flavour': {'type': 'string', 'description': 'product has flavour of ', 'enum': ['almond', 'butter', 'chocolate', 'coconut', 'ginger', 'vanilla', 'banana', 'cranberry', 'walnut']}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['special_feature', 'flavour', 'count', 'quantity', 'unit', 'brand']}}
biscuits and cookies
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'special_feature': {'type': 'array', 'description': 'does product conatins', 'items': {'type': 'string', 'enum': ['fat free', 'natural', 'no added sugar', 'no artificial colours', 'no artificial flavour', 'no preservatives', 'nut free']}}, 'flavour': {'type': 'string', 'description': 'product has flavour of ', 'enum': ['almond', 'butter', 'chocolate', 'coconut', 'ginger', 'vanilla', 'banana', 'cranberry', 'walnut']}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['special_feature', 'flavour', 'count', 'quantity', 'unit']}}
{'benefits': 'curling', 'item shape': 'round', 'hair type': 'all hair', 'count': 1, 'quantity': 1, 'unit': 'piece', 'brand': 'Succeasy'}
curling tongs
wireless automatic curling iron, succeasy cordless auto hair curler, ceramic rotating hair curler with 3 temps & timers, portable rechargeable curling wand fast heating wireless automatic curling iron, succeasy cordless auto hair curler, ceramic rotating hair curler with 3 temps & timers, portable rechargeable curling wand fast heating
Extract the features from the title : wireless automatic curling iron, succeasy cordless auto hair curler, ceramic rotating hair curler with 3 temps & timers, portable rechargeable curling wand fast heating wireless automatic curling iron, succeasy cordless auto hair curler, ceramic rotating hair curler with 3 temps & timers, portable rechargeable curling wand fast heating
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benefits': {'type': 'array', 'description': 'benefits of prodcut', 'items': {'type': 'string', 'enum': ["[' hair styling'", " 'curling']"]}}, 'item shape': {'type': 'string', 'description': 'shape of straighteners', 'enum': ['barrel', ' flat', ' round', ' straight']}, 'hair type': {'type': 'array', 'description': 'used for hair type', 'items': {'type': 'string', 'enum': ["['all hair'", " 'curly']"]}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['benefits', 'item shape', 'hair type', 'count', 'quantity', 'unit', 'brand']}}
home appliances
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benefits': {'type': 'array', 'description': 'benefits of prodcut', 'items': {'type': 'string', 'enum': ['curling', ' hair styling']}}, 'item shape': {'type': 'string', 'description': 'shape of straighteners', 'enum': ['barrel', ' flat', ' round', ' straight']}, 'hair type': {'type': 'array', 'description': 'used for hair type', 'items': {'type': 'string', 'enum': ['curly', 'dry', 'fine', 'flyaway', 'natural', 'oily', 'dull', 'damaged', 'all hair', 'frizzy']}}}, 'required': ['benefits', 'item shape', 'hair type']}}
{'specialty': '', 'count': 1, 'quantity': 400, 'unit': 'g', 'brand': 'Agri Club'}
upma
agri club barnyard millet upma rava 400g
Extract the features from the title : agri club barnyard millet upma rava 400g
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'specialty': {'type': 'array', 'description': 'is this product ', 'items': {'type': 'string', 'enum': ['[]']}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['specialty', 'count', 'quantity', 'unit', 'brand']}}
ready to eat & cook
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'specialty': {'type': 'array', 'description': 'is this product ', 'items': {'type': 'string', 'enum': ['fat free', 'high in protein', 'low fat', 'natural', 'no artificial flavour', 'no preservatives', 'organic', 'coeliacs', 'diabetics', 'vegans', 'vegetarians', 'wheat free']}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['specialty', 'count', 'quantity', 'unit']}}
{'liquid volume': 1000, 'flavour': 'mint', 'ingredient': 'sodium fluoride i.p', 'package unit': 2, 'prod_cat': 'mouthwash', 'count': 1, 'quantity': 1000, 'unit': 'ml', 'brand': 'colgate'}
mouthwashes
colgate phos.flur ortho defense, active fluoride rinse, sodium fluoride i.p (pack of 2) - mint (1000 ml)
Extract the features from the title : colgate phos.flur ortho defense, active fluoride rinse, sodium fluoride i.p (pack of 2) - mint (1000 ml)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'liquid volume': {'type': 'integer', 'description': 'quantity'}, 'flavour': {'type': 'string', 'description': 'flavour of the mouthwash'}, 'ingredient': {'type': 'string', 'description': 'ingredients used'}, 'package unit': {'type': 'integer', 'description': 'number of bottles/units of the product'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['liquid volume', 'flavour', 'ingredient', 'package unit', 'prod_cat', 'count', 'quantity', 'unit', 'brand']}}
oral healthcare
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'liquid volume': {'type': 'integer', 'description': 'quantity'}, 'flavour': {'type': 'string', 'description': 'flavour of the mouthwash'}, 'ingredient': {'type': 'string', 'description': 'ingredients used'}, 'package unit': {'type': 'integer', 'description': 'number of bottles/units of the product'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['liquid volume', 'flavour', 'ingredient', 'package unit', 'prod_cat', 'count', 'quantity', 'unit']}}
{'benefits': 'hair growth,conditioning', 'item form': 'oil', 'material free': 'palm oil free,mineral oil free,animal by product free', 'count': 1, 'quantity': 100, 'unit': 'ml', 'brand': 'benjamin bernard'}
beard oils
beard oil - beard grooming conditioner oil for men by benjamin bernard - encourage healthy beard growth, well-groomed style - lightly scented, contains jojoba and almond oil - vegan beard care - 100ml beard oil - beard grooming conditioner oil for men by benjamin bernard - encourage healthy beard growth, well-groomed style - lightly scented, contains jojoba and almond oil - vegan beard care - 100ml
Extract the features from the title : beard oil - beard grooming conditioner oil for men by benjamin bernard - encourage healthy beard growth, well-groomed style - lightly scented, contains jojoba and almond oil - vegan beard care - 100ml beard oil - beard grooming conditioner oil for men by benjamin bernard - encourage healthy beard growth, well-groomed style - lightly scented, contains jojoba and almond oil - vegan beard care - 100ml
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benefits': {'type': 'array', 'description': 'benefits of prodcut', 'items': {'type': 'string', 'enum': ["[' hair growth'", " ' conditioning']"]}}, 'item form': {'type': 'string', 'description': 'form of the product', 'enum': ['lotion', ' mousse', 'aerosol', 'balm', 'bar', 'brick', 'capsule', 'clay', 'crayon', 'cream', 'drop', 'flake', 'foam', 'gel', 'granule', 'gummy', 'liquid', 'loose leaves', 'lotion', 'mousse', 'oil', 'pad', 'paste', 'pen', 'pencil', 'pod', 'powder', 'serum', 'softgel', 'spray', 'stick', 'strip', 'syrup', 'tablet', 'teabags', 'wax', 'wipe']}, 'material free': {'type': 'array', 'description': 'material free from', 'items': {'type': 'string', 'enum': ["[' palm oil free'", " ' oil free'", " 'mineral oil free'", " ' mineral oil free'", " 'oil free'", " ' animal by product free'", " 'palm oil free']"]}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['benefits', 'item form', 'material free', 'count', 'quantity', 'unit', 'brand']}}
face care
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benefits': {'type': 'array', 'description': 'benefits of prodcut', 'items': {'type': 'string', 'enum': ['anti-itch', ' conditioning', ' hair growth', ' moisturizing', ' shine', ' smoothening']}}, 'item form': {'type': 'string', 'description': 'form of the product', 'enum': ['lotion', ' mousse', 'aerosol', 'balm', 'bar', 'brick', 'capsule', 'clay', 'crayon', 'cream', 'drop', 'flake', 'foam', 'gel', 'granule', 'gummy', 'liquid', 'loose leaves', 'lotion', 'mousse', 'oil', 'pad', 'paste', 'pen', 'pencil', 'pod', 'powder', 'serum', 'softgel', 'spray', 'stick', 'strip', 'syrup', 'tablet', 'teabags', 'wax', 'wipe']}, 'material free': {'type': 'array', 'description': 'material free from', 'items': {'type': 'string', 'enum': ['alcohol free', ' aluminium free', ' aluminum free', ' ammonia free', ' animal by product free', ' animal fat free', ' artifical color free', ' artificial colour free', ' bpa free', ' butylparaben free', ' chemical free', ' chlorine free', ' dairy free', ' diethanolamine free', ' diethylamine (dea) free', ' docosahexaenoic acid (dha) free', ' dye free', ' flouride free', ' formaldehyde donor free', ' formaldehyde free', ' fragrance free', ' gluten free', ' lanolin free', ' latex free', ' methylchloroisothiazolinone (cmit) free', ' methylisothiazolinone (mit) free', ' microbead free', ' mineral oil free', ' nano mineral free', ' nonylphenol ethoxylate free', ' oil free', ' palm oil free', ' paraben free', ' paraffin free', ' petrochemical free', ' petroleum free', ' phosphate free', ' phthalate free', ' polyethylene glycol (peg) free', ' preservative free', ' propylene glycol (pg) free', ' propylene glycol free', ' propylparaben free', ' silicone free', ' sodium laureth sulfate (sles) free', ' sodium laureth sulfate free', ' sodium lauryl sulfate (sls) free', ' sodium lauryl sulfate free', ' soy free', ' sulfate free', ' sulphate free', ' synthetic color free', ' thc free', ' talc free', ' talcum free', ' teflon free', ' toluene free', ' triclosan free', ' triethanolamine (tea) free', ' wax free', 'acetone free', 'alcohol free', 'aluminium free', 'ammonia free', 'artificial colour free', 'bisphenol a (bpa) free', 'bisphenol a free', 'butylparaben free', 'chemical free', 'dye free', 'egg free', 'formaldehyde free', 'hypoallergenic', 'mineral oil free', 'oil free', 'pfoa free', 'palm oil free', 'paraben free', 'paraffin free', 'petrochemical free', 'petroleum free', 'phthalate free', 'plastic free', 'propylparaben free', 'silicone free', 'soap free', 'sodium laureth sulphate free', 'sulphate free']}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['benefits', 'item form', 'material free', 'count', 'quantity', 'unit']}}
{'count': 90, 'quantity': 3, 'unit': 'pack', 'brand': 'Life Extension'}
vitamin k1 supplements
life extension super k with advanced k2 complex softgels, 90 softgels (3 pack)
Extract the features from the title : life extension super k with advanced k2 complex softgels, 90 softgels (3 pack)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['count', 'quantity', 'unit', 'brand']}}
vitamins & supplements
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['count', 'quantity', 'unit']}}
{'ram': '4gb', 'hdd': '1tb', 'ssd': '', 'screen': '', 'series': 'i5', 'generation': 10, 'touch': False, 'graphic': '', 'graphic series': '', 'os': '', 'gaming': False, 'count': 1, 'quantity': 1, 'unit': '', 'brand': 'asus'}
desktops
asus dt s500mc-541000015t intel core i5 10400 4gb ram 1tb hdd desktop pc
Extract the features from the title :asus dt s500mc-541000015t intel core i5 10400 4gb ram 1tb hdd desktop pc
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'ram': {'type': 'string', 'description': 'ram capacity', 'enum': ['4gb', ' 8gb']}, 'hdd': {'type': 'string', 'description': 'hdd capacity', 'enum': ['500gb', ' 1tb']}, 'ssd': {'type': 'string', 'description': 'ssd capacity', 'enum': ['500gb', ' 1tb', ' ']}, 'screen': {'type': 'string', 'description': 'screen size in inches', 'enum': ['17.1', ' 15.6']}, 'series': {'type': 'string', 'description': 'processor series name', 'enum': ['i5', ' i7', ' ryzen 7', ' apple m2', ' mediatek']}, 'generation': {'type': 'integer', 'description': 'generation of processor', 'enum': ['7', ' 10', ' 5800', ' 3020', ' ']}, 'touch': {'type': 'boolean', 'description': 'does laptop have touch screen'}, 'graphic': {'type': 'string', 'description': 'graphic card size', 'enum': ['4gb', ' 8gb', ' ']}, 'graphic series': {'type': 'string', 'description': 'gpu series', 'enum': ['nvidia gtx 1660ti', ' nvidia gt 710', ' amd radeon 5500m', ' intel iris xe', ' ']}, 'os': {'type': 'string', 'description': 'operating system installed', 'enum': ['windows 11', ' dos', ' windows 11 home', ' windows 11 pro', ' chrome os', ' mac os', ' ubuntu']}, 'gaming': {'type': 'boolean', 'description': 'is it gaming laptop'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['ram', 'hdd', 'ssd', 'screen', 'series', 'generation', 'touch', 'graphic', 'graphic series', 'os', 'gaming', 'count', 'quantity', 'unit', 'brand']}}
desktops
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'ram': {'type': 'string', 'description': 'ram capacity', 'enum': ['4gb', ' 8gb']}, 'hdd': {'type': 'string', 'description': 'hdd capacity', 'enum': ['500gb', ' 1tb']}, 'ssd': {'type': 'string', 'description': 'ssd capacity', 'enum': ['500gb', ' 1tb', ' ']}, 'screen': {'type': 'string', 'description': 'screen size in inches', 'enum': ['17.1', ' 15.6']}, 'series': {'type': 'string', 'description': 'processor series name', 'enum': ['i5', ' i7', ' ryzen 7', ' apple m2', ' mediatek']}, 'generation': {'type': 'integer', 'description': 'generation of processor', 'enum': ['7', ' 10', ' 5800', ' 3020', ' ']}, 'touch': {'type': 'boolean', 'description': 'does laptop have touch screen'}, 'graphic': {'type': 'string', 'description': 'graphic card size', 'enum': ['4gb', ' 8gb', ' ']}, 'graphic series': {'type': 'string', 'description': 'gpu series', 'enum': ['nvidia gtx 1660ti', ' nvidia gt 710', ' amd radeon 5500m', ' intel iris xe', ' ']}, 'os': {'type': 'string', 'description': 'operating system installed', 'enum': ['windows 11', ' dos', ' windows 11 home', ' windows 11 pro', ' chrome os', ' mac os', ' ubuntu']}, 'gaming': {'type': 'boolean', 'description': 'is it gaming laptop'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['ram', 'hdd', 'ssd', 'screen', 'series', 'generation', 'touch', 'graphic', 'graphic series', 'os', 'gaming', 'count', 'quantity', 'unit']}}
{'benifits': '', 'ingredient': '', 'special_feature': '', 'form': 'cream', 'active ingredient': '', 'spf': 50, 'count': 2, 'quantity': 100, 'unit': 'ml', 'brand': 'mamaearth'}
sunscreen
mamaearth mineral based sunscreen (100 ml)(pack of 2)
Extract the features from the title : mamaearth mineral based sunscreen (100 ml)(pack of 2)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benifits': {'type': 'array', 'description': 'does product helps in ', 'items': {'type': 'string', 'enum': ['[]']}}, 'ingredient': {'type': 'array', 'description': 'does it conatins ', 'items': {'type': 'string', 'enum': ["['amla'", " 'mint']"]}}, 'special_feature': {'type': 'array', 'description': 'does product', 'items': {'type': 'string', 'enum': ['[]']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['aerosol', 'cream', 'gel', 'lotion', 'oil', 'powder', 'serum']}, 'active ingredient': {'type': 'array', 'description': 'does it conatins ', 'items': {'type': 'string', 'enum': ['[]']}}, 'spf': {'type': 'integer', 'description': 'spf of the moisturizer'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['benifits', 'ingredient', 'special_feature', 'form', 'active ingredient', 'spf', 'count', 'quantity', 'unit', 'brand']}}
skin care
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benifits': {'type': 'array', 'description': 'does product helps in ', 'items': {'type': 'string', 'enum': ['anti-aging', 'brightening', 'dark spot correction', 'hydrating', 'moisturizing', 'soothing', 'wrinkle treatment', 'anti-acne', 'anti-inflammatory', 'antioxidant', 'cleansing', 'exfoliating', 'nourishing', 'oil control', 'smoothening', 'softening', 'ultra-violet protection']}}, 'ingredient': {'type': 'array', 'description': 'does it conatins ', 'items': {'type': 'string', 'enum': ['almond', 'almond oil', 'aloe vera', 'amla', 'ammonia-free', 'antioxidants', 'apple', 'apricot', 'apricot oil', 'argan', 'argan oil', 'arginine', 'artificial colour free', 'avocado', 'ayurvedic', 'bamboo', 'banana', 'baobab seed extract', 'beer', 'bhringraj', 'biotin', 'black pepper fruit', 'black seed', 'bringha plant extracts', 'caffeine', 'camphor', 'castor', 'castor oil', 'charcoal', 'chickpea', 'chilli extract', 'clay', 'coconut', 'coconut milk', 'coconut oil', 'coffee', 'color protect', 'corn starch', 'cucumber seed', 'egg', 'egg protein', 'eucalyptus', 'eucalyptus oil', 'fenugreek', 'fermented rice water', 'fiber actives', 'fibre actives', 'ginger', 'ginseng', 'glycerin', 'goji berry', 'gold quinoa', 'green tea', 'heena', 'henna leaf', 'herbal', 'herbal extracts', 'hing', 'honey', 'hyaluronic acid', 'jojoba', 'kelp', 'kelp protein', 'keratin', 'lavender', 'lemon', 'macadamia', 'macadamia nut oil', 'mango', 'menthol', 'milk protein', 'mint', 'murumuru butter', 'natural ingredients', 'neem', 'niacinamide', 'oat extract', 'oat milk', 'oat protein', 'oatmeal', 'ocean kelp', 'olive', 'onion', 'orange', 'orange peel', 'papaya', 'paraben free', 'peach', 'pearl extract', 'piroctone olamine', 'pro-moisture complex', 'protein', 'red onion', 'reetha', 'rice water', 'saffron', 'sarcosines', 'sea berry', 'shea butter', 'shikakai', 'silicon', 'silicone', 'silicones', 'silk protein', 'soya protein', 'sugarcane', 'sulfate-free', 'sulfosuccinates anionic detergents', 'sulphate free', 'synthetic', 'tea tree', 'tea tree oil', 'thymus peptides', 'titanium alloy', 'turmeric', 'vinegar', 'vitamin a', 'vitamin e', 'walnut', 'water lily', 'wheat proteins', 'zinc pyrithione', 'marshmallow root', 'cocoa butter']}}, 'special_feature': {'type': 'array', 'description': 'does product', 'items': {'type': 'string', 'enum': ['cruelty free', 'fragrance free', 'natural', 'organic', 'vegan', 'gluten free', 'vegetarian', 'antibacterial', 'aromatherapy', 'travel size', 'water resistant']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['aerosol', 'cream', 'gel', 'lotion', 'oil', 'powder', 'serum']}, 'active ingredient': {'type': 'array', 'description': 'does it conatins ', 'items': {'type': 'string', 'enum': ['ceramide', 'hyaluronic acid', 'niacinamide', 'retinol', 'vitamin c', 'vitamin e', 'zinc oxide', 'lactic acid', 'menthol']}}, 'spf': {'type': 'integer', 'description': 'spf of the moisturizer'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['benifits', 'ingredient', 'special_feature', 'form', 'active ingredient', 'spf', 'count', 'quantity', 'unit']}}
{'material free': '', 'material features': 'natural', 'recommended uses for product': '', 'skin type': '', 'count': 2, 'quantity': 1, 'unit': 'pack', 'brand': 'Unknown'}
depilatories
men permanent hair beard removal cream depilatory paste face,men hair removal cream,permanent hair removal cream,natural soft painless beard remover cream,for face,legs,arms (2 pcs) men permanent hair beard removal cream depilatory paste face,men hair removal cream,permanent hair removal cream,natural soft painless beard remover cream,for face,legs,arms (2 pcs)
Extract the features from the title : men permanent hair beard removal cream depilatory paste face,men hair removal cream,permanent hair removal cream,natural soft painless beard remover cream,for face,legs,arms (2 pcs) men permanent hair beard removal cream depilatory paste face,men hair removal cream,permanent hair removal cream,natural soft painless beard remover cream,for face,legs,arms (2 pcs)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'material free': {'type': 'array', 'description': 'material free from', 'items': {'type': 'string', 'enum': ['[]']}}, 'material features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ["[' natural']"]}}, 'recommended uses for product': {'type': 'array', 'description': 'use of the product', 'items': {'type': 'string', 'enum': ['[]']}}, 'skin type': {'type': 'array', 'description': 'skin type used for', 'items': {'type': 'string', 'enum': ['[]']}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['material free', 'material features', 'recommended uses for product', 'skin type', 'count', 'quantity', 'unit', 'brand']}}
skin care
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'material free': {'type': 'array', 'description': 'material free from', 'items': {'type': 'string', 'enum': ['alcohol free', ' aluminium free', ' aluminum free', ' ammonia free', ' animal by product free', ' animal fat free', ' artifical color free', ' artificial colour free', ' bpa free', ' butylparaben free', ' chemical free', ' chlorine free', ' dairy free', ' diethanolamine free', ' diethylamine (dea) free', ' docosahexaenoic acid (dha) free', ' dye free', ' flouride free', ' formaldehyde donor free', ' formaldehyde free', ' fragrance free', ' gluten free', ' lanolin free', ' latex free', ' methylchloroisothiazolinone (cmit) free', ' methylisothiazolinone (mit) free', ' microbead free', ' mineral oil free', ' nano mineral free', ' nonylphenol ethoxylate free', ' oil free', ' palm oil free', ' paraben free', ' paraffin free', ' petrochemical free', ' petroleum free', ' phosphate free', ' phthalate free', ' polyethylene glycol (peg) free', ' preservative free', ' propylene glycol (pg) free', ' propylene glycol free', ' propylparaben free', ' silicone free', ' sodium laureth sulfate (sles) free', ' sodium laureth sulfate free', ' sodium lauryl sulfate (sls) free', ' sodium lauryl sulfate free', ' soy free', ' sulfate free', ' sulphate free', ' synthetic color free', ' thc free', ' talc free', ' talcum free', ' teflon free', ' toluene free', ' triclosan free', ' triethanolamine (tea) free', ' wax free', 'acetone free', 'alcohol free', 'aluminium free', 'ammonia free', 'artificial colour free', 'bisphenol a (bpa) free', 'bisphenol a free', 'butylparaben free', 'chemical free', 'dye free', 'egg free', 'formaldehyde free', 'hypoallergenic', 'mineral oil free', 'oil free', 'pfoa free', 'palm oil free', 'paraben free', 'paraffin free', 'petrochemical free', 'petroleum free', 'phthalate free', 'plastic free', 'propylparaben free', 'silicone free', 'soap free', 'sodium laureth sulphate free', 'sulphate free']}}, 'material features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ['dermatologist tested', ' not tested on animals', ' natural']}}, 'recommended uses for product': {'type': 'array', 'description': 'use of the product', 'items': {'type': 'string', 'enum': ['bikini line', ' body']}}, 'skin type': {'type': 'array', 'description': 'skin type used for', 'items': {'type': 'string', 'enum': ['dry', 'all', 'combination', 'normal', 'oily', 'sensitive', 'young']}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['material free', 'material features', 'recommended uses for product', 'skin type', 'count', 'quantity', 'unit']}}
{'hair type': 'all hair', 'count': 2, 'quantity': 2, 'unit': 'pcs', 'brand': 'universal'}
hair dryer comb attachments
blow dryer replacement parts 2pcs hair dryer comb universal hair diffuser hair styling accessories professional hair dryer hair dryer comb attachment
Extract the features from the title : blow dryer replacement parts 2pcs hair dryer comb universal hair diffuser hair styling accessories professional hair dryer hair dryer comb attachment
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'hair type': {'type': 'array', 'description': 'used for hair type', 'items': {'type': 'string', 'enum': ["['dry'", " 'all hair']"]}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['hair type', 'count', 'quantity', 'unit', 'brand']}}
beauty devices
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'hair type': {'type': 'array', 'description': 'used for hair type', 'items': {'type': 'string', 'enum': ['curly', 'dry', 'fine', 'flyaway', 'natural', 'oily', 'dull', 'damaged', 'all hair', 'frizzy']}}}, 'required': ['hair type']}}
{'wattage': 40, 'power source': 'electric', 'type': 'brush', 'gender': 'unisex', 'material': 'plastic', 'max temperature': 200, 'hair type': 'all hair types', 'prod_cat': 'hair straightener brush', 'brand': 'nexteesh'}
straightener
nexteesh hair straightener brush enhanced ionic hair straightening comb with led hair straightener comb brush hair straightener brush
Extract the features from the title : nexteesh hair straightener brush enhanced ionic hair straightening comb with led hair straightener comb brush hair straightener brush
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'wattage': {'type': 'integer', 'description': 'wattage'}, 'power source': {'type': 'string', 'description': 'power source of straightener'}, 'type': {'type': 'string', 'description': 'straightener type', 'enum': ['hair straightener', 'brush']}, 'gender': {'type': 'string', 'description': 'gender used by', 'enum': ['women', 'men', ' unisex']}, 'material': {'type': 'string', 'description': 'cool shot button', 'enum': ['plastic', ' ceramic']}, 'max temperature': {'type': 'integer', 'description': 'temperature range of straightener'}, 'hair type': {'type': 'string', 'description': 'type of hair used for'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['wattage', 'power source', 'type', 'gender', 'material', 'max temperature', 'hair type', 'prod_cat', 'brand']}}
beauty
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'wattage': {'type': 'integer', 'description': 'wattage'}, 'power source': {'type': 'string', 'description': 'power source of straightener'}, 'type': {'type': 'string', 'description': 'straightener type', 'enum': ['hair straightener', 'brush']}, 'gender': {'type': 'string', 'description': 'gender used by', 'enum': ['women', 'men', ' unisex']}, 'material': {'type': 'string', 'description': 'cool shot button', 'enum': ['plastic', ' ceramic']}, 'max temperature': {'type': 'integer', 'description': 'temperature range of straightener'}, 'hair type': {'type': 'string', 'description': 'type of hair used for'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['wattage', 'power source', 'type', 'gender', 'material', 'max temperature', 'hair type', 'prod_cat', 'count', 'quantity', 'unit']}}
{'count': 1, 'quantity': 7, 'unit': 'lbs', 'brand': 'MuscleTech'}
mass and weight gainers
muscletech masstech elite 7lbs mass gainer (vanilla) best selling|best
Extract the features from the title : muscletech masstech elite 7lbs mass gainer (vanilla) best selling|best
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['count', 'quantity', 'unit', 'brand']}}
mass aginer
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benifits': {'type': 'array', 'description': 'benifits', 'items': {'type': 'string', 'enum': ['anti-aging', 'brain health support', 'digestive health support', 'energy management', 'immune support', 'metabolism management', 'muscle growth', 'weight loss support']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['capsule', 'cream', 'gel', 'gummy', 'liquid', 'powder', 'tablet']}, 'container': {'type': 'string', 'description': 'container type', 'enum': ['bag', 'bottle', 'box', 'canister', 'jar', 'stick pack', 'tub']}, 'flavor': {'type': 'string', 'description': 'flavour of the product '}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['benifits', 'form', 'container', 'flavor', 'count', 'quantity', 'unit']}}
{'skin type': 'oily', 'item form': 'lotion', 'material free': '', 'material features': '', 'count': 1, 'quantity': 251, 'unit': 'ml', 'brand': 'Body Butter Karat'}
tan enhancers & accelerators
body butter karat gel accelerator tanning lotion - infused with helio carrot oil (251ml) body butter karat gel accelerator tanning lotion - infused with helio carrot oil (251ml)
Extract the features from the title : body butter karat gel accelerator tanning lotion - infused with helio carrot oil (251ml) body butter karat gel accelerator tanning lotion - infused with helio carrot oil (251ml)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'skin type': {'type': 'array', 'description': 'skin type used for', 'items': {'type': 'string', 'enum': ["['oily']"]}}, 'item form': {'type': 'string', 'description': 'form of the product', 'enum': ['lotion', 'mousse', 'aerosol', 'balm', 'bar', 'brick', 'capsule', 'clay', 'crayon', 'cream', 'drop', 'flake', 'foam', 'gel', 'granule', 'gummy', 'liquid', 'loose leaves', 'lotion', 'mousse', 'oil', 'pad', 'paste', 'pen', 'pencil', 'pod', 'powder', 'serum', 'softgel', 'spray', 'stick', 'strip', 'syrup', 'tablet', 'teabags', 'wax', 'wipe']}, 'material free': {'type': 'array', 'description': 'material free from', 'items': {'type': 'string', 'enum': ["['mineral oil free'", " 'oil free'", " 'palm oil free']"]}}, 'material features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ['[]']}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['skin type', 'item form', 'material free', 'material features', 'count', 'quantity', 'unit', 'brand']}}
face care
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['count', 'quantity', 'unit']}}
{'special features': ' waterproof', 'material': '', 'recommended uses for product': ' mustache', 'gender': ' male', 'count': 1, 'quantity': 1, 'unit': 'unit', 'brand': 'Urbaner'}
facial trimmers
urbaner battery operated mustache trimmer, waterproof cordless beard trimmer for men, compact moustache clipper portable man grooming trimmer electric mustache razor, mb-042uk
Extract the features from the title : urbaner battery operated mustache trimmer, waterproof cordless beard trimmer for men, compact moustache clipper portable man grooming trimmer electric mustache razor, mb-042uk
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'special features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ["[' waterproof']"]}}, 'material': {'type': 'array', 'description': 'material used', 'items': {'type': 'string', 'enum': ['[]']}}, 'recommended uses for product': {'type': 'array', 'description': 'use of the product', 'items': {'type': 'string', 'enum': ["['beard'", " ' mustache'", " ' ear']"]}}, 'gender': {'type': 'string', 'description': 'which gender can use this product', 'enum': ['female', ' male', ' unisex']}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['special features', 'material', 'recommended uses for product', 'gender', 'count', 'quantity', 'unit', 'brand']}}
beauty devices
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'special features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ['rechargeable', ' waterproof']}}, 'material': {'type': 'array', 'description': 'material used', 'items': {'type': 'string', 'enum': ['abs polymer', ' alloy steel', ' carbon steel', ' metal', ' plastic', ' stainless steel']}}, 'recommended uses for product': {'type': 'array', 'description': 'use of the product', 'items': {'type': 'string', 'enum': ['beard', ' nose', ' body', ' ear', ' eyebrows', ' face', ' mustache']}}, 'gender': {'type': 'string', 'description': 'which gender can use this product', 'enum': ['female', ' male', ' unisex']}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['special features', 'material', 'recommended uses for product', 'gender', 'count', 'quantity', 'unit']}}
{'count': 500, 'quantity': 500, 'unit': 'mg', 'brand': 'Kirkland'}
vitamin c supplements
kirkland vitamin c (500 mg), tangy orange, chewable tablets, 500 count
Extract the features from the title : kirkland vitamin c (500 mg), tangy orange, chewable tablets, 500 count
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['count', 'quantity', 'unit', 'brand']}}
vitamins & supplements
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['count', 'quantity', 'unit']}}
{'benifits': 'aromatherapy', 'ingredient': 'strawberry', 'free': '', 'special_feature': 'natural', 'skin type': '', 'scent': 'strawberry', 'count': 1, 'quantity': 6, 'unit': 'ml', 'brand': 'Parag Fragrances'}
bath oils
parag fragrances strawberry essential oil / 100% pure, natural and undiluted oil/aromatherapy grade 1 / 6ml parag fragrances strawberry essential oil / 100% pure, natural and undiluted oil/aromatherapy grade 1 / 6ml
Extract the features from the title : parag fragrances strawberry essential oil / 100% pure, natural and undiluted oil/aromatherapy grade 1 / 6ml parag fragrances strawberry essential oil / 100% pure, natural and undiluted oil/aromatherapy grade 1 / 6ml
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benifits': {'type': 'array', 'description': 'does product helps in ', 'items': {'type': 'string', 'enum': ["['aromatherapy']"]}}, 'ingredient': {'type': 'array', 'description': 'does it conatins ', 'items': {'type': 'string', 'enum': ["['macadamia nut oil'", " 'beer'", " 'castor oil'", " 'apricot oil'", " 'goji berry'", " 'amla'", " 'argan oil'", " 'eucalyptus oil'", " 'tea tree oil'", " 'coconut oil'", " 'argan'", " 'almond oil'", " 'natural ingredients']"]}}, 'free': {'type': 'array', 'description': 'is product ', 'items': {'type': 'string', 'enum': ['[]']}}, 'special_feature': {'type': 'array', 'description': 'is this product', 'items': {'type': 'string', 'enum': ["['fragrance free'", " 'organic'", " 'natural']"]}}, 'skin type': {'type': 'array', 'description': 'is used for skin type', 'items': {'type': 'string', 'enum': ["['oily']"]}}, 'scent': {'type': 'array', 'description': 'product has scent of ', 'items': {'type': 'string', 'enum': ["['pear'", " 'raspberry'", " 'strawberry']"]}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['benifits', 'ingredient', 'free', 'special_feature', 'skin type', 'scent', 'count', 'quantity', 'unit', 'brand']}}
skin care
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benifits': {'type': 'array', 'description': 'does product helps in ', 'items': {'type': 'string', 'enum': ['aromatherapy', 'detox', 'moisturizing', 'muscle therapy', 'anti-aging', 'antioxidant', 'brightening', 'hydrating', 'hypoallergenic', 'nourishing', 'pain relief', 'radiant skin', 'rejuvenate', 'relaxing', 'smoothening', 'softening', 'soothing', 'strengthening', 'stress relief', 'relaxation', 'muscle relief', 'pain relief']}}, 'ingredient': {'type': 'array', 'description': 'does it conatins ', 'items': {'type': 'string', 'enum': ['almond', 'almond oil', 'aloe vera', 'amla', 'ammonia-free', 'antioxidants', 'apple', 'apricot', 'apricot oil', 'argan', 'argan oil', 'arginine', 'artificial colour free', 'avocado', 'ayurvedic', 'bamboo', 'banana', 'baobab seed extract', 'beer', 'bhringraj', 'biotin', 'black pepper fruit', 'black seed', 'bringha plant extracts', 'caffeine', 'camphor', 'castor', 'castor oil', 'charcoal', 'chickpea', 'chilli extract', 'clay', 'coconut', 'coconut milk', 'coconut oil', 'coffee', 'color protect', 'corn starch', 'cucumber seed', 'egg', 'egg protein', 'eucalyptus', 'eucalyptus oil', 'fenugreek', 'fermented rice water', 'fiber actives', 'fibre actives', 'ginger', 'ginseng', 'glycerin', 'goji berry', 'gold quinoa', 'green tea', 'heena', 'henna leaf', 'herbal', 'herbal extracts', 'hing', 'honey', 'hyaluronic acid', 'jojoba', 'kelp', 'kelp protein', 'keratin', 'lavender', 'lemon', 'macadamia', 'macadamia nut oil', 'mango', 'menthol', 'milk protein', 'mint', 'murumuru butter', 'natural ingredients', 'neem', 'niacinamide', 'oat extract', 'oat milk', 'oat protein', 'oatmeal', 'ocean kelp', 'olive', 'onion', 'orange', 'orange peel', 'papaya', 'paraben free', 'peach', 'pearl extract', 'piroctone olamine', 'pro-moisture complex', 'protein', 'red onion', 'reetha', 'rice water', 'saffron', 'sarcosines', 'sea berry', 'shea butter', 'shikakai', 'silicon', 'silicone', 'silicones', 'silk protein', 'soya protein', 'sugarcane', 'sulfate-free', 'sulfosuccinates anionic detergents', 'sulphate free', 'synthetic', 'tea tree', 'tea tree oil', 'thymus peptides', 'titanium alloy', 'turmeric', 'vinegar', 'vitamin a', 'vitamin e', 'walnut', 'water lily', 'wheat proteins', 'zinc pyrithione', 'marshmallow root', 'cocoa butter']}}, 'free': {'type': 'array', 'description': 'is product ', 'items': {'type': 'string', 'enum': ['paraben free', 'phthalate free', 'sulfate free']}}, 'special_feature': {'type': 'array', 'description': 'is this product', 'items': {'type': 'string', 'enum': ['clean', 'cruelty free', 'fragrance free', 'non toxic', 'organic', 'dermatologist tested', 'gluten free', 'natural', 'vegan']}}, 'skin type': {'type': 'array', 'description': 'is used for skin type', 'items': {'type': 'string', 'enum': ['dry', 'all', 'combination', 'normal', 'oily', 'sensitive', 'young']}}, 'scent': {'type': 'array', 'description': 'product has scent of ', 'items': {'type': 'string', 'enum': ['coconut', 'eucalyptus', 'lavender', 'orange', 'unscented', 'almond', 'bergamot', 'calendula', 'chamomile', 'cucumber', 'geranium', 'grapefruit', 'hibiscus', 'lemon', 'mandarin', 'melon', 'mint', 'pineapple', 'raspberry', 'rose', 'rosemary', 'sandalwood', 'strawberry', 'tea tree', 'thyme', 'vanilla', 'watermelonfruit', 'patchouli', 'peach', 'pear', 'pine', 'pineapple', 'pomegranate', 'raspberry', 'rose', 'rosemary', 'salt', 'sandalwood', 'strawberry', 'tea tree', 'turmeric', 'vanilla', 'vetiver', 'ylang ylang']}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['benifits', 'ingredient', 'free', 'special_feature', 'skin type', 'scent', 'count', 'quantity', 'unit']}}
{'gender': 'women', 'washable': True, 'blade material': 'stainless steel', 'battery life': 0, 'battery life unit': 'hours', 'prod_cat': 'shaver', 'power source': 'corded electric', 'count': 1, 'quantity': 1, 'unit': 'piece', 'brand': 'QGS'}
bikini trimmer
qgs 2in1 women's rechargable corded/cordless waterproof shaver body hair remover trimmer painless eplitor electric razor 3 blade multicolor (6 month warranty)
Extract the features from the title : qgs 2in1 women's rechargable corded/cordless waterproof shaver body hair remover trimmer painless eplitor electric razor 3 blade multicolor (6 month warranty)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'gender': {'type': 'array', 'description': 'gender used by', 'items': {'type': 'string', 'enum': ["['men'", " 'women']"]}}, 'washable': {'type': 'boolean', 'description': 'the head is washable'}, 'blade material': {'type': 'string', 'description': 'material of the blade'}, 'battery life': {'type': 'integer', 'description': 'life of the battery'}, 'battery life unit': {'type': 'string', 'description': 'battery life unit'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'power source': {'type': 'string', 'description': 'power source', 'enum': ['corded electric', ' battery powered']}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['gender', 'washable', 'blade material', 'battery life', 'battery life unit', 'prod_cat', 'power source', 'count', 'quantity', 'unit', 'brand']}}
women shaving
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'gender': {'type': 'array', 'description': 'gender used by', 'items': {'type': 'string', 'enum': ['women', 'men']}}, 'blade material': {'type': 'string', 'description': 'material of the blade'}, 'battery life': {'type': 'integer', 'description': 'life of the battery'}, 'battery life unit': {'type': 'string', 'description': 'battery life unit'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'power source': {'type': 'string', 'description': 'power source', 'enum': ['corded electric', ' battery powered']}}, 'required': ['gender', 'blade material', 'battery life', 'battery life unit', 'prod_cat', 'power source']}}
{'colour': 'silver', 'small kitchen appliances material': 'metal', 'special features': 'compact,connect,sandwich toaster,carp fishing', 'brand': 'ridgemonkey'}
sandwich toasters & panini presses
ridgemonkey connect compact sandwich toaster/carp fishing ridgemonkey connect compact sandwich toaster/carp fishing
Extract the features from the title : ridgemonkey connect compact sandwich toaster/carp fishing ridgemonkey connect compact sandwich toaster/carp fishing
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'colour': {'type': 'string', 'description': 'colour of the product'}, 'small kitchen appliances material': {'type': 'array', 'description': 'material used', 'items': {'type': 'string', 'enum': ['[]']}}, 'special features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ['[]']}}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['colour', 'small kitchen appliances material', 'special features', 'brand']}}
kitchen appliances
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'colour': {'type': 'string', 'description': 'colour of the product'}, 'small kitchen appliances material': {'type': 'array', 'description': 'material used', 'items': {'type': 'string', 'enum': ['metal', 'ceramic', 'plastic']}}, 'special features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ['cool touch', 'non stick coating', 'removable surface', 'temperature control']}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['colour', 'small kitchen appliances material', 'special features', 'count', 'quantity', 'unit']}}
{'wattage': 0, 'program support': 0, 'recommended uses for product': 'air frying', 'dual-zone features': 'Yes', 'basket': 1, 'capacity': 0, 'colour': '', 'count': 100, 'quantity': 100, 'unit': 'pcs', 'brand': 'unknown'}
air fryers
100 pcs air fryer liners, air fryer accessories, air fryer disposable parchment paper liner, compatible with ninja af300uk af400uk, salter and other dual zone air fryer(6.5in/16.5cm square 100pcs) 100 pcs air fryer liners, air fryer accessories, air fryer disposable parchment paper liner, compatible with ninja af300uk af400uk, salter and other dual zone air fryer(6.5in/16.5cm square 100pcs)
Extract the features from the title : 100 pcs air fryer liners, air fryer accessories, air fryer disposable parchment paper liner, compatible with ninja af300uk af400uk, salter and other dual zone air fryer(6.5in/16.5cm square 100pcs) 100 pcs air fryer liners, air fryer accessories, air fryer disposable parchment paper liner, compatible with ninja af300uk af400uk, salter and other dual zone air fryer(6.5in/16.5cm square 100pcs)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'wattage': {'type': 'integer', 'description': 'get power if mentioned'}, 'program support': {'type': 'integer', 'description': 'no.of cooking function'}, 'recommended uses for product': {'type': 'array', 'description': 'used for', 'items': {'type': 'string', 'enum': ['[]']}}, 'dual-zone features': {'type': 'string', 'description': 'has dual-zone features'}, 'basket': {'type': 'integer', 'description': 'no. of basket support'}, 'capacity': {'type': 'integer', 'description': 'capacity in liters'}, 'colour': {'type': 'string', 'description': 'color present'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['wattage', 'program support', 'recommended uses for product', 'dual-zone features', 'basket', 'capacity', 'colour', 'count', 'quantity', 'unit', 'brand']}}
kitchen appliances
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['count', 'quantity', 'unit']}}
{'special_feature': 'rusk,crispy toast,tea toast,round rusk,cookies', 'flavour': '', 'count': 4, 'quantity': 2100, 'unit': 'gm', 'brand': 'polka'}
butter cookies
polka pack of 6 suji rusk , 2 pc crispy toast , 2 tea toast ,2 round rusk ,2100 gm ,family combo pack , rusk toast ,cookies biscuit
Extract the features from the title : polka pack of 6 suji rusk , 2 pc crispy toast , 2 tea toast ,2 round rusk ,2100 gm ,family combo pack , rusk toast ,cookies biscuit
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'special_feature': {'type': 'array', 'description': 'does product conatins', 'items': {'type': 'string', 'enum': ['[]']}}, 'flavour': {'type': 'string', 'description': 'product has flavour of ', 'enum': ['almond', 'butter', 'chocolate', 'coconut', 'hazelnut', 'pistachio', 'vanilla', 'orange', 'pineapple']}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['special_feature', 'flavour', 'count', 'quantity', 'unit', 'brand']}}
biscuits and cookies
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'special_feature': {'type': 'array', 'description': 'does product conatins', 'items': {'type': 'string', 'enum': ['high in protein', 'lactose free', 'low carb', 'natural', 'no added sugar', 'no artificial colours', 'no artificial flavour']}}, 'flavour': {'type': 'string', 'description': 'product has flavour of ', 'enum': ['almond', 'butter', 'chocolate', 'coconut', 'hazelnut', 'pistachio', 'vanilla', 'orange', 'pineapple']}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['special_feature', 'flavour', 'count', 'quantity', 'unit']}}
{'liquid volume': 200, 'flavour': 'senza alcool', 'ingredient': 'clorexidina-digluconato', 'package unit': 2, 'prod_cat': 'collutorio', 'count': 2, 'quantity': 200, 'unit': 'ml', 'brand': 'curasept 0.20%'}
mouthwashes
2 confezioni di collutorio curasept 0.20% clorexidina-digluconato - 2 x 200ml - senza alcool
Extract the features from the title : 2 confezioni di collutorio curasept 0.20% clorexidina-digluconato - 2 x 200ml - senza alcool
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'liquid volume': {'type': 'integer', 'description': 'quantity'}, 'flavour': {'type': 'string', 'description': 'flavour of the mouthwash'}, 'ingredient': {'type': 'string', 'description': 'ingredients used'}, 'package unit': {'type': 'integer', 'description': 'number of bottles/units of the product'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['liquid volume', 'flavour', 'ingredient', 'package unit', 'prod_cat', 'count', 'quantity', 'unit', 'brand']}}
oral healthcare
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'liquid volume': {'type': 'integer', 'description': 'quantity'}, 'flavour': {'type': 'string', 'description': 'flavour of the mouthwash'}, 'ingredient': {'type': 'string', 'description': 'ingredients used'}, 'package unit': {'type': 'integer', 'description': 'number of bottles/units of the product'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['liquid volume', 'flavour', 'ingredient', 'package unit', 'prod_cat', 'count', 'quantity', 'unit']}}
{'additives': '', 'benefits': '', 'special features': '', 'material free': '', 'material features': '', 'target use body part': '', 'scent': 'jasmine', 'skin type': '', 'count': 1, 'quantity': 200, 'unit': 'g', 'brand': 'The English Soap Company'}
solid soap bars
the english soap company, vintage wrapped shea butter soap, jasmine, 200g the english soap company, vintage wrapped shea butter soap, jasmine, 200g
Extract the features from the title : the english soap company, vintage wrapped shea butter soap, jasmine, 200g the english soap company, vintage wrapped shea butter soap, jasmine, 200g
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'additives': {'type': 'array', 'description': 'additives contains', 'items': {'type': 'string', 'enum': ["['mint'", " 'heena'", " 'cocoa butter'", " 'shea butter'", " 'apple'", " 'murumuru butter']"]}}, 'benefits': {'type': 'array', 'description': 'benefits of prodcut', 'items': {'type': 'string', 'enum': ['[]']}}, 'special features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ['[]']}}, 'material free': {'type': 'array', 'description': 'material free from', 'items': {'type': 'string', 'enum': ["['soap free']"]}}, 'material features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ['[]']}}, 'target use body part': {'type': 'array', 'description': 'used for body part', 'items': {'type': 'string', 'enum': ["['skin']"]}}, 'scent': {'type': 'array', 'description': 'scent of product', 'items': {'type': 'string', 'enum': ["['jasmine']"]}}, 'skin type': {'type': 'array', 'description': 'skin type used for', 'items': {'type': 'string', 'enum': ['[]']}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['additives', 'benefits', 'special features', 'material free', 'material features', 'target use body part', 'scent', 'skin type', 'count', 'quantity', 'unit', 'brand']}}
skin care
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['count', 'quantity', 'unit']}}
{'gender': 'women', 'blade material': 'stainless steel', 'battery life': 60, 'battery life unit': 'minutes', 'prod_cat': 'trimmer', 'power source': 'battery powered', 'brand': 'wahl'}
bikini trimmer
wahl women clean & confident cordless trimmer - purple
Extract the features from the title : wahl women clean & confident cordless trimmer - purple
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'gender': {'type': 'array', 'description': 'gender used by', 'items': {'type': 'string', 'enum': ["['men'", " 'women']"]}}, 'blade material': {'type': 'string', 'description': 'material of the blade'}, 'battery life': {'type': 'integer', 'description': 'life of the battery'}, 'battery life unit': {'type': 'string', 'description': 'battery life unit'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'power source': {'type': 'string', 'description': 'power source', 'enum': ['corded electric', ' battery powered']}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['gender', 'blade material', 'battery life', 'battery life unit', 'prod_cat', 'power source', 'brand']}}
women shaving
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'gender': {'type': 'array', 'description': 'gender used by', 'items': {'type': 'string', 'enum': ['women', 'men']}}, 'blade material': {'type': 'string', 'description': 'material of the blade'}, 'battery life': {'type': 'integer', 'description': 'life of the battery'}, 'battery life unit': {'type': 'string', 'description': 'battery life unit'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'power source': {'type': 'string', 'description': 'power source', 'enum': ['corded electric', ' battery powered']}}, 'required': ['gender', 'blade material', 'battery life', 'battery life unit', 'prod_cat', 'power source']}}
{'specialty': 'refined', 'special_feature': 'refined', 'count': 1, 'quantity': 1, 'unit': 'liter', 'brand': 'fortune goldnut'}
peanut
fortune goldnut refined groundnut oil, 1l
Extract the features from the title : fortune goldnut refined groundnut oil, 1l
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'specialty': {'type': 'array', 'description': 'is this product ', 'items': {'type': 'string', 'enum': ['[]']}}, 'special_feature': {'type': 'array', 'description': 'is it', 'items': {'type': 'string', 'enum': ["['unrefined'", " 'refined']"]}}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['specialty', 'special_feature', 'count', 'quantity', 'unit', 'brand']}}
edible oils
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'specialty': {'type': 'array', 'description': 'is this product ', 'items': {'type': 'string', 'enum': ['kosher', 'low fat', 'natural', 'no added sugar', 'no artificial flavour', 'no genetic engineering', 'non-gmo', 'organic', 'vegans', 'vegetarians']}}, 'special_feature': {'type': 'array', 'description': 'is it', 'items': {'type': 'string', 'enum': ['cold pressed', 'raw', 'refined', 'unrefined', 'wood pressed', 'blended', 'hydrogenated']}}}, 'required': ['specialty', 'special_feature']}}
{'sterilizer or bottle warmer': 'sterilizer', 'capacity': 6, 'prod_cat': 'feeding bottles', 'count': 1, 'quantity': 6, 'unit': 'bottles', 'brand': 'luvlap'}
warmers & sterilizers
luvlap delight electric steam sterilizer for 6 feeding bottles with led display, fast sterilizer for feeding bottles (white)
Extract the features from the title : luvlap delight electric steam sterilizer for 6 feeding bottles with led display, fast sterilizer for feeding bottles (white)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'sterilizer or bottle warmer': {'type': 'string', 'description': 'sterilizer or bottle warmer', 'enum': ['sterilizer', 'bottle warmer']}, 'capacity': {'type': 'integer', 'description': 'capacity'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['sterilizer or bottle warmer', 'capacity', 'prod_cat', 'count', 'quantity', 'unit', 'brand']}}
avent
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'sterilizer or bottle warmer': {'type': 'string', 'description': 'sterilizer or bottle warmer', 'enum': ['sterilizer', 'bottle warmer']}, 'capacity': {'type': 'integer', 'description': 'capacity'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}}, 'required': ['sterilizer or bottle warmer', 'capacity', 'prod_cat']}}
{'count': 1, 'quantity': 900, 'unit': 'grams', 'brand': 'Cassava Fertility Booster'}
prenatal vitamins
baby boy formula for women with cassava fertility booster (1)
Extract the features from the title : baby boy formula for women with cassava fertility booster (1)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['count', 'quantity', 'unit', 'brand']}}
vitamins & supplements
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['count', 'quantity', 'unit']}}
{'animal shelter style': 'contemporary', 'brand': 'cat house winter outdoor'}
cat caves & houses
cat house winter outdoor, triangular cat cave with removable cushion, fluffy plush kitten bed cat sleeping place for cats and kittens
Extract the features from the title : cat house winter outdoor, triangular cat cave with removable cushion, fluffy plush kitten bed cat sleeping place for cats and kittens
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'animal shelter style': {'type': 'string', 'description': 'shelter style', 'enum': ['contemporary', ' modern']}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['animal shelter style', 'brand']}}
home furnishing
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'animal shelter style': {'type': 'string', 'description': 'shelter style', 'enum': ['contemporary', ' modern']}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['animal shelter style', 'count', 'quantity', 'unit']}}
{'wattage': 400, 'power source': 'Electric', 'capacity': 500, 'capacity unit': 'ml', 'jars': 3, 'speeds': 2, 'prod_cat': 'Mixer Grinder', 'count': 1, 'quantity': 1, 'unit': 'Piece', 'brand': 'Jenefy'}
juicer mixer grinders
jenefy bullet mixer grinder juicer blender 400w with 3jars (500ml & 300ml & juicer jar) wonderful black body|100% copper winding|for nutritious shakes crushes grinding & mixie of home hotel chef use
Extract the features from the title : jenefy bullet mixer grinder juicer blender 400w with 3jars (500ml & 300ml & juicer jar) wonderful black body|100% copper winding|for nutritious shakes crushes grinding & mixie of home hotel chef use
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'wattage': {'type': 'integer', 'description': 'wattage'}, 'power source': {'type': 'string', 'description': 'type of power source'}, 'capacity': {'type': 'integer', 'description': 'capacity of the product'}, 'capacity unit': {'type': 'string', 'description': 'unit of the capacity'}, 'jars': {'type': 'integer', 'description': 'number of jars'}, 'speeds': {'type': 'integer', 'description': 'number of speeds support'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['wattage', 'power source', 'capacity', 'capacity unit', 'jars', 'speeds', 'prod_cat', 'count', 'quantity', 'unit', 'brand']}}
kitchen appliances
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'wattage': {'type': 'integer', 'description': 'wattage'}, 'power source': {'type': 'string', 'description': 'type of power source'}, 'capacity': {'type': 'integer', 'description': 'capacity of the product'}, 'capacity unit': {'type': 'string', 'description': 'unit of the capacity'}, 'jars': {'type': 'integer', 'description': 'number of jars'}, 'speeds': {'type': 'integer', 'description': 'number of speeds support'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['wattage', 'power source', 'capacity', 'capacity unit', 'jars', 'speeds', 'prod_cat', 'count', 'quantity', 'unit']}}
{'special features': 'rechargeable,waterproof', 'material': '', 'recommended uses for product': 'ear,nose', 'gender': 'female', 'count': 1, 'quantity': 1, 'unit': 'unit', 'brand': 'diktoyou'}
facial trimmers
diktoyou 2 in 1 rechargeable ear and nose hair trimmer for women,painless nose trimmer, usb electric ipx7 waterproof eyebrow facial hair removal nose grooming garget easy cleansing diktoyou 2 in 1 rechargeable ear and nose hair trimmer for women,painless nose trimmer, usb electric ipx7 waterproof eyebrow facial hair removal nose grooming garget easy cleansing
Extract the features from the title : diktoyou 2 in 1 rechargeable ear and nose hair trimmer for women,painless nose trimmer, usb electric ipx7 waterproof eyebrow facial hair removal nose grooming garget easy cleansing diktoyou 2 in 1 rechargeable ear and nose hair trimmer for women,painless nose trimmer, usb electric ipx7 waterproof eyebrow facial hair removal nose grooming garget easy cleansing
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'special features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ["[' waterproof'", " 'rechargeable']"]}}, 'material': {'type': 'array', 'description': 'material used', 'items': {'type': 'string', 'enum': ['[]']}}, 'recommended uses for product': {'type': 'array', 'description': 'use of the product', 'items': {'type': 'string', 'enum': ["[' ear'", " ' eyebrows'", " ' nose'", " ' face']"]}}, 'gender': {'type': 'string', 'description': 'which gender can use this product', 'enum': ['female', ' male', ' unisex']}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['special features', 'material', 'recommended uses for product', 'gender', 'count', 'quantity', 'unit', 'brand']}}
beauty devices
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'special features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ['rechargeable', ' waterproof']}}, 'material': {'type': 'array', 'description': 'material used', 'items': {'type': 'string', 'enum': ['abs polymer', ' alloy steel', ' carbon steel', ' metal', ' plastic', ' stainless steel']}}, 'recommended uses for product': {'type': 'array', 'description': 'use of the product', 'items': {'type': 'string', 'enum': ['beard', ' nose', ' body', ' ear', ' eyebrows', ' face', ' mustache']}}, 'gender': {'type': 'string', 'description': 'which gender can use this product', 'enum': ['female', ' male', ' unisex']}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['special features', 'material', 'recommended uses for product', 'gender', 'count', 'quantity', 'unit']}}
{'package type': 'bottle', 'item form': 'spray', 'count': 1, 'quantity': 100, 'unit': 'ml', 'brand': 'Sculpted by Aimee'}
make-up finishers
hydrate & hold setting spray from sculpted by aimee - 100ml scented cruelty-free, travel-friendly hydrating mist with lemon extract hydrate & hold setting spray from sculpted by aimee - 100ml scented cruelty-free, travel-friendly hydrating mist with lemon extract
Extract the features from the title : hydrate & hold setting spray from sculpted by aimee - 100ml scented cruelty-free, travel-friendly hydrating mist with lemon extract hydrate & hold setting spray from sculpted by aimee - 100ml scented cruelty-free, travel-friendly hydrating mist with lemon extract
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'package type': {'type': 'string', 'description': 'conatiner type', 'enum': ['bottle', 'box', 'tube']}, 'item form': {'type': 'string', 'description': 'form of the product', 'enum': ['lotion', 'mousse', 'aerosol', 'balm', 'bar', 'brick', 'capsule', 'clay', 'crayon', 'cream', 'drop', 'flake', 'foam', 'gel', 'granule', 'gummy', 'liquid', 'loose leaves', 'lotion', 'mousse', 'oil', 'pad', 'paste', 'pen', 'pencil', 'pod', 'powder', 'serum', 'softgel', 'spray', 'stick', 'strip', 'syrup', 'tablet', 'teabags', 'wax', 'wipe']}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['package type', 'item form', 'count', 'quantity', 'unit', 'brand']}}
face care
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'package type': {'type': 'string', 'description': 'conatiner type', 'enum': ['bottle', 'box', 'tube']}, 'item form': {'type': 'string', 'description': 'form of the product', 'enum': ['lotion', 'mousse', 'aerosol', 'balm', 'bar', 'brick', 'capsule', 'clay', 'crayon', 'cream', 'drop', 'flake', 'foam', 'gel', 'granule', 'gummy', 'liquid', 'loose leaves', 'lotion', 'mousse', 'oil', 'pad', 'paste', 'pen', 'pencil', 'pod', 'powder', 'serum', 'softgel', 'spray', 'stick', 'strip', 'syrup', 'tablet', 'teabags', 'wax', 'wipe']}, 'count': {'type': 'integer', 'description': 'number of packs in product'}, 'quantity': {'type': 'integer', 'description': 'value of the net quantity'}, 'unit': {'type': 'string', 'description': 'unit of the net quantity'}}, 'required': ['package type', 'item form', 'count', 'quantity', 'unit']}}