Generate brandable startup/product names from a keyword using prefixes, suffixes
Generate brandable startup/product names from a keyword using prefixes, suffixes, blends, and phonetic patterns, then check .com (or any TLD) availability for each via DNS — returns available names ranked by a brandability heuristic so agents can find a claimable brand without manual brainstorming plus one-by-one availability checks.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
910 msmedian answer time
$0.05listed price per call
$0.05price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://netintel.dev/name-gen/suggest
| Category | Commerce and shopping |
|---|---|
| Provider host | netintel.dev |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.05 | 910 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"keyword": "cloud"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"keyword": {
"description": "Seed keyword to generate names from (2-20 alphanumeric chars, e.g. cloud)",
"type": "string"
},
"limit": {
"description": "Max names to generate and check (default: 25, max: 40)",
"type": "number"
},
"tld": {
"description": "TLD to check availability against (default: com)",
"type": "string"
}
},
"required": [
"keyword"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"available_count": {
"type": "number"
},
"findings": {
"items": {
"type": "object"
},
"type": "array"
},
"generated_count": {
"type": "number"
},
"grade": {
"type": "string"
},
"keyword": {
"type": "string"
},
"score": {
"type": "number"
},
"suggestions": {
"items": {
"type": "object"
},
"type": "array"
},
"tld": {
"type": "string"
},
"top_available": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}