BizAPI website screenshot

BizAPI

BizAPI is a real-time Business Intelligence API from the NAICS Association that provides firmographic data on over 220 million US and international business entities. It enables businesses to enrich CRM records, power customer acquisition workflows, and append NAICS codes, SIC codes, DUNS numbers, company details, sales volume, employee counts, and corporate hierarchy information to any business record via a simple REST API.

1 APIs 6 Features
Business IntelligenceCompany DataCRMFirmographic DataNAICSSIC

APIs

BizAPI Business Intelligence API

Real-time REST API from the NAICS Association that returns firmographic data on over 220 million US and international business locations. Provides DUNS numbers, SIC codes, NAICS...

Collections

Pricing Plans

Bizapi Plans Pricing

3 plans

PLANS

Rate Limits

Bizapi Rate Limits

5 limits

RATE LIMITS

FinOps

Bizapi Finops

FINOPS

Features

Real-Time Firmographic Data

Returns live firmographic data on over 220 million US and international business entities in real time.

NAICS and SIC Classification

Provides 6-digit NAICS codes and 4- and 8-digit SIC codes for industry classification of business entities.

DUNS Number Lookup

Returns D&B DUNS numbers enabling universal business entity identification and credit data linkage.

Corporate Hierarchy

Exposes parent, domestic ultimate, and global ultimate company relationships with DUNS and name fields.

CRM Enrichment

Designed to integrate with CRMs, SFAs, and internal systems to append firmographic data to business records.

Sandbox Test Endpoint

Includes a /cosearchtest endpoint that returns fake data without consuming API credits for development and testing.

Use Cases

CRM Data Enrichment

Append NAICS codes, DUNS numbers, employee counts, and sales volume to company records in CRM and SFA systems.

Customer Acquisition

Identify and qualify business prospects by searching firmographic data to match against target industry and size criteria.

Market Research

Analyze business landscapes by querying firmographic data across industries, geographies, and corporate hierarchies.

Lead Scoring

Enrich inbound leads with firmographic attributes to power scoring models that prioritize high-value accounts.

Compliance Verification

Verify business identity, location, and corporate hierarchy for compliance and due diligence workflows.

Integrations

Salesforce

Integrate BizAPI with Salesforce CRM to auto-append firmographic data to account and lead records.

HubSpot

Enrich HubSpot company records with NAICS, SIC, DUNS, and financial indicators via BizAPI.

Marketo

Append industry classification and company size data to Marketo lead records for segmentation and scoring.

Microsoft Dynamics

Connect BizAPI to Dynamics 365 to surface firmographic context on accounts and contacts.

Semantic Vocabularies

Bizapi Context

34 classes · 0 properties

JSON-LD

API Governance Rules

BizAPI API Rules

33 rules · 13 errors 15 warnings 5 info

SPECTRAL

JSON Structure

Bizapi Company Structure

34 properties

JSON STRUCTURE

Example Payloads

Bizapi Company Example

34 fields

EXAMPLE

Resources

🔗
Website
Website
🔗
Documentation
Documentation
📝
Signup
Signup
🔑
Authentication
Authentication
🔗
SpectralRules
SpectralRules
🔗
Vocabulary
Vocabulary

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: BizAPI Business Intelligence API
  version: '1.0'
request:
  auth:
    type: basic
    username: '{{username}}'
    password: '{{password}}'
items:
- info:
    name: Company Search
    type: folder
  items:
  - info:
      name: BizAPI Live Company Search
      type: http
    http:
      method: POST
      url: https://www.naics.com/wp-json/naicsapi/v1/cosearch
      body:
        type: json
        data: '{}'
    docs: Search for business entities and retrieve firmographic data including DUNS numbers, SIC codes, NAICS codes, company
      details, sales volume, employee counts, and corporate hierarchy information. Rate limited to 3 requests per rolling
      second.
  - info:
      name: BizAPI Test Company Search
      type: http
    http:
      method: POST
      url: https://www.naics.com/wp-json/naicsapi/v1/cosearchtest
      body:
        type: json
        data: '{}'
    docs: Test endpoint that returns fake data without consuming API credits. Accepts the same parameters as the live search
      endpoint.
bundled: true