Skip to content

Releases: getmaxun/maxun

v0.0.36

24 Mar 17:40
3c173c0

Choose a tag to compare

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

12 Mar 13:16
c7bf0e9

Choose a tag to compare

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

v0.0.34 | Maxun Python SDK

25 Feb 17:17
64f6270

Choose a tag to compare

We’re excited to announce the release of the Maxun Python SDK v0.0.1!

Maxun already offers a Node.js SDK for building web automation and data extraction workflows — and now the same capabilities are available for Python developers as well.

You can now programmatically create, run, and manage robots directly from your Python applications.

Documentation: https://docs.maxun.dev/category/python-sdk
Repository: https://github.com/getmaxun/python-sdk

What's Changed

Full Changelog: v0.0.33...v0.0.34

v0.0.33 | Bug Fix Release

14 Feb 21:47
f0124aa

Choose a tag to compare

What's Changed

Full Changelog: v0.0.32...v0.0.33

v0.0.32 | AI-Native Workflows & Real-Time Recorder

23 Jan 15:13
2afa8dc

Choose a tag to compare

What’s New

🤖 LLM Integrations

You can now plug Maxun directly into popular AI frameworks using our SDK. This makes it much easier to build AI-powered workflows on top of Maxun’s data layer.
Learn More: https://docs.maxun.dev/category/integrations

Screenshot 2026-01-23 170852

🧠 Smarter AI Mode Extract (No URL Required)

AI Mode Extract no longer requires a website URL upfront.

You can now use natural prompts like

“Extract 10 companies from the Y Combinator website”

Maxun will automatically identify the source and perform the extraction for you.

AI_Mode_Extract_No_Url.mp4

🎥 Enhanced Recorder with Real-Time Browser Sync

Recorder mode now stays in real-time sync with the live website, making recordings more accurate and reliable.
You’ll see and capture actual browser actions as they happen, including

  • Typing into inputs
  • Clicking buttons and links
  • Scrolling pages
  • Interacting with dynamic elements

What's Changed

Full Changelog: v0.0.31...v0.0.32

v0.0.31 | Autonomous Web Discovery & Search

04 Jan 21:43
670fcfe

Choose a tag to compare

v0.0.31 introduces two powerful new robots to the Maxun engine: Crawl and Search. These features allow you to automate data discovery at scale, whether you are mapping entire domains or researching the web via natural language.

🕸️Crawl

Stop manually feeding URLs. Crawl intelligently discovers and extracts entire websites.

  • Intelligent Discovery: Uses both Sitemap parsing and Link following to find every relevant page.
  • Granular Scope Control: Target exactly what you need with Domain, Subdomain, or Path-specific modes.
  • Advanced Filtering: Use Regex patterns to include or exclude specific content (e.g., skip /admin, target /blog/*).
  • Depth Control: Define how many levels deep the robot should navigate from your starting URL.
Deep_Crawl.mp4

🔍 Search

Turn search engine queries into structured datasets.

  • Query Based: Search the web with a search query - same as you would type in a search engine.
  • Dual Modes: Use Discover Mode for fast metadata/URL harvesting, or Scrape Mode to automatically visit and extract full content from every search result.
  • Recency Filters: Narrow down data by time (Day, Week, Month, Year) to find the freshest content.
Deep_Search.mp4

Hybrid Access

Manage these robots through our no-code dashboard or trigger them programmatically via our Developer SDK.

What's Changed

Full Changelog: v0.0.30...v0.0.31

v0.0.30 | 🔥Maxun SDK + AI Mode

11 Dec 23:41
d6e8caa

Choose a tag to compare

What's New

🔥 AI Mode For Extraction (Beta)

Now build Extract Robots without recording! Simply describe what you want in plain language.

Example: Extract Names, Rating & Duration of Top 50 Movies from IMDb

maxun_ai_mode_extraction.mp4

Choose your approach

  • Recorder Mode: Click through websites to record actions step-by-step.
  • AI Mode: Describe what you want - the AI handles the extraction logic.

Supports local LLMs via Ollama for privacy and cloud models (OpenAI, Anthropic) for maximum accuracy.

Get Started with AI Mode: https://docs.maxun.dev/robot/extract/llm-extraction

📦 Maxun SDK v0.0.1

The official Node.js SDK for Maxun.
Works with both Maxun Cloud and Maxun Open Source - automatically handles the differences for you.
Get Started: https://github.com/getmaxun/node-sdk

Core Features

1. LLM Extraction (Beta) – Extract data using natural language prompts

Example: Extract the first 15 Company Names, Descriptions and Batch Information from YC

maxun_sdk_llm_extract.mp4

2. Non-LLM Extraction – Use precise selectors for reliability

a. Auto Pagination
Pagination is completely optional. When you don't specify the pagination field, Maxun automatically detects and handles pagination for you.

.captureList({ 
  selector: '.product-card',
  maxItems: 100
})

b. Auto List Capture
When using captureList, you only need to provide the list item selector. Maxun automatically:

Detects all meaningful fields within each list item
Extracts clean, structured data from those fields

.captureList({ 
  selector: '.product-card'  // That's it! Maxun finds all fields inside
})

Complete Robot Management

  1. Scheduling – Set up recurring runs with cron syntax
  2. Webhooks – Receive notifications on job completion
  3. Runs & Execution – Monitor status, results, and history
  4. Robot CRUD – Create, update, and manage robots programmatically

View all examples here: https://docs.maxun.dev/category/sdk

What's Changed

Full Changelog: v0.0.29...v0.0.30

v0.0.29 | Screenshot Support for Scrape Robots!

05 Dec 18:59
63c9d53

Choose a tag to compare

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.

Scrape_Screenshots.mp4

What's Changed

Full Changelog: v0.0.28...v0.0.29

v0.0.28 | Auto Pagination + 5x Leaner Docker Image!

30 Nov 18:24
7d0ab5f

Choose a tag to compare

What's New

⚡ Automatic Pagination Detection

We now detect the correct pagination method for your target site automatically.
You can accept the suggested pagination or override it with your own - full control, zero guesswork.

autopagination.mp4

🪶 Massive Docker Image Reduction ~79% Smaller

Our backend image dropped from 1.2 GB → 247 MB (~79% smaller).
Faster pulls, faster deploys!

🛡️ BYOP for Scrape Robots

Bring Your Own Proxy now works seamlessly with scrape robots.

What's Changed

Full Changelog: v0.0.27...v0.0.28

v0.0.27 | Introducing Scrape Robots

20 Nov 19:46
e6451d0

Choose a tag to compare

What's New

⚡Introducing Scrape Robots

A brand-new robot that converts any webpage into clean, LLM-ready Markdown and HTML with a single click.

  • Extracts readable content without scripts, ads, or layout noise
  • Generates both structured Markdown and clean HTML
  • Ideal for RAG, summarization, and dataset creation workflows
  • Designed for speed, consistency, and high-quality text output

This marks a step forward in making high-quality web content extraction effortless.

More exciting updates are on the way — keep an eye out!

GitHub.Trending.Maxun.mp4

What's Changed

Full Changelog: v0.0.26...v0.0.27