> ## Documentation Index
> Fetch the complete documentation index at: https://namehash-krzysztofwrobel-sc-24494-nameguard-remove-goerli-a.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# bulkInspectNames()

> Returns a consolidated NameGuard report for each name (up to 250).

## Usage

```ts
const report = await nameguard.bulkInspectNames([
  "nick.eth",
  "notrab.eth",
  "lightwalker.eth",
]);
```

## Options

You can override the network used for `bulkInspectNames` using the second argument:

```ts
const report = await nameguard.bulkInspectNames(["nick.eth", "vitalik.eth"], {
  network: "...",
});
```
