- Extracting data from Websites : https://kaismh.wordpress.com/tag/scrapy/
- Web Scraping AirBnB : http://www.verginer.eu/blog/web-scraping-airbnb/
- Recursively scraping a blog with Scrapy : https://milinda.svbtle.com/recursively-scraping-a-blog-with-scrapy
- Tutorial , How to scrapte amazon.com using python scrapy : http://blog.datahut.co/tutorial-how-to-scrape-amazon-using-python-scrapy/
- Email harvesting using web scraping : http://blog.datahut.co/email-harvesting-using-web-scraping-is-broken-here-is-how-to-fix-it/
- Scraping Real-Estate portals to stay ahead of your competitors : http://blog.datahut.co/scraping-real-estate-portals-to-stay-ahead-of-your-competitors/
- Managing anti-scraping mechanism used by target websites : use of websites like IP-address rotators and anonymous networks.
- Pricing logic for we data extraction service : http://blog.datahut.co/how-to-understand-the-pricing-logic-of-a-web-data-extraction-project/
- Business directory scraping : http://blog.datahut.co/tips-for-scraping-business-directories/
- Webscraping product data from e-commerce websites : http://blog.datahut.co/web-scraping-for-the-extraction-of-product-data-from-e-commerce-sites/
- Building an Events aggregator using web scraping : http://blog.datahut.co/building-an-event-aggregator-using-web-scraping/
Scrapy links :
- http://hopefulramble.blogspot.com/2014/08/web-scraping-with-scrapy-first-steps_30.html
- https://amaral.northwestern.edu/blog/quick-introduction-web-crawling-using-scrapy-part-
- https://realpython.com/blog/python/web-scraping-and-crawling-with-scrapy-and-mongodb/
- http://docs.python-guide.org/en/latest/scenarios/scrape/
- http://blog.danwin.com/examples-of-web-scraping-in-python-3-x-for-data-journalists/
- https://blog.scrapinghub.com/2016/05/25/data-extraction-with-scrapy-and-python-3/
- using XPath Selectors with Scrapy : https://doc.scrapy.org/en/latest/topics/selectors.html
- http://www.blog.pythonlibrary.org/2016/08/04/a-simple-intro-to-web-scraping-with-python/