0

we have a website with millions of pages. some pages contain "hotlinked" images. if were are problems with target site we see malware warning in Google Webmaster Tools.

Is it possible to get the full list of malware infected pages via Google Webmaster Tools api?

Thomas Broyer
  • 64,353
  • 7
  • 91
  • 164
Stefan Weiss
  • 229
  • 1
  • 3
  • 9

1 Answers1

0

You would want to use the safebrowsing api rather than the webmaster one (even though you can receive message notifications through webmasters).

There is a fair usage limit of 10,000 urls per day but you can get it upped for free by contacting them (or create your script to limit to 10,000 and continue in 24hrs time).

https://developers.google.com/safe-browsing/

Robert Went
  • 2,944
  • 2
  • 17
  • 18