Web scraping and crawling framework for extracting data from websites.
Web crawling & scraping framework
scrapy$ scrapy startproject myproject$ scrapy genspider myspider example.com$ scrapy crawl myspider$ scrapy shell https://example.com$ scrapy crawl myspider -o output.json