开发者参考

域名建议 API 文档

域名建议 API 文档: 基于您的关键词、品牌或业务描述获取 AI 驱动的域名建议。

域名建议

基于您的关键词、品牌或业务描述获取 AI 驱动的域名建议。

GET /v1/suggest

查询参数

参数类型说明
keywords 必需 string 逗号分隔的关键词(例如 "tech,cloud")
limit 可选 number 要返回的最大建议数(默认值:20,最大值:100)
tlds 可选 string 要使用的 TLD(默认值:"com,ai,app")
style 可选 string 风格:可品牌化、简短、关键词丰富、可发音

请求示例

curl "https://domscan.net/v1/suggest?keywords=cloud,sync&limit=10&style=brandable"
const params = new URLSearchParams({
                keywords: "cloud,sync",
                limit: "10",
                style: "brandable"
                });
                const response = await fetch("https://domscan.net/v1/suggest?" + params);
                console.log(await response.json());
import requests
                
                params = {"keywords": "cloud,sync", "limit": 10, "style": "brandable"}
                data = requests.get("https://domscan.net/v1/suggest", params=params).json()
                print(data["suggestions"])
package main
                
                import (
                "encoding/json"
                "fmt"
                "net/http"
                )
                
                func main() {
                url := "https://domscan.net/v1/suggest?keywords=cloud,sync&limit=10&style=brandable"
                resp, _ := http.Get(url)
                defer resp.Body.Close()
                
                var data map[string]any
                json.NewDecoder(resp.Body).Decode(&data)
                fmt.Println(data["suggestions"])
                }
require 'net/http'
                require 'json'
                
                uri = URI("https://domscan.net/v1/suggest?keywords=cloud,sync&limit=10&style=brandable")
                response = Net::HTTP.get_response(uri)
                data = JSON.parse(response.body)
                puts data["suggestions"]

响应示例

{
                "suggestions": [
                {
                "name": "cloudsync",
                "domain": "cloudsync.io",
                "tld": "io",
                "score": 95,
                "styles": ["brandable", "pronounceable"],
                "method": "combination",
                "available": true
                }
                ],
                "keywords": ["cloud", "sync"],
                "generated_count": 10,
                "available_count": 4
                }

响应字段

字段 类型
suggestions[] object[]
suggestions[] object
suggestions[].name string
suggestions[].domain string
suggestions[].tld string
suggestions[].score integer
suggestions[].available boolean
suggestions[].method string
keywords[] string[]
meta object
meta.total_generated integer
meta.available_count integer
meta.generation_ms integer

被出色公司的人们使用

VercelLLM PulseOLXCasa ModernaPipeCal.comBeehiivSnykTogglRemoteSprigDeel