Predictable, stepped tiers — start free, scale with your catalog. One listing = one language for ~200–500 words of product copy.
Subscribe on RapidAPI — get your API key See code examplesAll prices in USD. Figures match the single source of truth in src/pricing/plans.js.
| Plan | Monthly price | Included listings / mo | Overage / listing |
|---|---|---|---|
| Free Hard cap | $0 | 100 | — |
| Starter | $19/mo | 200 | $0.08 |
| Growth | $59/mo | 1,000 | $0.05 |
| Scale | $199/mo | 3,000 | $0.03 |
| Pay-as-you-go No commitment | $0.08/listing | — | $0.08 |
Billing is managed through RapidAPI.
All paid plans include overage billing with a card on file.
The Free plan does not accept a payment instrument — it has a hard cap instead.
Direct API access (without RapidAPI) uses your x-api-key header.
HTTP 402 (Payment Required) and refuses the request. No overage is charged — excess requests
are blocked, not silently billed. Upgrade to a paid plan to continue processing.
HTTP 429 (Too Many Requests) means you have exceeded the rate limit for your plan
(requests per minute). Reduce your request cadence and implement exponential back-off before retrying.
The response may include a Retry-After header to guide the back-off window.
x-api-key header. Contact us via the email in the
Privacy Policy for direct-access setup. See the examples page
for both RapidAPI and direct curl samples.