Is there an API for finding the category of a domain? I'm looking for an alternative to reading the website's meta
tags with jsoup.
For example a query with allmusic.com
should yield music
, while one for arsenal.com
should yield sports
.
The ideal candidate can be used easily with Java. :-)
P. S: The system does not have to be perfect.
These should help:
All of those allow you to get Categories for a given domain. Not free, but then that was not specified.