Skip to Content

sdks

crawlbrulee ships official, fully-typed sdks — thin layers over the http api documented in scrape and map. pick the one for your language, or generate a client for anything else.

sdkinstallbest for
js/ts sdknpm install @crawlbrulee/sdkNode, Deno, Bun, edge runtimes
python sdkpip install crawlbruleescripts, data pipelines, notebooks
generate a clientfrom openapi.jsonany other language

every sdk authenticates the same way — a CRAWLBRULEE_API_KEY bearer token. see authentication.

not an sdk, but built on the same api: the cli for terminals and the mcp server for ai agents. for languages without an official sdk, generate a client from the published OpenAPI spec.