awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 Repos

Awesome GitHub RepositoriesTask Execution Engines

Systems for managing and running automated workflows or crawling tasks.

Distinguishing note: Focuses on the execution of targeted crawling tasks rather than the scraping logic itself.

Explore 8 awesome GitHub repositories matching web development · Task Execution Engines. Refine with filters or upvote what's useful.

Awesome Task Execution Engines GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • nanmicoder/mediacrawlerAvatar von NanmiCoder

    NanmiCoder/MediaCrawler

    51,294Auf GitHub ansehen↗

    MediaCrawler is an automated web scraping framework designed to extract public posts, comments, and creator metadata from various social media platforms. It functions as a headless browser automator, utilizing real browser instances to render dynamic content and execute the client-side scripts necessary for interacting with modern web interfaces. The system distinguishes itself through a focus on session persistence and network flexibility. It supports remote debugging to reuse active browser sessions and cookies, which helps minimize the risk of triggering platform security challenges. To ma

    Retrieves specific content or user contributions by running crawling tasks across supported platforms.

    Python
    Auf GitHub ansehen↗51,294
  • apify/crawleeAvatar von apify

    apify/crawlee

    24,002Auf GitHub ansehen↗

    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

    Fetches pending URLs for execution, tracks completion status, and allows for the reclamation of failed tasks.

    TypeScriptapifyautomationcrawler
    Auf GitHub ansehen↗24,002
  • binux/pyspiderAvatar von binux

    binux/pyspider

    16,809Auf GitHub ansehen↗

    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

    Implements a system for organizing web crawling jobs into projects to manage the lifecycle of individual crawl tasks.

    Python
    Auf GitHub ansehen↗16,809
  • andeya/pholcusAvatar von andeya

    andeya/pholcus

    7,578Auf GitHub ansehen↗

    Pholcus is a distributed web crawling system designed for large-scale data scraping. It employs a master-worker distribution model to coordinate high-concurrency scraping tasks across a network of remote client nodes, enabling both horizontal and vertical data collection. The system features a hot-loadable rule engine that allows extraction and navigation logic to be updated at runtime without restarting the process. It handles dynamic content through headless browser integration and bypasses bot detection using proxy rotation, automated user authentication, and simulated human behavior. The

    Offers comprehensive crawl task management to pause, cancel, and execute scraping jobs in batch concurrency.

    Go
    Auf GitHub ansehen↗7,578
  • bda-research/node-crawlerAvatar von bda-research

    bda-research/node-crawler

    6,785Auf GitHub ansehen↗

    node-crawler is a programmable web crawler for Node.js that manages request queues and automates data extraction. It functions as a rate-limited HTTP client and a headless HTML parser, providing the infrastructure to visit large sets of URLs asynchronously while preventing duplicate processing through task deduplication. The project distinguishes itself through a proxy rotation manager that cycles user agents and proxy servers to bypass access restrictions. It utilizes the HTTP/2 protocol to improve request performance and server compatibility during large-scale scraping operations. The syst

    Prevents the same URL or task from entering the queue multiple times to avoid redundant processing.

    TypeScriptcheeriocrawlerextract-data
    Auf GitHub ansehen↗6,785
  • yujiosaka/headless-chrome-crawlerAvatar von yujiosaka

    yujiosaka/headless-chrome-crawler

    5,643Auf GitHub ansehen↗

    This project is a distributed headless Chrome web crawler and data extraction framework. It functions as a JavaScript rendering engine that uses a headless browser to process dynamic pages, extracting structured data from websites that require JavaScript execution. The system is designed for scalable data collection across multiple nodes, using distributed task synchronization and shared caches to prevent duplicate work. It distinguishes itself through the ability to emulate specific client environments by configuring user agents and viewport dimensions, while capturing visual evidence such a

    Manages the lifecycle of crawl tasks, including the ability to halt and restart operations while preserving state.

    JavaScript
    Auf GitHub ansehen↗5,643
  • opencx-labs/openchatAvatar von opencx-labs

    opencx-labs/OpenChat

    5,264Auf GitHub ansehen↗

    OpenChat is a conversational AI agent builder and customer service automation platform that uses large language models to power customer support chatbots across multiple channels. It provides tools for defining AI agent behavior, training on custom knowledge, managing actions, and controlling autopilot responses per channel. The platform enables deploying AI agents on web, phone, email, SMS, and WhatsApp, with a unified inbox for managing conversations across all channels. It includes CRM synchronization, automated workflows, contact segmentation, and analytics for tracking customer satisfact

    Manages the lifecycle of crawl tasks including queuing and status inspection.

    JavaScript
    Auf GitHub ansehen↗5,264
  • hu17889/go_spiderAvatar von hu17889

    hu17889/go_spider

    1,821Auf GitHub ansehen↗

    Go Spider ist ein modulares Framework für den Aufbau konkurrierender Web-Scraper und Datenextraktions-Workflows. Es bietet eine strukturierte Engine zur Orchestrierung automatisierter Crawling-Aufgaben, zur Verwaltung der Request-Planung und zur Verarbeitung von Webinhalten durch eine einheitliche Pipeline. Das Framework zeichnet sich durch eine hochgradig konfigurierbare Architektur aus, die es Entwicklern ermöglicht, benutzerdefinierte Logik für Downloader, Scheduler und Speicherkomponenten über Interface-basierte Verträge einzubinden. Es verwaltet Netzwerkinteraktionen mittels Middleware-basiertem Request-Throttling und URL-Deduplizierung, um sicherzustellen, dass Crawling-Operationen effizient bleiben und die Serverlast respektieren. Das System deckt den gesamten Lebenszyklus der Datenextraktion ab, einschließlich konkurrierender Aufgabenausführung, automatisiertem Parsing verschiedener Inhaltsformate und Normalisierung der Zeichenkodierung. Zudem bietet es integriertes Monitoring durch Ausführungs-Logging und Tracing, um Debugging und Performance-Analyse zu erleichtern. Das Projekt wird als Bibliothek für die Programmiersprache Go verteilt.

    Manages the lifecycle of individual crawl tasks, allowing for streaming results or immediate local return.

    Gocrawlergopipeline
    Auf GitHub ansehen↗1,821
  1. Home
  2. Web Development
  3. Task Execution Engines

Unter-Tags erkunden

  • Crawl Task Managers1 Sub-TagSystems for fetching, tracking, and reclaiming crawling tasks to ensure reliable execution. **Distinct from Task Execution Engines:** Distinct from Task Execution Engines: focuses on the lifecycle management of individual crawl tasks.