Skip to content

Release history

maxun releases

The open-source no-code platform for web scraping, crawling, search and AI data extraction • Turn websites into structured APIs in minutes

All releases

11 shown

No immediate action
v0.0.41 Mixed

Scanned PDFs + LLM presets + Lazy load

No immediate action
v0.0.40 New feature

PDF extraction + parsing

v0.0.39 New feature
Notable features
  • Links output format for Scrape, Crawl, and Search (Scrape mode) robot types
Full changelog

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

  • fix: markdown conversion preprocessing by @RohitR311 in https://github.com/getmaxun/maxun/pull/1045
  • fix: multiple socket connection bug by @RohitR311 in https://github.com/getmaxun/maxun/pull/1046
  • fix: extract output format bug by @RohitR311 in https://github.com/getmaxun/maxun/pull/1047
  • fix: discard active list on field discard by @RohitR311 in https://github.com/getmaxun/maxun/pull/1049
  • fix: add texts on confirm capture by @RohitR311 in https://github.com/getmaxun/maxun/pull/1050
  • feat: add support for links format by @RohitR311 in https://github.com/getmaxun/maxun/pull/1051
  • chore(deps): upgrade uuid to v14.0.0 by @amhsirak in https://github.com/getmaxun/maxun/pull/1052
  • fix: improve markdown conversion speed by @RohitR311 in https://github.com/getmaxun/maxun/pull/1053
  • chore: pre-release v0.0.39 by @amhsirak in https://github.com/getmaxun/maxun/pull/1054

Full Changelog: https://github.com/getmaxun/maxun/compare/v0.0.38...v0.0.39

v0.0.38 New feature
Notable features
  • Smart Queries enable AI-powered natural language extraction in scraping workflows
  • 2–9× performance improvements in extract, scrape, crawl, and search operations
  • SSL configuration support for hosted databases
Full changelog

⚡ 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

  • fix: filter out separators by @RohitR311 in https://github.com/getmaxun/maxun/pull/1034
  • fix: enable pagination highlighting by @RohitR311 in https://github.com/getmaxun/maxun/pull/1035
  • fix: improve markdown conversion by @RohitR311 in https://github.com/getmaxun/maxun/pull/1037
  • fix: malformed URLs not being processed by @RohitR311 in https://github.com/getmaxun/maxun/pull/1038
  • feat: ssl config for hosted db by @RohitR311 in https://github.com/getmaxun/maxun/pull/1039
  • feat(core): speed up robot runs by @RohitR311 in https://github.com/getmaxun/maxun/pull/1040
  • fix: scrape robot edit section by @RohitR311 in https://github.com/getmaxun/maxun/pull/1043
  • feat: add text content support for scrape by @RohitR311 in https://github.com/getmaxun/maxun/pull/1041
  • feat: post scraping smart queries by @RohitR311 in https://github.com/getmaxun/maxun/pull/1042
  • chore(deps): upgrade vite version to 6.4.2 by @amhsirak in https://github.com/getmaxun/maxun/pull/1036
  • chore: pre-release v0.0.38 by @amhsirak in https://github.com/getmaxun/maxun/pull/1044

Full Changelog: https://github.com/getmaxun/maxun/compare/v0.0.37...v0.0.38

v0.0.37 Mixed
Notable features
  • OpenClaw and Claude Code skills integration — AI performs Maxun actions directly
  • Output Format Selection for Crawl and Search Robots
  • Run status for CLI and MCP commands
Full changelog

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

  • feat: Added Output Format Selection to Crawl and Search Robots by @Rutetid in https://github.com/getmaxun/maxun/pull/1009
  • fix: success status being displayed by @amhsirak in https://github.com/getmaxun/maxun/pull/1017
  • feat: add cli to main menu by @amhsirak in https://github.com/getmaxun/maxun/pull/1019
  • feat: add run status for cli and mcp by @RohitR311 in https://github.com/getmaxun/maxun/pull/1022
  • fix: copy clipboard hosted context by @RohitR311 in https://github.com/getmaxun/maxun/pull/1024
  • feat: use dialog instead of custom generic modal by @amhsirak in https://github.com/getmaxun/maxun/pull/1020
  • fix: add missing i18n translation keys across all locales by @Smeet23 in https://github.com/getmaxun/maxun/pull/1025
  • feat: add claude code integration by @amhsirak in https://github.com/getmaxun/maxun/pull/1028
  • fix: misc ui fixes by @amhsirak in https://github.com/getmaxun/maxun/pull/1029
  • chore: pre-release v0.0.37 by @amhsirak in https://github.com/getmaxun/maxun/pull/1030

New Contributors

  • @Rutetid made their first contribution in https://github.com/getmaxun/maxun/pull/1009
  • @Smeet23 made their first contribution in https://github.com/getmaxun/maxun/pull/1025

Full Changelog: https://github.com/getmaxun/maxun/compare/v0.0.36...v0.0.37

v0.0.36 New feature
Notable features
  • Official Maxun CLI release
  • SDK robot duplication support
v0.0.35 New feature
Notable features
  • Robot duplication for Recorder-created Extract robots
v0.0.33 Bug fix

Fixed UI highlighting, pagination scrolling, and removed recorder script injection issues. Enhanced API key deletion with confirmation dialog, revamped export functionality, increased memory allocation to 4GB, and improved pagination detection logic.

v0.0.32 New feature
Notable features
  • LLM framework integrations
  • AI Mode Extract without URL requirement
  • Real-time browser sync for Recorder
v0.0.31 New feature
Notable features
  • Crawl robot with intelligent discovery
  • Search robot with Discover and Scrape modes
  • Hybrid access via dashboard and SDK

Beta — feedback welcome: [email protected]