Skip to content

Releases: getmaxun/maxun

v0.0.44

Choose a tag to compare

@amhsirak amhsirak released this 15 Jul 20:42
ca3138a

Bug Fix Release

🇰🇷 Korean Language Support

Maxun now supports Korean, making it easier for Korean-speaking users to use the platform. 🇰🇷

What's Changed

New Contributors

Full Changelog: v0.0.43...v0.0.44

v0.0.43

Choose a tag to compare

@amhsirak amhsirak released this 24 Jun 18:54
42f97de

📦 Smaller Docker Images

We've significantly reduced the size of our Docker images, making Maxun faster to pull, quicker to deploy, and more storage-efficient for self-hosted installations.

  • Backend image: 61% smaller
  • Browser image: 42% smaller

Why this matters

  • Faster downloads and updates
  • Lower disk space usage
  • A smoother self-hosting experience

Simply pull the latest images to benefit from the reduced footprint. Happy self-hosting 🦄

What's Changed

New Contributors

Full Changelog: v0.0.42...v0.0.43

v0.0.42

Choose a tag to compare

@amhsirak amhsirak released this 11 Jun 11:05
50ee9b3

✨ New: Summary Format

We've added a new Summary output format for:

  • Scrape robots
  • Crawl robots
  • Search + Scrape robots

Instead of just returning raw page content, Maxun can now generate concise summaries of the extracted information, making it easier to process large amounts of web data.

Simply select Summary as an output format when configuring your robot.

Happy scraping!

What's Changed

Full Changelog: v0.0.41...v0.0.42

v0.0.41

Choose a tag to compare

@amhsirak amhsirak released this 02 Jun 18:48
9a5f98e

✨ Scanned PDF Support for Document Robots

Document Robots now support scanned PDFs.

You can extract structured data from scanned invoices, contracts, receipts, forms, and other image-based documents using the same Extract and Parse workflows available for regular PDFs.

Available in the dashboard, API, SDK, and CLI.

What's Changed

New Contributors

Full Changelog: v0.0.40...v0.0.41

v0.0.40 | Document Robots

Choose a tag to compare

@amhsirak amhsirak released this 17 May 20:38

🚀 Introducing Document Robots

Maxun is expanding beyond websites and bringing the same automation experience to documents.

You can now work with PDFs using two new document robot types:

  1. Extract - Upload a sample PDF, describe the fields you want (e.g. invoices, contracts, offer letters), and Maxun creates a reusable extraction robot.
  2. Parse - Convert any PDF into clean Markdown, HTML, or extracted Links with zero configuration.

Available everywhere you work with Maxun - through the no-code dashboard, SDK, and CLI for fully automated document workflows.

Perfect for invoice processing, contract parsing, AI pipelines, and bulk document automation. 🚀

Learn more: https://docs.maxun.dev/robot/document

What's Changed

Full Changelog: v0.0.39...v0.0.40

v0.0.39

Choose a tag to compare

@amhsirak amhsirak released this 07 May 18:02
536651b

What's New

Links Output Format

Links is now available as an output format for robot types:

  • Scrape
  • Crawl
  • Search (Scrape mode)

What's Changed

Full Changelog: v0.0.38...v0.0.39

v0.0.38 | 9.7x Faster Extraction + Smart Queries

Choose a tag to compare

@amhsirak amhsirak released this 20 Apr 18:05
1f0da54

⚡ Performance Improvements

Maxun is now significantly faster across core workflows

  • Extract9.74× faster
  • Scrape5.71× faster
  • Crawl5.31× faster
  • Search2.09× faster

✨ Smart Queries

You can now attach natural language instructions to your scraping workflows.

With Smart Queries, Maxun doesn’t just scrape pages — it can understand and extract exactly what you need using AI.

How it works

Add a prompt while creating a scrape robot. After the page is scraped, an LLM analyzes the content and returns a structured answer — no extra setup required.

Examples

  • “List all pricing plans and their prices”
  • “Find the latest blog post title and date”

Output

Runs now include a new field

{
  "markdown": "...",
  "html": "...",
  "promptResult": "The pricing plans are: Starter ($9/mo), Growth ($29/mo), Pro ($99/mo)."
}

Works Via

  • Dashboard (No-Code)
  • API
  • SDK
  • CLI

Learn more

https://docs.maxun.dev/robot/scrape

What's Changed

Full Changelog: v0.0.37...v0.0.38

v0.0.37

Choose a tag to compare

@amhsirak amhsirak released this 10 Apr 18:14

What's New

🦀 OpenClaw & Claude Skill Support

Maxun now supports OpenClaw and Claude Code skills.
You can instruct your AI directly - “list my robots,” “run this robot,” “fetch the latest run data,” etc.
No API calls needed - the AI performs all Maxun actions for you automatically.

Learn more:

  1. Openclaw: https://docs.maxun.dev/integrations/openclaw
  2. Claude: https://docs.maxun.dev/integrations/claude-code

What's Changed

New Contributors

Full Changelog: v0.0.36...v0.0.37

v0.0.36

Choose a tag to compare

@amhsirak amhsirak released this 24 Mar 17:40
3c173c0

What's New

🔁 Robot Duplication via SDK

You can now duplicate any robot through the SDK, the same way you already can through the UI and API.

📦 Maxun CLI

We’re releasing the official Maxun CLI, available for both Maxun Cloud and Open Source users.
The CLI lets you create, manage, run data scraping robots. It's a simple way to work with Maxun from your terminal.

Learn more: https://docs.maxun.dev/category/cli
Repository: https://github.com/getmaxun/maxun-cli

Maxun_CLI.mp4

What's Changed

New Contributors

Full Changelog: v0.0.35...v0.0.36

v0.0.35

Choose a tag to compare

@amhsirak amhsirak released this 12 Mar 13:16
c7bf0e9

What's New

🔁 Robot Duplication

You can now duplicate Extract Robots created using Recorder mode to quickly create a new robot from an existing configuration.

This makes it easy to reuse extraction workflows or run similar automations without rebuilding the robot from scratch.

Robot duplication is available from the UI and can also be done programmatically via the API.

Learn more: https://docs.maxun.dev/robot/extract/robot-duplicate

What's Changed

New Contributors

Full Changelog: v0.0.34...v0.0.35