Pick a product, top up your balance and run the search right in your dashboard.
# Three lines — same as in the bot First name: John Last name: Miller Clarifier: 1026 Maple Lane (or city, date of birth) # SSN + DOB result · charged $1.80 First name: MILLER, JOHN A SSN: 445-72-4417 DOB: 14.03.1979 (47 years) Addresses: 7 Phones: 4 Report: miller_john.txt # Add on for the same person, no new search: # DL — $1.00 · MVR — $7.50 · credit report — $3.50
Prices are per single retail request. Bulk prices are listed in the “API” section.
The full SSN and DOB, plus a unique Background: address history, phone numbers, email addresses, court records and identifying details of relatives.
Driver licence number and issuing state.
Driver licence details: issue date and expiry date.
A credit report in PDF that includes the credit score, credit accounts, total balance, credit limit, applicant details and much more.
The first two are a one-off setup. After that — only searching.
Email, nickname and password. No contracts, no calls, no approvals.
From $10 in cryptocurrency. Credited automatically, and the balance never expires.
Enter the data and get an instant result.
For those who just need the answer.
A straightforward integration over a ready API.
The source allows a single active session, so searches run one after another. The queue is fair: nobody jumps it, and your position is visible in the dashboard and in the API response.
Your program sends the request and waits for the result on the same connection.
The system confirms receipt, queues the request and sends the result itself.
curl https://lookupyou.com/api/v1/search \ -H "Authorization: Bearer lp_live_a7f3…9c21" \ -d '{ "product": "ssn_bg", "first_name": "John", "last_name": "Miller", "hint": "1026 Maple Lane", "mode": "sync" }' # Response 200 OK { "request_id": "req_8f21c4", "charged": true, "balance_left": 487, "result": { /* … */ } }
These rules come from how the data and the payments actually work. We put them here rather than in the small print.
A wrong address, an unavailable source, an internal error — nothing is taken off the balance. Every line in the history shows whether it was charged and why.
The source allows one active session, so searches run sequentially. The queue is fair and your position is always visible. For a stream of requests use the deferred API mode.
Money on the balance sits there indefinitely. Only bulk request packages have an expiry date: we remind you 14 and 3 days before it burns.
Nothing is charged to you automatically on a schedule: you top up the balance yourself when it runs low. The system only reminds you in time.
Retail: you pay per request at list price, work by hand in the dashboard, and the balance never expires. Package: you buy requests in bulk from $1.30, connect the API, and it is valid for a limited time.
The minimum deposit is $10. The money never expires and is spent on requests.
A search takes 1–2 seconds. One of the best figures on the market.
If the search returns no results, nothing is deducted from the user’s balance.
We keep the minimum of data. Request contents are stored in shortened form; results are deleted automatically after a short time.
Signing up takes a minute and the top-up is automatic. After that — the search and the result.