Back to Services
Basic Trustrest
IPinfo — IP Address Intelligence
Comprehensive IP data including geolocation, ASN, company, carrier, VPN/proxy/tor detection, and hosted domains.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
ipgeolocationasnsecuritynetwork
Quick Integration
Call this service through the Agent Clear proxy
// Call IPinfo — IP Address Intelligence through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/4316cd08-f0be-47d2-b93d-998eefdcf141',
{
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": [
"ip"
],
"properties": {
"ip": {
"type": "string",
"description": "IP address"
}
}
}Output Schema
{
"type": "object",
"properties": {
"ip": {
"type": "string"
},
"org": {
"type": "string"
},
"city": {
"type": "string"
},
"region": {
"type": "string"
},
"country": {
"type": "string"
}
}
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 60 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026