Datafiniti · Rate Limits

Datafiniti Rate Limits

Datafiniti does not publish numeric rate limits on its public website. Throttling behavior, per-key concurrency, and download caps are documented inside the gated developer portal and tied to the customer's subscription tier. Consumers should consult the portal docs after sign-up. Record volume is the dominant cost driver, not request rate.

2 Limits Throttle: 429
Business DataData as a ServiceRate Limiting

Limits

Subscription-tier request rate api-key
requests_per_minute
see datafiniti portal documentation
Per-tier RPM is set at the customer's subscription level; not published publicly.
Subscription-tier monthly record quota account
records_per_month
see datafiniti portal documentation
Record allowance is the primary meter and is set per subscription.

Policies

Backoff Strategy
On HTTP 429, callers should back off and retry with exponential delay and jitter, honoring any Retry-After header returned by the API.
Tier-Bound Quotas
Quotas scale with the subscription tier negotiated through the portal or sales. Upgrades raise both record allowance and request rate.
Record Volume Drives Cost
Because pricing scales by record volume, callers should batch and filter server-side rather than over-fetching.

Sources