Check which domains are available and what they cost to register through RouterGrowth: a name across common TLDs, or one exact domain.
Name.com:
all inputs ✓
✓ marks a combination proven with a real provider call. Others are wired and unit-tested; their first live run verifies them.
| Provider | Status |
|---|---|
Name.com |
live |
Unit: per_search · unmatched results billed: no
The exact price is returned by /v1/inspect before every call and reserved on execution.
curl https://api.routergrowth.com/v1/run \ -H "Authorization: Bearer $ROUTERGROWTH_API_KEY" \ -d '{ "capability": "domain.search", "input": { "name": "..." }, "routing": {"provider": "auto"} }'
{
"properties": {
"name": {
"description": "\"acme\" to try common TLDs, or \"acme.com\" for one",
"type": "string"
},
"tlds": {
"description": "Default: com, io, co, ai, app, dev",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"name"
],
"type": "object"
}
results