Using the Python SCRAPY library, all the data in the 'Best Selling Books' category from the website 'kitapyurdu.com' were scraped. The data was stored in Mongo DB, one of the NoSQL databases.
Let's install Python-3
$ sudo apt update
$ sudo add-apt-repository ppa:deadsnakes/ppa $ sudo apt install python3.9Then install pip using python3
$ sudo apt update
$ sudo apt install python3-pip
Clone the project
$ git clone https://github.com/berkay-c/data-scraping-with-scrapyGo to the project directory
$ cd data-scraping-with-scrapyRun Book Spider using Scrapy
$ scrapy crawl Book






