Business Intelligence

Full business profiles on 265M global entities

Detailed business profiles covering legal entities, industry classifications, firmographics, geographic presence, and products and services, all from our unified business graph.

GET /v1/entities/siq_2ZYEAh7VdPkWsvlsqW9lG

Google

GOOGLE LLC · Delaware, US

complete

Firmographics

Revenue $256.7B ($10B+ range)
Employees 10,001 (10K+ range)
Founded Sep 4, 1998

Industry · confidence / relevance

NAICS 541511 Custom Computer Programming Services · 100 / 90
NAICS 541512 Computer Systems Design Services · 80 / 70
SIC 7374 · primary Computer Processing & Data Preparation · 90 / 95

Business model & tags

AdvertisingB2CB2BSaaSsearch enginecloud servicesAI

Operational presence

United States 49 registrations · home jurisdiction
GET /v1/entities/siq_2ZYEAh7VdPkWsvlsqW9lG
200 OK application/json
{
  "entity_id": "siq_2ZYEAh7VdPkWsvlsqW9lG",
  "status": "complete",
  "data": {
    "name": "Google",
    "primary_legal_entity": {
      "name": "GOOGLE LLC",
      "jurisdiction": {
        "country_code": "US",
        "state_province": "Delaware"
      }
    },
    "attributes": {
      "employee_count": 10001,
      "employee_range": "10K+",
      "revenue": 256700000000,
      "revenue_range": "$10B+",
      "founding_date": "1998-09-04"
    },
    "classification": {
      "naics_codes_2022": [
        {
          "code": "541511",
          "name": "Custom Computer Programming Services",
          "relevance": 90,
          "confidence": 100
        },
        {
          "code": "541512",
          "name": "Computer Systems Design Services",
          "relevance": 70,
          "confidence": 80
        }
      ],
      "sic_codes": [
        {
          "code": "7374",
          "name": "Computer Processing and Data Preparation and Processing Services",
          "relevance": 95,
          "confidence": 90,
          "is_primary": true
        }
      ],
      "business_model": [
        "Advertising",
        "B2C",
        "B2B",
        "Software as a Service (SaaS)"
      ],
      "business_tags": [
        "search engine",
        "online advertising",
        "cloud services",
        "artificial intelligence"
      ]
    },
    "operational_presence": [
      {
        "country_code": "US",
        "count": 49,
        "is_home_jurisdiction": true
      }
    ]
  }
}
// real response, trimmed · full schema

How it works

01

Send a SavvyIQ ID

Submit an entity ID to the business intelligence API and instantly access data from our graph of 265M+ verified global entities.

02

Retrieve the full profile

Get NAICS codes with confidence scores, business tags and models, product/service catalogs, firmographics, and operational presence.

03

Integrate and act

Drop the enriched data into your stack to power workflows, AI models, and intelligent business decisions.

Why teams choose Business Intelligence

Structured for AI

All data is structured, standardized, and scored with confidence, ready for AI applications, analytics, and automated decisions.

Rich classification

Multiple NAICS codes with relevance and confidence, business tags, models, and product/service catalogs for precise understanding.

Geographic & operational

Headquarters location and operational presence data to understand where a business is registered and where it operates.

Legal & registration detail

Primary legal entity details with registered jurisdiction, distinct from where the business operates.

Resolve your first entity in minutes

Sign up, get API keys instantly, and make your first call with $25 in free credit. One request returns a verified entity, drawn from 140+ official registries.

POST /v2/entity-resolution/async
{
  "request_id": "reqa_2ZUKmavJxCx4GHMnpJsc9",
  "status": "COMPLETED",
  "data": {
    "status": "matched",
    "confidence": 98,
    "type": "business",
    "entity": {
      "id": "siq_2ZUKocPbFCPLClZ5XtHlJ",
      "name": "Apple",
      "primary_legal_entity": {
        "name": "APPLE INC.",
        "jurisdiction": "California"
      },
      "website": "apple.com"
    }
  }
}