π Crawl4AI v0.7.3: The Multi-Config Intelligence Update
Welcome to Crawl4AI v0.7.3! This release brings powerful new capabilities for stealth crawling, intelligent URL configuration, memory optimization, and enhanced data extraction. Whether you're dealing with bot-protected sites, mixed content types, or large-scale crawling operations, this update has you covered.
π GitHub Sponsors Now Live!
After powering 51,000+ developers and becoming the #1 trending web crawler, we're launching GitHub Sponsors to ensure Crawl4AI stays independent and innovative forever.
π Be a Founding Sponsor (First 50 Only!)
π± Believer ($5/mo): Join the movement + sponsors-only Discord
π Builder ($50/mo): Priority support + early feature access
πΌ Growing Team ($500/mo): Bi-weekly syncs + optimization help
π’ Data Infrastructure Partner ($2000/mo): Full partnership + dedicated support
Why sponsor? Own your data pipeline. No API limits. Direct access to the creator.
# Use cheaper models for simple tasks, premium for complex ones
response = requests.post("http://localhost:11235/crawl", json={
"url": "https://complex-page.com",
"extraction_strategy": {
"type": "llm",
"provider": "openai/gpt-4" # Override default
}
})
π§ Bug Fixes & Improvements
URL Matcher Fallback: Resolved edge cases in pattern matching logic
Memory Management: Fixed memory leaks in long-running sessions
Sitemap Processing: Improved redirect handling in sitemap fetching
Table Extraction: Enhanced detection and extraction accuracy
Error Handling: Better messages and recovery from network failures
π Documentation & Architecture
Architecture Refactoring: Moved 2,450+ lines to backup for cleaner codebase
Real-World Examples: Added practical use cases with actual URLs
Migration Guides: Complete transition from result.media to result.tables
Comprehensive Guides: Full documentation for undetected browsers and multi-config
π¦ Installation & Upgrade
PyPI Installation
# Fresh install
pip install crawl4ai==0.7.3
# Upgrade from previous version
pip install --upgrade crawl4ai==0.7.3
Docker Images
# Specific version
docker pull unclecode/crawl4ai:0.7.3
# Latest (points to 0.7.3)
docker pull unclecode/crawl4ai:latest
# Version aliases
docker pull unclecode/crawl4ai:0.7 # Minor version
docker pull unclecode/crawl4ai:0 # Major version
Crawl4AI continues to evolve with your needs. This release makes it stealthier, smarter, and more scalable. Try the new undetected browser and multi-config featuresβthey're game changers!
- The Crawl4AI Team
π This release draft was composed and edited by human but rewritten and finalized by AI. If you notice any mistakes, please raise an issue.