Classify a website
Endpoints
GET /classify
Classify a website into an IAB content taxonomy category with descriptions, stock tickers, and ISIN codes. Costs 5 credits.
GET
Classify a website
Overview
/classify analyzes a website’s content and assigns it an IAB Content Taxonomy category. It returns:
- IAB category — parent category (e.g. “Technology & Computing”)
- IAB subcategory — more specific classification (e.g. “Software”)
- Description — a short summary of what the site does
- Tagline description — one-line tagline
- Long description — extended multi-sentence description
- Stock tickers — associated ticker symbols if the company is publicly traded
- ISINs — associated ISIN security codes
Example request
Example response
IAB taxonomy
Theiab_id field follows the IAB Content Taxonomy 3.0 format:
IAB13— parent category IDIAB13-11— subcategory ID (parent ID + hyphen + number)
IAB19 (Technology & Computing), IAB3 (Business), IAB4 (Careers), and IAB13 (Personal Finance).Authorizations
Your Prefetch API key. Obtain one from the dashboard.
Query Parameters
The website URL to process. https:// is prepended automatically if no protocol is provided.
Example:
"https://stripe.com"