Register / Sign in | Get API Keys
This repository is the public API reference repository for AnyCrawler.
- Quickstart
- Authentication
- Errors and Headers
- API Reference
- SDK Guide
- Machine-readable contract: shared/openapi/openapi.json
- Shared SDK assets: shared/sdks/README.md
- Documentation status: shared/localization-status.md
- Release governance: releases/README.md
For machine-checkable contract facts, shared/openapi/openapi.json is the authoritative source.
For navigation, integration guidance, stability notes, and explanatory prose, the authoritative documentation is the root documentation set in this repository.
The lightweight SDK files and curl scripts under shared/sdks/ are derived from the stable public contract. They are examples and convenience assets, not a second authority layer.
This repository currently publishes a single documentation set with no language-specific folder split.
The active public endpoints are:
GET /v1/account/usagePOST /v1/crawl/pagePOST /v1/crawl/screenshotPOST /v1/search
- root Markdown files: authoritative integration guidance
api-reference/: endpoint reference index and per-endpoint docssdk/: SDK usage guideshared/openapi/openapi.json: machine-readable API contract and release trigger anchorshared/sdks/: canonical lightweight SDK and curl assetsreleases/: changelog and migration governance artifactsMAINTENANCE.md: maintenance rules for docs and release hygiene
This repository documents the stable public contract only.
Only the request fields documented by the public contract are supported. Undocumented fields are not modeled by the shared SDKs and must not be used by integrations.