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
| Field | Value |
|---|---|
| ISO country code | US |
| Launch state | Open: live requests are accepted |
| Currency | USD ($) |
| Phone format | E.164, country code first, no spaces required. |
| Example phone | +1 415 555 0132 |
| Regional subdivision | state |
| Company register | The state business registers, plus federal securities filings |
| Register number asked | Employer Identification Number (for example 12-3456789) |
| Company number format | not collected |
| Credit score band | collected |
Company register
| Register | The state business registers, plus federal securities filings |
registry.source | official_register in every market; which register answered is not part of the payload |
| Company lookup in the flow | By 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 |
| Identifier | Business 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 search | Yes |
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.
| Section | Availability | Note |
|---|---|---|
| Identity | Partial | |
| Legal form | Partial | Where the state publishes a filing type (most connected states do) |
| Status | Partial | Pennsylvania and Oregon carry no status field; every other connected state does |
| Incorporation date | Partial | |
| Registered address | Partial | |
| Activity codes | Partial | |
| Officers | Partial | Florida (up to six officers), Pennsylvania (by party type), Alaska and Connecticut publish them; New York, Texas, Oregon and DC do not |
| Owners | Not exposed by the register | |
| Accounts | Not exposed by the register | |
| Insolvency | Not exposed by the register | Bankruptcy is federal and not in the state registers |
| Filings | Partial |
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.
{
"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.
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"
}| State | Record | Sections carried | |
|---|---|---|---|
| AK | Alaska | Full record | Identity, Legal form, Status, Incorporation date, Registered address, Officers |
| AL | Alabama | No register data | none: registry.status is unavailable with reason not_available_in_state |
| AR | Arkansas | No register data | none: registry.status is unavailable with reason not_available_in_state |
| AZ | Arizona | No register data | none: registry.status is unavailable with reason not_available_in_state |
| CA | California | Answers later | none yet: registry.status is not_fetched with reason not_yet_available |
| CO | Colorado | Full record | Identity, Legal form, Status, Incorporation date, Registered address |
| CT | Connecticut | Full record | Identity, Legal form, Status, Incorporation date, Registered address, Activity codes, Officers, Filings |
| DC | District of Columbia | Full record | Identity, Legal form, Status, Incorporation date, Registered address, Filings |
| DE | Delaware | No register data | none: registry.status is unavailable with reason not_available_in_state |
| FL | Florida | Full record | Identity, Legal form, Status, Incorporation date, Registered address, Officers, Filings |
| GA | Georgia | No register data | none: registry.status is unavailable with reason not_available_in_state |
| HI | Hawaii | No register data | none: registry.status is unavailable with reason not_available_in_state |
| IA | Iowa | No register data | none: registry.status is unavailable with reason not_available_in_state |
| ID | Idaho | Full record | Identity, Status, Incorporation date, Registered address, Filings |
| IL | Illinois | No register data | none: registry.status is unavailable with reason not_available_in_state |
| IN | Indiana | No register data | none: registry.status is unavailable with reason not_available_in_state |
| KS | Kansas | No register data | none: registry.status is unavailable with reason not_available_in_state |
| KY | Kentucky | No register data | none: registry.status is unavailable with reason not_available_in_state |
| LA | Louisiana | No register data | none: registry.status is unavailable with reason not_available_in_state |
| MA | Massachusetts | No register data | none: registry.status is unavailable with reason not_available_in_state |
| MD | Maryland | No register data | none: registry.status is unavailable with reason not_available_in_state |
| ME | Maine | No register data | none: registry.status is unavailable with reason not_available_in_state |
| MI | Michigan | No register data | none: registry.status is unavailable with reason not_available_in_state |
| MN | Minnesota | No register data | none: registry.status is unavailable with reason not_available_in_state |
| MO | Missouri | No register data | none: registry.status is unavailable with reason not_available_in_state |
| MS | Mississippi | No register data | none: registry.status is unavailable with reason not_available_in_state |
| MT | Montana | No register data | none: registry.status is unavailable with reason not_available_in_state |
| NC | North Carolina | No register data | none: registry.status is unavailable with reason not_available_in_state |
| ND | North Dakota | No register data | none: registry.status is unavailable with reason not_available_in_state |
| NE | Nebraska | No register data | none: registry.status is unavailable with reason not_available_in_state |
| NH | New Hampshire | No register data | none: registry.status is unavailable with reason not_available_in_state |
| NJ | New Jersey | No register data | none: registry.status is unavailable with reason not_available_in_state |
| NM | New Mexico | No register data | none: registry.status is unavailable with reason not_available_in_state |
| NV | Nevada | No register data | none: registry.status is unavailable with reason not_available_in_state |
| NY | New York | Full record | Identity, Legal form, Status, Incorporation date, Registered address |
| OH | Ohio | No register data | none: registry.status is unavailable with reason not_available_in_state |
| OK | Oklahoma | No register data | none: registry.status is unavailable with reason not_available_in_state |
| OR | Oregon | Full record | Identity, Legal form, Incorporation date, Registered address |
| PA | Pennsylvania | Full record | Identity, Legal form, Incorporation date, Registered address, Officers |
| RI | Rhode Island | No register data | none: registry.status is unavailable with reason not_available_in_state |
| SC | South Carolina | No register data | none: registry.status is unavailable with reason not_available_in_state |
| SD | South Dakota | No register data | none: registry.status is unavailable with reason not_available_in_state |
| TN | Tennessee | No register data | none: registry.status is unavailable with reason not_available_in_state |
| TX | Texas | Full record | Identity, Legal form, Status, Incorporation date, Registered address, Activity codes |
| UT | Utah | No register data | none: registry.status is unavailable with reason not_available_in_state |
| VA | Virginia | Answers later | none yet: registry.status is not_fetched with reason not_yet_available |
| VT | Vermont | No register data | none: registry.status is unavailable with reason not_available_in_state |
| WA | Washington | No register data | none: registry.status is unavailable with reason not_available_in_state |
| WI | Wisconsin | No register data | none: registry.status is unavailable with reason not_available_in_state |
| WV | West Virginia | No register data | none: registry.status is unavailable with reason not_available_in_state |
| WY | Wyoming | No register data | none: registry.status is unavailable with reason not_available_in_state |
A state with a full record on request
{
"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
{
"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
{
"source": "official_register",
"status": "not_fetched",
"reason": "not_yet_available"
}A state that publishes no register data
{
"source": "official_register",
"status": "unavailable",
"reason": "not_available_in_state"
}Phone and identifiers
| Phone | E.164, country code first, no spaces required. For example +1 415 555 0132. |
| Company identifier | Business 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 identifier | Not collected in this market |
| VAT check | Not 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
| Field | Type | In United States | Notes |
|---|---|---|---|
| country | string | populated | ISO 3166-1 alpha-2, always US in this schema. The applicant’s own country, which can differ from the routing lane. |
| currency | string | populated | ISO 4217 code for every figure on the deal. |
| monthly_revenue_band | string | populated | The band the applicant selected, kept whatever monthly_revenue_basis says. |
| monthly_revenue | number | populated | Monthly figure. The parsed statements’ average monthly inflow once statements are in; before that the applicant’s figure. Read monthly_revenue_basis. |
| monthly_revenue_basis | string | populated | statements: 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_band | string | populated | The band the applicant selected, kept whatever tib_months_basis says. |
| tib_months | integer | populated | Months in business. From the register’s incorporation date where the register is connected; read tib_months_basis. |
| tib_months_basis | string | populated | register: 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_turnover | number | null | Annual figure. The latest filed accounts where the register carries them, else what the applicant stated. Never derived from the monthly figure. |
| annual_turnover_basis | string | null | filed_accounts: from the latest filed accounts on the register. reported: the applicant stated the figure. |
| company_number | string | populated | Registration 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_type | string | populated | Legal 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_basis | string | populated | applicant: 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_registered | boolean | null | Whether the business is VAT registered: from the applicant where the flow asks, else from the VAT check. Null when neither holds it. |
| vat | object | null | The check of the VAT number the applicant gave against the national VAT register. Null until a number is given. |
| identifiers | object | populated | The company’s identifiers in United States: exactly these keys. A key that is present and null is not on record yet. |
| registry | object | populated | Public 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). |
| director | object | null | The significant person as the flow captured them. Null until a funder’s question is answered. |
| credit_score_band | string | populated | Self-reported band, for example "700_plus". Asked where the flow needs it; null when the applicant was not asked. |
| region | string | populated | The state, two letters, derived from the business ZIP the applicant gave. Never inferred from anything else. |
| ein | string | populated | Employer identification number, XX-XXXXXXX, when the applicant gave it. Optional in the flow. |
| signup_ip | string | populated | The applicant’s IP address at the moment of consent, for funders that require it. |
Company types
| Value | Abbreviation | Legal form | Local name | Fundable |
|---|---|---|---|---|
limited_liability_company | LLC | Limited liability company | Limited liability company | yes |
c_corporation | Inc. | C corporation | C corporation | yes |
s_corporation | S corp | S corporation | S corporation | yes |
partnership | LP | Partnership | General or limited partnership | yes |
sole_proprietorship | Sole prop. | Sole proprietorship | Sole proprietorship | accepted, not fundable |
nonprofit_corporation | 501(c) | Nonprofit corporation | Nonprofit corporation | accepted, 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.
| funding | Label | Derived value |
|---|---|---|
| under_25k | Under $25K | not derived |
| 25k_50k | $25K – $50K | not derived |
| 50k_100k | $50K – $100K | not derived |
| 100k_250k | $100K – $250K | not derived |
| 250k_500k | $250K – $500K | not derived |
| 500k_1m | $500K – $1M | not derived |
| 1m_2m | $1M – $2M | not derived |
| 2m_5m | $2M – $5M | not derived |
| 5m_15m | $5M – $15M | not derived |
| 15m_50m | $15M – $50M | not derived |
| monthly revenue | Label | Derived value |
|---|---|---|
| under_10k | Under $10K | 5,000 USD, band midpoint |
| 10k_20k | $10K – $20K | 15,000 USD, band midpoint |
| 20k_50k | $20K – $50K | 35,000 USD, band midpoint |
| 50k_75k | $50K – $75K | 62,500 USD, band midpoint |
| 75k_100k | $75K – $100K | 87,500 USD, band midpoint |
| 100k_250k | $100K – $250K | 175,000 USD, band midpoint |
| 250k_plus | $250K+ | 350,000 USD, band midpoint |
| time in business | Label | Derived value |
|---|---|---|
| under_6m | Under 6 months | 3 months, band midpoint |
| 6_12m | 6 – 12 months | 9 months, band midpoint |
| 1_2y | 1 – 2 years | 18 months, band midpoint |
| 2y_plus | 2+ years | 30 months, band midpoint |
| credit score | Label | Derived value |
|---|---|---|
| below_500 | Below 500 | not derived |
| 500_549 | 500 – 549 | not derived |
| 550_599 | 550 – 599 | not derived |
| 600_649 | 600 – 649 | not derived |
| 650_699 | 650 – 699 | not derived |
| 700_plus | 700+ | not derived |
Example market object
This is the market object exactly as GET /deals/{ref} returns it for this country.
{
"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.countryisUS, 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_numbercarries the register number andmarket.registrycarries the register facts.market.regioncarries 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.
