Changelog
All notable changes to EasyScrape.
[0.1.0] - 2025
Added
Initial release
Core
scrape()function with automatic retriesCSS selector extraction with
css()andcss_all()Async support with
async_scrape()Browser mode for JavaScript-rendered pages
Built-in helpers:
title(),main_text(),safe_links()Configuration system with
ConfigclassRate limiting support
Proxy support
Full type hints (PEP 561 compliant)
Documentation
Quick start guide
Complete tutorial
API reference
Cookbook with real-world recipes