I made a Tool in C# which gets random images from google images via WebRequests. My question now is: is there a limit on webrequests iam allowed to take in a speicifc amount of time? I dont want to ddos Google and want to play after rules.
Anybody know something?
There is a limit basically: 1,000 free requests per 24 hour period, calculated as the sum of client-side and server-side requests. If your app exceeds the initial limit, the app will start failing.
Google link