Scrapy
Developer(s) | Scrapinghub, Ltd. |
---|---|
Initial release | June 26, 2008 |
Stable release |
1.0.5
/ February 3, 2016 |
Repository |
github |
Development status | Active |
Written in | Python |
Operating system | Linux/Mac OS X/Windows |
Type | Web crawler |
License | BSD License |
Website |
scrapy |
Scrapy (/ˈskreɪpi/ SKRAY-pee)[1] is a free and open source web crawling framework, written in Python. Originally designed for web scraping, it can also be used to extract data using APIs or as a general purpose web crawler.[2] It is currently maintained by Scrapinghub Ltd., a web scraping development and services company.
Scrapy project architecture is built around ‘spiders’, which are self-contained crawlers which are given a set of instructions. Following the spirit of other don’t repeat yourself frameworks, such as Django,[3] it makes it easier to build and scale large crawling projects by allowing developers to re-use their code. Scrapy also provides a web crawling shell which can be used by developers to test their assumptions on a site’s behavior.[4]
Some well-known companies and products using Scrapy are: Lyst,[5] CareerBuilder,[6] Parse.ly,[7] Sciences Po Medialab,[8] Data.gov.uk’s World Government Data site.[9]
History
Scrapy was born at London-based web aggregation and e-commerce company Mydeco, where it was developed and maintained by employees of Mydeco and Insophia (a web consulting company based in Montevideo, Uruguay). The first public release was in August 2008 under the BSD license, with a milestone 1.0 release happening in June 2015.[10] In 2011, Scrapinghub became the new official maintainer.[11][12]
References
- ↑ How do you pronounce "Scrapy"?
- ↑ Scrapy at a glance
- ↑ "Frequently Asked Questions". Retrieved 28 July 2015.
- ↑ "Scrapy shell". Retrieved 28 July 2015.
- ↑ Bell, Eddie; Heusser, Jonathan. "Scalable Scraping Using Machine Learning". Retrieved 28 July 2015.
- ↑ Scrapy | Companies using Scrapy
- ↑ Montalenti, Andrew. "Web Crawling & Metadata Extraction in Python".
- ↑ Hyphe v0.0.0 : the first release of our new webcrawler is out !
- ↑ Ben Firshman [bfirsh] (21 January 2010). "World Govt Data site uses Django, Solr, Haystack, Scrapy and other exciting buzzwords bit.ly/5jU3La #opendata #datastore" (Tweet) – via Twitter.
- ↑ Medina, Julia (June 19, 2015). "Scrapy 1.0 official release out!". scrapy-users (Mailing list).
- ↑ Pablo Hoffman (2013). List of the primary authors & contributors. Retrieved 18 November 2013.
- ↑ Interview Scraping Hub http://decisionstats.com/2015/12/12/interview-scrapinghub-python-webcrawling/