Skip to content

Changelog

Recent FairCrawl milestones from the repo history:

2026-04-14

  • Python SDK published as faircrawl on PyPI
  • MCP server added for Claude Code, Cursor, and Windsurf
  • /v1/crawl/map and /v1/crawl/interact shipped
  • /v1/crawl/agent shipped 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
  • /map and /interact responses 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

Terminal window
git log --date=short --format='%ad %h %s' -- apps/api/src/crawl packages/faircrawl-sdk packages/faircrawl-python packages/faircrawl-cli packages/faircrawl-mcp

Track package versions

Terminal window
npm view faircrawl version
npm view @faircrawl/mcp version
python -m pip index versions faircrawl

Track live endpoint coverage

Terminal window
curl https://api.faircompany.ai/v1/crawl/endpoints \
-H "Authorization: Bearer $FAIRCRAWL_API_KEY"