alirezamika/autoscraper
A Smart, Automatic, Fast and Lightweight Web Scraper for Python observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 95
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2193
- days_rel: n/a
- days_push: 35
- n_releases_24m: 0
Adoption not part of the score
7904 stars · 817 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
AutoScraper is a Python library that automatically learns scraping rules from a URL or HTML content plus a list of sample data you want to extract. The learned scraper object can then be reused on new pages to fetch similar elements or exact matching values.
Use cases
- scrape all post titles from a stackoverflow question page
- extract live stock prices from yahoo finance
- learn scraping rules from example data instead of writing css selectors
- reuse a learned scraper on new urls to get similar content
- scrape product prices and names from e-commerce pages
- extract urls or html tag values from a web page automatically
When to choose
- you want to scrape structured data without hand-writing selectors or xpath
- you have sample values of what you want and need rules generated automatically
- you need a lightweight python library for repeated scraping of similar pages
When to avoid
- you need javascript-rendered page scraping out of the box
- you need large-scale distributed crawling infrastructure
- you need full control over parsing logic for complex or highly dynamic sites
Facets
library · maturity stable
web-scraping machine-learning parser crawlers web-development machine-learning python cross-platform scraper automatic-rule-learning crawler data-extraction automation
2 sources
- readme: https://github.com/alirezamika/autoscraper · fetched 2026-08-28 · 2e9a288cfdd6
- registry_pypi: https://pypi.org/pypi/autoscraper/json · fetched 2026-08-29 · ea7b476a236f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| alirezamika/autoscraper | main | 66 |
For agents
markdown · JSON · MCP: product_card(name="alirezamika/autoscraper")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem