arrrlo / Google-Images-Search

[PYTHON] Search for image using Google Custom Search API and resize & crop afterwards
MIT License
176 stars 34 forks source link

Understanding quotas #152

Closed andrea-gatto closed 2 years ago

andrea-gatto commented 2 years ago

Hi, from this guide https://developers.google.com/custom-search/docs/overview I see that there's a limit of 10k requests per day. I guess the only way to increase this limit would be shifting towards a Custom Search Site Restricted JSON API (which has no limit) using 10 websites with a lot of images?

arrrlo commented 2 years ago

Hi @andrea-gatto

Correct. I never used it, so please try it out and let me know the results.

Thanks.