Webscraping Flipkart Website using Python Selenium & BeautifulSoup4

preview_player
Показать описание
What is Web Scraping ?
Web Scraping (also termed Screen Scraping, Web Data Extraction, Web Harvesting etc.) is a technique employed to extract large amounts of data from websites whereby the data is extracted and saved to a local file in your computer or to a database in table (spreadsheet) format.
Data displayed by most websites can only be viewed using a web browser. They do not offer the functionality to save a copy of this data for personal use. The only option then is to manually copy and paste the data - a very tedious job which can take many hours or sometimes days to complete. Web Scraping is the technique of automating this process, so that instead of manually copying the data from websites, the Web Scraping will perform the same task within a fraction of the time.

In this exercise, I am going to scrap few fields from Flipkart Website and save the same as csv file in local storage.

Рекомендации по теме
Комментарии
Автор

Gracias por el video, ¿hay alguna ventaja de usar una API como HasData sobre BeautifulSoup4 en este caso?

RayByrd-ig
welcome to shbcf.ru