get_domain

Look up a cached domain

get_domain returns the LinkDR row for a hostname if we have one: Domain Rating, traffic, industry, and keywords we already associated with it.

It does not crawl the site. It does not enqueue enrichment. A miss means "not in the graph," which is useful. The agent should switch to asking for seed keywords instead of guessing metrics.

Arguments

NameTypeRequired
domainstring, 1–253 charactersYes

Example

{
  "domain": "genppt.com"
}

When to call it

First step of keyword fan-out when the user pasted a URL. Strip to the registrable host (genppt.com, not https://www.genppt.com/blog).

How to read the result

If the payload says we found the domain, take keywords and industry as search seeds. If it is a miss, say so and ask for one to three phrases ("best AI presentation maker", "AI slides").