Contributor
Aron Barreira Bordin

Scrapinghub - Scrapy: Support for Spiders in other Programming Languages


Mentors
eLRuLL, ptremberth
Organization
Python Software Foundation

Abstract: Scrapy is one of the most popular web crawling and web scraping framework. It’s written in Python and known by its good performance, simplicity, and powerful API. However, it’s only possible to write Scrapy’s Spiders using the Python Language. The goal of this project is to provide an interface that allows developers to write spiders using any programming language, using json objects to make requests, parse web contents, get data, and more. Also, a helper library will be available for Java, JS, and R.