osint_lookup
Find sites where a username exists. FREE but shallow (top ~25 sites, rate-limited). For the full 500+ site sweep or the identity report (emails + breaches + score), call the paid HTTP API: GET /osint/{username} ($0.02) or GET /report/{username} ($0.05).
Parameters1
| username | string | required |
Raw schema
{
"type": "object",
"properties": {
"username": {
"title": "Username",
"type": "string"
}
},
"required": [
"username"
],
"title": "osint_lookupArguments"
}