Endpoints
Website Categorization
This endpoint allows for categorizing websites based on NAICS (North American Industry Classification System) codes or a taxonomy classification.
GET
/
api
/
v1
/
website
/
categorization
Header
x-api-key
string
requiredThis parameter specifies the private key you’ll need for Categorization.dev access.
Parameters
query
string
requiredA website url with http://
or https://
protocol.
classification
string
requiredThe classification parameter specifies the type of categorization to be used. It can be either taxonomy_v3
or naics
.
Supported classifications
taxonomy_v3
: A hierarchical taxonomy that categorizes websites into a set of categories and subcategories : with 703 categoriesnaics
: A classification system used by the United States, Canada, and Mexico to classify businesses by industry sector : census.gov naics
Was this page helpful?