Back to Services
Basic Trustrest
WhoisXML — Domain WHOIS Lookup
Retrieve WHOIS records for any domain including registrar, creation date, expiration, nameservers, and registrant contact details.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
domainwhoisdnssecuritynetwork
Quick Integration
Call this service through the Agent Clear proxy
// Call WhoisXML — Domain WHOIS Lookup through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/8ab34406-d4f4-4d00-8573-f8fa6536f56c',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"required": [
"domainName"
],
"properties": {
"domainName": {
"type": "string",
"description": "Domain to look up"
},
"outputFormat": {
"enum": [
"JSON",
"XML"
],
"type": "string"
}
}
}Output Schema
{
"type": "object",
"properties": {
"WhoisRecord": {
"type": "object"
}
}
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 30 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026