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
{'gender': 'unisex', 'prod_cat': 'Electric Shaver', 'count': 2, 'quantity': 2, 'unit': 'packs', 'brand': 'Philips'}
shaving heads
philips oneblade replaceable blade pack including 2 replaceable blades, qp220/51 (lime) & philips bg1025/15 bodyshaver (black)
Extract the features from the title : philips oneblade replaceable blade pack including 2 replaceable blades, qp220/51 (lime) & philips bg1025/15 bodyshaver (black)
{'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']}}
{'wattage': 500, 'jars': 3, 'speeds': 3, 'recommended use': 'grind', 'prod_cat': 'mixer grinder', 'count': 1, 'quantity': 500, 'unit': 'grams', 'brand': 'kutchina'}
mixer grinders
kutchina by kutchina stylo 500 500 mixer grinder (3 jars, white)
Extract the features from the title : kutchina by kutchina stylo 500 500 mixer grinder (3 jars, white)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'wattage': {'type': 'integer', 'description': 'wattage'}, 'jars': {'type': 'integer', 'description': 'number of jars'}, 'speeds': {'type': 'integer', 'description': 'number of speeds support'}, 'recommended use': {'type': 'array', 'description': 'recommended uses', 'items': {'type': 'string', 'enum': ["[' grind']"]}}, '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', 'jars', 'speeds', 'recommended use', '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'}, 'jars': {'type': 'integer', 'description': 'number of jars'}, 'speeds': {'type': 'integer', 'description': 'number of speeds support'}, 'recommended use': {'type': 'array', 'description': 'recommended uses', 'items': {'type': 'string', 'enum': ['blend', ' grind']}}, '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', 'jars', 'speeds', 'recommended use', 'prod_cat', 'count', 'quantity', 'unit']}}
{'item form': 'oil', 'material free': " 'mineral oil free', 'oil free', 'palm oil free'", 'benefits': " 'split end treatment'", 'hair type': "['all hair']", 'ingredient': "['argan oil']", 'count': 2, 'quantity': 50, 'unit': 'ml', 'brand': 'argan oil'}
hair oils
argan oil hair treatment 50ml argan oil hair treatment 50ml
Extract the features from the title : argan oil hair treatment 50ml argan oil hair treatment 50ml
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'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']"]}}, 'benefits': {'type': 'array', 'description': 'benefits of prodcut', 'items': {'type': 'string', 'enum': ["['split end treatment'", " 'anti hair loss'", " 'oil control'", " 'hair growth']"]}}, 'hair type': {'type': 'array', 'description': 'used for hair type', 'items': {'type': 'string', 'enum': ["['all hair'", " 'oily']"]}}, 'ingredient': {'type': 'array', 'description': 'does it conatins ', 'items': {'type': 'string', 'enum': ["['macadamia nut oil'", " 'mint'", " 'apricot oil'", " 'castor oil'", " 'menthol'", " 'amla'", " 'argan oil'", " 'eucalyptus oil'", " 'tea tree oil'", " 'coconut oil'", " 'argan'", " 'almond oil']"]}}, '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': ['item form', 'material free', 'benefits', 'hair type', 'ingredient', 'count', 'quantity', 'unit', 'brand']}}
hair care
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'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']}}, 'benefits': {'type': 'array', 'description': 'benefits of prodcut', 'items': {'type': 'string', 'enum': ['anti hair loss', 'anti-age', 'anti-dandruff', 'anti-itch', 'breakage control', 'cleansing', 'color protection', 'conditioning', 'detangle', 'firm hold', 'frizz control', 'hair growth', 'hydrating', 'moisturizing', 'nourishing', 'oil control', 'rejuvenating', 'shine', 'smoothening', 'soothing', 'split end treatment', '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']}}, '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']}}, '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': ['item form', 'material free', 'benefits', 'hair type', 'ingredient', 'count', 'quantity', 'unit']}}
{'benifits': 'skin rejuvenation,moisturization', 'ingredient': 'hyaluronic acid,vitamin C', 'free': 'paraben,sulfate', 'form': 'serum', 'count': 2, 'quantity': 50, 'unit': 'ml', 'brand': 'habibs'}
hair serums
habibs 50ml serum combo
Extract the features from the title : habibs 50ml serum combo
{'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': ['[]']}}, 'free': {'type': 'array', 'description': 'is product free from', 'items': {'type': 'string', 'enum': ['[]']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['aerosol', 'cream', 'gel', 'lotion', 'mousse', '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'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['benifits', 'ingredient', 'free', 'form', 'count', 'quantity', 'unit', 'brand']}}
hair 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 hair loss', 'anti-age', 'anti-dandruff', 'anti-itch', 'breakage control', 'cleansing', 'color restoring', 'conditioning', 'damage control', 'detangle', 'frizz control', 'hair growth', 'heat protection', 'high gloss', 'hydrating', 'lengthening', 'moisturizing', 'nourishing', 'rejuvenating', 'shape & hold', 'shine', 'smoothening', 'split end treatment', 'straightening', 'strengthening', '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', 'aluminum free', 'ammonia free', 'dye free', 'gluten free', 'hexane free', 'oil free', 'paba free', 'paraffin free', 'petrochemical free', 'petroleum free', 'phthalate free', 'preservative free', 'sodium lauryl sulfate free', 'synthetic color free']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['aerosol', 'cream', 'gel', 'lotion', 'mousse', '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']}}
{'count': 180, 'quantity': 1, 'unit': 'capsules', 'brand': 'Eternal Health'}
vitamin d
eternalhealth vitamin d3-180 n capsules non gmo & gluten free
Extract the features from the title : eternalhealth vitamin d3-180 n capsules non gmo & gluten free
{'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']}}
{'veg/non-veg': 'veg', 'specialty': 'no added sugar,high in protein', 'cuisine': '', 'count': 11, 'quantity': 30, 'unit': 'gm', 'brand': 'kilobeaters'}
ready to eat
kilobeaters raw cacao high protein whey bars for fitness enthusiasts & weight watchers, zero sugar & zero preservatives, 30 gm - (pack of 11)
Extract the features from the title : kilobeaters raw cacao high protein whey bars for fitness enthusiasts & weight watchers, zero sugar & zero preservatives, 30 gm - (pack of 11)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'veg/non-veg': {'type': 'string', 'description': 'is it veg or non-veg', 'enum': ['veg', 'non-veg']}, 'specialty': {'type': 'array', 'description': 'specialty', 'items': {'type': 'string', 'enum': ["['no preservatives'", " 'no added sugar'", " 'high in protein']"]}}, 'cuisine': {'type': 'string', 'description': 'cuisine of the product', 'enum': ['american', 'chinese', 'indian', 'italian', 'lebanese', 'mexican', 'thai']}, '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': ['veg/non-veg', 'specialty', 'cuisine', 'count', 'quantity', 'unit', 'brand']}}
ready to eat
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'veg/non-veg': {'type': 'string', 'description': 'is it veg or non-veg', 'enum': ['veg', 'non-veg']}, 'specialty': {'type': 'array', 'description': 'specialty', 'items': {'type': 'string', 'enum': ['alcohol free', 'dairy free', 'fat free', 'halal', 'high in protein', 'lactose free', 'low carb', 'low fat', 'low sodium', 'natural', 'no added sugar', 'no artificial colours', 'no artificial flavour', 'no genetic engineering', 'no preservatives', 'non-gmo', 'organic', 'pre-cooked', 'diabetics', 'vegans', 'vegetarians']}}, 'cuisine': {'type': 'string', 'description': 'cuisine of the product', 'enum': ['american', 'chinese', 'indian', 'italian', 'lebanese', 'mexican', 'thai']}, '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': ['veg/non-veg', 'specialty', 'cuisine', 'count', 'quantity', 'unit']}}
{'specialty': 'no preservatives,no artificial flavour', 'special_feature': 'cold pressed', 'count': 1, 'quantity': 250, 'unit': 'ml', 'brand': 'mahua oil'}
coconut
mahua oil edible | pure cold pressed mahuwa (madhuca) cooking oil | improve digestion & heart rate | no chemicals | no preservatives | freshly extracted from mahua seeds | 250 ml
Extract the features from the title : mahua oil edible | pure cold pressed mahuwa (madhuca) cooking oil | improve digestion & heart rate | no chemicals | no preservatives | freshly extracted from mahua seeds | 250 ml
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'specialty': {'type': 'array', 'description': 'is this product ', 'items': {'type': 'string', 'enum': ["['no preservatives'", " 'no artificial flavour']"]}}, 'special_feature': {'type': 'array', 'description': 'is it', 'items': {'type': 'string', 'enum': ["['wood pressed'", " 'cold pressed']"]}}, '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': ['dairy free', 'lactose free', 'natural', 'no artificial flavour', 'no preservatives', 'non-gmo', 'organic', 'vegans', 'vegetarians']}}, 'special_feature': {'type': 'array', 'description': 'is it', 'items': {'type': 'string', 'enum': ['cold pressed', 'raw', 'refined', 'unrefined', 'wood pressed', 'blended']}}, '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', 'special_feature', 'count', 'quantity', 'unit']}}
{'animal collar closure type': 'button', 'pattern': 'solid', 'colour': 'black', 'count': 1, 'quantity': 1, 'unit': 'piece', 'brand': 'Beoankit'}
bark collars
beoankit dog bark collar with dual vibration version,automatic anti barking collar with 8 adjustable sensitivity levels,3 modes sound vibration and strong vibration,waterproof and rechargeable beoankit dog bark collar with dual vibration version,automatic anti barking collar with 8 adjustable sensitivity levels,3 modes sound vibration and strong vibration,waterproof and rechargeable
Extract the features from the title : beoankit dog bark collar with dual vibration version,automatic anti barking collar with 8 adjustable sensitivity levels,3 modes sound vibration and strong vibration,waterproof and rechargeable beoankit dog bark collar with dual vibration version,automatic anti barking collar with 8 adjustable sensitivity levels,3 modes sound vibration and strong vibration,waterproof and rechargeable
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'animal collar closure type': {'type': 'string', 'description': 'closure type', 'enum': ['buckle', ' button']}, 'pattern': {'type': 'string', 'description': 'pattern type', 'enum': ['solid']}, 'colour': {'type': 'string', 'description': 'colour 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': ['animal collar closure type', 'pattern', 'colour', 'count', 'quantity', 'unit', 'brand']}}
dogs
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'animal collar closure type': {'type': 'string', 'description': 'closure type', 'enum': ['buckle', ' button']}, 'pattern': {'type': 'string', 'description': 'pattern type', 'enum': ['solid']}, 'colour': {'type': 'string', 'description': 'colour 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': ['animal collar closure type', 'pattern', 'colour', 'count', 'quantity', 'unit']}}
{'wattage': 550, 'capacity': '1.8 Litres', 'voltage': 220, 'prod_cat': 'Rice Cooker', 'count': 1, 'quantity': 1, 'unit': 'Unit', 'brand': 'Max Cook Plus'}
rice & pasta cookers
max cook plus 1.8 cl rice cooker
Extract the features from the title : max cook plus 1.8 cl rice cooker
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'wattage': {'type': 'integer', 'description': 'wattage'}, 'capacity': {'type': 'string', 'description': 'capacity of the rice cooker'}, 'voltage': {'type': 'integer', 'description': 'operating volatge'}, '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', 'voltage', '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': 'string', 'description': 'capacity of the rice cooker'}, 'voltage': {'type': 'integer', 'description': 'operating volatge'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}}, 'required': ['wattage', 'capacity', 'voltage', 'prod_cat']}}
{'ram': '8gb', 'hdd': '1tb', 'ssd': '', 'screen': '13', 'series': 'i7', 'generation': 8, 'touch': True, 'graphic': '', 'graphic series': '', 'os': 'windows 11', 'gaming': False, 'count': 1, 'quantity': 1, 'unit': 'piece', 'brand': 'microsoft'}
laptops
microsoft surface pro 8 (platinum) 13-inch core i7 / 32gb / 1tb / office efh-00010
Extract the features from the title :microsoft surface pro 8 (platinum) 13-inch core i7 / 32gb / 1tb / office efh-00010
{'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']}}
{'gender': 'women', 'prod_cat': 'legs hair remover', 'brand': 'finishing touch flawless'}
shaving heads
legs hair remover replacement head for women, rose gold, finishing touch flawless legs electric hair remover (rose gold)
Extract the features from the title : legs hair remover replacement head for women, rose gold, finishing touch flawless legs electric hair remover (rose gold)
{'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'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['gender', 'prod_cat', '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']}}
{'count': 3, 'quantity': 2, 'unit': 'oz', 'brand': 'Basic Brands'}
vitamin e supplements
basic brands vitamin e ointment, 2 oz, original (pack of 3)
Extract the features from the title : basic brands vitamin e ointment, 2 oz, original (pack of 3)
{'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': []}}
{'recommended uses for product': 'cooling', 'blade length': 0, 'electric fan controller type': '', 'electric fan design': 'handheld fan', 'speed': 4, 'switch type': '', 'count': 1, 'quantity': 1, 'unit': 'piece', 'brand': 'eonyum'}
desk fans
eonyum mini handheld portable fan, usb fan rechargeable battery 2000 mah, adjustable wind direction,desk table fan cooling electric fan 4 speeds for home travel office sport outdoor school (pink) eonyum mini handheld portable fan, usb fan rechargeable battery 2000 mah, adjustable wind direction,desk table fan cooling electric fan 4 speeds for home travel office sport outdoor school (pink)
Extract the features from the title : eonyum mini handheld portable fan, usb fan rechargeable battery 2000 mah, adjustable wind direction,desk table fan cooling electric fan 4 speeds for home travel office sport outdoor school (pink) eonyum mini handheld portable fan, usb fan rechargeable battery 2000 mah, adjustable wind direction,desk table fan cooling electric fan 4 speeds for home travel office sport outdoor school (pink)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'recommended uses for product': {'type': 'array', 'description': 'use of the product', 'items': {'type': 'string', 'enum': ["[' cooling']"]}}, 'blade length': {'type': 'integer', 'description': 'blade length'}, 'electric fan controller type': {'type': 'array', 'description': 'controller type', 'items': {'type': 'string', 'enum': ['[]']}}, 'electric fan design': {'type': 'string', 'description': 'fan design', 'enum': ['blower', ' ceiling fan', ' exhaust fan', ' floor fan', ' table fan', ' wearable fan', ' window fan']}, 'speed': {'type': 'integer', 'description': 'speed of fan'}, 'switch type': {'type': 'array', 'description': 'switch type of fan', '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': ['recommended uses for product', 'blade length', 'electric fan controller type', 'electric fan design', 'speed', 'switch type', 'count', 'quantity', 'unit', 'brand']}}
home appliances
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'recommended uses for product': {'type': 'array', 'description': 'use of the product', 'items': {'type': 'string', 'enum': ['air circulation', ' cooling', ' drying', ' exhausting', ' ventilating']}}, 'blade length': {'type': 'integer', 'description': 'blade length'}, 'electric fan controller type': {'type': 'array', 'description': 'controller type', 'items': {'type': 'string', 'enum': ['app control', ' button control', ' remote control', ' touchpad control']}}, 'electric fan design': {'type': 'string', 'description': 'fan design', 'enum': ['blower', ' ceiling fan', ' exhaust fan', ' floor fan', ' table fan', ' wearable fan', ' window fan']}, 'speed': {'type': 'integer', 'description': 'speed of fan'}, 'switch type': {'type': 'array', 'description': 'switch type of fan', 'items': {'type': 'string', 'enum': ['push button', ' toggle']}}, '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': ['recommended uses for product', 'blade length', 'electric fan controller type', 'electric fan design', 'speed', 'switch type', 'count', 'quantity', 'unit']}}
{'benifits': 'shine', 'ingredient': 'herbal extracts', 'free': '', 'special_feature': '', 'hair type': '', 'form': 'liquid', 'count': 3, 'quantity': 300, 'unit': 'ml', 'brand': 'Herbal Essences'}
shampoos
herbal essences shampoo moroccan my shine 300 ml - pack of 3
Extract the features from the title : herbal essences shampoo moroccan my shine 300 ml - pack of 3
{'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': ["['hing'", " 'herbal'", " 'herbal extracts']"]}}, 'free': {'type': 'array', 'description': 'is product free from', 'items': {'type': 'string', 'enum': ['[]']}}, 'special_feature': {'type': 'array', 'description': 'does product conatins', 'items': {'type': 'string', 'enum': ['[]']}}, 'hair type': {'type': 'array', 'description': 'is used for hair type', 'items': {'type': 'string', 'enum': ["['fine']"]}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['bar', 'gel', 'liquid', 'tablet', 'aerosol', 'cream', 'foam', 'powder']}, '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', 'hair type', 'form', 'count', 'quantity', 'unit', 'brand']}}
hair 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-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']}}, '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', 'aluminium', 'ammonia', '\nartificial colour', 'chemical', 'formaldehyde', 'paraben', 'phthalate', 'silicone', 'sulphate', 'bisphenol a', 'dye', '\negg', 'mineral oil', 'oil', 'paraffin', 'petrochemical', 'petroleum', 'plastic', 'sodium laureth sulphate', 'sls', 'cruelty']}}, 'special_feature': {'type': 'array', 'description': 'does product conatins', 'items': {'type': 'string', 'enum': ['hypoallergenic', 'natural ingredients', 'not tested on animals', 'organic', '\ntravel size', 'aromatherapy', 'dermatologist tested', '\nscented', 'therapeutic', 'unscented', 'vegan']}}, 'hair type': {'type': 'array', 'description': 'is used for hair type', 'items': {'type': 'string', 'enum': ['curly', 'dry', 'fine', 'flyaway', 'natural', 'oily', 'dull', 'damaged', 'all hair', 'frizzy']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['bar', 'gel', 'liquid', 'tablet', 'aerosol', 'cream', 'foam', 'powder']}, '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', 'hair type', 'form', 'count', 'quantity', 'unit']}}
{'wattage': 1500, 'capacity': 1.5, 'capacity unit': 'l', 'prod_cat': 'electric kettle', 'count': 1, 'quantity': 1, 'unit': 'unit', 'brand': 'Sameer'}
kettles
sameer electric kettle - 1500w rapid boiling, 1.5l capacity - sleek and efficient design
Extract the features from the title : sameer electric kettle - 1500w rapid boiling, 1.5l capacity - sleek and efficient design
{'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']}}
{'count': 1, 'quantity': 125.5, 'unit': 'cm', 'brand': 'vidaxl'}
birdcages
vidaxl solid pine & fir wood bird cage 125.5x59.5x164 cm aviary house habitat vidaxl solid pine & fir wood bird cage 125.5x59.5x164 cm aviary house habitat
Extract the features from the title : vidaxl solid pine & fir wood bird cage 125.5x59.5x164 cm aviary house habitat vidaxl solid pine & fir wood bird cage 125.5x59.5x164 cm aviary house habitat
{'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': {'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']}}
{'brand': 'widerzone', 'prod_cat': 'facial hair epilator', 'power source': 'battery'}
epilators
widerzone tiny deal facial hair epilator remover tool, multicolour
Extract the features from the title : widerzone tiny deal facial hair epilator remover tool, multicolour
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'gender': {'type': 'array', 'description': 'gender used by', 'items': {'type': 'string', 'enum': ['[]']}}, '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']}}
{'gender': 'unisex', 'free material': '', 'form of the item': 'spray', 'count': 1, 'quantity': 30, 'unit': 'ml', 'brand': 'perspi-guard'}
antiperspirants
perspi-guard maximum strength antiperspirant spray, strong deodorant for excessive sweating & hyperhidrosis treatment, lasts up to 5 days - unscented (30ml) perspi-guard maximum strength antiperspirant spray, strong deodorant for excessive sweating & hyperhidrosis treatment, lasts up to 5 days - unscented (30ml)
Extract the features from the title : perspi-guard maximum strength antiperspirant spray, strong deodorant for excessive sweating & hyperhidrosis treatment, lasts up to 5 days - unscented (30ml) perspi-guard maximum strength antiperspirant spray, strong deodorant for excessive sweating & hyperhidrosis treatment, lasts up to 5 days - unscented (30ml)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'gender': {'type': 'string', 'description': 'which gender can use this product', 'enum': ['womens', ' mens', ' unisex']}, 'material free': {'type': 'array', 'description': 'material free from', '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': ['gender', 'material free', 'item form', 'count', 'quantity', 'unit', 'brand']}}
fragrance
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'gender': {'type': 'string', 'description': 'which gender can use this product', 'enum': ['womens', ' mens', ' unisex']}, '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']}}, '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': ['gender', 'material free', 'item form', 'count', 'quantity', 'unit']}}
{'flavour': 'unflavored', 'item form': 'capsule', 'vitamin age range': 'adult', 'vitamin diet type': 'general', 'benefits': 'bone health', 'gender': 'unisex', 'special nutrients': '', 'count': 120, 'quantity': 800, 'unit': 'IU', 'brand': 'Generic'}
vitamin d
vitamin d 800iu | colecalciferol capsules | 120 capsules vitamin d 800iu | colecalciferol capsules | 120 capsules
Extract the features from the title : vitamin d 800iu | colecalciferol capsules | 120 capsules vitamin d 800iu | colecalciferol capsules | 120 capsules
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'flavour': {'type': 'string', 'description': 'flavour of product', 'enum': ['acai berry', 'apple', 'apricot', 'blackberry', 'blackcurrent', 'blueberry', 'caramel', 'cherry', 'chocolate', 'coconut', 'craneberry', 'elderberry', 'grape', 'lemon', 'mango', 'mint', 'orange', 'peach', 'peppermint', 'pineapple', 'pomegranate', 'raspberry', 'strawberry', 'tangerine', 'unflavored', 'vanilla', 'watermelon']}, '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']}, 'vitamin age range': {'type': 'string', 'description': 'is it for child or adult', 'enum': ['infant', 'child', 'adult']}, 'vitamin diet type': {'type': 'array', 'description': 'diet type', 'items': {'type': 'string', 'enum': ['[]']}}, 'benefits': {'type': 'array', 'description': 'benefits of product', 'items': {'type': 'string', 'enum': ['[]']}}, 'gender': {'type': 'string', 'description': 'which gender can use this product', 'enum': ['womens', 'mens', 'unisex']}, 'special nutrients': {'type': 'string', 'description': 'comma separated nutrients name other than vitamins present in this 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': ['flavour', 'item form', 'vitamin age range', 'vitamin diet type', 'benefits', 'gender', 'special nutrients', 'count', 'quantity', 'unit', 'brand']}}
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']}}
{'package size': 25, 'target audience': 'adult', 'flavour': 'aromatic mint', 'prod_cat': 'teeth whitening toothpaste', 'count': 1, 'quantity': 25, 'unit': 'g', 'brand': 'Colgate'}
toothpastes
colgate visible white o2, teeth whitening toothpaste, aromatic mint, 25g, active oxygen technology, enamel safe teeth whitening product
Extract the features from the title : colgate visible white o2, teeth whitening toothpaste, aromatic mint, 25g, active oxygen technology, enamel safe teeth whitening product
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'item package size': {'type': 'integer', 'description': 'the quantity in package'}, 'target audience': {'type': 'string', 'description': 'used by', 'enum': ['unisex adults', ' adult', ' kids']}, 'flavour': {'type': 'string', 'description': 'flavour of toothpaste'}, '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': ['item package size', 'target audience', 'flavour', 'prod_cat', 'count', 'quantity', 'unit', 'brand']}}
oral healthcare
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'item package size': {'type': 'integer', 'description': 'the quantity in package'}, 'target audience': {'type': 'string', 'description': 'used by', 'enum': ['unisex adults', ' adult', ' kids']}, 'flavour': {'type': 'string', 'description': 'flavour of toothpaste'}, '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': ['item package size', 'target audience', 'flavour', 'prod_cat', 'count', 'quantity', 'unit']}}
{'count': 250, 'quantity': 1000, 'unit': 'mg', 'brand': 'Solgar'}
fish oils
solgar, cod liver oil, vitamin a & d, 250 softgels
Extract the features from the title : solgar, cod liver oil, vitamin a & d, 250 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']}}
{'burners': 4, 'material': 'glass', 'ignition type': 'auto', 'prod_cat': 'gas stove', 'count': 1, 'quantity': 1, 'unit': 'piece', 'brand': 'hindware armo plus gl 4b ai blk'}
gas stoves
hindware armo plus gl 4b ai blk glass, steel automatic gas stove
Extract the features from the title : hindware armo plus gl 4b ai blk glass, steel automatic gas stove
{'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'}, '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', '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']}}
{'free': '', 'scent': 'musk', 'form': 'aerosol', 'count': 1, 'quantity': 96, 'unit': 'ml', 'brand': 'Jovan'}
perfume
jovan black musk for women cologne concentrate spray,96ml
Extract the features from the title : jovan black musk for women cologne concentrate spray,96ml
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'free': {'type': 'array', 'description': 'is product free from', 'items': {'type': 'string', 'enum': ['[]']}}, 'scent': {'type': 'array', 'description': 'product has scent of ', 'items': {'type': 'string', 'enum': ["['vanilla'", " 'musk']"]}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['aerosol', 'cream', 'liquid', 'lotion', 'powder']}, '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': ['free', 'scent', 'form', 'count', 'quantity', 'unit', 'brand']}}
fragrance
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'free': {'type': 'array', 'description': 'is product free from', 'items': {'type': 'string', 'enum': ['cruelty free', 'natural', 'organic', 'recyclable packaging', 'vegan']}}, 'scent': {'type': 'array', 'description': 'product has scent of ', 'items': {'type': 'string', 'enum': ['amber wood', 'aquatic', 'citrus', 'coconut', 'floral', 'fresh', 'fruity', 'grapefruit', 'herbal', 'honey', 'lavender', 'lemon', 'mint', 'musk', 'oriental', 'peach', 'rose', 'rosemary', 'sandalwood', 'spicy', 'vanilla']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['aerosol', 'cream', 'liquid', 'lotion', 'powder']}, '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': ['free', 'scent', 'form', 'count', 'quantity', 'unit']}}
{'benifits': '', 'ingredient': 'charcoal', 'free': '', 'special_feature': '', 'skin type': '', 'form': 'bar', 'scent': '', 'count': 8, 'quantity': 100, 'unit': 'g', 'brand': 'ustraa'}
soaps
ustraa deo soap for men with activated charcoal, 100 g (pack of 8)
Extract the features from the title : ustraa deo soap for men with activated charcoal, 100 g (pack of 8)
{'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': ["['charcoal']"]}}, 'free': {'type': 'array', 'description': 'is product free from', 'items': {'type': 'string', 'enum': ['[]']}}, 'special_feature': {'type': 'array', 'description': 'does product conatins', 'items': {'type': 'string', 'enum': ['[]']}}, 'skin type': {'type': 'array', 'description': 'is used for skin type', 'items': {'type': 'string', 'enum': ['[]']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['bar', 'gel', 'liquid', 'tablet', 'aerosol', 'cream', 'foam', 'powder']}, 'scent': {'type': 'array', 'description': 'product has scent of ', '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': ['benifits', 'ingredient', 'free', 'special_feature', 'skin type', 'form', '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': ['acne prevention', 'anti-aging', 'brightening', 'detoxifying', 'exfoliating', 'hydrating', 'moisturizing', 'soothing', 'conditioning', 'dark spot removal', 'oil control']}}, 'ingredient': {'type': 'array', 'description': 'does it conatins ', 'items': {'type': 'string', 'enum': ['aloe vera', 'glycerin', 'salicylic acid', 'shea butter', 'tea tree oil', 'almond oil', 'antioxidants', 'botanical extracts', 'charcoal', 'cocoa butter', 'coconut oil', 'honey', 'jojoba oil', 'kojic acid', 'neem', 'olive oil', 'rose water', 'sandalwood oil', 'turmeric', 'vitamin c', 'vitamin e']}}, 'free': {'type': 'array', 'description': 'is product free from', 'items': {'type': 'string', 'enum': ['alcohol free', 'aluminium free', 'animal fat free', 'artificial colour free', 'gluten free', 'oil free', 'paraben free', 'petrochemical free', 'phosphate free', 'phthalate free', 'sles free', 'sls free', 'talcum free']}}, 'special_feature': {'type': 'array', 'description': 'does product conatins', 'items': {'type': 'string', 'enum': ['aromatherapy', 'homeopathic', 'hypoallergenic', 'natural ingredients', 'not tested on animals', 'organic', 'scented', 'travel size', 'unscented', 'antibacterial', 'biodegradable', 'cruelty free', 'dermatologist tested', 'fragrance free', 'gluten free', 'hypoallergenic', 'natural', 'non comedogenic', 'organic', 'plant based', 'vegan']}}, 'skin type': {'type': 'array', 'description': 'is used for skin type', 'items': {'type': 'string', 'enum': ['all', 'dry', 'normal', 'oily', 'sensitive']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['bar', 'gel', 'liquid', 'tablet', 'aerosol', 'cream', 'foam', 'powder']}, 'scent': {'type': 'array', 'description': 'product has scent of ', 'items': {'type': 'string', 'enum': ['almond', 'aloe vera', 'citrus', 'coconut', 'cucumber', 'eucalyptus', 'fresh', 'lavender', 'neem', 'unscented', 'apricot', 'basil', 'cedar', 'chamomile', 'cherry', 'cherry blossom', 'chocolate', 'coffee', 'frankincense', 'grapefruit', 'green apple', 'honey', 'honeysuckle', 'jasmine', 'lemon', 'lemongrass', 'magnolia', 'mango', 'mint', 'musk', 'orange', 'orchid', 'oriental', 'papaya', 'passion fruit', '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', 'form', 'scent', 'count', 'quantity', 'unit']}}
{'count': 100, 'quantity': 300, 'unit': 'mg', 'brand': 'kreon 25.000 iu'}
vitamin a supplements
kreon 25.000 iu 300 mg 100 capsul
Extract the features from the title : kreon 25.000 iu 300 mg 100 capsul
{'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']}}
{'size': 2, 'compatible devices': 'JSB HF129 Sonic Pro Electric Toothbrush', 'prod_cat': 'Replacement Brush Heads', 'count': 1, 'quantity': 2, 'unit': 'pairs', 'brand': 'JSB'}
replacement brush heads
jsb replacement brush heads pair for jsb hf129 sonic pro electric toothbrush
Extract the features from the title : jsb replacement brush heads pair for jsb hf129 sonic pro electric toothbrush
{'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']}}
{'capacity': 16, 'capacity unit': 'Liters', 'prod_cat': 'Oven Toaster Grill', 'count': 1, 'quantity': 0, 'unit': '', 'brand': 'Bajaj'}
oven toaster grills
bajaj 1603 oven toaster grill and water heater
Extract the features from the title : bajaj 1603 oven toaster grill and water heater
{'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']}}
{'benifits': 'weight loss,detox,immunity booster', 'form': 'powder', 'container': 'pack', 'count': 30, 'quantity': 1, 'unit': 'box', 'brand': 'dcube'}
green coffee
dcube green coffee kahwa for weight loss | detox with ayurvedic herbs | weight management | fat burner | immunity booster | 5x more beneficial then green tea (jaljeera, pack of 30 sachet)
Extract the features from the title : dcube green coffee kahwa for weight loss | detox with ayurvedic herbs | weight management | fat burner | immunity booster | 5x more beneficial then green tea (jaljeera, pack of 30 sachet)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benifits': {'type': 'array', 'description': 'benifits', 'items': {'type': 'string', 'enum': ["['weight loss']"]}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['capsule', 'powder', 'tablet']}, 'container': {'type': 'string', 'description': 'container type', 'enum': ['bag', 'bottle', 'box', 'jar']}, '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', 'count', 'quantity', 'unit', 'brand']}}
coffee, tea & beverages
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benifits': {'type': 'array', 'description': 'benifits', 'items': {'type': 'string', 'enum': ['blood sugar balance', 'boost energy', 'immune support', 'joint health', 'liver support', 'weight loss']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['capsule', 'powder', 'tablet']}, 'container': {'type': 'string', 'description': 'container type', 'enum': ['bag', 'bottle', 'box', 'jar']}}, 'required': ['benifits', 'form', 'container']}}
{'benifits': 'radiant skin', 'ingredient': 'natural ingredients', 'free': '', 'special_feature': 'natural', 'skin type': '', 'scent': 'rose', 'count': 1, 'quantity': 30, 'unit': 'ml', 'brand': 'Kazima'}
bath oils
kazima rosewood essential oil - 100% pure natural & undiluted for skin care & hair care (30ml)
Extract the features from the title : kazima rosewood essential oil - 100% pure natural & undiluted for skin care & hair care (30ml)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benifits': {'type': 'array', 'description': 'does product helps in ', 'items': {'type': 'string', 'enum': ["['radiant skin']"]}}, 'ingredient': {'type': 'array', 'description': 'does it conatins ', 'items': {'type': 'string', 'enum': ["['macadamia nut oil'", " 'castor oil'", " 'apricot oil'", " 'argan oil'", " 'eucalyptus oil'", " 'tea tree oil'", " 'coconut oil'", " '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': ["['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': ["['rose']"]}}, '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']}}
{'additives': 'lavender', 'benefits': '', 'scent': 'lavender', 'skin type': '', 'special features': '', 'material free': '', 'material features': '', 'target use body part': 'body', 'count': 1, 'quantity': 710, 'unit': 'ml', 'brand': "Dr Teal's"}
shower gels
dr teal's pure epsom salt body wash soothe & sleep with lavender 710 ml
Extract the features from the title : dr teal's pure epsom salt body wash soothe & sleep with lavender 710 ml
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'additives': {'type': 'array', 'description': 'additives contains', 'items': {'type': 'string', 'enum': ["['lavender']"]}}, 'benefits': {'type': 'array', 'description': 'benefits of prodcut', 'items': {'type': 'string', 'enum': ['[]']}}, 'scent': {'type': 'array', 'description': 'scent of product', 'items': {'type': 'string', 'enum': ["['lavender']"]}}, 'skin type': {'type': 'array', 'description': 'skin type used for', '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': ['[]']}}, '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': ["['foot'", " 'body']"]}}, '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', 'scent', 'skin type', 'special features', 'material free', 'material features', 'target use body part', 'count', 'quantity', 'unit', 'brand']}}
skin care
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'additives': {'type': 'array', 'description': 'additives contains', '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', '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']}}, 'benefits': {'type': 'array', 'description': 'benefits of prodcut', 'items': {'type': 'string', 'enum': ['anti-aging', 'brightening', 'detoxifying', 'hydrating', 'moisturizing', 'soothing', 'conditioning']}}, 'scent': {'type': 'array', 'description': 'scent of product', 'items': {'type': 'string', 'enum': ['almond', 'aloe vera', 'citrus', 'coconut', 'cucumber', 'eucalyptus', 'fresh', 'lavender', 'peppermint', 'unscented', 'amber', 'apricot', 'bergamot', 'cedar', 'geranium', 'ginger', 'grapefruit', 'honey', 'honeysuckle', 'jasmine', 'lemon', 'mint', 'musk', 'orange', 'orchid', 'papaya', 'patchouli', 'peach', 'pineapple', 'raspberry', 'rose', 'rosemary', 'sage', 'sandalwood', 'strawberry', 'tea tree', 'vanilla', 'verbena', 'watermelon', 'ylang ylang']}}, 'skin type': {'type': 'array', 'description': 'skin type used for', 'items': {'type': 'string', 'enum': ['dry', 'all', 'combination', 'normal', 'oily', 'sensitive', 'young']}}, 'special features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ['aromatherapy', 'hypoallergenic', 'natural ingredients', 'not tested on animals', 'organic', 'scented', 'travel size', 'unscented']}}, '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': ['antibacterial', 'biodegradable', 'cruelty free', 'dermatologist tested', 'gluten free', 'hypoallergenic', 'natural', 'non gmo', 'organic', 'plant based', 'vegan']}}, 'target use body part': {'type': 'array', 'description': 'used for body part', 'items': {'type': 'string', 'enum': ['arm', 'body', 'face', 'foot', 'hand', 'leg', 'skin']}}, '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': ['additives', 'benefits', 'scent', 'skin type', 'special features', 'material free', 'material features', 'target use body part', 'count', 'quantity', 'unit']}}
{'hair type': 'all hair', 'included components': '', 'wattage': 2000, 'pre setting': 0, 'count': 1, 'quantity': 1, 'unit': 'piece', 'brand': 'Remington'}
hair dryers
remington d3010 power dry lightweight hair dryer, 2000 w, black remington d3010 power dry lightweight hair dryer, 2000 w, black
Extract the features from the title : remington d3010 power dry lightweight hair dryer, 2000 w, black remington d3010 power dry lightweight hair dryer, 2000 w, black
{'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']"]}}, 'included components': {'type': 'array', 'description': 'additional components in product', 'items': {'type': 'string', 'enum': ['[]']}}, 'wattage': {'type': 'integer', 'description': 'get power if mentioned'}, 'pre setting': {'type': 'integer', 'description': 'number of pre settings'}, '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', 'included components', 'wattage', 'pre setting', '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']}}
{'count': 1, 'quantity': 9, 'unit': 'ml', 'brand': 'lakmé'}
eyeliners
lakmé insta eye liner, black, 9ml and lakmé jewel sindoor, maroon, 4.5ml
Extract the features from the title : lakmé insta eye liner, black, 9ml and lakmé jewel sindoor, maroon, 4.5ml
{'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']}}
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']}}
{'wattage': 40, 'power source': 'electric', 'type': 'hair straightener', 'gender': 'women', 'material': 'ceramic', 'max temperature': 200, 'hair type': 'all hair types', 'prod_cat': 'hair care', 'brand': 'ikonic professional'}
straightener
ikonic professional vibe hair straightener
Extract the features from the title : ikonic professional vibe hair straightener
{'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': 2.27, 'unit': 'kg', 'brand': 'Pure M4x (Creapure)'}
protein blends
need health project - pure m4x (creapure) - 2.27 kg (capuccino & vanilla ice cream)
Extract the features from the title : need health project - pure m4x (creapure) - 2.27 kg (capuccino & vanilla ice cream)
{'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']}}
health & personal 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']}}
{'wattage': 50, 'animals': 'reptiles, lizards, tortoise, snake, pets', 'count': 1, 'quantity': 1, 'unit': 'piece', 'brand': 'aiicioo'}
terrarium heat lamps
aiicioo ceramic heating lamps basking bulb - heat emitter terrarium heated light chicken cooper brooder for reptiles lizards tortoise snake pets rest with non light screw e27 220-240v, 50w, black aiicioo ceramic heating lamps basking bulb - heat emitter terrarium heated light chicken cooper brooder for reptiles lizards tortoise snake pets rest with non light screw e27 220-240v, 50w, black
Extract the features from the title : aiicioo ceramic heating lamps basking bulb - heat emitter terrarium heated light chicken cooper brooder for reptiles lizards tortoise snake pets rest with non light screw e27 220-240v, 50w, black aiicioo ceramic heating lamps basking bulb - heat emitter terrarium heated light chicken cooper brooder for reptiles lizards tortoise snake pets rest with non light screw e27 220-240v, 50w, black
{'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']}}
{'lid': 'outer lid', 'material': 'al', 'prod_cat': 'pressure cooker', 'count': 1, 'quantity': 1.5, 'unit': 'litres', 'brand': 'prestige'}
pressure cookers
prestige deluxe duo plus induction base aluminum outer lid pressure cooker, 1.5 litres, black & prestige omega deluxe aluminium granite fry pan, 20cm (omelette pan), black
Extract the features from the title : prestige deluxe duo plus induction base aluminum outer lid pressure cooker, 1.5 litres, black & prestige omega deluxe aluminium granite fry pan, 20cm (omelette pan), black
{'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']}}
{'benefits': 'curling', 'item shape': 'round', 'hair type': 'all hair', 'count': 1, 'quantity': 1, 'unit': 'piece', 'brand': 'Electric Head Jog'}
curling tongs
electric head jog 32mm titanium gold waving iron. hot curling wand with variable temperature. ionic charge curler for shine, soft & healthy hair. curl tongs with cool tips for easy styling. (32mm) electric head jog 32mm titanium gold waving iron. hot curling wand with variable temperature. ionic charge curler for shine, soft & healthy hair. curl tongs with cool tips for easy styling. (32mm)
Extract the features from the title : electric head jog 32mm titanium gold waving iron. hot curling wand with variable temperature. ionic charge curler for shine, soft & healthy hair. curl tongs with cool tips for easy styling. (32mm) electric head jog 32mm titanium gold waving iron. hot curling wand with variable temperature. ionic charge curler for shine, soft & healthy hair. curl tongs with cool tips for easy styling. (32mm)
{'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': ["['fine'", " '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']}}
{'benifits': 'high in antioxidants', 'special_feature': '', 'ingredient': '', 'form': 'loose leaves', 'type': 'butterfly pea flower', 'caffeine content': 'caffeine free', 'count': 2, 'quantity': 500, 'unit': 'gm', 'brand': 'exotic'}
herbal tea
blue tea - exotic butterfly pea flower tea || high on anti-oxidants|| caffeine free herbal tea | 500 gm (pack of 2)
Extract the features from the title : blue tea - exotic butterfly pea flower tea || high on anti-oxidants|| caffeine free herbal tea | 500 gm (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': ['[]']}}, 'special_feature': {'type': 'array', 'description': 'is this product', 'items': {'type': 'string', 'enum': ["['low fat'", " 'dairy free'", " 'alcohol free'", " 'fat free']"]}}, 'ingredient': {'type': 'array', 'description': 'does it conatins ', 'items': {'type': 'string', 'enum': ['[]']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['brick', 'flake', 'granule', 'liquid', 'loose leaves', 'pod', 'powder', 'teabags', 'tablet']}, 'type': {'type': 'string', 'description': 'variety of tea', 'enum': ['assam', 'barley', 'black', 'burdock root', 'ceylon', 'chai', 'chamomile', 'chrysanthemum', 'dandelion root', 'darjeeling', 'earl grey', 'echinacea', 'english breakfast', 'fennel', 'fenugreek tea', 'genmaicha', 'ginger', 'ginseng', 'green', 'hibiscus', 'jasmine', 'lavender', 'lemon balm', 'lemon grass', 'licorice root', 'matcha', 'nettle leaf', 'oolong', 'peppermint', 'rooibos', 'rosehip', 'sencha', 'spearmint', 'turmeric', 'white', 'yerba mata']}, 'caffeine content': {'type': 'string', 'description': 'caffene content', 'enum': ['caffeine free', 'decaffeinated', 'high caffeine', 'low caffeine', 'medium caffeine']}, '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', 'special_feature', 'ingredient', 'form', 'type', 'caffeine content', 'count', 'quantity', 'unit', 'brand']}}
coffee, tea & beverages
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benifits': {'type': 'array', 'description': 'does product helps in ', 'items': {'type': 'string', 'enum': ['anxiety relief', 'digestion', 'immune support', 'lactation', 'relaxation', 'sleep', 'stress relief']}}, 'special_feature': {'type': 'array', 'description': 'is this product', 'items': {'type': 'string', 'enum': ['alcohol free', 'dairy free', 'fat free', 'kosher', 'low fat', 'natural', 'no added sugar', 'no artificial colours', 'no artificial flavour', 'no genetic engineering', 'no preservatives', 'non-gmo', 'organic', 'shade-grown', 'vegans', 'vegetarians']}}, 'ingredient': {'type': 'array', 'description': 'does it conatins ', 'items': {'type': 'string', 'enum': ['ginger', 'hibiscus', 'cardamom', 'honey', 'lemongrass', 'rose hip', 'turmeric']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['brick', 'flake', 'granule', 'liquid', 'loose leaves', 'pod', 'powder', 'teabags', 'tablet']}, 'type': {'type': 'string', 'description': 'variety of tea', 'enum': ['assam', 'barley', 'black', 'burdock root', 'ceylon', 'chai', 'chamomile', 'chrysanthemum', 'dandelion root', 'darjeeling', 'earl grey', 'echinacea', 'english breakfast', 'fennel', 'fenugreek tea', 'genmaicha', 'ginger', 'ginseng', 'green', 'hibiscus', 'jasmine', 'lavender', 'lemon balm', 'lemon grass', 'licorice root', 'matcha', 'nettle leaf', 'oolong', 'peppermint', 'rooibos', 'rosehip', 'sencha', 'spearmint', 'turmeric', 'white', 'yerba mata']}, 'caffeine content': {'type': 'string', 'description': 'caffene content', 'enum': ['caffeine free', 'decaffeinated', 'high caffeine', 'low caffeine', 'medium caffeine']}}, 'required': ['benifits', 'special_feature', 'ingredient', 'form', 'type', 'caffeine content']}}
{'finish type': 'painted', 'light fixture bulb compatibility': 'led', 'count': 1, 'quantity': 1, 'unit': 'piece', 'brand': 'dongker'}
aquarium lights
dongker aquarium bubble light,waterproof usb fish tank led lamp with suction cup for aquarium fish tank turtle tank(1w)
Extract the features from the title : dongker aquarium bubble light,waterproof usb fish tank led lamp with suction cup for aquarium fish tank turtle tank(1w)
{'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'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['finish type', 'light fixture bulb compatibility', 'count', 'quantity', 'unit', 'brand']}}
fish
{'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': 'matte', 'package type': 'pencil', 'skin type': '', 'item form': 'pencil', 'special features': 'long lasting,built in brush', 'material features': '', 'material free': '', 'count': 1, 'quantity': 1, 'unit': 'pc', 'brand': 'Eyebrow Pencils'}
eyebrow colours
eyebrow pencils, eyebrow pen, brow pencils with brow-brush easy makeup tool, natural looking long-lasting eye brower pencils, eyebrow tinting tool, 1 pc black eyebrow pencils eyebrow pencils, eyebrow pen, brow pencils with brow-brush easy makeup tool, natural looking long-lasting eye brower pencils, eyebrow tinting tool, 1 pc black eyebrow pencils
Extract the features from the title : eyebrow pencils, eyebrow pen, brow pencils with brow-brush easy makeup tool, natural looking long-lasting eye brower pencils, eyebrow tinting tool, 1 pc black eyebrow pencils eyebrow pencils, eyebrow pen, brow pencils with brow-brush easy makeup tool, natural looking long-lasting eye brower pencils, eyebrow tinting tool, 1 pc black eyebrow pencils
{'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'", " ' built in brush']"]}}, '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']}}
{'uses': 'air circulation', 'switch': 'toggle', 'blade length': 25, 'no. of blades': 4, 'speed': 3, 'prod_cat': 'tower fan', 'count': 1, 'quantity': 1, 'unit': 'unit', 'brand': 'Casa Copenhagen'}
tower fans
casa copenhagen, fans05 collection tower fan with 25 feet air delivery, 4 way air flow, high speed, anti rust body - standard - sun white/black
Extract the features from the title : casa copenhagen, fans05 collection tower fan with 25 feet air delivery, 4 way air flow, high speed, anti rust body - standard - sun white/black
{'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'}, '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']}}
{'hair type': 'fine,all hair', 'count': 100, 'quantity': 100, 'unit': 'pieces', 'brand': 'super soft'}
ponytail holders
100 super soft hair ponios, girls hair accessories, ponytail holders, pig tails, fine hair accessories with storage bag (royal blue) 100 super soft hair ponios, girls hair accessories, ponytail holders, pig tails, fine hair accessories with storage bag (royal blue)
Extract the features from the title : 100 super soft hair ponios, girls hair accessories, ponytail holders, pig tails, fine hair accessories with storage bag (royal blue) 100 super soft hair ponios, girls hair accessories, ponytail holders, pig tails, fine hair accessories with storage bag (royal blue)
{'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']"]}}, '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 accessories
{'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']}}, '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', 'count', 'quantity', 'unit']}}
{'count': 100, 'quantity': 10000, 'unit': 'IU', 'brand': 'Source Naturals'}
vitamin a supplements
source naturals vitamin a 10000 iu for ultimate vision support, eye and skin health - 100 tablets
Extract the features from the title : source naturals vitamin a 10000 iu for ultimate vision support, eye and skin health - 100 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']}}
{'capacity': 10, 'item weight': 0, 'voltage': 0, 'wattage': 1000, 'filter type': 'cartridge', 'suction': 16.5, 'color': 'red', 'prod_cat': 'vacuum cleaner', 'count': 1, 'quantity': 10, 'unit': 'liter', 'brand': 'agaro'}
wet-dry vacuums
agaro rapid vacuum cleaner,1000w,wet&dry,for home use,blower function,10l tank capacity,16.5 kpa suction power,plastic body,red,10 liter,cartridge
Extract the features from the title : agaro rapid vacuum cleaner,1000w,wet&dry,for home use,blower function,10l tank capacity,16.5 kpa suction power,plastic body,red,10 liter,cartridge
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'capacity': {'type': 'integer', 'description': 'capacity in liters'}, 'item weight': {'type': 'integer', 'description': 'weight of the item in kg'}, 'voltage': {'type': 'integer', 'description': 'operating voltage of the item'}, 'wattage': {'type': 'integer', 'description': 'power of vaccume'}, 'filter type': {'type': 'array', 'description': 'filter type is ', 'items': {'type': 'string', 'enum': ["['cartridge']"]}}, 'suction': {'type': 'integer', 'description': 'the pressure of suction in kilopascal'}, 'color': {'type': 'string', 'description': 'color 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'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['capacity', 'item weight', 'voltage', 'wattage', 'filter type', 'suction', 'color', 'prod_cat', 'count', 'quantity', 'unit', 'brand']}}
floor care
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'capacity': {'type': 'integer', 'description': 'capacity in liters'}, 'item weight': {'type': 'integer', 'description': 'weight of the item in kg'}, 'voltage': {'type': 'integer', 'description': 'operating voltage of the item'}, 'wattage': {'type': 'integer', 'description': 'power of vaccume'}, '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'}, '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', 'item weight', 'voltage', 'wattage', 'filter type', 'suction', 'color', 'prod_cat', 'count', 'quantity', 'unit']}}
{'capacity': 8, 'item weight': 7, 'voltage': 230, 'wattage': 1200, 'filter type': 'washable,HEPA', 'suction': 20, 'color': 'Red', 'prod_cat': 'Vacuum Cleaner', 'brand': 'Eureka Forbes'}
wet-dry vacuums
eureka forbes zest wet & dry vacuum cleaner
Extract the features from the title : eureka forbes zest wet & dry vacuum cleaner
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'capacity': {'type': 'integer', 'description': 'capacity in liters'}, 'item weight': {'type': 'integer', 'description': 'weight of the item in kg'}, 'voltage': {'type': 'integer', 'description': 'operating voltage of the item'}, 'wattage': {'type': 'integer', 'description': 'power of vaccume'}, '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'}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['capacity', 'item weight', 'voltage', 'wattage', 'filter type', 'suction', 'color', 'prod_cat', 'brand']}}
floor care
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'capacity': {'type': 'integer', 'description': 'capacity in liters'}, 'item weight': {'type': 'integer', 'description': 'weight of the item in kg'}, 'voltage': {'type': 'integer', 'description': 'operating voltage of the item'}, 'wattage': {'type': 'integer', 'description': 'power of vaccume'}, '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'}, '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', 'item weight', 'voltage', 'wattage', 'filter type', 'suction', 'color', 'prod_cat', 'count', 'quantity', 'unit']}}
{'veg/non-veg': 'veg', 'specialty': 'pre-cooked,fat free,lactose free,dairy free,high in protein', 'cuisine': 'american', 'count': 6, 'quantity': 60, 'unit': 'g', 'brand': 'hyp'}
ready to eat
hyp - meal replacement whey protein bar variety pack (6x60g) | 20g per bar | 2 almond fudge + 2 peanut butter + 2 cookies and cream | includes whey protein | gluten free protein bars | protein snacks
Extract the features from the title : hyp - meal replacement whey protein bar variety pack (6x60g) | 20g per bar | 2 almond fudge + 2 peanut butter + 2 cookies and cream | includes whey protein | gluten free protein bars | protein snacks
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'veg/non-veg': {'type': 'string', 'description': 'is it veg or non-veg', 'enum': ['veg', 'non-veg']}, 'specialty': {'type': 'array', 'description': 'specialty', 'items': {'type': 'string', 'enum': ["['pre-cooked'", " 'alcohol free'", " 'fat free'", " 'lactose free'", " 'dairy free'", " 'high in protein']"]}}, 'cuisine': {'type': 'string', 'description': 'cuisine of the product', 'enum': ['american', 'chinese', 'indian', 'italian', 'lebanese', 'mexican', 'thai']}, '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': ['veg/non-veg', 'specialty', 'cuisine', 'count', 'quantity', 'unit', 'brand']}}
ready to eat
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'veg/non-veg': {'type': 'string', 'description': 'is it veg or non-veg', 'enum': ['veg', 'non-veg']}, 'specialty': {'type': 'array', 'description': 'specialty', 'items': {'type': 'string', 'enum': ['alcohol free', 'dairy free', 'fat free', 'halal', 'high in protein', 'lactose free', 'low carb', 'low fat', 'low sodium', 'natural', 'no added sugar', 'no artificial colours', 'no artificial flavour', 'no genetic engineering', 'no preservatives', 'non-gmo', 'organic', 'pre-cooked', 'diabetics', 'vegans', 'vegetarians']}}, 'cuisine': {'type': 'string', 'description': 'cuisine of the product', 'enum': ['american', 'chinese', 'indian', 'italian', 'lebanese', 'mexican', 'thai']}, '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': ['veg/non-veg', 'specialty', 'cuisine', 'count', 'quantity', 'unit']}}
{'additives': 'cotton candy,strawberry,berry,bubble gum,grape,lemon,watermelon', 'gender': 'child', 'benefits': '', 'item form': 'lip gloss', 'material free': '', 'finish type': 'glossy', 'skin type': '', 'count': 7, 'quantity': 1, 'unit': 'piece', 'brand': 'Townley Girl'}
lip glosses
townley girl minnie mouse kids washable party favor lip gloss, 7 flavors include cotton candy, strawberry, berry, bubble gum, grape, lemon and watermelon
Extract the features from the title : townley girl minnie mouse kids washable party favor lip gloss, 7 flavors include cotton candy, strawberry, berry, bubble gum, grape, lemon and watermelon
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'additives': {'type': 'array', 'description': 'additives contains', 'items': {'type': 'string', 'enum': ["['beer'", " 'mint'", " 'goji berry'", " 'rice water'", " 'water lily'", " 'sea berry'", " 'lemon'", " 'oatmeal']"]}}, 'gender': {'type': 'string', 'description': 'is it for child or adult', 'enum': ['adult', 'child']}, 'benefits': {'type': 'array', 'description': 'benefits of prodcut', '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']}, 'material free': {'type': 'array', 'description': 'material free from', 'items': {'type': 'string', 'enum': ['[]']}}, 'finish type': {'type': 'string', 'description': 'finish type', 'enum': ['cream', 'glossy', 'high-glossy', 'matte', 'metallic', 'natural', 'satin', 'sheer', 'shimmery', 'semi-glossy']}, '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', 'gender', 'benefits', 'item form', 'material free', 'finish type', 'skin type', 'count', 'quantity', 'unit', 'brand']}}
makeup
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'additives': {'type': 'array', 'description': 'additives contains', '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']}}, 'gender': {'type': 'string', 'description': 'is it for child or adult', 'enum': ['adult', 'child']}, 'benefits': {'type': 'array', 'description': 'benefits of prodcut', 'items': {'type': 'string', 'enum': ['anti-aging', 'hydrating', 'hypoallergenic', 'long wearing', 'mineralizing', 'moisturizing', 'nourishing', 'plumping', 'smoothening', 'softening', 'soothing', 'waterproof']}}, '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']}}, 'finish type': {'type': 'string', 'description': 'finish type', 'enum': ['cream', 'glossy', 'high-glossy', 'matte', 'metallic', 'natural', 'satin', 'sheer', 'shimmery', 'semi-glossy']}, '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': ['additives', 'gender', 'benefits', 'item form', 'material free', 'finish type', 'skin type', 'count', 'quantity', 'unit']}}
{'power source': 'electric', 'blade material': 'plastic', 'gender': 'women', 'prod_cat': 'facial hair remover', 'brand': 'painless'}
pen trimmer
painless lipstick shape flawless electronic facial hair remover shaver(white and gold)
Extract the features from the title : painless lipstick shape flawless electronic facial hair remover shaver(white and gold)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'power source': {'type': 'string', 'description': 'power source of trimmer'}, 'blade material': {'type': 'array', 'description': 'material of the blade is', 'items': {'type': 'string', 'enum': ["['plastic']"]}}, 'gender': {'type': 'string', 'description': 'gender used by', 'enum': ['women', 'men', ' unisex']}, 'prod_cat': {'type': 'string', 'description': 'category of the product'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['power source', 'blade material', 'gender', 'prod_cat', 'brand']}}
beauty
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'power source': {'type': 'string', 'description': 'power source of trimmer'}, 'blade material': {'type': 'array', 'description': 'material of the blade is', 'items': {'type': 'string', 'enum': ['plastic', ' stainless steel', ' metal']}}, 'gender': {'type': 'string', 'description': 'gender used by', 'enum': ['women', 'men', ' 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': ['power source', 'blade material', 'gender', 'prod_cat', 'count', 'quantity', 'unit']}}
{'special features': 'glue,adhesive', 'container type': 'tube', 'item form': 'liquid', 'water resistance level': 'water resistant', 'count': 1, 'quantity': 2, 'unit': 'g', 'brand': 'Premium Supreme'}
eyelashes adhesives
premium supreme hs-11 black glue/adhesive 3g/5g/10g for eyelash extension (2g) premium supreme hs-11 black glue/adhesive 3g/5g/10g for eyelash extension (2g)
Extract the features from the title : premium supreme hs-11 black glue/adhesive 3g/5g/10g for eyelash extension (2g) premium supreme hs-11 black glue/adhesive 3g/5g/10g for eyelash extension (2g)
{'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': ['[]']}}, 'container type': {'type': 'string', 'description': 'type of container if present ', 'enum': ['bottle', ' 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']}, 'water resistance level': {'type': 'string', 'description': 'water resistant level', 'enum': ['not water resistant', ' water resistant', ' waterproof']}, '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', 'container type', 'item form', 'water resistance level', 'count', 'quantity', 'unit', 'brand']}}
eyes
{'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': ['strong', ' fast drying']}}, 'container type': {'type': 'string', 'description': 'type of container if present ', 'enum': ['bottle', ' 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']}, 'water resistance level': {'type': 'string', 'description': 'water resistant level', 'enum': ['not water resistant', ' water resistant', ' waterproof']}, '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', 'container type', 'item form', 'water resistance level', 'count', 'quantity', 'unit']}}
{'special features': "'rechargeable'", 'material': '', 'recommended uses for product': "'nose'", 'gender': 'male', 'count': 1, 'quantity': 1, 'unit': 'piece', 'brand': 'Wommoce'}
facial trimmers
wommoce nose hair trimmer for men ,professional usb rechargeable nose facial trimmer ,dual-edge spinning blade nose trimmer ,3 in 1 lightweight waterproof hair clipper,easy cleansing (black)
Extract the features from the title : wommoce nose hair trimmer for men ,professional usb rechargeable nose facial trimmer ,dual-edge spinning blade nose trimmer ,3 in 1 lightweight waterproof hair clipper,easy cleansing (black)
{'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': ["[' 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']}}
{'specialty': 'organic', 'use': 'immunity booster', 'count': 1, 'quantity': 500, 'unit': 'gms', 'brand': 'Societe Naturelle'}
honey
societe naturelle certified organic honey acacia 500 gms pgs immunity booster unprocessed not heated made by bees pack of 1
Extract the features from the title : societe naturelle certified organic honey acacia 500 gms pgs immunity booster unprocessed not heated made by bees pack of 1
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'specialty': {'type': 'array', 'description': 'is this product ', 'items': {'type': 'string', 'enum': ["['natural'", " 'organic']"]}}, 'use': {'type': 'array', 'description': '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': ['specialty', 'use', 'count', 'quantity', 'unit', 'brand']}}
sugar & sweeteners
{'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']}}
{'ingredient': 'nakd. cocoa delight - raw fruit & nut bars', 'count': 4, 'quantity': 35, 'unit': 'g', 'brand': 'nakd.'}
granola & snack bars
nakd. cocoa delight - raw fruit & nut bars - 100% natural ingredients - no added sugar, vegan - 4 x 35g
Extract the features from the title : nakd. cocoa delight - raw fruit & nut bars - 100% natural ingredients - no added sugar, vegan - 4 x 35g
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'ingredient': {'type': 'string', 'description': 'get the list of ingredients from title'}, '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': ['ingredient', 'count', 'quantity', 'unit', 'brand']}}
grocery & gourmet
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'ingredient': {'type': 'string', 'description': 'get the list of ingredients from title'}, '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': ['ingredient', 'count', 'quantity', 'unit']}}
{'special features': 'rechargeable', 'material': 'stainless steel', 'recommended uses for product': 'eyebrows,ear,face,nose', 'gender': 'unisex', 'count': 1, 'quantity': 1, 'unit': '', 'brand': 'schon'}
facial trimmers
schon stainless steel rechargeable 3-in-1 eyebrow, ear, facial, & nose hair trimmer/clipper for men&women | hair clippers, flawless hair remover, male beard trimmers kit, grooming kit, groomer (grey) schon stainless steel rechargeable 3-in-1 eyebrow, ear, facial, & nose hair trimmer/clipper for men&women | hair clippers, flawless hair remover, male beard trimmers kit, grooming kit, groomer (grey)
Extract the features from the title : schon stainless steel rechargeable 3-in-1 eyebrow, ear, facial, & nose hair trimmer/clipper for men&women | hair clippers, flawless hair remover, male beard trimmers kit, grooming kit, groomer (grey) schon stainless steel rechargeable 3-in-1 eyebrow, ear, facial, & nose hair trimmer/clipper for men&women | hair clippers, flawless hair remover, male beard trimmers kit, grooming kit, groomer (grey)
{'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']"]}}, 'material': {'type': 'array', 'description': 'material used', 'items': {'type': 'string', 'enum': ["[' alloy steel'", " ' stainless steel'", " ' carbon steel']"]}}, 'recommended uses for product': {'type': 'array', 'description': 'use of the product', 'items': {'type': 'string', 'enum': ["['beard'", " ' ear'", " ' face'", " ' eyebrows'", " ' nose']"]}}, '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']}}
{'capacity': 50, 'capacity unit': 'litre', 'prod_cat': 'oven toaster griller', 'count': 1, 'quantity': 2000, 'unit': 'watt', 'brand': 'ibell'}
oven toaster grills
ibell eo500g otg, 50 litre oven toaster griller with convection function and rotisserie, 2000 watt, 60 minute timer | black
Extract the features from the title : ibell eo500g otg, 50 litre oven toaster griller with convection function and rotisserie, 2000 watt, 60 minute timer | black
{'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': 'silicone', 'material': 'silicone', 'count': 2, 'quantity': 2, 'unit': 'pcs', 'brand': 'ninja af300/af400uk'}
fryer accessories
2pcs silicone pot for ninja af300/af400uk dual air fryer, silicone air fryer liners double air fryer silicone air fryer basket, air fryer rack accessories for air fryer, oven, and microwave 2pcs silicone pot for ninja af300/af400uk dual air fryer, silicone air fryer liners double air fryer silicone air fryer basket, air fryer rack accessories for air fryer, oven, and microwave
Extract the features from the title : 2pcs silicone pot for ninja af300/af400uk dual air fryer, silicone air fryer liners double air fryer silicone air fryer basket, air fryer rack accessories for air fryer, oven, and microwave 2pcs silicone pot for ninja af300/af400uk dual air fryer, silicone air fryer liners double air fryer silicone air fryer basket, air fryer rack accessories for air fryer, oven, and microwave
{'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.8, 'unit': 'liter', 'brand': 'unknown'}
electric kettles
electric kettles stainless steel for boiling water, double wall hot water boiler heater, cool touch electric teapot, auto shut-off & boil-dry protection, 120v/1200w, 1.8liter, 2 year warranty(blue)
Extract the features from the title : electric kettles stainless steel for boiling water, double wall hot water boiler heater, cool touch electric teapot, auto shut-off & boil-dry protection, 120v/1200w, 1.8liter, 2 year warranty(blue)
{'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']}}
electric kettles
{'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': 22, 'unit': 'ounce', 'brand': 'Madhava Natural Sweeteners'}
honey
madhava natural sweeteners organic honey, 22-ounce - packaging may vary madhava natural sweeteners organic honey, 22-ounce - packaging may vary
Extract the features from the title : madhava natural sweeteners organic honey, 22-ounce - packaging may vary madhava natural sweeteners organic honey, 22-ounce - packaging may vary
{'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']}}
grocery & gourmet
{'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': 'hair remover', 'power source': 'battery powered', 'brand': 'Haiyun'}
bikini trimmer
haiyun hair remover for women private bikini, underarms, nose trimmer, ear trimmer, eyebrow trimmer/sensitive touch trimmer
Extract the features from the title : haiyun hair remover for women private bikini, underarms, nose trimmer, ear trimmer, eyebrow trimmer/sensitive touch trimmer
{'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']}}
{'colour': 'none', 'material': 'silicone', 'count': 2, 'quantity': 6.7, 'unit': 'inch', 'brand': 'zafah'}
fryer accessories
zafah 2pcs silicone air fryer liner round, 6.7 inch ã¢â‚¬â€œ reusable air fryer silicone liner ã¢â‚¬â€œnon-stick & heat resistant ã¢â‚¬â€œ replacement for paper air fryer liners ã¢â‚¬â€œ suitable for all air fryers (round) zafah 2pcs silicone air fryer liner round, 6.7 inch ã¢â‚¬â€œ reusable air fryer silicone liner ã¢â‚¬â€œnon-stick & heat resistant ã¢â‚¬â€œ replacement for paper air fryer liners ã¢â‚¬â€œ suitable for all air fryers (round)
Extract the features from the title : zafah 2pcs silicone air fryer liner round, 6.7 inch ã¢â‚¬â€œ reusable air fryer silicone liner ã¢â‚¬â€œnon-stick & heat resistant ã¢â‚¬â€œ replacement for paper air fryer liners ã¢â‚¬â€œ suitable for all air fryers (round) zafah 2pcs silicone air fryer liner round, 6.7 inch ã¢â‚¬â€œ reusable air fryer silicone liner ã¢â‚¬â€œnon-stick & heat resistant ã¢â‚¬â€œ replacement for paper air fryer liners ã¢â‚¬â€œ suitable for all air fryers (round)
{'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': 2, 'quantity': 200, 'unit': 'ml', 'brand': 'Silverheal'}
magnesium
silverheal 100% pure magnesium oil spray for joint pain relief, cramps, insomnia, anxiety, workout recovery, rejuvenating muscles, bone & heart health, calming nervous system | 200 ml (pack of 2)
Extract the features from the title : silverheal 100% pure magnesium oil spray for joint pain relief, cramps, insomnia, anxiety, workout recovery, rejuvenating muscles, bone & heart health, calming nervous system | 200 ml (pack of 2)
{'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']}}
{'use': 'trimming,styling', 'gender': 'men', 'blade material': 'stainless steel', 'prod_cat': 'trimmer', 'count': 1, 'quantity': 1, 'unit': 'piece', 'brand': 'Philips'}
multi grooming kit
philips mg7715/65 trimmer 120 min runtime 9 length settings
Extract the features from the title : philips mg7715/65 trimmer 120 min runtime 9 length settings
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'use': {'type': 'array', 'description': 'uses for ', 'items': {'type': 'string', 'enum': ['[]']}}, 'gender': {'type': 'string', 'description': 'gender used by', 'enum': ['men', ' women', ' unisex']}, 'blade material': {'type': 'string', 'description': 'material of the blade', 'enum': ['stainless steel', ' plastic']}, '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': ['use', 'gender', 'blade material', 'prod_cat', 'count', 'quantity', 'unit', 'brand']}}
male grooming
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'use': {'type': 'array', 'description': 'uses for ', 'items': {'type': 'string', 'enum': ['hair', ' nose', ' eyebrows', ' beard']}}, 'gender': {'type': 'string', 'description': 'gender used by', 'enum': ['men', ' women', ' unisex']}, 'blade material': {'type': 'string', 'description': 'material of the blade', 'enum': ['stainless steel', ' plastic']}, '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': ['use', 'gender', 'blade material', 'prod_cat', 'count', 'quantity', 'unit']}}
{'benifits': 'muscle growth,skin hydrating', 'form': 'powder', 'container': 'canister', 'nutrients': 'glutamine, citrulline, l-arginine, taurine', 'count': 1, 'quantity': 400, 'unit': 'g', 'brand': 'FitMuscle Nutrition'}
bcaa + amino energy
fitmuscle nutrition advanced bcaa supplement with glutamine, citrulline, l-arginine & taurine – powerful pre/post workout & intra workout supplement | essential for performance, recovery, endurance, muscle building | electrolytes for hydration| bcaa amino acids powder for men & women [400g, 29 servings, blueberry]
Extract the features from the title : fitmuscle nutrition advanced bcaa supplement with glutamine, citrulline, l-arginine & taurine – powerful pre/post workout & intra workout supplement | essential for performance, recovery, endurance, muscle building | electrolytes for hydration| bcaa amino acids powder for men & women [400g, 29 servings, blueberry]
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benifits': {'type': 'array', 'description': 'benifits', 'items': {'type': 'string', 'enum': ["['muscle growth'", " 'skin hydrating']"]}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['capsule', 'gel', 'powder', 'tablet']}, 'container': {'type': 'string', 'description': 'container type', 'enum': ['bag', 'bottle', 'box', 'canister', 'jar']}, 'nutrients': {'type': 'string', 'description': 'get the list of nutrients from title'}, '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', 'nutrients', 'count', 'quantity', 'unit', 'brand']}}
other categories
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benifits': {'type': 'array', 'description': 'benifits', 'items': {'type': 'string', 'enum': ['energy management', 'immune support', 'muscle growth', 'skin hydrating']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['capsule', 'gel', 'powder', 'tablet']}, 'container': {'type': 'string', 'description': 'container type', 'enum': ['bag', 'bottle', 'box', 'canister', 'jar']}, 'nutrients': {'type': 'string', 'description': 'get the list of nutrients from title'}, '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', 'nutrients', 'count', 'quantity', 'unit']}}
{'gender': 'women', 'blade material': 'stainless steel', 'battery life': 45, 'battery life unit': 'minutes', 'prod_cat': 'beauty', 'power source': 'battery powered', 'count': 1, 'quantity': 1, 'unit': 'piece', 'brand': 'Dobariya Empire'}
bikini trimmer
dobariya empire 5 in 1 complete beauty styler sensitive precision hair removal electric trimmer for women (multi)
Extract the features from the title : dobariya empire 5 in 1 complete beauty styler sensitive precision hair removal electric trimmer for women (multi)
{'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']}, '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', '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']}}
{'benifits': 'Aids in muscle recovery,Enhances endurance and performance', 'form': 'powder', 'container': 'jar', 'nutrients': 'BCAAs', 'count': 30, 'quantity': 1, 'unit': 'serving', 'brand': 'Insane Labz'}
bcaa + amino energy
insane labz bcaas #amino 30 serving with different flavours
Extract the features from the title : insane labz bcaas #amino 30 serving with different flavours
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benifits': {'type': 'array', 'description': 'benifits', 'items': {'type': 'string', 'enum': ['[]']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['capsule', 'gel', 'powder', 'tablet']}, 'container': {'type': 'string', 'description': 'container type', 'enum': ['bag', 'bottle', 'box', 'canister', 'jar']}, 'nutrients': {'type': 'string', 'description': 'get the list of nutrients from title'}, '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', 'nutrients', 'count', 'quantity', 'unit', 'brand']}}
other categories
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benifits': {'type': 'array', 'description': 'benifits', 'items': {'type': 'string', 'enum': ['energy management', 'immune support', 'muscle growth', 'skin hydrating']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['capsule', 'gel', 'powder', 'tablet']}, 'container': {'type': 'string', 'description': 'container type', 'enum': ['bag', 'bottle', 'box', 'canister', 'jar']}, 'nutrients': {'type': 'string', 'description': 'get the list of nutrients from title'}, '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', 'nutrients', 'count', 'quantity', 'unit']}}
{'ingredient': 'paraben free,sulfate-free', 'count': 1, 'quantity': 100, 'unit': 'g', 'brand': 'Bombay Shaving Company'}
beard & mustache care
bombay shaving company anti-acne face cleanser, with salyclic acid for oily skin, 100g | paraben, sls, sles free face wash
Extract the features from the title : bombay shaving company anti-acne face cleanser, with salyclic acid for oily skin, 100g | paraben, sls, sles free face wash
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'ingredient': {'type': 'array', 'description': 'does it conatins ', 'items': {'type': 'string', 'enum': ["['artificial colour free'", " 'clay'", " 'hyaluronic acid'", " 'sulfate-free'", " 'hing'", " 'paraben free'", " 'ammonia-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'}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['ingredient', 'count', 'quantity', 'unit', 'brand']}}
beard care
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'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']}}}, 'required': ['ingredient']}}
{'operating type': 'herb grinder', 'food shaker material': 'metal', 'count': 1, 'quantity': 1, 'unit': 'unit', 'brand': 'unknown'}
spice mills
herb grinder, small metal herb tobacco grinder, 4 layer spice grinders with pollen catcher (rose gold) herb grinder, small metal herb tobacco grinder, 4 layer spice grinders with pollen catcher (rose gold)
Extract the features from the title : herb grinder, small metal herb tobacco grinder, 4 layer spice grinders with pollen catcher (rose gold) herb grinder, small metal herb tobacco grinder, 4 layer spice grinders with pollen catcher (rose gold)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'operating type': {'type': 'array', 'description': 'operation type', 'items': {'type': 'string', 'enum': ['[]']}}, 'food shaker material': {'type': 'array', 'description': 'material used', 'items': {'type': 'string', 'enum': ["['metal']"]}}, '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': ['operating type', 'food shaker material', 'count', 'quantity', 'unit', 'brand']}}
kitchen accessories
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'operating type': {'type': 'array', 'description': 'operation type', 'items': {'type': 'string', 'enum': ['electric', 'manual']}}, 'food shaker material': {'type': 'array', 'description': 'material used', 'items': {'type': 'string', 'enum': ['ceramic', 'glass', 'metal', 'plastic', 'silicone', 'wood']}}}, 'required': ['operating type', 'food shaker material']}}
{'count': 100, 'quantity': 10, 'unit': 'IU', 'brand': '365 by Whole Foods Market'}
vitamin a supplements
365 by whole foods market, vitamin a 10k iu, 100 softgels
Extract the features from the title : 365 by whole foods market, vitamin a 10k iu, 100 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']}}
{'specialty': '', 'count': 1, 'quantity': 200, 'unit': 'g', 'brand': 'kissan'}
ketchup
kissan fresh tomato ketchup bottle, 200g
Extract the features from the title : kissan fresh tomato ketchup bottle, 200g
{'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']}}
{'gender': 'women', 'prod_cat': 'personal care', 'power source': 'corded electric', 'brand': 'Vaastram'}
epilators
vaastram portable eyebrow trimmer for women, epilator for women, facial hair remover for women,face, lips, nose hair removal electric trimmer with light- white color
Extract the features from the title : vaastram portable eyebrow trimmer for women, epilator for women, facial hair remover for women,face, lips, nose hair removal electric trimmer with light- white 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': ["['corded electric']"]}}, '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': 'muscle growth', 'container': 'bottle', 'form': 'powder', 'count': 1, 'quantity': 100, 'unit': 'serving', 'brand': 'Canada Nutrition'}
creatine
canada nutrition creatine monohydrate, strength, reduce fatigue, 100% pure creatine, lean muscle building, supports muscle growth, athletic performance, recovery [100 serving, pineapple] free shaker
Extract the features from the title : canada nutrition creatine monohydrate, strength, reduce fatigue, 100% pure creatine, lean muscle building, supports muscle growth, athletic performance, recovery [100 serving, pineapple] free shaker
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benefits': {'type': 'array', 'description': 'benefits', 'items': {'type': 'string', 'enum': ["['muscle growth']"]}}, 'container': {'type': 'string', 'description': 'container type', 'enum': ['bottle', 'canister', 'jar']}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['capsules', 'powder', 'liquid']}, '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', 'container', 'form', 'count', 'quantity', 'unit', 'brand']}}
other categories
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benefits': {'type': 'array', 'description': 'benefits', 'items': {'type': 'string', 'enum': ['energy management', 'muscle growth', 'skin hydrating']}}, 'container': {'type': 'string', 'description': 'container type', 'enum': ['bottle', 'canister', 'jar']}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['capsules', 'powder', 'liquid']}, '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', 'container', 'form', 'count', 'quantity', 'unit']}}
{'benifits': 'oily skin control,sun protection', 'special_feature': 'organic', 'free': 'paraben free,sulphate free', 'spf': 60, 'skin type': 'oily', 'form': 'cream', 'count': 2, 'quantity': 100, 'unit': 'gm', 'brand': 'Organic Harvest'}
face wash
organic harvest 3-in-1 face wash & sunscreen spf 60 for oily skin type combo, 100% organic, paraben & sulphate free (face wash 100gm + sunscreen 100gm) - spf 60 pa+++
Extract the features from the title : organic harvest 3-in-1 face wash & sunscreen spf 60 for oily skin type combo, 100% organic, paraben & sulphate free (face wash 100gm + sunscreen 100gm) - spf 60 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': ["['mint'", " 'artificial colour free'", " 'reetha'", " 'argan'", " 'sulfate-free'", " 'paraben free'", " 'ammonia-free'", " 'sulphate free']"]}}, 'special_feature': {'type': 'array', 'description': 'does product', 'items': {'type': 'string', 'enum': ["['organic']"]}}, 'free': {'type': 'array', 'description': 'is product free from', 'items': {'type': 'string', 'enum': ["['aluminium free'", " 'soy free'", " 'lanolin free'", " 'artificial colour free'", " 'phosphate free'", " 'gluten free'", " 'formaldehyde free'", " 'alcohol free'", " 'animal fat free'", " 'petrochemical free'", " 'oil free'", " 'phthalate free'", " 'talcum free'", " 'sles free'", " 'sls free'", " 'paraben free']"]}}, 'scent': {'type': 'array', 'description': 'product has scent of ', 'items': {'type': 'string', 'enum': ["['pear'", " 'mint']"]}}, 'spf': {'type': 'integer', 'description': 'spf of the moisturizer'}, 'skin type': {'type': 'array', 'description': 'is used for skin type', 'items': {'type': 'string', 'enum': ["['oily']"]}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['balm', 'bar', 'cream', 'foam', 'gel', 'liquid', 'lotion', 'mousse', 'oil', 'paste', 'powder', 'serum', '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': ['benifits', 'ingredient', 'special_feature', 'free', 'scent', 'spf', 'skin type', 'form', 'count', 'quantity', 'unit', 'brand']}}
face 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': ['acne prevention', 'anti-aging', 'brightening', 'detoxifying', 'exfoliating', 'hydrating', 'moisturizing', 'soothing', 'dark spot removal', 'oil control', 'pore treatment', 'tan removal']}}, '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': ['aromatherapy', 'hypoallergenic', 'natural ingredients', 'not tested on animals', 'organic', 'scented', 'travel size', 'unscented']}}, 'free': {'type': 'array', 'description': 'is product free from', 'items': {'type': 'string', 'enum': ['alcohol free', 'aluminium free', 'animal fat free', 'artificial colour free', 'formaldehyde free', 'gluten free', 'lanolin free', 'oil free', 'paraben free', 'petrochemical free', 'phosphate free', 'phthalate free', 'sles free', 'sls free', 'soy free', 'talcum free']}}, 'scent': {'type': 'array', 'description': 'product has scent of ', 'items': {'type': 'string', 'enum': ['almond', 'aloe vera', 'citrus', 'eucalyptus', 'fresh', 'lavender', 'neem', 'unscented', 'apricot', 'aquatic', 'basil', 'blueberry', 'chamomile', 'coffee', 'cypress', 'frankincense', 'ginger', 'grapefruit', 'green apple', 'honey', 'jasmine', 'kiwi', 'lemon', 'lemongrass', 'mango', 'mint', 'musk', 'orange', 'orchid', 'papaya', 'passion fruit', 'patchouli', 'rose', 'sandalwood', 'strawberry', 'tea tree', 'turmericfruit', 'patchouli', 'peach', 'pear', 'pine', 'pineapple', 'pomegranate', 'raspberry', 'rose', 'rosemary', 'salt', 'sandalwood', 'strawberry', 'tea tree', 'turmeric', 'vanilla', 'vetiver', 'ylang ylang']}}, 'spf': {'type': 'integer', 'description': 'spf of the moisturizer'}, 'skin type': {'type': 'array', 'description': 'is used for skin type', 'items': {'type': 'string', 'enum': ['all', 'dry', 'normal', 'oily', 'sensitive']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['balm', 'bar', 'cream', 'foam', 'gel', 'liquid', 'lotion', 'mousse', 'oil', 'paste', 'powder', 'serum', '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': ['benifits', 'ingredient', 'special_feature', 'free', 'scent', 'spf', 'skin type', 'form', 'count', 'quantity', 'unit']}}
{'benifits': '', 'ingredient': '', 'special_feature': 'matte', 'form': 'gel', 'active ingredient': '', 'spf': 50, 'count': 2, 'quantity': 200, 'unit': 'g', 'brand': 'Lotus'}
sunscreen
lotus safe sun uv screen matte gel with ((pack 2)) ((200g)) - spf 50 pa+++
Extract the features from the title : lotus safe sun uv screen matte gel with ((pack 2)) ((200g)) - spf 50 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': ['[]']}}, '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']}}
{'additives': '', 'benefits': '', 'special features': '', 'material free': '', 'material features': '', 'target use body part': '', 'scent': '', 'skin type': '', 'count': 2, 'quantity': 16, 'unit': 'fl oz', 'brand': 'Caldrea'}
hand wash
caldrea linen and room spray air freshener, made with essential oils, plant-derived and other thoughtfully chosen ingredients, basil blue sage, 16 fl oz (pack of 2)
Extract the features from the title : caldrea linen and room spray air freshener, made with essential oils, plant-derived and other thoughtfully chosen ingredients, basil blue sage, 16 fl oz (pack of 2)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'additives': {'type': 'array', 'description': 'additives contains', 'items': {'type': 'string', 'enum': ["['beer'", " 'mint'", " 'bringha plant extracts'", " 'peach'", " 'hing'", " 'lavender'", " 'natural ingredients']"]}}, 'benefits': {'type': 'array', 'description': 'benefits of prodcut', 'items': {'type': 'string', 'enum': ['[]']}}, 'special features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ["['natural ingredients']"]}}, 'material free': {'type': 'array', 'description': 'material free from', 'items': {'type': 'string', 'enum': ["['dairy free'", " 'animal fat free']"]}}, 'material features': {'type': 'array', 'description': 'features present in product', 'items': {'type': 'string', 'enum': ["['plant based']"]}}, 'target use body part': {'type': 'array', 'description': 'used for body part', 'items': {'type': 'string', 'enum': ["['hand']"]}}, 'scent': {'type': 'array', 'description': 'scent of product', 'items': {'type': 'string', 'enum': ["['mint'", " 'fresh'", " 'rose'", " 'lily'", " 'lavender']"]}}, 'skin type': {'type': 'array', 'description': 'skin type used for', 'items': {'type': 'string', 'enum': ["['oily']"]}}, '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']}}
{'additives': '', 'benefits': '', 'special features': '', 'material free': '', 'material features': '', 'target use body part': '', 'scent': '', 'skin type': '', 'count': 2, 'quantity': 100, 'unit': 'g', 'brand': 'Dettol'}
solid soap bars
2 pcs pack dettol soap original 100g bar anti bacterial skin cleansing bath body protect (4)
Extract the features from the title : 2 pcs pack dettol soap original 100g bar anti bacterial skin cleansing bath body protect (4)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'additives': {'type': 'array', 'description': 'additives contains', 'items': {'type': 'string', 'enum': ["['clay'", " 'protein'", " 'argan'", " 'color protect'", " 'hing']"]}}, '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'", " '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': ['[]']}}, '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']}}
{'material free': 'paraben,ammonia', 'material features': 'hair removal,moisturizing', 'recommended uses for product': 'hair removal', 'skin type used for': 'all', 'count': 1, 'quantity': 100, 'unit': 'ml', 'brand': 'Epify'}
depilatories
epify hair removal cream (1)
Extract the features from the title : epify hair removal cream (1)
{'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': ['[]']}}, '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': ["['all']"]}}, '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']}}
{'benifits': 'protein blends', 'flavor': 'strawberry', 'count': 1, 'quantity': 200, 'unit': 'g', 'brand': 'herbalife nutrition'}
meal replacement shake
herbalife nutrition dinoshake strawberry 200 g protein blends
Extract the features from the title : herbalife nutrition dinoshake strawberry 200 g protein blends
{'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']}}
{'count': 120, 'quantity': 500, 'unit': 'mg', 'brand': 'c'}
vitamin c
???? ??????? ??????? c ?? ????? c-500mg - 120 ????? ??????
Extract the features from the title : ???? ??????? ??????? c ?? ????? c-500mg - 120 ????? ??????
{'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']}}
{'free': '', 'scent': '', 'form': 'spray', 'count': 1, 'quantity': 100, 'unit': 'ml', 'brand': 'Christian Dior'}
perfume
dior addict by christian dior for women 100ml edp spray
Extract the features from the title : dior addict by christian dior for women 100ml edp spray
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'free': {'type': 'array', 'description': 'is product free from', 'items': {'type': 'string', 'enum': ['[]']}}, 'scent': {'type': 'array', 'description': 'product has scent of ', 'items': {'type': 'string', 'enum': ['[]']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['aerosol', 'cream', 'liquid', 'lotion', 'powder']}, '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': ['free', 'scent', 'form', 'count', 'quantity', 'unit', 'brand']}}
fragrance
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'free': {'type': 'array', 'description': 'is product free from', 'items': {'type': 'string', 'enum': ['cruelty free', 'natural', 'organic', 'recyclable packaging', 'vegan']}}, 'scent': {'type': 'array', 'description': 'product has scent of ', 'items': {'type': 'string', 'enum': ['amber wood', 'aquatic', 'citrus', 'coconut', 'floral', 'fresh', 'fruity', 'grapefruit', 'herbal', 'honey', 'lavender', 'lemon', 'mint', 'musk', 'oriental', 'peach', 'rose', 'rosemary', 'sandalwood', 'spicy', 'vanilla']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['aerosol', 'cream', 'liquid', 'lotion', 'powder']}, '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': ['free', 'scent', 'form', 'count', 'quantity', 'unit']}}
{'recommended uses for product': 'cooling', 'blade length': 0, 'electric fan controller type': '', 'electric fan design': 'desk fan', 'speed': 4, 'switch type': '', 'count': 1, 'quantity': 1, 'unit': 'piece', 'brand': 'Venforze'}
desk fans
venforze clip on fan, 6000mah rechargeable pram fan mini personal desk fan usb fan, 4 speed 360ã‚â° rotation cooling desktop fans for baby stroller pushchairs offices (white)
Extract the features from the title : venforze clip on fan, 6000mah rechargeable pram fan mini personal desk fan usb fan, 4 speed 360ã‚â° rotation cooling desktop fans for baby stroller pushchairs offices (white)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'recommended uses for product': {'type': 'array', 'description': 'use of the product', 'items': {'type': 'string', 'enum': ["[' cooling']"]}}, 'blade length': {'type': 'integer', 'description': 'blade length'}, 'electric fan controller type': {'type': 'array', 'description': 'controller type', 'items': {'type': 'string', 'enum': ['[]']}}, 'electric fan design': {'type': 'string', 'description': 'fan design', 'enum': ['blower', ' ceiling fan', ' exhaust fan', ' floor fan', ' table fan', ' wearable fan', ' window fan']}, 'speed': {'type': 'integer', 'description': 'speed of fan'}, 'switch type': {'type': 'array', 'description': 'switch type of fan', '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': ['recommended uses for product', 'blade length', 'electric fan controller type', 'electric fan design', 'speed', 'switch type', 'count', 'quantity', 'unit', 'brand']}}
home appliances
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'recommended uses for product': {'type': 'array', 'description': 'use of the product', 'items': {'type': 'string', 'enum': ['air circulation', ' cooling', ' drying', ' exhausting', ' ventilating']}}, 'blade length': {'type': 'integer', 'description': 'blade length'}, 'electric fan controller type': {'type': 'array', 'description': 'controller type', 'items': {'type': 'string', 'enum': ['app control', ' button control', ' remote control', ' touchpad control']}}, 'electric fan design': {'type': 'string', 'description': 'fan design', 'enum': ['blower', ' ceiling fan', ' exhaust fan', ' floor fan', ' table fan', ' wearable fan', ' window fan']}, 'speed': {'type': 'integer', 'description': 'speed of fan'}, 'switch type': {'type': 'array', 'description': 'switch type of fan', 'items': {'type': 'string', 'enum': ['push button', ' toggle']}}, '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': ['recommended uses for product', 'blade length', 'electric fan controller type', 'electric fan design', 'speed', 'switch type', 'count', 'quantity', 'unit']}}
{'ingredient': 'nourish organics amla bar', 'count': 1, 'quantity': 30, 'unit': 'g', 'brand': 'nourish organics'}
granola & snack bars
nourish organics amla bar 30g nourish organics amla bar 30g
Extract the features from the title : nourish organics amla bar 30g nourish organics amla bar 30g
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'ingredient': {'type': 'string', 'description': 'get the list of ingredients from title'}, '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': ['ingredient', 'count', 'quantity', 'unit', 'brand']}}
grocery & gourmet
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'ingredient': {'type': 'string', 'description': 'get the list of ingredients from title'}, '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': ['ingredient', 'count', 'quantity', 'unit']}}
{'free': '', 'scent': '', 'form': 'liquid', 'count': 1, 'quantity': 100, 'unit': 'ml', 'brand': 'Mirage Diamond Collection NYC'}
perfume
mirage diamond collection nyc blossom delight eau de parfum, 100ml mirage diamond collection nyc blossom delight eau de parfum, 100ml
Extract the features from the title : mirage diamond collection nyc blossom delight eau de parfum, 100ml mirage diamond collection nyc blossom delight eau de parfum, 100ml
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'free': {'type': 'array', 'description': 'is product free from', 'items': {'type': 'string', 'enum': ['[]']}}, 'scent': {'type': 'array', 'description': 'product has scent of ', 'items': {'type': 'string', 'enum': ['[]']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['aerosol', 'cream', 'liquid', 'lotion', 'powder']}, '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': ['free', 'scent', 'form', 'count', 'quantity', 'unit', 'brand']}}
fragrance
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'free': {'type': 'array', 'description': 'is product free from', 'items': {'type': 'string', 'enum': ['cruelty free', 'natural', 'organic', 'recyclable packaging', 'vegan']}}, 'scent': {'type': 'array', 'description': 'product has scent of ', 'items': {'type': 'string', 'enum': ['amber wood', 'aquatic', 'citrus', 'coconut', 'floral', 'fresh', 'fruity', 'grapefruit', 'herbal', 'honey', 'lavender', 'lemon', 'mint', 'musk', 'oriental', 'peach', 'rose', 'rosemary', 'sandalwood', 'spicy', 'vanilla']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['aerosol', 'cream', 'liquid', 'lotion', 'powder']}, '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': ['free', 'scent', 'form', 'count', 'quantity', 'unit']}}
{'benifits': 'Boosts immune system,Improves digestion,Increases energy levels,Supports respiratory health,Promotes overall well-being', 'form': 'powder', 'count': 1, 'quantity': 1, 'unit': 'kg', 'brand': 'Dhootapapeshwar'}
chyawanprash
dhootapapeshwar swamala chywanprash 1 kg | india's no. 1 chywanprash for all seasons
Extract the features from the title : dhootapapeshwar swamala chywanprash 1 kg | india's no. 1 chywanprash for all seasons
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benifits': {'type': 'array', 'description': 'does product helps in ', 'items': {'type': 'string', 'enum': ['[]']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['capsule', 'drop', 'gummy', 'powder', 'softgel', 'syrup', 'tablet', 'aerosol']}, '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']}}
grocery & gourmet
{'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-fungal', 'anti-inflammatory', 'anxiety relief', 'blood sugar balance', 'bone health', 'boost energy', 'boost stamina', 'brain health', 'cardiovascular support', 'colon health', 'digestive health', 'eye health', 'immune support', 'joint health', 'lactation support', 'liver support', 'muscle recovery', 'pain relief', 'pregnancy support', 'respiratory health', 'sexual health', 'skin health', 'urinary tract health', 'weight loss']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['capsule', 'drop', 'gummy', 'powder', 'softgel', 'syrup', 'tablet', 'aerosol']}, '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']}}
{'ingredient': 'mango, coconut, amaranth bar, peanut butter, strawberry, ragi bar, cranberries, dates, bajra bar', 'count': 27, 'quantity': 180, 'unit': 'gram', 'brand': 'smart bars'}
granola & snack bars
feed smart bars breakfast healthy granola protein bar(1 x mango, coconut, amaranth bar) (1 x peanut butter, strawberry, ragi bar) (1 x cranberries, dates, bajra bar) - 180gm, (9 x 20 gram) (27 bars)
Extract the features from the title : feed smart bars breakfast healthy granola protein bar(1 x mango, coconut, amaranth bar) (1 x peanut butter, strawberry, ragi bar) (1 x cranberries, dates, bajra bar) - 180gm, (9 x 20 gram) (27 bars)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'ingredient': {'type': 'string', 'description': 'get the list of ingredients from title'}, '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': ['ingredient', 'count', 'quantity', 'unit', 'brand']}}
grocery & gourmet
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'ingredient': {'type': 'string', 'description': 'get the list of ingredients from title'}, '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': ['ingredient', 'count', 'quantity', 'unit']}}
{'gender': 'women', 'washable': True, 'blade material': 'stainless steel', 'battery life': 45, 'battery life unit': 'minutes', 'prod_cat': 'hair remover shaver', 'power source': 'battery powered', 'brand': 'kemei'}
shaver - women
kemei cordless rechargeable hair remover shaver for women - purple
Extract the features from the title : kemei cordless rechargeable hair remover shaver for women - 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']"]}}, 'washable': {'type': 'boolean', 'description': 'washable head or not'}, 'blade material': {'type': 'string', 'description': 'blade material'}, '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', 'washable', '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': 'blade material'}, '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'}}, 'required': ['gender', 'blade material', 'battery life', 'battery life unit', 'prod_cat', 'power source', 'count', 'quantity', 'unit']}}
{'wattage': 11, 'animals': 'reptile, turtle, snake, lizard, gecko, hermit crab, amphibian', 'count': 1, 'quantity': 1, 'unit': 'unit', 'brand': 'svauoumu'}
terrarium heat mats
svauoumu reptile heat mats, adjustable reptile heating pad 6w/11w/23w/36w, ipx7 waterproof with thermostat control for reptile, turtle, snake, lizard, gecko, hermit crab, amphibian (11w:(15 * 20cm)) svauoumu reptile heat mats, adjustable reptile heating pad 6w/11w/23w/36w, ipx7 waterproof with thermostat control for reptile, turtle, snake, lizard, gecko, hermit crab, amphibian (11w:(15 * 20cm))
Extract the features from the title : svauoumu reptile heat mats, adjustable reptile heating pad 6w/11w/23w/36w, ipx7 waterproof with thermostat control for reptile, turtle, snake, lizard, gecko, hermit crab, amphibian (11w:(15 * 20cm)) svauoumu reptile heat mats, adjustable reptile heating pad 6w/11w/23w/36w, ipx7 waterproof with thermostat control for reptile, turtle, snake, lizard, gecko, hermit crab, amphibian (11w:(15 * 20cm))
{'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']}}
{'benifits': 'natural ingredients,high antioxidants', 'form': 'powder', 'container': 'jar', 'brand': 'Kitchen Herb'}
green coffee
kitchen herb instant green coffee (lime flavour) instant coffee
Extract the features from the title : kitchen herb instant green coffee (lime flavour) instant coffee
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benifits': {'type': 'array', 'description': 'benifits', 'items': {'type': 'string', 'enum': ['[]']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['capsule', 'powder', 'tablet']}, 'container': {'type': 'string', 'description': 'container type', 'enum': ['bag', 'bottle', 'box', 'jar']}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['benifits', 'form', 'container', 'brand']}}
coffee, tea & beverages
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benifits': {'type': 'array', 'description': 'benifits', 'items': {'type': 'string', 'enum': ['blood sugar balance', 'boost energy', 'immune support', 'joint health', 'liver support', 'weight loss']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['capsule', 'powder', 'tablet']}, 'container': {'type': 'string', 'description': 'container type', 'enum': ['bag', 'bottle', 'box', 'jar']}}, 'required': ['benifits', 'form', 'container']}}
{'diet': 'vegan', 'material free': '', 'use': '', 'flavor': 'chocolate', 'benefits': '', 'form': 'powder', 'count': 6, 'quantity': 200, 'unit': 'ml', 'brand': 'Strive'}
plant proteins
strive vegan protein shake for kids 9 to 17 years 10g plant powered protein shake |98% digestible | made with california almonds, flaxseed oil, apple juice-200ml (chocolate almond, 6 pack)
Extract the features from the title : strive vegan protein shake for kids 9 to 17 years 10g plant powered protein shake |98% digestible | made with california almonds, flaxseed oil, apple juice-200ml (chocolate almond, 6 pack)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'diet': {'type': 'array', 'description': 'diet type', 'items': {'type': 'string', 'enum': ["['plant based'", " 'vegan'", " 'keto']"]}}, 'material free': {'type': 'array', 'description': 'material free', 'items': {'type': 'string', 'enum': ['[]']}}, 'use': {'type': 'array', 'description': 'recommended use', 'items': {'type': 'string', 'enum': ['[]']}}, 'flavor': {'type': 'array', 'description': 'flavours', 'items': {'type': 'string', 'enum': ["['dark chocolate'", " 'chocolate']"]}}, 'benefits': {'type': 'array', 'description': 'benefits', 'items': {'type': 'string', 'enum': ['[]']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['capsules', 'powder']}, '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': ['diet', 'material free', 'use', 'flavor', 'benefits', 'form', 'count', 'quantity', 'unit', 'brand']}}
plant proteins
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'diet': {'type': 'array', 'description': 'diet type', 'items': {'type': 'string', 'enum': ['gluten free', 'keto', 'plant based', 'vegan']}}, 'material free': {'type': 'array', 'description': 'material free', 'items': {'type': 'string', 'enum': ['dairy free', 'fat free', 'grain free', 'lactose free', 'no artificial colors', 'no artificial flavors', 'no artificial sweeteners', 'soy free', 'sugar free', 'gluten free']}}, 'use': {'type': 'array', 'description': 'recommended use', 'items': {'type': 'string', 'enum': ['intra-workout', 'post-workout', 'pre-workout']}}, 'flavor': {'type': 'array', 'description': 'flavours', 'items': {'type': 'string', 'enum': ['butterscotch', 'chocolate', 'coffee', 'dark chocolate', 'mango', 'mixed berry', 'pineapple', 'strawberry', 'unflavoured', 'vanilla']}}, 'benefits': {'type': 'array', 'description': 'benefits', 'items': {'type': 'string', 'enum': ['muscle growth', 'weight loss']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['capsules', 'powder']}, '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': ['diet', 'material free', 'use', 'flavor', 'benefits', 'form', 'count', 'quantity', 'unit']}}
{'count': 1, 'quantity': 100, 'unit': 'ml', 'brand': 's19 super fx'}
tan enhancers & accelerators
s19 super fx body gloss, bronze - highlights & perfects skin, instant glossy & dewy look - 100ml
Extract the features from the title : s19 super fx body gloss, bronze - highlights & perfects skin, instant glossy & dewy look - 100ml
{'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']}}
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']}}
{'benifits': '', 'form': 'powder', 'container': 'jar', 'nutrients': 'essential amino acids, bcaa', 'count': 1, 'quantity': 100, 'unit': 'g', 'brand': 'oxin nutrition'}
bcaa + amino energy
oxin nutrition eaa (essential amino acids) intra-workout/post-workout advanced formula (eaa+bcaa) 100g (orange punch)
Extract the features from the title : oxin nutrition eaa (essential amino acids) intra-workout/post-workout advanced formula (eaa+bcaa) 100g (orange punch)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benifits': {'type': 'array', 'description': 'benifits', 'items': {'type': 'string', 'enum': ['[]']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['capsule', 'gel', 'powder', 'tablet']}, 'container': {'type': 'string', 'description': 'container type', 'enum': ['bag', 'bottle', 'box', 'canister', 'jar']}, 'nutrients': {'type': 'string', 'description': 'get the list of nutrients from title'}, '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', 'nutrients', 'count', 'quantity', 'unit', 'brand']}}
other categories
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benifits': {'type': 'array', 'description': 'benifits', 'items': {'type': 'string', 'enum': ['energy management', 'immune support', 'muscle growth', 'skin hydrating']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['capsule', 'gel', 'powder', 'tablet']}, 'container': {'type': 'string', 'description': 'container type', 'enum': ['bag', 'bottle', 'box', 'canister', 'jar']}, 'nutrients': {'type': 'string', 'description': 'get the list of nutrients from title'}, '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', 'nutrients', 'count', 'quantity', 'unit']}}
{'wattage': 900, 'jars': 4, 'speeds': 1, 'recommended use': 'grind', 'prod_cat': 'mixer grinder', 'count': 1, 'quantity': 4, 'unit': 'jars', 'brand': 'sujata'}
mixer grinders
sujata 4 in 1 supermix 900 mixer grinder (4 jars, white)
Extract the features from the title : sujata 4 in 1 supermix 900 mixer grinder (4 jars, white)
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'wattage': {'type': 'integer', 'description': 'wattage'}, 'jars': {'type': 'integer', 'description': 'number of jars'}, 'speeds': {'type': 'integer', 'description': 'number of speeds support'}, 'recommended use': {'type': 'array', 'description': 'recommended uses', 'items': {'type': 'string', 'enum': ["[' grind']"]}}, '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', 'jars', 'speeds', 'recommended use', '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'}, 'jars': {'type': 'integer', 'description': 'number of jars'}, 'speeds': {'type': 'integer', 'description': 'number of speeds support'}, 'recommended use': {'type': 'array', 'description': 'recommended uses', 'items': {'type': 'string', 'enum': ['blend', ' grind']}}, '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', 'jars', 'speeds', 'recommended use', 'prod_cat', 'count', 'quantity', 'unit']}}
{'material free': '', 'material features': '', 'recommended uses for product': '', 'skin type': '', 'count': 4, 'quantity': 15, 'unit': 'ml', 'brand': 'avon'}
depilatories
4 x avon avon works facial hair removal cream -15ml each
Extract the features from the title : 4 x avon avon works facial hair removal cream -15ml each
{'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': ['[]']}}, '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']}}
{'material': 'plastic', 'electrical': 'yes', 'count': 1, 'quantity': 1, 'unit': 'piece', 'brand': 'asiaark'}
foot files
asiaark foot callus remover - rechargeable waterproof electric foot files for dry hard dead skin and cracked heels, professional pedicure tools with 3 grinding heads and 2 speeds
Extract the features from the title : asiaark foot callus remover - rechargeable waterproof electric foot files for dry hard dead skin and cracked heels, professional pedicure tools with 3 grinding heads and 2 speeds
{'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']}, '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', 'electrical', 'count', 'quantity', 'unit', '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']}}
{'item form': 'tablet', 'flavour': None, 'vitamin age range': 'adult', 'vitamin diet type': 'vegan', 'benefits': '', 'gender': 'unisex', 'special nutrients': '', 'count': 120, 'quantity': 519, 'unit': 'mg', 'brand': 'horbaach'}
vitamin c
quercetin complex 519mg with bromelain | 120 vegan tablets | added vitamin c, rosehip, acerola and rutin | no artificial preservatives | by horbaach
Extract the features from the title : quercetin complex 519mg with bromelain | 120 vegan tablets | added vitamin c, rosehip, acerola and rutin | no artificial preservatives | by horbaach
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'item form': {'type': 'array', 'description': 'form of the product', 'items': {'type': 'string', 'enum': ["['tablet'", " 'aerosol']"]}}, 'flavour': {'type': 'string', 'description': 'flavour of product', 'enum': ['acai berry', 'apple', 'apricot', 'blackberry', 'blackcurrent', 'blueberry', 'caramel', 'cherry', 'chocolate', 'coconut', 'craneberry', 'elderberry', 'grape', 'lemon', 'mango', 'mint', 'orange', 'peach', 'peppermint', 'pineapple', 'pomegranate', 'raspberry', 'strawberry', 'tangerine', 'unflavored', 'vanilla', 'watermelon']}, 'vitamin age range': {'type': 'string', 'description': 'is it for child or adult', 'enum': ['child', 'adult']}, 'vitamin diet type': {'type': 'array', 'description': 'diet type', 'items': {'type': 'string', 'enum': ["['vegan']"]}}, 'benefits': {'type': 'array', 'description': 'benefits of product', 'items': {'type': 'string', 'enum': ['[]']}}, 'gender': {'type': 'string', 'description': 'which gender can use this product', 'enum': ['unisex', 'male', 'female']}, 'special nutrients': {'type': 'string', 'description': 'comma separated nutrients name other than vitamins present in this 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': ['item form', 'flavour', 'vitamin age range', 'vitamin diet type', 'benefits', 'gender', 'special nutrients', 'count', 'quantity', 'unit', 'brand']}}
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': 'transport'}
birdcages
transport transport
Extract the features from the title : transport transport
{'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']}}
{'special_feature': 'no added sugar', 'flavour': 'none', 'count': 1, 'quantity': 300, 'unit': 'gm', 'brand': 'premium handmade'}
butter cookies
mid break - sugar free atta biscuits | sugar free atta cookies | atta biscuits | premium handmade cookies | 300 gm | pack of 1
Extract the features from the title : mid break - sugar free atta biscuits | sugar free atta cookies | atta biscuits | premium handmade cookies | 300 gm | pack of 1
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'special_feature': {'type': 'array', 'description': 'does product conatins', 'items': {'type': 'string', 'enum': ["['no added sugar'", " 'lactose free']"]}}, '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': 60, 'quantity': 1000, 'unit': 'IU', 'brand': 'Solaray'}
vitamin e supplements
solaray vitamin e, d-alpha tocopherol 1000iu | for healthy cardiac function, antioxidant activity & skin health support | lab verified | 60 softgels
Extract the features from the title : solaray vitamin e, d-alpha tocopherol 1000iu | for healthy cardiac function, antioxidant activity & skin health support | lab verified | 60 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': 'boost energy', 'form': 'powder', 'brand': 'Dr. Morepen'}
chyawanprash
dr. morepen chyawanprash ayurvedic immunity booster
Extract the features from the title : dr. morepen chyawanprash ayurvedic immunity booster
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benifits': {'type': 'array', 'description': 'does product helps in ', 'items': {'type': 'string', 'enum': ["['boost energy']"]}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['capsule', 'drop', 'gummy', 'powder', 'softgel', 'syrup', 'tablet', 'aerosol']}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['benifits', 'form', 'brand']}}
grocery & gourmet
{'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-fungal', 'anti-inflammatory', 'anxiety relief', 'blood sugar balance', 'bone health', 'boost energy', 'boost stamina', 'brain health', 'cardiovascular support', 'colon health', 'digestive health', 'eye health', 'immune support', 'joint health', 'lactation support', 'liver support', 'muscle recovery', 'pain relief', 'pregnancy support', 'respiratory health', 'sexual health', 'skin health', 'urinary tract health', 'weight loss']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['capsule', 'drop', 'gummy', 'powder', 'softgel', 'syrup', 'tablet', 'aerosol']}, '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']}}
{'lid': 'inner lid', 'material': 'al', 'prod_cat': 'pressure cooker', 'count': 1, 'quantity': 2, 'unit': 'l', 'brand': 'kraft'}
pressure cookers
kraft aluminium inner lid handi shaped 2 l induction bottom pressure cooker
Extract the features from the title : kraft aluminium inner lid handi shaped 2 l induction bottom 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']}}
{'benifits': 'improves product efficacy,balances ph', 'ingredient': 'water softener', 'free': '', 'form': 'gel', 'brand': 'Man Matters'}
hair lotion & tonics
man matters water softener improves product efficacy on scalp, hair & body | balances ph
Extract the features from the title : man matters water softener improves product efficacy on scalp, hair & body | balances ph
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'benifits': {'type': 'array', 'description': 'does product helps in ', 'items': {'type': 'string', 'enum': ["['hair growth']"]}}, 'ingredient': {'type': 'array', 'description': 'does it conatins ', 'items': {'type': 'string', 'enum': ["['fermented rice water'", " 'water lily'", " 'amla'", " 'rice water']"]}}, 'free': {'type': 'array', 'description': 'is product free from', 'items': {'type': 'string', 'enum': ['[]']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['aerosol', 'cream', 'gel', 'lotion', 'oil', 'drop']}, 'brand': {'type': 'string', 'description': 'get the brand of the product'}}, 'required': ['benifits', 'ingredient', 'free', 'form', 'brand']}}
hair 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-dandruff', 'breakage control', 'hair growth', 'hydrating', 'moisturizing']}}, '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', 'formaldehyde free', 'mineral oil free', 'paraben free', 'silicone free', 'sulfate free', 'petrochemical free', 'phthalate free']}}, 'form': {'type': 'string', 'description': 'product form', 'enum': ['aerosol', 'cream', 'gel', 'lotion', 'oil', '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']}}
{'count': 24, 'quantity': 500, 'unit': 'ml', 'brand': 'Aquarius'}
ready to drink
[no cash on delivery] [2 case set] aquarius oral rehydration solution 500mlpet (24 bottles included) in-room heatstroke prevention product [free shipping nationwide]…
Extract the features from the title : [no cash on delivery] [2 case set] aquarius oral rehydration solution 500mlpet (24 bottles included) in-room heatstroke prevention product [free shipping nationwide]…
{'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']}}
meal replacement
{'name': 'smp', 'description': 'Get the features of product.', 'parameters': {'type': 'object', 'properties': {'specialty': {'type': 'array', 'description': 'specialty', 'items': {'type': 'string', 'enum': ['alcohol free', 'dairy free', 'halal', 'high in protein', 'low fat', 'natural', 'no added sugar', 'no artificial colours', 'no preservatives', 'non-gmo', 'organic', 'vegans', 'vegetarians']}}, 'cuisine': {'type': 'string', 'description': 'cuisine of the product', 'enum': ['american', 'chinese', 'indian', 'italian', 'lebanese', 'mexican', 'thai', 'spanish']}, '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', 'cuisine', 'count', 'quantity', 'unit']}}