Ontwikkelaarsreferentie

Domeinsuggersties API-documentatie

Domeinsuggersties API-documentatie: Krijg AI-aangedreven domeinsuggersties op basis van uw trefwoorden, merk of bedrijfsbeschrijving.

Domeinsuggersties

Krijg AI-aangedreven domeinsuggersties op basis van uw trefwoorden, merk of bedrijfsbeschrijving.

GET /v1/suggest

Queryparameters

ParameterTypeBeschrijving
keywords vereist string Door komma's gescheiden trefwoorden (bijv. "tech,cloud")
limit optioneel number Max voorstellen om terug te keren (standaard: 20, max: 100)
tlds optioneel string TLD's die moeten worden gebruikt (standaard: "com,ai,app")
style optioneel string Stijl: merkbaar, kort, trefwoordrijk, uitsprekbaar

Voorbeeldverzoek

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"]

Voorbeeldantwoord

{
                "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
                }

Antwoordvelden

Veld Type
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

Gebruikt door mensen bij geweldige bedrijven

VercelLLM PulseOLXCasa ModernaPipeCal.comBeehiivSnykTogglRemoteSprigDeel