This repository contains .ipynb files that has the source code for making a web scrapping tool using a library called autoscraper. the link for the autoscraper libray is : https://github.com/alirezamika/autoscraper
- The main advantage is that it can be used without writing many many lines of code in other words it makes the process of web scrapping concise.
- No use of html tags for scraping
- Somtimes we get mixed results so sorting them using slicing is required.