Website Category Classifier
Classify any website into categories (News, E-commerce, Technology, Sports, Health, Education, Entertainment, Business) in real time. Simply pass a URL — the API scrapes the page and returns the predicted category with confidence scores. Also supports raw text input and batch classification of up to 20 URLs per request. Use cases: - Brand safety filtering for ad networks - Content moderation…
Website Category Classifier endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/health / |
Used to check if API is alive |
| POST |
/classify/url /classify/url |
Classify a website using URL |
| POST |
/classify/text /classify/text |
Classify raw text |
| POST |
/classify/batch /classify/batch |
{ "urls": [ "https://site1.com", "https://site2.com" ] } |
Website Category Classifier pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|