Maxun - AI RAG and Search Tool
Overview
Maxun is an open-source, no-code web data extraction platform that lets users "train a robot" in minutes to automatically scrape websites and convert the results into APIs and spreadsheets. The project targets users who need structured web data quickly without hand-coding scrapers — for example, turning product pages, classifieds, or news listings into a JSON API or a downloadable spreadsheet for analysis. According to the GitHub repository, Maxun is published under the AGPL-3.0 license and has an active community presence (14,125 stars, 1,129 forks) as of the latest repository metadata. Typical use cases include rapid prototyping of web extraction flows, creating reusable APIs from static or paginated site content, and exporting data to CSV/Excel-compatible formats for downstream analysis. Because it’s open-source, teams can self-host or integrate components into RAG and search pipelines to supply up-to-date web-derived knowledge sources for vectorization, indexing, or search. According to the repository data, development activity is current (last commit recorded 2026-01-04), indicating ongoing maintenance and improvements.
GitHub Statistics
- Stars: 14,125
- Forks: 1,129
- Contributors: 18
- License: AGPL-3.0
- Primary Language: TypeScript
- Last Updated: 2026-01-04T21:01:50Z
- Latest Release: v0.0.31
The GitHub repository shows strong community interest (14,125 stars and 1,129 forks) with 18 listed contributors and an AGPL-3.0 license, indicating both popularity and a copyleft licensing model. The last recorded commit was 2026-01-04, which suggests recent maintenance. The contributor count relative to stars suggests a smaller core team with broader community adoption; prospective users should review open issues and the README for deployment and security details before production use. According to the repository metadata, the project is actively developed and widely starred, which is a positive signal for community adoption and longevity.
Installation
Install via docker:
git clone https://github.com/getmaxun/maxun.gitcd maxundocker compose up -d Key Features
- No-code visual training: teach a scraping robot to extract site data in minutes
- Convert scraped content into a JSON API for programmatic access
- Export results directly to spreadsheets (CSV/Excel-compatible) for analysis
- Rapid prototyping for product catalogs, classified listings, and news aggregation
- Open-source AGPL-3.0 license with active GitHub community engagement
Community
Community engagement is centered on GitHub: 14,125 stars, 1,129 forks, and 18 contributors. The project shows recent commits (last recorded 2026-01-04), indicating active maintenance and community interest. Users and contributors should consult the repository README, issues, and pull requests for contribution guidelines and current deployment best practices.
Key Information
- Category: RAG and Search
- Type: AI RAG and Search Tool