Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 460 Bytes

File metadata and controls

12 lines (7 loc) · 460 Bytes

web_scraping

project name: Web scraping an ebay site using python

Description: A project on scraping an ebay site using python libraries such as BeautifulSoup and requests. The output of the project is a spreadsheet(CSV file). The code retrieves the brand of the mobile phone as one column,its corresponding price as second column and the rating as third column. With the help of csv library in python these informations can be written into a csv file.