Overview
Context.dev supports three industry taxonomies:- EIC (Easy Industry Classification) — Context.dev’s own taxonomy, optimized for modern digital businesses (SaaS, fintech, creator economy, etc.). Returned inline on the full Brand response under
industries.eic. (Not included on the simplified Brand response, which only returns logos, colors, and backdrops.) - NAICS (North American Industry Classification System) — The 2022 NAICS taxonomy from the US Census Bureau. Available via a dedicated endpoint (
GET /web/naics) — call it when you need NAICS codes for a domain or brand name. - SIC (Standard Industrial Classification) — The 1987 SIC taxonomy and the SEC EDGAR SIC list. Available via a dedicated endpoint (
GET /web/sic) with atypeparameter to choose between the two datasets.
EIC is included in any Brand response (no extra call needed). NAICS and SIC are separate, opt-in endpoints with their own pricing — call them when you specifically need those codes.
Choosing between EIC, NAICS, and SIC
| Use case | Recommended taxonomy |
|---|---|
| Product segmentation, routing, marketing audiences | EIC (free with any Brand call) |
| Modern digital business types (SaaS, fintech, creator) | EIC |
| Regulatory or compliance reporting | NAICS |
| Financial filings, government data integration | NAICS |
| Matching SEC EDGAR filings or review offices | SIC (type=latest_sec) |
| Historical datasets that pre-date NAICS (pre-1997) | SIC (type=original_sic) |
| Aligning with existing CRM industry fields | Match what your CRM already uses |
/web/naics or /web/sic separately when a record needs those codes.
Continue reading
EIC — Easy Industry Classification
Context.dev’s own taxonomy. 24 industries, 220 subindustries, returned inline on every Brand response.
NAICS Classification
The 2022 NAICS taxonomy. 1,012 six-digit codes, available through a dedicated endpoint.
SIC Classification
The 1987 SIC and SEC EDGAR SIC lists. 1,004 original codes plus 430 SEC codes tagged with review office.
Related
Brand API
Full Brand response shape, including
industries.eic.NAICS Classification API
Endpoint reference for
GET /web/naics.SIC Classification API
Endpoint reference for
GET /web/sic.Lead Enrichment
Using industry data to segment enriched leads.
Transaction Categorization
Using industry context to improve brand identification on transactions.