Changelog
Recent FairCrawl milestones from the repo history:
2026-04-14
- Python SDK published as
faircrawlon PyPI - MCP server added for Claude Code, Cursor, and Windsurf
/v1/crawl/mapand/v1/crawl/interactshipped/v1/crawl/agentshipped with natural-language orchestration- per-org rate limiting added across crawl endpoints
- parity wave closed key gaps such as
query,proxy_country, crawl regex filters, and job/activity coverage /mapand/interactresponses now surface cost fields consistently
2026-04-13
- freshness Phase 1 landed with source registry, ledger API, and hourly state transitions
- research improved synthesis quality, timeout handling, and top-result enrichment
- Bluesky support was added to research
- worker hardening reduced timeout and zombie-browser failures
Track changes locally
git log --date=short --format='%ad %h %s' -- apps/api/src/crawl packages/faircrawl-sdk packages/faircrawl-python packages/faircrawl-cli packages/faircrawl-mcpTrack package versions
npm view faircrawl versionnpm view @faircrawl/mcp versionpython -m pip index versions faircrawlTrack live endpoint coverage
curl https://api.faircompany.ai/v1/crawl/endpoints \ -H "Authorization: Bearer $FAIRCRAWL_API_KEY"