search
Find available domains by entering a query without subdomains or spaces. Get results with domain availability, prices in USD cents, and a search ID for purchase requests.
Instructions
Search for available domains matching the query.
Returns search results with available/unavailable domains, their prices in USD cents, and a search ID needed for purchase requests.
The query can be a full domain name with or without the TLD but not subdomains or text.
Valid queries:
- "example"
- "example.com"
- "my-domain"
Invalid queries:
- "www.example.com" # no subdomains
- "this is a search" # no spaces
- "sub.domain.com" # no subdomains
Input Schema
Name | Required | Description | Default |
---|---|---|---|
q | Yes |
Input Schema (JSON Schema)
{
"properties": {
"q": {
"title": "Q",
"type": "string"
}
},
"required": [
"q"
],
"title": "searchArguments",
"type": "object"
}