API Changelog
March 2026
- API restructured into three sub-routers:
/v1/extractor/, /v1/agent/, /v1/scrapers/
- New Agent API for AI-powered one-shot extraction and reusable agentic scrapers
- Asynchronous scraper execution with
run_async and polling
- Code generation is now asynchronous (returns 202)
- Unified
GET /v1/scrapers lists both classic and agentic scrapers
- Old scraper CRUD endpoints deprecated (still functional with
_warning)
scraper_id renamed to template_id (scraper_id still accepted)
- Callback support (
callback_url) for async runs and agent extraction
View detailed changelog