awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

24 مستودعات

Awesome GitHub RepositoriesPython Crawling Frameworks

Libraries and frameworks for web scraping and crawling in Python.

Explore 24 awesome GitHub repositories matching part of an awesome list · Python Crawling Frameworks. Refine with filters or upvote what's useful.

Awesome Python Crawling Frameworks GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • scrapy/scrapyالصورة الرمزية لـ scrapy

    scrapy/scrapy

    62,274عرض على GitHub↗

    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 concu

    High-level framework for screen scraping and web crawling.

    Pythoncrawlercrawlingframework
    عرض على GitHub↗62,274
  • soimort/you-getالصورة الرمزية لـ soimort

    soimort/you-get

    56,839عرض على GitHub↗

    This project is a command-line utility designed to fetch video, audio, and image content from a wide range of web platforms. It functions by parsing page metadata and utilizing modular, site-specific scripts to extract direct media stream URLs from complex web structures, enabling the local archiving of digital media for offline use. The tool distinguishes itself through its ability to handle authenticated content, allowing users to inject browser-stored session cookies to access restricted or private media. It also supports real-time media streaming by piping remote content directly into ext

    Command-line tool for downloading web content.

    Python
    عرض على GitHub↗56,839
  • binux/pyspiderالصورة الرمزية لـ binux

    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

    Powerful, full-featured spider system.

    Python
    عرض على GitHub↗16,809
  • codelucas/newspaperالصورة الرمزية لـ codelucas

    codelucas/newspaper

    14,982عرض على GitHub↗

    Newspaper is a Python library designed for scraping, parsing, and analyzing web-based information. It functions as a framework for automated news aggregation and large-scale web content extraction, providing tools to download, clean, and structure text, metadata, and media from diverse online sources. The project distinguishes itself through a pipeline-oriented architecture that combines heuristic-based content extraction with natural language processing. It automatically identifies and isolates article bodies from web page boilerplate while simultaneously performing language detection, keywo

    Extraction of news, full-text, and article metadata.

    HTMLcrawlercrawlingnews
    عرض على GitHub↗14,982
  • scrapinghub/portiaالصورة الرمزية لـ scrapinghub

    scrapinghub/portia

    9,509عرض على GitHub↗

    Portia is a containerized scraping platform and visual web scraper that enables no-code data extraction. It serves as a Scrapy visual scraping tool and spider generator, allowing users to design and deploy web scrapers through a graphical interface instead of writing manual selector code. The system distinguishes itself by converting visual web page annotations into executable Scrapy spider code and structured JSON specifications. This visual-to-code mapping allows users to define scraping logic and extraction rules through a point-and-click interface, which can then be exported for use in ex

    Visual scraping tool for Scrapy.

    Python
    عرض على GitHub↗9,509
  • wzdnzd/aggregatorالصورة الرمزية لـ wzdnzd

    wzdnzd/aggregator

    6,689عرض على GitHub↗

    This project is a proxy aggregation platform designed to collect and verify free proxy server lists from web platforms, social media, and public repositories. It functions as a crawler framework that gathers proxy data and subscription links, a validation tool for testing server liveness, and a synchronization service for distributing the results. The system uses a plugin-based architecture that allows for the integration of custom Python scripts to handle diverse web source structures. It also includes utilities to transform raw proxy data into standardized configuration formats compatible w

    Integrates Python scripts as plugins to implement specialized crawling logic for unique web sources.

    Pythonproxypool
    عرض على GitHub↗6,689
  • pbek/qownnotesالصورة الرمزية لـ pbek

    pbek/QOwnNotes

    5,792عرض على GitHub↗

    QOwnNotes is a desktop note editor that stores each note as a plain-text Markdown file on the local filesystem, avoiding proprietary formats and enabling direct file access. It functions as a Nextcloud Notes client, syncing notes and metadata with Nextcloud or ownCloud servers through a companion API service for versioning and sharing. The application also integrates with AI providers and exposes a local MCP server for external agents to search and fetch notes, and includes a companion browser extension for capturing web content, bookmarks, and screenshots. The editor distinguishes itself thr

    Extends functionality by running user-written scripts from an online repository.

    C++
    عرض على GitHub↗5,792
  • rolando/scrapy-redisالصورة الرمزية لـ rolando

    rolando/scrapy-redis

    5,639عرض على GitHub↗

    هذا المشروع عبارة عن إطار عمل موزع لكشط الويب يتيح التوسع الأفقي لمهام الكشط. يستخدم Redis كمدير طابور طلبات مركزي ومخزن حالة لتنسيق تقدم الكشط وبيانات تعريف الطلب عبر مثيلات خادم متعددة. يوزع النظام أعباء عمل الكشط من خلال مشاركة طابور طلبات واحد ويستخدم مرشح تكرار موزع لمنع العمال المتعددين من زيارة نفس الصفحة. ويحتفظ بحالة الطلب المعقدة وبيانات التعريف كسلاسل JSON داخل المخزن البعيد المشترك. يوفر إطار العمل أيضاً إمكانيات لمعالجة البيانات الموزعة عن طريق دفع العناصر المكتشطة إلى طابور مشترك للاستهلاك المتوازي بواسطة عمال معالجة منفصلين.

    Redis-based components for distributed Scrapy projects.

    Python
    عرض على GitHub↗5,639
  • hickford/mechanicalsoupالصورة الرمزية لـ hickford

    hickford/MechanicalSoup

    4,868عرض على GitHub↗

    MechanicalSoup هي مكتبة أتمتة ويب Python مصممة لمحاكاة سلوك المتصفح. تعمل كمجموعة أدوات لكشط الويب والأتمتة، حيث توفر محرك تحليل HTML ومدير جلسة HTTP للتفاعل مع مواقع الويب برمجياً. تتيح المكتبة تفاعل الويب بدون رأس (headless) من خلال محاكاة جلسة مستخدم حقيقية. تدير الحالة المستمرة من خلال التعامل مع ملفات تعريف الارتباط ومتابعة إعادة التوجيه التلقائية، مما يسمح بالتنقل البرمجي في موقع الويب ومحاكاة تفاعلات المتصفح المعقدة. تغطي قدراتها ملء النماذج المؤتمتة وإرسالها باستخدام محددات CSS، بالإضافة إلى استخراج البيانات من استجابات HTML. تتضمن مجموعة الأدوات أدوات لتنزيل الملفات المرتبطة، وتحديد وكلاء مستخدم مخصصين، والبحث عن الصفحات بناءً على كلمات رئيسية محددة. كما توفر أدوات تشخيصية لعرض حالة الصفحة الحالية في متصفح للتحقق المرئي.

    Automates website interactions for scraping.

    Python
    عرض على GitHub↗4,868
  • jmcarp/robobrowserالصورة الرمزية لـ jmcarp

    jmcarp/robobrowser

    3,696عرض على GitHub↗

    Robobrowser is a Python web scraping library that provides a headless browser emulator and an HTML DOM parser. It is designed to programmatically navigate websites, interact with HTML forms, and extract data from web pages. The tool includes a web request caching mechanism to store previously fetched web content, reducing network traffic and increasing loading speeds for repeated requests. It covers capabilities for automated web navigation, programmatic web scraping, and web form automation, including the ability to populate input fields and trigger submission events. The system also manage

    Library for browsing the web without a standalone browser.

    Python
    عرض على GitHub↗3,696
  • scrapy/scrapelyالصورة الرمزية لـ scrapy

    scrapy/scrapely

    1,887عرض على GitHub↗

    Scrapely

    Pure-python library for HTML screen-scraping.

    HTML
    عرض على GitHub↗1,887
  • xianhu/pspiderالصورة الرمزية لـ xianhu

    xianhu/PSpider

    1,840عرض على GitHub↗

    A simple web spider frame written by Python, which needs Python3.8+

    Simple spider framework for Python 3.

    Python
    عرض على GitHub↗1,840
  • howie6879/aspiderالصورة الرمزية لـ howie6879

    howie6879/aspider

    1,742عرض على GitHub↗

    Ruia 🕸️ Async Python 3.6+ web scraping micro-framework based on asyncio. ⚡ Write less, run faster.

    Asyncio-based micro-framework for web scraping.

    Python
    عرض على GitHub↗1,742
  • chineking/colaالصورة الرمزية لـ chineking

    chineking/cola

    1,501عرض على GitHub↗

    A high-level distributed crawling framework.

    Distributed framework for web crawling.

    Python
    عرض على GitHub↗1,501
  • istresearch/scrapy-clusterالصورة الرمزية لـ istresearch

    istresearch/scrapy-cluster

    1,224عرض على GitHub↗

    This Scrapy project uses Redis and Kafka to create a distributed on demand scraping cluster.

    Distributed scraping cluster using Redis and Kafka.

    Python
    عرض على GitHub↗1,224
  • iogf/sukhoiالصورة الرمزية لـ iogf

    iogf/sukhoi

    873عرض على GitHub↗

    Minimalist and powerful Web Crawler.

    Minimalist and powerful web crawler.

    Python
    عرض على GitHub↗873
  • rivermont/spidyالصورة الرمزية لـ rivermont

    rivermont/spidy

    354عرض على GitHub↗

    Spidy (/spˈɪdi/) is the simple, easy to use command line web crawler. Given a list of web links, it uses the Python requests library to query the webpages. Spidy then uses lxml to extract all links from the page and adds them to its list. Pretty simple!

    Simple command-line web crawler.

    Python
    عرض على GitHub↗354
  • manning23/mspiderالصورة الرمزية لـ manning23

    manning23/MSpider

    345عرض على GitHub↗

    The information security department of 360 company has been recruiting for a long time and is interested in contacting the mailbox zhangxin1at360.cn.

    Simple spider using gevent and JavaScript rendering.

    Python
    عرض على GitHub↗345
  • cocrawler/cocrawlerالصورة الرمزية لـ cocrawler

    cocrawler/cocrawler

    194عرض على GitHub↗

    CoCrawler is a versatile web crawler built using modern tools and concurrency.

    Versatile crawler built with modern concurrency tools.

    Python
    عرض على GitHub↗194
  • jmg/crawleyالصورة الرمزية لـ jmg

    jmg/crawley

    191عرض على GitHub↗

    High Speed WebCrawler built on Eventlet. Supports databases engines like Postgre, Mysql, Oracle, Sqlite. Command line tools. Extract data using your favourite tool. XPath or Pyquery (A Jquery-like library for python). Cookie Handlers. Very easy to use (see the example).

    Pythonic framework based on non-blocking I/O.

    Python
    عرض على GitHub↗191
السابق12التالي
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Python Crawling Frameworks

استكشف الوسوم الفرعية

  • Script-Based ExtensionsUse of external scripts as plugins to implement specialized scraping logic. **Distinct from Python Crawling Frameworks:** Specializes the use of Python scripts as modular plugins rather than using a full crawling framework.