
SIC Code Lookup {API}
Find any company's 4-digit SIC code from a domain or name.
The 1987 Standard Industrial Classification list (1,004 codes) and the SEC EDGAR list (430 codes) — both queryable from one API. Built for CRM enrichment, lead scoring, KYC/KYB, and SEC filing prep.
What You Get
Each API call returns structured SIC classification data.
4-digit SIC code
Most specific industry level
Major group + name
2-digit parent group on every match
Confidence score
High, medium, or low per match
Two SIC datasets
1987 original (1,004 codes) or SEC EDGAR (430 codes with review office)
How It Works
We analyze website content and metadata to determine the most accurate SIC classification.
Pass a domain or name
Like stripe.com or "Stripe"
We analyze the brand
Site content, metadata, and industry signals
SIC codes matched
Best-fit 4-digit codes with confidence
JSON returned
Codes, names, major group or SEC office
API Response
Extracted SIC classification for stripe.com
GET /v1/web/sic?input=stripe.com{
"status": "ok",
"domain": "stripe.com",
"type": "sic",
"classification": "original_sic",
"codes": [
{
"code": "7372",
"name": "PREPACKAGED SOFTWARE",
"confidence": "high",
"majorGroup": "73",
"majorGroupName": "BUSINESS SERVICES"
},
{
"code": "6099",
"name": "FUNCTIONS RELATED TO DEPOSIT BANKING, NEC",
"confidence": "medium",
"majorGroup": "60",
"majorGroupName": "DEPOSITORY INSTITUTIONS"
}
]
}How SIC codes are structured
A SIC code is a 4-digit number that classifies a U.S. business by its primary activity. Each digit narrows the classification:
- Digits 1–2 — Major Group / Division. The broadest level. Example:
73= Business Services. - Digit 3 — Industry Group. Example:
737= Computer Services. - Digit 4 — Industry. The most specific level. Example:
7372= Prepackaged Software.
SIC vs NAICS: which should you use?
NAICS replaced SIC as the official U.S. industry standard in 1997, but SIC is still used everywhere SIC was used in 1996: SEC EDGAR filings, Dun & Bradstreet credit reports, legacy CRMs, and many federal datasets. If your system requires SIC, use SIC. If you have a choice, use the more granular NAICS Code Lookup API— or call both and store both codes for maximum portability.
Common workflows for SIC classification
- Pre-filling SIC fields on SEC Form 10-K and 10-Q filings
- CRM and lead enrichment, segmentation, and territory routing
- KYC / KYB workflows and supplier risk classification
- Credit-decision systems that read D&B / Experian SIC feeds
- Industry research and competitive landscape analysis
- Compliance reporting where 1987 SIC categories are mandated
Frequently asked questions
Common questions about SIC codes and the Context.dev SIC Code Lookup API.
Am I billed for failed requests?
What is a SIC code?
How do I find a company's SIC code from a domain?
What is the difference between original_sic and latest_sec?
Can I look up SIC codes by company name instead of a domain?
Should I use SIC or NAICS for industry classification?
Why are SIC codes still used in 2026 if NAICS replaced them?
How many SIC codes does the API return per request?
Is the SIC code lookup API free?
Ship an agent that actually knows things.
Free tier, 10-minute integration, and the same API powering agents at Mintlify, daily.dev, and Propane. No credit card to start.













