Are there limits on how many requests I can make?

Are there limits on how many requests I can make?

Yes. ReachAPI has a rate limit of 10 requests per second to keep the system stable for all users. If you exceed this, you’ll see a 429 Too Many Requests error. To avoid it, queue your requests or use batch processing for bulk queries.

🤔 Have a question?

If you have a question, feel free to contact our support team by creating a ticket from your account. If you don’t have an account yet, you can contact us here.

    • Related Articles

    • How do I authenticate and use ReachStream’s API securely?

      To authenticate and use ReachStream’s API securely: Generate your API key from Account Details and keep it safe. Always send requests over HTTPS. For real-time use, set up a webhook with a secret key and verify every incoming request. Secure your ...
    • What is ReachAPI?

      ReachAPI is a REST-based service suite designed for smooth and reliable data access inside your applications. By following REST principles, it enables fast data retrieval through HTTP requests and returns results in structured JSON format. JSON ...
    • How can I access data through ReachAPI?

      ReachAPI provides two options for accessing data, depending on how you want to use it: API Query – Retrieve data on demand by sending an API request. This is best when you need specific records instantly. Webhook Delivery – Set up a webhook to ...
    • What type of data can I access with ReachAPI?

      Data You Can Access Contact & Company Information You can retrieve detailed B2B contact and company records in JSON format, ready for integration. Reach API supports both on-demand queries and real-time delivery via webhooks. Filtering by Many ...