---
title: "Get business firmographic data"
method: GET
path: "/bizdata"
---

# Get business firmographic data

`GET /bizdata`

Returns firmographic data for a domain including company name, status, score, address, phones, social URLs, description, keywords, and industry classification.

## Query parameters

- `domain` string, required

## Response `200`

Successful Response

- CompanyResult — Business data profile returned by discover, bizdata, and match endpoints. Contains company information derived from certificates, website content, and ML models. Firmographics data for business websites including company start dates and size indicators derived from certificate history, parsed website data, and modeled keywords/categories.
  - `domain` string, required — Company domain and unique record identifier
  - `name` string, nullable — Latest and most accurate company name from certificate or website
  - `status` CompanyStatus — Company operating status with confidence score.
    - `status` string, nullable — Operating status: 'active' or 'closed'
    - `confidence` number, nullable — Confidence score for the status (0.0-1.0)
  - `score` integer, nullable — Company size and buying power computed from certificates history (1-800)
  - `start_date` string, nullable — Company start date, derived from the date of the first certificate (YYYY-MM-DD)
  - `end_date` string, nullable — Company end date if closed (YYYY-MM-DD), empty if still in business
  - `address` CompanyAddress — Company headquarters address from website metatags or content.
    - `street` string, nullable — Street address of HQ, from website metatags or content
    - `city` string, nullable — City, from website metatags or content
    - `state` string, nullable — State code, from website metatags or content
    - `zip` string, nullable — ZIP/postal code, from website metatags or content
    - `country` string, nullable — Two-letter country code (ISO 3166-1 alpha-2), from website metatags or content
  - `phones` string[], nullable — Array of phone numbers listed on the website
  - `public_emails` string[], nullable — Array of contact emails listed on the website
  - `domain_associations` string[] — Associated domains
  - `social_urls` string[], nullable — URLs pointing to the company page on Twitter, LinkedIn, Facebook
  - `redirect_domain` string, nullable — Last domain in the redirect chain, if any
  - `description` string, nullable — Description, from website metatags or content
  - `keywords` object — Keywords generated by Natural Language Models based on site content, as keyword:confidence pairs
  - `industry_groups` object — Top industries (up to 2), as industry:confidence pairs
  - `employees` string, nullable — Employee count range: 1-10, 11-50, 51-200, 201-500, 501-1000, 1001-5000, 5001-10000, 10001+
  - `revenue_range` '<1M' | '1-10M' | '10-100M' | '100M-1B' | '>1B' | 'N/A', nullable — Company revenue bucket: <1M, 1-10M, 10-100M, 100M-1B, >1B, or N/A when unknown
  - `business_model` object — Business model labels as label:confidence pairs (B2B, B2C, B2G, G2B, G2C, D2C, C2C, C2B)
  - `update_date` string, nullable — Date of last record update (YYYY-MM-DD)
  - `mx_provider` string, nullable — Email/MX hosting provider for the domain: a provider domain (e.g. 'google.com', 'microsoft.com'), the sentinel 'no_mx' when the domain was checked and has no mail server, or null when not resolved
  - `linkup` unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/discolike/apis/discolike-api.md) · [All operations](https://skmtc.net/discolike/apis/discolike-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/discolike/discolike-api/versions/3248fc62024c/schema)
