Domain Market Price Check
market_priceCheck Sedo aftermarket listing price for a domain. Returns status (for_sale, make_offer, or not_found) and listing price when available. Data source is Sedo only; other marketplaces (Afternic, Dan, etc.) are not covered.
Related: available, aged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name (e.g., 'example.com') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| domain | Yes | ||
| status | Yes | Market status: for_sale, make_offer, or not_found | |
| message | No | ||
| success | Yes | ||
| currency | No | Price currency (e.g., USD) | |
| estimated_price | No | Seller's listing price (only when status=for_sale) |