> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# lookupBusiness

> Look up business recipients by company name.

Look up business recipients by company name.
Searches both business name and DBA name, returns all matches.
Throws an error if no matches found.

```graphql theme={null}
query {
  lookupBusiness(
    input: BusinessLookupInput!
  ): [BusinessLookupResult!]!
}
```

## Arguments

<ParamField body="input" type="BusinessLookupInput!" required>
  *No description provided in the schema yet.*
</ParamField>

## Returns

[`[BusinessLookupResult!]!`](/api-reference/types/business-lookup-result) — Represents a business recipient.
