Website Categorify
Search our large database of websites and their categories & ratings. Try any website to see how it is categorized.
Examples: google.com facebook.com netflix.com
Understanding our Categories & Ratings
Every website was crawled and categorized based on their content, domain name and how safe they are for visitors. We looked for nudity, violent content, abusive language, explicity materials and other signals to rate them into one of the four safe rates:
Every website was crawled and categorized based on their content, domain name and how safe they are for visitors. We looked for nudity, violent content, abusive language, explicity materials and other signals to rate them into one of the four safe rates:
- PG: Website is safe for all audiences. We did not identify any nudity, violence or abusive language. Some sites that provide the proper parental control are also labeled as PG. For example, Netflix is rated PG, even though it has some movies that are not suitable for everyone.
- PG-13: Website not recommended for kids under 13. They may have some nudity or violent content - some discretion is advised.
- R & SFW: Websites that contain adult-only content, but are relatively safe for a work environment (no graphic content).
- R & NSFW: Websites with adult content that is not safe for a work environment (pornographic sites mostly).
Website Categories
In addition to their rates, we also categorize the site in one of these main categories:
In addition to their rates, we also categorize the site in one of these main categories:
- Adult/Pornography Entertainment Videos Movies
- Music Online Radio Video Streaming Images
- Poems Literature News Weather
- Weapons Financial Legal Government
- Sports Educational Arts & Fashion Clothing
- Humor Hotels & Resorts Restaurant Park & Attractions
- Engineering Software Development Industrial Information Security
- Cloud Service/Hosting Cloud Storage Email Provider Torrents
- P2P File Sharing Proxy & VPN Search Engine Social Network
- Internet Portal Online Shopping Shopping Jobs & Careers
- URL Shortners Technology Gaming Gambling
- Marketing Travel Advertising & Tracking Instant Messaging
- CDN Resource API Endpoint Network Endpoint Business
- Real Estate & Home Services Pets & Animals Non-Profit Politics
- Photography Health Family Personal
- Religion Community & Forums Dating Automotive
- Parked or Unused Not Configured Clean Browsing Malicious/Blacklisted
- Hate Speech Pirated Software Lingerie Alcohol
- Drugs Academic Fraud
Developer Mode & Terms of Use
Our API have a restriction of 200 queries per day. If you need more, please contact us and we will provide an API key with higher limits.
The API format is very simple and all you have to do is call our /api URL and provide the website via a GET parameter. We will return a HTTP 200 with a json-encoded result on success or 400 HTTP error code if you provided an invalid domain or we are unable to process the request for any reason.
We believe that an example is worth a thousand words, so two examples should be enough:
Success result:
Error result:
If you have any questions about the API, let us know.
Our API have a restriction of 200 queries per day. If you need more, please contact us and we will provide an API key with higher limits.
The API format is very simple and all you have to do is call our /api URL and provide the website via a GET parameter. We will return a HTTP 200 with a json-encoded result on success or 400 HTTP error code if you provided an invalid domain or we are unable to process the request for any reason.
We believe that an example is worth a thousand words, so two examples should be enough:
Success result:
$ curl -D - https://categorify.org/api?website=google.com
Error result:
$ curl -D - https://categorify.org/api?website=invalidomain
If you have any questions about the API, let us know.