Rate Limiting
The Tuesday Leads API implement rate limiting to ensure fair usage and maintain service quality for all users.Rate Limit Details
Rate Limit Exceeded: Requests over the limit will receive HTTP 429 Too Many Requests. Additional limits may apply for high-traffic usage patterns.
Rate Limit Headers
Every API response includes headers to help you track your usage:X-RateLimit-Limit
: Total requests allowed per minuteX-RateLimit-Remaining
: Requests remaining in current windowX-RateLimit-Reset
: Unix timestamp when the limit resets
Credit System
The Tuesday APIs use a credit-based pricing model where different operations consume different amounts of credits.Base Credit Costs
Operation | Base Credits | Description |
---|---|---|
Basic Profile Lookup | 1 | Standard profile data without enrichment |
Company Search | 1 | Basic company information |
People Search | 1 | Search for people with filters |
Additional Credit Costs
Some enrichment features require additional credits:Email Enrichment (+2 credits)
Email Enrichment (+2 credits)
Adding
include_email=include
to any people request costs an additional 2 credits per result.Example:Phone Number Enrichment (+3 credits)
Phone Number Enrichment (+3 credits)
Adding
include_phone=include
to any people request costs an additional 3 credits per result.Example:Company Enrichment Features
Company Enrichment Features
Company profile enrichment options each add 1-2 credits:
funding=include
: +1 creditextra=include
: +1 credittechnology=include
: +2 creditswebsite_traffic=include
: +1 creditheadcount_growth=include
: +1 credit
Credit Calculation Examples
Error Responses
Rate Limit Exceeded
Insufficient Credits
Best Practices
Monitor Your Usage: Track credit consumption in your Tuesday dashboard to avoid unexpected exhaustion of your credit balance.
Batch Processing: Plan bulk operations carefully, considering both rate limits and credit costs. Process requests in batches rather than rapid succession.
Selective Enrichment: Only request enrichment data (email, phone, company details) when you actually need it to minimize credit consumption.
Cache Results: Store API responses locally to avoid repeat requests for the same data.
Handling Rate Limits
When you hit rate limits, implement exponential backoff in your applications:Upgrading Your Plan
If you need higher rate limits or more credits:- Visit your dashboard at app.tuesday.so
- Review usage patterns to determine optimal plan
- Upgrade your plan for increased limits and credits
- Contact support for enterprise-level requirements