awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
scrapy avatar

scrapy/scrapy

0
View on GitHub↗
62,274 星标·11,652 分支·Python·BSD-3-Clause·25 次浏览scrapy.org↗

Scrapy

Scrapy is a comprehensive framework designed for automated web data extraction and large-scale crawling. It operates on an asynchronous, event-driven engine that manages non-blocking network requests and data processing tasks, allowing for the efficient retrieval of structured information from web documents using path-based selectors.

The system distinguishes itself through a highly modular architecture that supports complex data collection workflows. Users can implement custom middleware and signal handlers to intercept and modify request flows, while a priority-based scheduler manages concurrency to balance throughput against target server constraints. These features, combined with memory-efficient operational controls, enable the framework to handle high-volume data harvesting tasks over extended periods.

The platform includes a suite of diagnostic tools for monitoring crawler health and performance. By tracking operational statistics and inspecting active processes, users can identify bottlenecks and maintain the stability of their data collection pipelines. Extracted data is processed through a sequential chain of validation and cleaning handlers before being persisted to external storage.

Features

  • Web Scraping - Extracts structured information from websites by defining navigation rules and processing content into organized storage formats.
  • Web Scrapers - Automates the navigation of websites to collect and process structured information at scale.
  • Structured - Converts unstructured web content into clean, typed, and organized data formats using defined extraction logic.
  • Distributed Crawling Engines - Powers large-scale data collection through a scalable, asynchronous engine with built-in rate control and memory management.
  • Event-Driven Engines - Handles non-blocking network requests and concurrent data processing tasks via an asynchronous, event-driven core loop.
  • Selector-Based Extractors - Maps raw HTML content into structured objects using CSS selectors and XPath expressions.
  • Distributed Crawling Systems - Coordinates high-volume, asynchronous crawling operations to ensure reliability during long-running data collection tasks.
  • Modular Pipeline Architectures - Decouples data collection stages into independent, configurable components using modular middleware and signal handlers.
  • Concurrency-Controlled Schedulers - Regulates request volume through a priority-based queue to balance throughput against target server load constraints.
  • Crawler Middleware - Customizes data collection flows through specialized middleware and signal handlers for request and response processing.
  • Crawling Optimization - Optimizes large-scale data collection by dynamically managing memory usage and request rates for efficient performance.
  • Web Scraping - High-level web crawling and scraping framework.
  • 开发者工具 - Framework for web crawling and data scraping.
  • Python Crawling Frameworks - High-level framework for screen scraping and web crawling.
  • Python Frameworks and Tools - Full-featured web scraping framework.
  • Python Projects - Listed in the “Python Projects” section of the Awesome For Beginners awesome list.
  • Web Scraping - High-level framework for web crawling and scraping.
  • Item Pipelines - Processes individual data items through a sequential chain of validation, cleaning, and storage handlers before persistence.
  • Middleware-Based Request Pipelines - Intercepts and modifies network requests and responses as they flow through a chain of pluggable components.
  • Crawler Health Monitoring - Tracks operational statistics and diagnostic metrics to identify potential bottlenecks during active data collection processes.
  • Lifecycle Signal Handlers - Enables external components to hook into specific lifecycle events to monitor or alter behavior during execution.
  • Distributed Tracing and Execution Analysis - Inspects active processes and execution metadata to maintain visibility into performance during long-running extraction jobs.

Star 历史

scrapy/scrapy 的 Star 历史图表scrapy/scrapy 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

scrapy/scrapy 是做什么的?

Scrapy is a comprehensive framework designed for automated web data extraction and large-scale crawling. It operates on an asynchronous, event-driven engine that manages non-blocking network requests and data processing tasks, allowing for the efficient retrieval of structured information from web documents using path-based selectors.

scrapy/scrapy 的主要功能有哪些?

scrapy/scrapy 的主要功能包括:Web Scraping, Web Scrapers, Structured, Distributed Crawling Engines, Event-Driven Engines, Selector-Based Extractors, Distributed Crawling Systems, Modular Pipeline Architectures。

scrapy/scrapy 有哪些开源替代品?

scrapy/scrapy 的开源替代品包括: apify/crawlee — Crawlee is a web scraping framework designed for building scalable, reliable, and distributed data extraction… unclecode/crawl4ai — Crawl4AI is an AI-powered web crawling and data extraction engine designed to transform complex web content into… binux/pyspider — PySpider is a Python web crawling framework designed for automated data extraction. It provides a pipeline for… firecrawl/firecrawl — Firecrawl is a web data extraction platform designed to convert unstructured web content into clean, LLM-ready formats… cantino/huginn — Huginn is an open-source automation platform that functions as an event-driven task automator and webhook integration… crawlab-team/crawlab — Crawlab is a distributed web scraping platform designed to centralize the management, deployment, and execution of…

Scrapy 的开源替代方案

相似的开源项目,按与 Scrapy 的功能重合度排序。
  • apify/crawleeapify 的头像

    apify/crawlee

    24,002在 GitHub 上查看↗

    Crawlee is a web scraping framework designed for building scalable, reliable, and distributed data extraction pipelines. It provides a unified interface for managing headless browser automation and lightweight HTTP requests, allowing developers to handle complex web navigation, dynamic content rendering, and large-scale data collection within a single, modular architecture. The project distinguishes itself through its resource-aware concurrency controller, which dynamically scales task execution based on real-time CPU and memory usage to prevent host machine exhaustion. It also features a rob

    TypeScriptapifyautomationcrawler
    在 GitHub 上查看↗24,002
  • unclecode/crawl4aiunclecode 的头像

    unclecode/crawl4ai

    68,644在 GitHub 上查看↗

    Crawl4AI is an AI-powered web crawling and data extraction engine designed to transform complex web content into structured formats. It functions as a headless browser orchestrator, enabling the navigation of dynamic websites, the execution of custom scripts, and the capture of visual assets like screenshots and PDFs. By integrating language models directly into the extraction workflow, the system converts raw HTML into clean, structured data or Markdown files optimized for downstream ingestion. The platform distinguishes itself through a distributed, self-hosted infrastructure that manages l

    Python
    在 GitHub 上查看↗68,644
  • binux/pyspiderbinux 的头像

    binux/pyspider

    16,809在 GitHub 上查看↗

    PySpider is a Python web crawling framework designed for automated data extraction. It provides a pipeline for periodically fetching web content, processing HTML, and persisting scraped information into database backends. The system features a web-based management interface for editing scraping scripts, monitoring task progress, and reviewing collected data. It includes a headless browser JavaScript renderer to capture rendered HTML from dynamic web pages and a distributed architecture that uses message queues to scale crawling workloads across multiple nodes. The framework also covers task

    Python
    在 GitHub 上查看↗16,809
  • firecrawl/firecrawlfirecrawl 的头像

    firecrawl/firecrawl

    133,479在 GitHub 上查看↗

    Firecrawl is a web data extraction platform designed to convert unstructured web content into clean, LLM-ready formats like markdown or JSON. It functions as an autonomous web crawler and scraper, capable of mapping entire domains, performing recursive navigation, and executing complex data gathering tasks. By leveraging headless browser orchestration, the system handles dynamic, JavaScript-heavy pages to ensure comprehensive data capture. The platform distinguishes itself through its focus on agentic workflows, providing a programmatic interface that allows autonomous agents to perform live

    TypeScriptaiai-agentsai-crawler
    在 GitHub 上查看↗133,479
查看 Scrapy 的所有 30 个替代方案→