In [10]:
import json
from collections import Counter

with open('test.json') as json_data:
    test = json.load(json_data)

with open('train.json') as json_data:
    train = json.load(json_data)

In [24]:
train[0]


Out[24]:
{u'cuisine': u'greek',
 u'id': 10259,
 u'ingredients': [u'romaine lettuce',
  u'black olives',
  u'grape tomatoes',
  u'garlic',
  u'pepper',
  u'purple onion',
  u'seasoning',
  u'garbanzo beans',
  u'feta cheese crumbles']}

In [23]:
ingr_cuisine = {}
acc = Counter()
for ingr in test[1:100]:
    acc = acc + Counter(ingr['ingredients'])
acc


Out[23]:
Counter({u'1% low-fat cottage cheese': 1,
         u'2% reduced-fat milk': 1,
         u'Anaheim chile': 1,
         u'Country Crock\xae Spread': 1,
         u'Gochujang base': 1,
         u'Grey Poupon Dijon Mustard': 1,
         u'Italian bread': 1,
         u'Madras curry powder': 1,
         u'Nu-Salt Salt Substitute': 1,
         u'Shaoxing wine': 1,
         u'Sriracha': 1,
         u'Velveeta': 1,
         u'active dry yeast': 1,
         u'albacore tuna in water': 1,
         u'all-purpose flour': 11,
         u'allspice': 1,
         u'amchur': 1,
         u'ampalaya': 1,
         u'anchovy fillets': 2,
         u'andouille sausage': 1,
         u'apple cider': 1,
         u'apple cider vinegar': 1,
         u'apple juice': 1,
         u'apricot nectar': 1,
         u'arborio rice': 2,
         u'arugula': 1,
         u'asafoetida': 1,
         u'asian eggplants': 1,
         u'avocado': 2,
         u'baby spinach': 1,
         u'bacon': 3,
         u'baked beans': 1,
         u'baking potatoes': 1,
         u'baking powder': 2,
         u'baking soda': 1,
         u'balsamic vinegar': 1,
         u'banana liqueur': 1,
         u'bananas': 2,
         u'basil': 2,
         u'basil leaves': 2,
         u'bawang goreng': 1,
         u'bay leaf': 3,
         u'bay leaves': 4,
         u'bean sauce': 1,
         u'bean threads': 1,
         u'beansprouts': 2,
         u'beaujolais': 1,
         u'beef broth': 1,
         u'beef stew meat': 1,
         u'beef stock': 1,
         u'beef tenderloin': 3,
         u'beets': 1,
         u'bell pepper': 1,
         u'bittersweet chocolate': 1,
         u'black pepper': 8,
         u'blue cheese': 1,
         u'boneless chicken skinless thigh': 2,
         u'boneless skinless chicken breast halves': 1,
         u'boneless skinless chicken breasts': 4,
         u'bread crumbs': 1,
         u'brie cheese': 1,
         u'broccoli florets': 2,
         u'brown butter': 1,
         u'brown lentils': 1,
         u'brown rice': 1,
         u'brown sugar': 4,
         u'browning': 1,
         u'butter': 9,
         u'buttermilk': 2,
         u'button mushrooms': 1,
         u'cabbage': 1,
         u'cajun seasoning': 1,
         u'cake': 1,
         u'canned low sodium chicken broth': 1,
         u'cannellini beans': 1,
         u'canola mayonnaise': 1,
         u'canola oil': 3,
         u'capers': 1,
         u'cardamom': 1,
         u'carrots': 4,
         u'cashew nuts': 2,
         u'caster sugar': 1,
         u'cayenne': 1,
         u'cayenne pepper': 4,
         u'celery': 4,
         u'celery ribs': 2,
         u'celery salt': 1,
         u'chat masala': 1,
         u'cheddar cheese': 3,
         u'cheese sauce': 1,
         u'cherries': 1,
         u'cherry tomatoes': 3,
         u'chicken': 1,
         u'chicken breast halves': 1,
         u'chicken breast tenders': 1,
         u'chicken broth': 4,
         u'chicken drumsticks': 2,
         u'chicken fingers': 1,
         u'chicken seasoning mix': 1,
         u'chicken stock': 4,
         u'chicken thighs': 4,
         u'chicken wings': 2,
         u'chickpeas': 1,
         u'chiles': 1,
         u'chili pepper flakes': 1,
         u'chili powder': 3,
         u'chillies': 1,
         u'chinese five-spice powder': 1,
         u'chipotle chile powder': 1,
         u'chocolate syrup': 1,
         u'chopped celery': 3,
         u'chopped cilantro fresh': 3,
         u'chopped fresh herbs': 1,
         u'chopped garlic': 1,
         u'chopped green chilies': 1,
         u'chopped onion': 2,
         u'chopped parsley': 1,
         u'chuck roast': 1,
         u'cilantro': 1,
         u'cilantro leaves': 4,
         u'cilantro root': 1,
         u'cinnamon': 1,
         u'clove': 2,
         u'coarse kosher salt': 1,
         u'coarse salt': 2,
         u'coconut milk': 2,
         u'coffee liqueur': 1,
         u'colby jack cheese': 1,
         u'cold water': 1,
         u'cooked chicken': 1,
         u'cooked quinoa': 1,
         u'cooked white rice': 1,
         u'cooking oil': 4,
         u'cooking spray': 6,
         u'coriander': 1,
         u'coriander seeds': 1,
         u'corn kernels': 1,
         u'corn starch': 12,
         u'corn tortillas': 2,
         u'cornflour': 1,
         u'cornmeal': 2,
         u'cracked black pepper': 1,
         u'cream': 1,
         u'cream cheese': 1,
         u'cream of tartar': 1,
         u'crushed garlic': 1,
         u'crushed red pepper': 5,
         u'crushed red pepper flakes': 2,
         u'crushed tomatoes': 1,
         u'cuban peppers': 1,
         u'cube steaks': 1,
         u'cucumber': 2,
         u'cumin': 1,
         u'cumin seed': 4,
         u'curry': 1,
         u'curry leaves': 1,
         u'curry powder': 3,
         u'custard powder': 1,
         u'daikon': 1,
         u'dark muscovado sugar': 1,
         u'dark soy sauce': 3,
         u'dashi': 1,
         u'dates': 1,
         u'diced onions': 3,
         u'diced tomatoes': 2,
         u'diced tomatoes in juice': 1,
         u'dill': 1,
         u'double cream': 1,
         u'dried apricot': 2,
         u'dried basil': 5,
         u'dried chickpeas': 1,
         u'dried fish flakes': 1,
         u'dried mint flakes': 1,
         u'dried oregano': 8,
         u'dried pasta': 1,
         u'dried porcini mushrooms': 1,
         u'dried shiitake mushrooms': 1,
         u'dried shrimp': 1,
         u'dried thyme': 3,
         u'dry white wine': 4,
         u'dry yeast': 1,
         u'dulce de leche': 1,
         u'ear of corn': 1,
         u'edamame': 1,
         u'egg whites': 3,
         u'egg yolks': 1,
         u'eggplant': 2,
         u'eggs': 10,
         u'english cucumber': 1,
         u'enokitake': 1,
         u'extra firm tofu': 1,
         u'extra-virgin olive oil': 4,
         u'fat free beef broth': 1,
         u'fat free cream cheese': 1,
         u'fat free less sodium chicken broth': 3,
         u'fat-free buttermilk': 1,
         u'fennel bulb': 1,
         u'fermented black beans': 1,
         u'feta cheese crumbles': 4,
         u'figs': 1,
         u'file powder': 1,
         u'fine sea salt': 2,
         u'firm tofu': 1,
         u'fish sauce': 4,
         u'flaked coconut': 1,
         u'flat leaf parsley': 2,
         u'flour': 3,
         u'food colouring': 1,
         u'french bread': 1,
         u'fresh basil': 3,
         u'fresh coriander': 1,
         u'fresh dill': 2,
         u'fresh ginger': 6,
         u'fresh lemon juice': 5,
         u'fresh lime juice': 3,
         u'fresh mint': 1,
         u'fresh oregano': 1,
         u'fresh parsley': 2,
         u'fresh parsley leaves': 1,
         u'fresh pineapple': 1,
         u'fresh shiitake mushrooms': 1,
         u'fresh spinach': 1,
         u'fresh thyme': 1,
         u'fresh thyme leaves': 2,
         u'fresh tomatoes': 2,
         u'freshly grated parmesan': 1,
         u'freshly ground pepper': 3,
         u'fronds': 1,
         u'frozen peas': 1,
         u'galangal': 1,
         u'garam masala': 4,
         u'garlic': 25,
         u'garlic chili sauce': 1,
         u'garlic cloves': 18,
         u'ghee': 3,
         u'ginger': 5,
         u'glace cherries': 1,
         u'goat cheese': 1,
         u'granny smith apples': 1,
         u'grape juice': 1,
         u'grated jack cheese': 1,
         u'grated lemon zest': 1,
         u'grated parmesan cheese': 7,
         u'greek style plain yogurt': 1,
         u'greek yogurt': 2,
         u'green beans': 1,
         u'green bell pepper': 4,
         u'green chilies': 4,
         u'green onions': 10,
         u'green peas': 1,
         u'green pepper': 2,
         u'green peppercorns': 1,
         u'green tea': 1,
         u'ground beef': 3,
         u'ground black pepper': 11,
         u'ground cayenne pepper': 1,
         u'ground cinnamon': 4,
         u'ground coriander': 1,
         u'ground cumin': 5,
         u'ground ginger': 4,
         u'ground lamb': 1,
         u'ground nutmeg': 1,
         u'ground oregano': 1,
         u'ground pecans': 1,
         u'ground pepper': 4,
         u'ground sumac': 1,
         u'ground thyme': 1,
         u'ground turmeric': 4,
         u'ham': 2,
         u'hard-boiled egg': 1,
         u'heavy cream': 2,
         u'herbs': 1,
         u'honey': 5,
         u'hot chili powder': 1,
         u'hot pepper sauce': 1,
         u'hot sauce': 2,
         u'hot spanish paprika': 1,
         u'hot water': 2,
         u'jalapeno chilies': 2,
         u'japanese greens': 1,
         u'jasmine rice': 1,
         u'jicama': 1,
         u'kaffir lime leaves': 1,
         u'kalamata': 1,
         u'ketchup': 1,
         u'king prawns': 1,
         u'kosher salt': 6,
         u'krachai': 1,
         u'large egg whites': 1,
         u'large egg yolks': 1,
         u'large eggs': 9,
         u'large flour tortillas': 1,
         u'large garlic cloves': 1,
         u'large shrimp': 2,
         u'lasagna noodles, cooked and drained': 1,
         u'lean ground pork': 1,
         u'leeks': 1,
         u'leg of lamb': 1,
         u'lemon': 2,
         u'lemon juice': 3,
         u'lemongrass': 2,
         u'lettuce leaves': 1,
         u'light brown sugar': 1,
         u'light cream': 1,
         u'light rum': 1,
         u'light soy sauce': 1,
         u'lime': 2,
         u'lime juice': 1,
         u'lime leaves': 1,
         u'long beans': 1,
         u'long grain white rice': 3,
         u'long-grain rice': 2,
         u'low salt chicken broth': 2,
         u'low sodium soy sauce': 2,
         u'luke warm water': 1,
         u'lump crab meat': 1,
         u'macaroni and cheese dinner': 1,
         u'mango': 1,
         u'margarine': 1,
         u'marinara sauce': 1,
         u'marjoram': 1,
         u'masa harina': 1,
         u'mayonaise': 2,
         u'meat cuts': 1,
         u'medium firm tofu': 1,
         u'medium shrimp': 1,
         u'milk': 3,
         u'minced garlic': 2,
         u'minced ginger': 1,
         u'mint': 1,
         u'mint leaves': 3,
         u'minute rice': 1,
         u'mirin': 3,
         u'mixed spice': 1,
         u'molasses': 2,
         u'montreal steak seasoning': 1,
         u'moong dal': 1,
         u'mozzarella cheese': 3,
         u'mung bean sprouts': 1,
         u'muscovado sugar': 1,
         u'mushroom caps': 1,
         u'mushrooms': 6,
         u'mussels': 1,
         u'napa cabbage': 2,
         u'non-fat sour cream': 1,
         u'nori': 1,
         u'nuoc cham': 1,
         u'nutmeg': 1,
         u'oil': 7,
         u'oil cured olives': 1,
         u'okra': 3,
         u'olive oil': 24,
         u'onion tops': 1,
         u'onions': 27,
         u'orange': 1,
         u'orange juice': 2,
         u'orange zest': 2,
         u'oyster sauce': 2,
         u'palm sugar': 1,
         u'panko breadcrumbs': 1,
         u'papaya': 1,
         u'paprika': 4,
         u'parmesan cheese': 1,
         u'parmigiano reggiano cheese': 2,
         u'parsley': 1,
         u'parsnips': 1,
         u'part-skim mozzarella cheese': 1,
         u'pasta': 2,
         u'peach slices': 1,
         u'pears': 1,
         u'peeled fresh ginger': 1,
         u'penne': 2,
         u'pepper': 9,
         u'pesto': 1,
         u'pimento stuffed green olives': 1,
         u'pineapple': 2,
         u'pineapple juice': 1,
         u'pinenuts': 1,
         u'pita bread': 1,
         u'pizza sauce': 1,
         u'pizza shells': 1,
         u'plain yogurt': 2,
         u'plum tomatoes': 3,
         u'poblano chiles': 2,
         u'polenta': 1,
         u'pork belly': 1,
         u'pork steaks': 1,
         u'port': 1,
         u'potatoes': 1,
         u'powdered sugar': 1,
         u'prosciutto': 2,
         u'prunes': 1,
         u'pumpkin seeds': 1,
         u'purple onion': 3,
         u'radishes': 1,
         u'raisins': 1,
         u'raspberry jam': 1,
         u'red bell pepper': 6,
         u'red chili peppers': 1,
         u'red chili powder': 1,
         u'red curry paste': 1,
         u'red kidney beans': 1,
         u'red pepper': 2,
         u'red wine': 1,
         u'red wine vinegar': 1,
         u'reduced sodium soy sauce': 1,
         u'regular soy sauce': 1,
         u'rice': 3,
         u'rice flour': 1,
         u'rice vinegar': 5,
         u'rice wine': 1,
         u'ripe olives': 1,
         u'roast': 1,
         u'roast beef': 1,
         u'roasted cashews': 1,
         u'roasted peanuts': 1,
         u'roasted sesame seeds': 1,
         u'roasted tomatoes': 1,
         u'rolls': 1,
         u'romano cheese': 1,
         u'rotelle': 1,
         u'round steaks': 1,
         u'rum': 1,
         u'saffron': 2,
         u'saffron threads': 1,
         u'sake': 1,
         u'salmon fillets': 1,
         u'salsa': 2,
         u'salt': 42,
         u'sauce': 2,
         u'sausage casings': 2,
         u'sausage links': 1,
         u'sausages': 1,
         u'savoy cabbage': 1,
         u'scallions': 8,
         u'sea salt': 2,
         u'sea scallops': 1,
         u'seedless red grapes': 1,
         u'self raising flour': 1,
         u'self rising flour': 2,
         u'semisweet chocolate': 1,
         u'serrano chile': 2,
         u'serrano peppers': 1,
         u'sesame oil': 3,
         u'sesame seeds': 2,
         u'shallots': 4,
         u'shells': 1,
         u'sherry vinegar': 1,
         u'shoyu': 1,
         u'shredded Monterey Jack cheese': 1,
         u'shredded cabbage': 1,
         u'shredded cheddar cheese': 1,
         u'shredded mozzarella cheese': 1,
         u'shredded sharp cheddar cheese': 1,
         u'shrimp': 5,
         u'shrimp tails': 1,
         u'skim milk': 2,
         u'skinless chicken pieces': 1,
         u'slivered almonds': 1,
         u'smoked paprika': 1,
         u'smoked sausage': 3,
         u'snappers': 1,
         u'sour cream': 2,
         u'soy sauce': 7,
         u'spring roll wrappers': 1,
         u'squid': 1,
         u'starchy potatoes': 1,
         u'stir fry noodles': 1,
         u'suet': 1,
         u'sugar': 15,
         u'sultana': 1,
         u'sundried tomato paste': 1,
         u'sweet potatoes': 1,
         u'szechwan peppercorns': 1,
         u'taco seasoning': 1,
         u'taco seasoning mix': 2,
         u'tamari soy sauce': 1,
         u'tamarind juice': 1,
         u'tandoori spices': 1,
         u'tangerine': 1,
         u'tapioca starch': 1,
         u'taro': 1,
         u'thai basil': 1,
         u'thai chile': 2,
         u'thyme': 1,
         u'toasted pecans': 1,
         u'toasted pine nuts': 1,
         u'toasted sesame oil': 1,
         u'toasted sesame seeds': 2,
         u'tomatillos': 1,
         u'tomato basil sauce': 1,
         u'tomato paste': 4,
         u'tomato pur\xe9e': 1,
         u'tomatoes': 10,
         u'tumeric': 3,
         u'turkey': 1,
         u'turkey carcass': 1,
         u'tzatziki': 1,
         u'unsalted butter': 4,
         u'vanilla extract': 2,
         u'vanilla ice cream': 1,
         u'vanilla wafers': 1,
         u'vegetable broth': 1,
         u'vegetable oil': 13,
         u'vegetable oil cooking spray': 1,
         u'vegetable oil spray': 1,
         u'vegetable stock': 1,
         u'vegetables': 1,
         u'vidalia onion': 1,
         u'wafer': 1,
         u'warm water': 2,
         u'water': 20,
         u'watercress': 1,
         u'whipped cream': 2,
         u'whipping cream': 1,
         u'white italian tuna in olive oil': 1,
         u'white onion': 2,
         u'white pepper': 3,
         u'white rice': 3,
         u'white sugar': 2,
         u'white vinegar': 1,
         u'white zinfandel': 1,
         u'whole milk': 1,
         u'whole wheat breadcrumbs': 1,
         u'wonton wrappers': 1,
         u'worcestershire sauce': 2,
         u'yellow corn meal': 1,
         u'yellow onion': 1,
         u'yellow squash': 1,
         u'zucchini': 5})

In [29]:
c = Counter(train[0]['ingredients'])  +  Counter(train[1]['ingredients']) + Counter(train[2]['ingredients'])

In [28]:
len(test)


Out[28]:
9944

In [31]:
ingredients = []
cuisines = []
for ing in test:
    if ing['ingredients'] not in ingredients:
        ingredients.append(ing['ingredients'])
    if ing['cuisine'] not in cuisines:
        cuisines.append(ing['cuisine'])
ingredients


Out[31]:
[{u'id': 18009,
  u'ingredients': [u'baking powder',
   u'eggs',
   u'all-purpose flour',
   u'raisins',
   u'milk',
   u'white sugar']},
 {u'id': 28583,
  u'ingredients': [u'sugar',
   u'egg yolks',
   u'corn starch',
   u'cream of tartar',
   u'bananas',
   u'vanilla wafers',
   u'milk',
   u'vanilla extract',
   u'toasted pecans',
   u'egg whites',
   u'light rum']},
 {u'id': 41580,
  u'ingredients': [u'sausage links',
   u'fennel bulb',
   u'fronds',
   u'olive oil',
   u'cuban peppers',
   u'onions']},
 {u'id': 29752,
  u'ingredients': [u'meat cuts',
   u'file powder',
   u'smoked sausage',
   u'okra',
   u'shrimp',
   u'andouille sausage',
   u'water',
   u'paprika',
   u'hot sauce',
   u'garlic cloves',
   u'browning',
   u'lump crab meat',
   u'vegetable oil',
   u'all-purpose flour',
   u'freshly ground pepper',
   u'flat leaf parsley',
   u'boneless chicken skinless thigh',
   u'dried thyme',
   u'white rice',
   u'yellow onion',
   u'ham']},
 {u'id': 35687,
  u'ingredients': [u'ground black pepper',
   u'salt',
   u'sausage casings',
   u'leeks',
   u'parmigiano reggiano cheese',
   u'cornmeal',
   u'water',
   u'extra-virgin olive oil']},
 {u'id': 38527,
  u'ingredients': [u'baking powder',
   u'all-purpose flour',
   u'peach slices',
   u'corn starch',
   u'heavy cream',
   u'lemon juice',
   u'unsalted butter',
   u'salt',
   u'white sugar']},
 {u'id': 19666,
  u'ingredients': [u'grape juice', u'orange', u'white zinfandel']},
 {u'id': 41217,
  u'ingredients': [u'ground ginger',
   u'white pepper',
   u'green onions',
   u'orange juice',
   u'sugar',
   u'Sriracha',
   u'vegetable oil',
   u'orange zest',
   u'chicken broth',
   u'sesame seeds',
   u'boneless skinless chicken breasts',
   u'corn starch',
   u'white vinegar',
   u'soy sauce',
   u'large eggs',
   u'garlic']},
 {u'id': 28753,
  u'ingredients': [u'diced onions',
   u'taco seasoning mix',
   u'all-purpose flour',
   u'chopped cilantro fresh',
   u'ground cumin',
   u'ground cinnamon',
   u'vegetable oil',
   u'bittersweet chocolate',
   u'chopped garlic',
   u'water',
   u'hot chili powder',
   u'boneless skinless chicken breast halves',
   u'shredded Monterey Jack cheese',
   u'chicken broth',
   u'Anaheim chile',
   u'cream cheese',
   u'dried oregano']},
 {u'id': 22659,
  u'ingredients': [u'eggs',
   u'cherries',
   u'dates',
   u'dark muscovado sugar',
   u'ground cinnamon',
   u'mixed spice',
   u'cake',
   u'vanilla extract',
   u'self raising flour',
   u'sultana',
   u'rum',
   u'raisins',
   u'prunes',
   u'glace cherries',
   u'butter',
   u'port']},
 {u'id': 21749,
  u'ingredients': [u'pasta',
   u'olive oil',
   u'crushed red pepper',
   u'cherry tomatoes',
   u'basil',
   u'ear of corn',
   u'mozzarella cheese',
   u'zucchini',
   u'salt',
   u'yellow squash',
   u'garlic']},
 {u'id': 44967,
  u'ingredients': [u'water',
   u'butter',
   u'ground sumac',
   u'ground lamb',
   u'ground cinnamon',
   u'grated parmesan cheese',
   u'all-purpose flour',
   u'onions',
   u'tomato paste',
   u'milk',
   u'red wine',
   u'feta cheese crumbles',
   u'penne',
   u'dried mint flakes',
   u'cayenne pepper',
   u'dried oregano']},
 {u'id': 42969,
  u'ingredients': [u'curry powder',
   u'ground cumin',
   u'chicken wings',
   u'chopped onion',
   u'ground ginger',
   u'large garlic cloves',
   u'plain yogurt',
   u'chopped cilantro fresh']},
 {u'id': 44883,
  u'ingredients': [u'pasta',
   u'marinara sauce',
   u'dried basil',
   u'chicken fingers',
   u'mozzarella cheese',
   u'salt',
   u'parmesan cheese']},
 {u'id': 20827,
  u'ingredients': [u'salt',
   u'custard powder',
   u'white sugar',
   u'eggs',
   u'margarine',
   u'self rising flour']},
 {u'id': 23196,
  u'ingredients': [u'vegetable oil cooking spray',
   u'egg whites',
   u'apricot nectar',
   u'eggs',
   u'papaya',
   u'french bread',
   u'fresh lime juice',
   u'skim milk',
   u'dried apricot',
   u'brie cheese',
   u'brown sugar',
   u'honey',
   u'salt']},
 {u'id': 35387,
  u'ingredients': [u'vanilla ice cream',
   u'banana liqueur',
   u'bananas',
   u'pineapple juice',
   u'chocolate syrup',
   u'whipped cream',
   u'coffee liqueur']},
 {u'id': 33780,
  u'ingredients': [u'molasses',
   u'hot sauce',
   u'baked beans',
   u'Grey Poupon Dijon Mustard',
   u'onions',
   u'bacon']},
 {u'id': 19001,
  u'ingredients': [u'chopped green chilies',
   u'sour cream',
   u'cheddar cheese',
   u'salt',
   u'white rice',
   u'ripe olives',
   u'water',
   u'grated jack cheese']},
 {u'id': 16526,
  u'ingredients': [u'cold water',
   u'chicken drumsticks',
   u'chicken thighs',
   u'chicken seasoning mix',
   u'salt',
   u'vegetable oil',
   u'all-purpose flour',
   u'eggs',
   u'buttermilk']},
 {u'id': 42455,
  u'ingredients': [u'bean threads',
   u'suet',
   u'fresh shiitake mushrooms',
   u'firm tofu',
   u'water',
   u'large eggs',
   u'japanese greens',
   u'sugar',
   u'mirin',
   u'napa cabbage',
   u'scallions',
   u'soy sauce',
   u'enokitake',
   u'beef tenderloin']},
 {u'id': 47453,
  u'ingredients': [u'water',
   u'ground turmeric',
   u'salt',
   u'long-grain rice',
   u'butter']},
 {u'id': 42478,
  u'ingredients': [u'kosher salt',
   u'bay leaves',
   u'brown lentils',
   u'parsnips',
   u'sherry vinegar',
   u'baking potatoes',
   u'olive oil',
   u'shallots',
   u'carrots',
   u'fat free less sodium chicken broth',
   u'ground black pepper',
   u'chopped celery']},
 {u'id': 11885,
  u'ingredients': [u'kosher salt',
   u'vegetable oil',
   u'shrimp',
   u'herbs',
   u'nuoc cham',
   u'ground turmeric',
   u'ground black pepper',
   u'scallions',
   u'mung bean sprouts',
   u'lettuce leaves',
   u'rice flour']},
 {u'id': 16585,
  u'ingredients': [u'arborio rice',
   u'olive oil',
   u'dry white wine',
   u'salt',
   u'brown butter',
   u'grated parmesan cheese',
   u'vegetable stock',
   u'smoked paprika',
   u'nutmeg',
   u'unsalted butter',
   u'shallots',
   u'garlic cloves',
   u'pepper',
   u'sweet potatoes',
   u'bacon',
   u'chopped fresh herbs']},
 {u'id': 29639,
  u'ingredients': [u'granny smith apples',
   u'bay leaves',
   u'apple cider',
   u'onions',
   u'clove',
   u'ground nutmeg',
   u'butter',
   u'salt',
   u'ground cinnamon',
   u'ground black pepper',
   u'turkey',
   u'low salt chicken broth',
   u'honey',
   u'apple cider vinegar',
   u'chopped celery']},
 {u'id': 26245,
  u'ingredients': [u'fish sauce',
   u'jalapeno chilies',
   u'scallions',
   u'lemongrass',
   u'basil',
   u'hot water',
   u'mint',
   u'lime',
   u'ginger',
   u'coriander',
   u'sugar',
   u'serrano peppers',
   u'garlic cloves']},
 {u'id': 38516,
  u'ingredients': [u'chicken wings',
   u'baking soda',
   u'rice vinegar',
   u'garlic cloves',
   u'honey',
   u'fine sea salt',
   u'scallions',
   u'toasted sesame seeds',
   u'fresh ginger',
   u'tamari soy sauce',
   u'oil',
   u'large egg whites',
   u'crushed red pepper flakes',
   u'apple juice',
   u'toasted sesame oil']},
 {u'id': 47520,
  u'ingredients': [u'parmigiano reggiano cheese',
   u'figs',
   u'cracked black pepper',
   u'mint leaves',
   u'prosciutto',
   u'extra-virgin olive oil']},
 {u'id': 26212,
  u'ingredients': [u'cheese sauce',
   u'macaroni and cheese dinner',
   u'shredded sharp cheddar cheese']},
 {u'id': 23696,
  u'ingredients': [u'kosher salt',
   u'serrano chile',
   u'tomatillos',
   u'avocado',
   u'garlic',
   u'white onion',
   u'cilantro leaves']},
 {u'id': 14926,
  u'ingredients': [u'asian eggplants',
   u'fresh ginger',
   u'basil leaves',
   u'garlic cloves',
   u'fresh coriander',
   u'roast',
   u'sauce',
   u'lime leaves',
   u'chicken stock',
   u'cherry tomatoes',
   u'mint leaves',
   u'green chilies',
   u'fresh pineapple',
   u'brown sugar',
   u'cooking oil',
   u'red curry paste',
   u'coconut milk']},
 {u'id': 13292,
  u'ingredients': [u'dulce de leche',
   u'pumpkin seeds',
   u'water',
   u'food colouring',
   u'wafer']},
 {u'id': 27346,
  u'ingredients': [u'sea salt',
   u'nori',
   u'hard-boiled egg',
   u'edamame',
   u'brown rice',
   u'toasted sesame seeds',
   u'green tea',
   u'ginger']},
 {u'id': 1384,
  u'ingredients': [u'honey',
   u'green onions',
   u'corn starch',
   u'shrimp tails',
   u'sesame seeds',
   u'coarse salt',
   u'soy sauce',
   u'fresh ginger',
   u'vegetable oil',
   u'ground cayenne pepper',
   u'minute rice',
   u'ground pepper',
   u'garlic']},
 {u'id': 15959,
  u'ingredients': [u'green bell pepper',
   u'diced tomatoes',
   u'chili powder',
   u'salt',
   u'water',
   u'white rice',
   u'vegetable oil',
   u'onions']},
 {u'id': 42297,
  u'ingredients': [u'fresh dill',
   u'beef stew meat',
   u'carrots',
   u'bay leaf',
   u'savoy cabbage',
   u'black pepper',
   u'beets',
   u'coarse kosher salt',
   u'canola oil',
   u'starchy potatoes',
   u'beef broth',
   u'sour cream',
   u'onions',
   u'tomato paste',
   u'red wine vinegar',
   u'garlic cloves',
   u'celery',
   u'allspice']},
 {u'id': 46235,
  u'ingredients': [u'ground pepper',
   u'garlic',
   u'cumin seed',
   u'potatoes',
   u'cilantro leaves',
   u'onions',
   u'garam masala',
   u'salt',
   u'ghee',
   u'eggs',
   u'wonton wrappers',
   u'green chilies',
   u'ground turmeric']},
 {u'id': 21181,
  u'ingredients': [u'tomato paste',
   u'garam masala',
   u'onions',
   u'curry powder',
   u'crushed garlic',
   u'water',
   u'ground black pepper',
   u'chicken',
   u'celery salt',
   u'olive oil',
   u'salt']},
 {u'id': 9809,
  u'ingredients': [u'black pepper',
   u'diced tomatoes',
   u'cayenne pepper',
   u'chopped parsley',
   u'chicken broth',
   u'fresh thyme leaves',
   u'smoked sausage',
   u'scallions',
   u'celery ribs',
   u'bay leaves',
   u'garlic',
   u'rice',
   u'medium shrimp',
   u'boneless chicken skinless thigh',
   u'red pepper',
   u'salt',
   u'lemon juice']},
 {u'id': 22982,
  u'ingredients': [u'turkey carcass',
   u'bay leaves',
   u'smoked sausage',
   u'onions',
   u'bell pepper',
   u'parsley',
   u'oil',
   u'pepper',
   u'green onions',
   u'salt',
   u'flour',
   u'garlic',
   u'celery']},
 {u'id': 23120,
  u'ingredients': [u'soy sauce',
   u'coarse salt',
   u'corn starch',
   u'light brown sugar',
   u'vegetable oil',
   u'orange juice',
   u'broccoli florets',
   u'round steaks',
   u'long grain white rice',
   u'ground pepper',
   u'rice vinegar',
   u'red bell pepper']},
 {u'id': 26743,
  u'ingredients': [u'unsalted butter',
   u'salt',
   u'water',
   u'blue cheese',
   u'dry white wine',
   u'freshly ground pepper',
   u'large eggs',
   u'all-purpose flour']},
 {u'id': 12741,
  u'ingredients': [u'red kidney beans',
   u'sugar',
   u'coriander seeds',
   u'garlic',
   u'corn starch',
   u'red chili powder',
   u'water',
   u'jalapeno chilies',
   u'salt',
   u'ground oregano',
   u'tomatoes',
   u'white onion',
   u'chuck roast',
   u'purple onion',
   u'chipotle chile powder',
   u'cheddar cheese',
   u'lime juice',
   u'bacon',
   u'thyme',
   u'ground cumin']},
 {u'id': 7050,
  u'ingredients': [u'ground black pepper',
   u'garlic cloves',
   u'dried oregano',
   u'capers',
   u'salt',
   u'albacore tuna in water',
   u'olive oil',
   u'anchovy fillets',
   u'arugula',
   u'boneless skinless chicken breasts',
   u'fresh lemon juice',
   u'canola mayonnaise']},
 {u'id': 22437,
  u'ingredients': [u'dried basil',
   u'green pepper',
   u'dried oregano',
   u'olive oil',
   u'roast beef',
   u'beef stock',
   u'roasted tomatoes',
   u'fresh basil',
   u'mushrooms',
   u'onions']},
 {u'id': 14760,
  u'ingredients': [u'olive oil',
   u'red bell pepper',
   u'saffron threads',
   u'ham',
   u'pimento stuffed green olives',
   u'hot spanish paprika',
   u'onions',
   u'arborio rice',
   u'low salt chicken broth',
   u'large shrimp']},
 {u'id': 10649,
  u'ingredients': [u'eggs',
   u'pepper',
   u'chili pepper flakes',
   u'all-purpose flour',
   u'warm water',
   u'active dry yeast',
   u'curry',
   u'onions',
   u'tumeric',
   u'water',
   u'butter',
   u'ground beef',
   u'bread crumbs',
   u'flour',
   u'salt']},
 {u'id': 48065,
  u'ingredients': [u'sugar',
   u'mint leaves',
   u'cilantro leaves',
   u'snappers',
   u'bawang goreng',
   u'okra',
   u'tomatoes',
   u'water',
   u'taro',
   u'beansprouts',
   u'fish sauce',
   u'tamarind juice',
   u'pineapple']},
 {u'id': 39931,
  u'ingredients': [u'jasmine rice',
   u'chicken stock',
   u'sesame oil',
   u'green onions',
   u'soy sauce',
   u'frozen peas']},
 {u'id': 32935,
  u'ingredients': [u'pepper',
   u'dry white wine',
   u'all-purpose flour',
   u'polenta',
   u'tomato paste',
   u'olive oil',
   u'chicken drumsticks',
   u'chicken thighs',
   u'dried basil',
   u'chicken breast halves',
   u'garlic cloves',
   u'dried oregano',
   u'oil cured olives',
   u'cooking spray',
   u'salt',
   u'plum tomatoes']},
 {u'id': 40142,
  u'ingredients': [u'long beans',
   u'pork belly',
   u'basil leaves',
   u'garlic',
   u'dried shrimp',
   u'fish sauce',
   u'lemongrass',
   u'cilantro root',
   u'green beans',
   u'green peppercorns',
   u'chiles',
   u'palm sugar',
   u'thai chile',
   u'galangal',
   u'kaffir lime leaves',
   u'kosher salt',
   u'shallots',
   u'krachai']},
 {u'id': 19103,
  u'ingredients': [u'chicken broth',
   u'plain yogurt',
   u'purple onion',
   u'mango',
   u'mayonaise',
   u'honey',
   u'fresh lime juice',
   u'roasted cashews',
   u'curry powder',
   u'salt',
   u'ground ginger',
   u'black pepper',
   u'boneless skinless chicken breasts',
   u'seedless red grapes']},
 {u'id': 38267,
  u'ingredients': [u'pepper',
   u'thai chile',
   u'eggplant',
   u'salt',
   u'olive oil',
   u'garlic',
   u'balsamic vinegar']},
 {u'id': 30512,
  u'ingredients': [u'dried basil',
   u'cooking spray',
   u'garlic cloves',
   u'romano cheese',
   u'prosciutto',
   u'crushed red pepper',
   u'part-skim mozzarella cheese',
   u'lasagna noodles, cooked and drained',
   u'fat free cream cheese',
   u'1% low-fat cottage cheese',
   u'large eggs',
   u'tomato basil sauce']},
 {u'id': 3324,
  u'ingredients': [u'dark soy sauce',
   u'regular soy sauce',
   u'bean sauce',
   u'minced ginger',
   u'szechwan peppercorns',
   u'corn starch',
   u'extra firm tofu',
   u'dried shiitake mushrooms',
   u'canola oil',
   u'sugar',
   u'green onions',
   u'medium firm tofu']},
 {u'id': 26197,
  u'ingredients': [u'dry yeast',
   u'olive oil',
   u'warm water',
   u'salt',
   u'all-purpose flour',
   u'sugar',
   u'cooking spray']},
 {u'id': 384,
  u'ingredients': [u'dashi',
   u'orange zest',
   u'tangerine',
   u'shoyu',
   u'light soy sauce',
   u'salt',
   u'dried fish flakes',
   u'mirin']},
 {u'id': 47230,
  u'ingredients': [u'salmon fillets',
   u'cooking spray',
   u'vegetable oil',
   u'fermented black beans',
   u'low sodium soy sauce',
   u'minced garlic',
   u'rice wine',
   u'corn starch',
   u'sugar',
   u'peeled fresh ginger',
   u'crushed red pepper',
   u'fat free less sodium chicken broth',
   u'green onions',
   u'onion tops']},
 {u'id': 39748,
  u'ingredients': [u'ground black pepper',
   u'garlic',
   u'diced tomatoes in juice',
   u'chicken stock',
   u'cooked chicken',
   u'chopped onion',
   u'hot pepper sauce',
   u'salt',
   u'long grain white rice',
   u'green bell pepper',
   u'ground thyme',
   u'oil']},
 {u'id': 41038,
  u'ingredients': [u'sugar',
   u'whipping cream',
   u'powdered sugar',
   u'semisweet chocolate',
   u'large egg yolks',
   u'corn starch',
   u'slivered almonds',
   u'whole milk']},
 {u'id': 24878,
  u'ingredients': [u'cheddar cheese',
   u'large eggs',
   u'garlic cloves',
   u'masa harina',
   u'diced onions',
   u'vegetable oil spray',
   u'salt',
   u'canola oil',
   u'corn kernels',
   u'non-fat sour cream',
   u'corn tortillas',
   u'sugar',
   u'2% reduced-fat milk',
   u'poblano chiles']},
 {u'id': 42624,
  u'ingredients': [u'eggs',
   u'garlic',
   u'ampalaya',
   u'salt',
   u'luke warm water',
   u'ground black pepper',
   u'onions',
   u'tomatoes',
   u'cooking oil']},
 {u'id': 45706,
  u'ingredients': [u'radishes',
   u'salt',
   u'red chili peppers',
   u'napa cabbage',
   u'pears',
   u'sugar',
   u'green onions',
   u'green chilies',
   u'water',
   u'garlic']},
 {u'id': 8874,
  u'ingredients': [u'salsa',
   u'taco seasoning',
   u'boneless skinless chicken breasts']},
 {u'id': 23878,
  u'ingredients': [u'diced onions',
   u'eggplant',
   u'crushed red pepper',
   u'red bell pepper',
   u'dried basil',
   u'paprika',
   u'long-grain rice',
   u'dried oregano',
   u'tomatoes',
   u'zucchini',
   u'chickpeas',
   u'celery',
   u'olive oil',
   u'vegetable broth',
   u'feta cheese crumbles']},
 {u'id': 47234,
  u'ingredients': [u'oil', u'spring roll wrappers', u'Velveeta']},
 {u'id': 24075,
  u'ingredients': [u'olive oil',
   u'cilantro',
   u'roasted peanuts',
   u'beansprouts',
   u'brown sugar',
   u'large eggs',
   u'rice vinegar',
   u'shrimp',
   u'fish sauce',
   u'zucchini',
   u'garlic',
   u'garlic chili sauce',
   u'ketchup',
   u'green onions',
   u'cayenne pepper',
   u'red bell pepper']},
 {u'id': 46323,
  u'ingredients': [u'water',
   u'ground black pepper',
   u'salt',
   u'fresh parsley',
   u'crushed tomatoes',
   u'grated parmesan cheese',
   u'carrots',
   u'onions',
   u'sausage casings',
   u'olive oil',
   u'dry white wine',
   u'bay leaf',
   u'canned low sodium chicken broth',
   u'light cream',
   u'garlic',
   u'cornmeal']},
 {u'id': 22562,
  u'ingredients': [u'garlic', u'shredded mozzarella cheese', u'mayonaise']},
 {u'id': 11358,
  u'ingredients': [u'fat free beef broth',
   u'ground pepper',
   u'beef tenderloin',
   u'water',
   u'cooking spray',
   u'garlic cloves',
   u'dried porcini mushrooms',
   u'fresh thyme',
   u'salt',
   u'olive oil',
   u'beaujolais',
   u'corn starch']},
 {u'id': 9201,
  u'ingredients': [u'tumeric',
   u'garam masala',
   u'dried chickpeas',
   u'ground cumin',
   u'tomatoes',
   u'olive oil',
   u'lemon',
   u'ground coriander',
   u'chat masala',
   u'fresh ginger',
   u'sea salt',
   u'onions',
   u'amchur',
   u'cayenne',
   u'green chilies']},
 {u'id': 38620,
  u'ingredients': [u'sundried tomato paste',
   u'thai basil',
   u'rice',
   u'onions',
   u'water',
   u'green onions',
   u'king prawns',
   u'pepper',
   u'mushrooms',
   u'garlic cloves',
   u'cherry tomatoes',
   u'butter',
   u'coconut milk']},
 {u'id': 47638,
  u'ingredients': [u'tapioca starch',
   u'cornflour',
   u'eggs',
   u'flaked coconut',
   u'sugar',
   u'butter',
   u'baking powder']},
 {u'id': 21238,
  u'ingredients': [u'cream',
   u'cinnamon',
   u'cumin seed',
   u'ground turmeric',
   u'clove',
   u'mushrooms',
   u'garlic',
   u'onions',
   u'tomatoes',
   u'chili powder',
   u'salt',
   u'cashew nuts',
   u'tandoori spices',
   u'ginger',
   u'cardamom']},
 {u'id': 11053,
  u'ingredients': [u'molasses',
   u'mirin',
   u'sake',
   u'sea scallops',
   u'button mushrooms',
   u'fresh ginger',
   u'worcestershire sauce',
   u'sugar',
   u'reduced sodium soy sauce',
   u'scallions']},
 {u'id': 46602,
  u'ingredients': [u'asafoetida',
   u'ginger',
   u'ghee',
   u'black pepper',
   u'rice',
   u'moong dal',
   u'salt',
   u'cashew nuts',
   u'curry leaves',
   u'water',
   u'cumin seed']},
 {u'id': 13937,
  u'ingredients': [u'mushroom caps',
   u'crushed red pepper',
   u'corn tortillas',
   u'serrano chile',
   u'avocado',
   u'jicama',
   u'garlic cloves',
   u'onions',
   u'ground cumin',
   u'cooking spray',
   u'salt',
   u'fresh lime juice',
   u'plum tomatoes',
   u'olive oil',
   u'colby jack cheese',
   u'poblano chiles',
   u'chopped cilantro fresh']},
 {u'id': 21876,
  u'ingredients': [u'large eggs',
   u'buttermilk',
   u'yellow corn meal',
   u'vegetable oil',
   u'ground pecans',
   u'chicken breast tenders',
   u'cajun seasoning',
   u'grated parmesan cheese',
   u'paprika']},
 {u'id': 20798,
  u'ingredients': [u'tomatoes',
   u'ground black pepper',
   u'english cucumber',
   u'leg of lamb',
   u'kosher salt',
   u'greek style plain yogurt',
   u'garlic cloves',
   u'marjoram',
   u'pita bread',
   u'rice vinegar',
   u'oil',
   u'onions',
   u'dried thyme',
   u'dill',
   u'corn starch',
   u'dried oregano']},
 {u'id': 24381,
  u'ingredients': [u'sugar',
   u'Shaoxing wine',
   u'salt',
   u'onions',
   u'white pepper',
   u'beef tenderloin',
   u'oyster sauce',
   u'soy sauce',
   u'sesame oil',
   u'scallions',
   u'dark soy sauce',
   u'cooking oil',
   u'garlic',
   u'corn starch']},
 {u'id': 48178,
  u'ingredients': [u'tomatoes',
   u'green peas',
   u'long grain white rice',
   u'skinless chicken pieces',
   u'squid',
   u'saffron',
   u'olive oil',
   u'garlic',
   u'large shrimp',
   u'mussels',
   u'paprika',
   u'red bell pepper']},
 {u'id': 45832,
  u'ingredients': [u'olive oil',
   u'kalamata',
   u'garlic cloves',
   u'fresh basil',
   u'white italian tuna in olive oil',
   u'salt',
   u'Italian bread',
   u'black pepper',
   u'watercress',
   u'rolls',
   u'flat leaf parsley',
   u'celery ribs',
   u'cannellini beans',
   u'purple onion',
   u'fresh lemon juice']},
 {u'id': 27560,
  u'ingredients': [u'minced garlic',
   u'cooking oil',
   u'Gochujang base',
   u'fresh spinach',
   u'fresh ginger',
   u'daikon',
   u'cucumber',
   u'low sodium soy sauce',
   u'roasted sesame seeds',
   u'sesame oil',
   u'scallions',
   u'lean ground pork',
   u'large eggs',
   u'rice vinegar']},
 {u'id': 23247,
  u'ingredients': [u'large eggs',
   u'shells',
   u'caster sugar',
   u'double cream',
   u'raspberry jam',
   u'butter',
   u'self rising flour',
   u'whipped cream']},
 {u'id': 28975,
  u'ingredients': [u'eggs',
   u'milk',
   u'pepper',
   u'all-purpose flour',
   u'vidalia onion',
   u'butter',
   u'water',
   u'Nu-Salt Salt Substitute']},
 {u'id': 43230,
  u'ingredients': [u'black pepper',
   u'lemon',
   u'salt',
   u'whole wheat breadcrumbs',
   u'fresh mint',
   u'egg whites',
   u'garlic',
   u'garlic cloves',
   u'cucumber',
   u'fresh parsley',
   u'olive oil',
   u'extra-virgin olive oil',
   u'tzatziki',
   u'feta cheese crumbles',
   u'cooked quinoa',
   u'fresh dill',
   u'baby spinach',
   u'fine sea salt',
   u'fresh lemon juice',
   u'greek yogurt',
   u'onions']},
 {u'id': 9126,
  u'ingredients': [u'shallots',
   u'plum tomatoes',
   u'garlic',
   u'fresh thyme leaves',
   u'Country Crock\xae Spread',
   u'grated parmesan cheese',
   u'panko breadcrumbs']},
 {u'id': 13021,
  u'ingredients': [u'dried thyme',
   u'garlic',
   u'cayenne pepper',
   u'red bell pepper',
   u'eggs',
   u'green onions',
   u'salt',
   u'shrimp',
   u'cooked white rice',
   u'tomatoes',
   u'ground black pepper',
   u'chopped celery',
   u'okra',
   u'bay leaf',
   u'green bell pepper',
   u'vegetable oil',
   u'all-purpose flour',
   u'hot water',
   u'onions']},
 {u'id': 28194,
  u'ingredients': [u'dark soy sauce',
   u'pineapple',
   u'chili powder',
   u'cilantro leaves',
   u'muscovado sugar',
   u'pork steaks',
   u'tomato pur\xe9e',
   u'vegetable oil',
   u'chinese five-spice powder']},
 {u'id': 25617,
  u'ingredients': [u'lime',
   u'onions',
   u'ghee',
   u'cabbage',
   u'freshly ground pepper',
   u'Madras curry powder',
   u'kosher salt',
   u'ground beef']},
 {u'id': 36125,
  u'ingredients': [u'olive oil',
   u'pizza sauce',
   u'sausages',
   u'mozzarella cheese',
   u'grated parmesan cheese',
   u'goat cheese',
   u'fresh basil',
   u'zucchini',
   u'fresh oregano',
   u'pizza shells',
   u'mushrooms',
   u'oil']},
 {u'id': 16454,
  u'ingredients': [u'shredded cheddar cheese',
   u'salsa',
   u'green bell pepper',
   u'large flour tortillas',
   u'fresh tomatoes',
   u'garlic',
   u'taco seasoning mix',
   u'ground beef']},
 {u'id': 1607,
  u'ingredients': [u'soy sauce',
   u'shredded cabbage',
   u'stir fry noodles',
   u'onions',
   u'olive oil',
   u'garlic',
   u'carrots',
   u'white pepper',
   u'ginger',
   u'oyster sauce',
   u'brown sugar',
   u'vegetables',
   u'sauce',
   u'celery']},
 {u'id': 38526,
  u'ingredients': [u'chicken stock',
   u'mushrooms',
   u'cumin',
   u'pepper',
   u'onions',
   u'dried apricot',
   u'chicken thighs',
   u'ground ginger',
   u'salt',
   u'saffron']},
 {u'id': 18755,
  u'ingredients': [u'montreal steak seasoning',
   u'oil',
   u'flour',
   u'fat-free buttermilk',
   u'cube steaks',
   u'skim milk',
   u'salt']},
 {u'id': 12035,
  u'ingredients': [u'worcestershire sauce',
   u'fresh lemon juice',
   u'mushrooms',
   u'anchovy fillets',
   u'unsalted butter',
   u'heavy cream',
   u'onions',
   u'rotelle',
   u'fresh parsley leaves']},
 {u'id': 16047,
  u'ingredients': [u'olive oil',
   u'fresh lemon juice',
   u'black pepper',
   u'grated lemon zest',
   u'dried oregano',
   u'fat free less sodium chicken broth',
   u'garlic cloves',
   u'penne',
   u'zucchini',
   u'feta cheese crumbles']},
 {u'id': 15419,
  u'ingredients': [u'pesto',
   u'dried pasta',
   u'broccoli florets',
   u'salt',
   u'pinenuts',
   u'freshly grated parmesan',
   u'extra-virgin olive oil',
   u'lemon juice',
   u'black pepper',
   u'olive oil',
   u'crushed red pepper flakes',
   u'toasted pine nuts',
   u'pepper',
   u'grated parmesan cheese',
   u'garlic',
   u'shrimp']},
 {u'id': 16971,
  u'ingredients': [u'fresh tomatoes',
   u'red pepper',
   u'garlic cloves',
   u'chicken thighs',
   u'garam masala',
   u'green pepper',
   u'chillies',
   u'tumeric',
   u'salt',
   u'greek yogurt',
   u'tomatoes',
   u'vegetable oil',
   u'cumin seed',
   u'onions']},
 {u'id': 31459,
  u'ingredients': [u'eggs',
   u'unsalted butter',
   u'all-purpose flour',
   u'milk',
   u'vanilla extract',
   u'shortening',
   u'baking powder',
   u'white sugar',
   u'sesame seeds',
   u'salt']},
 {u'id': 27888,
  u'ingredients': [u'unsalted butter',
   u'all-purpose flour',
   u'whole milk',
   u'ground white pepper',
   u'finely chopped onion',
   u'grated nutmeg',
   u'salt']},
 {u'id': 13900,
  u'ingredients': [u'extra-virgin olive oil',
   u'water',
   u'bay leaves',
   u'kosher salt',
   u'polenta']},
 {u'id': 12376,
  u'ingredients': [u'soy sauce',
   u'ground cayenne pepper',
   u'garlic',
   u'boneless skinless chicken breast halves',
   u'curry powder',
   u'fresh lime juice',
   u'peanut butter']},
 {u'id': 1658,
  u'ingredients': [u'reduced sodium soy sauce',
   u'brown sugar',
   u'toasted sesame seeds',
   u'dried shiitake mushrooms',
   u'ground black pepper']},
 {u'id': 29431,
  u'ingredients': [u'cream cheese, soften',
   u'hot sauce',
   u'freshly ground pepper',
   u'bluefish',
   u'fresh lime juice']},
 {u'id': 22290,
  u'ingredients': [u'reduced fat reduced sodium cream of mushroom soup',
   u'chopped tomatoes',
   u'cream cheese',
   u'reduced fat reduced sodium condensed cream of chicken soup',
   u'portabello mushroom',
   u'boneless skinless chicken breast halves',
   u'chicken broth',
   u'olive oil',
   u'crushed red pepper flakes',
   u'pastry',
   u'salt and ground black pepper',
   u'frozen mixed thawed vegetables,']},
 {u'id': 28464,
  u'ingredients': [u'fresh basil',
   u'kosher salt',
   u'ground black pepper',
   u'cannelloni',
   u'cr\xe8me fra\xeeche',
   u'fresh leav spinach',
   u'milk',
   u'large eggs',
   u'dry red wine',
   u'plum tomatoes',
   u'sugar',
   u'mozzarella cheese',
   u'lemon zest',
   u'ricotta cheese',
   u'grated nutmeg',
   u'white onion',
   u'olive oil',
   u'grated parmesan cheese',
   u'garlic']},
 {u'id': 37953,
  u'ingredients': [u'soy sauce',
   u'gingerroot',
   u'white vinegar',
   u'ground black pepper',
   u'scallions',
   u'sesame seeds',
   u'beef rib short',
   u'sugar',
   u'sesame oil',
   u'garlic cloves']},
 {u'id': 20814,
  u'ingredients': [u'teriyaki sauce',
   u'garlic powder',
   u'onions',
   u'ground ginger',
   u'butter oil',
   u'chicken tenderloin']},
 {u'id': 35987,
  u'ingredients': [u'green onions',
   u'corn',
   u'avocado',
   u'shredded pepper jack cheese',
   u'roasted red peppers']},
 {u'id': 2329,
  u'ingredients': [u'marinara sauce',
   u'garlic',
   u'pepper',
   u'ricotta cheese',
   u'shredded mozzarella cheese',
   u'italian sausage',
   u'ziti',
   u'salt',
   u'olive oil',
   u'diced tomatoes',
   u'onions']},
 {u'id': 43237,
  u'ingredients': [u'pepper',
   u'garlic',
   u'onions',
   u'jalapeno chilies',
   u'green pepper',
   u'vinegar',
   u'salt',
   u'black beans',
   u'bay leaves',
   u'ham hock']},
 {u'id': 30647,
  u'ingredients': [u'cider vinegar',
   u'egg yolks',
   u'cold water',
   u'unsalted butter',
   u'dry mustard',
   u'ground black pepper',
   u'heavy cream',
   u'sugar',
   u'flour',
   u'salt']},
 {u'id': 16675,
  u'ingredients': [u'basil dried leaves',
   u'Pillsbury\u2122 Refrigerated Crescent Dinner Rolls',
   u'tomato sauce',
   u'ground beef',
   u'shredded Italian cheese']},
 {u'id': 37722,
  u'ingredients': [u'sliced almonds',
   u'raisins',
   u'cumin seed',
   u'chopped cilantro fresh',
   u'boneless chicken skinless thigh',
   u'large garlic cloves',
   u'peanut oil',
   u'onions',
   u'chiles',
   u'coriander seeds',
   u'mexican chocolate',
   u'low salt chicken broth',
   u'dried oregano',
   u'pasilla chiles',
   u'flour tortillas',
   u'orange juice',
   u'orange peel']},
 {u'id': 32438,
  u'ingredients': [u'sugar',
   u'zucchini',
   u'green onions',
   u'ketchup',
   u'flour',
   u'oil',
   u'soy sauce',
   u'Sriracha',
   u'rice vinegar',
   u'eggs',
   u'water',
   u'sweet potatoes']},
 {u'id': 20287,
  u'ingredients': [u'cauliflower',
   u'green bell pepper, slice',
   u'garlic',
   u'carrots',
   u'sugar',
   u'potatoes',
   u'yellow curry paste',
   u'coconut milk',
   u'chicken broth',
   u'cooking oil',
   u'salt',
   u'red bell pepper',
   u'jasmine rice',
   u'fresh green bean',
   u'rotisserie chicken',
   u'onions']},
 {u'id': 43296,
  u'ingredients': [u'ground black pepper',
   u'salt',
   u'lemon juice',
   u'plain yogurt',
   u'lamb stew meat',
   u'ground coriander',
   u'ground turmeric',
   u'garlic powder',
   u'vegetable oil',
   u'ground cardamom',
   u'ground cumin',
   u'ground ginger',
   u'beef stock',
   u'cayenne pepper',
   u'onions']},
 {u'id': 6237,
  u'ingredients': [u'feta cheese',
   u'shrimp',
   u'cottage cheese',
   u'salt',
   u'tomatoes',
   u'fresh thyme',
   u'spaghetti',
   u'pepper',
   u'scallions']},
 {u'id': 48560,
  u'ingredients': [u'soy sauce',
   u'sesame seeds',
   u'red pepper flakes',
   u'brown sugar',
   u'honey',
   u'green onions',
   u'sake',
   u'fresh ginger',
   u'sesame oil',
   u'black pepper',
   u'beef',
   u'garlic']},
 {u'id': 20810,
  u'ingredients': [u'garlic',
   u'cumin',
   u'chili powder',
   u'salsa',
   u'chuck roast',
   u'salt',
   u'stewed tomatoes',
   u'fresh oregano']},
 {u'id': 34951,
  u'ingredients': [u'leeks',
   u'portabello mushroom',
   u"soft goat's cheese",
   u'shallots',
   u'fresh parsley',
   u'dry white wine',
   u'chanterelle',
   u'frozen pastry puff sheets',
   u'butter']},
 {u'id': 31850,
  u'ingredients': [u'shoyu',
   u'onions',
   u'apple cider vinegar',
   u'rice vinegar',
   u'chicken',
   u'7 Up',
   u'garlic',
   u'peppercorns',
   u'balsamic vinegar',
   u'bay leaf']},
 {u'id': 47745,
  u'ingredients': [u'tomatoes',
   u'black-eyed peas',
   u'green pepper',
   u'water',
   u'red pepper',
   u'chopped cooked ham',
   u'dried thyme',
   u'hot sauce',
   u'pepper',
   u'vegetable oil',
   u'chopped onion']},
 {u'id': 37815,
  u'ingredients': [u'lime',
   u'garlic cloves',
   u'rice paper',
   u'avocado',
   u'spring onions',
   u'cucumber',
   u'olive oil',
   u'carrots',
   u'mint',
   u'chicken breasts',
   u'vermicelli noodles']},
 {u'id': 9872,
  u'ingredients': [u'rapini',
   u'pecorino romano cheese',
   u'pancetta',
   u'large eggs',
   u'ground black pepper',
   u'garlic cloves',
   u'fettucine',
   u'grated parmesan cheese']},
 {u'id': 5592,
  u'ingredients': [u'tomatoes',
   u'purple onion',
   u'coarse salt',
   u'fresh basil',
   u'carrots',
   u'celery ribs',
   u'extra-virgin olive oil']},
 {u'id': 27411,
  u'ingredients': [u'fish sauce',
   u'lime juice',
   u'cilantro',
   u'garlic cloves',
   u'ground turkey',
   u'sugar',
   u'cooking spray',
   u'button mushrooms',
   u'cucumber',
   u'key lime',
   u'chiles',
   u'thai basil',
   u'ground pork',
   u'green beans',
   u'bird chile',
   u'jasmine rice',
   u'shallots',
   u'chinese cabbage',
   u'fresh mint',
   u'sliced green onions']},
 {u'id': 39320,
  u'ingredients': [u'vegetable oil cooking spray',
   u'baking potatoes',
   u'corned beef',
   u'caraway seeds',
   u'swiss cheese',
   u'salt',
   u'nonfat thousand island dressing',
   u'skim milk',
   u'paprika',
   u'green cabbage',
   u'pepper',
   u'non-fat sour cream']},
 {u'id': 40247,
  u'ingredients': [u'caster sugar',
   u'apples',
   u'plain flour',
   u'butter',
   u'granulated sugar',
   u'rice flour',
   u'eggs',
   u'lemon']},
 {u'id': 19792,
  u'ingredients': [u'fresh cilantro',
   u'chili powder',
   u'fresh lime juice',
   u'tomato paste',
   u'jalapeno chilies',
   u'pimento stuffed olives',
   u'dried oregano',
   u'flour tortillas',
   u'salt',
   u'boned lamb shoulder',
   u'water',
   u'golden raisins',
   u'garlic cloves',
   u'unsweetened cocoa powder']},
 {u'id': 40754,
  u'ingredients': [u'instant yeast',
   u'extra-virgin olive oil',
   u'warm water',
   u'raw sugar',
   u'confectioners sugar',
   u'fennel seeds',
   u'flour',
   u'flour for dusting',
   u'large egg whites',
   u'sea salt']},
 {u'id': 14365,
  u'ingredients': [u'lime juice',
   u'guacamole',
   u'garlic',
   u'onions',
   u'green bell pepper',
   u'reduced sodium soy sauce',
   u'vegetable oil',
   u'red bell pepper',
   u'fresh cilantro',
   u'chili powder',
   u'salsa',
   u'cumin',
   u'turkey breast cutlets',
   u'flour tortillas',
   u'worcestershire sauce',
   u'sour cream']},
 {u'id': 14468,
  u'ingredients': [u'orange',
   u'seltzer water',
   u'white rum',
   u'lemon',
   u'triple sec',
   u'whiskey',
   u'sugar',
   u'red wine']},
 {u'id': 47563,
  u'ingredients': [u'black pepper',
   u'olive oil',
   u'garlic',
   u'tortilla chips',
   u'avocado',
   u'corn',
   u'green onions',
   u'salt',
   u'greens',
   u'black beans',
   u'citrus',
   u'purple onion',
   u'fresh lemon juice',
   u'dressing',
   u'cherry tomatoes',
   u'Italian parsley leaves',
   u'cilantro leaves']},
 {u'id': 19611,
  u'ingredients': [u'sausage casings',
   u'large eggs',
   u'crushed red pepper',
   u'onions',
   u'fresh parmesan cheese',
   u'gluten-free spaghetti',
   u'fresh parsley leaves',
   u'lower sodium chicken broth',
   u'ground black pepper',
   u'gluten',
   u'fresh parsley',
   u'ground round',
   u'cooking spray',
   u'garlic cloves']},
 {u'id': 7163,
  u'ingredients': [u'beef',
   u'cheddar cheese',
   u'pico de gallo',
   u'monterey jack',
   u'tortillas']},
 {u'id': 43069,
  u'ingredients': [u'brown sugar',
   u'vegetable juice cocktail',
   u'tapioca flour',
   u'onions',
   u'stew meat',
   u'carrots',
   u'potatoes']},
 {u'id': 27505,
  u'ingredients': [u'soy sauce',
   u'honey',
   u'salt',
   u'red bell pepper',
   u'green bell pepper',
   u'water',
   u'sesame oil',
   u'oyster sauce',
   u'black pepper',
   u'meat',
   u'oil',
   u'onions',
   u'chinese rice wine',
   u'large egg whites',
   u'garlic',
   u'corn starch']},
 {u'id': 36500,
  u'ingredients': [u'fat free less sodium chicken broth',
   u'boneless skinless chicken breasts',
   u'carrots',
   u'reduced fat chunky peanut butter',
   u'crushed red pepper',
   u'sliced green onions',
   u'honey',
   u'unsalted dry roast peanuts',
   u'soba',
   u'low sodium soy sauce',
   u'peeled fresh ginger',
   u'garlic cloves']},
 {u'id': 25932,
  u'ingredients': [u'buttermilk',
   u'chicken',
   u'pepper',
   u'salt',
   u'pepper sauce',
   u'paprika',
   u'vegetable shortening',
   u'all-purpose flour']},
 {u'id': 817,
  u'ingredients': [u'cooking spray',
   u'chees fresh mozzarella',
   u'oil',
   u'fresh rosemary',
   u'chicken cutlets',
   u'crushed red pepper',
   u'country style italian bread',
   u'extra-virgin olive oil',
   u'garlic cloves',
   u'ground black pepper',
   u'baby spinach',
   u'salt']},
 {u'id': 8471,
  u'ingredients': [u'unsalted butter',
   u'salt',
   u'vanilla extract',
   u'natural pistachios',
   u'dried tart cherries',
   u'all-purpose flour',
   u'powdered sugar',
   u'cake flour']},
 {u'id': 48250,
  u'ingredients': [u'baking soda',
   u'all-purpose flour',
   u'sugar',
   u'baking powder',
   u'red bell pepper',
   u'yellow corn meal',
   u'cooking spray',
   u'margarine',
   u'fat-free buttermilk',
   u'salt',
   u'ground cumin']},
 {u'id': 9413,
  u'ingredients': [u'seasoning',
   u'bananas',
   u'garlic',
   u'red bell pepper',
   u'andouille sausage links',
   u'boneless chicken skinless thigh',
   u'butter',
   u'yellow onion',
   u'long grain white rice',
   u'celery ribs',
   u'tomato sauce',
   u'shallots',
   u'salt',
   u'poblano chiles',
   u'chicken stock',
   u'corn kernels',
   u'diced tomatoes',
   u'beer',
   u'canola oil']},
 {u'id': 12097,
  u'ingredients': [u'creole mustard',
   u'shrimp and crab boil seasoning',
   u'cooked shrimp',
   u'red potato',
   u'chopped celery',
   u'eggs',
   u'green onions',
   u'mayonaise',
   u'creole seasoning']},
 {u'id': 8416,
  u'ingredients': [u'hot pepper sauce',
   u'bay leaves',
   u'diced tomatoes',
   u'garlic cloves',
   u'sugar',
   u'cooking spray',
   u'parboiled rice',
   u'salt',
   u'tomato paste',
   u'chopped green bell pepper',
   u'red beans',
   u'vegetable broth',
   u'dried oregano',
   u'olive oil',
   u'sweet potatoes',
   u'green onions',
   u'chopped onion']},
 {u'id': 5892,
  u'ingredients': [u'eggs',
   u'grated parmesan cheese',
   u'rotini',
   u'mayonaise',
   u'red wine vinegar',
   u'dried oregano',
   u'green bell pepper',
   u'green onions',
   u'fresh parsley',
   u'ground black pepper',
   u'shredded mozzarella cheese']},
 {u'id': 676,
  u'ingredients': [u'melon liqueur',
   u'vodka',
   u'liqueur',
   u'pineapple juice']},
 {u'id': 47015,
  u'ingredients': [u'scallion greens',
   u'fresh ginger',
   u'oil',
   u'soy sauce',
   u'rice vinegar',
   u'sugar',
   u'vegetable oil',
   u'boiling water',
   u'kosher salt',
   u'all-purpose flour']},
 {u'id': 21891,
  u'ingredients': [u'calamari',
   u'red wine vinegar',
   u'scallions',
   u'celery ribs',
   u'olive oil',
   u'kalamata',
   u'bay leaf',
   u'pepper',
   u'lemon',
   u'flat leaf parsley',
   u'kosher salt',
   u'roasted red peppers',
   u'salt',
   u'peppercorns']},
 {u'id': 14630,
  u'ingredients': [u'pitted kalamata olives',
   u'anchovy fillets',
   u'capers',
   u'basil',
   u'plum tomatoes',
   u'cannellini beans',
   u'garlic cloves',
   u'hot red pepper flakes',
   u'extra-virgin olive oil']},
 {u'id': 36195,
  u'ingredients': [u'beans',
   u'sesame oil',
   u'salt',
   u'garlic cloves',
   u'sweet rice flour',
   u'water',
   u'extra-virgin olive oil',
   u'sauce',
   u'salad oil',
   u'pepper',
   u'white rice',
   u'cilantro leaves',
   u'red miso',
   u'low sodium soy sauce',
   u'honey',
   u'purple onion',
   u'shredded nori',
   u'toasted sesame seeds']},
 {u'id': 25981,
  u'ingredients': [u'Mexican cheese blend',
   u'vegetable oil',
   u'flour tortillas',
   u'black beans',
   u'rotisserie chicken']},
 {u'id': 39964,
  u'ingredients': [u'shallots',
   u'onions',
   u'shrimp',
   u'parsley',
   u'peppercorns',
   u'white wine',
   u'bay leaf']},
 {u'id': 28298,
  u'ingredients': [u'red chili peppers',
   u'cumin seed',
   u'coconut',
   u'plain yogurt',
   u'mustard seeds',
   u'vegetable oil']},
 {u'id': 31954,
  u'ingredients': [u'low-fat sweetened condensed milk',
   u'water',
   u'almond extract',
   u'white rum',
   u'reduced fat milk',
   u'sugar',
   u'cooking spray',
   u'ground cinnamon',
   u'large eggs',
   u'vanilla extract']},
 {u'id': 26620,
  u'ingredients': [u'kosher salt',
   u'ice',
   u'frozen limeade concentrate',
   u'lime',
   u'cointreau',
   u'tequila']},
 {u'id': 14932,
  u'ingredients': [u'sugar',
   u'vegetable oil',
   u'salt',
   u'large eggs',
   u'vanilla extract',
   u'dark brown sugar',
   u'light brown sugar',
   u'baking powder',
   u'frosting',
   u'milk',
   u'butter',
   u'all-purpose flour']},
 {u'id': 47426,
  u'ingredients': [u'white cake mix',
   u'vegetable oil',
   u'confectioners sugar',
   u'unsalted butter',
   u'margarita mix',
   u'egg whites',
   u'grate lime peel',
   u'lime juice',
   u'cream cheese',
   u'grated lemon peel']},
 {u'id': 1038,
  u'ingredients': [u'brandy',
   u'ground black pepper',
   u'ground allspice',
   u'unsweetened cocoa powder',
   u'ground cinnamon',
   u'milk',
   u'butter',
   u'confectioners sugar',
   u'ground cloves',
   u'baking powder',
   u'chopped walnuts',
   u'shortening',
   u'baking soda',
   u'all-purpose flour',
   u'white sugar']},
 {u'id': 8077,
  u'ingredients': [u'milk',
   u'vanilla',
   u'eggs',
   u'baking powder',
   u'sugar',
   u'butter',
   u'flour',
   u'salt']},
 {u'id': 37141,
  u'ingredients': [u'shortening',
   u'granulated sugar',
   u'salt',
   u'active dry yeast',
   u'butter',
   u'warm water',
   u'self rising flour',
   u'baking soda',
   u'buttermilk']},
 {u'id': 45447,
  u'ingredients': [u'sugar',
   u'champagne',
   u'vanilla beans',
   u'rose water',
   u'pears',
   u'lemon']},
 {u'id': 9624,
  u'ingredients': [u'flour tortillas',
   u'shredded sharp cheddar cheese',
   u'chicken',
   u'coarse salt',
   u'cream cheese, soften',
   u'vegetable oil',
   u'salsa',
   u'black pepper',
   u'baby spinach',
   u'sour cream']},
 {u'id': 45589,
  u'ingredients': [u'golden raisins',
   u'eggs',
   u'citron',
   u'light brown sugar',
   u'black tea',
   u'self rising flour']},
 {u'id': 7265,
  u'ingredients': [u'seasoning salt',
   u'chicken',
   u'flat leaf parsley',
   u'low-fat yogurt',
   u'yukon gold potatoes']},
 {u'id': 31844,
  u'ingredients': [u'crushed ice',
   u'syrup',
   u'bourbon whiskey',
   u'fresh mint']},
 {u'id': 13046,
  u'ingredients': [u'ground black pepper',
   u'white bread',
   u'spaghetti',
   u'garlic',
   u'olive oil']},
 {u'id': 9867,
  u'ingredients': [u'white onion',
   u'ground black pepper',
   u'quickcooking grits',
   u'crushed red pepper',
   u'minced garlic',
   u'half & half',
   u'butter',
   u'medium shrimp',
   u'kosher salt',
   u'grated parmesan cheese',
   u'green onions',
   u'all-purpose flour',
   u'lower sodium chicken broth',
   u'water',
   u'mushrooms',
   u'bacon slices']},
 {u'id': 29184,
  u'ingredients': [u'water',
   u'chopped fresh mint',
   u'extra-virgin olive oil',
   u'kosher salt',
   u'artichokes',
   u'lemon',
   u'chopped garlic']},
 {u'id': 34783,
  u'ingredients': [u'roasted red peppers',
   u'white wine vinegar',
   u'leg of lamb',
   u'baguette',
   u'chopped fresh thyme',
   u'chopped fresh sage',
   u'ground black pepper',
   u'extra-virgin olive oil',
   u'garlic cloves',
   u'fresh rosemary',
   u'cooking spray',
   u'salt',
   u'flat leaf parsley']},
 {u'id': 2823,
  u'ingredients': [u'lettuce',
   u'kosher salt',
   u'peanuts',
   u'mint leaves',
   u'garlic',
   u'creamy peanut butter',
   u'red bell pepper',
   u'sugar',
   u'olive oil',
   u'hoisin sauce',
   u'dipping sauces',
   u'rice vinegar',
   u'cucumber',
   u'fish sauce',
   u'lime',
   u'ground black pepper',
   u'grated carrot',
   u'cilantro leaves',
   u'shrimp',
   u'lime zest',
   u'water',
   u'thai basil',
   u'rice noodles',
   u'crushed red pepper',
   u'carrots',
   u'rice paper']},
 {u'id': 18932,
  u'ingredients': [u'lime juice',
   u'beef stock',
   u'cilantro',
   u'garlic cloves',
   u'avocado',
   u'radishes',
   u'apple cider vinegar',
   u'purple onion',
   u'oregano',
   u'tortillas',
   u'bay leaves',
   u'shoulder roast',
   u'chipotle peppers',
   u'tomato paste',
   u'whole cloves',
   u'sea salt',
   u'yellow onion',
   u'cumin']},
 {u'id': 11112,
  u'ingredients': [u'shredded cheddar cheese',
   u'sour cream',
   u'flour tortillas',
   u'chopped cilantro fresh',
   u'chopped green chilies',
   u'onions',
   u'taco seasoning',
   u'chicken']},
 {u'id': 12859,
  u'ingredients': [u'fish sauce',
   u'beans',
   u'lemon grass',
   u'coconut cream',
   u'lime zest',
   u'red chili peppers',
   u'lime juice',
   u'brown sugar',
   u'fresh coriander',
   u'chili powder',
   u'ground coriander',
   u'Thai red curry paste',
   u'onions',
   u'chicken stock',
   u'boneless chicken skinless thigh',
   u'lime',
   u'garlic',
   u'ground cumin']},
 {u'id': 9365,
  u'ingredients': [u'mayonaise',
   u'worcestershire sauce',
   u'dijon mustard',
   u'garlic cloves',
   u'sourdough bread',
   u'extra-virgin olive oil',
   u'romaine lettuce',
   u'grated parmesan cheese',
   u'fresh lemon juice']},
 {u'id': 44516, u'ingredients': [u'cocktail sauce', u'oysters']},
 {u'id': 18193,
  u'ingredients': [u'salt',
   u'pepper',
   u'onions',
   u'butter',
   u'cabbage',
   u'roast beef']},
 {u'id': 46545,
  u'ingredients': [u'pasta',
   u'bacon',
   u'fresh spinach',
   u'chicken broth',
   u'onions',
   u'grated parmesan cheese']},
 {u'id': 9900,
  u'ingredients': [u'pasta sauce',
   u'ground beef',
   u'taco shells',
   u'sugar',
   u'italian seasoning',
   u'italian sausage',
   u'shredded mozzarella cheese']},
 {u'id': 14815,
  u'ingredients': [u'fresh cilantro',
   u'green onions',
   u'fresh lime juice',
   u'unsweetened coconut milk',
   u'lobster',
   u'long-grain rice',
   u'fish',
   u'asian',
   u'vegetable oil',
   u'chopped cilantro fresh',
   u'lime rind',
   u'mushrooms',
   u'bird chile']},
 {u'id': 39690,
  u'ingredients': [u'unsalted butter',
   u'dry white wine',
   u'low salt chicken broth',
   u'arborio rice',
   u'parsley leaves',
   u'yellow bell pepper',
   u'zucchini',
   u'shallots',
   u'water',
   u'grated parmesan cheese',
   u'garlic cloves']},
 {u'id': 22193,
  u'ingredients': [u'chocolate frosting',
   u'all-purpose flour',
   u'large eggs',
   u'chopped pecans',
   u'mini marshmallows',
   u'chocolate baking bar',
   u'sugar',
   u'butter']},
 {u'id': 11739,
  u'ingredients': [u'sugar',
   u'cognac',
   u'whipped cream',
   u'orange zest',
   u'coffee',
   u'cinnamon sticks',
   u'clove',
   u'Grand Marnier']},
 {u'id': 27311,
  u'ingredients': [u'minced garlic',
   u'ginger',
   u'vegetable oil',
   u'salt',
   u'green onions',
   u'cooking wine',
   u'deveined shrimp']},
 {u'id': 36920,
  u'ingredients': [u'unsweetened coconut milk',
   u'water',
   u'salt',
   u'asafetida',
   u'fresh curry leaves',
   u'vegetable oil',
   u'ground turmeric',
   u'tomatoes',
   u'ground black pepper',
   u'black mustard seeds',
   u'red lentils',
   u'fresh ginger',
   u'tamarind paste']},
 {u'id': 7861, u'ingredients': [u'cold water', u'basmati rice']},
 {u'id': 29248,
  u'ingredients': [u'salt',
   u'chopped cilantro fresh',
   u'ground black pepper',
   u'fresh lemon juice',
   u'cooking spray',
   u'leg of lamb',
   u'hungarian sweet paprika',
   u'garlic cloves',
   u'ground cumin']},
 {u'id': 43142,
  u'ingredients': [u'flour tortillas',
   u'paprika',
   u'sour cream',
   u'shredded Monterey Jack cheese',
   u'refried beans',
   u'chili powder',
   u'salsa',
   u'plum tomatoes',
   u'shredded cheddar cheese',
   u'green onions',
   u'salt',
   u'onions',
   u'black pepper',
   u'jalapeno chilies',
   u'garlic',
   u'ground beef',
   u'ground cumin']},
 {u'id': 7574,
  u'ingredients': [u'bell pepper',
   u'cauliflower',
   u'yellow onion',
   u'chicken breasts',
   u'water',
   u'fajita seasoning mix']},
 {u'id': 8610,
  u'ingredients': [u'salt',
   u'sour cream',
   u'lean ground beef',
   u'chopped onion',
   u'chopped cilantro fresh',
   u'pepper',
   u'shredded pepper jack cheese',
   u'corn tortillas',
   u'garlic',
   u'enchilada sauce']},
 {u'id': 989,
  u'ingredients': [u'olive oil',
   u'firm tofu',
   u'prepared lasagne',
   u'tomatoes',
   u'garlic',
   u'fresh parsley',
   u'frozen spinach',
   u'ground black pepper',
   u'chopped parsley',
   u'plum tomatoes',
   u'fresh basil',
   u'salt',
   u'onions']},
 {u'id': 46926,
  u'ingredients': [u'chicken stock',
   u'olive oil',
   u'large garlic cloves',
   u'smoked paprika',
   u'broth',
   u'kosher salt',
   u'baking powder',
   u'salt',
   u'pork shoulder',
   u'cumin',
   u'nutmeg',
   u'bay leaves',
   u'raisins',
   u'chopped cilantro',
   u'olives',
   u'corn',
   u'chili powder',
   u'sauce',
   u'onions',
   u'masa']},
 {u'id': 40816,
  u'ingredients': [u'olive oil',
   u'chili powder',
   u'fresh lime juice',
   u'ground black pepper',
   u'garlic',
   u'chopped cilantro fresh',
   u'garlic powder',
   u'lime wedges',
   u'white sugar',
   u'soy sauce',
   u'lemon wedge',
   u'lamb loin chops']},
 {u'id': 39726,
  u'ingredients': [u'water',
   u'scallions',
   u'turkey carcass',
   u'long grain white rice',
   u'ginger']},
 {u'id': 42229,
  u'ingredients': [u'marshmallows',
   u'brown sugar',
   u'evaporated milk',
   u'sweet potatoes',
   u'salt',
   u'ground cinnamon',
   u'caster sugar',
   u'unsalted butter',
   u'buttermilk',
   u'powdered sugar',
   u'milk',
   u'large eggs',
   u'vanilla extract',
   u'plain flour',
   u'rolled oats',
   u'ground nutmeg',
   u'cinnamon',
   u'ground coriander']},
 {u'id': 10474,
  u'ingredients': [u'pasta sauce',
   u'pitted olives',
   u'grated parmesan cheese',
   u'tri color pasta twists, cooked and drained']},
 {u'id': 22140,
  u'ingredients': [u'black pepper',
   u'flour',
   u'garlic',
   u'chopped cilantro',
   u'canola oil',
   u'olive oil',
   u'tomatillos',
   u'sour cream',
   u'serrano chile',
   u'pepper',
   u'boneless skinless chicken breasts',
   u'salt',
   u'onions',
   u'shredded Monterey Jack cheese',
   u'chicken broth',
   u'cayenne',
   u'butter',
   u'corn tortillas',
   u'cumin']},
 {u'id': 31985,
  u'ingredients': [u'creamed coconut',
   u'almonds',
   u'chicken thigh fillets',
   u'cilantro leaves',
   u'greek yogurt',
   u'black peppercorns',
   u'milk',
   u'white poppy seeds',
   u'garlic',
   u'lemon juice',
   u'onions',
   u'clove',
   u'red chili peppers',
   u'garam masala',
   u'ginger',
   u'cardamom',
   u'ghee',
   u'tumeric',
   u'coriander seeds',
   u'cassia cinnamon',
   u'salt',
   u'gram flour',
   u'saffron']},
 {u'id': 46165,
  u'ingredients': [u'sake', u'mirin', u'sugar', u'dark soy sauce']},
 {u'id': 20860,
  u'ingredients': [u'eggs',
   u'eggplant',
   u'Italian seasoned breadcrumbs',
   u'mozzarella cheese',
   u'marinara sauce',
   u'kosher salt',
   u'parmesan cheese',
   u'fresh basil leaves',
   u'milk',
   u'vegetable oil']},
 {u'id': 42494,
  u'ingredients': [u'tomato sauce',
   u'coarse salt',
   u'sweet italian sausage',
   u'lasagna noodles',
   u'pecorino romano cheese',
   u'mozzarella cheese',
   u'ricotta cheese',
   u'large eggs',
   u'extra-virgin olive oil']},
 {u'id': 15968,
  u'ingredients': [u'fresh thyme',
   u'carrots',
   u'canola oil',
   u'black peppercorns',
   u'shells',
   u'onions',
   u'leeks',
   u'celery',
   u'garlic',
   u'bay leaf']},
 {u'id': 20484,
  u'ingredients': [u'rice',
   u'cilantro leaves',
   u'fresh mint',
   u'fish sauce',
   u'beansprouts',
   u'dried rice noodles',
   u'medium shrimp']},
 {u'id': 26661,
  u'ingredients': [u'fresh basil',
   u'fresh cilantro',
   u'red pepper flakes',
   u'garlic',
   u'kosher salt',
   u'chopped tomatoes',
   u'cracked black pepper',
   u'coconut milk',
   u'mahi mahi',
   u'lime',
   u'fish stock',
   u'shrimp',
   u'palm oil',
   u'jasmine rice',
   u'bell pepper',
   u'ginger',
   u'onions']},
 {u'id': 47182,
  u'ingredients': [u'chili powder',
   u'low salt chicken broth',
   u'boneless skinless chicken breast halves',
   u'tomatoes',
   u'frozen corn kernels',
   u'fresh lime juice',
   u'olive oil',
   u'garlic cloves',
   u'onions',
   u'cilantro sprigs',
   u'sour cream',
   u'chopped cilantro fresh']},
 {u'id': 22528,
  u'ingredients': [u'large eggs',
   u'salt',
   u'sugar',
   u'golden delicious apples',
   u'fresh raspberries',
   u'ground ginger',
   u'baking powder',
   u'all-purpose flour',
   u'unsalted butter',
   u'vanilla extract',
   u'fresh lemon juice']},
 {u'id': 3861,
  u'ingredients': [u'green curry paste',
   u'ground ginger',
   u'shrimp',
   u'low sodium chicken broth',
   u'lime',
   u'frozen peas']},
 {u'id': 1203,
  u'ingredients': [u'sole fillet',
   u'vegetable oil',
   u'flat leaf parsley',
   u'unsalted butter',
   u'fresh lemon juice',
   u'ground black pepper',
   u'all-purpose flour',
   u'lemon wedge',
   u'coarse kosher salt']},
 {u'id': 45040,
  u'ingredients': [u'ground ginger',
   u'golden raisins',
   u'grated orange',
   u'ground cloves',
   u'fresh orange juice',
   u'sugar',
   u'fresh cranberries',
   u'celery ribs',
   u'water',
   u'apples']},
 {u'id': 33287,
  u'ingredients': [u'red lentils',
   u'vegetables',
   u'garlic',
   u'cashew nuts',
   u'instant rice',
   u'butter',
   u'dal',
   u'tomatoes',
   u'garam masala',
   u'cumin seed',
   u'chicken',
   u'chili pepper',
   u'raisins',
   u'onions']},
 {u'id': 10097,
  u'ingredients': [u'bread crumbs',
   u'ground allspice',
   u'pork',
   u'ice water',
   u'white pepper',
   u'salt',
   u'ground ginger',
   u'ground sage',
   u'thyme leaves']},
 {u'id': 42005,
  u'ingredients': [u'potatoes', u'kosher salt', u'barbecue seasoning']},
 {u'id': 12423,
  u'ingredients': [u'chicken broth',
   u'free-range chickens',
   u'garlic cloves',
   u'saffron threads',
   u'short-grain rice',
   u'extra-virgin olive oil',
   u'saffron',
   u'arborio rice',
   u'roasted red peppers',
   u'green pepper',
   u'chicken',
   u'tomatoes',
   u'white rice',
   u'onions']},
 {u'id': 39613,
  u'ingredients': [u'bay leaves',
   u'ground black pepper',
   u'salt',
   u'water',
   u'spring chicken',
   u'cooking oil',
   u'chopped cilantro']},
 {u'id': 30276,
  u'ingredients': [u'granulated sugar',
   u'sweetened condensed milk',
   u'unsweetened cocoa powder',
   u'butter']},
 {u'id': 18686,
  u'ingredients': [u'mayonaise',
   u'corn',
   u'crumbled goat cheese',
   u'chile powder',
   u'lime wedges']},
 {u'id': 3031,
  u'ingredients': [u'sliced almonds',
   u'whipping cream',
   u'unsweetened chocolate',
   u'unsalted butter',
   u'salt',
   u'golden brown sugar',
   u'vanilla extract',
   u'milk chocolate chips',
   u'ground cinnamon',
   u'large eggs',
   u'all-purpose flour']},
 {u'id': 40093,
  u'ingredients': [u'olive oil',
   u'purple onion',
   u'rigatoni',
   u'balsamic vinegar',
   u'feta cheese crumbles',
   u'basil leaves',
   u'salt',
   u'pinenuts',
   u'crushed red pepper',
   u'sun-dried tomatoes in oil']},
 {u'id': 182,
  u'ingredients': [u'mint leaves',
   u'pinenuts',
   u'rouget',
   u'haricots verts',
   u'extra-virgin olive oil',
   u'dried apricot']},
 {u'id': 46591,
  u'ingredients': [u'butter',
   u'monterey jack',
   u'zucchini',
   u'jalape',
   u'large garlic cloves',
   u'ground cumin',
   u'flour tortillas',
   u'onions']},
 {u'id': 4092,
  u'ingredients': [u'soy sauce',
   u'kosher salt',
   u'sesame oil',
   u'dipping sauces',
   u'bamboo shoots',
   u'ground ginger',
   u'lean ground pork',
   u'green onions',
   u'napa cabbage',
   u'carrots',
   u'dried black mushrooms',
   u'lily flowers',
   u'water',
   u'vegetable oil',
   u'all-purpose flour',
   u'boiling water',
   u'eggs',
   u'white pepper',
   u'dry white wine',
   u'red wine vinegar',
   u'corn starch']},
 {u'id': 13722,
  u'ingredients': [u'yellow corn meal',
   u'baking powder',
   u'sugar',
   u'salt',
   u'melted butter',
   u'buttermilk',
   u'large eggs']},
 {u'id': 44575,
  u'ingredients': [u'fresh basil',
   u'large egg whites',
   u'dry bread crumbs',
   u'fat free less sodium chicken broth',
   u'garlic powder',
   u'turkey breast',
   u'tomatoes',
   u'pepper',
   u'salt',
   u'olive oil flavored cooking spray',
   u'dry vermouth',
   u'olive oil',
   u'corn starch']},
 {u'id': 14989,
  u'ingredients': [u'garlic cloves',
   u'chicken',
   u'dry white wine',
   u'fresh basil leaves',
   u'veal stock',
   u'onions',
   u'kalamata',
   u'plum tomatoes']},
 {u'id': 13270,
  u'ingredients': [u'egg whites',
   u'all-purpose flour',
   u'eggs',
   u'almond extract',
   u'white sugar',
   u'baking powder',
   u'toasted almonds',
   u'lemon zest',
   u'butter']},
 {u'id': 25529,
  u'ingredients': [u'tomato sauce',
   u'refrigerated pizza dough',
   u'olive oil',
   u'shredded mozzarella cheese',
   u'pepperoni slices',
   u'lean ground beef',
   u'low sodium tomato paste',
   u'italian seasoning']},
 {u'id': 12140,
  u'ingredients': [u'kosher salt',
   u'whole milk yoghurt',
   u'heavy cream',
   u'cayenne pepper',
   u'chopped cilantro fresh',
   u'tomato paste',
   u'fresh ginger',
   u'chili powder',
   u'garlic',
   u'garlic cloves',
   u'ground ginger',
   u'crushed tomatoes',
   u'boneless skinless chicken breasts',
   u'ground tumeric',
   u'ground coriander',
   u'ground cumin',
   u'sugar',
   u'garam masala',
   u'vegetable oil',
   u'salt',
   u'onions']},
 {u'id': 23127,
  u'ingredients': [u'avocado',
   u'pork',
   u'lime',
   u'flour',
   u'shredded sharp cheddar cheese',
   u'sharp cheddar cheese',
   u'carrots',
   u'ground cumin',
   u'stock',
   u'water',
   u'tortillas',
   u'whole wheat tortillas',
   u'sauce',
   u'enchilada sauce',
   u'chopped cilantro fresh',
   u'cooked rice',
   u'beans',
   u'coriander seeds',
   u'condiments',
   u'salsa',
   u'orange juice',
   u'onions',
   u'cotija',
   u'fresh cilantro',
   u'pork shoulder butt',
   u'cilantro',
   u'green chilies',
   u'pinto beans',
   u'monterey jack']},
 {u'id': 13523,
  u'ingredients': [u'fresh basil',
   u'olive oil',
   u'bow-tie pasta',
   u'pepper',
   u'fresh mozzarella',
   u'prepar pesto',
   u'grated parmesan cheese',
   u'cherry tomatoes',
   u'salt']},
 {u'id': 41270,
  u'ingredients': [u'olive oil',
   u'rigatoni',
   u'Johnsonville Mild Italian Sausage Links',
   u'red bell pepper',
   u'garlic',
   u'pasta sauce',
   u'flat leaf parsley']},
 {u'id': 8362,
  u'ingredients': [u'black pepper',
   u'skinless chicken breasts',
   u'rice noodles',
   u'pak choi',
   u'prawns',
   u'coconut cream',
   u'chicken stock',
   u'red pepper',
   u'thai green curry paste']},
 {u'id': 11735,
  u'ingredients': [u'gin',
   u'fresh lemon juice',
   u'seltzer',
   u'half & half',
   u'ice cubes',
   u'orange flower water',
   u'large egg whites',
   u'fresh lime juice']},
 {u'id': 27935,
  u'ingredients': [u'white vermouth',
   u'dry white wine',
   u'wild mushrooms',
   u'leeks',
   u'extra-virgin olive oil',
   u'grated parmesan cheese',
   u'butter',
   u'arborio rice',
   u'mushrooms',
   u'low salt chicken broth']},
 {u'id': 28198,
  u'ingredients': [u'white onion',
   u'crema mexican',
   u'corn tortillas',
   u'avocado',
   u'refried beans',
   u'large garlic cloves',
   u'serrano chile',
   u'ricotta salata',
   u'vegetable oil',
   u'chopped cilantro',
   u'tomatoes',
   u'radishes',
   u'chicken meat',
   u'iceberg lettuce']},
 {u'id': 37765,
  u'ingredients': [u'fresh ginger',
   u'seeds',
   u'small red potato',
   u'fresh cilantro',
   u'jalapeno chilies',
   u'salt',
   u'fresh lime juice',
   u'olive oil',
   u'cooking spray',
   u'garlic cloves',
   u'ground turmeric',
   u'mint',
   u'garam masala',
   u'lime wedges',
   u'mustard seeds']},
 {u'id': 33856,
  u'ingredients': [u'unflavored gelatin',
   u'tilapia fillets',
   u'worcestershire sauce',
   u'black pepper',
   u'leeks',
   u'carrots',
   u'sugar',
   u'garlic powder',
   u'vegetable broth',
   u'water',
   u'lemon',
   u'sliced mushrooms']},
 {u'id': 30198,
  u'ingredients': [u'baguette',
   u'salt',
   u'capers',
   u'balsamic vinegar',
   u'tomatoes',
   u'green onions',
   u'lemon juice',
   u'fresh oregano leaves',
   u'garlic']},
 {u'id': 42521,
  u'ingredients': [u'almonds',
   u'salt',
   u'eggs',
   u'butter',
   u'anise extract',
   u'anise seed',
   u'baking powder',
   u'all-purpose flour',
   u'brandy',
   u'vanilla extract',
   u'white sugar']},
 {u'id': 21567,
  u'ingredients': [u'dry rub',
   u'salad dressing',
   u'white onion',
   u'red potato',
   u'fresh parsley',
   u'bacon slices']},
 {u'id': 36995,
  u'ingredients': [u'salt',
   u'potatoes',
   u'sour cream',
   u'watercress',
   u'chopped parsley',
   u'dried tarragon leaves',
   u'lemon juice']},
 {u'id': 24967,
  u'ingredients': [u'fish sauce',
   u'red curry paste',
   u'lime juice',
   u'coconut milk',
   u'palm sugar',
   u'chicken broth',
   u'pumpkin pur\xe9e']},
 {u'id': 45002,
  u'ingredients': [u'pickling spices',
   u'pork butt',
   u'nutmeg',
   u'dry red wine',
   u'pepper',
   u'ground cinnamon',
   u'salt']},
 {u'id': 48925,
  u'ingredients': [u'boneless skinless chicken breast halves',
   u'onion soup mix',
   u'dress russian',
   u'orange marmalade']},
 {u'id': 36914,
  u'ingredients': [u'red chile powder',
   u'salt',
   u'whole milk',
   u'dark chocolate',
   u'unsweetened cocoa powder']},
 {u'id': 2280,
  u'ingredients': [u'unsalted butter',
   u'all-purpose flour',
   u'sugar',
   u'buttermilk',
   u'baking powder',
   u'baking soda',
   u'salt']},
 {u'id': 14729,
  u'ingredients': [u'honey',
   u'cajun seasoning',
   u'pork baby back ribs',
   u'dijon mustard',
   u'salt',
   u'ground black pepper',
   u'crushed red pepper flakes',
   u'cider vinegar',
   u'vegetable oil',
   u'onions']},
 {u'id': 4594,
  u'ingredients': [u'chicken bouillon granules',
   u'green onions',
   u'ground black pepper',
   u'long-grain rice',
   u'water',
   u'butter',
   u'grated parmesan cheese']},
 {u'id': 2237,
  u'ingredients': [u'chile pepper',
   u'ground cumin',
   u'kosher salt',
   u'red bell pepper',
   u'white onion',
   u'freshly ground pepper',
   u'olive oil',
   u'chopped cilantro fresh']},
 {u'id': 45631,
  u'ingredients': [u'preserved lemon',
   u'water',
   u'garlic',
   u'lemon rind',
   u'black pepper',
   u'butter',
   u'salt',
   u'onions',
   u'tumeric',
   u'olive oil',
   u'ras el hanout',
   u'fresh parsley',
   u'saffron threads',
   u'white pepper',
   u'ginger',
   u'lamb',
   u'cumin']},
 {u'id': 2317,
  u'ingredients': [u'white vinegar',
   u'ketchup',
   u'crushed red pepper flakes',
   u'corn starch',
   u'cooked rice',
   u'olive oil',
   u'chinese five-spice powder',
   u'sliced green onions',
   u'cold water',
   u'water',
   u'orange juice',
   u'bone in chicken thighs',
   u'brown sugar',
   u'reduced sodium soy sauce',
   u'garlic cloves']},
 {u'id': 23079,
  u'ingredients': [u'mayonaise',
   u'raisins',
   u'corn',
   u'skinless chicken breasts',
   u'white vinegar',
   u'potatoes',
   u'carrots',
   u'pepper',
   u'salt']},
 {u'id': 29333,
  u'ingredients': [u'tamari soy sauce',
   u'gomashio',
   u'garlic cloves',
   u'peanut oil',
   u'toasted sesame oil',
   u'ginger',
   u'red bell pepper']},
 {u'id': 48066,
  u'ingredients': [u'salt', u'water', u'bay leaves', u'cornmeal']},
 {u'id': 15737,
  u'ingredients': [u'kosher salt',
   u'ground black pepper',
   u'shredded cheddar cheese',
   u'pasta',
   u'whole milk']},
 {u'id': 30580,
  u'ingredients': [u'curry powder',
   u'diced tomatoes',
   u'chopped onion',
   u'black beans',
   u'olive oil',
   u'cracked black pepper',
   u'long-grain rice',
   u'capers',
   u'dried thyme',
   u'crushed red pepper flakes',
   u'ground allspice',
   u'minced garlic',
   u'boneless skinless chicken breasts',
   u'dry red wine']},
 {u'id': 1119,
  u'ingredients': [u'elderflower syrup',
   u'wine',
   u'honeydew melon',
   u'unflavored gelatin',
   u'water',
   u'sugar',
   u'orange zest']},
 {u'id': 46336,
  u'ingredients': [u'tomatoes',
   u'unsalted butter',
   u'garlic',
   u'couscous',
   u'chicken',
   u'pepper',
   u'golden raisins',
   u'cayenne pepper',
   u'boiling water',
   u'boneless chicken skinless thigh',
   u'cooking oil',
   u'salt',
   u'chopped cilantro',
   u'ground cumin',
   u'ground ginger',
   u'honey',
   u'whole wheat couscous',
   u'cinnamon sticks',
   u'ground turmeric']},
 {u'id': 5026,
  u'ingredients': [u'pepper',
   u'shredded pepper jack cheese',
   u'flour tortillas',
   u'large shrimp',
   u'olive oil',
   u'garlic cloves',
   u'salt',
   u'chorizo sausage']},
 {u'id': 10749,
  u'ingredients': [u'almonds',
   u'tilapia',
   u'white onion',
   u'red pepper flakes',
   u'ground turmeric',
   u'ground ginger',
   u'lemon grass',
   u'coconut milk',
   u'pepper',
   u'salt']},
 {u'id': 31020,
  u'ingredients': [u'water',
   u'diced tomatoes',
   u'ground cumin',
   u'tomato sauce',
   u'Daisy Brand Light Sour Cream',
   u'chopped onion',
   u'light kidney beans',
   u'chopped bell pepper',
   u'cracked black pepper',
   u'minced garlic',
   u'chili powder',
   u'95% lean ground beef']},
 {u'id': 30805,
  u'ingredients': [u'cauliflower',
   u'zucchini',
   u'all-purpose flour',
   u'white wine',
   u'florets',
   u'club soda',
   u'large egg whites',
   u'salt',
   u'cremini mushrooms',
   u'vegetable oil',
   u'red apples']},
 {u'id': 27653,
  u'ingredients': [u'rocket leaves',
   u'cantaloupe',
   u'canola oil',
   u'prosciutto',
   u'salt',
   u'sugar',
   u'honeydew melon',
   u'ground black pepper',
   u'rice vinegar']},
 {u'id': 35060,
  u'ingredients': [u'yellow corn meal',
   u'water',
   u'jalapeno chilies',
   u'chopped onion',
   u'romano cheese',
   u'olive oil',
   u'chili powder',
   u'chopped cilantro fresh',
   u'tomatoes',
   u'yellow squash',
   u'cooking spray',
   u'carrots',
   u'pepper',
   u'eggplant',
   u'salt']},
 {u'id': 39174,
  u'ingredients': [u'chile pepper',
   u'onions',
   u'fresh lemon juice',
   u'salt',
   u'fresh mint']},
 {u'id': 49509,
  u'ingredients': [u'water',
   u'ground black pepper',
   u'extra-virgin olive oil',
   u'bread flour',
   u'dried basil',
   u'flour',
   u'lemon juice',
   u'sun-dried tomatoes',
   u'asiago',
   u'white sugar',
   u'active dry yeast',
   u'powdered milk',
   u'salt']},
 {u'id': 31784,
  u'ingredients': [u'roasted almonds',
   u'condensed milk',
   u'sugar',
   u'unsalted butter',
   u'eggs',
   u'baking soda',
   u'honey',
   u'all-purpose flour']},
 {u'id': 31408,
  u'ingredients': [u'romaine lettuce',
   u'roma tomatoes',
   u'salt',
   u'white sugar',
   u'smoked bacon',
   u'extra-virgin olive oil',
   u'herbes de provence',
   u'eggs',
   u'dijon mustard',
   u'garlic',
   u'onions',
   u'pepper',
   u'red wine vinegar',
   u'curly endive']},
 {u'id': 36029,
  u'ingredients': [u'tortillas',
   u'spices',
   u'yoghurt',
   u'cooking oil',
   u'onions',
   u'pepper',
   u'chicken breasts']},
 {u'id': 11045,
  u'ingredients': [u'water',
   u'butter',
   u'white wine',
   u'sherry',
   u'shrimp',
   u'cream',
   u'leeks',
   u'tomato paste',
   u'flour',
   u'garlic cloves']},
 {u'id': 6561,
  u'ingredients': [u'pure vanilla extract',
   u'large eggs',
   u'cake flour',
   u'unsalted butter',
   u'vegetable oil',
   u'sour cream',
   u'evaporated milk',
   u'baking powder',
   u'salt',
   u'granulated sugar',
   u'butter']},
 {u'id': 26992,
  u'ingredients': [u'unsalted butter',
   u'kosher salt',
   u'cassava',
   u'sugar',
   u'coconut milk',
   u'eggs',
   u'heavy cream']},
 {u'id': 31179,
  u'ingredients': [u'vegetable oil cooking spray',
   u'buttermilk',
   u'creole seasoning',
   u'japanese breadcrumbs',
   u'salt',
   u'pepper',
   u'paprika',
   u'green tomatoes',
   u'all-purpose flour']},
 {u'id': 35099,
  u'ingredients': [u'sugar',
   u'chile pepper',
   u'chopped cilantro fresh',
   u'vinegar',
   u'tortilla chips',
   u'ground cumin',
   u'olive oil',
   u'salt',
   u'plum tomatoes',
   u'jalapeno chilies',
   u'cucumber']},
 {u'id': 11018,
  u'ingredients': [u'canned low sodium chicken broth',
   u'mirin',
   u'rice vinegar',
   u'pork loin chops',
   u'soy sauce',
   u'garlic',
   u'firm tofu',
   u'sugar',
   u'sesame oil',
   u'chinese cabbage',
   u'spaghettini',
   u'fresh ginger',
   u'salt',
   u'scallions']},
 {u'id': 17930,
  u'ingredients': [u'serrano peppers',
   u'sweet pepper',
   u'shredded Monterey Jack cheese',
   u'white corn tortillas',
   u'vegetable oil',
   u'sour cream',
   u'tomatoes',
   u'lime wedges',
   u'nonstick spray',
   u'fresh cilantro',
   u'cilantro',
   u'onions']},
 {u'id': 21302,
  u'ingredients': [u'extra-virgin olive oil',
   u'fresh lemon juice',
   u'parmigiano reggiano cheese',
   u'hearts of romaine']},
 {u'id': 46352,
  u'ingredients': [u'soy sauce',
   u'sesame seeds',
   u'peanut butter',
   u'spaghetti',
   u'honey',
   u'vegetable oil',
   u'garlic cloves',
   u'dry roasted peanuts',
   u'wheat',
   u'scallions',
   u'fresh ginger',
   u'rice vinegar',
   u'chopped cilantro']},
 {u'id': 25132,
  u'ingredients': [u'chipotle chile',
   u'coarse salt',
   u'corn oil',
   u'garlic cloves',
   u'white onion',
   u'all-purpose flour',
   u'Mexican oregano',
   u'ancho chile pepper']},
 {u'id': 7010,
  u'ingredients': [u'heavy cream',
   u'cayenne pepper',
   u'russet potatoes',
   u'salt',
   u'cumin',
   u'black pepper',
   u'garlic',
   u'Hatch Green Chiles',
   u'butter',
   u'yellow onion']},
 {u'id': 25850,
  u'ingredients': [u'bacon grease',
   u'water',
   u'hominy grits',
   u'eggs',
   u'sharp cheddar cheese',
   u'milk']},
 {u'id': 19601,
  u'ingredients': [u'pepper',
   u'flour tortillas',
   u'shredded pepper jack cheese',
   u'fresh cilantro',
   u'crushed red pepper flakes',
   u'fresh pineapple',
   u'lime juice',
   u'top sirloin steak',
   u'chopped onion',
   u'tomatoes',
   u'olive oil',
   u'salt']},
 {u'id': 7935,
  u'ingredients': [u'parmesan cheese',
   u'crushed red pepper',
   u'fat free less sodium chicken broth',
   u'ditalini',
   u'garlic cloves',
   u'fresh rosemary',
   u'cannellini beans',
   u'chopped onion',
   u'olive oil',
   u'diced tomatoes']},
 {u'id': 34994,
  u'ingredients': [u'water',
   u'rice vinegar',
   u'black peppercorns',
   u'bay leaves',
   u'canola oil',
   u'ground black pepper',
   u'gluten free soy sauce',
   u'kosher salt',
   u'garlic']},
 {u'id': 25113,
  u'ingredients': [u'baby spinach',
   u'cornmeal',
   u'roasted red peppers',
   u'pizza doughs',
   u'mozzarella cheese',
   u'extra-virgin olive oil',
   u'onions',
   u'oil-cured black olives',
   u'garlic cloves']},
 {u'id': 45523,
  u'ingredients': [u'olive oil',
   u'garlic',
   u'chicken fingers',
   u'eggs',
   u'ground black pepper',
   u'all-purpose flour',
   u'fresh basil leaves',
   u'salt and ground black pepper',
   u'salt',
   u'onions',
   u'cherry tomatoes',
   u'chees fresh mozzarella',
   u'cayenne pepper',
   u'panko breadcrumbs']},
 {u'id': 34977,
  u'ingredients': [u'vidalia onion',
   u'bay leaves',
   u'garlic cloves',
   u'celery salt',
   u'water',
   u'crushed red pepper',
   u'sugar',
   u'apple cider vinegar',
   u'mustard seeds',
   u'gin',
   u'peaches',
   u'salt']},
 {u'id': 7124,
  u'ingredients': [u'sugar',
   u'fresh raspberries',
   u'peach nectar',
   u'vanilla extract',
   u'peaches',
   u'seltzer water']},
 {u'id': 27514,
  u'ingredients': [u'phyllo dough',
   u'butter',
   u'milk',
   u'white sugar',
   u'water',
   u'grated lemon zest',
   u'eggs',
   u'semolina']},
 {u'id': 27178,
  u'ingredients': [u'black beans',
   u'cilantro',
   u'skinless chicken breasts',
   u'dried oregano',
   u'tomato sauce',
   u'low-sodium fat-free chicken broth',
   u'non-fat sour cream',
   u'chipotles in adobo',
   u'olive oil',
   u'garlic',
   u'scallions',
   u'cumin',
   u'reduced fat cheddar cheese',
   u'diced tomatoes',
   u'frozen corn',
   u'onions']},
 {u'id': 47880,
  u'ingredients': [u'water',
   u'sauce',
   u'oil',
   u'gochugaru',
   u'Gochujang base',
   u'onions',
   u'potatoes',
   u'baby carrots',
   u'chicken',
   u'soy sauce',
   u'rice wine',
   u'scallions']},
 {u'id': 29197,
  u'ingredients': [u'water',
   u'yolk',
   u'milk',
   u'salt',
   u'vanilla beans',
   u'whipping cream',
   u'sugar',
   u'large eggs']},
 {u'id': 16347,
  u'ingredients': [u'eggs',
   u'baking powder',
   u'heavy whipping cream',
   u'green onions',
   u'shredded sharp cheddar cheese',
   u'onions',
   u'potatoes',
   u'butter',
   u'sour cream',
   u'shredded swiss cheese',
   u'salt']},
 {u'id': 20333,
  u'ingredients': [u'triple sec',
   u'tequila',
   u'strawberries',
   u'bananas',
   u'fresh lime juice',
   u'crushed ice']},
 {u'id': 29112,
  u'ingredients': [u'potato starch',
   u'water',
   u'flour',
   u'salt',
   u'soy sauce',
   u'fresh ginger',
   u'vegetable oil',
   u'eggs',
   u'honey',
   u'rice wine',
   u'lemon juice',
   u'pepper',
   u'beef',
   u'garlic']},
 {u'id': 7510,
  u'ingredients': [u'potatoes',
   u'pepper',
   u'salt',
   u'eggs',
   u'sunflower oil',
   u'dried basil',
   u'sausages']},
 {u'id': 13897,
  u'ingredients': [u'mayonaise',
   u'curry powder',
   u'green onions',
   u'smoked paprika',
   u'kosher salt',
   u'unsalted butter',
   u'Gochujang base',
   u'chipotle chile powder',
   u'broccoli slaw',
   u'olive oil',
   u'apple cider vinegar',
   u'chopped cilantro',
   u'brown sugar',
   u'pepper',
   u'flour tortillas',
   u'shrimp']},
 {u'id': 35699,
  u'ingredients': [u'lamb shanks',
   u'dry red wine',
   u'garlic cloves',
   u'chicken stock',
   u'olive oil',
   u'yellow onion',
   u'honey',
   u'cornflour',
   u'ground cumin',
   u'ground cinnamon',
   u'sweet potatoes',
   u'ground coriander']},
 {u'id': 20520,
  u'ingredients': [u'boneless chicken skinless thigh',
   u'shredded cheddar cheese',
   u'fresh thyme',
   u'apple cider vinegar',
   u'garlic',
   u'tortilla chips',
   u'ground cumin',
   u'tomato paste',
   u'kosher salt',
   u'diced green chilies',
   u'jalapeno chilies',
   u'ancho powder',
   u'cilantro leaves',
   u'corn tortillas',
   u'chipotle chile',
   u'store bought low sodium chicken stock',
   u'ground black pepper',
   u'bay leaves',
   u'extra-virgin olive oil',
   u'hot sauce',
   u'unsweetened cocoa powder',
   u'avocado',
   u'white onion',
   u'lime',
   u'lager',
   u'diced tomatoes',
   u'purple onion',
   u'sour cream']},
 {u'id': 38920,
  u'ingredients': [u'silver tequila',
   u'salt',
   u'lime wedges',
   u'orange bitters',
   u'ice',
   u'lime juice',
   u'pomegranate syrup']},
 {u'id': 21775,
  u'ingredients': [u'grated coconut',
   u'green chilies',
   u'red chili powder',
   u'water',
   u'carrots',
   u'curry leaves',
   u'kosher salt',
   u'oil',
   u'yellow mustard seeds',
   u'purple onion',
   u'ground turmeric']},
 {u'id': 37475,
  u'ingredients': [u'sirloin tip',
   u'mirin',
   u'white sesame seeds',
   u'sugar',
   u'oil',
   u'sake',
   u'scallions',
   u'soy sauce',
   u'corn starch']},
 {u'id': 40131,
  u'ingredients': [u'dried basil',
   u'bay leaves',
   u'garlic',
   u'beef broth',
   u'onions',
   u'green bell pepper',
   u'garlic powder',
   u'worcestershire sauce',
   u'salt',
   u'fresh parsley leaves',
   u'kosher salt',
   u'ground black pepper',
   u'diced tomatoes',
   u'all-purpose flour',
   u'diced celery',
   u'dried thyme',
   u'vegetable oil',
   u'boneless beef chuck roast',
   u'hot sauce']},
 {u'id': 1939,
  u'ingredients': [u'minced garlic',
   u'chili powder',
   u'low-fat cream cheese',
   u'chicken',
   u'chicken broth',
   u'diced green chilies',
   u'salt',
   u'sour cream',
   u'garlic powder',
   u'onion powder',
   u'prepared guacamole',
   u'shredded cheddar cheese',
   u'wheat',
   u'salsa',
   u'cumin']},
 {u'id': 48268,
  u'ingredients': [u'cooked ham',
   u'vegetable oil',
   u'red bell pepper',
   u'spanish rice',
   u'diced tomatoes',
   u'onions',
   u'low sodium chicken broth',
   u'salt',
   u'chicken sausage',
   u'garlic',
   u'frozen peas']},
 {u'id': 34815,
  u'ingredients': [u'water',
   u'eggplant',
   u'salt',
   u'olive oil',
   u'whole milk',
   u'fresh mint',
   u'sesame seeds',
   u'baking powder',
   u'honey',
   u'large eggs',
   u'all-purpose flour']},
 {u'id': 13797,
  u'ingredients': [u'minced garlic',
   u'tequila',
   u'salt and ground black pepper',
   u'spaghetti',
   u'olive oil',
   u'boneless skinless chicken breast halves',
   u'diced tomatoes',
   u'italian seasoning']},
 {u'id': 39063,
  u'ingredients': [u'large egg whites',
   u'rice wine',
   u'garlic',
   u'sugar',
   u'green onions',
   u'red wine vinegar',
   u'dark sesame oil',
   u'chiles',
   u'hoisin sauce',
   u'vegetable oil',
   u'salt',
   u'soy sauce',
   u'boneless skinless chicken breasts',
   u'salted roast peanuts',
   u'corn starch']},
 {u'id': 29064,
  u'ingredients': [u'low sodium soy sauce',
   u'udon',
   u'rice vinegar',
   u'orange zest',
   u'hoisin sauce',
   u'vegetable stock',
   u'carrots',
   u'butter lettuce',
   u'broccoli florets',
   u'juice',
   u'extra firm tofu',
   u'red pepper flakes',
   u'corn starch']},
 {u'id': 26896,
  u'ingredients': [u'balsamic vinegar',
   u'canola mayonnaise',
   u'saffron threads',
   u'extra-virgin olive oil',
   u'warm water',
   u'salt',
   u'large garlic cloves']},
 {u'id': 29477,
  u'ingredients': [u'amaretti',
   u'grated lemon zest',
   u'sugar',
   u'salt',
   u'fresh lemon juice',
   u'large eggs',
   u'all-purpose flour',
   u'pure vanilla extract',
   u'cinnamon',
   u'ricotta']},
 {u'id': 3352,
  u'ingredients': [u'irish bacon',
   u'vegetable oil',
   u'large eggs',
   u'all-purpose flour',
   u'fresh chives',
   u'salt',
   u'whole milk']},
 {u'id': 4966,
  u'ingredients': [u'tostadas',
   u'cheese',
   u'shredded lettuce',
   u'sour cream',
   u'large flour tortillas',
   u'taco seasoning',
   u'diced tomatoes',
   u'ground beef']},
 {u'id': 7316,
  u'ingredients': [u'warm water',
   u'all-purpose flour',
   u'vegetable oil cooking spray',
   u'extra-virgin olive oil',
   u'sugar',
   u'salt',
   u'active dry yeast']},
 {u'id': 23879,
  u'ingredients': [u'flour tortillas',
   u'onions',
   u'papaya',
   u'brie cheese',
   u'chili',
   u'salsa',
   u'chopped cilantro fresh',
   u'olive oil',
   u'sour cream']},
 {u'id': 16525,
  u'ingredients': [u'fat free milk',
   u'extra-virgin olive oil',
   u'garlic cloves',
   u'tomatoes',
   u'jalapeno chilies',
   u'freshly ground pepper',
   u'flat leaf parsley',
   u'large eggs',
   u'dry bread crumbs',
   u'flour for dusting',
   u'kosher salt',
   u'ground chicken breast',
   u'oil',
   u'dried oregano']},
 {u'id': 32843,
  u'ingredients': [u'olive oil',
   u'water',
   u'violets',
   u'powdered sugar',
   u'flour',
   u'orange']},
 {u'id': 39574,
  u'ingredients': [u'sea salt',
   u'quinoa',
   u'water',
   u'oil',
   u'baking powder']},
 {u'id': 32737,
  u'ingredients': [u'dried thyme',
   u'garlic',
   u'onions',
   u'ground pepper',
   u'white wine vinegar',
   u'oregano',
   u'lime juice',
   u'bay leaves',
   u'fat skimmed chicken broth',
   u'ground cumin',
   u'tomatoes',
   u'jalapeno chilies',
   u'salt',
   u'chuck']},
 {u'id': 44788,
  u'ingredients': [u'pork belly',
   u'cane vinegar',
   u'peppercorns',
   u'water',
   u'garlic',
   u'potatoes',
   u'salt',
   u'sugar',
   u'bay leaves',
   u'oil']},
 {u'id': 28772,
  u'ingredients': [u'olive oil',
   u'chopped fresh thyme',
   u'carrots',
   u'grated parmesan cheese',
   u'vegetable broth',
   u'zucchini',
   u'lemon',
   u'orzo pasta',
   u'garlic']},
 {u'id': 34189,
  u'ingredients': [u'pepper',
   u'fresh lime juice',
   u'avocado',
   u'salt',
   u'tomatillos',
   u'serrano chile',
   u'fresh cilantro',
   u'onions']},
 {u'id': 33719,
  u'ingredients': [u'water',
   u'quickcooking grits',
   u'sharp cheddar cheese',
   u'sliced green onions',
   u'fat free milk',
   u'salt',
   u'ham',
   u'olive oil',
   u'cajun seasoning',
   u'garlic cloves',
   u'unsalted butter',
   u'chopped onion',
   u'medium shrimp']},
 {u'id': 25846,
  u'ingredients': [u'fenugreek leaves',
   u'garam masala',
   u'ginger',
   u'ghee',
   u'kosher salt',
   u'chicken drumsticks',
   u'ground coriander',
   u'ground turmeric',
   u'white onion',
   u'ground black pepper',
   u'garlic',
   u'serrano chile',
   u'milk',
   u'heavy cream',
   u'chopped cilantro',
   u'plum tomatoes']},
 {u'id': 1423,
  u'ingredients': [u'garam masala',
   u'garlic',
   u'hot water',
   u'heavy cream',
   u'purple onion',
   u'chopped cilantro fresh',
   u'cooking oil',
   u'paneer',
   u'white sugar',
   u'fresh ginger root',
   u'diced tomatoes',
   u'salt',
   u'ground turmeric']},
 {u'id': 4328,
  u'ingredients': [u'reduced sodium chicken broth',
   u'bok choy',
   u'wide rice noodles',
   u'reduced sodium soy sauce',
   u'canola oil',
   u'water',
   u'mung bean sprouts',
   u'fresh basil',
   u'flank steak']},
 {u'id': 579,
  u'ingredients': [u'mayonaise',
   u'dijon mustard',
   u'fines herbes',
   u'garlic powder',
   u'old bay seasoning',
   u'unsalted butter',
   u'worcestershire sauce',
   u'lump crab meat',
   u'large eggs',
   u'Italian seasoned breadcrumbs']},
 {u'id': 5219,
  u'ingredients': [u'tomatoes',
   u'coriander powder',
   u'green chilies',
   u'chicken',
   u'pepper',
   u'salt',
   u'mustard seeds',
   u'garlic paste',
   u'chili powder',
   u'oil',
   u'ground cumin',
   u'curry leaves',
   u'garam masala',
   u'cilantro leaves',
   u'onions']},
 {u'id': 2314,
  u'ingredients': [u'milk',
   u'baking powder',
   u'yellow onion',
   u'chicken pieces',
   u'ground black pepper',
   u'garlic',
   u'carrots',
   u'bay leaves',
   u'all-purpose flour',
   u'celery',
   u'dried thyme',
   u'coarse salt',
   u'cayenne pepper',
   u'fresh parsley']},
 {u'id': 31143,
  u'ingredients': [u'olive oil',
   u'harissa',
   u'toasted pine nuts',
   u'tomatoes',
   u'large eggs',
   u'garlic',
   u'onions',
   u'eggplant',
   u'lemon wedge',
   u'fresh parsley',
   u'low sodium vegetable broth',
   u'bell pepper',
   u'ras el hanout']},
 {u'id': 13409,
  u'ingredients': [u'fish sauce',
   u'fresh cilantro',
   u'baking soda',
   u'slaw mix',
   u'salt',
   u'skinless chicken breasts',
   u'toasted sesame seeds',
   u'cotija',
   u'honey',
   u'jalapeno chilies',
   u'garlic',
   u'all-purpose flour',
   u'korean chile paste',
   u'brown sugar',
   u'lime',
   u'mirin',
   u'sea salt',
   u'rice vinegar',
   u'carrots',
   u'eggs',
   u'black pepper',
   u'fresh ginger',
   u'sesame oil',
   u'tamari soy sauce',
   u'cayenne pepper',
   u'corn tortillas']},
 {u'id': 3281,
  u'ingredients': [u'feta cheese',
   u'fresh parsley',
   u'tomatoes',
   u'large garlic cloves',
   u'brine-cured olives',
   u'red wine vinegar',
   u'olive oil',
   u'purple onion']},
 {u'id': 15804,
  u'ingredients': [u'palm sugar',
   u'garlic cloves',
   u'white pepper',
   u'cilantro leaves',
   u'fish sauce',
   u'chicken breasts',
   u'water',
   u'oil']},
 {u'id': 40835,
  u'ingredients': [u'sweet potatoes',
   u'salt',
   u'garlic cloves',
   u'grits',
   u'milk',
   u'butter',
   u'creole seasoning',
   u'smoked gouda',
   u'lemon zest',
   u'cilantro sprigs',
   u'freshly ground pepper',
   u'chopped cilantro fresh',
   u'green onions',
   u'hot chili sauce',
   u'shrimp',
   u'canola oil']},
 {u'id': 39262,
  u'ingredients': [u'fresh spinach',
   u'zucchini',
   u'salt',
   u'garlic cloves',
   u'shiitake',
   u'sesame oil',
   u'scallions',
   u'toasted sesame seeds',
   u'water',
   u'extra firm tofu',
   u'Gochujang base',
   u'beansprouts',
   u'sushi rice',
   u'agave nectar',
   u'rice vinegar',
   u'carrots']},
 {u'id': 37013,
  u'ingredients': [u'clove',
   u'cider vinegar',
   u'fresh ginger',
   u'dark brown sugar',
   u'tomato pur\xe9e',
   u'curry powder',
   u'ground mustard',
   u'onions',
   u'tomato paste',
   u'minced garlic',
   u'paprika',
   u'cinnamon sticks',
   u'kosher salt',
   u'olive oil',
   u'cardamom pods']},
 {u'id': 14807,
  u'ingredients': [u'pepper',
   u'salt',
   u'pigeon peas',
   u'garlic cloves',
   u'uncle bens',
   u'thyme',
   u'water',
   u'scallions']},
 {u'id': 47956,
  u'ingredients': [u'pepper',
   u'worcestershire sauce',
   u'salt',
   u'chopped cilantro fresh',
   u'brown sauce',
   u'balsamic vinegar',
   u'tomatoes with juice',
   u'onions',
   u'olive oil',
   u'heavy cream',
   u'carrots',
   u'red chili peppers',
   u'vegetable stock',
   u'garlic',
   u'white sugar']},
 {u'id': 2580,
  u'ingredients': [u'tomatoes',
   u'lime',
   u'vegetable oil',
   u'chicken thighs',
   u'kosher salt',
   u'low sodium chicken broth',
   u'ancho chile pepper',
   u'shredded Monterey Jack cheese',
   u'white onion',
   u'radishes',
   u'cr\xe8me fra\xeeche',
   u'serrano chile',
   u'fresh cilantro',
   u'seeds',
   u'corn tortillas']},
 {u'id': 13720,
  u'ingredients': [u'fresh parmesan cheese',
   u'canola oil',
   u'reduced fat sharp cheddar cheese',
   u'1% low-fat milk',
   u'large eggs',
   u'tapioca flour',
   u'flour for dusting']},
 {u'id': 23008,
  u'ingredients': [u'potato starch',
   u'shiitake',
   u'chili oil',
   u'gyoza wrappers',
   u'cabbage',
   u'soy sauce',
   u'quinoa',
   u'garlic',
   u'firm tofu',
   u'sake',
   u'vegetables',
   u'ginger',
   u'rice vinegar',
   u'white pepper',
   u'sesame oil',
   u'salt',
   u'scallions']},
 {u'id': 5951,
  u'ingredients': [u'cornish hens',
   u'cooking spray',
   u'mango chutney',
   u'curry powder',
   u'lemon juice']},
 {u'id': 39312,
  u'ingredients': [u'water',
   u'salsa',
   u'egg whites',
   u'pepper jack',
   u'sour cream',
   u'wonton wrappers']},
 {u'id': 6176,
  u'ingredients': [u'sweet potatoes',
   u'all-purpose flour',
   u'evaporated milk',
   u'butter',
   u'ground nutmeg',
   u'salt',
   u'milk',
   u'baking powder',
   u'toasted wheat germ']},
 {u'id': 17617,
  u'ingredients': [u'garlic',
   u'fresh ginger',
   u'peppercorns',
   u'kosher salt',
   u'scallions',
   u'cilantro']},
 {u'id': 57,
  u'ingredients': [u'chicken stock',
   u'vegetable oil',
   u'tortilla chips',
   u'crema mexican',
   u'epazote',
   u'chopped cilantro fresh',
   u'jalapeno chilies',
   u'cheese',
   u'white onion',
   u'tomatillos',
   u'garlic cloves']},
 {u'id': 43422,
  u'ingredients': [u'coconut',
   u'oil',
   u'curry leaves',
   u'salt',
   u'asafetida',
   u'chana dal',
   u'mustard seeds',
   u'red chili peppers',
   u'beets']},
 {u'id': 49403, u'ingredients': [u'brandy', u'beer', u'lemonade']},
 {u'id': 44751,
  u'ingredients': [u'ground cinnamon',
   u'milk',
   u'sugar',
   u'raisins',
   u'turbinado',
   u'cream',
   u'white sandwich bread',
   u'eggs',
   u'butter']},
 {u'id': 21865,
  u'ingredients': [u'milk',
   u'sour cream',
   u'avocado',
   u'hot pepper sauce',
   u'pepper',
   u'ranch dressing',
   u'garlic powder',
   u'fresh lime juice']},
 {u'id': 26584,
  u'ingredients': [u'eggs',
   u'ground pepper',
   u'garlic salt',
   u'milk',
   u'cheese',
   u'chicken',
   u'fresh chives',
   u'mixed vegetables',
   u'dried oregano',
   u'dried thyme',
   u'shortcrust pastry']},
 {u'id': 39355,
  u'ingredients': [u'eggs',
   u'rice cakes',
   u'salt',
   u'black pepper',
   u'sirloin steak',
   u'soy sauce',
   u'green onions',
   u'beef broth',
   u'sesame seeds',
   u'garlic']},
 {u'id': 14038,
  u'ingredients': [u'water',
   u'tequila',
   u'bourbon whiskey',
   u'club soda',
   u'lime slices',
   u'orange liqueur',
   u'frozen limeade concentrate']},
 {u'id': 45396,
  u'ingredients': [u'medium tomatoes',
   u'potatoes',
   u'onions',
   u'blue crabs',
   u'ground black pepper',
   u'green chilies',
   u'eggs',
   u'garlic powder',
   u'salt',
   u'dried parsley',
   u'bread crumbs',
   u'cooking oil',
   u'carrots']},
 {u'id': 49715,
  u'ingredients': [u'crumbled blue cheese',
   u'buffalo sauce',
   u'avocado',
   u'blue cheese dressing',
   u'chopped cilantro fresh',
   u'romaine lettuce',
   u'cooked chicken',
   u'corn kernel whole',
   u'flour tortillas',
   u'lime wedges',
   u'sliced green onions']},
 {u'id': 41515,
  u'ingredients': [u'lime zest',
   u'fish sauce',
   u'palm sugar',
   u'ginger',
   u'ground turmeric',
   u'tomato paste',
   u'vegetables',
   u'coconut butter',
   u'garlic cloves',
   u'fennel seeds',
   u'full fat coconut milk',
   u'prawns',
   u'thai chile',
   u'cumin',
   u'kaffir lime leaves',
   u'ground nutmeg',
   u'shallots',
   u'coriander']},
 {u'id': 30445,
  u'ingredients': [u'whitefish',
   u'potatoes',
   u'merluza',
   u'spanish onion',
   u'lemon',
   u'garlic cloves',
   u'olive oil',
   u'sea salt',
   u'fresh parsley',
   u'tomatoes',
   u'flour',
   u'green pepper']},
 {u'id': 4090,
  u'ingredients': [u'melted butter',
   u'sea salt',
   u'chopped cilantro fresh',
   u'jalapeno chilies',
   u'orange juice',
   u'walnut pieces',
   u'cracked black pepper',
   u'sweet potatoes',
   u'softened butter']},
 {u'id': 17207,
  u'ingredients': [u'lemongrass',
   u'thai chile',
   u'galangal',
   u'fresh coriander',
   u'Thai red curry paste',
   u'fresh lime juice',
   u'lime zest',
   u'palm sugar',
   u'vietnamese fish sauce',
   u'kaffir lime leaves',
   u'boneless skinless chicken breasts',
   u'coconut milk']},
 {u'id': 40376,
  u'ingredients': [u'salt',
   u'active dry yeast',
   u'white sugar',
   u'warm water',
   u'margarine',
   u'nonfat dry milk powder',
   u'bread flour']},
 {u'id': 19398,
  u'ingredients': [u'olive oil',
   u'cheese',
   u'shredded Monterey Jack cheese',
   u'Anaheim chile',
   u'garlic cloves',
   u'poblano peppers',
   u'tortilla chips',
   u'half & half',
   u'onions']},
 {u'id': 22347,
  u'ingredients': [u'brown sugar',
   u'jalapeno chilies',
   u'lime wedges',
   u'cilantro sprigs',
   u'onions',
   u'clove',
   u'Sriracha',
   u'peeled fresh ginger',
   u'mint sprigs',
   u'cinnamon sticks',
   u'sliced green onions',
   u'fish sauce',
   u'hoisin sauce',
   u'turkey stock',
   u'star anise',
   u'beansprouts',
   u'rice stick noodles',
   u'thai basil',
   u'cooking spray',
   u'turkey',
   u'salt',
   u'chopped cilantro fresh']},
 {u'id': 49671,
  u'ingredients': [u'avocado',
   u'black beans',
   u'yellow bell pepper',
   u'vegetable base',
   u'cilantro',
   u'corn tortillas',
   u'cheddar cheese',
   u'lime',
   u'red bell pepper',
   u'medium grain brown rice',
   u'Mexican seasoning mix',
   u'purple onion']},
 {u'id': 40854,
  u'ingredients': [u'anchovies',
   u'chopped parsley',
   u'perciatelli',
   u'dry white wine',
   u'tuna packed in water',
   u'olive oil',
   u'chunky tomatoes',
   u'garlic cloves']},
 {u'id': 926,
  u'ingredients': [u'red cabbage',
   u'vegetable broth',
   u'ginger paste',
   u'cooked rice',
   u'vegetable oil',
   u'chopped onion',
   u'sesame oil',
   u'cubed ham',
   u'soy sauce',
   u'extra large eggs',
   u'shredded zucchini']},
 {u'id': 47919,
  u'ingredients': [u'radishes',
   u'beef stew meat',
   u'bok choy',
   u'tomatoes',
   u'taro',
   u'garlic cloves',
   u'canola oil',
   u'water',
   u'fresh green bean',
   u'soup mix',
   u'jalapeno chilies',
   u'broccoli',
   u'onions']},
 {u'id': 20571,
  u'ingredients': [u'pasta sauce',
   u'cooking spray',
   u'dough',
   u'pepper',
   u'corned beef',
   u'slaw',
   u'salt',
   u'part-skim mozzarella',
   u'grated parmesan cheese']},
 {u'id': 18866,
  u'ingredients': [u'baking soda',
   u'dates',
   u'coffee granules',
   u'large eggs',
   u'boiling water',
   u'powdered sugar',
   u'unsalted butter',
   u'whipped cream',
   u'golden brown sugar',
   u'self rising flour',
   u'caramel sauce']},
 {u'id': 48742,
  u'ingredients': [u'water',
   u'vegetable oil',
   u'knorr shrimp flavor bouillon cube',
   u'chopped cilantro fresh',
   u'hominy',
   u'garlic',
   u'chipotles in adobo',
   u'lime juice',
   u'dri oregano leaves, crush',
   u'uncook medium shrimp, peel and devein',
   u'red bell pepper, sliced',
   u'green bell pepper, slice',
   u'all-purpose flour',
   u'onions']},
 {u'id': 14577,
  u'ingredients': [u'tomatoes',
   u'garlic cloves',
   u'ground black pepper',
   u'extra-virgin olive oil',
   u'kosher salt',
   u'sourdough']},
 {u'id': 29481,
  u'ingredients': [u'minced garlic',
   u'sweet potatoes',
   u'onions',
   u'grated parmesan cheese',
   u'vegetable oil',
   u'half & half',
   u'sweet italian sausage',
   u'salt and ground black pepper',
   u'mushrooms',
   u'italian seasoning']},
 {u'id': 40996,
  u'ingredients': [u'olive oil',
   u'boneless chicken skinless thigh',
   u'diced tomatoes',
   u'fresh basil',
   u'cannellini beans',
   u'Italian herbs',
   u'garlic cloves']},
 {u'id': 34470,
  u'ingredients': [u'red lentils',
   u'ground black pepper',
   u'salt',
   u'carrots',
   u'dried thyme',
   u'bay leaves',
   u'yellow onion',
   u'smoked paprika',
   u'olive oil',
   u'diced tomatoes',
   u'chickpeas',
   u'cumin',
   u'cooked vegetables',
   u'vegetable broth',
   u'garlic cloves']},
 {u'id': 31147,
  u'ingredients': [u'light sour cream',
   u'cherry tomatoes',
   u'chopped onion',
   u'ground cumin',
   u'black beans',
   u'sweet pepper',
   u'chopped cilantro fresh',
   u'tomatoes',
   u'garlic',
   u'corn tortillas',
   u'reduced fat monterey jack cheese',
   u'picante sauce',
   u'pitted olives',
   u'sliced green onions']},
 {u'id': 35932,
  u'ingredients': [u'mixed greens',
   u'black olives',
   u'baby carrots',
   u'green onions',
   u'shredded mozzarella cheese']},
 {u'id': 27221,
  u'ingredients': [u'olive oil',
   u'multigrain bread',
   u'fresh mozzarella',
   u'roasted red peppers',
   u'basil']},
 {u'id': 48301,
  u'ingredients': [u'chopped fresh chives',
   u'fresh parsley',
   u'fresh basil',
   u'garlic',
   u'tomatoes',
   u'extra-virgin olive oil',
   u'pepper',
   u'salt']},
 {u'id': 29925,
  u'ingredients': [u'sambal ulek',
   u'salt',
   u'water',
   u'english cucumber',
   u'sugar',
   u'rice vinegar',
   u'garlic',
   u'sliced green onions']},
 {u'id': 48640,
  u'ingredients': [u'shiitake',
   u'red curry paste',
   u'sugar pea',
   u'ginger',
   u'coconut milk',
   u'kosher salt',
   u'cilantro leaves',
   u'medium shrimp',
   u'low sodium chicken broth',
   u'chow mein noodles']},
 {u'id': 22873, u'ingredients': [u'orange juice', u'melon liqueur']},
 {u'id': 10565,
  u'ingredients': [u'green bell pepper',
   u'hot water',
   u'chopped celery',
   u'noodles',
   u'long-grain rice',
   u'pork sausages',
   u'sliced almonds',
   u'onions']},
 {u'id': 15509,
  u'ingredients': [u'tortellini',
   u'olives',
   u'meat',
   u'artichokes',
   u'pepper',
   u'cheese',
   u'red pepper',
   u'hummus']},
 {u'id': 37569,
  u'ingredients': [u'sugar',
   u'whole milk',
   u'cooki vanilla wafer',
   u'bananas',
   u'salt',
   u'corn starch',
   u'half & half',
   u'grated nutmeg',
   u'large egg yolks',
   u'vanilla extract',
   u'meringue']},
 {u'id': 13306,
  u'ingredients': [u'neutral oil',
   u'peeled fresh ginger',
   u'light soy sauce',
   u'kosher salt',
   u'scallions',
   u'sherry vinegar']},
 {u'id': 40474,
  u'ingredients': [u'kidney beans',
   u'vegetable broth',
   u'black pepper',
   u'cannellini beans',
   u'fresh spinach',
   u'grated parmesan cheese',
   u'green beans',
   u'kosher salt',
   u'diced tomatoes']},
 {u'id': 15182,
  u'ingredients': [u'raisins',
   u'slivered almonds',
   u'cardamom',
   u'whole milk',
   u'bread',
   u'oil']},
 {u'id': 8609,
  u'ingredients': [u'white pepper',
   u'Shaoxing wine',
   u'oil',
   u'egg noodles',
   u'salt',
   u'honey',
   u'sesame oil',
   u'toasted sesame seeds',
   u'soy sauce',
   u'hoisin sauce',
   u'scallions']},
 {u'id': 32168,
  u'ingredients': [u'dried kelp',
   u'vinegar',
   u'mustard powder',
   u'eggs',
   u'anchovies',
   u'buckwheat noodles',
   u'kimchi',
   u'water',
   u'bosc pears',
   u'cucumber',
   u'sugar',
   u'shiitake',
   u'salt',
   u'pears']},
 {u'id': 1125,
  u'ingredients': [u'orange juice',
   u'lime juice',
   u'red snapper',
   u'lemon juice',
   u'achiote paste']},
 {u'id': 25244,
  u'ingredients': [u'pasta',
   u'pepper',
   u'salt',
   u'capers',
   u'kalamata',
   u'sausages',
   u'mozzarella cheese',
   u'garlic',
   u'onions',
   u'tomatoes',
   u'olive oil',
   u'fresh mushrooms']},
 {u'id': 46889,
  u'ingredients': [u'sugar',
   u'white pepper',
   u'cooking oil',
   u'garlic',
   u'skinless chicken breasts',
   u'corn starch',
   u'soy sauce',
   u'shiitake',
   u'water chestnuts',
   u'cilantro leaves',
   u'scallions',
   u'warm water',
   u'lime juice',
   u'kecap manis',
   u'salt',
   u'chili sauce',
   u'iceberg lettuce',
   u'sweet chili sauce',
   u'hoisin sauce',
   u'Shaoxing wine',
   u'sauce',
   u'oyster sauce']},
 {u'id': 13841,
  u'ingredients': [u'soy sauce',
   u'large eggs',
   u'yellow onion',
   u'spring roll wrappers',
   u'minced garlic',
   u'ground pork',
   u'fish sauce',
   u'ground black pepper',
   u'dipping sauces',
   u'soybean oil',
   u'whole milk',
   u'carrots']},
 {u'id': 47135,
  u'ingredients': [u'ground cinnamon',
   u'dates',
   u'lemon juice',
   u'ground turmeric',
   u'kosher salt',
   u'freshly ground pepper',
   u'couscous',
   u'boneless chicken skinless thigh',
   u'currant',
   u'carrots',
   u'ground cumin',
   u'chicken stock',
   u'olive oil',
   u'ground cardamom',
   u'onions']},
 {u'id': 29036,
  u'ingredients': [u'plain yogurt',
   u'vegetable oil',
   u'spinach',
   u'water',
   u'cumin seed',
   u'green chile',
   u'fresh curry leaves',
   u'salt',
   u'hot red pepper flakes',
   u'brown mustard seeds',
   u'onions']},
 {u'id': 43533,
  u'ingredients': [u'soy sauce',
   u'sesame oil',
   u'sansho',
   u'fresh ginger',
   u'dried shiitake mushrooms',
   u'black pepper',
   u'salt',
   u'garlic cloves',
   u'garlic chives',
   u'white miso',
   u'firm tofu']},
 {u'id': 41631,
  u'ingredients': [u'grated orange peel',
   u'vegetable oil',
   u'self rising flour',
   u'orange juice',
   u'sugar',
   u'vanilla extract',
   u'ground cinnamon',
   u'large eggs']},
 {u'id': 22124,
  u'ingredients': [u'brandy',
   u'cayenne pepper',
   u'paprika',
   u'chicken livers',
   u'butter',
   u'cream cheese',
   u'chicken broth',
   u'salt',
   u'onions']},
 {u'id': 18836,
  u'ingredients': [u'chopped green bell pepper',
   u'chopped fresh thyme',
   u'all-purpose flour',
   u'flat leaf parsley',
   u'fat free less sodium chicken broth',
   u'bay leaves',
   u'garlic',
   u'okra',
   u'canola oil',
   u'low-fat smoked sausage',
   u'ground red pepper',
   u'chopped celery',
   u'long-grain rice',
   u'boneless chicken skinless thigh',
   u'cooking spray',
   u'diced tomatoes',
   u'chopped onion',
   u'medium shrimp']},
 {u'id': 35695,
  u'ingredients': [u'large egg yolks',
   u'bittersweet chocolate',
   u'vanilla',
   u'whole milk',
   u'sugar',
   u'whipping cream']},
 {u'id': 5141,
  u'ingredients': [u'black peppercorns',
   u'half & half',
   u'ginger',
   u'fenugreek seeds',
   u'greek yogurt',
   u'cumin',
   u'pepper flakes',
   u'honey',
   u'chicken breasts',
   u'paneer',
   u'oil',
   u'onions',
   u'tomato paste',
   u'tumeric',
   u'golden raisins',
   u'garlic',
   u'ground coriander',
   u'chopped cilantro',
   u'chicken broth',
   u'garam masala',
   u'cinnamon',
   u'salt',
   u'lemon juice',
   u'cashew nuts']},
 {u'id': 41894,
  u'ingredients': [u'dried plum',
   u'olive oil',
   u'paprika',
   u'ground turmeric',
   u'picholine olives',
   u'boneless skinless chicken breasts',
   u'chopped onion',
   u'ground cinnamon',
   u'butternut squash',
   u'salt',
   u'ground cumin',
   u'ground ginger',
   u'fat free less sodium chicken broth',
   u'Italian parsley leaves',
   u'garlic cloves']},
 {u'id': 4972,
  u'ingredients': [u'rocket leaves',
   u'red pepper flakes',
   u'garlic cloves',
   u'prosciutto',
   u'extra-virgin olive oil',
   u'onions',
   u'fresh sage',
   u'ground black pepper',
   u'salt',
   u'ricotta salata',
   u'tortellini',
   u'sun-dried tomatoes in oil']},
 {u'id': 34195,
  u'ingredients': [u'sweet soy sauce',
   u'cayenne pepper',
   u'canola oil',
   u'brown sugar',
   u'purple onion',
   u'corn starch',
   u'fish sauce',
   u'garlic',
   u'scallions',
   u'lemongrass',
   u'salt',
   u'beef steak']},
 {u'id': 14183,
  u'ingredients': [u'green onions',
   u'beef broth',
   u'ham',
   u'eggs',
   u'butter',
   u'fresh mushrooms',
   u'fully cooked ham',
   u'cayenne pepper',
   u'English muffins',
   u'all-purpose flour',
   u'garlic cloves']},
 {u'id': 15188,
  u'ingredients': [u'low sodium vegetable broth',
   u'apples',
   u'onions',
   u'ketchup',
   u'yukon gold potatoes',
   u'vegan Worcestershire sauce',
   u'frozen shelled edamame',
   u'miso paste',
   u'garlic',
   u'curry powder',
   u'vegetable oil',
   u'carrots']},
 {u'id': 8734,
  u'ingredients': [u'rosemary sprigs',
   u'potatoes',
   u'salt',
   u'plum tomatoes',
   u'large eggs',
   u'extra-virgin olive oil',
   u'bay leaf',
   u'ground nutmeg',
   u'butter',
   u'garlic cloves',
   u'water',
   u'dry white wine',
   u'all-purpose flour',
   u'meat fats']},
 {u'id': 30946,
  u'ingredients': [u'cream',
   u'chopped fresh chives',
   u'garlic',
   u'celery',
   u'fresh dill',
   u'pepper',
   u'worcestershire sauce',
   u'all-purpose flour',
   u'chicken broth',
   u'lump crab meat',
   u'butter',
   u'salt',
   u'white onion',
   u'hot pepper sauce',
   u'heavy cream',
   u'sherry wine']},
 {u'id': 5588,
  u'ingredients': [u'lemon wedge',
   u'cornmeal',
   u'pepper',
   u'butter',
   u'catfish fillets',
   u'cajun seasoning',
   u'seasoning salt',
   u'salt']},
 {u'id': 49554,
  u'ingredients': [u'light brown sugar',
   u'ground nutmeg',
   u'ice water',
   u'heavy cream',
   u'sugar',
   u'golden raisins',
   u'dates',
   u'all-purpose flour',
   u'pecans',
   u'unsalted butter',
   u'vegetable shortening',
   u'salt',
   u'large egg yolks',
   u'cinnamon',
   u'whipped cream',
   u'allspice']},
 {u'id': 1270,
  u'ingredients': [u'water',
   u'vegetable oil',
   u'cumin seed',
   u'ground turmeric',
   u'tea bags',
   u'garam masala',
   u'ground coriander',
   u'onions',
   u'tomatoes',
   u'fresh ginger root',
   u'cilantro leaves',
   u'bay leaf',
   u'garbanzo beans',
   u'garlic',
   u'ground cayenne pepper']},
 {u'id': 1259,
  u'ingredients': [u'mint',
   u'red leaf lettuce',
   u'baking powder',
   u'rice vermicelli',
   u'scallions',
   u'perilla',
   u'potato starch',
   u'pork',
   u'peanuts',
   u'balm',
   u'rolls',
   u'chopped garlic',
   u'sugar',
   u'pickled carrots',
   u'daikon',
   u'salt',
   u'cucumber',
   u'fish sauce',
   u'water',
   u'rice noodles',
   u'dipping sauces',
   u'oil']},
 {u'id': 45986,
  u'ingredients': [u'vegetables',
   u'eggs',
   u'salt',
   u'egg whites',
   u'pepper',
   u'feta cheese crumbles']},
 {u'id': 22351,
  u'ingredients': [u'pure vanilla extract',
   u'large egg yolks',
   u'large eggs',
   u'cocoa powder',
   u'OREO\xae Cookies',
   u'sugar',
   u'unsalted butter',
   u'chocolate shavings',
   u'corn starch',
   u'dark chocolate',
   u'instant espresso powder',
   u'whole milk',
   u'chocolate sandwich cookies',
   u'kosher salt',
   u'brewed coffee',
   u'heavy cream',
   u'cake batter']},
 {u'id': 300,
  u'ingredients': [u'pork shoulder roast',
   u'fresh orange juice',
   u'corn tortillas',
   u'ground cumin',
   u'kosher salt',
   u'tomato salsa',
   u'pickled onion',
   u'dried oregano',
   u'ground black pepper',
   u'achiote paste',
   u'fresh lime juice',
   u'red wine vinegar',
   u'garlic cloves',
   u'onions']},
 {u'id': 9278,
  u'ingredients': [u'nutmeg',
   u'flour',
   u'peach slices',
   u'pie dough',
   u'bourbon whiskey',
   u'vanilla extract',
   u'light brown sugar',
   u'unsalted butter',
   u'cinnamon',
   u'rolls',
   u'fresh',
   u'starch',
   u'ginger']},
 {u'id': 10021,
  u'ingredients': [u'spinach',
   u'garam masala',
   u'extra-virgin olive oil',
   u'carrots',
   u'amchur',
   u'jalapeno chilies',
   u'dry bread crumbs',
   u'kosher salt',
   u'ground black pepper',
   u'purple onion',
   u'chopped cilantro fresh',
   u'red potato',
   u'pitas',
   u'ground red pepper',
   u'chickpeas']},
 {u'id': 17014,
  u'ingredients': [u'tomato paste',
   u'wine vinegar',
   u'onions',
   u'ground cloves',
   u'fresh mushrooms',
   u'ground black pepper',
   u'cinnamon sticks',
   u'brown sugar',
   u'salt',
   u'chuck']},
 {u'id': 40855,
  u'ingredients': [u'mozzarella cheese',
   u'pepper flakes',
   u'pasta',
   u'tomato sauce']},
 {u'id': 18362,
  u'ingredients': [u'sweet onion',
   u'salt',
   u'canola oil',
   u'radishes',
   u'dark sesame oil',
   u'sesame seeds',
   u'rice vinegar',
   u'crushed red pepper',
   u'english cucumber']},
 {u'id': 16292,
  u'ingredients': [u'water',
   u'vegetable oil',
   u'corn starch',
   u'dark soy sauce',
   u'granulated sugar',
   u'chili sauce',
   u'light soy sauce',
   u'rice vinegar',
   u'chinese rice wine',
   u'sesame oil',
   u'garlic cloves']},
 {u'id': 29924,
  u'ingredients': [u'eggs',
   u'instant yeast',
   u'sugar',
   u'salt',
   u'low-fat plain yogurt',
   u'baking powder',
   u'milk',
   u'all-purpose flour']},
 {u'id': 47174,
  u'ingredients': [u'olive oil',
   u'green onions',
   u'basmati rice',
   u'tomatoes',
   u'pepper jack',
   u'bacon slices',
   u'sweet onion',
   u'jalapeno chilies',
   u'fresh parsley',
   u'celery ribs',
   u'black-eyed peas',
   u'apple cider vinegar']},
 {u'id': 4856,
  u'ingredients': [u'tomato paste',
   u'grated parmesan cheese',
   u'dry red wine',
   u'onions',
   u'kosher salt',
   u'whole milk',
   u'carrots',
   u'pancetta slices',
   u'beef stock',
   u'extra-virgin olive oil',
   u'tagliatelle',
   u'celery ribs',
   u'ground black pepper',
   u'ground veal',
   u'ground beef']},
 {u'id': 15417,
  u'ingredients': [u'tomatoes',
   u'dry yeast',
   u'dried rosemary',
   u'warm water',
   u'salt',
   u'fontina cheese',
   u'olive oil',
   u'all-purpose flour',
   u'rosemary sprigs',
   u'cooking spray']},
 {u'id': 19875,
  u'ingredients': [u'milk',
   u'sugar',
   u'all-purpose flour',
   u'salt',
   u'water',
   u'yeast']},
 {u'id': 42228,
  u'ingredients': [u'fennel seeds',
   u'brown sugar',
   u'olive oil',
   u'salt',
   u'garlic cloves',
   u'serrano chile',
   u'vidalia onion',
   u'fat free yogurt',
   u'cooking spray',
   u'chopped onion',
   u'ground cardamom',
   u'ground cumin',
   u'ground cinnamon',
   u'ground cloves',
   u'coriander seeds',
   u'cilantro leaves',
   u'fresh lemon juice',
   u'large shrimp',
   u'green bell pepper',
   u'cherry tomatoes',
   u'ground red pepper',
   u'cumin seed',
   u'fresh mint']},
 {u'id': 36264,
  u'ingredients': [u'shredded cheddar cheese',
   u'Italian bread',
   u'cream cheese',
   u'salsa',
   u'sour cream']},
 {u'id': 14571,
  u'ingredients': [u'crumbled blue cheese',
   u'pears',
   u'orange juice',
   u'dressing',
   u'chopped pecans',
   u'lettuce leaves']},
 {u'id': 23496,
  u'ingredients': [u'sunflower oil',
   u'frozen peas',
   u'large eggs',
   u'chinese five-spice powder',
   u'back bacon rashers',
   u'american long grain rice',
   u'red pepper',
   u'garlic cloves']},
 {u'id': 43879,
  u'ingredients': [u'chipotle', u'pesto', u'cheddar cheese', u'tortillas']},
 {u'id': 23431,
  u'ingredients': [u'clove',
   u'kosher salt',
   u'yoghurt',
   u'ground coriander',
   u'ground cumin',
   u'frozen chopped spinach',
   u'green chile',
   u'garam masala',
   u'garlic',
   u'onions',
   u'tomatoes',
   u'fresh ginger root',
   u'vegetable oil',
   u'cinnamon sticks',
   u'green cardamom pods',
   u'tumeric',
   u'bay leaves',
   u'cayenne pepper',
   u'chuck']},
 {u'id': 5499,
  u'ingredients': [u'large eggs',
   u'flat leaf parsley',
   u'leeks',
   u'grated parmesan cheese',
   u'orecchiette',
   u'bacon slices']},
 {u'id': 247,
  u'ingredients': [u'all-purpose flour',
   u'vegetable oil',
   u'warm water',
   u'lard',
   u'salt']},
 {u'id': 48795,
  u'ingredients': [u'garlic paste',
   u'chile pepper',
   u'cilantro leaves',
   u'ground turmeric',
   u'plain yogurt',
   u'heavy cream',
   u'ground coriander',
   u'ginger paste',
   u'water',
   u'salt',
   u'chopped fresh mint',
   u'ground cumin',
   u'shredded coconut',
   u'vegetable oil',
   u'ground almonds',
   u'chicken']},
 {u'id': 47113,
  u'ingredients': [u'fresh rosemary',
   u'balsamic vinegar',
   u'carrots',
   u'dry white wine',
   u'freshly ground pepper',
   u'olive oil',
   u'lamb shoulder',
   u'celery',
   u'beef stock',
   u'salt',
   u'onions']},
 {u'id': 489,
  u'ingredients': [u'avocado',
   u'garlic cloves',
   u'chili',
   u'onions',
   u'fresh coriander',
   u'fresh lime juice',
   u'salt',
   u'ground cumin']},
 {u'id': 13036,
  u'ingredients': [u'soy sauce',
   u'green onions',
   u'peas',
   u'onions',
   u'garlic powder',
   u'sesame oil',
   u'carrots',
   u'mirin',
   u'ramen noodles',
   u'beansprouts',
   u'pepper',
   u'meat',
   u'oil']},
 {u'id': 4838,
  u'ingredients': [u'pasta', u'olive oil', u'broccoli rabe', u'chili flakes']},
 {u'id': 40630,
  u'ingredients': [u'ginger piece',
   u'onions',
   u'oil',
   u'green chilies',
   u'cumin',
   u'moong dal',
   u'ghee']},
 {u'id': 17576,
  u'ingredients': [u'minced garlic',
   u'fat free less sodium beef broth',
   u'chopped onion',
   u'chopped fresh mint',
   u'lamb shanks',
   u'ground black pepper',
   u'salt',
   u'carrots',
   u'fat free less sodium chicken broth',
   u'fresh thyme',
   u'grated lemon zest',
   u'flat leaf parsley',
   u'fresh rosemary',
   u'olive oil',
   u'dry red wine',
   u'garlic cloves']},
 {u'id': 29972,
  u'ingredients': [u'shallots',
   u'lemon juice',
   u'garlic paste',
   u'salt',
   u'fish',
   u'chili powder',
   u'ground turmeric',
   u'coriander powder',
   u'oil',
   u'ginger paste']},
 {u'id': 8123,
  u'ingredients': [u'finely chopped onion',
   u'oil',
   u'chat masala',
   u'salt',
   u'dough',
   u'chili powder',
   u'garam masala',
   u'cilantro leaves']},
 {u'id': 35918,
  u'ingredients': [u'cream',
   u'chicken meat',
   u'corn tortillas',
   u'Herdez Salsa Verde',
   u'salt',
   u'onions',
   u'pepper',
   u'chees fresh mozzarella',
   u'chopped cilantro',
   u'vegetable oil',
   u'garlic cloves']},
 {u'id': 42669,
  u'ingredients': [u'garlic bulb',
   u'pepper',
   u'rice',
   u'fresh parsley',
   u'cornbread',
   u'olive oil',
   u'poultry seasoning',
   u'onions',
   u'green bell pepper',
   u'salt',
   u'carrots',
   u'chicken broth',
   u'butter',
   u'rubbed sage',
   u'pork sausages']},
 {u'id': 24632,
  u'ingredients': [u'potato sticks',
   u'salt',
   u'green apples',
   u'pepper',
   u'raisins',
   u'sour cream',
   u'mayonaise',
   u'lettuce leaves',
   u'carrots',
   u'corn',
   u'peas',
   u'cooked chicken breasts']},
 {u'id': 35740,
  u'ingredients': [u'tortillas',
   u'chopped cilantro',
   u'cream',
   u'vegetable oil',
   u'fresh mexican cheese',
   u'chicken breasts',
   u'onions',
   u'salsa verde',
   u'salt']},
 {u'id': 45670,
  u'ingredients': [u'olive oil', u'salt', u'active dry yeast', u'flour']},
 {u'id': 28041,
  u'ingredients': [u'whole peppercorn',
   u'vinegar',
   u'salt',
   u'pork belly',
   u'bay leaves',
   u'chicken',
   u'soy sauce',
   u'cooking oil',
   u'oyster sauce',
   u'brown sugar',
   u'water',
   u'garlic']},
 {u'id': 46688,
  u'ingredients': [u'green bell pepper, slice',
   u'sesame oil',
   u'soy sauce',
   u'mushrooms',
   u'rice vinegar',
   u'fresh ginger root',
   u'green onions',
   u'center cut pork chops',
   u'mirin',
   u'garlic']},
 {u'id': 10309,
  u'ingredients': [u'fish sauce',
   u'cherry tomatoes',
   u'basil leaves',
   u'salted peanuts',
   u'sugar pea',
   u'palm sugar',
   u'rice noodles',
   u'chicken',
   u'red chili peppers',
   u'fresh ginger root',
   u'spring onions',
   u'garlic cloves',
   u'lime',
   u'asparagus',
   u'sunflower oil']},
 {u'id': 15367,
  u'ingredients': [u'buttermilk',
   u'white sugar',
   u'fresh curry leaves',
   u'rice flour',
   u'boiling water',
   u'black pepper',
   u'salt',
   u'chopped cilantro fresh',
   u'vegetable oil',
   u'beansprouts',
   u'ground cumin']},
 {u'id': 30562,
  u'ingredients': [u'butter',
   u'garlic salt',
   u'shredded cheddar cheese',
   u'all-purpose flour',
   u'melted butter',
   u'buttermilk',
   u'baking powder',
   u'dried parsley']},
 {u'id': 47151,
  u'ingredients': [u'merguez sausage',
   u'extra large eggs',
   u'smoked paprika',
   u'crusty bread',
   u'harissa',
   u'extra-virgin olive oil',
   u'cilantro stems',
   u'diced tomatoes',
   u'onions',
   u'kosher salt',
   u'large garlic cloves',
   u'ras el hanout']},
 {u'id': 47300,
  u'ingredients': [u'mint',
   u'lemongrass',
   u'radishes',
   u'ginger',
   u'cilantro leaves',
   u'cucumber',
   u'fresh basil',
   u'minced garlic',
   u'bibb lettuce',
   u'cracked black pepper',
   u'purple onion',
   u'fresh lemon juice',
   u'sugar',
   u'peanuts',
   u'shallots',
   u'rice vermicelli',
   u'garlic cloves',
   u'serrano chile',
   u'fish sauce',
   u'canola',
   u'pork tenderloin',
   u'grated carrot',
   u'rice vinegar',
   u'soy']},
 {u'id': 31200,
  u'ingredients': [u'shredded cheddar cheese',
   u'worcestershire sauce',
   u'ground beef',
   u'tomato paste',
   u'chili powder',
   u'chopped onion',
   u'water',
   u'salt',
   u'pepper',
   u'corn chips',
   u'thyme']},
 {u'id': 5749,
  u'ingredients': [u'butter',
   u'ground black pepper',
   u'all-purpose flour',
   u'salt',
   u'soft shelled crabs']},
 {u'id': 41807,
  u'ingredients': [u'heavy cream',
   u'whole milk',
   u'parmigiano reggiano cheese',
   u'boiling potatoes',
   u'unsalted butter',
   u'fine sea salt']},
 {u'id': 13990,
  u'ingredients': [u'green onions',
   u'diced tomatoes',
   u'onions',
   u'shredded cheddar cheese',
   u'heavy cream',
   u'corn tortillas',
   u'condensed cream of chicken soup',
   u'vegetable oil',
   u'enchilada sauce',
   u'chicken broth',
   u'chile pepper',
   u'stewed tomatoes',
   u'boneless skinless chicken breast halves']},
 {u'id': 23572,
  u'ingredients': [u'artichoke hearts',
   u'salt',
   u'fresh parsley',
   u'cracked black pepper',
   u'feta cheese crumbles',
   u'ground red pepper',
   u'lemon juice',
   u'dried oregano',
   u'grape tomatoes',
   u'orzo',
   u'medium shrimp']},
 {u'id': 872,
  u'ingredients': [u'buttermilk', u'salt', u'milk', u'whipping cream']},
 {u'id': 38085,
  u'ingredients': [u'green onions',
   u'sugar',
   u'garlic',
   u'fish sauce',
   u'ground pork',
   u'white pepper',
   u'salt']},
 {u'id': 5248,
  u'ingredients': [u'large eggs',
   u'oil',
   u'sweet red bean paste',
   u'maple syrup',
   u'water',
   u'all-purpose flour',
   u'sugar',
   u'baking powder']},
 {u'id': 26309,
  u'ingredients': [u'quinoa',
   u'raisins',
   u'ground cinnamon',
   u'pistachios',
   u'almond milk',
   u'agave nectar',
   u'vanilla extract',
   u'ground nutmeg',
   u'chopped almonds',
   u'chia seeds']},
 {u'id': 26880,
  u'ingredients': [u'black beans',
   u'cooking spray',
   u'diced tomatoes',
   u'ground cumin',
   u'garlic powder',
   u'shredded monterey jack cheese',
   u'corn tortillas',
   u'pepper',
   u'chicken breasts',
   u'enchilada sauce',
   u'low-fat shredded cheddar cheese',
   u'cream of chicken soup',
   u'shredded lettuce',
   u'cream of mushroom soup']},
 {u'id': 41559,
  u'ingredients': [u'lime',
   u'chopped cilantro fresh',
   u'purple onion',
   u'habanero pepper',
   u'mango',
   u'avocado',
   u'salt']},
 {u'id': 8059,
  u'ingredients': [u'ear of corn',
   u'water',
   u'garlic cloves',
   u'bacon slices',
   u'onions',
   u'scallions']},
 {u'id': 26041,
  u'ingredients': [u'lime',
   u'tamarind paste',
   u'fish sauce',
   u'spring onions',
   u'coriander',
   u'eggs',
   u'prawns',
   u'roasted peanuts',
   u'brown sugar',
   u'vegetable oil',
   u'noodles']},
 {u'id': 30019,
  u'ingredients': [u'tumeric',
   u'granulated sugar',
   u'garlic',
   u'yams',
   u'ground cumin',
   u'olive oil',
   u'chili powder',
   u'ground almonds',
   u'coconut milk',
   u'water',
   u'boneless skinless chicken breasts',
   u'salt',
   u'lemon juice',
   u'garam masala',
   u'paprika',
   u'ground coriander',
   u'onions']},
 {u'id': 7207,
  u'ingredients': [u'water',
   u'potatoes',
   u'curry',
   u'black mustard seeds',
   u'garam masala',
   u'chicken drumsticks',
   u'cayenne pepper',
   u'ground turmeric',
   u'fresh ginger',
   u'vegetable oil',
   u'salt',
   u'onions',
   u'white vinegar',
   u'ground black pepper',
   u'garlic',
   u'ground coriander',
   u'ground cumin']},
 {u'id': 30309,
  u'ingredients': [u'active dry yeast',
   u'salt',
   u'sugar',
   u'large eggs',
   u'water',
   u'butter',
   u'large egg yolks',
   u'all-purpose flour']},
 {u'id': 2092,
  u'ingredients': [u'semisweet chocolate',
   u'cayenne pepper',
   u'whipping cream',
   u'ice cream',
   u'ground cinnamon',
   u'strawberries']},
 {u'id': 8023,
  u'ingredients': [u'sesame oil',
   u'garlic cloves',
   u'Sriracha',
   u'rice vinegar',
   u'green onions',
   u'gingerroot',
   u'soy sauce',
   u'chili bean sauce']},
 {u'id': 4016,
  u'ingredients': [u'mustard powder',
   u'flour',
   u'cheddar cheese',
   u'beer',
   u'worcestershire sauce']},
 {u'id': 24631,
  u'ingredients': [u'olive oil',
   u'garlic',
   u'dried sage',
   u'salt',
   u'ground black pepper',
   u'wine vinegar',
   u'trout fillet',
   u'dried rosemary']},
 {u'id': 35068,
  u'ingredients': [u'baking soda',
   u'buttermilk',
   u'strawberries',
   u'sugar',
   u'vegetable oil',
   u'salt',
   u'water',
   u'butter',
   u'all-purpose flour',
   u'eggs',
   u'baking powder',
   u'whipped cream',
   u'corn starch']},
 {u'id': 8523,
  u'ingredients': [u'tomato sauce',
   u'fresh cilantro',
   u'cayenne',
   u'buttermilk',
   u'ground coriander',
   u'ground cumin',
   u'grape tomatoes',
   u'plain yogurt',
   u'olive oil',
   u'lime wedges',
   u'salt',
   u'ground beef',
   u'cheddar cheese',
   u'black beans',
   u'ground black pepper',
   u'vegetable oil',
   u'tortilla chips',
   u'onions',
   u'chile powder',
   u'romaine lettuce',
   u'lime',
   u'bell pepper',
   u'garlic',
   u'hass avocado']},
 {u'id': 28463,
  u'ingredients': [u'sausage links',
   u'fennel bulb',
   u'carrots',
   u'fennel seeds',
   u'fronds',
   u'extra-virgin olive oil',
   u'onions',
   u'dried lentils',
   u'olive oil',
   u'salt',
   u'cold water',
   u'black pepper',
   u'red wine vinegar',
   u'flat leaf parsley']},
 {u'id': 8629,
  u'ingredients': [u'mussels',
   u'halibut fillets',
   u'bay leaves',
   u'garlic cloves',
   u'saffron threads',
   u'black pepper',
   u'olive oil',
   u'salt',
   u'medium shrimp',
   u'tomatoes',
   u'dried thyme',
   u'chopped celery',
   u'carrots',
   u'clams',
   u'water',
   u'lobster',
   u'chopped onion']},
 {u'id': 43829,
  u'ingredients': [u'dried thyme',
   u'paprika',
   u'large shrimp',
   u'white pepper',
   u'garlic powder',
   u'cayenne pepper',
   u'olive oil',
   u'salt',
   u'pepper',
   u'onion powder',
   u'dried oregano']},
 {u'id': 22129,
  u'ingredients': [u'water',
   u'extra-virgin olive oil',
   u'white pepper',
   u'Turkish bay leaves',
   u'garlic cloves',
   u'reduced sodium chicken broth',
   u'parsley root',
   u'thyme',
   u'chestnuts',
   u'unsalted butter',
   u'chopped onion']},
 {u'id': 34505,
  u'ingredients': [u'chicken stock',
   u'kosher salt',
   u'vegetable oil',
   u'ginger',
   u'sugar',
   u'tahini',
   u'chili oil',
   u'scallions',
   u'soy sauce',
   u'szechwan peppercorns',
   u'ground pork',
   u'shanghai-style noodles',
   u'ground black pepper',
   u'red wine vinegar',
   u'roasted peanuts']},
 {u'id': 38200,
  u'ingredients': [u'water',
   u'rice vinegar',
   u'soy sauce',
   u'chicken breasts',
   u'canola oil',
   u'brown sugar',
   u'Sriracha',
   u'corn starch',
   u'minced garlic',
   u'sesame oil']},
 {u'id': 36513,
  u'ingredients': [u'mint',
   u'minced garlic',
   u'vegetables',
   u'rice vinegar',
   u'soba noodles',
   u'rice paper',
   u'pesto',
   u'fresh ginger',
   u'sesame oil',
   u'sauce',
   u'hot water',
   u'garlic paste',
   u'honey',
   u'chili paste',
   u'peanut butter',
   u'rounds',
   u'soy sauce',
   u'peanuts',
   u'miso',
   u'root vegetables',
   u'canola oil']},
 {u'id': 32187,
  u'ingredients': [u'grated parmesan cheese',
   u'orzo',
   u'butter',
   u'broccoli florets',
   u'salt',
   u'shredded cheddar cheese',
   u'2% reduced-fat milk']},
 {u'id': 7788,
  u'ingredients': [u'sugar',
   u'mint sprigs',
   u'teas',
   u'fresh mint',
   u'bourbon whiskey',
   u'crushed ice',
   u'lemon']},
 {u'id': 31130,
  u'ingredients': [u'ice cubes',
   u'pandan extract',
   u'sugar',
   u'condensed milk',
   u'coconut juice',
   u'agar',
   u'coconut',
   u'coconut milk']},
 {u'id': 40483,
  u'ingredients': [u'eggs',
   u'cold coffee',
   u'all-purpose flour',
   u'baking soda',
   u'ginger',
   u'white sugar',
   u'bulk italian sausag',
   u'raisins',
   u'pumpkin pie spice',
   u'brown sugar',
   u'baking powder',
   u'chopped pecans']},
 {u'id': 2224,
  u'ingredients': [u'tomatoes',
   u'salt',
   u'black-eyed peas',
   u'pepper',
   u'onions',
   u'chopped cooked ham',
   u'garlic powder']},
 {u'id': 14143,
  u'ingredients': [u'warm water',
   u'gyoza',
   u'salt',
   u'stock',
   u'pepper',
   u'baking powder',
   u'carrots',
   u'quail eggs',
   u'mushrooms',
   u'all-purpose flour',
   u'sugar',
   u'water',
   u'shallots',
   u'minced pork']},
 {u'id': 22889,
  u'ingredients': [u'chicken broth',
   u'ground cloves',
   u'vegetable oil',
   u'canned tomatoes',
   u'garlic cloves',
   u'chicken wings',
   u'coriander seeds',
   u'raisins',
   u'peanut butter',
   u'cooked rice',
   u'sesame seeds',
   u'cinnamon',
   u'salt',
   u'unsweetened cocoa powder',
   u'sugar',
   u'chili powder',
   u'anise',
   u'chopped onion']},
 {u'id': 17406,
  u'ingredients': [u'peanuts',
   u'mushrooms',
   u'ginger',
   u'garlic cloves',
   u'bok choy',
   u'spinach',
   u'asparagus',
   u'sesame oil',
   u'purple onion',
   u'carrots',
   u'cashew nuts',
   u'tofu',
   u'lo mein noodles',
   u'green onions',
   u'yellow bell pepper',
   u'celery cabbage',
   u'mung bean sprouts',
   u'soy sauce',
   u'hoisin sauce',
   u'cilantro',
   u'broccoli',
   u'baby corn',
   u'snow peas']},
 {u'id': 10451,
  u'ingredients': [u'curry powder',
   u'fresh ginger root',
   u'sea salt',
   u'medium shrimp',
   u'fresh cilantro',
   u'lime wedges',
   u'vegetable broth',
   u'lemongrass',
   u'green onions',
   u'crushed red pepper flakes',
   u'unsweetened coconut milk',
   u'olive oil',
   u'napa cabbage',
   u'garlic']},
 {u'id': 19844,
  u'ingredients': [u'boneless chicken breast',
   u'garlic',
   u'fresh basil',
   u'dry white wine',
   u'oil',
   u'chicken broth',
   u'parmigiano reggiano cheese',
   u'salt',
   u'pepper',
   u'red pepper flakes',
   u'heavy whipping cream']},
 {u'id': 23416,
  u'ingredients': [u'water',
   u'large eggs',
   u'cream cheese',
   u'powdered sugar',
   u'small curd cottage cheese',
   u'salt',
   u'milk',
   u'raisins',
   u'sugar',
   u'unsalted butter',
   u'all-purpose flour']},
 {u'id': 33874,
  u'ingredients': [u'unsalted butter',
   u'purple onion',
   u'oregano',
   u'italian sausage',
   u'lemon wedge',
   u'grated lemon zest',
   u'shallots',
   u'all-purpose flour',
   u'turkey giblet stock',
   u'turkey',
   u'fresh lemon juice']},
 {u'id': 39951,
  u'ingredients': [u'white onion',
   u'cracked black pepper',
   u'olives',
   u'olive oil',
   u'boneless pork loin',
   u'pepper',
   u'garlic',
   u'pitted black olives',
   u'balsamic vinegar',
   u'italian salad dressing']},
 {u'id': 41361,
  u'ingredients': [u'shredded extra sharp cheddar cheese',
   u'peanut oil',
   u'onions',
   u'avocado',
   u'garlic',
   u'corn tortillas',
   u'guacamole',
   u'sour cream',
   u'taco seasoning mix',
   u'salsa',
   u'ground beef']},
 {u'id': 44659,
  u'ingredients': [u'ground ginger',
   u'sweet potatoes',
   u'cilantro leaves',
   u'tumeric',
   u'black olives',
   u'coconut milk',
   u'tomatoes',
   u'lemon',
   u'lentils',
   u'pepper',
   u'salt',
   u'cumin']},
 {u'id': 8836,
  u'ingredients': [u'kosher salt',
   u'duck fat',
   u'caraway seeds',
   u'unsalted butter',
   u'ground black pepper',
   u'sweet onion',
   u'yukon gold potatoes']},
 {u'id': 21709,
  u'ingredients': [u'clove',
   u'pepper',
   u'whole milk yoghurt',
   u'coarse sea salt',
   u'garlic',
   u'heavy whipping cream',
   u'brown sugar',
   u'water',
   u'chile pepper',
   u'paprika',
   u'cumin seed',
   u'frozen peas',
   u'black peppercorns',
   u'almond butter',
   u'skinless chicken pieces',
   u'dark meat',
   u'salt',
   u'onions',
   u'tumeric',
   u'garam masala',
   u'vegetable oil',
   u'ginger',
   u'tamarind concentrate']},
 {u'id': 22993,
  u'ingredients': [u'fat free less sodium chicken broth',
   u'fresh lime juice',
   u'seasoning',
   u'cooking spray',
   u'large shrimp',
   u'bell pepper',
   u'chopped cilantro fresh',
   u'fish sauce',
   u'light coconut milk']},
 {u'id': 39191,
  u'ingredients': [u'dark chocolate',
   u'cayenne',
   u'salt',
   u'ketchup',
   u'bourbon whiskey',
   u'dark brown sugar',
   u'soy sauce',
   u'brewed coffee',
   u'sharp cheddar cheese',
   u'water',
   u'worcestershire sauce',
   u'grits']},
 {u'id': 17182,
  u'ingredients': [u'cooked chicken',
   u'cream of mushroom soup',
   u'salsa',
   u'doritos',
   u'corn',
   u'Mexican cheese',
   u'cream of chicken soup',
   u'sour cream']},
 {u'id': 20507,
  u'ingredients': [u'garlic',
   u'doenzang',
   u'sesame seeds',
   u'firm tofu',
   u'honey',
   u'Gochujang base',
   u'sesame oil',
   u'scallions']},
 {u'id': 42397,
  u'ingredients': [u'lemon',
   u'dried oregano',
   u'ground black pepper',
   u'all-purpose flour',
   u'salt',
   u'vegetable oil',
   u'squid']},
 {u'id': 18897,
  u'ingredients': [u'sugar pea',
   u'vegetable stock',
   u'asparagus spears',
   u'shallots',
   u'fresh fava bean',
   u'ground black pepper',
   u'extra-virgin olive oil',
   u'fresh basil leaves',
   u'herbs',
   u'fine sea salt']},
 {u'id': 3797,
  u'ingredients': [u'red chili peppers',
   u'garlic cloves',
   u'stir fry vegetable blend',
   u'lemongrass',
   u'coriander',
   u'sweet chili sauce',
   u'turkey breast',
   u'low sodium soy sauce',
   u'lime',
   u'noodles']},
 {u'id': 11041, u'ingredients': [u'cachaca', u'sugar', u'ice cubes', u'lime']},
 {u'id': 807,
  u'ingredients': [u'chicken stock',
   u'napa cabbage',
   u'yellow onion',
   u'minced pork',
   u'white pepper',
   u'ginger',
   u'corn flour',
   u'fish sauce',
   u'chinese parsley',
   u'carrots',
   u'lemongrass',
   u'garlic',
   u'chopped parsley']},
 {u'id': 3514,
  u'ingredients': [u'pepper',
   u'basil',
   u'garlic cloves',
   u'sausage casings',
   u'grated parmesan cheese',
   u'garlic',
   u'spaghetti',
   u'olive oil',
   u'yellow bell pepper',
   u'onions',
   u'green bell pepper',
   u'diced tomatoes',
   u'salt',
   u'oregano']},
 {u'id': 12936,
  u'ingredients': [u'fish sauce',
   u'lime',
   u'vegetable oil',
   u'toasted sesame oil',
   u'kosher salt',
   u'large eggs',
   u'kimchi',
   u'soy sauce',
   u'ground black pepper',
   u'scallions',
   u'medium shrimp',
   u'lime juice',
   u'brown rice',
   u'korean chile paste']},
 {u'id': 15050,
  u'ingredients': [u'molasses',
   u'golden raisins',
   u'salt',
   u'nutmeg',
   u'granulated sugar',
   u'butter',
   u'yellow corn meal',
   u'milk',
   u'cinnamon',
   u'eggs',
   u'flour',
   u'whipped cream']},
 {u'id': 43377,
  u'ingredients': [u'green onions',
   u'capers',
   u'garlic cloves',
   u'mayonaise',
   u'fresh parsley',
   u'creole mustard',
   u'ground red pepper']},
 {u'id': 10471,
  u'ingredients': [u'extra firm tofu',
   u'salt',
   u'snow peas',
   u'soy sauce',
   u'vegetable oil',
   u'corn starch',
   u'crimini mushrooms',
   u'carrots',
   u'pepper',
   u'vegetable broth',
   u'onions']},
 {u'id': 30721,
  u'ingredients': [u'vegetable oil',
   u'ancho chile pepper',
   u'crema mexican',
   u'queso blanco',
   u'corn tortillas',
   u'knorr reduc sodium chicken flavor bouillon',
   u'whole peel tomatoes, undrain and chop',
   u'cooked chicken',
   u'garlic',
   u'onions']},
 {u'id': 14333,
  u'ingredients': [u'water',
   u'ginger',
   u'cumin seed',
   u'chopped cilantro',
   u'curry leaves',
   u'yoghurt',
   u'green pepper',
   u'cucumber',
   u'shredded carrots',
   u'salt',
   u'oil',
   u'moong dal',
   u'red pepper',
   u'rice',
   u'mustard seeds']},
 {u'id': 6260,
  u'ingredients': [u'green bell pepper',
   u'minced ginger',
   u'rice wine',
   u'beaten eggs',
   u'oyster sauce',
   u'onions',
   u'boneless pork shoulder',
   u'soy sauce',
   u'plum sauce',
   u'worcestershire sauce',
   u'tomato ketchup',
   u'corn flour',
   u'Chinese rice vinegar',
   u'sugar',
   u'baking soda',
   u'pineapple',
   u'salt',
   u'corn starch',
   u'canola oil',
   u'eggs',
   u'water',
   u'flour',
   u'garlic',
   u'scallions',
   u'red bell pepper']},
 {u'id': 7712,
  u'ingredients': [u'ground black pepper',
   u'all-purpose flour',
   u'paprika',
   u'vegetable oil',
   u'chicken',
   u'salt']},
 {u'id': 19048,
  u'ingredients': [u'ground cinnamon',
   u'low-fat buttermilk',
   u'vanilla extract',
   u'whole nutmegs',
   u'peaches',
   u'baking powder',
   u'corn starch',
   u'baking soda',
   u'large eggs',
   u'all-purpose flour',
   u'turbinado',
   u'granulated sugar',
   u'butter',
   u'frozen blueberries']},
 {u'id': 21455,
  u'ingredients': [u'lean ground turkey',
   u'green onions',
   u'pinto beans',
   u'shredded cheddar cheese',
   u'salsa',
   u'green bell pepper',
   u'shredded lettuce',
   u'tomatoes',
   u'taco seasoning mix',
   u'tortilla chips']},
 {u'id': 18575,
  u'ingredients': [u'canola',
   u'vegetable oil',
   u'shrimp',
   u'peanuts',
   u'yellow mustard',
   u'milk',
   u'cajun seasoning',
   u'large eggs',
   u'fry mix']},
 {u'id': 47647,
  u'ingredients': [u'unsalted butter',
   u'Boursin',
   u'garlic',
   u'potatoes',
   u'cream',
   u'salt']},
 {u'id': 35947,
  u'ingredients': [u'avocado',
   u'white corn',
   u'olive oil',
   u'salt',
   u'chopped cilantro fresh',
   u'dry vermouth',
   u'minced garlic',
   u'jalapeno chilies',
   u'red bell pepper',
   u'chili flakes',
   u'pepper',
   u'Mexican cheese blend',
   u'enchilada sauce',
   u'ground cumin',
   u'fresh leav spinach',
   u'lime',
   u'purple onion',
   u'corn tortillas']},
 {u'id': 14499,
  u'ingredients': [u'bulk italian sausag',
   u'ground beef',
   u'hamburger buns',
   u'crushed red pepper flakes',
   u'fresh spinach',
   u'ricotta cheese',
   u'pasta sauce',
   u'grated parmesan cheese',
   u'italian seasoning']},
 {u'id': 43525,
  u'ingredients': [u'lager',
   u'cornflour',
   u'plain flour',
   u'lemon',
   u'cod',
   u'potatoes',
   u'salt',
   u'black pepper',
   u'sunflower oil']},
 {u'id': 5723,
  u'ingredients': [u'green bell pepper',
   u'mushrooms',
   u'garlic',
   u'garlic salt',
   u'olive oil',
   u'lean ground beef',
   u'sausages',
   u'italian seasoning',
   u'tomato sauce',
   u'onion powder',
   u'salt',
   u'dried oregano',
   u'ground black pepper',
   u'stewed tomatoes',
   u'onions']},
 {u'id': 48497,
  u'ingredients': [u'pinenuts',
   u'grated parmesan cheese',
   u'all-purpose flour',
   u'onions',
   u'dried thyme',
   u'butter',
   u'red bell pepper',
   u'minced garlic',
   u'dry white wine',
   u'low salt chicken broth',
   u'spinach leaves',
   u'olive oil',
   u'crushed red pepper',
   u'rotini']},
 {u'id': 43822,
  u'ingredients': [u'saffron threads',
   u'cooking spray',
   u'butter',
   u'sugar',
   u'ground red pepper',
   u'large shrimp',
   u'dried thyme',
   u'clam juice',
   u'grated orange',
   u'red snapper',
   u'green onions',
   u'diced tomatoes']},
 {u'id': 525,
  u'ingredients': [u'green cabbage',
   u'water',
   u'large eggs',
   u'salt',
   u'skim milk',
   u'olive oil',
   u'hard-boiled egg',
   u'garlic cloves',
   u'fresh dill',
   u'active dry yeast',
   u'sucanat',
   u'margarine',
   u'bread crumbs',
   u'ground pepper',
   u'all purpose unbleached flour',
   u'onions']},
 {u'id': 30594,
  u'ingredients': [u'kosher salt',
   u'corn tortillas',
   u'Mexican cheese blend',
   u'ground cumin',
   u'garlic powder',
   u'olive oil spray',
   u'boneless skinless chicken breasts']},
 {u'id': 47948,
  u'ingredients': [u'granulated sugar',
   u'salt',
   u'ground cinnamon',
   u'baking powder',
   u'turbinado',
   u'large eggs',
   u'all-purpose flour',
   u'unsalted butter',
   u'buttermilk']},
 {u'id': 2099,
  u'ingredients': [u'white onion',
   u'sweet potatoes',
   u'ground cardamom',
   u'ground cinnamon',
   u'water',
   u'cumin seed',
   u'canola oil',
   u'kosher salt',
   u'sweet paprika',
   u'ground cayenne pepper',
   u'spinach',
   u'fresh ginger',
   u'garlic cloves']},
 {u'id': 43863,
  u'ingredients': [u'wide egg noodles',
   u'lean ground beef',
   u'dried oregano',
   u'diced green chilies',
   u'beef broth',
   u'olive oil',
   u'garlic',
   u'shredded cheddar cheese',
   u'chili powder',
   u'onions']},
 {u'id': 24711,
  u'ingredients': [u'sweet chili sauce',
   u'sirloin steak',
   u'purple onion',
   u'celery ribs',
   u'radishes',
   u'cilantro',
   u'lime',
   u'sprouts',
   u'english cucumber',
   u'soy sauce',
   u'vegetable oil',
   u'vietnamese fish sauce']},
 {u'id': 15230,
  u'ingredients': [u'garlic paste',
   u'garam masala',
   u'onions',
   u'pepper',
   u'salt',
   u'methi leaves',
   u'fresh peas',
   u'red chili powder',
   u'milk',
   u'oil']},
 {u'id': 21680,
  u'ingredients': [u'caraway seeds',
   u'sugar',
   u'coriander seeds',
   u'potatoes',
   u'salt',
   u'green chilies',
   u'cinnamon sticks',
   u'cashew nuts',
   u'saffron',
   u'red chili powder',
   u'amchur',
   u'coriander powder',
   u'yoghurt',
   u'green cardamom',
   u'oil',
   u'ghee',
   u'basmati rice',
   u'clove',
   u'garlic paste',
   u'mace',
   u'Biryani Masala',
   u'paneer',
   u'brown cardamom',
   u'gram flour',
   u'onions',
   u'ground turmeric',
   u'tomatoes',
   u'coconut',
   u'garam masala',
   u'mint leaves',
   u'cilantro leaves',
   u'kewra water',
   u'bay leaf',
   u'peppercorns']},
 {u'id': 36218,
  u'ingredients': [u'tomato sauce',
   u'garlic powder',
   u'ground sirloin',
   u'salt',
   u'shredded cheese',
   u'cumin',
   u'diced onions',
   u'pepper',
   u'jalapeno chilies',
   u'diced tomatoes',
   u'hot sauce',
   u'onions',
   u'squirt',
   u'egg noodles',
   u'chili powder',
   u'salsa',
   u'enchilada sauce',
   u'pico de gallo',
   u'fresh cilantro',
   u'green onions',
   u'cilantro',
   u'chopped onion',
   u'vegetarian refried beans']},
 {u'id': 41622,
  u'ingredients': [u'sugar pea',
   u'chicken breasts',
   u'safflower',
   u'chicken broth',
   u'sweet onion',
   u'ginger',
   u'corn starch',
   u'sugar',
   u'bell pepper',
   u'garlic',
   u'cabbage',
   u'soy sauce',
   u'green onions',
   u'salt']},
 {u'id': 34809,
  u'ingredients': [u'italian sausage',
   u'Red Gold\xae diced tomatoes',
   u'vegetable juice',
   u'onions',
   u'instant rice',
   u'shredded mozzarella cheese',
   u'chopped green bell pepper']},
 {u'id': 5110,
  u'ingredients': [u'saffron threads',
   u'dijon mustard',
   u'fresh lemon juice',
   u'mayonaise',
   u'salt',
   u'tomato paste',
   u'extra-virgin olive oil',
   u'hot water',
   u'black pepper',
   u'garlic cloves']},
 {u'id': 27214,
  u'ingredients': [u'water',
   u'leeks',
   u'salt',
   u'fresh lemon juice',
   u'fennel seeds',
   u'ground black pepper',
   u'baby spinach',
   u'organic vegetable broth',
   u'white wine',
   u'fennel bulb',
   u'extra-virgin olive oil',
   u'garlic cloves',
   u'quinoa',
   u'chopped fresh thyme',
   u'chickpeas',
   u'carrots']},
 {u'id': 34803,
  u'ingredients': [u'butter',
   u'salt',
   u'onions',
   u'pepper',
   u'bacon',
   u'corn starch',
   u'balsamic vinegar',
   u'garlic',
   u'sliced mushrooms',
   u'brown sugar',
   u'red wine',
   u'baby carrots',
   u'chicken']},
 {u'id': 36822, u'ingredients': [u'plain low-fat yogurt']},
 {u'id': 6912,
  u'ingredients': [u'green cardamom pods',
   u'white onion',
   u'lime',
   u'thai basil',
   u'green onions',
   u'cinnamon',
   u'black cardamom pods',
   u'bird chile',
   u'sugar',
   u'water',
   u'fresh ginger',
   u'jalapeno chilies',
   u'rice noodles',
   u'salt',
   u'garlic chili sauce',
   u'beef bones',
   u'msg',
   u'mushroom powder',
   u'hoisin sauce',
   u'flank steak',
   u'star anise',
   u'yellow onion',
   u'Vietnamese coriander',
   u'fresh cilantro',
   u'coriander seeds',
   u'whole cloves',
   u'daikon',
   u'meat bones',
   u'beansprouts']},
 {u'id': 20373,
  u'ingredients': [u'sugar',
   u'unsalted butter',
   u'bartlett pears',
   u'hazelnuts',
   u'heavy cream',
   u'pure vanilla extract',
   u'large egg yolks',
   u"moscato d'asti",
   u'large egg whites',
   u'all-purpose flour']},
 {u'id': 29157,
  u'ingredients': [u'unflavored gelatin',
   u'grappa',
   u'cold water',
   u'frozen cranberries',
   u'sage leaves',
   u'cranberries',
   u'sugar']},
 {u'id': 6327,
  u'ingredients': [u'corn kernels',
   u'red bell pepper',
   u'baby spinach leaves',
   u'vegetable oil',
   u'chopped cilantro fresh',
   u'green onions',
   u'fresh lime juice',
   u'chipotle chile',
   u'cilantro leaves',
   u'ground cumin']},
 {u'id': 35502,
  u'ingredients': [u'fat free less sodium chicken broth',
   u'chili powder',
   u'garlic cloves',
   u'black pepper',
   u'olive oil',
   u'salt',
   u'onions',
   u'green bell pepper',
   u'fresh cilantro',
   u'diced tomatoes',
   u'corn tortillas',
   u'green chile',
   u'black beans',
   u'raisins',
   u'ground turkey']},
 {u'id': 8305,
  u'ingredients': [u'rosemary',
   u'chile de arbol',
   u'duck drumsticks',
   u'sugar',
   u'golden raisins',
   u'garlic cloves',
   u'kosher salt',
   u'brown mustard seeds',
   u'thyme',
   u'ground black pepper',
   u'white wine vinegar']},
 {u'id': 35598,
  u'ingredients': [u'ground black pepper',
   u'salt',
   u'celery',
   u'diced tomatoes',
   u'lentils',
   u'onions',
   u'cooking oil',
   u'summer savory',
   u'bay leaf',
   u'water',
   u'kielbasa',
   u'carrots']},
 {u'id': 48538,
  u'ingredients': [u'clove',
   u'horse gram',
   u'cumin seed',
   u'water',
   u'rice',
   u'onions',
   u'curry leaves',
   u'salt',
   u'oil',
   u'coconut',
   u'green chilies']},
 {u'id': 49358,
  u'ingredients': [u'fresh ginger',
   u'salt',
   u'onions',
   u'fenugreek leaves',
   u'garlic',
   u'cumin seed',
   u'canola oil',
   u'spinach',
   u'paneer',
   u'heavy whipping cream',
   u'tomatoes',
   u'garam masala',
   u'cayenne pepper',
   u'ground turmeric']},
 {u'id': 44506,
  u'ingredients': [u'flour tortillas',
   u'ground beef',
   u'taco sauce',
   u'salsa',
   u'iceberg lettuce',
   u'guacamole',
   u'onions',
   u'shredded cheddar cheese',
   u'sour cream']},
 {u'id': 39146,
  u'ingredients': [u'tomatoes',
   u'tumeric',
   u'ginger',
   u'white lentils',
   u'red chili powder',
   u'lemon',
   u'green chilies',
   u'asafetida (powder)',
   u'butter',
   u'salt',
   u'spinach',
   u'cilantro',
   u'cumin seed']},
 {u'id': 29270,
  u'ingredients': [u'Holland House White Cooking Wine',
   u'lemon juice',
   u'chicken broth',
   u'butter',
   u'veal',
   u'flour']},
 {u'id': 20560,
  u'ingredients': [u'corn',
   u'sugar',
   u'cinnamon sticks',
   u'corn husks',
   u'milk']},
 {u'id': 24169,
  u'ingredients': [u'unsalted butter',
   u'buttermilk',
   u'sugar',
   u'baking powder',
   u'yellow corn meal',
   u'large eggs',
   u'salt',
   u'ground black pepper',
   u'all purpose unbleached flour']},
 {u'id': 41537,
  u'ingredients': [u'fresh basil',
   u'part-skim mozzarella cheese',
   u'large eggs',
   u'large egg whites',
   u'chopped green bell pepper',
   u'salt',
   u'black pepper',
   u'fresh parmesan cheese',
   u'green onions',
   u'olive oil',
   u'zucchini']},
 {u'id': 10431,
  u'ingredients': [u'egg yolks',
   u'ripe olives',
   u'frozen pastry puff sheets',
   u'garlic cloves',
   u'minced onion',
   u'salt',
   u'olive oil',
   u'dried tomatoes',
   u'fresh parsley']},
 {u'id': 31517,
  u'ingredients': [u'shells',
   u'butter',
   u'onions',
   u'peanuts',
   u'salt',
   u'garlic']},
 {u'id': 34049,
  u'ingredients': [u'fresh ginger',
   u'green onions',
   u'oyster sauce',
   u'dark soy sauce',
   u'cooking oil',
   u'napa cabbage',
   u'ground white pepper',
   u'chicken stock',
   u'egg noodles',
   u'sesame oil',
   u'corn starch',
   u'sugar',
   u'pork tenderloin',
   u'garlic']},
 {u'id': 26964,
  u'ingredients': [u'chicken wings',
   u'thai chile',
   u'coarse sea salt',
   u'corn starch',
   u'lime',
   u'garlic',
   u'cracked black pepper',
   u'canola oil']},
 {u'id': 49655,
  u'ingredients': [u'olive oil',
   u'italian seasoning',
   u'garlic',
   u'wheat',
   u'mozzarella cheese',
   u'salt']},
 {u'id': 9101,
  u'ingredients': [u'grated orange peel',
   u'baking soda',
   u'all-purpose flour',
   u'ground cinnamon',
   u'honey',
   u'baking powder',
   u'sugar',
   u'large eggs',
   u'whole almonds',
   u'large egg yolks',
   u'vegetable oil']},
 {u'id': 30377,
  u'ingredients': [u'olive oil',
   u'grated parmesan cheese',
   u'butter',
   u'low salt chicken broth',
   u'ground nutmeg',
   u'shallots',
   u'gruyere cheese',
   u'prosciutto',
   u'whole milk',
   u'portabello mushroom',
   u'bay leaf',
   u'fresh rosemary',
   u'lasagna noodles',
   u'chopped fresh thyme',
   u'all-purpose flour']},
 {u'id': 7046,
  u'ingredients': [u'moong dal',
   u'minced ginger',
   u'cashew nuts',
   u'curry leaves',
   u'jasmine rice',
   u'asafetida powder',
   u'ground turmeric',
   u'melted butter',
   u'water',
   u'ghee',
   u'cumin',
   u'cracked peppercorn',
   u'salt',
   u'serrano chile']},
 {u'id': 47969,
  u'ingredients': [u'canned black beans',
   u'red enchilada sauce',
   u'white rice',
   u'cilantro',
   u'monterey jack',
   u'cheddar cheese',
   u'whole kernel corn, drain']},
 {u'id': 18971,
  u'ingredients': [u'peaches',
   u'all-purpose flour',
   u'sandwich bread',
   u'unsalted butter',
   u'fresh lemon juice',
   u'sugar',
   u'whipped cream']},
 {u'id': 38891,
  u'ingredients': [u'peaches',
   u'preserves',
   u'garlic',
   u'hot pepper sauce',
   u"hellmann' or best food real mayonnais",
   u'green onions',
   u'large shrimp']},
 {u'id': 29506,
  u'ingredients': [u'hot red pepper flakes',
   u'sliced cucumber',
   u'carrots',
   u'Boston lettuce',
   u'mint leaves',
   u'rotisserie chicken',
   u'ground ginger',
   u'peanuts',
   u'cilantro leaves',
   u'asian fish sauce',
   u'celery ribs',
   u'lime juice',
   u'green onions',
   u'white sugar']},
 {u'id': 40305,
  u'ingredients': [u'black pepper',
   u'garlic powder',
   u'cooked rice',
   u'crushed tomatoes',
   u'beef liver',
   u'diced onions',
   u'kosher salt',
   u'cooking oil',
   u'green bell pepper',
   u'dried basil',
   u'diced celery']},
 {u'id': 21255,
  u'ingredients': [u'sauce',
   u'pea shoots',
   u'green tomatoes',
   u'cooked shrimp']},
 {u'id': 15578,
  u'ingredients': [u'lean ground beef',
   u'flour tortillas',
   u'TACO BELL\xae Thick & Chunky Medium Salsa',
   u'KRAFT Mexican Style Shredded Four Cheese with a TOUCH OF PHILADELPHIA',
   u'Taco Bell Taco Seasoning Mix',
   u'pinto beans']},
 {u'id': 24894,
  u'ingredients': [u'kosher salt',
   u'baking powder',
   u'ground cayenne pepper',
   u'unsalted butter',
   u'heavy cream',
   u'baking soda',
   u'buttermilk',
   u'cheddar cheese',
   u'granulated sugar',
   u'all-purpose flour']},
 {u'id': 32089,
  u'ingredients': [u'dark soy sauce',
   u'water',
   u'sesame oil',
   u'oil',
   u'beansprouts',
   u'sugar',
   u'baking soda',
   u'garlic',
   u'oyster sauce',
   u'cabbage',
   u'soy sauce',
   u'egg noodles',
   u'salt',
   u'carrots',
   u'white pepper',
   u'chicken breasts',
   u'scallions',
   u'corn starch']},
 {u'id': 46097,
  u'ingredients': [u'white onion',
   u'banana peppers',
   u'string beans',
   u'base',
   u'tomatoes',
   u'water',
   u'shrimp',
   u'fish sauce',
   u'water spinach']},
 {u'id': 40982,
  u'ingredients': [u'bread ciabatta',
   u'Fuyu persimmons',
   u'prosciutto',
   u'fontina cheese']},
 {u'id': 12543,
  u'ingredients': [u'canned low sodium chicken broth',
   u'raisins',
   u'onions',
   u'cooking oil',
   u'apple juice',
   u'ground black pepper',
   u'salt',
   u'basmati rice',
   u'chicken legs',
   u'butter',
   u'ground cardamom']},
 {u'id': 38366,
  u'ingredients': [u'peaches',
   u'cooked chicken breasts',
   u'sweet onion',
   u'chopped pecans',
   u'mayonaise',
   u'freshly ground pepper',
   u'fresh basil',
   u'salt',
   u'blackberries']},
 {u'id': 32925,
  u'ingredients': [u'white bread',
   u'olive oil',
   u'garlic cloves',
   u'jumbo shrimp',
   u'crushed red pepper',
   u'red bell pepper',
   u'tomatoes',
   u'sherry vinegar',
   u'fresh lemon juice',
   u'slivered almonds',
   u'salt',
   u'flat leaf parsley']},
 {u'id': 17506,
  u'ingredients': [u'lemongrass',
   u'lime wedges',
   u'juice',
   u'lime zest',
   u'fresh ginger',
   u'thai chile',
   u'asian fish sauce',
   u'fresh cilantro',
   u'coarse salt',
   u'chopped cilantro fresh',
   u'water',
   u'shallots',
   u'garlic cloves',
   u'chicken']},
 {u'id': 48389,
  u'ingredients': [u'sugar',
   u'large eggs',
   u'lemon',
   u'oil',
   u'olive oil',
   u'pollock',
   u'hot sauce',
   u'chillies',
   u'fresh coriander',
   u'flour',
   u'salt',
   u'cornmeal',
   u'tomatoes',
   u'baking soda',
   u'baking powder',
   u'beer',
   u'onions']},
 {u'id': 41804,
  u'ingredients': [u'soy sauce',
   u'sesame oil',
   u'round steaks',
   u'ground black pepper',
   u'garlic',
   u'sesame seeds',
   u'red pepper flakes',
   u'carrots',
   u'brown sugar',
   u'leeks',
   u'purple onion']},
 {u'id': 9961,
  u'ingredients': [u'sugar',
   u'Sriracha',
   u'shallots',
   u'dark sesame oil',
   u'chopped cilantro fresh',
   u'fresh ginger',
   u'extra firm tofu',
   u'crushed red pepper',
   u'cucumber',
   u'sliced green onions',
   u'lower sodium soy sauce',
   u'lettuce leaves',
   u'creamy peanut butter',
   u'fresh lime juice',
   u'water',
   u'hoisin sauce',
   u'sticky rice',
   u'carrots',
   u'canola oil']},
 {u'id': 24939,
  u'ingredients': [u'tomatoes',
   u'capsicum',
   u'green chilies',
   u'garlic paste',
   u'paneer',
   u'ground turmeric',
   u'red chili powder',
   u'butter',
   u'onions',
   u'garam masala',
   u'salt',
   u'ground cumin']},
 {u'id': 39599,
  u'ingredients': [u'dried porcini mushrooms',
   u'garlic cloves',
   u'hot water',
   u'unsalted butter']},
 {u'id': 45838,
  u'ingredients': [u'condensed cream of chicken soup',
   u'flour tortillas',
   u'water',
   u'taco seasoning',
   u'shredded cheddar cheese',
   u'salsa',
   u'cooked rice',
   u'refried beans',
   u'ground beef']},
 {u'id': 48875,
  u'ingredients': [u'lime juice',
   u'salt',
   u'ground turmeric',
   u'poha',
   u'mustard seeds',
   u'potatoes',
   u'oil',
   u'curry leaf',
   u'green peas',
   u'onions']},
 {u'id': 25531,
  u'ingredients': [u'water',
   u'bean paste',
   u'garlic',
   u'celery',
   u'sugar',
   u'beef strips',
   u'red pepper',
   u'carrots',
   u'white pepper',
   u'Shaoxing wine',
   u'cornflour',
   u'dried chile',
   u'light soy sauce',
   u'szechwan peppercorns',
   u'old ginger']},
 {u'id': 3009,
  u'ingredients': [u'dried thyme',
   u'cayenne pepper',
   u'ground black pepper',
   u'dried oregano',
   u'garlic powder',
   u'sweet paprika',
   u'kosher salt',
   u'onion powder']},
 {u'id': 31965,
  u'ingredients': [u'water',
   u'salt',
   u'dried oregano',
   u'romano cheese',
   u'crushed red pepper flakes',
   u'lemon juice',
   u'minced garlic',
   u'white wine vinegar',
   u'dried parsley',
   u'pectin',
   u'vegetable oil',
   u'corn syrup']},
 {u'id': 16901,
  u'ingredients': [u'oil',
   u'olive oil',
   u'arugula',
   u'mozzarella cheese',
   u'fresh lemon juice',
   u'radicchio',
   u'nuts']},
 {u'id': 13370,
  u'ingredients': [u'pasta',
   u'olive oil',
   u'salt',
   u'flat leaf parsley',
   u'marsala wine',
   u'unsalted butter',
   u'yellow onion',
   u'stock',
   u'ground black pepper',
   u'all-purpose flour',
   u'mozzarella cheese',
   u'grated parmesan cheese',
   u'fresh mushrooms']},
 {u'id': 2954,
  u'ingredients': [u'soy sauce',
   u'salt',
   u'fish sauce',
   u'hard-boiled egg',
   u'sugar',
   u'soda',
   u'pork belly',
   u'yellow onion']},
 {u'id': 40353,
  u'ingredients': [u'egg yolks',
   u'bacon',
   u'all-purpose flour',
   u'fresh parsley',
   u'chicken stock',
   u'chicken cutlets',
   u'garlic',
   u'sherry wine',
   u'pepper',
   u'heavy cream',
   u'salt',
   u'sun-dried tomatoes in oil',
   u'shallots',
   u'extra-virgin olive oil',
   u'brie cheese']},
 {u'id': 8207,
  u'ingredients': [u'hot chili',
   u'salt',
   u'allspice',
   u'sugar',
   u'cinnamon',
   u'garlic cloves',
   u'black pepper',
   u'habanero',
   u'onions',
   u'nutmeg',
   u'fresh thyme',
   u'scallions']},
 {u'id': 10933,
  u'ingredients': [u'soy sauce',
   u'zucchini',
   u'dark sesame oil',
   u'toasted sesame seeds',
   u'chili flakes',
   u'minced garlic',
   u'daikon',
   u'beansprouts',
   u'spinach leaves',
   u'red chile sauce',
   u'vegetable oil',
   u'carrots',
   u'sugar',
   u'short-grain rice',
   u'salt',
   u'shiitake mushroom caps']},
 {u'id': 38206,
  u'ingredients': [u'fresh dill',
   u'kosher salt',
   u'brown mustard seeds',
   u'all-purpose flour',
   u'sugar',
   u'sesame seeds',
   u'vegetable oil',
   u'sea salt flakes',
   u'boneless chicken skinless thigh',
   u'coriander seeds',
   u'buttermilk',
   u'yellow mustard seeds',
   u'honey',
   u'apple cider vinegar',
   u'hot sauce']},
 {u'id': 14110,
  u'ingredients': [u'lime',
   u'cayenne pepper',
   u'boneless skinless chicken breasts',
   u'fresh cilantro',
   u'salt',
   u'olive oil',
   u'ground cumin']},
 {u'id': 19128,
  u'ingredients': [u'crushed red pepper',
   u'olives',
   u'anchovy paste',
   u'flat leaf parsley',
   u'plum tomatoes',
   u'capers',
   u'garlic cloves',
   u'oregano',
   u'extra-virgin olive oil',
   u'cooked vermicelli',
   u'dried oregano']},
 {u'id': 32616,
  u'ingredients': [u'clove',
   u'mace',
   u'french fried onions',
   u'salt',
   u'brown cardamom',
   u'cinnamon sticks',
   u'cashew nuts',
   u'garlic paste',
   u'mint leaves',
   u'star anise',
   u'rice',
   u'kewra water',
   u'ghee',
   u'tumeric',
   u'yoghurt',
   u'paneer',
   u'green cardamom',
   u'oil',
   u'onions',
   u'red chili powder',
   u'Biryani Masala',
   u'capsicum',
   u'cilantro leaves',
   u'green chilies',
   u'bay leaf',
   u'shahi jeera']},
 {u'id': 27748,
  u'ingredients': [u'tomatoes',
   u'black pepper',
   u'queso fresco',
   u'salt',
   u'lettuce',
   u'mayonaise',
   u'jalapeno chilies',
   u'cilantro',
   u'tequila',
   u'chicken breast fillets',
   u'lime juice',
   u'bacon',
   u'oil',
   u'lime zest',
   u'buns',
   u'guacamole',
   u'garlic',
   u'cumin']},
 {u'id': 31858,
  u'ingredients': [u'grated orange peel',
   u'ground black pepper',
   u'fresh cranberries',
   u'fresh lemon juice',
   u'gelato',
   u'granny smith apples',
   u'large eggs',
   u'pastry flour',
   u'polenta',
   u'ground cinnamon',
   u'golden brown sugar',
   u'baking powder',
   u'salt',
   u'sugar',
   u'unsalted butter',
   u'anise',
   u'grated lemon peel']},
 {u'id': 20510,
  u'ingredients': [u'peas',
   u'red bell pepper',
   u'italian salad dressing',
   u'pepper',
   u'green pepper',
   u'squash',
   u'zucchini',
   u'cucumber',
   u'onions',
   u'salt',
   u'rotel tomatoes']},
 {u'id': 17602,
  u'ingredients': [u'rice stick noodles',
   u'red chili peppers',
   u'lime',
   u'basil',
   u'garlic',
   u'fish sauce',
   u'calamari',
   u'shallots',
   u'tomatoes with juice',
   u'chopped onion',
   u'chicken stock',
   u'straw mushrooms',
   u'sea scallops',
   u'cilantro',
   u'rice vinegar',
   u'sugar',
   u'lemongrass',
   u'vegetable oil',
   u'light coconut milk',
   u'large shrimp']},
 {u'id': 35665,
  u'ingredients': [u'mitsuba',
   u'shoyu',
   u'meat bones',
   u'sake',
   u'spring onions',
   u'salt',
   u'carrots',
   u'yuzu',
   u'mochi',
   u'sato imo',
   u'salmon fillets',
   u'daikon',
   u'dried shiitake mushrooms',
   u'tiger prawn']},
 {u'id': 46589,
  u'ingredients': [u'coriander powder',
   u'green peas',
   u'cumin seed',
   u'asafetida',
   u'red chili powder',
   u'cilantro',
   u'paneer',
   u'onions',
   u'tomatoes',
   u'yoghurt',
   u'garlic',
   u'oil',
   u'garam masala',
   u'ginger',
   u'green chilies',
   u'ground turmeric']},
 {u'id': 8178,
  u'ingredients': [u'water',
   u'tomatillos',
   u'chop green chilies, undrain',
   u'extra sharp cheddar cheese',
   u'eggs',
   u'bay leaves',
   u'non-fat sour cream',
   u'onions',
   u'finely chopped onion',
   u'2% reduced-fat milk',
   u'corn tortillas',
   u'shredded Monterey Jack cheese',
   u'black peppercorns',
   u'chicken breast halves',
   u'salt',
   u'chopped cilantro fresh']},
 {u'id': 34880,
  u'ingredients': [u'pinenuts',
   u'grated parmesan cheese',
   u'olive oil',
   u'fresh basil leaves',
   u'kosher salt',
   u'garlic',
   u'ground black pepper']},
 {u'id': 42527,
  u'ingredients': [u'tomatoes',
   u'fat skimmed chicken broth',
   u'chipotle chile',
   u'onions',
   u'firmly packed brown sugar',
   u'pork shoulder',
   u'ancho',
   u'tomato juice']},
 {u'id': 29682,
  u'ingredients': [u'oil',
   u'corned beef',
   u'garlic',
   u'onions',
   u'tomatoes',
   u'chayotes',
   u'salt',
   u'cabbage']},
 {u'id': 32166,
  u'ingredients': [u'sugar',
   u'green onions',
   u'garlic cloves',
   u'ground black pepper',
   u'Thai red curry paste',
   u'fresh lime juice',
   u'unsweetened coconut milk',
   u'peeled fresh ginger',
   u'creamy peanut butter',
   u'chopped cilantro fresh',
   u'soy sauce',
   u'vegetable oil',
   u'low salt chicken broth']},
 {u'id': 30343,
  u'ingredients': [u'turnips',
   u'water',
   u'salt',
   u'onions',
   u'eggs',
   u'potatoes',
   u'lard',
   u'celery ribs',
   u'beef',
   u'carrots',
   u'pepper',
   u'flour',
   u'ground beef']},
 {u'id': 15385,
  u'ingredients': [u'black peppercorns',
   u'ground black pepper',
   u'bay leaves',
   u'garlic',
   u'yellow onion',
   u'carrots',
   u'celery',
   u'andouille sausage',
   u'file powder',
   u'vegetable oil',
   u'salt',
   u'turkey meat',
   u'gumbo',
   u'water',
   u'flour',
   u'turkey',
   u'onion tops',
   u'fresh lemon juice',
   u'chopped parsley',
   u'turkey carcass',
   u'cayenne',
   u'turkey stock',
   u'chopped celery',
   u'green pepper',
   u'thyme']},
 {u'id': 18372,
  u'ingredients': [u'lime',
   u'rice vinegar',
   u'soy sauce',
   u'medium egg noodles',
   u'oyster sauce',
   u'groundnut',
   u'red pepper',
   u'carrots',
   u'broccolini',
   u'oyster mushrooms']},
 {u'id': 29211,
  u'ingredients': [u'radicchio',
   u'bacon',
   u'hearts of romaine',
   u'balsamic vinegar',
   u'california avocado',
   u'chicken breasts',
   u'extra-virgin olive oil',
   u'stilton cheese',
   u'quail eggs',
   u'vine ripened tomatoes',
   u'scallions']},
 {u'id': 23269,
  u'ingredients': [u'soy sauce',
   u'salmon steaks',
   u'ground ginger',
   u'garlic powder',
   u'lemon juice',
   u'sesame seeds',
   u'ground mustard',
   u'brown sugar',
   u'sesame oil']},
 {u'id': 4561,
  u'ingredients': [u'radishes',
   u'purple onion',
   u'fresh coriander',
   u'sea salt',
   u'chillies',
   u'lime',
   u'extra-virgin olive oil',
   u'cabbage',
   u'red cabbage',
   u'carrots']},
 {u'id': 27365,
  u'ingredients': [u'water',
   u'peeled fresh ginger',
   u'salt',
   u'garlic cloves',
   u'serrano chile',
   u'brown sugar',
   u'soup',
   u'light coconut milk',
   u'beer',
   u'chopped cilantro fresh',
   u'stock',
   u'cooking spray',
   u'fish bones',
   u'chopped onion',
   u'fresh lime juice',
   u'peeled tomatoes',
   u'lime wedges',
   u'grouper',
   u'carrots',
   u'basmati rice']},
 {u'id': 49032,
  u'ingredients': [u'water',
   u'firm tofu',
   u'mushrooms',
   u'white miso',
   u'nori',
   u'green onions']},
 {u'id': 22064,
  u'ingredients': [u'pepper',
   u'red wine vinegar',
   u'fresh parsley leaves',
   u'plain low-fat yogurt',
   u'ground black pepper',
   u'salt',
   u'eggplant',
   u'extra-virgin olive oil',
   u'capers',
   u'green onions',
   u'garlic cloves']},
 {u'id': 12060,
  u'ingredients': [u'mushrooms',
   u'onions',
   u'asparagus',
   u'butter',
   u'dijon mustard',
   u'hot water',
   u'milk',
   u'boneless skinless chicken breasts',
   u'chicken']},
 {u'id': 47834,
  u'ingredients': [u'tea bags',
   u'sweet onion',
   u'vegetable oil',
   u'garlic cloves',
   u'table salt',
   u'self rising flour',
   u'cracked black pepper',
   u'ice cubes',
   u'kosher salt',
   u'ground red pepper',
   u'whole chicken',
   u'firmly packed light brown sugar',
   u'ground black pepper',
   u'lemon',
   u'white cornmeal']},
 {u'id': 25815,
  u'ingredients': [u'crushed red pepper flakes',
   u'black pepper',
   u'hot sauce',
   u'brown sugar',
   u'salt',
   u'cider vinegar',
   u'pork roast']},
 {u'id': 34036,
  u'ingredients': [u'green bell pepper',
   u'olive oil',
   u'yellow bell pepper',
   u'red bell pepper',
   u'sugar',
   u'ground pepper',
   u'beef broth',
   u'onions',
   u'top round steak',
   u'medium tomatoes',
   u'garlic',
   u'celery',
   u'cold water',
   u'light soy sauce',
   u'ginger',
   u'corn starch']},
 {u'id': 19326,
  u'ingredients': [u'water chestnuts',
   u'chinese five-spice powder',
   u'bone-in chicken breast halves',
   u'pineapple',
   u'bone in chicken thighs',
   u'low sodium soy sauce',
   u'green onions',
   u'carrots',
   u'pepper',
   u'salt']},
 {u'id': 44078,
  u'ingredients': [u'low sodium soy sauce',
   u'peanuts',
   u'red curry paste',
   u'large shrimp',
   u'lime rind',
   u'cooking spray',
   u'beansprouts',
   u'brown sugar',
   u'udon',
   u'red bell pepper',
   u'sliced green onions',
   u'fresh cilantro',
   u'chili oil',
   u'fresh lime juice']},
 {u'id': 31090,
  u'ingredients': [u'chicken sausage',
   u'fine sea salt',
   u'celery',
   u'stock',
   u'full fat coconut milk',
   u'lentils',
   u'onions',
   u'kale',
   u'cracked black pepper',
   u'carrots',
   u'seasoning',
   u'olive oil',
   u'yams',
   u'fresh parsley']},
 {u'id': 17485,
  u'ingredients': [u'eggs',
   u'kalamata',
   u'potatoes',
   u'mixed greens',
   u'cooked cut green beans',
   u'wish-bone deluxe french dressing',
   u'tuna, drain and flake',
   u'bacon, crisp-cooked and crumbled',
   u'whole peel tomatoes, undrain and chop']},
 {u'id': 708, u'ingredients': [u'russet', u'unsalted butter']},
 {u'id': 5350,
  u'ingredients': [u'fish sauce',
   u'green onions',
   u'tomatoes',
   u'eggplant',
   u'pepper',
   u'shallots',
   u'eggs',
   u'vinegar']},
 {u'id': 29754, u'ingredients': [u'sea salt', u'salmon fillets']},
 {u'id': 18309,
  u'ingredients': [u'zucchini',
   u'salt',
   u'chopped fresh mint',
   u'lemon',
   u'garlic cloves',
   u'whole milk ricotta cheese',
   u'freshly ground pepper',
   u'fettucine',
   u'extra-virgin olive oil',
   u'flat leaf parsley']},
 {u'id': 46871,
  u'ingredients': [u'hungarian sweet paprika',
   u'ground black pepper',
   u'russet potatoes',
   u'low salt chicken broth',
   u'kosher salt',
   u'fresh thyme',
   u'turkey thigh',
   u'bay leaf',
   u'olive oil',
   u'pumpkin',
   u'garlic cloves',
   u'onions',
   u'caraway seeds',
   u'egg noodles',
   u'butter',
   u'sour cream']},
 {u'id': 27300,
  u'ingredients': [u'nutmeg',
   u'peaches',
   u'all purpose unbleached flour',
   u'sour cream',
   u'baking soda',
   u'fresh blueberries',
   u'lemon juice',
   u'raspberries',
   u'unsalted butter',
   u'salt',
   u'organic cane sugar',
   u'baking powder',
   u'corn starch']},
 {u'id': 41890,
  u'ingredients': [u'large flour tortillas',
   u'onions',
   u'tomatoes',
   u'oil',
   u'garlic',
   u'taco seasoning mix',
   u'ground beef']},
 {u'id': 49548,
  u'ingredients': [u'kosher salt',
   u'peeled fresh ginger',
   u'dry mustard',
   u'onions',
   u'ground cinnamon',
   u'golden brown sugar',
   u'apple cider vinegar',
   u'apple butter',
   u'ground ginger',
   u'dried thyme',
   u'bourbon whiskey',
   u'cayenne pepper',
   u'pork baby back ribs',
   u'dijon mustard',
   u'apple cider',
   u'cinnamon sticks']},
 {u'id': 11392,
  u'ingredients': [u'ground black pepper',
   u'anchovy fillets',
   u'extra-virgin olive oil',
   u'lemon juice',
   u'dijon mustard',
   u'cognac',
   u'capers',
   u'black olives',
   u'flat leaf parsley']},
 {u'id': 1354,
  u'ingredients': [u'lime',
   u'oil',
   u'salt',
   u'cilantro',
   u'chicken thighs',
   u'pepper',
   u'red curry paste']},
 {u'id': 48819,
  u'ingredients': [u'sugar',
   u'sour cream',
   u'sweet potatoes',
   u'white cornmeal',
   u'large eggs',
   u'pumpkin pie spice',
   u'butter']},
 {u'id': 19097,
  u'ingredients': [u'finely chopped onion',
   u'low salt chicken broth',
   u'white pepper',
   u'white rice',
   u'butter',
   u'bay leaf',
   u'dried thyme',
   u'salt']},
 {u'id': 42113,
  u'ingredients': [u'tomatoes',
   u'olive oil',
   u'feta cheese crumbles',
   u'pitted black olives',
   u'lemon',
   u'red bell pepper',
   u'green bell pepper',
   u'ground black pepper',
   u'cucumber',
   u'romaine lettuce',
   u'purple onion',
   u'dried oregano']},
 {u'id': 24060,
  u'ingredients': [u'soy sauce',
   u'chopped cilantro',
   u'fresh basil',
   u'dark brown sugar',
   u'boneless skinless chicken breast halves',
   u'serrano chilies',
   u'peeled fresh ginger',
   u'chopped fresh mint',
   u'fish sauce',
   u'garlic cloves',
   u'canola oil']},
 {u'id': 25849,
  u'ingredients': [u'black pepper',
   u'parboiled rice',
   u'ham',
   u'ground cumin',
   u'olive oil',
   u'chopped onion',
   u'bay leaf',
   u'tomato sauce',
   u'chopped green bell pepper',
   u'garlic cloves',
   u'ground oregano',
   u'black beans',
   u'cilantro sprigs',
   u'less sodium fat free chicken broth']},
 {u'id': 4543,
  u'ingredients': [u'pepper',
   u'chicken breast halves',
   u'salt',
   u'low salt chicken broth',
   u'chopped fresh chives',
   u'chicken drumsticks',
   u'diced celery',
   u'chicken thighs',
   u'olive oil',
   u'shallots',
   u'all-purpose flour',
   u'bay leaf',
   u'dried tarragon leaves',
   u'mushrooms',
   u'dry red wine',
   u'carrots',
   u'plum tomatoes']},
 {u'id': 25306,
  u'ingredients': [u'flour',
   u'cornmeal',
   u'eggs',
   u'salt',
   u'baking powder',
   u'milk',
   u'oil']},
 {u'id': 41966,
  u'ingredients': [u'grated parmesan cheese',
   u'duck',
   u'arugula',
   u'crushed tomatoes',
   u'extra-virgin olive oil',
   u'cinnamon sticks',
   u'feta cheese',
   u'crushed red pepper',
   u'chicken thighs',
   u'fresh basil',
   u'chopped fresh thyme',
   u'garlic cloves',
   u'orecchiette']},
 {u'id': 48719,
  u'ingredients': [u'jalapeno chilies',
   u'salt',
   u'onions',
   u'tomatoes',
   u'peeled fresh ginger',
   u'ground coriander',
   u'tumeric',
   u'vegetable oil',
   u'garlic cloves',
   u'shell-on shrimp',
   u'cilantro leaves',
   u'ground cumin']},
 {u'id': 48191,
  u'ingredients': [u'fish sauce',
   u'hot pepper',
   u'beef sirloin',
   u'soy sauce',
   u'vegetable oil',
   u'coconut milk',
   u'sugar',
   u'lime wedges',
   u'garlic cloves',
   u'jasmine rice',
   u'coarse salt',
   u'fresh basil leaves']},
 {u'id': 8826,
  u'ingredients': [u'worcestershire sauce',
   u'grating cheese',
   u'butter',
   u'dijon mustard',
   u'beer']},
 {u'id': 42703,
  u'ingredients': [u'low-fat cottage cheese',
   u'shredded cheese',
   u'garlic salt',
   u'red pepper flakes',
   u'corn tortillas',
   u'butter',
   u'greek yogurt',
   u'frozen chopped spinach',
   u'red enchilada sauce',
   u'onions']},
 {u'id': 16083,
  u'ingredients': [u'small curd cottage cheese',
   u'butter',
   u'large eggs',
   u'freshly ground pepper',
   u'feta cheese',
   u'salt',
   u'romano cheese',
   u'parsley',
   u'phyllo pastry']},
 {u'id': 26613,
  u'ingredients': [u'red chili peppers',
   u'oil',
   u'shallots',
   u'kosher salt',
   u'long grain white rice',
   u'scallions']},
 {u'id': 28088,
  u'ingredients': [u'water',
   u'salt',
   u'onions',
   u'tomatoes',
   u'grated parmesan cheese',
   u'oil',
   u'oregano',
   u'eggs',
   u'garlic',
   u'thyme',
   u'pepper flakes',
   u'eggplant',
   u'ricotta',
   u'fresh basil leaves']},
 {u'id': 39965,
  u'ingredients': [u'sugar',
   u'all-purpose flour',
   u'yellow corn meal',
   u'baking powder',
   u'milk',
   u'fat',
   u'eggs',
   u'salt']},
 {u'id': 36239,
  u'ingredients': [u'olive oil',
   u'sea salt',
   u'dijon mustard',
   u'pears',
   u'ground black pepper',
   u'garlic',
   u'white wine',
   u'balsamic vinegar']},
 {u'id': 4322,
  u'ingredients': [u'cauliflower',
   u'green olives',
   u'fresh ginger',
   u'spices',
   u'cilantro leaves',
   u'ground cardamom',
   u'ground ginger',
   u'white onion',
   u'ground black pepper',
   u'extra-virgin olive oil',
   u'sweet paprika',
   u'ground turmeric',
   u'chicken stock',
   u'preserved lemon',
   u'garlic powder',
   u'cinnamon',
   u'ground allspice',
   u'chicken thighs',
   u'tomato paste',
   u'kosher salt',
   u'roma tomatoes',
   u'garlic',
   u'ground coriander',
   u'saffron']},
 {u'id': 9951,
  u'ingredients': [u'whole milk',
   u'all-purpose flour',
   u'unsalted butter',
   u'gruyere cheese',
   u'dry bread crumbs',
   u'black pepper',
   u'shallots',
   u'grated nutmeg',
   u'grated parmesan cheese',
   u'salt',
   u'bok choy']},
 {u'id': 3045,
  u'ingredients': [u'eggs',
   u'grating cheese',
   u'flour tortillas',
   u'unsalted butter',
   u'salsa',
   u'pepper',
   u'salt']},
 {u'id': 28585,
  u'ingredients': [u'extra-virgin olive oil',
   u'garlic cloves',
   u'green onions',
   u'bulgur',
   u'fresh parsley',
   u'black pepper',
   u'salt',
   u'fresh lemon juice',
   u'diced tomatoes',
   u'english cucumber',
   u'boiling water']},
 {u'id': 39841,
  u'ingredients': [u'powdered sugar',
   u'frozen whip topping, thaw',
   u'chocolate syrup',
   u'candy bar',
   u'coffee granules',
   u'frozen pound cake',
   u'warm water',
   u'mascarpone']},
 {u'id': 25913,
  u'ingredients': [u'russet potatoes',
   u'low salt chicken broth',
   u'fresh corn',
   u'cilantro sprigs',
   u'poblano chilies',
   u'chopped cilantro fresh',
   u'water',
   u'whipping cream']},
 {u'id': 39715,
  u'ingredients': [u'hoisin sauce',
   u'rice vermicelli',
   u'shrimp',
   u'pork loin',
   u'chopped onion',
   u'coconut milk',
   u'basil leaves',
   u'rice vinegar',
   u'beansprouts',
   u'lettuce',
   u'cilantro',
   u'roasted peanuts',
   u'rice paper']},
 {u'id': 23135,
  u'ingredients': [u'kosher salt',
   u'tomatillos',
   u'ground black pepper',
   u'cumin seed',
   u'sherry vinegar',
   u'roasted garlic',
   u'virgin olive oil',
   u'poblano peppers',
   u'canola oil']},
 {u'id': 47022,
  u'ingredients': [u'sugar',
   u'garam masala',
   u'kasuri methi',
   u'chicken fingers',
   u'tomato pur\xe9e',
   u'cream',
   u'butter',
   u'ground coriander',
   u'onions',
   u'tumeric',
   u'water',
   u'ginger',
   u'oil',
   u'ground cumin',
   u'red chili peppers',
   u'crushed garlic',
   u'salt',
   u'greek yogurt']},
 {u'id': 24160,
  u'ingredients': [u'water',
   u'chili powder',
   u'salsa',
   u'ground beef',
   u'eggs',
   u'flour',
   u'salt',
   u'tomato soup',
   u'milk',
   u'butter',
   u'green pepper',
   u'sugar',
   u'baking powder',
   u'frozen corn',
   u'cornmeal']},
 {u'id': 18619,
  u'ingredients': [u'italian plum tomatoes',
   u'crushed red pepper',
   u'fresh basil leaves',
   u'grated parmesan cheese',
   u'cracked black pepper',
   u'manicotti',
   u'finely chopped onion',
   u'whole milk ricotta cheese',
   u'sausages',
   u'olive oil',
   u'dry white wine',
   u'provolone cheese']},
 {u'id': 12574,
  u'ingredients': [u'green onions',
   u'soy sauce',
   u'white sesame seeds',
   u'sugar',
   u'sesame oil',
   u'hot pepper sauce',
   u'short rib']},
 {u'id': 22681,
  u'ingredients': [u'fresh cilantro',
   u'jalapeno chilies',
   u'chickpeas',
   u'full fat coconut milk',
   u'extra-virgin olive oil',
   u'onions',
   u'fresh ginger',
   u'diced tomatoes',
   u'garlic cloves',
   u'cooked rice',
   u'garam masala',
   u'cilantro leaves']},
 {u'id': 33692,
  u'ingredients': [u'green bell pepper',
   u'vegetable oil',
   u'garlic cloves',
   u'tomato paste',
   u'dried thyme',
   u'smoked sausage',
   u'onions',
   u'cooked rice',
   u'red beans',
   u'hot sauce',
   u'dried oregano',
   u'water',
   u'stewed tomatoes',
   u'bay leaf']},
 {u'id': 538,
  u'ingredients': [u'lime',
   u'Mexican oregano',
   u'green chilies',
   u'onions',
   u'black pepper',
   u'salted butter',
   u'cilantro',
   u'buffalo',
   u'organic chicken broth',
   u'sugar',
   u'cherry tomatoes',
   u'chili powder',
   u'beer',
   u'cumin',
   u'chorizo',
   u'pepper jack',
   u'salt',
   u'garlic cloves',
   u'masa']},
 {u'id': 22118,
  u'ingredients': [u'asparagus',
   u'flank steak',
   u'garlic cloves',
   u'sake',
   u'green onions',
   u'dark brown sugar',
   u'red bell pepper',
   u'peeled fresh ginger',
   u'balsamic vinegar',
   u'corn starch',
   u'soy sauce',
   u'crimini mushrooms',
   u'peanut oil']},
 {u'id': 21890,
  u'ingredients': [u'chopped tomatoes',
   u'scallions',
   u'light brown sugar',
   u'butter',
   u'fennel bulb',
   u'fennel seeds',
   u'heavy cream']},
 {u'id': 36340,
  u'ingredients': [u'dried thyme',
   u'beef stock cubes',
   u'french sandwich rolls',
   u'peppercorns',
   u'boneless chuck roast',
   u'bay leaf',
   u'soy sauce',
   u'garlic powder',
   u'dried rosemary']},
 {u'id': 27973,
  u'ingredients': [u'grated parmesan cheese',
   u'ground nutmeg',
   u'low salt chicken broth',
   u'zucchini',
   u'whipping cream']},
 {u'id': 12870,
  u'ingredients': [u'clove',
   u'sesame seeds',
   u'star anise',
   u'roasted peanuts',
   u'ancho chile pepper',
   u'oregano',
   u'allspice',
   u'brown sugar',
   u'cinnamon',
   u'mexican chocolate',
   u'oil',
   u'onions',
   u'chicken',
   u'pecans',
   u'tomatillos',
   u'garlic',
   u'blanched almonds',
   u'corn tortillas',
   u'plum tomatoes',
   u'bread',
   u'guajillo chiles',
   u'raisins',
   u'salt',
   u'pepitas',
   u'peppercorns',
   u'plantains']},
 {u'id': 22564,
  u'ingredients': [u'sugar',
   u'dry sherry',
   u'garlic cloves',
   u'boneless chicken skinless thigh',
   u'gingerroot',
   u'soy sauce',
   u'salt',
   u'water chestnuts',
   u'scallions']},
 {u'id': 35063,
  u'ingredients': [u'quick oats',
   u'mango',
   u'mint leaves',
   u'fresh lemon juice',
   u'salt',
   u'Silk Original Soymilk']},
 {u'id': 7000,
  u'ingredients': [u'powdered sugar',
   u'active dry yeast',
   u'all-purpose flour',
   u'warm water',
   u'large eggs',
   u'sugar',
   u'unsalted butter',
   u'milk',
   u'salt']},
 {u'id': 11318,
  u'ingredients': [u'tomatoes',
   u'paprika',
   u'fresh parsley',
   u'ground ginger',
   u'honey',
   u'fresh lemon juice',
   u'chopped cilantro fresh',
   u'ground cinnamon',
   u'lemon slices',
   u'onions',
   u'chicken broth',
   u'olive oil',
   u'juice',
   u'ground cumin']},
 {u'id': 47001,
  u'ingredients': [u'Bertolli\xae Alfredo Sauce',
   u'fresh thyme leaves',
   u'boneless skinless chicken breast halves',
   u'finely chopped fresh parsley',
   u'all-purpose flour',
   u'Bertolli\xae Classico Olive Oil',
   u'lemon',
   u'eggs',
   u'shallots',
   u'lemon juice']},
 {u'id': 11395,
  u'ingredients': [u'sugar',
   u'red pepper',
   u'cucumber',
   u'sugar pea',
   u'rice vinegar',
   u'soy sauce',
   u'tahini paste',
   u'sesame seeds',
   u'soba noodles']},
 {u'id': 23507,
  u'ingredients': [u'soy sauce',
   u'garlic',
   u'red pepper flakes',
   u'unsalted creamy peanut butter',
   u'orange juice']},
 {u'id': 47242,
  u'ingredients': [u'low-fat sour cream',
   u'cooking spray',
   u'canadian bacon',
   u'frozen chopped spinach',
   u'large egg whites',
   u'shallots',
   u'evaporated skim milk',
   u'pepper',
   u'refrigerated pizza dough',
   u'onions',
   u'reduced fat monterey jack cheese',
   u'large eggs',
   u'salt']},
 {u'id': 48957,
  u'ingredients': [u'pizza doughs',
   u'parmigiano reggiano cheese',
   u'flat leaf parsley',
   u'olive oil',
   u'garlic cloves',
   u'salt']},
 {u'id': 17721,
  u'ingredients': [u'pasta',
   u'heavy cream',
   u'parmesan cheese',
   u'white wine',
   u'mushrooms']},
 {u'id': 25138,
  u'ingredients': [u'dough',
   u'butter',
   u'sugar',
   u'all-purpose flour',
   u'granny smith apples',
   u'ground cinnamon',
   u'salt']},
 {u'id': 47438,
  u'ingredients': [u'warm water',
   u'all-purpose flour',
   u'olive oil',
   u'dried rosemary',
   u'dry yeast',
   u'kosher salt',
   u'olive oil flavored cooking spray']},
 {u'id': 47162, u'ingredients': [u'pie dough', u'cherry preserves', u'jam']},
 {u'id': 42459,
  u'ingredients': [u'water',
   u'pistachios',
   u'phyllo pastry',
   u'sugar',
   u'unsalted butter',
   u'vanilla extract',
   u'grated orange peel',
   u'honey',
   u'whipping cream',
   u'unsalted pistachios',
   u'large eggs',
   u'cream cheese']},
 {u'id': 6486,
  u'ingredients': [u'cauliflower',
   u'peas',
   u'chopped cilantro',
   u'water',
   u'garlic',
   u'onions',
   u'crushed tomatoes',
   u'salt',
   u'orecchiette',
   u'cooking oil',
   u'ground coriander',
   u'ground cumin']},
 {u'id': 24116,
  u'ingredients': [u'red chili powder',
   u'mustard greens',
   u'ground turmeric',
   u'potatoes',
   u'cumin seed',
   u'tomatoes',
   u'vegetable oil',
   u'onions',
   u'red chili peppers',
   u'salt']},
 {u'id': 31596,
  u'ingredients': [u'sugar',
   u'hot chili oil',
   u'hot chili paste',
   u'garlic cloves',
   u'bamboo shoots',
   u'fresh ham butt',
   u'water chestnuts',
   u'vegetable oil',
   u'scallions',
   u'tree ears',
   u'soy sauce',
   u'peeled fresh ginger',
   u'salt',
   u'corn starch',
   u'white vinegar',
   u'large egg whites',
   u'rice wine',
   u'dark sesame oil',
   u'red bell pepper']},
 {u'id': 38887,
  u'ingredients': [u'chinese sausage',
   u'sesame oil',
   u'soy sauce',
   u'shallots',
   u'rice',
   u'brown sugar',
   u'cooking oil',
   u'ginger',
   u'pork belly',
   u'rice wine']},
 {u'id': 10665,
  u'ingredients': [u'ground cinnamon',
   u'lime juice',
   u'chicken breasts',
   u'rice',
   u'kidney',
   u'soy sauce',
   u'olive oil',
   u'ginger',
   u'garlic cloves',
   u'sugar',
   u'dried thyme',
   u'marinade',
   u'ground allspice',
   u'onions',
   u'white vinegar',
   u'pepper',
   u'spring onions',
   u'cayenne pepper',
   u'coconut milk']},
 {u'id': 13712,
  u'ingredients': [u'whole peppercorn',
   u'chuck roast',
   u'beef stock cubes',
   u'Manzanilla olives',
   u'pepper',
   u'potatoes',
   u'salt',
   u'onions',
   u'ketchup',
   u'cooking oil',
   u'garlic',
   u'red bell pepper',
   u'tomatoes',
   u'water',
   u'bay leaves',
   u'corn flour']},
 {u'id': 2633,
  u'ingredients': [u'cremini mushrooms',
   u'unsalted butter',
   u'kosher salt',
   u'vegetable oil',
   u'black pepper',
   u'medium dry sherry',
   u'tenderloin roast',
   u'sauce']},
 {u'id': 35784,
  u'ingredients': [u'french dressing',
   u'baking potatoes',
   u'red bell pepper',
   u'diced onions',
   u'large eggs',
   u'salt',
   u'black pepper',
   u'chopped celery',
   u'low-fat sour cream',
   u'light mayonnaise',
   u'celery seed']},
 {u'id': 45204,
  u'ingredients': [u'cherry tomatoes',
   u'dry white wine',
   u'extra-virgin olive oil',
   u'freshly ground pepper',
   u'brandy',
   u'prosciutto',
   u'chicken drumsticks',
   u'port',
   u'chopped parsley',
   u'English mustard',
   u'sun-dried tomatoes',
   u'shallots',
   u'garlic',
   u'red bell pepper',
   u'pepper',
   u'lemon zest',
   u'sea salt',
   u'white wine vinegar']},
 {u'id': 46722,
  u'ingredients': [u'powdered sugar',
   u'unsalted butter',
   u'salt',
   u'heavy whipping cream',
   u'buttercream frosting',
   u'buttermilk',
   u'cupcakes',
   u'brown sugar',
   u'baking powder',
   u'all-purpose flour',
   u'caramel sauce',
   u'eggs',
   u'baking soda',
   u'vanilla extract',
   u'chopped pecans']},
 {u'id': 34949,
  u'ingredients': [u'sugar',
   u'grated lemon zest',
   u'melted butter',
   u'flour',
   u'eggs',
   u'salt',
   u'milk',
   u'cognac']},
 {u'id': 35321,
  u'ingredients': [u'rice stick noodles',
   u'water',
   u'garlic',
   u'soy sauce',
   u'hoisin sauce',
   u'gai lan',
   u'honey',
   u'peanut oil',
   u'white vinegar',
   u'white onion',
   u'kecap manis']},
 {u'id': 46430,
  u'ingredients': [u'butter',
   u'toasted pecans',
   u'white sugar',
   u'brown sugar',
   u'vanilla extract',
   u'milk']},
 {u'id': 34431,
  u'ingredients': [u'dijon mustard',
   u'whipping cream',
   u'Belgian endive',
   u'swiss cheese',
   u'sliced ham',
   u'ground nutmeg',
   u'butter',
   u'low salt chicken broth',
   u'whole milk',
   u'all-purpose flour']},
 {u'id': 30890,
  u'ingredients': [u'eggs',
   u'evaporated milk',
   u'confectioners sugar',
   u'water',
   u'vegetable oil',
   u'shortening',
   u'granulated sugar',
   u'bread flour',
   u'active dry yeast',
   u'salt']},
 {u'id': 42132,
  u'ingredients': [u'mayonaise',
   u'chicken breasts',
   u'carrots',
   u'potatoes',
   u'crushed pineapple',
   u'sweetened condensed milk',
   u'pepper',
   u'salt',
   u'onions',
   u'sweet pickle relish',
   u'hard-boiled egg',
   u'ham']},
 {u'id': 15702,
  u'ingredients': [u'lemon grass',
   u'garlic',
   u'kaffir lime leaves',
   u'shallots',
   u'chicken carcass',
   u'galangal',
   u'water',
   u'thai chile']},
 {u'id': 47719,
  u'ingredients': [u'sugar',
   u'chopped onion',
   u'unsweetened coconut milk',
   u'butter',
   u'garlic cloves',
   u'ground nutmeg',
   u'ground allspice',
   u'solid pack pumpkin',
   u'crushed red pepper',
   u'low salt chicken broth']},
 {u'id': 45160,
  u'ingredients': [u'romaine lettuce',
   u'cooking spray',
   u'fine sea salt',
   u'fontina cheese',
   u'large eggs',
   u'pecorino romano cheese',
   u'garlic cloves',
   u'rocket leaves',
   u'reduced fat milk',
   u'extra-virgin olive oil',
   u'fresh leav spinach',
   u'yukon gold potatoes',
   u'dry bread crumbs']},
 {u'id': 20600,
  u'ingredients': [u'sugar',
   u'passion fruit',
   u'water',
   u'unflavored gelatin',
   u'fresh lemon juice']},
 {u'id': 10800,
  u'ingredients': [u'pepper',
   u'feta cheese crumbles',
   u'refrigerated pizza dough',
   u'frozen chopped spinach',
   u'garlic cloves',
   u'large eggs',
   u'chopped fresh mint']},
 {u'id': 30479,
  u'ingredients': [u'grape tomatoes',
   u'coarse salt',
   u'grated lemon zest',
   u'long grain white rice',
   u'ground pepper',
   u'extra-virgin olive oil',
   u'fresh parsley leaves',
   u'boneless, skinless chicken breast',
   u'red wine vinegar',
   u'english cucumber',
   u'dried oregano',
   u'nonfat plain greek yogurt',
   u'purple onion',
   u'lemon juice']},
 {u'id': 9457,
  u'ingredients': [u'ground black pepper',
   u'green onions',
   u'all-purpose flour',
   u'kosher salt',
   u'finely chopped onion',
   u'vegetable oil',
   u'medium shrimp',
   u'shrimp stock',
   u'cayenne',
   u'fresh thyme leaves',
   u'fresh parsley leaves',
   u'minced garlic',
   u'bay leaves',
   u'baking potatoes',
   u'long grain white rice']},
 {u'id': 26571,
  u'ingredients': [u'brown sugar',
   u'palm sugar',
   u'lite coconut milk',
   u'mango',
   u'sweet rice',
   u'salt',
   u'water']},
 {u'id': 42942,
  u'ingredients': [u'bread',
   u'risotto',
   u'cake',
   u'cheese',
   u'chopped parsley',
   u'sugar',
   u'olive oil',
   u'butter',
   u'salt',
   u'onions',
   u'tomato paste',
   u'pepper',
   u'yolk',
   u'garlic',
   u'celery',
   u'white wine',
   u'basil leaves',
   u'diced tomatoes',
   u'rice']},
 {u'id': 36635,
  u'ingredients': [u'chicken stock',
   u'black beans',
   u'evaporated milk',
   u'radishes',
   u'lime wedges',
   u'cilantro leaves',
   u'corn starch',
   u'corn tortilla chips',
   u'kosher salt',
   u'sharp white cheddar cheese',
   u'guacamole',
   u'chees fresco queso',
   u'hot sauce',
   u'canola oil',
   u'avocado',
   u'white pepper',
   u'chorizo',
   u'cayenne',
   u'onion powder',
   u'purple onion',
   u'yellow onion',
   u'ground cumin',
   u'green chile',
   u'American cheese',
   u'garlic powder',
   u'jalapeno chilies',
   u'shredded lettuce',
   u'salsa',
   u'sour cream']},
 {u'id': 43617,
  u'ingredients': [u'sugar',
   u'sesame oil',
   u'yardlong beans',
   u'peanut oil',
   u'soy sauce',
   u'salt',
   u'szechwan peppercorns',
   u'dried chile']},
 {u'id': 16911,
  u'ingredients': [u'silver tequila',
   u'ice',
   u'lime wedges',
   u'light agave nectar',
   u'kosher salt',
   u'fresh lime juice']},
 {u'id': 122,
  u'ingredients': [u'taco shells',
   u'minced onion',
   u'shredded lettuce',
   u'cumin',
   u'sugar',
   u'seasoning salt',
   u'chili powder',
   u'corn flour',
   u'shredded cheddar cheese',
   u'beef bouillon',
   u'paprika',
   u'ground chuck',
   u'garlic powder',
   u'onion powder',
   u'garlic salt']},
 {u'id': 22340,
  u'ingredients': [u'melted butter',
   u'white sugar',
   u'dough',
   u'vanilla extract',
   u'sliced almonds',
   u'ground cinnamon',
   u'cream cheese']},
 {u'id': 37007,
  u'ingredients': [u'asparagus',
   u'olive oil',
   u'cornish hens',
   u'ground black pepper',
   u'lemon juice',
   u'fresh marjoram',
   u'salt']},
 {u'id': 23595,
  u'ingredients': [u'italian tomatoes',
   u'freshly grated parmesan',
   u'fresh shiitake mushrooms',
   u'fresh parsley leaves',
   u'hot red pepper flakes',
   u'dried basil',
   u'unsalted butter',
   u'bow-tie pasta',
   u'oregano',
   u'milk',
   u'prosciutto',
   u'large garlic cloves',
   u'gorgonzola',
   u'fontina',
   u'olive oil',
   u'finely chopped onion',
   u'all-purpose flour']},
 {u'id': 25233,
  u'ingredients': [u'olive oil',
   u'butter',
   u'freshly ground pepper',
   u'mushrooms',
   u'gruyere cheese',
   u'fresh parsley',
   u'fresh thyme',
   u'vegetable broth',
   u'bay leaf',
   u'baguette',
   u'dry white wine',
   u'salt',
   u'onions']},
 {u'id': 5503,
  u'ingredients': [u'red chili peppers',
   u'sweet soy sauce',
   u'squid',
   u'water',
   u'ginger',
   u'soy sauce',
   u'sesame oil',
   u'corn starch',
   u'chinese rice wine',
   u'thai basil',
   u'garlic']},
 {u'id': 47338,
  u'ingredients': [u'pineapple chunks',
   u'boneless chicken',
   u'soup',
   u'thai green curry paste',
   u'straw mushrooms',
   u'cilantro sprigs',
   u'vegetable oil']},
 {u'id': 44695,
  u'ingredients': [u'pepper',
   u'star anise',
   u'canola oil',
   u'fish sauce',
   u'cassia cinnamon',
   u'yellow onion',
   u'clove',
   u'beef brisket',
   u'salt',
   u'brown sugar',
   u'ginger',
   u'fat']},
 {u'id': 7141,
  u'ingredients': [u'all-purpose flour',
   u'large eggs',
   u'sugar',
   u'white cornmeal',
   u'buttermilk']},
 {u'id': 14564,
  u'ingredients': [u'grated parmesan cheese',
   u'pepper',
   u'paprika',
   u'baguette',
   u'garlic cloves',
   u'butter']},
 {u'id': 19655,
  u'ingredients': [u'large eggs', u'all-purpose flour', u'milk', u'salt']},
 {u'id': 35326,
  u'ingredients': [u'curry powder',
   u'cilantro leaves',
   u'plain yogurt',
   u'heavy cream',
   u'rotisserie chicken',
   u'black pepper',
   u'olive oil',
   u'yellow onion',
   u'kosher salt',
   u'diced tomatoes',
   u'cooked white rice']},
 {u'id': 35922,
  u'ingredients': [u'fresh cilantro',
   u'chili powder',
   u'salt',
   u'medium shrimp',
   u'olive oil',
   u'red wine vinegar',
   u'corn tortillas',
   u'lime',
   u'lime wedges',
   u'sour cream',
   u'ground cumin',
   u'sugar',
   u'red cabbage',
   u'garlic',
   u'chipotles in adobo']},
 {u'id': 28171,
  u'ingredients': [u'olive oil',
   u'tomato paste',
   u'garlic cloves',
   u'diced tomatoes',
   u'dried basil',
   u'dried oregano']},
 {u'id': 1322,
  u'ingredients': [u'fresh basil',
   u'vegetable oil',
   u'zucchini',
   u'all-purpose flour',
   u'ground black pepper',
   u'salt',
   u'eggs',
   u'grated parmesan cheese']},
 {u'id': 14923,
  u'ingredients': [u'evaporated milk',
   u'vegetable oil',
   u'large eggs',
   u'self rising flour',
   u'seasoning salt',
   u'soft shelled crabs']},
 {u'id': 42344,
  u'ingredients': [u'low-fat cream cheese',
   u'shredded sharp cheddar cheese',
   u'frozen peas',
   u'diced tomatoes',
   u'ham',
   u'penne pasta']},
 {u'id': 16380,
  u'ingredients': [u'shredded cheddar cheese',
   u'sliced olives',
   u'chopped cilantro',
   u'salsa verde',
   u'taco seasoning',
   u'refried beans',
   u'diced tomatoes',
   u'ground beef',
   u'flour tortillas',
   u'sour cream']},
 {u'id': 15233,
  u'ingredients': [u'garam masala',
   u'yellow onion',
   u'ground ginger',
   u'vegetable oil',
   u'garlic cloves',
   u'whole milk yoghurt',
   u'firm tofu',
   u'kosher salt',
   u'baby spinach',
   u'plum tomatoes']},
 {u'id': 8338,
  u'ingredients': [u'taro',
   u'oil',
   u'water',
   u'glutinous rice flour',
   u'dried shrimp',
   u'salt',
   u'rice flour',
   u'chinese sausage',
   u'scallions']},
 {u'id': 41014,
  u'ingredients': [u'fennel seeds',
   u'peanuts',
   u'paprika',
   u'sugar',
   u'bay leaves',
   u'garlic',
   u'black peppercorns',
   u'coriander seeds',
   u'crushed red pepper flakes',
   u'kosher salt',
   u'cinnamon']},
 {u'id': 30440,
  u'ingredients': [u'refried beans',
   u'vegetable oil',
   u'boneless skinless chicken breast halves',
   u'sliced black olives',
   u'prepared guacamole',
   u'sliced green onions',
   u'taco seasoning mix',
   u'diced tomatoes',
   u'chopped cilantro fresh',
   u'shredded cheddar cheese',
   u'lean bacon',
   u'sour cream']},
 {u'id': 23043,
  u'ingredients': [u'water',
   u'garlic',
   u'green beans',
   u'tomato paste',
   u'reduced sodium soy sauce',
   u'corn starch',
   u'fresh ginger',
   u'crushed red pepper',
   u'canola oil',
   u'sugar',
   u'extra firm tofu',
   u'chinkiang vinegar']},
 {u'id': 20788,
  u'ingredients': [u'creole mustard',
   u'black-eyed peas',
   u'salt',
   u'bay leaf',
   u'water',
   u'extra-virgin olive oil',
   u'frozen corn kernels',
   u'green bell pepper',
   u'hot pepper sauce',
   u'rice vinegar',
   u'sliced green onions',
   u'honey',
   u'purple onion',
   u'red bell pepper']},
 {u'id': 14375,
  u'ingredients': [u'finely chopped onion',
   u'baking powder',
   u'beer',
   u'jalapeno chilies',
   u'salt',
   u'cornmeal',
   u'large eggs',
   u'Tabasco Pepper Sauce',
   u'peanut oil',
   u'sugar',
   u'green onions',
   u'all-purpose flour']},
 {u'id': 1184,
  u'ingredients': [u'brown sugar',
   u'extra firm tofu',
   u'tomato ketchup',
   u'onions',
   u'water',
   u'garlic',
   u'corn starch',
   u'soy sauce',
   u'cooking oil',
   u'carrots',
   u'pineapple chunks',
   u'green bell pepper, slice',
   u'rice vinegar',
   u'red bell pepper']},
 {u'id': 34280,
  u'ingredients': [u'minced garlic',
   u'chopped fresh thyme',
   u'duxelles',
   u'cooking spray',
   u'salt',
   u'grated parmesan cheese',
   u'baking potatoes',
   u'black pepper',
   u'whole milk']},
 {u'id': 46171,
  u'ingredients': [u'emerils original essence',
   u'fresh thyme',
   u'worcestershire sauce',
   u'all-purpose flour',
   u'flat leaf parsley',
   u'unsalted butter',
   u'coarse salt',
   u'garlic',
   u'cayenne pepper',
   u'onions',
   u'crawfish',
   u'bay leaves',
   u'diced tomatoes',
   u'hot sauce',
   u'cooked white rice',
   u'shrimp stock',
   u'chopped green bell pepper',
   u'lemon',
   u'chopped celery',
   u'scallions']},
 {u'id': 31834,
  u'ingredients': [u'sugar',
   u'large garlic cloves',
   u'yellow onion',
   u'olive oil',
   u'button mushrooms',
   u'toasted sesame oil',
   u'soy sauce',
   u'florets',
   u'red bell pepper',
   u'sesame seeds',
   u'broccoli',
   u'noodles']},
 {u'id': 14759,
  u'ingredients': [u'tomatoes',
   u'olive oil',
   u'adobo sauce',
   u'chipotle chile',
   u'fresh lemon juice',
   u'chiles',
   u'garlic cloves',
   u'onions',
   u'kosher salt',
   u'arbol chile']},
 {u'id': 15855,
  u'ingredients': [u'soy sauce',
   u'sesame oil',
   u'scallions',
   u'sugar',
   u'tuna steaks',
   u'salt',
   u'ground black pepper',
   u'red pepper flakes',
   u'canned low sodium chicken broth',
   u'cooking oil',
   u'garlic']},
 {u'id': 6662,
  u'ingredients': [u'frozen chopped spinach',
   u'vegetable oil cooking spray',
   u'grated parmesan cheese',
   u'garlic',
   u'nonfat cottage cheese',
   u'tomatoes',
   u'pepper',
   u'lasagna noodles, cooked and drained',
   u'fresh oregano',
   u'fresh mushrooms',
   u'tomato paste',
   u'tomato sauce',
   u'shredded carrots',
   u'beef broth',
   u'chopped onion',
   u'fresh basil',
   u'part-skim mozzarella cheese',
   u'ricotta cheese',
   u'green pepper',
   u'italian seasoning']},
 {u'id': 15056,
  u'ingredients': [u'kosher salt',
   u'chopped walnuts',
   u'greek yogurt',
   u'sliced cucumber',
   u'garlic cloves',
   u'ground black pepper',
   u'cumin seed',
   u'extra-virgin olive oil',
   u'fresh lemon juice']},
 {u'id': 34873,
  u'ingredients': [u'brown sugar',
   u'minced garlic',
   u'soy sauce',
   u'water',
   u'cider vinegar',
   u'boneless chicken breast',
   u'ground ginger',
   u'pepper',
   u'corn starch']},
 {u'id': 20089,
  u'ingredients': [u'milk',
   u'salt',
   u'water',
   u'butter',
   u'country ham',
   u'vegetable oil',
   u'grits',
   u'andouille sausage',
   u'flour',
   u'shrimp']},
 {u'id': 20015,
  u'ingredients': [u'garlic powder',
   u'butter',
   u'salt',
   u'heavy whipping cream',
   u'cumin',
   u'black pepper',
   u'boneless skinless chicken breasts',
   u'paprika',
   u'red bell pepper',
   u'chopped cilantro',
   u'chicken broth',
   u'jalapeno chilies',
   u'red pepper flakes',
   u'cayenne pepper',
   u'sour cream',
   u'chopped green chilies',
   u'chili powder',
   u'purple onion',
   u'diced tomatoes in juice',
   u'dried oregano']},
 {u'id': 18402,
  u'ingredients': [u'plain dry bread crumb',
   u'finely chopped fresh parsley',
   u'ground pork',
   u'salt',
   u'ground black pepper',
   u'ground veal',
   u'spaghetti, cook and drain',
   u'Bertolli\xae Classico Olive Oil',
   u'grated parmesan cheese',
   u'loosely packed fresh basil leaves',
   u'yellow onion',
   u'eggs',
   u'bertolli vidalia onion with roast garlic sauc',
   u'bacon',
   u'garlic']},
 {u'id': 6418,
  u'ingredients': [u'pecans',
   u'large eggs',
   u'all-purpose flour',
   u'unsalted butter',
   u'light corn syrup',
   u'sugar',
   u'ice water',
   u'dark brown sugar',
   u'semisweet chocolate',
   u'salt']},
 {u'id': 1454,
  u'ingredients': [u'fresh ginger',
   u'garlic',
   u'scallions',
   u'sugar',
   u'egg whites',
   u'salt',
   u'chicken thighs',
   u'dark soy sauce',
   u'vinegar',
   u'purple onion',
   u'corn starch',
   u'red chili peppers',
   u'Shaoxing wine',
   u'roasted peanuts']},
 {u'id': 14070,
  u'ingredients': [u'curry powder',
   u'potatoes',
   u'vegetable oil',
   u'scallions',
   u'granulated sugar',
   u'chicken breasts',
   u'ginger',
   u'curry paste',
   u'chili paste',
   u'bell pepper',
   u'crushed red pepper flakes',
   u'toasted sesame oil',
   u'soy sauce',
   u'kecap manis',
   u'shallots',
   u'rice vinegar',
   u'toasted sesame seeds']},
 {u'id': 26424,
  u'ingredients': [u'yellow miso',
   u'dried bonito flakes',
   u'bok choy',
   u'extra firm silken tofu',
   u'scallions',
   u'fresh ginger',
   u'hot sauce',
   u'greens',
   u'sesame oil',
   u'konbu']},
 {u'id': 27349,
  u'ingredients': [u'bread',
   u'lime',
   u'vegetable oil',
   u'ground coriander',
   u'ground turmeric',
   u'melted butter',
   u'chicken breasts',
   u'salt',
   u'onions',
   u'ground ginger',
   u'chopped tomatoes',
   u'garlic',
   u'lemon juice',
   u'ground cumin',
   u'red chili peppers',
   u'chili powder',
   u'cilantro leaves',
   u'basmati rice']},
 {u'id': 26459,
  u'ingredients': [u'sugar',
   u'ginger',
   u'red pepper flakes',
   u'carrots',
   u'napa cabbage',
   u'garlic',
   u'fish sauce',
   u'sea salt']},
 {u'id': 13151,
  u'ingredients': [u'small white beans',
   u'vine ripened tomatoes',
   u'fresh basil leaves',
   u'garlic',
   u'sweet onion',
   u'fresh lemon juice']},
 {u'id': 12264,
  u'ingredients': [u'black pepper',
   u'large garlic cloves',
   u'large shrimp',
   u'olive oil',
   u'salt',
   u'unsalted butter',
   u'capellini',
   u'hot red pepper flakes',
   u'dry white wine',
   u'flat leaf parsley']},
 {u'id': 18366,
  u'ingredients': [u'Fuyu persimmons',
   u'ground black pepper',
   u'kosher salt',
   u'bresaola',
   u'rocket leaves',
   u'balsamic vinegar']},
 {u'id': 46851,
  u'ingredients': [u'spinach',
   u'bell pepper',
   u'tuna',
   u'olive oil',
   u'yellow onion',
   u'water',
   u'green onions',
   u'curry powder',
   u'garlic']},
 {u'id': 18954,
  u'ingredients': [u'zucchini',
   u'fresh mushrooms',
   u'italian salad dressing',
   u'romaine lettuce',
   u'cauliflowerets',
   u'lemon juice',
   u'parmesan cheese',
   u'reduced fat provolone cheese',
   u'ripe olives',
   u'tomatoes',
   u'turkey salami',
   u'croutons',
   u'sliced green onions']},
 {u'id': 39858,
  u'ingredients': [u'sugar',
   u'vegetable oil',
   u'onions',
   u'black pepper',
   u'corn starch',
   u'soy sauce',
   u'dry sherry',
   u'green bell pepper',
   u'flank steak',
   u'red bell pepper']},
 {u'id': 43500,
  u'ingredients': [u'flour',
   u'cracked black pepper',
   u'carrots',
   u'onions',
   u'lamb kidneys',
   u'butter',
   u'lamb',
   u'celery',
   u'kosher salt',
   u'baking potatoes',
   u'beef broth',
   u'chopped parsley',
   u'vegetable oil',
   u'garlic',
   u'thyme']},
 {u'id': 21656,
  u'ingredients': [u'unsalted butter',
   u'grated lemon zest',
   u'pasta',
   u'sea salt',
   u'fresh parsley',
   u'heavy cream',
   u'freshly ground pepper',
   u'fresh chives',
   u'cheese']},
 {u'id': 10505,
  u'ingredients': [u'chiles',
   u'Sriracha',
   u'sesame oil',
   u'scallions',
   u'soy sauce',
   u'sherry',
   u'rice vinegar',
   u'chicken stock',
   u'fresh ginger',
   u'boneless skinless chicken breasts',
   u'peanut oil',
   u'sugar',
   u'hoisin sauce',
   u'garlic',
   u'corn starch']},
 {u'id': 5313,
  u'ingredients': [u'ground ginger',
   u'fresh coriander',
   u'dried chickpeas',
   u'boneless lamb',
   u'ground cinnamon',
   u'butter',
   u'flat leaf parsley',
   u'tomatoes',
   u'masoor dal',
   u'long-grain rice',
   u'tumeric',
   u'lemon',
   u'onions']},
 {u'id': 28951,
  u'ingredients': [u'avocado',
   u'gari',
   u'vegetable oil',
   u'scallions',
   u'ginger juice',
   u'seedless cucumber',
   u'nori paper',
   u'long-grain rice',
   u'cold water',
   u'soy sauce',
   u'shredded carrots',
   u'rice vinegar',
   u'hot water',
   u'wasabi',
   u'sugar',
   u'sesame seeds',
   u'salt',
   u'surimi']},
 {u'id': 19961,
  u'ingredients': [u'garlic paste',
   u'coriander powder',
   u'meat',
   u'ghee',
   u'plain yogurt',
   u'potatoes',
   u'salt',
   u'ginger paste',
   u'tumeric',
   u'vinegar',
   u'hot chili powder',
   u'coriander',
   u'pepper',
   u'curry sauce',
   u'green chilies',
   u'ground cumin']},
 {u'id': 1795,
  u'ingredients': [u'baking soda',
   u'salt',
   u'ground cinnamon',
   u'almond extract',
   u'toasted almonds',
   u'large eggs',
   u'all-purpose flour',
   u'sugar',
   u'vanilla extract']},
 {u'id': 9917,
  u'ingredients': [u'eggs',
   u'shredded swiss cheese',
   u'onions',
   u'pastry',
   u'salt',
   u'single crust pie',
   u'bacon',
   u'milk',
   u'all-purpose flour']},
 {u'id': 26180,
  u'ingredients': [u'enchilada sauce',
   u'cooked chicken',
   u'corn tortillas',
   u'black beans',
   u'shredded colby',
   u'frozen corn']},
 {u'id': 9726,
  u'ingredients': [u'penne',
   u'butter',
   u'crushed red pepper',
   u'grated parmesan cheese',
   u'green peas',
   u'prosciutto',
   u'large garlic cloves',
   u'low salt chicken broth',
   u'crimini mushrooms',
   u'whipping cream']},
 {u'id': 47689,
  u'ingredients': [u'chicken stock',
   u'fresh shiitake mushrooms',
   u'portabello mushroom',
   u'sausage casings',
   u'butter',
   u'garlic cloves',
   u'arborio rice',
   u'olive oil',
   u'asiago',
   u'onions',
   u'Madeira',
   u'chopped fresh thyme',
   u'fresh oregano']},
 {u'id': 7866,
  u'ingredients': [u'bell pepper',
   u'monterey jack',
   u'chicken breast strips',
   u'tomato sauce',
   u'Old El Paso Flour Tortillas',
   u'Old El Paso\u2122 refried beans',
   u'fajita seasoning mix']},
 {u'id': 41625,
  u'ingredients': [u'frozen chopped spinach',
   u'chopped green chilies',
   u'salt',
   u'chopped cilantro',
   u'pepper',
   u'green onions',
   u'Mexican cheese',
   u'cumin',
   u'black beans',
   u'egg roll wrappers',
   u'frozen corn',
   u'garlic salt',
   u'avocado',
   u'water',
   u'chili powder',
   u'sour cream',
   u'ground cumin']},
 {u'id': 35160,
  u'ingredients': [u'sugar',
   u'apple cider vinegar',
   u'kosher salt',
   u'white onion',
   u'carrots',
   u'green cabbage',
   u'jalapeno chilies']},
 {u'id': 4430,
  u'ingredients': [u'baguette',
   u'large garlic cloves',
   u'garlic',
   u'mustard seeds',
   u'swiss chard',
   u'bacon',
   u'cayenne pepper',
   u'collard greens',
   u'dijon mustard',
   u'extra-virgin olive oil',
   u'fresh lemon juice',
   u'large egg yolks',
   u'red pepper flakes',
   u'salt',
   u'canola oil']},
 {u'id': 39082,
  u'ingredients': [u'unsalted butter',
   u'instant coffee',
   u'all-purpose flour',
   u'cream sweeten whip',
   u'semisweet chocolate',
   u'chocolate shavings',
   u'sugar',
   u'Irish whiskey',
   u'salt',
   u'powdered sugar',
   u'large eggs',
   u'vanilla extract']},
 {u'id': 46186,
  u'ingredients': [u'clove',
   u'black pepper',
   u'ginger',
   u'green chilies',
   u'onions',
   u'red chili peppers',
   u'cinnamon',
   u'cilantro leaves',
   u'mustard seeds',
   u'tomatoes',
   u'sesame seeds',
   u'wine vinegar',
   u'leg of lamb',
   u'clarified butter',
   u'warm water',
   u'poppy seeds',
   u'brown cardamom',
   u'bay leaf']},
 {u'id': 11988,
  u'ingredients': [u'fresh cilantro',
   u'butter',
   u'kosher salt',
   u'whole milk',
   u'yellow onion',
   u'plain yogurt',
   u'pumpkin',
   u'vegetable broth',
   u'water',
   u'spices',
   u'ground coriander']},
 {u'id': 24177,
  u'ingredients': [u'boneless pork shoulder',
   u'rice noodles',
   u'vegetables',
   u'dipping sauces',
   u'cold water',
   u'balm',
   u'shallots']},
 {u'id': 31849,
  u'ingredients': [u'unsalted butter',
   u'extra-virgin olive oil',
   u'warm water',
   u'large garlic cloves',
   u'red bell pepper',
   u'ground black pepper',
   u'basil',
   u'rigatoni',
   u'grated parmesan cheese',
   u'salt']},
 {u'id': 41194,
  u'ingredients': [u'grated orange peel',
   u'golden raisins',
   u'red bell pepper',
   u'olive oil',
   u'purple onion',
   u'chopped cilantro fresh',
   u'pitted kalamata olives',
   u'sea bass fillets',
   u'chopped fresh mint',
   u'ground cinnamon',
   u'cayenne',
   u'fresh lemon juice',
   u'ground cumin']},
 {u'id': 36968,
  u'ingredients': [u'manicotti shells',
   u'chili powder',
   u'dried oregano',
   u'water',
   u'sour cream',
   u'sliced green onions',
   u'picante sauce',
   u'lean ground beef',
   u'monterey jack',
   u'refried beans',
   u'ripe olives']},
 {u'id': 42330,
  u'ingredients': [u'frozen orange juice concentrate',
   u'fresh ginger',
   u'rice vinegar',
   u'white sugar',
   u'minced garlic',
   u'top sirloin',
   u'long-grain rice',
   u'soy sauce',
   u'broccoli florets',
   u'oil',
   u'orange zest',
   u'water',
   u'salt',
   u'corn starch']},
 {u'id': 36791,
  u'ingredients': [u'thai chile',
   u'fish sauce',
   u'cucumber',
   u'rib eye steaks',
   u'purple onion',
   u'lime',
   u'white sugar']},
 {u'id': 19704,
  u'ingredients': [u'ground black pepper',
   u'extra-virgin olive oil',
   u'lemon',
   u'spaghetti',
   u'grated parmesan cheese',
   u'salt',
   u'fresh basil',
   u'heavy cream']},
 {u'id': 4933,
  u'ingredients': [u'bread',
   u'salt',
   u'chopped parsley',
   u'cumin',
   u'curry powder',
   u'lemon juice',
   u'yukon gold',
   u'minced garlic',
   u'nonfat yogurt plain',
   u'salad oil',
   u'cayenne',
   u'cucumber',
   u'onions']},
 {u'id': 4255,
  u'ingredients': [u'adobo',
   u'water',
   u'orange juice',
   u'boneless pork shoulder',
   u'chicken bouillon',
   u'jalapeno chilies',
   u'onions',
   u'pico de gallo',
   u'minced garlic',
   u'guacamole',
   u'sazon goya',
   u'flour tortillas',
   u'Goya Corn Oil']},
 {u'id': 37105,
  u'ingredients': [u'ground black pepper',
   u'cheese',
   u'low fat small curd cottag chees',
   u'large eggs',
   u'parmigiano reggiano cheese',
   u'grated nutmeg',
   u'white onion',
   u'baby spinach']},
 {u'id': 35848,
  u'ingredients': [u'water',
   u'vegetable oil',
   u'onions',
   u'boneless chuck roast',
   u'salt',
   u'ground cumin',
   u'green chile',
   u'salsa verde',
   u'pork roast',
   u'garlic powder',
   u'all-purpose flour']},
 {u'id': 17416,
  u'ingredients': [u'yellow corn meal',
   u'pepper jack',
   u'poblano chiles',
   u'black beans',
   u'coarse salt',
   u'ground cumin',
   u'tomatoes',
   u'jalapeno chilies',
   u'onions',
   u'ground pepper',
   u'garlic cloves']},
 {u'id': 39066,
  u'ingredients': [u'cherry tomatoes',
   u'large eggs',
   u'Italian parsley leaves',
   u'kosher salt',
   u'ground black pepper',
   u'lemon wedge',
   u'fresh lemon juice',
   u'panko',
   u'baby arugula',
   u'extra-virgin olive oil',
   u'watermelon',
   u'dijon mustard',
   u'vegetable oil',
   u'center cut pork chops']},
 {u'id': 36270,
  u'ingredients': [u'celery ribs',
   u'parsley sprigs',
   u'file powder',
   u'vegetable oil',
   u'garlic cloves',
   u'green bell pepper',
   u'water',
   u'green onions',
   u'salt',
   u'onions',
   u'cooked rice',
   u'minced garlic',
   u'bay leaves',
   u'chicken stock cubes',
   u'fresh parsley',
   u'andouille sausage',
   u'ground black pepper',
   u'ground red pepper',
   u'all-purpose flour',
   u'chicken']},
 {u'id': 24406,
  u'ingredients': [u'tomato sauce',
   u'vinegar',
   u'salt',
   u'onions',
   u'pepper',
   u'beef stock',
   u'carrots',
   u'soy sauce',
   u'potatoes',
   u'fresh pork fat',
   u'beef',
   u'bay leaves',
   u'red bell pepper']},
 {u'id': 20517,
  u'ingredients': [u'dijon mustard',
   u'manchego cheese',
   u'Italian bread',
   u'figs',
   u'baby arugula',
   u'prosciutto',
   u'fig jam']},
 {u'id': 27630,
  u'ingredients': [u'white onion',
   u'lime wedges',
   u'coarse kosher salt',
   u'dried oregano',
   u'mayonaise',
   u'salsa verde',
   u'garlic cloves',
   u'chopped cilantro fresh',
   u'avocado',
   u'olive oil',
   u'tilapia',
   u'fresh lime juice',
   u'milk',
   u'fresh orange juice',
   u'corn tortillas',
   u'cabbage']},
 {u'id': 19670,
  u'ingredients': [u'vanilla beans',
   u'cooking spray',
   u'salt',
   u'powdered sugar',
   u'large eggs',
   u'vanilla extract',
   u'granulated sugar',
   u'butter',
   u'all-purpose flour',
   u'sliced almonds',
   u'fresh blueberries',
   u'1% low-fat milk']},
 {u'id': 4685,
  u'ingredients': [u'olive oil',
   u'hot red pepper flakes',
   u'garlic cloves',
   u'pitted kalamata olives',
   u'acini di pepe',
   u'unsalted butter']},
 {u'id': 45260,
  u'ingredients': [u'parmigiano-reggiano cheese',
   u'cracked black pepper',
   u'arugula',
   u'aged balsamic vinegar',
   u'balsamic vinegar',
   u'beef tenderloin',
   u'radicchio',
   u'extra-virgin olive oil',
   u'canola oil',
   u'fresh rosemary',
   u'lemon',
   u'coarse kosher salt']},
 {u'id': 378,
  u'ingredients': [u'sesame seeds',
   u'peanut oil',
   u'all-purpose flour',
   u'soy sauce',
   u'seaweed',
   u'salt',
   u'soda water']},
 {u'id': 40841,
  u'ingredients': [u'eggs',
   u'water',
   u'decorating sugars',
   u'salt',
   u'sugar',
   u'egg yolks',
   u'butter',
   u'yeast',
   u'powdered sugar',
   u'flour',
   u'cinnamon',
   u'cream cheese, soften',
   u'melted butter',
   u'warm water',
   u'cooking spray',
   u'vanilla']},
 {u'id': 27632,
  u'ingredients': [u'spinach',
   u'dried bonito flakes',
   u'mirin',
   u'soy sauce',
   u'konbu dashi',
   u'salt']},
 {u'id': 12193, u'ingredients': [u'flour tortillas', u'shrimp', u'asadero']},
 {u'id': 38047,
  u'ingredients': [u'low sodium chicken broth',
   u'white rice',
   u'lime juice',
   u'lime wedges',
   u'sour cream',
   u'avocado',
   u'cooked chicken',
   u'frozen corn kernels',
   u'fresh cilantro',
   u'tomato salsa']},
 {u'id': 10170,
  u'ingredients': [u'pepper',
   u'sliced black olives',
   u'firm tofu',
   u'fresh basil',
   u'olive oil',
   u'pasta spiral',
   u'capers',
   u'pesto sauce mix',
   u'salt',
   u'milk',
   u'grated parmesan cheese',
   u'fresh mushrooms']},
 {u'id': 25043,
  u'ingredients': [u'fresh spinach',
   u'daikon',
   u'potato flour',
   u'radishes',
   u'tamari soy sauce',
   u'curry powder',
   u'vegetable broth',
   u'udon',
   u'carrots']},
 {u'id': 23851,
  u'ingredients': [u'tomatoes',
   u'chopped garlic',
   u'linguine',
   u'crushed red pepper',
   u'olive oil']},
 {u'id': 14743,
  u'ingredients': [u'green onions',
   u'garlic cloves',
   u'water',
   u'salt',
   u'crushed red pepper',
   u'peeled fresh ginger',
   u'chinese cabbage']},
 {u'id': 13294,
  u'ingredients': [u'dry white wine',
   u'champagne vinegar',
   u'pernod',
   u'crushed ice',
   u'shallots',
   u'oysters',
   u'red bell pepper']},
 {u'id': 26466,
  u'ingredients': [u'butter lettuce',
   u'hoisin sauce',
   u'boneless skinless chicken breasts',
   u'rice vinegar',
   u'fresh ginger',
   u'mushrooms',
   u'vegetable oil',
   u'soy sauce',
   u'water chestnuts',
   u'sesame oil',
   u'Sriracha',
   u'green onions',
   u'garlic']},
 {u'id': 32002,
  u'ingredients': [u'kale',
   u'zucchini',
   u'purple onion',
   u'tomato pur\xe9e',
   u'salt and ground black pepper',
   u'leeks',
   u'hot water',
   u'day old bread',
   u'swiss chard',
   u'cannellini beans',
   u'celery',
   u'savoy cabbage',
   u'olive oil',
   u'potatoes',
   u'carrots']},
 {u'id': 37526,
  u'ingredients': [u'chicken broth',
   u'black-eyed peas',
   u'chopped cooked ham',
   u'sugar',
   u'collard greens',
   u'vegetable oil',
   u'seasoning',
   u'pepper']},
 {u'id': 8888,
  u'ingredients': [u'olive oil',
   u'biscuits',
   u'freshly ground pepper',
   u'kosher salt',
   u'fresh parsley',
   u'grated parmesan cheese']},
 {u'id': 38945,
  u'ingredients': [u'peaches',
   u'salt',
   u'balsamic vinegar',
   u'brown sugar',
   u'cracked black pepper',
   u'vegetable oil']},
 {u'id': 38546,
  u'ingredients': [u'fresh thyme',
   u'deveined shrimp',
   u'chopped onion',
   u'pepper',
   u'vegetable oil',
   u'chopped celery',
   u'cooking spray',
   u'dry red wine',
   u'halibut fillets',
   u'diced tomatoes',
   u'salt']},
 {u'id': 38869,
  u'ingredients': [u'vanilla', u'large egg yolks', u'whole milk', u'sugar']},
 {u'id': 10556,
  u'ingredients': [u'avocado',
   u'honey',
   u'chips',
   u'salt',
   u'ground cumin',
   u'fresh cilantro',
   u'jalapeno chilies',
   u'onion powder',
   u'fresh lime juice',
   u'sugar',
   u'garlic powder',
   u'cooking spray',
   u'corn tortillas',
   u'pomegranate seeds',
   u'clementine sections',
   u'paprika',
   u'sliced green onions']},
 {u'id': 3296,
  u'ingredients': [u'hazelnuts',
   u'hazelnut liqueur',
   u'unsalted butter',
   u'chocolate bars',
   u'bittersweet chocolate',
   u'whipping cream']},
 {u'id': 25977,
  u'ingredients': [u'tomato sauce',
   u'garlic powder',
   u'vegetable broth',
   u'enchilada sauce',
   u'cumin',
   u'tomatoes',
   u'black beans',
   u'sea salt',
   u'cayenne pepper',
   u'corn tortillas',
   u'romaine lettuce',
   u'chili powder',
   u'cheese',
   u'dried guajillo chiles',
   u'chihuahua cheese',
   u'olive oil',
   u'paprika',
   u'oil',
   u'dried oregano']},
 {u'id': 32025,
  u'ingredients': [u'hot pepper sauce',
   u'yellow onion',
   u'pepper',
   u'serrano peppers',
   u'cucumber',
   u'tostada shells',
   u'roma tomatoes',
   u'shrimp',
   u'lime',
   u'salt']},
 {u'id': 44087,
  u'ingredients': [u'capers',
   u'crumbled ricotta salata cheese',
   u'spaghetti',
   u'black pepper',
   u'salt',
   u'pitted kalamata olives',
   u'extra-virgin olive oil',
   u'peeled tomatoes',
   u'garlic cloves']},
 {u'id': 32762,
  u'ingredients': [u'cheddar cheese',
   u'cod fillets',
   u'salt',
   u'mashed potatoes',
   u'minced onion',
   u'garlic',
   u'frozen chopped spinach',
   u'ground black pepper',
   u'white cheddar cheese',
   u'milk',
   u'butter',
   u'all-purpose flour']},
 {u'id': 824,
  u'ingredients': [u'vanilla beans',
   u'tea bags',
   u'star anise',
   u'heavy cream',
   u'sugar',
   u'sweetened condensed milk']},
 {u'id': 44636,
  u'ingredients': [u'tomato paste',
   u'parmesan cheese',
   u'penne pasta',
   u'pitted kalamata olives',
   u'anchovy paste',
   u'garlic cloves',
   u'capers',
   u'cooking spray',
   u'Italian turkey sausage',
   u'tomatoes',
   u'chopped green bell pepper',
   u'chopped onion']},
 {u'id': 542,
  u'ingredients': [u'vegetable oil',
   u'corn starch',
   u'peanuts',
   u'garlic chili sauce',
   u'red bell pepper',
   u'fresh ginger',
   u'garlic',
   u'green beans',
   u'boneless skinless chicken breasts',
   u'oyster sauce',
   u'onions']},
 {u'id': 38218,
  u'ingredients': [u'kosher salt',
   u'allspice berries',
   u'lemon',
   u'rendered duck fat',
   u'juniper berries',
   u'garlic',
   u'fresh thyme',
   u'duck drumsticks']},
 {u'id': 41930,
  u'ingredients': [u'fresh lime juice',
   u'heavy cream',
   u'coconut milk',
   u'mango']},
 {u'id': 1987,
  u'ingredients': [u'crushed red pepper flakes',
   u'garlic',
   u'ground black pepper',
   u'vegetable broth',
   u'kosher salt',
   u'littleneck clams',
   u'fresh parsley leaves',
   u'unsalted butter',
   u'linguine']},
 {u'id': 37378,
  u'ingredients': [u'yellow corn meal',
   u'egg whites',
   u'all-purpose flour',
   u'sugar',
   u'non-fat sour cream',
   u'smoked cheddar cheese',
   u'vegetable oil cooking spray',
   u'baking powder',
   u'margarine',
   u'dried basil',
   u'salt']},
 {u'id': 8873,
  u'ingredients': [u'ground black pepper',
   u'whole milk ricotta cheese',
   u'fresh fava bean',
   u'sage leaves',
   u'grated parmesan cheese',
   u'salt',
   u'ground nutmeg',
   u'leeks',
   u'all-purpose flour',
   u'large eggs',
   u'butter']},
 {u'id': 1513,
  u'ingredients': [u'soy sauce',
   u'fresh ginger',
   u'white rice',
   u'tuna',
   u'water',
   u'sliced carrots',
   u'salt',
   u'pepper',
   u'sliced cucumber',
   u'garlic',
   u'onions',
   u'chile powder',
   u'olive oil',
   u'kim chee',
   u'rice vinegar']},
 {u'id': 44013,
  u'ingredients': [u'sauerkraut',
   u'sea salt',
   u'avocado',
   u'tortillas',
   u'carrots',
   u'tofu mayonnaise',
   u'sesame oil',
   u'green beans',
   u'green lentil',
   u'mixed greens']},
 {u'id': 38042,
  u'ingredients': [u'amchur',
   u'ground coriander',
   u'tumeric',
   u'vegetable oil',
   u'onions',
   u'cayenne',
   u'lemon juice',
   u'kosher salt',
   u'okra',
   u'ground cumin']},
 {u'id': 11576,
  u'ingredients': [u'soy sauce',
   u'ground black pepper',
   u'vegetable oil',
   u'orange juice',
   u'white vinegar',
   u'garlic powder',
   u'jalapeno chilies',
   u'cayenne pepper',
   u'kosher salt',
   u'granulated sugar',
   u'chicken drumsticks',
   u'lemon juice',
   u'ground cinnamon',
   u'ground nutmeg',
   u'green onions',
   u'ground allspice']},
 {u'id': 24510,
  u'ingredients': [u'celery ribs',
   u'chopped leaves',
   u'unsalted butter',
   u'extra-virgin olive oil',
   u'carrots',
   u'black peppercorns',
   u'water',
   u'heavy cream',
   u'freshly ground pepper',
   u'onions',
   u'tomato paste',
   u'kosher salt',
   u'bay leaves',
   u'all-purpose flour',
   u'thyme sprigs',
   u'brandy',
   u'corn kernels',
   u'tarragon sprigs',
   u'garlic cloves',
   u'large shrimp']},
 {u'id': 823,
  u'ingredients': [u'ground black pepper',
   u'mushrooms',
   u'garlic cloves',
   u'water',
   u'grated parmesan cheese',
   u'extra-virgin olive oil',
   u'grated lemon peel',
   u'pancetta',
   u'unsalted butter',
   u'chopped fresh thyme',
   u'low salt chicken broth',
   u'kale',
   u'whole milk',
   u'salt',
   u'polenta']},
 {u'id': 23443,
  u'ingredients': [u'soy sauce',
   u'dark sesame oil',
   u'green onions',
   u'fresh mint',
   u'lettuce leaves',
   u'garlic cloves',
   u'chicken breast halves',
   u'chopped fresh mint']},
 {u'id': 34870,
  u'ingredients': [u'coconut oil',
   u'fresh ginger',
   u'vegetable broth',
   u'chickpeas',
   u'cashew nuts',
   u'tomato paste',
   u'lite coconut milk',
   u'ground black pepper',
   u'salt',
   u'frozen peas',
   u'ground cumin',
   u'slivered almonds',
   u'garam masala',
   u'garlic',
   u'cumin seed',
   u'basmati rice',
   u'mild curry powder',
   u'fresh coriander',
   u'zucchini',
   u'yellow onion',
   u'panko breadcrumbs']},
 {u'id': 3846,
  u'ingredients': [u'buttermilk',
   u'freshly ground pepper',
   u'kosher salt',
   u'all-purpose flour',
   u'chicken',
   u'paprika',
   u'canola oil',
   u'Tabasco Pepper Sauce',
   u'ear of corn']},
 {u'id': 14993,
  u'ingredients': [u'fat free less sodium chicken broth',
   u'cooking spray',
   u'salt',
   u'garlic cloves',
   u'ground black pepper',
   u'butter',
   u'all-purpose flour',
   u'flat leaf parsley',
   u'large eggs',
   u'gruyere cheese',
   u'grated nutmeg',
   u'shiitake mushroom caps',
   u'fat free milk',
   u'shallots',
   u'buckwheat flour',
   u'33% less sodium smoked ham']},
 {u'id': 16854,
  u'ingredients': [u'pico de gallo',
   u'white onion',
   u'guacamole',
   u'cheese',
   u'sour cream',
   u'brown sugar',
   u'ground black pepper',
   u'chili powder',
   u'salsa',
   u'canola oil',
   u'green bell pepper',
   u'lime juice',
   u'seeds',
   u'garlic',
   u'skirt steak',
   u'soy sauce',
   u'flour tortillas',
   u'yellow bell pepper',
   u'red bell pepper']},
 {u'id': 5886,
  u'ingredients': [u'white onion',
   u'salt',
   u'chopped cilantro',
   u'tomatillos',
   u'garlic cloves',
   u'vegetable oil',
   u'cr\xe8me fra\xeeche',
   u'serrano chile',
   u'chees fresco queso',
   u'corn tortillas']},
 {u'id': 33793,
  u'ingredients': [u'roasted bell peppers',
   u'provolone cheese',
   u'large eggs',
   u'parmigiano reggiano cheese',
   u'sliced salami',
   u'pizza doughs']},
 {u'id': 2999,
  u'ingredients': [u'pecans',
   u'vanilla',
   u'unsalted butter',
   u'sugar',
   u'salt',
   u'butter cookies',
   u'heavy cream']},
 {u'id': 20843,
  u'ingredients': [u'corn oil',
   u'chorizo sausage',
   u'corn tortillas',
   u'mozzarella cheese']},
 {u'id': 29153,
  u'ingredients': [u'honey',
   u'salt',
   u'cooked rice',
   u'reduced sodium soy sauce',
   u'corn starch',
   u'cold water',
   u'olive oil',
   u'garlic cloves',
   u'pepper',
   u'boneless skinless chicken breasts',
   u'stir fry vegetable blend']},
 {u'id': 33790,
  u'ingredients': [u'tomatoes',
   u'olive oil',
   u'garlic',
   u'ground coriander',
   u'dried oregano',
   u'fresh spinach',
   u'diced tomatoes',
   u'salt',
   u'feta cheese crumbles',
   u'ground cumin',
   u'pepper',
   u'kalamata',
   u'yellow onion',
   u'fresh parsley',
   u'ground cinnamon',
   u'orzo pasta',
   u'crushed red pepper',
   u'lemon juice',
   u'ground lamb']},
 {u'id': 16516,
  u'ingredients': [u'ground black pepper',
   u'toasted slivered almonds',
   u'curry powder',
   u'chicken cutlets',
   u'onions',
   u'coconut oil',
   u'golden raisins',
   u'sour cream',
   u'fresh cilantro',
   u'salt']},
 {u'id': 37887,
  u'ingredients': [u'cracked black pepper',
   u'unsalted butter',
   u'ham',
   u'whole wheat sourdough bread',
   u'gruyere cheese',
   u'extra large eggs',
   u'fleur de sel']},
 {u'id': 18466,
  u'ingredients': [u'moong dal',
   u'chili powder',
   u'cumin seed',
   u'asafetida',
   u'garlic paste',
   u'water',
   u'cilantro leaves',
   u'mustard seeds',
   u'fresh curry leaves',
   u'salt',
   u'oil',
   u'red chili peppers',
   u'shallots',
   u'green chilies',
   u'ground turmeric']},
 {u'id': 48033,
  u'ingredients': [u'romaine lettuce',
   u'dijon mustard',
   u'salt',
   u'chopped cilantro',
   u'fennel bulb',
   u'purple onion',
   u'lemon juice',
   u'olive oil',
   u'jalapeno chilies',
   u'chickpeas',
   u'ground black pepper',
   u'navel oranges',
   u'tuna packed in olive oil']},
 {u'id': 45404,
  u'ingredients': [u'artichokes',
   u'butter',
   u'garlic cloves',
   u'extra-virgin olive oil',
   u'anchovy fillets']},
 {u'id': 4175,
  u'ingredients': [u'lettuce',
   u'lime',
   u'cilantro',
   u'fat',
   u'cumin',
   u'black pepper',
   u'jalapeno chilies',
   u'salt',
   u'corn tortillas',
   u'diced onions',
   u'chuck roast',
   u'garlic',
   u'sour cream',
   u'canola oil',
   u'spanish onion',
   u'tomatillos',
   u'salsa',
   u'chopped cilantro']},
 {u'id': 31986,
  u'ingredients': [u'large garlic cloves',
   u'juice',
   u'dry white wine',
   u'extra-virgin olive oil',
   u'fresh basil',
   u'diced tomatoes',
   u'gemelli',
   u'pecorino romano cheese',
   u'crushed red pepper']},
 {u'id': 38555,
  u'ingredients': [u'red chili powder',
   u'garam masala',
   u'garlic',
   u'oil',
   u'onions',
   u'kabuli channa',
   u'cilantro',
   u'green chilies',
   u'asafetida powder',
   u'ground turmeric',
   u'ground cloves',
   u'cinnamon',
   u'cilantro leaves',
   u'mustard seeds',
   u'coriander',
   u'tomatoes',
   u'tamarind extract',
   u'ginger',
   u'cumin seed',
   u'ghee']},
 {u'id': 26832,
  u'ingredients': [u'salt',
   u'spinach leaves',
   u'scallions',
   u'chicken broth',
   u'dark sesame oil',
   u'eggs']},
 {u'id': 19810,
  u'ingredients': [u'chiles',
   u'steamed white rice',
   u'grouper',
   u'tomato paste',
   u'olive oil',
   u'salt',
   u'unsweetened coconut milk',
   u'lime juice',
   u'diced tomatoes',
   u'chopped cilantro fresh',
   u'minced garlic',
   u'fish stock',
   u'onions']},
 {u'id': 49086,
  u'ingredients': [u'cinnamon', u'sugar', u'milk', u'brewed espresso']},
 {u'id': 39579,
  u'ingredients': [u'pepper flakes',
   u'olive oil',
   u'purple onion',
   u'cooked shrimp',
   u'penne',
   u'heavy cream',
   u'rice',
   u'fresh spinach',
   u'cajun seasoning',
   u'salt',
   u'white wine',
   u'garlic',
   u'corn starch']},
 {u'id': 25551,
  u'ingredients': [u'water',
   u'salt',
   u'nutmeg',
   u'cinnamon',
   u'yellow corn meal',
   u'milk',
   u'sugar',
   u'vanilla']},
 {u'id': 42549,
  u'ingredients': [u'black pepper',
   u'ginger',
   u'olive oil spray',
   u'ground cinnamon',
   u'kosher salt',
   u'ground coriander',
   u'ground cloves',
   u'paprika',
   u'chicken thighs',
   u'plain yogurt',
   u'garlic',
   u'ground cumin']},
 {u'id': 22052,
  u'ingredients': [u'flour tortillas',
   u'garlic',
   u'onions',
   u'black pepper',
   u'red pepper flakes',
   u'green pepper',
   u'cumin',
   u'boneless skinless chicken breasts',
   u'salt',
   u'chunky salsa',
   u'black beans',
   u'diced tomatoes',
   u'Mexican cheese']},
 {u'id': 45632,
  u'ingredients': [u'basil',
   u'greek yogurt',
   u'parmesan cheese',
   u'salt',
   u'spinach',
   u'cooking wine',
   u'rigatoni',
   u'mushrooms',
   u'margarine']},
 {u'id': 4143,
  u'ingredients': [u'Mexican cheese blend',
   u'large garlic cloves',
   u'taco sauce',
   u'chili powder',
   u'ground cumin',
   u'Daisy Sour Cream',
   u'flour tortillas',
   u'chopped onion',
   u'black beans',
   u'lean ground beef']},
 {u'id': 11310,
  u'ingredients': [u'lemon wedge',
   u'garlic cloves',
   u'hot red pepper flakes',
   u'extra-virgin olive oil',
   u'dried oregano',
   u'sea salt',
   u'flat leaf parsley',
   u'anchovies',
   u'white wine vinegar']},
 {u'id': 32839,
  u'ingredients': [u'sake',
   u'sesame seeds',
   u'sugar',
   u'mirin',
   u'firmly packed light brown sugar',
   u'white miso',
   u'black cod fillets']},
 {u'id': 48171,
  u'ingredients': [u'unflavored gelatin',
   u'beef brisket',
   u'garlic',
   u'cucumber',
   u'store bought low sodium chicken stock',
   u'hard-boiled egg',
   u'scallions',
   u'broth',
   u'asian pear',
   u'ginger',
   u'mustard oil',
   u'kosher salt',
   u'pickled radish',
   u'rice vinegar',
   u'noodles']},
 {u'id': 22896,
  u'ingredients': [u'genoa salami',
   u'crushed red pepper',
   u'crackers',
   u'pepper',
   u'salad dressing',
   u'roma tomatoes',
   u'turkey breast',
   u'mayonaise',
   u'provolone cheese',
   u'sliced green onions']},
 {u'id': 10878,
  u'ingredients': [u'suckling pig',
   u'orange',
   u'salt',
   u'fresh oregano leaves',
   u'garlic',
   u'lime',
   u'oregano']},
 {u'id': 31643,
  u'ingredients': [u'water',
   u'queso fresco',
   u'carrots',
   u'crema mexicana',
   u'jalapeno chilies',
   u'fine sea salt',
   u'chicken thighs',
   u'white onion',
   u'corn oil',
   u'garlic cloves',
   u'chile sauce',
   u'red potato',
   u'radishes',
   u'romaine lettuce leaves',
   u'corn tortillas']},
 {u'id': 47624,
  u'ingredients': [u'ground ginger',
   u'flaked coconut',
   u'red bell pepper',
   u'slivered almonds',
   u'mandarin oranges',
   u'green onions',
   u'crushed pineapple',
   u'cooked rice',
   u'mango chutney']},
 {u'id': 35141,
  u'ingredients': [u'water',
   u'salt',
   u'yellow corn meal',
   u'active dry yeast',
   u'milk',
   u'all-purpose flour',
   u'sugar',
   u'olive oil']},
 {u'id': 13498,
  u'ingredients': [u'canola',
   u'apple cider vinegar',
   u'ketchup',
   u'large eggs',
   u'corn starch',
   u'soy sauce',
   u'granulated sugar',
   u'salt',
   u'pepper',
   u'boneless skinless chicken breasts',
   u'garlic salt']},
 {u'id': 24566,
  u'ingredients': [u'pitted kalamata olives',
   u'fresh rosemary',
   u'frozen pastry puff sheets',
   u'fresh basil',
   u'grated parmesan cheese']},
 {u'id': 16533,
  u'ingredients': [u'brown sugar',
   u'dry yeast',
   u'grated Gruy\xe8re cheese',
   u'warm water',
   u'butter',
   u'cornmeal',
   u'solid pack pumpkin',
   u'cooking spray',
   u'chopped walnuts',
   u'ground nutmeg',
   u'salt',
   u'bread flour']},
 {u'id': 15437,
  u'ingredients': [u'cheddar cheese',
   u'chuck roast',
   u'onion powder',
   u'salsa',
   u'lime',
   u'guacamole',
   u'diced tomatoes',
   u'sour cream',
   u'pepper',
   u'flour tortillas',
   u'shredded lettuce',
   u'beef broth',
   u'garlic powder',
   u'chili powder',
   u'salt',
   u'ground cumin']},
 {u'id': 19426,
  u'ingredients': [u'romaine lettuce',
   u'purple onion',
   u'red wine vinegar',
   u'cucumber',
   u'kalamata',
   u'plum tomatoes',
   u'olive oil',
   u'feta cheese crumbles']},
 {u'id': 32416,
  u'ingredients': [u'minced garlic',
   u'salt',
   u'guajillo chiles',
   u'fresh lime juice',
   u'olive oil']},
 {u'id': 2427,
  u'ingredients': [u'chicken broth',
   u'lemon juice',
   u'extra-virgin olive oil',
   u'lemon',
   u'onions',
   u'arborio rice',
   u'parmagiano reggiano']},
 {u'id': 9178,
  u'ingredients': [u'cold milk',
   u'whipped topping',
   u'Nilla Wafers',
   u'bananas',
   u'vanilla instant pudding',
   u'dream whip']},
 {u'id': 40606,
  u'ingredients': [u'olive oil',
   u'cornmeal',
   u'eggs',
   u'flour',
   u'sliced green olives',
   u'fresh rosemary',
   u'large eggs',
   u'yeast',
   u'water',
   u'salt']},
 {u'id': 28450,
  u'ingredients': [u'fresh ginger',
   u'mushrooms',
   u'gluten',
   u'scallions',
   u'water',
   u'mirin',
   u'butter',
   u'firm tofu',
   u'sugar',
   u'white miso',
   u'rice noodles',
   u'salt',
   u'sesame seeds',
   u'dried udon',
   u'garlic',
   u'nori']},
 {u'id': 7946,
  u'ingredients': [u'capers',
   u'dry white wine',
   u'all-purpose flour',
   u'flat leaf parsley',
   u'unsalted butter',
   u'fresh mozzarella',
   u'garlic cloves',
   u'milk',
   u'vegetable oil',
   u'anchovy fillets',
   u'white bread',
   u'large eggs',
   u'extra-virgin olive oil',
   u'lemon juice']},
 {u'id': 21756,
  u'ingredients': [u'pepper',
   u'purple onion',
   u'feta cheese',
   u'cucumber',
   u'olive oil',
   u'salt',
   u'red wine vinegar',
   u'pears']},
 {u'id': 17843,
  u'ingredients': [u'cider vinegar',
   u'green pepper',
   u'salt',
   u'red pepper',
   u'sugar',
   u'yellow onion']},
 {u'id': 44066,
  u'ingredients': [u'haddock',
   u'salt',
   u'corn starch',
   u'russet potatoes',
   u'beer',
   u'flour',
   u'old bay seasoning',
   u'oil',
   u'baking powder',
   u'cayenne pepper']},
 {u'id': 7427,
  u'ingredients': [u'chinese rice wine',
   u'dried scallops',
   u'peanut oil',
   u'sugar',
   u'light soy sauce',
   u'sausages',
   u'dried black mushrooms',
   u'black pepper',
   u'sesame oil',
   u'oyster sauce',
   u'sweet rice',
   u'kosher salt',
   u'scallions']},
 {u'id': 11297,
  u'ingredients': [u'celery ribs',
   u'coriander seeds',
   u'leeks',
   u'cr\xe8me fra\xeeche',
   u'bay leaf',
   u'water',
   u'egg whites',
   u'dry white wine',
   u'garlic cloves',
   u'onions',
   u'cold water',
   u'fresh thyme',
   u'salmon caviar',
   u'dill tips',
   u'fresh parsley',
   u'fresh ginger',
   u'carcass',
   u'salt',
   u'carrots']},
 {u'id': 42965,
  u'ingredients': [u'artichoke hearts',
   u'extra-virgin olive oil',
   u'fresh lemon juice',
   u'cherry tomatoes',
   u'cooking spray',
   u'fresh oregano',
   u'ground black pepper',
   u'salt',
   u'eggplant',
   u'lemon wedge',
   u'garlic cloves']},
 {u'id': 23067,
  u'ingredients': [u'capers',
   u'cornichons',
   u'fresh lemon juice',
   u'mayonaise',
   u'cr\xe8me fra\xeeche',
   u'celery root',
   u'dried tarragon leaves',
   u'dill pickles',
   u'dijon mustard',
   u'fresh parsley leaves']},
 {u'id': 35066,
  u'ingredients': [u'fish sauce',
   u'lemongrass',
   u'tomatoes',
   u'water',
   u'mushrooms',
   u'red chili peppers',
   u'chili paste',
   u'kaffir lime leaves',
   u'lime juice',
   u'shrimp']},
 {u'id': 27938,
  u'ingredients': [u'black pepper',
   u'extra-virgin olive oil',
   u'fresh lemon juice',
   u'fresh basil',
   u'chicken breasts',
   u'salt',
   u'cucumber',
   u'grape tomatoes',
   u'kalamata',
   u'bulgur',
   u'fresh parsley',
   u'water',
   u'purple onion',
   u'feta cheese crumbles']},
 {u'id': 39075,
  u'ingredients': [u'garbanzo beans',
   u'purple onion',
   u'plain yogurt',
   u'spices',
   u'cucumber',
   u'tomatoes',
   u'pita bread rounds',
   u'feta cheese crumbles',
   u'olive oil',
   u'white wine vinegar',
   u'flat leaf parsley']},
 {u'id': 20200,
  u'ingredients': [u'ice cubes', u'teas', u'water', u'sugar', u'half & half']},
 {u'id': 19823,
  u'ingredients': [u'black pepper',
   u'salt',
   u'sugar',
   u'toasted baguette',
   u'beef tenderloin',
   u'kosher salt',
   u'pickled onion']},
 {u'id': 12336,
  u'ingredients': [u'chicken stock',
   u'minced ginger',
   u'sesame oil',
   u'corn starch',
   u'pork',
   u'green onions',
   u'salt',
   u'boiling water',
   u'sweet soy',
   u'Shaoxing wine',
   u'napa cabbage',
   u'hot water',
   u'soy sauce',
   u'rice wine',
   u'rice vinegar',
   u'bread flour']},
 {u'id': 34714,
  u'ingredients': [u'kosher salt',
   u'Sriracha',
   u'smoked paprika',
   u'mayonaise',
   u'olive oil',
   u'garlic',
   u'spaghetti',
   u'lime',
   u'crushed red pepper flakes',
   u'medium shrimp',
   u'sweet chili sauce',
   u'ground black pepper',
   u'fresh parsley leaves']},
 {u'id': 45388,
  u'ingredients': [u'tomatoes',
   u'olive oil',
   u'grated nutmeg',
   u'dried pasta',
   u'dry white wine',
   u'onions',
   u'ground chuck',
   u'unsalted butter',
   u'carrots',
   u'celery ribs',
   u'milk',
   u'ground pork']},
 {u'id': 25639,
  u'ingredients': [u'greek seasoning',
   u'purple onion',
   u'cucumber',
   u'ground round',
   u'garlic cloves',
   u'dill weed',
   u'flatbread',
   u'salt',
   u'sour cream',
   u'pepper',
   u'feta cheese crumbles',
   u'plum tomatoes']},
 {u'id': 33985,
  u'ingredients': [u'large eggs',
   u'walnuts',
   u'milk',
   u'butter',
   u'white sugar',
   u'bread crumbs',
   u'baking powder',
   u'apricots',
   u'honey',
   u'all-purpose flour']},
 {u'id': 25524,
  u'ingredients': [u'lemongrass',
   u'green peas',
   u'Thai fish sauce',
   u'curry paste',
   u'chicken breasts',
   u'dark brown sugar',
   u'coconut milk',
   u'broad beans',
   u'sunflower oil',
   u'corn flour',
   u'lime leaves',
   u'seeds',
   u'cilantro leaves',
   u'baby corn']},
 {u'id': 19641,
  u'ingredients': [u'beans',
   u'szechwan peppercorns',
   u'firm tofu',
   u'light soy sauce',
   u'vegetable broth',
   u'Doubanjiang',
   u'water',
   u'arrowroot powder',
   u'garlic cloves',
   u'spring onions',
   u'salt']},
 {u'id': 11106,
  u'ingredients': [u'stock',
   u'green onions',
   u'garlic cloves',
   u'water',
   u'ginger',
   u'pork belly',
   u'chili oil',
   u'coriander',
   u'light soy sauce',
   u'salt']},
 {u'id': 22165,
  u'ingredients': [u'fresh parmesan cheese',
   u'fat-free chicken broth',
   u'carrots',
   u'water',
   u'leeks',
   u'pearl barley',
   u'flat leaf parsley',
   u'pepper',
   u'finely chopped onion',
   u'salt',
   u'thyme',
   u'olive oil',
   u'chicken breast halves',
   u'diced celery']},
 {u'id': 35412,
  u'ingredients': [u'tomatoes',
   u'artichoke hearts',
   u'garlic',
   u'rigatoni',
   u'pepper',
   u'bacon',
   u'feta cheese crumbles',
   u'olive oil',
   u'kalamata',
   u'flat leaf parsley',
   u'capers',
   u'red pepper flakes',
   u'salt']},
 {u'id': 23475,
  u'ingredients': [u'sugar',
   u'cod fillets',
   u'miso paste',
   u'sake',
   u'mirin']},
 {u'id': 1570,
  u'ingredients': [u'avocado',
   u'black olives',
   u'anchovy fillets',
   u'large shrimp',
   u'lemon',
   u'purple onion',
   u"Piment d'Espelette",
   u'olive oil',
   u'wine vinegar',
   u'lemon juice',
   u'garlic',
   u'salt',
   u'bay leaf']},
 {u'id': 12815,
  u'ingredients': [u'Grand Marnier',
   u'brewed coffee',
   u'cinnamon sticks',
   u'reduced fat milk']},
 {u'id': 37253,
  u'ingredients': [u'pepper flakes',
   u'potatoes',
   u'fine sea salt',
   u'fresh mint',
   u'plain yogurt',
   u'cinnamon',
   u'cumin seed',
   u'sesame',
   u'dried mint flakes',
   u'pumpkin seeds',
   u'ground cumin',
   u'ground ginger',
   u'radishes',
   u'extra-virgin olive oil',
   u'fresh lemon juice']},
 {u'id': 16900,
  u'ingredients': [u'Bertolli\xae Alfredo Sauce',
   u'lemon juice',
   u'salmon fillets',
   u'green peas',
   u'Bertolli\xae Classico Olive Oil',
   u'sweet onion',
   u'spaghetti, cook and drain']},
 {u'id': 7701,
  u'ingredients': [u'double crust pie',
   u'ground nutmeg',
   u'pastry',
   u'white sugar',
   u'ground cinnamon',
   u'corn starch',
   u'blackberry brandy',
   u'blackberries']},
 {u'id': 49391,
  u'ingredients': [u'olive oil',
   u'salt',
   u'avocado',
   u'minced onion',
   u'boneless skinless chicken breast halves',
   u'ground black pepper',
   u'fresh lime juice',
   u'tomatoes',
   u'jalapeno chilies',
   u'chopped cilantro fresh']},
 {u'id': 1132,
  u'ingredients': [u'water',
   u'garlic',
   u'ham',
   u'onions',
   u'red pepper flakes',
   u'dried navy beans',
   u'celery',
   u'pepper',
   u'diced tomatoes',
   u'elbow macaroni',
   u'fresh parsley',
   u'olive oil',
   u'salt',
   u'carrots']},
 {u'id': 13051,
  u'ingredients': [u'flour tortillas',
   u'butter',
   u'chicken broth',
   u'chicken breasts',
   u'sour cream',
   u'flour',
   u'grated jack cheese',
   u'chopped green chilies',
   u'vegetable oil',
   u'onions']},
 {u'id': 2284,
  u'ingredients': [u'brussels sprouts',
   u'egg noodles',
   u'dried shiitake mushrooms',
   u'white pepper',
   u'vegetable oil',
   u'mung bean sprouts',
   u'minced garlic',
   u'vegetable broth',
   u'soy sauce',
   u'green onions',
   u'yellow onion']},
 {u'id': 21410,
  u'ingredients': [u'cookies',
   u'confectioners sugar',
   u'strawberries',
   u'heavy cream',
   u'sugar',
   u'blueberries']},
 {u'id': 25604,
  u'ingredients': [u'black pepper',
   u'granulated sugar',
   u'yellow bell pepper',
   u'dried oregano',
   u'orange bell pepper',
   u'sliced kalamata olives',
   u'purple onion',
   u'cherry tomatoes',
   u'red wine vinegar',
   u'extra-virgin olive oil',
   u'feta cheese',
   u'tortellini',
   u'english cucumber']},
 {u'id': 45746,
  u'ingredients': [u'lime',
   u'thai chile',
   u'black pepper',
   u'cilantro stems',
   u'low salt chicken broth',
   u'sugar',
   u'black bass',
   u'Thai fish sauce',
   u'jasmine rice',
   u'large garlic cloves',
   u'fresh lime juice']},
 {u'id': 35911,
  u'ingredients': [u'white vinegar',
   u'ham steak',
   u'peas',
   u'field peas',
   u'red potato',
   u'olive oil',
   u'hot sauce',
   u'chicken broth',
   u'water',
   u'salt',
   u'onions',
   u'collard greens',
   u'vermouth',
   u'garlic cloves']},
 {u'id': 26608,
  u'ingredients': [u'dashi',
   u'miso',
   u'ginger juice',
   u'mirin',
   u'firm tofu',
   u'sake',
   u'sesame seeds',
   u'grated lemon zest',
   u'sugar',
   u'egg yolks']},
 {u'id': 16991,
  u'ingredients': [u'unsweetened shredded dried coconut',
   u'semisweet chocolate',
   u'heavy whipping cream',
   u'coconut',
   u'salt',
   u'cream of tartar',
   u'large egg whites',
   u'all-purpose flour',
   u'sugar',
   u'dark rum']},
 {u'id': 40657,
  u'ingredients': [u'tomatoes',
   u'lime',
   u'ground black pepper',
   u'paprika',
   u'corn tortillas',
   u'white onion',
   u'grated cotija',
   u'flank steak',
   u'salt',
   u'dried oregano',
   u'white vinegar',
   u'new mexico chile pods',
   u'garlic powder',
   u'chili powder',
   u'ground white pepper',
   u'ground cumin',
   u'soy sauce',
   u'olive oil',
   u'jalapeno chilies',
   u'garlic',
   u'chopped cilantro fresh']},
 {u'id': 47960,
  u'ingredients': [u'golden brown sugar',
   u'salt',
   u'unsalted butter',
   u'chopped fresh sage',
   u'ground nutmeg',
   u'all-purpose flour',
   u'sweet potatoes & yams',
   u'ricotta cheese']},
 {u'id': 38408,
  u'ingredients': [u'pepper',
   u'butter',
   u'all-purpose flour',
   u'white cornmeal',
   u'bread crumbs',
   u'baking powder',
   u'salt',
   u'onions',
   u'sugar',
   u'large eggs',
   u'buttermilk',
   u'celery',
   u'baking soda',
   u'condensed chicken broth',
   u'chopped fresh sage']},
 {u'id': 1295,
  u'ingredients': [u'fresh dill',
   u'peanuts',
   u'rice vermicelli',
   u'onions',
   u'catfish fillets',
   u'red leaf lettuce',
   u'shallots',
   u'salt',
   u'ground turmeric',
   u'sugar',
   u'ground black pepper',
   u'garlic',
   u'crackers',
   u'fish sauce',
   u'lime juice',
   u'vegetable oil',
   u'fresh herbs']},
 {u'id': 40139,
  u'ingredients': [u'fresh dill',
   u'garlic',
   u'onions',
   u'vegetable oil',
   u'carrots',
   u'water',
   u'beets',
   u'celery ribs',
   u'diced tomatoes',
   u'celery']},
 {u'id': 38538,
  u'ingredients': [u'vegetable oil cooking spray',
   u'active dry yeast',
   u'bread flour',
   u'kosher salt',
   u'buttermilk',
   u'sugar',
   u'unsalted butter',
   u'water',
   u'cornmeal']},
 {u'id': 26420,
  u'ingredients': [u'mussels',
   u'chopped tomatoes',
   u'red bell pepper',
   u'chorizo sausage',
   u'green bell pepper',
   u'brown rice',
   u'onions',
   u'chicken broth',
   u'boneless skinless chicken breasts',
   u'fresh parsley',
   u'olive oil',
   u'peeled shrimp',
   u'saffron']},
 {u'id': 10326,
  u'ingredients': [u'pepper flakes',
   u'peanuts',
   u'purple onion',
   u'sugar',
   u'mint leaves',
   u'fish sauce',
   u'broccoli florets',
   u'lime juice',
   u'splenda']},
 {u'id': 5181,
  u'ingredients': [u'minced garlic',
   u'deveined shrimp',
   u'chopped cilantro',
   u'cactus paddles',
   u'radishes',
   u'salt',
   u'white vinegar',
   u'lime juice',
   u'extra-virgin olive oil',
   u'onions',
   u'tomatoes',
   u'ground black pepper',
   u'chees fresco queso',
   u'oregano']},
 {u'id': 18210,
  u'ingredients': [u'fresh cilantro',
   u'serrano peppers',
   u'yellow onion',
   u'cumin seed',
   u'garam masala',
   u'garlic',
   u'chickpeas',
   u'ground turmeric',
   u'fresh ginger',
   u'lemon wedge',
   u'cayenne pepper',
   u'basmati rice',
   u'coconut oil',
   u'whole peeled tomatoes',
   u'fine sea salt',
   u'ground coriander']},
 {u'id': 3241,
  u'ingredients': [u'black pepper',
   u'large eggs',
   u'sea salt',
   u'stone-ground cornmeal',
   u'baking powder',
   u'oil',
   u'baking soda',
   u'all purpose unbleached flour',
   u'onions',
   u'sugar',
   u'cayenne',
   u'buttermilk']},
 {u'id': 27062,
  u'ingredients': [u'tomato paste',
   u'kosher salt',
   u'whole peeled tomatoes',
   u'spanish paprika',
   u'onions',
   u'pork baby back ribs',
   u'olive oil',
   u'sweet italian sausage',
   u'garlic cloves',
   u'pasta',
   u'bread crumb fresh',
   u'beef',
   u'anchovy fillets',
   u'flat leaf parsley',
   u'pecorino cheese',
   u'crushed tomatoes',
   u'crushed red pepper flakes',
   u'freshly ground pepper']},
 {u'id': 41527,
  u'ingredients': [u'ground ginger',
   u'boneless skinless chicken breasts',
   u'peanut butter',
   u'coconut milk',
   u'curry powder',
   u'salt',
   u'garlic cloves',
   u'soy sauce',
   u'vegetable oil',
   u'dark brown sugar',
   u'fresh lime juice',
   u'lime',
   u'red curry paste',
   u'ground cardamom']},
 {u'id': 45484,
  u'ingredients': [u'eggs',
   u'cilantro',
   u'corn tortillas',
   u'avocado',
   u'chile pepper',
   u'salt',
   u'monterey jack',
   u'pepper',
   u'garlic',
   u'onions',
   u'tomatoes',
   u'vegetable oil',
   u'hot sauce']},
 {u'id': 38755,
  u'ingredients': [u'sugar',
   u'cold water',
   u'cherries',
   u'water',
   u'potato starch',
   u'fresh lemon juice']},
 {u'id': 47246,
  u'ingredients': [u'sweet potatoes',
   u'penne pasta',
   u'grated parmesan cheese',
   u'extra-virgin olive oil',
   u'ground black pepper',
   u'balsamic vinegar',
   u'baby arugula',
   u'salt']},
 {u'id': 164,
  u'ingredients': [u'cayenne',
   u'salt',
   u'olive oil',
   u'paprika',
   u'chopped parsley',
   u'pitted black olives',
   u'red wine vinegar',
   u'seedless oranges',
   u'ground black pepper',
   u'garlic']},
 {u'id': 723,
  u'ingredients': [u'caraway seeds',
   u'coriander seeds',
   u'garlic cloves',
   u'fresh lime juice',
   u'hungarian sweet paprika',
   u'olive oil',
   u'cumin seed',
   u'couscous',
   u'sugar',
   u'crushed red pepper',
   u'low salt chicken broth',
   u'chicken',
   u'curry powder',
   u'salt',
   u'grate lime peel']},
 {u'id': 299,
  u'ingredients': [u'water',
   u'salt',
   u'baking powder',
   u'white sugar',
   u'active dry yeast',
   u'all-purpose flour',
   u'warm water',
   u'vegetable oil']},
 {u'id': 1519,
  u'ingredients': [u'sun-dried tomatoes',
   u'avocado',
   u'shredded sharp cheddar cheese',
   u'large eggs',
   u'italian sausage',
   u'corn tortillas']},
 {u'id': 34077,
  u'ingredients': [u'sake',
   u'chicken legs',
   u'Japanese soy sauce',
   u'sugar',
   u'green bell pepper']},
 {u'id': 45254,
  u'ingredients': [u'garam masala',
   u'oil',
   u'water',
   u'salt',
   u'onions',
   u'lime juice',
   u'green chilies',
   u'coriander',
   u'meat',
   u'wheat flour']},
 {u'id': 34760,
  u'ingredients': [u'whole almonds',
   u'unsalted butter',
   u'fine sea salt',
   u'milk',
   u'decorating sugars',
   u'sugar',
   u'egg yolks',
   u'all-purpose flour',
   u'eggs',
   u'active dry yeast',
   u'lemon']},
 {u'id': 11154,
  u'ingredients': [u"Hellmann's Mayonnaise with a hint of Wasabi",
   u'chillies',
   u'lime juice',
   u'cucumber',
   u'shallots',
   u'raw tiger prawn',
   u'watermelon',
   u'fresh mint']},
 {u'id': 26274,
  u'ingredients': [u'green olives',
   u'purple onion',
   u'heavy cream',
   u'extra-virgin olive oil',
   u'artichok heart marin',
   u'italian loaf']},
 {u'id': 15081,
  u'ingredients': [u'clove',
   u'roma tomatoes',
   u'salt',
   u'black pepper',
   u'extra-virgin olive oil',
   u'fresh basil',
   u'balsamic vinegar',
   u'baguette',
   u'garlic']},
 {u'id': 45100,
  u'ingredients': [u'ragu pizza quick sauc',
   u'shredded monterey jack cheese',
   u'jalapeno chilies',
   u'English muffins',
   u'onions',
   u'red kidney beans',
   u'chili powder']},
 {u'id': 1417,
  u'ingredients': [u'crumbled blue cheese',
   u'dry bread crumbs',
   u'fresh parsley',
   u'chopped celery',
   u'lemon juice',
   u'butter',
   u'fresh mushrooms',
   u'apples',
   u'chopped walnuts']},
 {u'id': 32083,
  u'ingredients': [u'olive oil',
   u'fresh basil leaves',
   u'pinenuts',
   u'garlic',
   u'nutritional yeast',
   u'pepper',
   u'salt']},
 {u'id': 29971,
  u'ingredients': [u'chives',
   u'garlic',
   u'tenderloin roast',
   u'extra-virgin olive oil',
   u'brandy',
   u'sea salt',
   u'ground black pepper',
   u'cheese']},
 {u'id': 17679,
  u'ingredients': [u'tomato paste',
   u'olive oil',
   u'diced celery',
   u'diced onions',
   u'water',
   u'garlic',
   u'red kidney beans',
   u'minced ginger',
   u'creole seasoning',
   u'green bell pepper',
   u'bay leaves']},
 {u'id': 36539,
  u'ingredients': [u'poha',
   u'rice',
   u'salt',
   u'urad dal',
   u'millet',
   u'fenugreek seeds']},
 {u'id': 34975,
  u'ingredients': [u'ground cloves',
   u'ground pork',
   u'onions',
   u'tomato sauce',
   u'cinnamon',
   u'garlic cloves',
   u'vegetable oil',
   u'purple onion',
   u'pimento stuffed green olives',
   u'romaine lettuce',
   u'raisins',
   u'corn tortillas']},
 {u'id': 4633,
  u'ingredients': [u'tuna, drain and flake',
   u'pitted olives',
   u'Wish-Bone Italian Dressing',
   u'green beans',
   u'eggs',
   u'mixed greens',
   u'tomatoes',
   u'potatoes']},
 {u'id': 10321,
  u'ingredients': [u'ground black pepper',
   u'pineapple juice',
   u'canola oil',
   u'chipotle',
   u'chayotes',
   u'dijon mustard',
   u'cucumber',
   u'sugar',
   u'salt',
   u'fresh pineapple']},
 {u'id': 35565,
  u'ingredients': [u'warm water',
   u'cooking spray',
   u'salt',
   u'olive oil',
   u'extra-virgin olive oil',
   u'fresh oregano',
   u'honey',
   u'yellow bell pepper',
   u'all-purpose flour',
   u'dry yeast',
   u'purple onion',
   u'red bell pepper']},
 {u'id': 26919,
  u'ingredients': [u'potato starch',
   u'white pepper',
   u'Shaoxing wine',
   u'scallions',
   u'shrimp shells',
   u'sugar',
   u'potassium carbonate',
   u'wonton wrappers',
   u'shrimp',
   u'soy sauce',
   u'flounder',
   u'salt',
   u'toasted sesame oil',
   u'ginger juice',
   u'water',
   u'chinese noodles',
   u'oyster sauce']},
 {u'id': 9549,
  u'ingredients': [u'water',
   u'vegetable oil',
   u'frozen broccoli',
   u'lasagna noodles',
   u'salt',
   u'fat free milk',
   u'gruyere cheese',
   u'chopped onion',
   u'pepper',
   u'cooking spray',
   u'all-purpose flour']},
 {u'id': 31863,
  u'ingredients': [u'cheddar cheese',
   u'green bell pepper',
   u'olive oil',
   u'jalapeno chilies',
   u'salt',
   u'celery',
   u'cornbread',
   u'sugar',
   u'unsalted butter',
   u'cilantro',
   u'freshly ground pepper',
   u'onions',
   u'baking soda',
   u'buttermilk',
   u'all-purpose flour',
   u'cornmeal',
   u'chicken stock',
   u'kosher salt',
   u'large eggs',
   u'garlic',
   u'red bell pepper']},
 {u'id': 22053,
  u'ingredients': [u'low-fat plain yogurt',
   u'cayenne pepper',
   u'ground black pepper',
   u'garlic cloves',
   u'eggplant',
   u'fresh onion',
   u'salt',
   u'chopped fresh mint']},
 {u'id': 19443,
  u'ingredients': [u'grapes',
   u'granulated sugar',
   u'chopped walnuts',
   u'light brown sugar',
   u'active dry yeast',
   u'all purpose unbleached flour',
   u'water',
   u'cinnamon',
   u'marsala wine',
   u'unsalted butter',
   u'salt']},
 {u'id': 18540,
  u'ingredients': [u'parmesan cheese',
   u'pinenuts',
   u'fresh basil leaves',
   u'olive oil',
   u'romano cheese',
   u'garlic cloves']},
 {u'id': 23354,
  u'ingredients': [u'ground black pepper',
   u'shallots',
   u'broccoli florets',
   u'crushed red pepper',
   u'grated parmesan cheese',
   u'butter',
   u'fresh basil',
   u'half & half',
   u'bow-tie pasta']},
 {u'id': 13859,
  u'ingredients': [u'large eggs',
   u'all-purpose flour',
   u'water',
   u'ground red pepper',
   u'hot sauce',
   u'catfish fillets',
   u'jalapeno chilies',
   u'hushpuppy mix',
   u'milk',
   u'vegetable oil',
   u'tartar sauce']},
 {u'id': 23904,
  u'ingredients': [u'red chili peppers',
   u'flank steak',
   u'fish sauce',
   u'salad greens',
   u'purple onion',
   u'lime',
   u'sesame oil',
   u'sugar',
   u'leaves',
   u'cucumber']},
 {u'id': 6675,
  u'ingredients': [u'raspberries',
   u'lemon',
   u'orange liqueur',
   u'sugar',
   u'bosc pears',
   u'fresh mint',
   u'campari',
   u'raspberry juice',
   u'red currant jelly',
   u'powdered sugar',
   u'mascarpone',
   u'orange peel']},
 {u'id': 18595,
  u'ingredients': [u'sugar',
   u'all purpose unbleached flour',
   u'large eggs',
   u'salt',
   u'yellow corn meal',
   u'baking powder',
   u'red bell pepper',
   u'unsalted butter',
   u'buttermilk']},
 {u'id': 12967,
  u'ingredients': [u'water',
   u'garlic',
   u'toasted sesame oil',
   u'brown sugar',
   u'vegetable oil',
   u'frozen stir fry vegetable blend',
   u'fresh ginger',
   u'rice vinegar',
   u'buckwheat soba noodles',
   u'soy sauce',
   u'red pepper flakes',
   u'corn starch']},
 {u'id': 17283,
  u'ingredients': [u'sugar',
   u'golden raisins',
   u'orange extract',
   u'vanilla extract',
   u'chopped pecans',
   u'firmly packed brown sugar',
   u'large eggs',
   u'strawberry preserves',
   u'whipping cream',
   u'ground allspice',
   u'candied pineapple',
   u'almond extract',
   u'dry sherry',
   u'salt',
   u'ground cinnamon',
   u'mace',
   u'butter',
   u'candied cherries',
   u'all-purpose flour']},
 {u'id': 23211,
  u'ingredients': [u'Velveeta', u'Ro-Tel Diced Tomatoes & Green Chilies']},
 {u'id': 14358,
  u'ingredients': [u'fresh cilantro',
   u'fresh lime juice',
   u'black pepper',
   u'jalapeno chilies',
   u'avocado',
   u'vegetables',
   u'kosher salt',
   u'sour cream']},
 {u'id': 31398,
  u'ingredients': [u'vegetable oil',
   u'tumeric',
   u'black mustard seeds',
   u'fresh coriander',
   u'fresh lemon juice',
   u'cauliflower',
   u'gingerroot']},
 {u'id': 42650,
  u'ingredients': [u'finely chopped onion',
   u'salt',
   u'fresh spinach',
   u'butter',
   u'spaghettini',
   u'ground black pepper',
   u'diced tomatoes',
   u'bay leaf',
   u'mussels',
   u'dry white wine',
   u'garlic cloves']},
 {u'id': 25258,
  u'ingredients': [u'cilantro',
   u'scallions',
   u'cold water',
   u'salt',
   u'cracked black pepper',
   u'ginger root',
   u'peanuts',
   u'rice']},
 {u'id': 18457,
  u'ingredients': [u'lettuce',
   u'lime juice',
   u'bawang goreng',
   u'cilantro sprigs',
   u'scallions',
   u'beansprouts',
   u'fish sauce',
   u'mint leaves',
   u'daikon',
   u'rice vinegar',
   u'carrots',
   u'skirt steak',
   u'light brown sugar',
   u'lemon grass',
   u'vegetable oil',
   u'rice vermicelli',
   u'garlic cloves',
   u'bird chile',
   u'red chili peppers',
   u'basil leaves',
   u'ginger',
   u'roasted peanuts',
   u'cucumber',
   u'perilla']},
 {u'id': 11810,
  u'ingredients': [u'olive oil',
   u'diced tomatoes',
   u'scallions',
   u'butternut squash',
   u'garlic',
   u'ground cumin',
   u'cannellini beans',
   u'vegetable broth',
   u'onions',
   u'black beans',
   u'chili powder',
   u'ground coriander']},
 {u'id': 9499,
  u'ingredients': [u'ground paprika',
   u'worcestershire sauce',
   u'creole seasoning',
   u'onions',
   u'tomato paste',
   u'ground black pepper',
   u'chopped celery',
   u'red bell pepper',
   u'olive oil',
   u'garlic',
   u'thyme',
   u'chicken broth',
   u'butter',
   u'salt',
   u'diced tomatoes in juice']},
 {u'id': 11943,
  u'ingredients': [u'extra firm tofu',
   u'coconut milk',
   u'seasoning salt',
   u'garlic',
   u'chopped cilantro fresh',
   u'curry powder',
   u'butter',
   u'onions',
   u'ground black pepper',
   u'salt',
   u'canola oil']},
 {u'id': 6810,
  u'ingredients': [u'fish sauce',
   u'peanuts',
   u'ginger root',
   u'soy sauce',
   u'purple onion',
   u'chopped cilantro fresh',
   u'Boston lettuce',
   u'chilegarlic sauce',
   u'ground turkey',
   u'minced garlic',
   u'peanut oil',
   u'iceberg lettuce']},
 {u'id': 34323,
  u'ingredients': [u'turbinado',
   u'corn starch',
   u'whole milk',
   u'vanilla beans',
   u'bing cherries',
   u'pure vanilla extract',
   u'almond extract']},
 {u'id': 23296,
  u'ingredients': [u'sugar',
   u'sesame seeds',
   u'garlic',
   u'glass noodles',
   u'sirloin',
   u'soy sauce',
   u'sesame oil',
   u'carrots',
   u'warm water',
   u'spring onions',
   u'salt',
   u'cabbage',
   u'fresh spinach',
   u'black pepper',
   u'vegetable oil',
   u'bamboo shoots']},
 {u'id': 45927,
  u'ingredients': [u'olive oil',
   u'garlic',
   u'unsalted butter',
   u'spaghetti',
   u'ground black pepper',
   u'salt',
   u'anchovies',
   u'red pepper flakes']},
 {u'id': 45196,
  u'ingredients': [u'hungarian paprika',
   u'salt',
   u'sage',
   u'dough',
   u'butter',
   u'brie cheese',
   u'eggs',
   u'lemon',
   u'peppercorns',
   u'peaches',
   u'cr\xe8me fra\xeeche']},
 {u'id': 19917,
  u'ingredients': [u'dashi',
   u'bonito flakes',
   u'dark sesame oil',
   u'soy sauce',
   u'base',
   u'shimeji mushrooms',
   u'konbu',
   u'mirin',
   u'mushrooms',
   u'scallions',
   u'water',
   u'large eggs',
   u'rice vinegar',
   u'broth']},
 {u'id': 20210,
  u'ingredients': [u'bay leaves',
   u'fresh parsley leaves',
   u'sherry vinegar',
   u'extra-virgin olive oil',
   u'fresh oregano leaves',
   u'sea salt',
   u'fresh basil leaves',
   u'jalapeno chilies',
   u'garlic cloves']},
 {u'id': 41629,
  u'ingredients': [u'soy sauce',
   u'garlic',
   u'cabbage',
   u'ground black pepper',
   u'celery',
   u'fresh ginger',
   u'Yakisoba noodles',
   u'brown sugar',
   u'vegetable oil',
   u'onions']},
 {u'id': 39907,
  u'ingredients': [u'dried thyme',
   u'fresh mozzarella',
   u'onions',
   u'freshly grated parmesan',
   u'garlic cloves',
   u'dried oregano',
   u'olive oil',
   u'fresh orange juice',
   u'prepared lasagne',
   u'crushed tomatoes',
   u'unsalted butter',
   u'fresh parsley']},
 {u'id': 4956,
  u'ingredients': [u'black beans',
   u'shells',
   u'refried beans',
   u'shredded Monterey Jack cheese',
   u'shredded cheddar cheese',
   u'sour cream',
   u'diced tomatoes']},
 {u'id': 37058,
  u'ingredients': [u'black-eyed peas',
   u'long-grain rice',
   u'fresh mint',
   u'pepper',
   u'chopped celery',
   u'fresh parsley leaves',
   u'olive oil',
   u'salt',
   u'fresh lemon juice',
   u'jalapeno chilies',
   u'garlic cloves']},
 {u'id': 20859,
  u'ingredients': [u'toasted sesame seeds',
   u'sesame oil',
   u'soy sauce',
   u'canola oil',
   u'fresh green bean']},
 {u'id': 3315,
  u'ingredients': [u'bread crumbs',
   u'new potatoes',
   u'fresh parsley',
   u'fontina cheese',
   u'olive oil',
   u'freshly ground pepper',
   u'rutabaga',
   u'cream',
   u'sea salt',
   u'parsnips',
   u'grated parmesan cheese',
   u'carrots']},
 ...]

In [ ]: