Playground Redesign & Light JS Mode
Redesigned the playground configuration panel and added a new lightweight browser scraping mode for faster JS-rendered page scraping.
A new scraping mode bridges the gap between fast HTTP requests and full browser rendering. Get JavaScript-rendered content at significantly lower cost and latency, controllable via the force_tier parameter.
The playground configuration panel has been redesigned for better usability and scroll performance, making it easier to set up complex scrape requests.
New Features
1New Lightweight Browser Scraping
A new scraping mode bridges the gap between fast HTTP requests and full browser rendering. Get JavaScript-rendered content at significantly lower cost and latency, controllable via the force_tier parameter.
Improvements
2Redesigned Playground Config
The playground configuration panel has been redesigned for better usability and scroll performance, making it easier to set up complex scrape requests.
Faster Dashboard Loading
Moved user data fetching to the client side, reducing initial page load time for the dashboard.
Bug Fixes
2Clickable Balance Display
Your balance display in the dashboard header is now clickable and navigates directly to the billing page.
OAuth Error Messages
Improved error messages when OAuth sign-in encounters issues, so you can understand what went wrong.
Plus 12 internal changes for stability and performance.