Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scrapy/scrapy
Scrapy, a fast high-level web crawling & scraping framework for Python.
https://github.com/scrapy/scrapy
crawler crawling framework hacktoberfest python scraping web-scraping web-scraping-python
Last synced: about 22 hours ago
JSON representation
Scrapy, a fast high-level web crawling & scraping framework for Python.
- Host: GitHub
- URL: https://github.com/scrapy/scrapy
- Owner: scrapy
- License: bsd-3-clause
- Created: 2010-02-22T02:01:14.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T15:05:56.000Z (13 days ago)
- Last Synced: 2024-10-26T21:03:31.909Z (9 days ago)
- Topics: crawler, crawling, framework, hacktoberfest, python, scraping, web-scraping, web-scraping-python
- Language: Python
- Homepage: https://scrapy.org
- Size: 25.4 MB
- Stars: 52,897
- Watchers: 1,774
- Forks: 10,537
- Open Issues: 672
-
Metadata Files:
- Readme: README.rst
- Changelog: NEWS
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Authors: AUTHORS
Awesome Lists containing this project
- awesome - scrapy - Scrapy, a fast high-level web crawling & scraping framework for Python. (Python)
- Starred-Repo - Scrapy: Python Web Crawler
- awesome-repositories - scrapy/scrapy - Scrapy, a fast high-level web crawling & scraping framework for Python. (Python)
- awesome-starred - scrapy - Scrapy, a fast high-level web crawling & scraping framework for Python. (Python)
- awesome-starts - scrapy/scrapy - Scrapy, a fast high-level web crawling & scraping framework for Python. (Python)
- awesome-starred - scrapy/scrapy - Scrapy, a fast high-level web crawling & scraping framework for Python. (hacktoberfest)
- awesome-asyncio-cn - Scrapy - 一个为了爬取网站数据,提取结构性数据而编写的应用框架。 (爬虫)
- awesome-for-beginners - scrapy - level web crawling & scraping framework for Python. (Python)
- awesome-list - Scrapy - A fast high-level web crawling & scraping framework for Python. (Data Processing / Data Pre-processing & Loading)
- awesome-crawler - Scrapy - A fast high-level screen scraping and web crawling framework. (Python)
- awesome-python-again -
- my-awesome - scrapy/scrapy - scraping,web-scraping-python pushed_at:2024-10 star:52.8k fork:10.5k Scrapy, a fast high-level web crawling & scraping framework for Python. (Python)
- StarryDivineSky - scrapy/scrapy
- best-of-web-python - GitHub - 20% open · ⏱️ 06.06.2024): (Web Scraping & Crawling)
- fucking-awesome-for-beginners - scrapy - level web crawling & scraping framework for Python. (Python)
- awesome-crawler-cn - Scrapy - 一种高效的屏幕,网页数据采集框架。 (Python)
- awesome - scrapy/scrapy - Scrapy, a fast high-level web crawling & scraping framework for Python. (Python)
- awesome - scrapy/scrapy - Scrapy, a fast high-level web crawling & scraping framework for Python. (Python)
README
.. image:: https://scrapy.org/img/scrapylogo.png
:target: https://scrapy.org/
======
Scrapy
======.. image:: https://img.shields.io/pypi/v/Scrapy.svg
:target: https://pypi.python.org/pypi/Scrapy
:alt: PyPI Version.. image:: https://img.shields.io/pypi/pyversions/Scrapy.svg
:target: https://pypi.python.org/pypi/Scrapy
:alt: Supported Python Versions.. image:: https://github.com/scrapy/scrapy/workflows/Ubuntu/badge.svg
:target: https://github.com/scrapy/scrapy/actions?query=workflow%3AUbuntu
:alt: Ubuntu.. .. image:: https://github.com/scrapy/scrapy/workflows/macOS/badge.svg
.. :target: https://github.com/scrapy/scrapy/actions?query=workflow%3AmacOS
.. :alt: macOS.. image:: https://github.com/scrapy/scrapy/workflows/Windows/badge.svg
:target: https://github.com/scrapy/scrapy/actions?query=workflow%3AWindows
:alt: Windows.. image:: https://img.shields.io/badge/wheel-yes-brightgreen.svg
:target: https://pypi.python.org/pypi/Scrapy
:alt: Wheel Status.. image:: https://img.shields.io/codecov/c/github/scrapy/scrapy/master.svg
:target: https://codecov.io/github/scrapy/scrapy?branch=master
:alt: Coverage report.. image:: https://anaconda.org/conda-forge/scrapy/badges/version.svg
:target: https://anaconda.org/conda-forge/scrapy
:alt: Conda VersionOverview
========Scrapy is a BSD-licensed fast high-level web crawling and web scraping framework, used to
crawl websites and extract structured data from their pages. It can be used for
a wide range of purposes, from data mining to monitoring and automated testing.Scrapy is maintained by Zyte_ (formerly Scrapinghub) and `many other
contributors`_... _many other contributors: https://github.com/scrapy/scrapy/graphs/contributors
.. _Zyte: https://www.zyte.com/Check the Scrapy homepage at https://scrapy.org for more information,
including a list of features.Requirements
============* Python 3.9+
* Works on Linux, Windows, macOS, BSDInstall
=======The quick way:
.. code:: bash
pip install scrapy
See the install section in the documentation at
https://docs.scrapy.org/en/latest/intro/install.html for more details.Documentation
=============Documentation is available online at https://docs.scrapy.org/ and in the ``docs``
directory.Releases
========You can check https://docs.scrapy.org/en/latest/news.html for the release notes.
Community (blog, twitter, mail list, IRC)
=========================================See https://scrapy.org/community/ for details.
Contributing
============See https://docs.scrapy.org/en/master/contributing.html for details.
Code of Conduct
---------------Please note that this project is released with a Contributor `Code of Conduct `_.
By participating in this project you agree to abide by its terms.
Please report unacceptable behavior to [email protected].Companies using Scrapy
======================See https://scrapy.org/companies/ for a list.
Commercial Support
==================See https://scrapy.org/support/ for details.