1

We are using airtable rest APIs to manage our employee's data. In the airtable support article, it was written that the airtable API has a rate limit of 5 requests per second per base.

Here is the article link: https://support.airtable.com/hc/en-us/articles/203313985-Public-REST-API#:~:text=Yes%2C%20the%20public%20API%20has,section%20of%20the%20API%20documentation.

So if we upgrade to a pro or enterprise plan then can we get a more request limit on api? Or is there any other way to increase airtable API request limit?

Thanks!

Stéphane Bruckert
  • 21,706
  • 14
  • 92
  • 130

1 Answers1

2

I came across your post when I was doing my own research. Unfortunately, airtable has a fixed 5 requests per second limit for all pricing levels. There's no way to increase this limit. However, to bypass this, I've implemented a simple node/express server that acts as a middleman to cache the airtables data and serve it to the client. I used this article as a guideline : https://itnext.io/how-we-serve-millions-of-pageviews-using-a-nodejs-airtable-proxy-fdb4ec693720

MrMythical
  • 8,908
  • 2
  • 17
  • 45
adamk22
  • 581
  • 4
  • 18