v10

latestOpenAPI 3.1.02026-08-0375143791.1 KB
Web Extraction

Classify SIC industries

Classify any brand into Standard Industrial Classification (SIC) codes from its domain or name. Choose between the original SIC system (original_sic) or the latest SIC list maintained by the SEC (latest_sec).

get/web/sic

Query parameters

inputstring required

Brand domain or title to retrieve SIC code for. If a valid domain is provided, it will be used for classification, otherwise, we will search for the brand using the provided title.

Brand domain or title to retrieve SIC code for. If a valid domain is provided, it will be used for classification, otherwise, we will search for the brand using the provided title.

type'original_sic' | 'latest_sec'

Which SIC dataset to classify against. original_sic uses the 1987 Standard Industrial Classification system; latest_sec uses the current SIC list as published by the SEC. Defaults to original_sic.

Which SIC dataset to classify against. original_sic uses the 1987 Standard Industrial Classification system; latest_sec uses the current SIC list as published by the SEC. Defaults to original_sic.

minResultsinteger

Minimum number of SIC codes to return. Must be at least 1. Defaults to 1.

Minimum number of SIC codes to return. Must be at least 1. Defaults to 1.

maxResultsinteger

Maximum number of SIC codes to return. Must be between 1 and 10. Defaults to 5.

Maximum number of SIC codes to return. Must be between 1 and 10. Defaults to 5.

timeoutMSinteger

Optional timeout in milliseconds for the request. If the request takes longer than this value, it will be aborted with a 408 status code. Maximum allowed value is 300000ms (5 minutes).

Optional timeout in milliseconds for the request. If the request takes longer than this value, it will be aborted with a 408 status code. Maximum allowed value is 300000ms (5 minutes).

tagsstring[]

Optional tags for tracking usage. Up to 20 tags, each 1 to 50 characters.

Optional comma-separated caller-defined tags for tracking this request. Tags are recorded on the request's usage log and can be used to filter usage on the dashboard usage page. Up to 20 tags, each 1-50 characters.

[
  "production",
  "team-alpha"
]

Response

Successful response

statusstring

Status of the response, e.g., 'ok'

domainstring

Domain found for the brand

typestring

Industry classification type, for sic api it will be sic

classification'original_sic' | 'latest_sec'

Echoes back which SIC dataset was used to classify the brand.