Project Title: Scrape Recipes from BBC Food Website

Project Description:

the BBC food website (https://www.bbc.co.uk/food) has many recipes.

Write a script that webscrapes all the recipes. The data you deliver must be stored in its final form.

The fields you must web scrap are:

– Title
– Author
– Ingredients (stored as list/array)
– Tags, if any
– URL of the page
– Stars/Popularity
– Metadata (date of the article, if it exists)
– Preparation method (list/array)

You can re-use any library / architecture that you may need.

There are existing libraries to web scrape the BBC food website, and you can reuse those.

For similar work requirement feel free to email us on info@logicwis.com.