awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesWeb Data Extractors

Utilities for parsing and structuring information from web pages.

Distinguishing note: Focuses on the extraction and parsing aspect of web scraping.

Explore 4 awesome GitHub repositories matching web development · Web Data Extractors. Refine with filters or upvote what's useful.

Awesome Web Data Extractors GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • panniantong/agent-reachAvatar de Panniantong

    Panniantong/Agent-Reach

    31,610Ver en GitHub↗

    Agent-Reach is an AI agent web gateway and search tool that provides language models with the ability to search and read content from the open web, social media, and community forums without using official APIs. It functions as a routing layer that connects large language models to various internet backends while managing content parsing and connection health. The system enables API-free information retrieval by using open-source backends to extract text and metadata from platforms such as Twitter, Reddit, and YouTube. It converts unstructured website content, RSS feeds, and video transcripts

    Provides a command line interface for parsing and structuring information from web pages and forums.

    Pythonagent-infrastructureai-agentai-search
    Ver en GitHub↗31,610
  • gocolly/collyAvatar de gocolly

    gocolly/colly

    25,101Ver en GitHub↗

    Colly is a high-performance web scraping framework designed for the automated extraction of structured data from websites. It provides a programmable toolkit that manages the complexities of large-scale data collection, including concurrent request orchestration, automatic cookie handling, and robots.txt compliance. By utilizing an asynchronous execution model, the engine maintains high throughput while preventing resource exhaustion during recursive or distributed crawling tasks. The framework is distinguished by its modular, event-driven architecture, which allows developers to hook into sp

    Automates the retrieval and parsing of structured information from websites to build datasets.

    Gocrawlercrawlingframework
    Ver en GitHub↗25,101
  • alibaba-nlp/webagentAvatar de Alibaba-NLP

    Alibaba-NLP/WebAgent

    19,549Ver en GitHub↗

    WebAgent is an autonomous web navigation agent and research system designed to browse the internet and synthesize information to answer complex queries. It functions as a reasoning orchestrator that navigates the web iteratively to perform deep research and extract structured data. The project includes a reinforcement learning training pipeline that generates synthetic interaction datasets for model pre-training and fine-tuning. It employs token-level policy gradients to stabilize training in non-stationary environments and uses a dual-mode inference scaling mechanism to balance execution bet

    Parses and structures information from both online web pages and local documents.

    Python
    Ver en GitHub↗19,549
  • remitchell/python-scrapingAvatar de REMitchell

    REMitchell/python-scraping

    4,714Ver en GitHub↗

    Este proyecto es una librería de web scraping en Python y una suite de recolección de datos automatizada. Proporciona herramientas para extraer datos estructurados de sitios web, implementar crawlers para navegar enlaces y analizar estructuras DOM HTML para aislar elementos y atributos específicos. El toolkit incluye un pipeline para procesar texto no estructurado y limpiar contenido web crudo para extraer información significativa. También cuenta con capacidades para la extracción de datos de imágenes y la integración de APIs externas para recuperar datos estructurados desde endpoints remotos. El sistema cubre áreas clave como la extracción automatizada de datos web, flujos de trabajo de crawling y técnicas para evitar obstáculos de scraping mediante proxies y resolutores de CAPTCHA.

    Implements utilities for parsing and structuring specific information extracted from web pages.

    Jupyter Notebook
    Ver en GitHub↗4,714
  1. Home
  2. Web Development
  3. Web Data Extractors