I'm getting 429 errors on https request

Hi @arrrgr, it seems you are passing on 1927 items to your HTTP Request node. n8n would make a request for every single of these items.

You probably want to take a look at the batching options this node offers. This would allow you to throttle your requests:

image