Automated-Web-Scraper-For-Amazon

所属分类:前端开发
开发工具:Jupyter Notebook
文件大小:410KB
下载次数:0
上传日期:2023-04-22 12:50:47
上 传 者sh-1993
说明:  在这个存储库中,我将解释如何使用python编程语言和BeautifulSoup和Sele废弃网站...
(In this repository I will explain how to scrap websites using python programming language with BeautifulSoup and Selenium.)

文件列表:
Automated Web Scraper For Amazon.com.ipynb (45441, 2023-04-22)
LICENSE (35149, 2023-04-22)
Results.csv (515517, 2023-04-22)
Web_Scraping.ipynb (508896, 2023-04-22)

# Automated-Web-Scraper-For-Amazon.com In this tutorial we will build an Automated Web Scraper to extract data from amazon.com that we can use for any data analysis,data science or machine learning project. Before we get started let me make it clear that Amazon has a tight security for their platform and some of the things you can easily do on other webpages wont work on Amozon platform. Previously, we could have used Beautiful Soup and Request to easily get titles from the page, but things have changed little bit. We will still use Beautiful Soup but in a different way. ## **Prerequisites** - [Python](https://www.python.org/downloads/) ## Installation We will be using: 1. Selenium 2. BeautifulSoup 3. Webdrivers ```bash pip install selenium pip install bs4 pip install msedge-selenium-tools pip install chromedriver_binary==87.0.4280.88 #install the version that corresponds to the version of your browser ``` ## Run ```bash # Running Scraper File.. Automated Web Scraper For Amazon.com.ipynb ```

近期下载者

相关文件


收藏者