Reputation: 1349
I'm looking for way to verify whether a site is categorized in any url filtering databases. Does somebody know such database with free API?
Upvotes: 3
Views: 744
Reputation: 8088
Checkout the SimilarWeb API. The API will perform domain level classification and is based on SimilarSite’s content analysis and machine learning.
Link to the API: https://developer.similarweb.com/
Disclosure, I’m affiliated with SimilarGroup, the creator of SimilarWeb.
Upvotes: 1
Reputation: 4735
BrightCloud just released an API for URL classification that is more comprehensive than the Google Safe Browsing API - it does cost money but it's cheap. In addition to categories like "Adult" and "Gambling" it also has security oriented categories like phishing, malware, and spam.
The full list of categories is here: http://brightcloud.com/masterdburllist.asp
Upvotes: 2
Reputation: 137166
Check out the Google Safe Browsing API. It allows you to check URLs against Google's blacklists of suspected phishing and malware pages. Here is the developer guide.
Upvotes: 3