Back to Services
Basic Trustrest
RandomUser — Test User Data
Generate realistic fake user profiles with names, addresses, emails, photos, and more. Perfect for prototyping, testing, and demo data.
Total Calls
0
Success Rate
—
Avg Latency
50ms
Capabilities
mock-datatestingusersfake-dataprototypingdevelopment
Quick Integration
Call this service through the Agent Clear proxy
// Call RandomUser — Test User Data through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/cce59836-af79-47b6-9b6b-3c13db2ccf55',
{
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",
"properties": {
"inc": {
"type": "string",
"description": "Include only these fields (comma-separated: name,email,phone)"
},
"nat": {
"type": "string",
"description": "Nationality filter (e.g. us, gb, de, fr)"
},
"gender": {
"type": "string",
"description": "Gender filter: male or female"
},
"results": {
"type": "number",
"description": "Number of users to generate (default 1, max 5000)"
}
}
}Output Schema
{
"type": "object"
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 60 req/min
- Trust Score
- 0.5
- Registered
- Mar 10, 2026
- Last Updated
- Mar 10, 2026