All MoltSets plans share the same rate limit: 100 requests per second, per API key. There are no separate limits per plan — Free, Starter, Growth, and Unlimited accounts all operate under the same ceiling.Documentation Index
Fetch the complete documentation index at: https://developer.moltsets.com/llms.txt
Use this file to discover all available pages before exploring further.
What counts as a request
Every API call counts toward the rate limit, regardless of whether it returns data. Empty results and account management calls (get_account, get_billing, get_usage) all count as requests.
Rate limit errors
When you exceed 100 requests per second on a given endpoint, the API returns a429 Too Many Requests response:
429 responses.
Handling rate limits
Exponential backoff is the recommended approach. When you receive a429, wait before retrying:
enrich_phone supports up to 100 linkedin_urls per call) let you reduce total request count significantly.
Limits summary
| Limit | Value |
|---|---|
| Requests per second | 50 |
| Scope | Per endpoint |
| Applies to | All plans |
| Batch size (enrich_phone) | Up to 100 URLs per request |
