# search

## Usage

```bash
bdy domain search [options] [domain|prompt]
```

## Arguments

| **Argument** | **Description** |
| :--- | :--- |
| `domain|prompt` | Phrase, full domain or part of it (required) |

## Options

| **Option** | **Description** |
| :--- | :--- |
| `-w, --workspace <domain>` | Workspace URL handle. Can be set via variable: BUDDY_WORKSPACE |
| `-d, --tld <tld...>` | Filter tld. Can be passed multiple times or separated by comma. Example: --tld=de --tld=com,io |
| `-s, --sort <name|price>` | Sort domains by "price" or "name" |
| `-a, --only-available` | Show only available domains |
| `-h, --help` | display help for command |


---
Original source: https://buddy.works/docs/cli/domain/search