约 3,400 个结果
在新选项卡中打开链接
  1. Scrapy

    “ Scrapy stands out as an exceptional tool for seamlessly managing open requests, making large-scale data collection efficient and reliable." "With its remarkable scraping speed, Scrapy …

  2. Scrapy 2.13 documentation

    2025年7月2日 · Scrapy is a 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 …

  3. Scrapy Tutorial — Scrapy 2.13.3 documentation

    2025年7月2日 · Using spider arguments Scrapy is written in Python. The more you learn about Python, the more you can get out of Scrapy. If you’re already familiar with other languages and …

  4. Scrapy at a glance — Scrapy 2.13.3 documentation

    2025年7月2日 · Scrapy (/ˈskreɪpaɪ/) is an application framework for crawling web sites and extracting structured data which can be used for a wide range of useful applications, like data …

  5. Download Scrapy

    2025年5月5日 · Download the latest stable release of Scrapy and start your web scraping journey today

  6. Installation guide — Scrapy 2.13.3 documentation

    2025年7月2日 · Though it’s possible to install Scrapy on Windows using pip, we recommend you install Anaconda or Miniconda and use the package from the conda-forge channel, which will …

  7. Examples — Scrapy 2.13.3 documentation

    2025年7月2日 · The best way to learn is with examples, and Scrapy is no exception. For this reason, there is an example Scrapy project named quotesbot, that you can use to play and …

  8. Architecture overview — Scrapy 2.13.3 documentation

    2025年7月2日 · The following diagram shows an overview of the Scrapy architecture with its components and an outline of the data flow that takes place inside the system (shown by the …

  9. Resources for Scrapy Developers

    Explore essential resources for Scrapy developers, including official documentation to help you master web scraping from setup to large-scale deployment.

  10. Spiders — Scrapy 2.13.3 documentation

    2025年7月2日 · Scrapy comes with some useful generic spiders that you can use to subclass your spiders from. Their aim is to provide convenient functionality for a few common scraping …