awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesPattern-Based Scraping

Identifying recurring structural patterns on webpages to automate data capture across multiple URLs.

Distinguishing note: Candidates focus on ID generation or URL rewriting, not structural HTML pattern recognition for scraping.

Explore 3 awesome GitHub repositories matching data & databases · Pattern-Based Scraping. Refine with filters or upvote what's useful.

Awesome Pattern-Based Scraping GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • alirezamika/autoscraperalirezamika का अवतार

    alirezamika/autoscraper

    7,297GitHub पर देखें↗

    Autoscraper is an automatic web scraping library and pattern-based data extractor that learns extraction rules from sample data. It identifies and retrieves text, URLs, and HTML elements from web pages by analyzing sample values to replicate data patterns across different URLs. The system functions as a web scraping model manager, allowing users to save and reload learned rules to maintain consistent data extraction. It supports the export and import of scraping rules to a local file system to avoid repeating the training process for the same website. The library covers automated web data ex

    Identifies recurring elements on a webpage to automatically capture data across multiple similar URLs.

    Python
    GitHub पर देखें↗7,297
  • justanotherarchivist/snscrapeJustAnotherArchivist का अवतार

    JustAnotherArchivist/snscrape

    5,398GitHub पर देखें↗

    snscrape is a Python-based social media web scraper and crawler designed to extract public posts, profiles, and hashtags from social networks without the use of official APIs. It functions as an archival tool and a utility for open-source intelligence data collection, allowing for the gathering of publicly available information to investigate trends and people. The tool facilitates social media data extraction for research and archival purposes, enabling the creation of historical records of conversations and user activity. It supports workflows for academic social analysis and the export of

    Uses recurring structural URL patterns to route requested data types to specific scraping logic.

    Python
    GitHub पर देखें↗5,398
  • ruipgil/scraperjsruipgil का अवतार

    ruipgil/scraperjs

    3,718GitHub पर देखें↗

    Scraperjs is a JavaScript web scraping library and headless browser automation tool designed to extract structured data from both static HTML and JavaScript-rendered websites. It functions as an asynchronous scraping workflow orchestrator and a selector-based engine for transforming unstructured web content into usable data. The library distinguishes itself by managing a shared browser instance across multiple tasks to optimize resource usage and reduce startup latency. It supports custom script injection into sandboxed browser environments to manipulate the DOM or execute browser-side logic

    Maps different URL patterns to unique extraction logic to traverse and scrape multiple website structures simultaneously.

    JavaScript
    GitHub पर देखें↗3,718
  1. Home
  2. Data & Databases
  3. Pattern-Based Scraping

सब-टैग एक्सप्लोर करें

  • Multi-Site Scraping WorkflowsCoordinating extraction logic across multiple different website structures within a single process. **Distinct from Pattern-Based Scraping:** Focuses on the workflow coordination across different sites rather than just identifying patterns on one site.