BizAPI · Example Payload

Bizapi Company Example

Business IntelligenceCompany DataCRMFirmographic DataNAICSSIC

Bizapi Company Example is an example object payload from BizAPI, with 34 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

duns_numbercompany_namedbasic_code_4sic_code_8naics_code_6streetcitystatezipcountrylatitudelongitudephonefaxemailurlstock_tickertop_contact_nametop_contact_titlesales_volumetotal_employeesemployees_on_siteyear_startedlocation_typesubsidiary_indicatorparent_dunsparent_namedomestic_ultimate_dunsdomestic_ultimate_nameglobal_ultimate_dunsglobal_ultimate_namehierarchy_codefamily_member_count

Example Payload

Raw ↑
{
  "duns_number": "123456789",
  "company_name": "Acme Corporation",
  "dba": "Acme Corp",
  "sic_code_4": "7372",
  "sic_code_8": "73720000",
  "naics_code_6": "511210",
  "street": "100 Market Street",
  "city": "San Francisco",
  "state": "CA",
  "zip": "94105",
  "country": "US",
  "latitude": -41.49,
  "longitude": 109.4,
  "phone": "+1-415-555-0100",
  "fax": "+1-415-555-0199",
  "email": "contact@acme.com",
  "url": "https://www.acme.com",
  "stock_ticker": "ACME",
  "top_contact_name": "Jane Smith",
  "top_contact_title": "Chief Executive Officer",
  "sales_volume": "12500000",
  "total_employees": "350",
  "employees_on_site": "350",
  "year_started": "2001",
  "location_type": "HQ",
  "subsidiary_indicator": "N",
  "parent_duns": "123456789",
  "parent_name": "Jane Smith",
  "domestic_ultimate_duns": "123456789",
  "domestic_ultimate_name": "Jane Smith",
  "global_ultimate_duns": "123456789",
  "global_ultimate_name": "Jane Smith",
  "hierarchy_code": "HQ",
  "family_member_count": "5"
}