public
POST /v1/public/domains/suggest
Alternative domains worth offering alongside a search.
Баталгаажуулалт
Энэ эцсийн цэг нь нийтийнх юм. Энэ нь ямар нэгэн итгэмжлэл болон байгууллагын мэдээлэл шаарддаггүй бөгөөд манай өөрийн маркетингийн сайт болон хиймэл интеллектийн хариултын системүүдийн уншдаг зүйл юм.
Энэ төгсгөл цэг нь ямар ч байгууллагын ID шаардахгүй. Таны түлхүүр аль хэдийн харьяалагдах байгууллагыг тодорхойлж байгаа бөгөөд хариу нь тухайн байгууллагын хүрээнд хязгаарлагдана.
Туршиж үзэх
Өнцөг хаалтанд байгаа бүх зүйлийг өөрийн утгаар солиж, түлхүүр санамж байрлуулагчийг хяналтын самбарынхаа түлхүүрээр сольж оруулна уу.
curl -X POST https://api.zinndigital.com/v1/public/domains/suggest \
-H "Content-Type: application/json" \
-d '{ "query": <string> }'Та нэвтэрсэн байна уу? Таны хяналтын самбар дахь API консол нь таны бодит байгууллагын ID болон өөрийн түлхүүрийг автоматаар бөглөж, шууд ажиллаж буй API рүү хүсэлт илгээх тул та бодит хариуг харах боломжтой болно. Энэ төгсгөлийн цэгийг API консол дээр нээх
Дэлгэрэнгүй
The upsell grid (docs/31 §5.3). Ranked in tiers — brand protection (you are buying acme.com; somebody else buying acme.net can pass for you), then the regional extension for the visitor's country, then same-intent alternatives, then popular filler — and each row says which tier it came from, so a surface can make the argument rather than just list names. Every suggestion is priced and tokenised by exactly the same code path as searchPublicDomains: a grid price that came from anywhere else is a price the basket then refuses, at the moment the customer has already decided to buy. Its own endpoint rather than a field on the search response, because each suggestion is a paid registrar availability call: the primary result must not wait for the upsell, and the upsell must be skippable. It shares the search abuse budget — the two together are what one visitor's session costs us at the registrar. The visitor's country comes from Cloudflare's CF-IPCountry, an edge-set header the browser never sends, so no CORS allow-list entry is involved.
Хүсэлтийн бие
| Нэр | Төрөл | Заавал шаардлагатай | Энэ юу вэ |
|---|---|---|---|
query | string | Тийм | The name the visitor searched — bare (acme) or full (acme.com). |
country | string | Үгүй | ISO-3166 alpha-2 hint, used only when the edge did not state the visitor's country. The CF-IPCountry header wins whenever it is present: it is set by the edge and cannot be… |
exclude | string[] | Үгүй | Names the primary search already answered. Each suggestion costs a paid registrar call, so re-checking a name already on the visitor's screen is money spent to tell them what they… |
limit | integer | Үгүй | Grid size. The maximum is the hard cap on anonymous vendor spend per request. |
Хариу үйлдэл
| Нэр | Төрөл | Заавал шаардлагатай | Энэ юу вэ |
|---|---|---|---|
results | DomainSearchResult[] | Тийм | — |
Энэ төгсгөл цэгээс буцааж болох алдаанууд
422 · 429