{% extends "base_home.html" %} {% block main-content %}

Welcome to Scrapy

Scrapy is a high level scraping and web crawling framework for writing spiders to crawl and parse web pages for all kinds of purposes, from information retrieval to monitoring or testing web sites.

We're currently preparing the first official release of Scrapy with a very stable API. At the moment we consider the API quite stable, and we're writing documentation, tutorials and examples to make it easier to start using it.

Please start by reading the documentation and check out the community resources where you can ask for further help while we improve the documentation.

{% endblock %}