My application uses API to check if a website is listed as malicious in the Google Safebrowsing database.
I'm extremely confused because I don't understand if I must send to Google just the homepage or the complete list of all the pages of the website.
If I send them a request via API to check "example.com", will they show me if also "example.com/sample.html" is listed as malicious?
Everything works, but I'd want to reduce requests at minimum!