1 रिपॉजिटरी
The process of analyzing sample data to automatically determine patterns for data retrieval.
Distinguishing note: None of the candidates cover the 'learning' aspect of deriving scraping rules from samples.
Explore 1 awesome GitHub repository matching data & databases · Extraction Rule Learning. Refine with filters or upvote what's useful.
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
Analyzes sample text, URLs, or HTML tags to determine the patterns needed to retrieve similar web elements.