Capvant

United States

What the United States market sends on a deal: currency, phone format, company types, validation and the fields that carry a value.

The United States lane routes deals in USD with market.country set to US. Everything below is what your integration can rely on for this market.

At a glance

FieldValue
ISO country codeUS
Launch stateOpen: live requests are accepted
CurrencyUSD ($)
Phone formatE.164, country code first, no spaces required.
Example phone+1 415 555 0132
Regional subdivisionstate
Company registerThe state business registers, plus federal securities filings
Register number askedEmployer Identification Number (for example 12-3456789)
Company number formatnot collected
Credit score bandcollected

Company register

RegisterThe state business registers, plus federal securities filings
registry.sourceofficial_register in every market; which register answered is not part of the payload
Company lookup in the flowBy business name and ZIP code on the final step: the ZIP picks the state register and the name is matched against it on the server; a state entity number is accepted where the applicant has one
IdentifierBusiness name plus ZIP code: The funnel asks the business name and the ZIP; the ZIP picks the state register and the name is matched against it. A state entity number is accepted where the applicant has one, for example Business ZIP 33607 resolves to the Florida register
Name searchYes

What comes back, section by section

Read registry.status first. available means every section the register exposes came back; partial means at least one could not be read; unavailable means the company profile itself could not be retrieved; not_fetched means no lookup has run for this lead yet. A section the register does not expose is null on every deal, never an empty value. Each entry under registry.sections carries the register's status for that section and the facts it returned, nothing else.

SectionAvailabilityNote
IdentityPartial
Legal formPartialWhere the state publishes a filing type (most connected states do)
StatusPartialPennsylvania and Oregon carry no status field; every other connected state does
Incorporation datePartial
Registered addressPartial
Activity codesPartial
OfficersPartialFlorida (up to six officers), Pennsylvania (by party type), Alaska and Connecticut publish them; New York, Texas, Oregon and DC do not
OwnersNot exposed by the register
AccountsNot exposed by the register
InsolvencyNot exposed by the registerBankruptcy is federal and not in the state registers
FilingsPartial

Caveats carried on every record:

  • There is no national register. Delaware's register is closed by statute, so a Delaware company is reachable only if it files with the SEC.

Example registry object

Captured on 2026-09-11 for a New York corporation (identifier 4424185). This is the market.registry object exactly as the API returned it.

market.registry
{
  "source": "official_register",
  "status": "available",
  "incorporated_on": "2013-06-27",
  "company_age_months": 158,
  "company_status": "active",
  "company_type": "DOMESTIC BUSINESS CORPORATION",
  "sic_codes": null,
  "registered_office": {
    "line1": "23 BUSHNEIL PLACE",
    "line2": null,
    "locality": "MOUNT VERNON",
    "region": "NY",
    "postal_code": "10550",
    "country": "US"
  },
  "directors": null,
  "psc_count": null,
  "accounts": null,
  "confirmation_statement": null,
  "charges_count": null,
  "has_insolvency_history": null,
  "filed_financials": null,
  "registers": null,
  "exemptions": null,
  "uk_establishments_count": null,
  "disqualified_directors_count": null,
  "registered_name": "BUTCHY'S WINE & SPIRITS, INC.",
  "identifiers": {
    "ein": "12-3456789",
    "state_entity_number": "4424185",
    "state": null,
    "lei": null
  },
  "activity_codes": null,
  "officers": null,
  "filings": null,
  "share_capital": null,
  "business_description": null,
  "sections": {
    "profile": {
      "status": "available",
      "data": {
        "company_name": "BUTCHY'S WINE & SPIRITS, INC.",
        "company_status": "active",
        "type": "DOMESTIC BUSINESS CORPORATION",
        "state_entity_number": "4424185",
        "date_of_creation": "2013-06-27",
        "registered_office_address": {
          "region": "NY",
          "country": "US",
          "locality": "MOUNT VERNON",
          "postal_code": "10550",
          "address_line_1": "23 BUSHNEIL PLACE",
          "address_line_2": null
        },
        "registered_agent": null,
        "sic_codes": null,
        "activity_code_system": null,
        "ein": null,
        "directors": null
      }
    }
  },
  "checked_at": "2026-09-11T14:02:30.400Z"
}

By state

The register record on a US deal comes from the state in market.identifiers.state, derived from the business ZIP the applicant gives. 10 states answer with a full record, 2 answer later, 39 publish no register data. Read registry.status first; the three shapes below are exactly what the API returns.

By state

New York: Full record on request. Sections carried: identity, legal form, status, incorporation date, registered address.

{
  "source": "official_register",
  "status": "available",
  "incorporated_on": "2013-06-27",
  "company_age_months": 158,
  "company_status": "active",
  "company_type": "DOMESTIC BUSINESS CORPORATION",
  "sic_codes": null,
  "registered_office": {
    "line1": "23 BUSHNEIL PLACE",
    "line2": null,
    "locality": "MOUNT VERNON",
    "region": "NY",
    "postal_code": "10550",
    "country": "US"
  },
  "directors": null,
  "psc_count": null,
  "accounts": null,
  "confirmation_statement": null,
  "charges_count": null,
  "has_insolvency_history": null,
  "filed_financials": null,
  "registers": null,
  "exemptions": null,
  "uk_establishments_count": null,
  "disqualified_directors_count": null,
  "registered_name": "BUTCHY'S WINE & SPIRITS, INC.",
  "identifiers": {
    "ein": "12-3456789",
    "state_entity_number": "4424185",
    "state": null,
    "lei": null
  },
  "activity_codes": null,
  "officers": null,
  "filings": null,
  "share_capital": null,
  "business_description": null,
  "sections": {
    "profile": {
      "status": "available",
      "data": {
        "company_name": "BUTCHY'S WINE & SPIRITS, INC.",
        "company_status": "active",
        "type": "DOMESTIC BUSINESS CORPORATION",
        "state_entity_number": "4424185",
        "date_of_creation": "2013-06-27",
        "registered_office_address": {
          "region": "NY",
          "country": "US",
          "locality": "MOUNT VERNON",
          "postal_code": "10550",
          "address_line_1": "23 BUSHNEIL PLACE",
          "address_line_2": null
        },
        "registered_agent": null,
        "sic_codes": null,
        "activity_code_system": null,
        "ein": null,
        "directors": null
      }
    }
  },
  "checked_at": "2026-09-11T14:02:30.400Z"
}
StateRecordSections carried
AKAlaskaFull recordIdentity, Legal form, Status, Incorporation date, Registered address, Officers
ALAlabamaNo register datanone: registry.status is unavailable with reason not_available_in_state
ARArkansasNo register datanone: registry.status is unavailable with reason not_available_in_state
AZArizonaNo register datanone: registry.status is unavailable with reason not_available_in_state
CACaliforniaAnswers laternone yet: registry.status is not_fetched with reason not_yet_available
COColoradoFull recordIdentity, Legal form, Status, Incorporation date, Registered address
CTConnecticutFull recordIdentity, Legal form, Status, Incorporation date, Registered address, Activity codes, Officers, Filings
DCDistrict of ColumbiaFull recordIdentity, Legal form, Status, Incorporation date, Registered address, Filings
DEDelawareNo register datanone: registry.status is unavailable with reason not_available_in_state
FLFloridaFull recordIdentity, Legal form, Status, Incorporation date, Registered address, Officers, Filings
GAGeorgiaNo register datanone: registry.status is unavailable with reason not_available_in_state
HIHawaiiNo register datanone: registry.status is unavailable with reason not_available_in_state
IAIowaNo register datanone: registry.status is unavailable with reason not_available_in_state
IDIdahoFull recordIdentity, Status, Incorporation date, Registered address, Filings
ILIllinoisNo register datanone: registry.status is unavailable with reason not_available_in_state
INIndianaNo register datanone: registry.status is unavailable with reason not_available_in_state
KSKansasNo register datanone: registry.status is unavailable with reason not_available_in_state
KYKentuckyNo register datanone: registry.status is unavailable with reason not_available_in_state
LALouisianaNo register datanone: registry.status is unavailable with reason not_available_in_state
MAMassachusettsNo register datanone: registry.status is unavailable with reason not_available_in_state
MDMarylandNo register datanone: registry.status is unavailable with reason not_available_in_state
MEMaineNo register datanone: registry.status is unavailable with reason not_available_in_state
MIMichiganNo register datanone: registry.status is unavailable with reason not_available_in_state
MNMinnesotaNo register datanone: registry.status is unavailable with reason not_available_in_state
MOMissouriNo register datanone: registry.status is unavailable with reason not_available_in_state
MSMississippiNo register datanone: registry.status is unavailable with reason not_available_in_state
MTMontanaNo register datanone: registry.status is unavailable with reason not_available_in_state
NCNorth CarolinaNo register datanone: registry.status is unavailable with reason not_available_in_state
NDNorth DakotaNo register datanone: registry.status is unavailable with reason not_available_in_state
NENebraskaNo register datanone: registry.status is unavailable with reason not_available_in_state
NHNew HampshireNo register datanone: registry.status is unavailable with reason not_available_in_state
NJNew JerseyNo register datanone: registry.status is unavailable with reason not_available_in_state
NMNew MexicoNo register datanone: registry.status is unavailable with reason not_available_in_state
NVNevadaNo register datanone: registry.status is unavailable with reason not_available_in_state
NYNew YorkFull recordIdentity, Legal form, Status, Incorporation date, Registered address
OHOhioNo register datanone: registry.status is unavailable with reason not_available_in_state
OKOklahomaNo register datanone: registry.status is unavailable with reason not_available_in_state
OROregonFull recordIdentity, Legal form, Incorporation date, Registered address
PAPennsylvaniaFull recordIdentity, Legal form, Incorporation date, Registered address, Officers
RIRhode IslandNo register datanone: registry.status is unavailable with reason not_available_in_state
SCSouth CarolinaNo register datanone: registry.status is unavailable with reason not_available_in_state
SDSouth DakotaNo register datanone: registry.status is unavailable with reason not_available_in_state
TNTennesseeNo register datanone: registry.status is unavailable with reason not_available_in_state
TXTexasFull recordIdentity, Legal form, Status, Incorporation date, Registered address, Activity codes
UTUtahNo register datanone: registry.status is unavailable with reason not_available_in_state
VAVirginiaAnswers laternone yet: registry.status is not_fetched with reason not_yet_available
VTVermontNo register datanone: registry.status is unavailable with reason not_available_in_state
WAWashingtonNo register datanone: registry.status is unavailable with reason not_available_in_state
WIWisconsinNo register datanone: registry.status is unavailable with reason not_available_in_state
WVWest VirginiaNo register datanone: registry.status is unavailable with reason not_available_in_state
WYWyomingNo register datanone: registry.status is unavailable with reason not_available_in_state

A state with a full record on request

market.registry, New York
{
  "source": "official_register",
  "status": "available",
  "incorporated_on": "2013-06-27",
  "company_age_months": 158,
  "company_status": "active",
  "company_type": "DOMESTIC BUSINESS CORPORATION",
  "sic_codes": null,
  "registered_office": {
    "line1": "23 BUSHNEIL PLACE",
    "line2": null,
    "locality": "MOUNT VERNON",
    "region": "NY",
    "postal_code": "10550",
    "country": "US"
  },
  "directors": null,
  "psc_count": null,
  "accounts": null,
  "confirmation_statement": null,
  "charges_count": null,
  "has_insolvency_history": null,
  "filed_financials": null,
  "registers": null,
  "exemptions": null,
  "uk_establishments_count": null,
  "disqualified_directors_count": null,
  "registered_name": "BUTCHY'S WINE & SPIRITS, INC.",
  "identifiers": {
    "ein": "12-3456789",
    "state_entity_number": "4424185",
    "state": null,
    "lei": null
  },
  "activity_codes": null,
  "officers": null,
  "filings": null,
  "share_capital": null,
  "business_description": null,
  "sections": {
    "profile": {
      "status": "available",
      "data": {
        "company_name": "BUTCHY'S WINE & SPIRITS, INC.",
        "company_status": "active",
        "type": "DOMESTIC BUSINESS CORPORATION",
        "state_entity_number": "4424185",
        "date_of_creation": "2013-06-27",
        "registered_office_address": {
          "region": "NY",
          "country": "US",
          "locality": "MOUNT VERNON",
          "postal_code": "10550",
          "address_line_1": "23 BUSHNEIL PLACE",
          "address_line_2": null
        },
        "registered_agent": null,
        "sic_codes": null,
        "activity_code_system": null,
        "ein": null,
        "directors": null
      }
    }
  },
  "checked_at": "2026-09-11T14:02:30.400Z"
}

A state whose record carries officers

market.registry, Florida
{
  "source": "official_register",
  "status": "available",
  "incorporated_on": null,
  "company_age_months": null,
  "company_status": "active",
  "company_type": "Domestic profit corporation",
  "sic_codes": null,
  "registered_office": {
    "line1": "3300 PUBLIX CORPORATE PKWY",
    "line2": null,
    "locality": "LAKELAND",
    "region": "FL",
    "postal_code": "33811-3311",
    "country": "US"
  },
  "directors": null,
  "psc_count": null,
  "accounts": null,
  "confirmation_statement": null,
  "charges_count": null,
  "has_insolvency_history": null,
  "filed_financials": null,
  "registers": null,
  "exemptions": null,
  "uk_establishments_count": null,
  "disqualified_directors_count": null,
  "registered_name": "PUBLIX SUPER MARKETS, INC.",
  "identifiers": {
    "ein": "12-3456789",
    "state_entity_number": "112252",
    "state": null,
    "lei": null
  },
  "activity_codes": null,
  "officers": [
    {
      "name": "METZ                MERRIANN      M",
      "role": "SVP,",
      "appointed_on": null,
      "resigned_on": null
    },
    {
      "name": "PHILLIPS            DAVID         P",
      "role": "EXEC",
      "appointed_on": null,
      "resigned_on": null
    },
    {
      "name": "SMITH               MICHAEL       R",
      "role": "SVP",
      "appointed_on": null,
      "resigned_on": null
    },
    {
      "name": "TAULBEE             DAVID         L",
      "role": "VP,",
      "appointed_on": null,
      "resigned_on": null
    },
    {
      "name": "O'CONNOR            BRIDGID       A",
      "role": "VP,",
      "appointed_on": null,
      "resigned_on": null
    },
    {
      "name": "FISHER              JOHN          M",
      "role": "VP,",
      "appointed_on": null,
      "resigned_on": null
    }
  ],
  "filings": null,
  "share_capital": null,
  "business_description": null,
  "sections": {
    "profile": {
      "status": "available",
      "data": {
        "company_name": "PUBLIX SUPER MARKETS, INC.",
        "company_status": "active",
        "type": "Domestic profit corporation",
        "state_entity_number": "112252",
        "date_of_creation": null,
        "registered_office_address": {
          "region": "FL",
          "country": "US",
          "locality": "LAKELAND",
          "postal_code": "33811-3311",
          "address_line_1": "3300 PUBLIX CORPORATE PKWY",
          "address_line_2": null
        },
        "registered_agent": "Corporate Creations Network Inc.",
        "sic_codes": null,
        "activity_code_system": null,
        "ein": "590324412",
        "directors": [
          {
            "name": "METZ                MERRIANN      M",
            "role": "SVP,",
            "locality": "LAKELAND",
            "region": "FL"
          },
          {
            "name": "PHILLIPS            DAVID         P",
            "role": "EXEC",
            "locality": "LAKELAND",
            "region": "FL"
          },
          {
            "name": "SMITH               MICHAEL       R",
            "role": "SVP",
            "locality": "LAKELAND",
            "region": "FL"
          },
          {
            "name": "TAULBEE             DAVID         L",
            "role": "VP,",
            "locality": "LAKELAND",
            "region": "FL"
          },
          {
            "name": "O'CONNOR            BRIDGID       A",
            "role": "VP,",
            "locality": "LAKELAND",
            "region": "FL"
          },
          {
            "name": "FISHER              JOHN          M",
            "role": "VP,",
            "locality": "LAKELAND",
            "region": "FL"
          }
        ],
        "annual_report_years": [
          "2026",
          "2026",
          "2026"
        ],
        "jurisdiction": "FL"
      }
    }
  },
  "checked_at": "2026-09-11T14:02:30.402Z"
}

A state that answers later

market.registry, California
{
  "source": "official_register",
  "status": "not_fetched",
  "reason": "not_yet_available"
}

A state that publishes no register data

market.registry, Delaware
{
  "source": "official_register",
  "status": "unavailable",
  "reason": "not_available_in_state"
}

Phone and identifiers

PhoneE.164, country code first, no spaces required. For example +1 415 555 0132.
Company identifierBusiness name plus ZIP code: The funnel asks the business name and the ZIP; the ZIP picks the state register and the name is matched against it. A state entity number is accepted where the applicant has one, for example Business ZIP 33607 resolves to the Florida register
Tax identifierNot collected in this market
VAT checkNot applicable: no VAT register check in this market, so market.vat is null.

Bank statements

The flow asks for the last 3 months of business bank statements in this market. Statements are uploaded once and shared with every partner working the request; the API carries the parsed facts (months covered, average monthly inflow and outflow, provider) and the documents by signed link.

Instant matching

Instant matching is live: a submitted deal is routed to the panel the moment it arrives, and matched options come back on the same call.

Which market fields are populated

FieldTypeIn United StatesNotes
countrystringpopulatedISO 3166-1 alpha-2, always US in this schema. The applicant’s own country, which can differ from the routing lane.
currencystringpopulatedISO 4217 code for every figure on the deal.
monthly_revenue_bandstringpopulatedThe band the applicant selected, kept whatever monthly_revenue_basis says.
monthly_revenuenumberpopulatedMonthly figure. The parsed statements’ average monthly inflow once statements are in; before that the applicant’s figure. Read monthly_revenue_basis.
monthly_revenue_basisstringpopulatedstatements: the parsed statements’ average monthly inflow. reported: the applicant gave the figure. band_midpoint: the midpoint of the selected band. Precedence is always statements, then register, then applicant.
time_in_business_bandstringpopulatedThe band the applicant selected, kept whatever tib_months_basis says.
tib_monthsintegerpopulatedMonths in business. From the register’s incorporation date where the register is connected; read tib_months_basis.
tib_months_basisstringpopulatedregister: computed from the incorporation date on the company register. reported: from an exact trading start date the applicant gave. band_midpoint: the midpoint of the selected band. The register wins whenever it holds a date.
annual_turnovernumbernullAnnual figure. The latest filed accounts where the register carries them, else what the applicant stated. Never derived from the monthly figure.
annual_turnover_basisstringnullfiled_accounts: from the latest filed accounts on the register. reported: the applicant stated the figure.
company_numberstringpopulatedRegistration number on the country’s company register. Confirmed against the register where that market answers, otherwise as the applicant gave it; registry.status says which case this deal is in, and in the United States that varies by state.
entity_typestringpopulatedLegal form: the value from GET /enums/company-types for this market. From the applicant where the flow asks, else from the register; entity_type_basis says which.
entity_type_basisstringpopulatedapplicant: the legal form as the applicant gave it. register: read from the company register’s own record where the flow did not ask. Null when neither holds it.
vat_registeredbooleannullWhether the business is VAT registered: from the applicant where the flow asks, else from the VAT check. Null when neither holds it.
vatobjectnullThe check of the VAT number the applicant gave against the national VAT register. Null until a number is given.
identifiersobjectpopulatedThe company’s identifiers in United States: exactly these keys. A key that is present and null is not on record yet.
registryobjectpopulatedPublic register facts for the company, from the register of the state in identifiers.state. Full record in AK, CO, CT, DC, FL, ID, NY, OR, PA, TX. Answers later in CA, VA (status not_fetched, reason not_yet_available). No register data in AL, AR, AZ, DE, GA, HI, IA, IL, IN, KS, KY, LA, MA, MD, ME, MI, MN, MO, MS, MT, NC, ND, NE, NH, NJ, NM, NV, OH, OK, RI, SC, SD, TN, UT, VT, WA, WI, WV, WY (status unavailable, reason not_available_in_state, no facts).
directorobjectnullThe significant person as the flow captured them. Null until a funder’s question is answered.
credit_score_bandstringpopulatedSelf-reported band, for example "700_plus". Asked where the flow needs it; null when the applicant was not asked.
regionstringpopulatedThe state, two letters, derived from the business ZIP the applicant gave. Never inferred from anything else.
einstringpopulatedEmployer identification number, XX-XXXXXXX, when the applicant gave it. Optional in the flow.
signup_ipstringpopulatedThe applicant’s IP address at the moment of consent, for funders that require it.

Company types

ValueAbbreviationLegal formLocal nameFundable
limited_liability_companyLLCLimited liability companyLimited liability companyyes
c_corporationInc.C corporationC corporationyes
s_corporationS corpS corporationS corporationyes
partnershipLPPartnershipGeneral or limited partnershipyes
sole_proprietorshipSole prop.Sole proprietorshipSole proprietorshipaccepted, not fundable
nonprofit_corporation501(c)Nonprofit corporationNonprofit corporationaccepted, not fundable

United States has no connected register yet, so market.entity_type is what the applicant gave and is null on the deal until the register confirms it.

Amount and revenue bands

A band stays a band. Where we derive a number from a band, the payload says so in the matching _basis field, so never treat a derived figure as reported.

fundingLabelDerived value
under_25kUnder $25Knot derived
25k_50k$25K – $50Knot derived
50k_100k$50K – $100Knot derived
100k_250k$100K – $250Knot derived
250k_500k$250K – $500Knot derived
500k_1m$500K – $1Mnot derived
1m_2m$1M – $2Mnot derived
2m_5m$2M – $5Mnot derived
5m_15m$5M – $15Mnot derived
15m_50m$15M – $50Mnot derived
monthly revenueLabelDerived value
under_10kUnder $10K5,000 USD, band midpoint
10k_20k$10K – $20K15,000 USD, band midpoint
20k_50k$20K – $50K35,000 USD, band midpoint
50k_75k$50K – $75K62,500 USD, band midpoint
75k_100k$75K – $100K87,500 USD, band midpoint
100k_250k$100K – $250K175,000 USD, band midpoint
250k_plus$250K+350,000 USD, band midpoint
time in businessLabelDerived value
under_6mUnder 6 months3 months, band midpoint
6_12m6 – 12 months9 months, band midpoint
1_2y1 – 2 years18 months, band midpoint
2y_plus2+ years30 months, band midpoint
credit scoreLabelDerived value
below_500Below 500not derived
500_549500 – 549not derived
550_599550 – 599not derived
600_649600 – 649not derived
650_699650 – 699not derived
700_plus700+not derived

Example market object

This is the market object exactly as GET /deals/{ref} returns it for this country.

🇺🇸 United States, market object
{
  "market": {
    "country": "US",
    "currency": "USD",
    "monthly_revenue_band": "$50K – $75K",
    "monthly_revenue": 62500,
    "monthly_revenue_basis": "band_midpoint",
    "time_in_business_band": "1 – 2 years",
    "tib_months": 158,
    "tib_months_basis": "register",
    "credit_score_band": "650 – 699",
    "region": "NY",
    "company_number": "4424185",
    "entity_type": "c_corporation",
    "entity_type_basis": "register",
    "ein": "12-3456789",
    "signup_ip": "203.0.113.10",
    "identifiers": {
      "ein": "12-3456789",
      "state_entity_number": "4424185",
      "state": "NY"
    },
    "registry": {
      "source": "official_register",
      "status": "available",
      "incorporated_on": "2013-06-27",
      "company_age_months": 158,
      "company_status": "active",
      "company_type": "DOMESTIC BUSINESS CORPORATION",
      "sic_codes": null,
      "registered_office": {
        "line1": "23 BUSHNEIL PLACE",
        "line2": null,
        "locality": "MOUNT VERNON",
        "region": "NY",
        "postal_code": "10550",
        "country": "US"
      },
      "directors": null,
      "psc_count": null,
      "accounts": null,
      "confirmation_statement": null,
      "charges_count": null,
      "has_insolvency_history": null,
      "filed_financials": null,
      "registers": null,
      "exemptions": null,
      "uk_establishments_count": null,
      "disqualified_directors_count": null,
      "registered_name": "BUTCHY'S WINE & SPIRITS, INC.",
      "identifiers": {
        "ein": "12-3456789",
        "state_entity_number": "4424185",
        "state": null,
        "lei": null
      },
      "activity_codes": null,
      "officers": null,
      "filings": null,
      "share_capital": null,
      "business_description": null,
      "sections": {
        "profile": {
          "status": "available",
          "data": {
            "company_name": "BUTCHY'S WINE & SPIRITS, INC.",
            "company_status": "active",
            "type": "DOMESTIC BUSINESS CORPORATION",
            "state_entity_number": "4424185",
            "date_of_creation": "2013-06-27",
            "registered_office_address": {
              "region": "NY",
              "country": "US",
              "locality": "MOUNT VERNON",
              "postal_code": "10550",
              "address_line_1": "23 BUSHNEIL PLACE",
              "address_line_2": null
            },
            "registered_agent": null,
            "sic_codes": null,
            "activity_code_system": null,
            "ein": null,
            "directors": null
          }
        }
      },
      "checked_at": "2026-09-11T14:02:30.400Z"
    },
    "director": null
  }
}

Validation to expect

  • market.country is US, never the routing lane and never an alpha-3 code.
  • Every monetary figure on the deal is in USD.
  • Phone numbers arrive in E.164, for example +1 415 555 0132.
  • market.company_number carries the register number and market.registry carries the register facts.
  • market.region carries the state, taken from the applicant, never inferred.
  • The market object carries 18 keys in United States; a key that is present and null is not known yet, a key that is absent is not part of this market. Keys this market does not carry: annual_turnover, annual_turnover_basis, vat_registered, vat.

Reference

The full field list, types and response schema live on Retrieve a deal, where the country switcher shows this market's example inline.

On this page