Selectable columns
Default forPOST …/v2/search and POST …/v2/fetch: ["domain", "name", "country"].
Request a subset via columns. domain is always included in each row.
Allowed column names:
Never returned: raw long text used only for indexing, embedding vectors, and internal flags such as
has_embedding.
Filters object
All keys are optional. Lists mean “match any of these values” for that field (OR inside the field).
Use
GET …/v2/filters/options for values your key may actually use.
Rate limits and tiers
Throughput and monthly quotas depend on your key’s tier (enforced at the gateway and in service middleware). Typical public tier profile:
Monthly
POST /stats request quotas (per key, per calendar month):
Result rows also count against monthly result quotas where configured (
/search and /fetch). /stats counts requests only.
Responses may include rate-limit headers, for example:
429 Too Many Requests.
HTTP errors
Error bodies are usually JSON with a
detail or error field you can log.