Searchcraft · Rate Limits

Searchcraft Rate Limits

Searchcraft does not publish explicit numeric API rate limits in its public documentation. Searchcraft Cloud is a managed service that handles provisioning, auto-scaling, and uptime behind the scenes; throughput is governed by the provisioned cluster and account plan rather than documented per-endpoint request ceilings. The Measure API exposes usage metrics intended for search query tracking and billing. Self-hosted Searchcraft Core throughput is bounded by the operator's own infrastructure. Specific limits are not reconciled in this artifact.

Searchcraft Rate Limits is the machine-readable rate-limit profile for Searchcraft on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 3 rate-limit definitions, measuring requests and queries.

The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include Search, Search as a Service, Full Text Search, Indexing, and Developer Tools.

3 Limits Throttle: 429
SearchSearch as a ServiceFull Text SearchIndexingDeveloper ToolsRate LimitingQuotasThrottling

Limits

Search Requests cluster
requests
see provider documentation
Governed by provisioned Searchcraft Cloud cluster capacity and plan; no public numeric limit documented.
Ingest Requests cluster
requests
see provider documentation
Batch multiple documents per request for large-scale ingestion; no public numeric limit documented.
Usage Metering account
queries
tracked via Measure
The /measure/dashboard/usage endpoint returns usage metrics for search query tracking and billing.

Policies

Managed Scaling
Searchcraft Cloud auto-scales provisioned clusters; throughput scales with the plan and cluster size rather than fixed published request ceilings.
Backoff Strategy
Clients should implement exponential backoff with jitter and honor any 429 / Retry-After responses.
Batch Ingestion
Documentation recommends batching multiple documents into fewer requests rather than submitting documents individually.

Sources