⚡ Performance Improvements
Maxun is now significantly faster across core workflows
- Extract → 9.74× faster
- Scrape → 5.71× faster
- Crawl → 5.31× faster
- Search → 2.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 #1034
- fix: enable pagination highlighting by @RohitR311 in #1035
- fix: improve markdown conversion by @RohitR311 in #1037
- fix: malformed URLs not being processed by @RohitR311 in #1038
- feat: ssl config for hosted db by @RohitR311 in #1039
- feat(core): speed up robot runs by @RohitR311 in #1040
- fix: scrape robot edit section by @RohitR311 in #1043
- feat: add text content support for scrape by @RohitR311 in #1041
- feat: post scraping smart queries by @RohitR311 in #1042
- chore(deps): upgrade vite version to 6.4.2 by @amhsirak in #1036
- chore: pre-release v0.0.38 by @amhsirak in #1044
Full Changelog: v0.0.37...v0.0.38