APImcp
GuidesBusiness
ConsoleDocsMCP
Business ⏱ 1 min read

Industry Code Lookup API — Look Up NACE and NAICS Industry Codes

Look up industry classification codes including NACE (European) and NAICS (North American). Find industry descriptions and codes by number or keyword. Free API.

01

What is Industry Code Lookup?

Industry code lookup queries classification systems like NACE (Statistical Classification of Economic Activities in the European Community) and NAICS (North American Industry Classification System). Given a code or keyword, the API returns the industry description, division, section, and hierarchical information.

02

How to Use It

Call GET /api/v1/industry-code?code=62. Returns { code: string, description: string, division: string, section: string, is_nace: boolean }.

Try it live Test this endpoint in the interactive console
Open Console →

Frequently Asked Questions

What classification systems are supported?
NACE Rev. 2 (European Union standard) and NAICS 2022 (US/Canada/Mexico standard).