SERPHouse
HomePricingAPI PlaygroundLogin
  • Introduction
    • Registration
    • About the SERP API
    • HTTP Status Codes
    • Authentication
    • Rate Limits
    • Webhook
    • Libraries
  • SERP API
    • Getting Started
    • Live (Using HTTP GET method)
    • Live (Using HTTP POST method)
    • Schedule SERP
    • Check SERP Status
    • Get SERP Result
  • Extra APIs
    • Domains List
    • Languages List
    • Locations List
    • Account Info
  • Trend API
    • Trend Search
    • Schedule Search
    • TimeZone List
    • Categories list
    • Country and State list
    • Language list
    • Get Search Result
    • Check Search Status
Powered by GitBook
On this page

Was this helpful?

  1. Introduction

Rate Limits

PreviousAuthenticationNextWebhook

Last updated 1 year ago

Was this helpful?

A rate limit is the number of API calls an app or user can make within a given time period. If this limit is exceeded or if CPU or total time limits are exceeded, the app or user may be throttled. API requests made by a throttled user or api will fail.

All API requests are subject to rate limits.

Did you know? You can if you are on custom monthly plan and needs to increase a rate limit.

Standard Rate Limit

Plan
Rate limit

Free Trial

60

Basic

60

Regular

60

As needed

Above mentioned rate limits are calculated per minutes.

Error Codes

When an app or user has reached their rate limit, requests made by that app or user will fill and the API will respond with an error code.

Status code
Description

429

Too many requests

Response Example

{
    "message": "Too Many Attempts."
}

contact us
Custom Plan