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.
| sdk | install | best for |
|---|---|---|
| js/ts sdk | npm install @crawlbrulee/sdk | Node, Deno, Bun, edge runtimes |
| python sdk | pip install crawlbrulee | scripts, data pipelines, notebooks |
| generate a client | from openapi.json | any 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.