Back to Services
Basic Trustrest
Twilio — Phone Number Lookup
Look up phone number metadata including carrier, caller name, line type (mobile/landline), and country for any phone number worldwide.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
phonelookupcarriercommunicationverification
Quick Integration
Call this service through the Agent Clear proxy
// Call Twilio — Phone Number Lookup through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/a83da329-c561-4ee7-8479-2abe3118c848',
{
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": [
"phone_number"
],
"properties": {
"fields": {
"type": "string",
"description": "Comma-separated fields: caller_name, line_type_intelligence"
},
"phone_number": {
"type": "string",
"description": "E.164 phone number"
}
}
}Output Schema
{
"type": "object",
"properties": {
"carrier": {
"type": "object"
},
"country_code": {
"type": "string"
},
"phone_number": {
"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