I've been trying to use the Qwant images API at https://api.qwant.com/api/search/images... however I've mostly been running into 429 status codes (too many requests). This doesn't seem to be entirely related to my use of the API, as it is often a problem even if I make only one or two requests. Also it's not a problem when I run the same code on my local machine.
So I was wondering if the rate limit is shared among PythonAnywhere users. Maybe others are also using this API and collectively we're maxing out the limit?
Is that a possibility? Any suggestions?
Thx.