Favicon of AutoScraper

AutoScraper

PublishedLast updated

Python library that learns simple scraping rules from example values and extracts similar data from HTML pages.

Sources

github.com

Verified against the alirezamika/autoscraper repository and the PyPI package.

AutoScraper is an open-source Python library for creating simple extraction rules from examples. Instead of hand-writing every selector, users provide a page and sample values, then reuse the learned rules on similar pages.

Key Features:

  • Example-Based Rules - Learns what to extract from values supplied by the user.
  • Lightweight Library - Fits small scraping tasks without a full crawler framework.
  • Structured Results - Returns matched data in Python-friendly structures.
  • Reusable Models - Saves and reloads learned extraction rules for later runs.
  • Python Package - Installs from PyPI for quick scripting workflows.

Choose AutoScraper for fast prototypes and simple recurring extraction jobs where example data is easier than writing selectors.

Features:
Open SourceHTML ParsingStructured DataPython Package

Share:

Similar to AutoScraper

Favicon

 

  
  
Favicon

 

  
  
Favicon