Check if an email is registered on Amazon

Digital Footprint checks Amazon from an email address as part of every lookup, alongside 886+ other platforms, breach history and public web mentions - one request, one shape of answer. A hit means an account exists for that input; account contents are never collected.

Accepts
email address
Speed
Instant tier
Popularity
#29 by global traffic

What we check on Amazon

Instant tier for email address lookups - answered in well under a second

Amazon is checked from an email address. The response says whether that address has a Amazon account - registered: true or registered: false - with the moment that was established in checkedAt. A username on its own cannot reach Amazon, so username lookups do not include it.

Amazon is in the instant tier: with ?instant=true it is among the first platforms answered, in well under a second. On a full lookup it is checked alongside every other platform and streamed as it lands.

If Amazon blocks the check, times out, or answers ambiguously, it is omitted from results[] entirely rather than returned as registered: false. Absence from the response means "unconfirmed", never "no account".

One request

POST /v1/lookup?wait=true
curl -X POST "https://api.digifootprint.dev/v1/lookup?wait=true" \
  -H "Authorization: Bearer dfp_your_key" \
  -H "Content-Type: application/json" \
  -d '{"query": "someone@example.com"}'

What a Amazon result looks like

From results[]
{
  "platform": "amazon",
  "registered": true,
  "checkedAt": "2026-08-30T01:50:26.838Z"
}

The full response shape - breaches, web mentions, matches versus socialMatches, and what method means - is in running a lookup.

Related platforms

Every one of these is checked in the same request as Amazon.

Amazon lookup FAQ

Can I check a phone number on Amazon?
Not directly. Amazon can be reached from email address only. Phone lookups are in beta and cover a small set of platforms.
How fast is a Amazon check?
Fast: Amazon is in the instant tier, so with ?instant=true it is answered in well under a second. A full lookup streams it as soon as it lands.
What happens if Amazon blocks the check?
Amazon is left out of the response. We never report a platform we could not confirm as "not registered" - a missing platform means unconfirmed, not absent.
Does the API return the Amazon account details?
No. You get whether an account exists for the input you sent, and when that was established. No profile contents, photos, followers or private data are collected or returned.
Try it freeRead the docs