Docs
Log in

May 2026

2026-05-08 · New docs site

  • Relaunched /docs end-to-end — restructured navigation, dark mode, and instant in-page transitions across every section.
  • Command palette search (⌘K / Ctrl K) jumps straight to pages, sections, and API parameters from anywhere.
  • New Ask AI button opens a Crawlbase-trained assistant in-page so you can ask anything about the docs without leaving them.
  • Interactive API Playground runs real Crawling API calls right in the browser, with response headers and a rendered page preview alongside the body.
  • Append .md to any docs URL (e.g. /docs/crawling-api.md) to get a clean Markdown copy you can hand to an LLM.
  • Published /llms.txt as an index for AI-assistant discovery.
  • Refreshed German, French, Russian, and Simplified Chinese translations across every page for sharper, more idiomatic copy.

2026-05-03 · Go SDK v0.1.0

2026-05-02 · LangChain integration v0.1.0

April 2026

2026-04-24 · Crawling API: Markdown output

  • New format=md parameter on the Crawling API returns clean Markdown instead of HTML.
  • Pair it with md_readability=true to strip nav, ads, and chrome before conversion — same idea as Reader Mode.

2026-04-23 · Tablet device option

  • Crawling API device parameter now accepts tablet alongside desktop and mobile.

2026-04-23 · MCP Server v1.3.0 — storage tools

2026-04-23 · Codex plugin

March 2026

2026-03-25 · Enterprise Crawler: queue_timeout

  • Enterprise Crawler push now accepts queue_timeout, so you can cap how long a request sits in queue before it's dropped instead of waiting forever.

February 2026

2026-02-10 · Crawler renamed to Enterprise Crawler

  • The asynchronous push/pull product is now branded Enterprise Crawler across the dashboard and docs to distinguish it from the synchronous Crawling API.
  • Endpoints, parameters, and tokens are unchanged.

November 2025

2025-11-25 · MCP Server v1.2.0 — auth & HTTP mode

  • The MCP server now supports header-based authentication and an optional HTTP transport mode in addition to stdio — useful for shared/remote MCP setups.
  • Published as @crawlbase/[email protected].

2025-11-04 · Crawlbase brand across all locales

  • The Crawlbase rename is now reflected in every translated edition of the docs (previously English-only).

October 2025

2025-10-20 · Storage API renamed to Cloud Storage

  • The retrieval-and-retention product is now Cloud Storage across docs, dashboard, and SDK method names. Existing /storage endpoints continue to work.

September 2025

2025-09-26 · custom_success_code parameter

  • Crawling API gains custom_success_code so you can mark non-2xx responses as successful when scraping endpoints that legitimately return e.g. 404 or 451.

2025-09-16 · Smart Proxy → Smart AI Proxy

  • Smart Proxy is now branded Smart AI Proxy, reflecting the AI-driven routing and retry logic that's been added underneath. No client-side changes.

July 2025

2025-07-10 · Crawlbase MCP Server v1.0

June 2025

2025-06-25 · Smart Proxy: header & cookie forwarding

  • Smart Proxy now forwards custom request headers and cookies through to the target site — useful for authenticated crawls and session-pinned scraping.

2025-06-18 · scroll_interval billing clarified

  • Crawling API docs now spell out exactly how scroll_interval counts toward billing on long-scroll pages, so you can predict the cost of an infinite-scroll crawl before issuing it.