This is an example of Web Scraping using Scrapy (a Python package) and Python
$ C:\Users\YOU> pip install Scrapy
4. In a terminal, cd into the project directory and navigate to the directory where the settings and pipelines file are.
$ C:\Users\YOU\Desktop\MovieSpider>
$ C:\Users\YOU\Desktop\MovieSpider> scrapy crawl greatspider
$ C:\Users\YOU\Desktop\MovieSpider> scrapy crawl greatspider -o movies.json
$ C:\Users\YOU\Desktop\MovieSpider> scrapy crawl greatspider -o movies.xml
- You have successfully scraped your first website on the Internet!