ScavioScavio
FeaturesPricingDocs
Sign InGet Started

Documentation

  • Introduction
  • Quickstart
  • Google Search API
  • YouTube API
  • Amazon API
  • Walmart API
  • Reddit API
  • TikTok API
  • OpenClaw Integration
  • MCP Integration
  • n8n Integration
  • Country Codes
  • Rate Limits
  • Errors

Rate Limits

Rate limits protect the API from abuse and ensure fair usage across all customers. Limits vary by plan.

Per-Plan Limits

PlanRequests/minCredits/month
Free51,000
Pay As You Go5Based on purchase
Project107,000
Bootstrap1028,000
Startup1085,000
Growth10200,000

Rate Limit Headers

Every API response includes rate limit information in the headers:

HeaderDescription
X-RateLimit-LimitMaximum requests per minute for your plan
X-RateLimit-RemainingRemaining requests in the current window
X-RateLimit-ResetUnix timestamp when the rate limit resets

Handling 429 Errors

When you exceed the rate limit, the API returns a 429 Too Many Requests response. To handle this gracefully:

  1. Check the X-RateLimit-Reset header for when you can retry
  2. Implement exponential backoff in your retry logic
  3. Queue requests to stay within your per-minute limit
  4. Consider upgrading your plan if you consistently hit limits
429 Too Many Requests
{
  "error": {
    "code": "rate_limit_exceeded",
    "message": "Rate limit exceeded. Retry after 30 seconds."
  }
}

Tips

  • Cache results where possible to reduce API calls
  • Batch related queries rather than making many small requests
  • Monitor your usage in the dashboard to anticipate limit needs
ScavioScavio

Real-time search API for AI agents. Search every platform, not just Google.

Product

  • Features
  • Pricing
  • Dashboard
  • Affiliates

Developers

  • Documentation
  • API Reference
  • Quickstart
  • MCP Integration
  • Python SDK

Alternatives

  • Tavily Alternative
  • SerpAPI Alternative
  • Firecrawl Alternative
  • Exa Alternative

Tools

  • JSON Formatter
  • cURL to Code
  • Token Counter
  • All Tools

© 2026 Scavio. All rights reserved.

Featured on TAAFT
Terms of ServicePrivacy Policy