v0.0.29

getmaxun/maxunv0.0.29Dec 5, 2025by amhsirak

AI Summary

Scrape robots now support screenshot capture (full-page and visible-viewport), providing a visual snapshot alongside HTML and Markdown outputs without extra configuration.

Key Highlights

  • Screenshot support for Scrape Robots (Full-page and Visible-viewport)
  • Every run returns Clean HTML, Clean Markdown, and Screenshots
  • Fixes for multi-platform docker build and user ID error handling
  • Auto extract all fields enhancement

New Features

  • Screenshot support for Scrape Robots
  • Auto extract all fields enhancement

Full Release Notes

## What's New
### ⚡ Screenshot Support for Scrape Robots!
Scrape robots now support screenshots — just like Extract Robots.
Every run can now return

- Clean HTML
- Clean Markdown
- Full-page screenshots
- Visible-viewport screenshots

A more complete, visual snapshot of any page — without extra setup.

https://github.com/user-attachments/assets/ba2aa2fa-892f-4c0f-801b-ad6eac75174d

## What's Changed
* fix: multi-platform docker build by @RohitR311 in https://github.com/getmaxun/maxun/pull/913
* fix: user id error handling by @RohitR311 in https://github.com/getmaxun/maxun/pull/914
* fix: auto extract all fields by @amhsirak in https://github.com/getmaxun/maxun/pull/915
* feat: add scrape screenshot support by @RohitR311 in https://github.com/getmaxun/maxun/pull/916
* fix: accurate similar container grouping by @amhsirak in https://github.com/getmaxun/maxun/pull/909
* chore: pre-release v0.0.29 by @amhsirak in https://github.com/getmaxun/maxun/pull/917


**Full Changelog**: https://github.com/getmaxun/maxun/compare/v0.0.28...v0.0.29