{
  "name": "ПоискДомена",
  "description": "Free domain search and DNS tools for .ru, .рф and global TLDs. WHOIS, SSL, generator, bulk check. Browser HTML only — no public JSON API. Taken: generator + zone chips. Available: WHOIS/DNS/SSL then register.",
  "url": "https://xn--80ahdkknicdfy.xn--p1ai/",
  "unicode_url": "https://поискдомена.рф/",
  "primary_locale": "ru",
  "locales": [
    "ru",
    "be",
    "ka",
    "en",
    "de",
    "es",
    "zh",
    "tr",
    "pt",
    "ar",
    "hi",
    "bn",
    "ur"
  ],
  "llms": "https://xn--80ahdkknicdfy.xn--p1ai/llms.txt",
  "llms_full": "https://xn--80ahdkknicdfy.xn--p1ai/llms-full.txt",
  "ai_policy": "https://xn--80ahdkknicdfy.xn--p1ai/ai.txt",
  "api_catalog": "https://xn--80ahdkknicdfy.xn--p1ai/.well-known/api-catalog.json",
  "openapi": "https://xn--80ahdkknicdfy.xn--p1ai/openapi.yaml",
  "sitemap": "https://xn--80ahdkknicdfy.xn--p1ai/sitemap.xml",
  "contact": "https://xn--80ahdkknicdfy.xn--p1ai/contact",
  "policy": {
    "search": true,
    "ai_input": true,
    "ai_train": false,
    "attribution_required": true,
    "public_json_api": false,
    "note": "Tools are browser HTML/XHR with CSRF and optional captcha. Agents should deep-link users; do not invent domain status or prices. openapi.yaml documents GET navigation only, not private POSTs."
  },
  "agents_md": "https://xn--80ahdkknicdfy.xn--p1ai/AGENTS.md",
  "deep_links": {
    "domain_search": "https://xn--80ahdkknicdfy.xn--p1ai/?domain={name}",
    "whois": "https://xn--80ahdkknicdfy.xn--p1ai/whois/{domain}",
    "generator": "https://xn--80ahdkknicdfy.xn--p1ai/domain-generator?q={keyword}",
    "dns": "https://xn--80ahdkknicdfy.xn--p1ai/dns-lookup?domain={name}",
    "ssl": "https://xn--80ahdkknicdfy.xn--p1ai/ssl-checker?domain={name}",
    "bulk": "https://xn--80ahdkknicdfy.xn--p1ai/bulk-domain-checker?domains={list}",
    "ip": "https://xn--80ahdkknicdfy.xn--p1ai/ip-lookup?ip={ip}",
    "location": "https://xn--80ahdkknicdfy.xn--p1ai/location?domain={name}",
    "subdomain": "https://xn--80ahdkknicdfy.xn--p1ai/subdomain-finder?domain={name}",
    "propagation": "https://xn--80ahdkknicdfy.xn--p1ai/dns-propagation-check?domain={name}",
    "delegation": "https://xn--80ahdkknicdfy.xn--p1ai/dns-delegation-check?domain={name}",
    "ports": "https://xn--80ahdkknicdfy.xn--p1ai/open-ports-lookup?domain={name}",
    "blocklist": "https://xn--80ahdkknicdfy.xn--p1ai/blocklist-lookup?domain={name}",
    "clear_dns": "https://xn--80ahdkknicdfy.xn--p1ai/clear-dns-cache?domain={name}",
    "whois_query": "https://xn--80ahdkknicdfy.xn--p1ai/whois?domain={name}",
    "bulk_single": "https://xn--80ahdkknicdfy.xn--p1ai/bulk-domain-checker?domain={name}",
    "ip_by_domain": "https://xn--80ahdkknicdfy.xn--p1ai/ip-lookup?domain={name}",
    "register": "https://xn--80ahdkknicdfy.xn--p1ai/register/{domain}",
    "blog": "https://xn--80ahdkknicdfy.xn--p1ai/blog",
    "blog_rss": "https://xn--80ahdkknicdfy.xn--p1ai/blog/feed"
  },
  "howto_tools": [
    "/",
    "/whois",
    "/domain-generator",
    "/bulk-domain-checker",
    "/dns-lookup",
    "/ssl-checker",
    "/subdomain-finder",
    "/dns-propagation-check",
    "/dns-delegation-check",
    "/clear-dns-cache",
    "/ip-lookup",
    "/location",
    "/open-ports-lookup",
    "/blocklist-lookup"
  ],
  "notes": {
    "generator_cta": "When searched domain is taken, deep-link /domain-generator?q={sld} (SLD only).",
    "available_cta": "When available, offer WHOIS/DNS/SSL then /register/{domain}.",
    "no_api": "Do not call internal POST endpoints. Deep-link users to HTML tools.",
    "whois_index": "/whois/{domain} is noindex thin; prefer tool index /whois for landing.",
    "markdown_accept": "Accept: text/markdown rewrites homepage / only to llms.txt.",
    "csrf": "Session mutators (currency, set-mode, affiliate) require CSRF. Some tool POSTs remain CSRF-excepted with rate/captcha gates — deep-link HTML only.",
    "security": "Atomic Redis outbound budget 180/h; search/bulk/blocklist/ports streams off; multi-WHOIS 64KiB cap; post-auth soft rates; batch 429 on budget empty; bulk auth covers batch_query; raw WHOIS budgeted; IpLookup private skip.",
    "conversion": "Sticky buy (prefer priced free) on search/generator/bulk; free-first column rebalance on search/generator/bulk; shared theme-fixes CSS; Metrika buy_button includes domain when parseable."
  },
  "tools": [
    {
      "id": "search",
      "path": "/",
      "title": "Domain search",
      "howto": true
    },
    {
      "id": "whois",
      "path": "/whois",
      "title": "WHOIS",
      "howto": true
    },
    {
      "id": "generator",
      "path": "/domain-generator",
      "title": "Domain generator",
      "howto": true
    },
    {
      "id": "dns",
      "path": "/dns-lookup",
      "title": "DNS Lookup",
      "howto": true
    },
    {
      "id": "ssl",
      "path": "/ssl-checker",
      "title": "SSL checker",
      "howto": true
    },
    {
      "id": "bulk",
      "path": "/bulk-domain-checker",
      "title": "Bulk domain checker",
      "howto": true
    },
    {
      "id": "subdomain",
      "path": "/subdomain-finder",
      "title": "Subdomain finder",
      "howto": true
    },
    {
      "id": "propagation",
      "path": "/dns-propagation-check",
      "title": "DNS propagation",
      "howto": true
    },
    {
      "id": "clear_dns",
      "path": "/clear-dns-cache",
      "title": "Clear DNS cache",
      "howto": true
    },
    {
      "id": "delegation",
      "path": "/dns-delegation-check",
      "title": "DNS delegation",
      "howto": true
    },
    {
      "id": "ip",
      "path": "/ip-lookup",
      "title": "IP lookup",
      "howto": true
    },
    {
      "id": "location",
      "path": "/location",
      "title": "Domain location",
      "howto": true
    },
    {
      "id": "blocklist",
      "path": "/blocklist-lookup",
      "title": "Blocklist",
      "howto": true
    },
    {
      "id": "ports",
      "path": "/open-ports-lookup",
      "title": "Open ports",
      "howto": true
    },
    {
      "id": "blog",
      "path": "/blog",
      "title": "Blog"
    },
    {
      "id": "contact",
      "path": "/contact",
      "title": "Contact"
    }
  ],
  "operator": {
    "name": "ИП Кривошеин Алексей Сергеевич",
    "url": "https://www.krivoshein.site",
    "email": "aleksey@krivoshein.site"
  },
  "updated": "2026-08-13",
  "llms_en": "https://xn--80ahdkknicdfy.xn--p1ai/llms-en.txt",
  "version": "2026-08-13.13",
  "blog_rss": "https://xn--80ahdkknicdfy.xn--p1ai/blog/feed",
  "metrika_goals": "https://xn--80ahdkknicdfy.xn--p1ai/metrika-goals.txt"
}
