Tom
Tom

Reputation: 293

How can I query Google's Safebrowsing API to check a URL with Python?

I have a list of domains that I need to check for malware. Is there a way I could use Python to query Google's Safebrowsing API to get that information without the need for a database?

Upvotes: 5

Views: 2690

Answers (1)

Tamás
Tamás

Reputation: 48071

Google's Safe Browsing API page contains a Python reference client, take a look at that.

Upvotes: 3

Related Questions