Release Feb 11, 2026
Extracted page text is less likely to be garbage on JavaScript- or login-protected pages, and API responses now include a length field so clients can filter short results.
✨ New
- Include a numeric length field in extractor responses so clients can apply content thresholds.
- Use a Readability fallback extractor when initial extraction yields very short text.
💎 Improved
- Send a full set of browser-like request headers (User-Agent, Accept, Accept-Language, Accept-Encoding, Sec-CH-UA, Sec-Fetch-*) to reduce blocking by W
- Keep the reported browser version string current so fetches resemble recent Chrome builds and lower false positives from fingerprinting
🐞 Fixed
- Detect and avoid returning garbage pages (like 'Enable JavaScript' or login prompts); short content now triggers the fallback extractor.