Data lookups, wholesale and retail

We build the best service and the right conditions for the growth of your business

Pick a product, top up your balance and run the search right in your dashboard.

from $1.80retail price per request
1.5 secondsaverage response, empty queue
$0for a failed search
Dashboard · search
InputResult
# 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

Product list

Prices are per single retail request. Bulk prices are listed in the “API” section.

Three steps to a result

The first two are a one-off setup. After that — only searching.

Sign up

Email, nickname and password. No contracts, no calls, no approvals.

Top up the balance

From $10 in cryptocurrency. Credited automatically, and the balance never expires.

Search in the dashboard

Enter the data and get an instant result.

Two ways to work

From the dashboard

For those who just need the answer.

  • You pay only for successful requests — at a fixed catalogue price. The money is deducted from your balance automatically.
  • Nothing to set up: the search form, history and reports are in the dashboard.
  • The balance does not expire — it is spent as you search.
Start with a balance
bulk

Through the API in your own service

A straightforward integration over a ready API.

  • Request packages: the price per request falls with volume — from $1.80 down to $1.30.
  • Access key, queue with your position, webhooks, history export.
  • The same products, only called from your code.
API documentation

If you are integrating the 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.

Instant mode

Your program sends the request and waits for the result on the same connection.

  • The answer arrives immediately, nothing else to configure.
  • Fits one-off searches triggered by a user action.

Deferred mode

The system confirms receipt, queues the request and sends the result itself.

  • You can push a hundred searches at once without holding connections open.
  • If the search service is down, requests are not lost — they wait in the queue.
POST /v1/search
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": { /* … */ }
}

What to understand before you buy

These rules come from how the data and the payments actually work. We put them here rather than in the small print.

You are charged only for a search that happened

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.

Requests run in a queue

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.

The balance never expires, packages do

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.

Crypto payments, topped up by hand

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.

The short version

How is retail different from a package?

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.

What is the minimum deposit?

The minimum deposit is $10. The money never expires and is spent on requests.

How fast does the result arrive?

A search takes 1–2 seconds. One of the best figures on the market.

What if nothing is found?

If the search returns no results, nothing is deducted from the user’s balance.

How do you handle personal data?

We keep the minimum of data. Request contents are stored in shortened form; results are deleted automatically after a short time.

Your first search — today

Signing up takes a minute and the top-up is automatic. After that — the search and the result.