BizAPI Company
A business entity record returned by the BizAPI Business Intelligence API, containing firmographic data including identification numbers, industry codes, address, contact information, financial indicators, and corporate hierarchy details.
Properties
| Name | Type | Description |
|---|---|---|
| duns_number | string | DUNS number uniquely identifying the business entity. |
| company_name | string | Legal name of the company. |
| dba | string | Doing-business-as (trade) name. |
| sic_code_4 | string | 4-digit Standard Industrial Classification code. |
| sic_code_8 | string | 8-digit Standard Industrial Classification code. |
| naics_code_6 | string | 6-digit North American Industry Classification System code. |
| street | string | Street address of the business location. |
| city | string | City of the business location. |
| state | string | State or province of the business location. |
| zip | string | ZIP or postal code of the business location. |
| country | string | Country of the business location. |
| latitude | number | Latitude coordinate of the business location. |
| longitude | number | Longitude coordinate of the business location. |
| phone | string | Primary phone number. |
| fax | string | Fax number. |
| string | Primary contact email address. | |
| url | string | Company website URL. |
| stock_ticker | string | Stock exchange ticker symbol. |
| top_contact_name | string | Name of the top contact at the company. |
| top_contact_title | string | Title of the top contact at the company. |
| sales_volume | string | Annual sales volume. |
| total_employees | string | Total number of employees. |
| employees_on_site | string | Number of employees at this location. |
| year_started | string | Year the company was established. |
| location_type | string | Location type indicator. |
| subsidiary_indicator | string | Subsidiary status indicator. |
| parent_duns | string | DUNS number of the parent company. |
| parent_name | string | Name of the parent company. |
| domestic_ultimate_duns | string | DUNS number of the domestic ultimate parent. |
| domestic_ultimate_name | string | Name of the domestic ultimate parent. |
| global_ultimate_duns | string | DUNS number of the global ultimate parent. |
| global_ultimate_name | string | Name of the global ultimate parent. |
| hierarchy_code | string | Corporate hierarchy code. |
| family_member_count | string | Number of family members in the corporate hierarchy. |
JSON Schema
{
"$id": "bizapi-company-schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "BizAPI Company",
"description": "A business entity record returned by the BizAPI Business Intelligence API, containing firmographic data including identification numbers, industry codes, address, contact information, financial indicators, and corporate hierarchy details.",
"type": "object",
"properties": {
"duns_number": {
"type": "string",
"description": "DUNS number uniquely identifying the business entity."
},
"company_name": {
"type": "string",
"description": "Legal name of the company."
},
"dba": {
"type": "string",
"description": "Doing-business-as (trade) name."
},
"sic_code_4": {
"type": "string",
"description": "4-digit Standard Industrial Classification code.",
"pattern": "^[0-9]{4}$"
},
"sic_code_8": {
"type": "string",
"description": "8-digit Standard Industrial Classification code.",
"pattern": "^[0-9]{8}$"
},
"naics_code_6": {
"type": "string",
"description": "6-digit North American Industry Classification System code.",
"pattern": "^[0-9]{6}$"
},
"street": {
"type": "string",
"description": "Street address of the business location."
},
"city": {
"type": "string",
"description": "City of the business location."
},
"state": {
"type": "string",
"description": "State or province of the business location."
},
"zip": {
"type": "string",
"description": "ZIP or postal code of the business location."
},
"country": {
"type": "string",
"description": "Country of the business location."
},
"latitude": {
"type": "number",
"description": "Latitude coordinate of the business location.",
"minimum": -90,
"maximum": 90
},
"longitude": {
"type": "number",
"description": "Longitude coordinate of the business location.",
"minimum": -180,
"maximum": 180
},
"phone": {
"type": "string",
"description": "Primary phone number."
},
"fax": {
"type": "string",
"description": "Fax number."
},
"email": {
"type": "string",
"description": "Primary contact email address.",
"format": "email"
},
"url": {
"type": "string",
"description": "Company website URL.",
"format": "uri"
},
"stock_ticker": {
"type": "string",
"description": "Stock exchange ticker symbol."
},
"top_contact_name": {
"type": "string",
"description": "Name of the top contact at the company."
},
"top_contact_title": {
"type": "string",
"description": "Title of the top contact at the company."
},
"sales_volume": {
"type": "string",
"description": "Annual sales volume."
},
"total_employees": {
"type": "string",
"description": "Total number of employees."
},
"employees_on_site": {
"type": "string",
"description": "Number of employees at this location."
},
"year_started": {
"type": "string",
"description": "Year the company was established.",
"pattern": "^[0-9]{4}$"
},
"location_type": {
"type": "string",
"description": "Location type indicator.",
"enum": ["HQ", "Branch", "SL"]
},
"subsidiary_indicator": {
"type": "string",
"description": "Subsidiary status indicator."
},
"parent_duns": {
"type": "string",
"description": "DUNS number of the parent company."
},
"parent_name": {
"type": "string",
"description": "Name of the parent company."
},
"domestic_ultimate_duns": {
"type": "string",
"description": "DUNS number of the domestic ultimate parent."
},
"domestic_ultimate_name": {
"type": "string",
"description": "Name of the domestic ultimate parent."
},
"global_ultimate_duns": {
"type": "string",
"description": "DUNS number of the global ultimate parent."
},
"global_ultimate_name": {
"type": "string",
"description": "Name of the global ultimate parent."
},
"hierarchy_code": {
"type": "string",
"description": "Corporate hierarchy code."
},
"family_member_count": {
"type": "string",
"description": "Number of family members in the corporate hierarchy."
}
},
"required": [
"company_name"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-schemas/bizapi-company"
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.