---
title: fastly tools domain suggest
summary: Request domain search results for a given query
url: https://www.fastly.com/documentation/reference/cli/tools/domain/suggest
---

Request domain search results for a given query

## Flags

| Flag | Description | Required | Default |
|------|-------------|----------|----------|
| `--defaults` | Comma-separated list of default zones to include in the search results response, e.g. `--defaults=uk,co.uk` | No | - |
| `--json` | Render output as JSON | No | - |
| `--keywords` | Comma-separated list of keywords for seeding the search results, e.g. `--keywords=dance,party` | No | - |
| `--location` | Override IP geolocation with a two-character country code, e.g. `--location=in` to include Indian zones in the search results | No | - |
| `--vendor` | The domain name of a specific registrar or vendor, to filter the search results to the list of zones they support | No | - |

## Global options

| Flag | Description | Required | Default |
|------|-------------|----------|----------|
| `--help` | Show context-sensitive help. | No | - |
| `--accept-defaults` | Accept default options for all interactive prompts apart from Yes/No confirmations | No | - |
| `--auto-yes` | Answer yes automatically to all Yes/No confirmations. This may suppress security warnings | No | - |
| `--debug-mode` | Print API request and response details (NOTE: can disrupt the normal CLI flow output formatting) | No | - |
| `--non-interactive` | Do not prompt for user input - suitable for CI processes. Equivalent to --accept-defaults and --auto-yes | No | - |
| `--quiet` | Silence all output except direct command output. This won't prevent interactive prompts (see: --accept-defaults, --auto-yes, --non-interactive) | No | - |
| `--token` | Fastly API token, or name of a stored auth token (use 'default' for the default token). Falls back to FASTLY_API_TOKEN env var | No | - |
| `--verbose` | Verbose logging | No | - |

