get_domain_details
Get the full detail record for ONE specific Atom domain listing — the deep-dive after a user picks a name from search_brandable_domains or generate_domain_names, or asks to know more about a particular domain.
Returns: status, price + currency, extension_options[] (other TLDs of the name for sale, with prices), category, description, age/traffic when available, and purchase_url/details_url. If the domain is not an Atom listing, returns error "not_found" (then use check_domain_availability for registry status). Present price, key attributes, and the purchase link.
IMPORTANT: when price_on_request is true, price is null on purpose — this listing's price is deliberately undisclosed (make-offer/price-on-request). Never state or imply a price (including "$0" or "free") in that case; tell the user to contact the seller or make an offer via purchase_url. When available_for_purchase is false, the listing has already been sold — purchase_url is not usable; tell the user this domain is no longer available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain to look up, including extension. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| age | No | ||
| url | Yes | ||
| price | No | Listing price in USD. null when price_on_request is true. | |
| domain | Yes | ||
| status | No | ||
| success | Yes | ||
| traffic | No | ||
| category | No | ||
| currency | No | ||
| description | No | ||
| details_url | No | Atom details page. | |
| purchase_url | No | Direct purchase link. | |
| price_on_request | No | True when the price is deliberately undisclosed (make-offer/price-on-request) — never state a price in this case. | |
| extension_options | No | Other TLDs of the name for sale, with prices. | |
| available_for_purchase | No | False when this listing has already been sold/transferred — purchase_url is not usable in that case. |