Skip to main content

Overview

Monthly parcel limits are enforced based on your subscription plan. Limits reset on the first day of each calendar month (UTC).

Parcel limits by plan

PlanMonthly parcelsPrice
Standard2,000$200/month
Professional5,000$450/month
Each parcel returned across any endpoint counts toward your monthly limit.
Contact support@buyparceldata.com to discuss higher limits.

429 Too Many Requests

When you exceed your monthly limit, the API returns a 429 status:
{
  "detail": "Monthly parcel limit of 2,000 reached. Upgrade your plan or wait until 2026-04-01."
}

403 No active subscription

If your subscription has lapsed, the API returns 403:
{
  "detail": "Active subscription required to use the API"
}

Monitoring usage

Your current usage and reset date are visible in the dashboard under Usage.

Frequently asked questions

Do unused requests roll over? No. Limits reset to zero on the first of each month regardless of prior usage. Can I get a higher limit? Contact support@buyparceldata.com to discuss custom arrangements.