Skip to main content
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
This endpoint uses a hybrid approach: it first attempts a fast static fetch, falling back to headless Chrome only if the page requires JavaScript to render meaningful content.

Example request

Example response

IAB taxonomy

The iab_id field follows the IAB Content Taxonomy 3.0 format:
  • IAB13 — parent category ID
  • IAB13-11 — subcategory ID (parent ID + hyphen + number)
Common parent categories include IAB19 (Technology & Computing), IAB3 (Business), IAB4 (Careers), and IAB13 (Personal Finance).

Authorizations

X-API-Key
string
header
required

Your Prefetch API key. Obtain one from the dashboard.

Query Parameters

url
string
required

The website URL to process. https:// is prepended automatically if no protocol is provided.

Example:

"https://stripe.com"

Response

Classification result.

success
enum<boolean>
required
Available options:
true
data
object
required
meta
object
required