awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Boris-code avatar

Boris-code/feapder

0
View on GitHub↗
3,709 stars·542 forks·Python·4 viewsfeapder.com↗

Feapder

Feapder is a Python web crawling framework designed for building scalable data extraction systems. It features a distributed spider engine and a headless browser renderer to execute JavaScript and extract content from dynamic web pages.

The system includes a scalable data deduplicator to filter duplicate URLs and records during large-scale operations. A crawler monitoring system tracks the health of active scraping jobs and triggers alerts when system anomalies occur.

The framework provides capabilities for task scheduling, web data extraction, and resilient workflows that allow crawling tasks to resume from the last successful checkpoint after an interruption.

Features

  • Web Data Extraction - Provides programmatic tools for scraping and processing web content using specialized scrapers.
  • Dynamic Content Scraping - Extracts data from websites that require JavaScript rendering to load content before parsing.
  • JavaScript Rendering - Executes JavaScript via headless browsers to load dynamic content before extracting final data.
  • Large-Scale Deduplications - Removes duplicate URLs and records from massive datasets using a scalable filtering mechanism.
  • Distributed Crawling Engines - Provides a scalable architecture for managing multiple spider types and high-volume data collection.
  • Crawl Request Deduplications - Implements a high-performance mechanism to filter duplicate URLs across distributed spiders.
  • Headless Browsers - Uses automated browser engines to render dynamic pages and execute scripts for data extraction.
  • Headless Rendering Engines - Integrates headless rendering engines to execute JavaScript and load dynamic content before parsing.
  • Web Crawling - Manages high-volume data collection across domains with built-in deduplication and scheduling.
  • Web Crawling Frameworks - Comprehensive Python framework for automating web data extraction including scheduling and rendering.
  • Spider Architectures - Implements distinct crawler classes tailored for single-page, task-based, or batch-processing extraction scenarios.
  • Crawl Job Schedulers - Provides a centralized system to manage the deployment and execution timing of multiple scraping jobs.
  • Event-Driven Notification Triggers - Triggers real-time alerts based on failure thresholds or system anomalies during crawling.
  • Execution Progress Tracking - Records task checkpoints in a persistent store to allow crawlers to resume from the last successful page.
  • Crawl Task Managers - Allows restarting crawling tasks from the last successful point after a failure or shutdown.
  • Crawler Health Monitoring - Tracks the operational status and health of active scraping jobs with automated alerts.

Star history

Star history chart for boris-code/feapderStar history chart for boris-code/feapder

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Feapder

Similar open-source projects, ranked by how many features they share with Feapder.
  • binux/pyspiderbinux avatar

    binux/pyspider

    16,809View on 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
    View on GitHub↗16,809
  • apify/crawleeapify avatar

    apify/crawlee

    24,002View on 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
    View on GitHub↗24,002
  • code4craft/webmagiccode4craft avatar

    code4craft/webmagic

    11,680View on GitHub↗

    Webmagic is a Java web crawling framework designed for building scalable automated crawlers to download and process large volumes of web pages. It functions as a distributed web crawler and dynamic content crawler, utilizing an XPath HTML parser to locate and extract specific data points from page structures. The framework distinguishes itself through its ability to handle dynamic content by rendering JavaScript and executing asynchronous requests to extract data from non-static pages. It also allows users to define and execute crawler logic via scripting languages, enabling the update of col

    Javacrawlerframeworkjava
    View on GitHub↗11,680
  • apify/crawlee-pythonapify avatar

    apify/crawlee-python

    8,097View on GitHub↗

    Crawlee-python is a web crawling framework for building scalable scrapers using Python. It serves as a comprehensive tool for web scraping automation, providing a system to extract structured data from websites using both lightweight HTTP requests and headless browser automation. The framework is distinguished by its anti-bot evasion capabilities, which include browser fingerprint impersonation and tiered proxy rotation to bypass detection systems and solve challenges such as Cloudflare. It also incorporates artificial intelligence for autonomous website navigation and schema-based data extra

    Pythonapifyautomationbeautifulsoup
    View on GitHub↗8,097
See all 30 alternatives to Feapder→

Frequently asked questions

What does boris-code/feapder do?

Feapder is a Python web crawling framework designed for building scalable data extraction systems. It features a distributed spider engine and a headless browser renderer to execute JavaScript and extract content from dynamic web pages.

What are the main features of boris-code/feapder?

The main features of boris-code/feapder are: Web Data Extraction, Dynamic Content Scraping, JavaScript Rendering, Large-Scale Deduplications, Distributed Crawling Engines, Crawl Request Deduplications, Headless Browsers, Headless Rendering Engines.

What are some open-source alternatives to boris-code/feapder?

Open-source alternatives to boris-code/feapder include: binux/pyspider — PySpider is a Python web crawling framework designed for automated data extraction. It provides a pipeline for… apify/crawlee — Crawlee is a web scraping framework designed for building scalable, reliable, and distributed data extraction… code4craft/webmagic — Webmagic is a Java web crawling framework designed for building scalable automated crawlers to download and process… apify/crawlee-python — Crawlee-python is a web crawling framework for building scalable scrapers using Python. It serves as a comprehensive… scrapinghub/portia — Portia is a containerized scraping platform and visual web scraper that enables no-code data extraction. It serves as… yasserg/crawler4j — Crawler4j is a multi-threaded Java web crawler and spider designed for high-volume web traversal and content…