An API to verify Amazon account existence by username, email, or phone number.
✅ Single account verification
✅ Supports emails, usernames, and phone numbers
✅ Fast JSON responses
✅ Enterprise-grade reliability
-
Get API Key
- Subscribe via your preferred marketplace: API.Market or RapidAPI Hub
- Get your API Key from your dashboard
-
Base URL & Authentication The Base URL and authentication headers depend on the marketplace you use:
API.Market:
- Base URL:
https://prod.api.market/api/v1/osint-trace-1/amazon-checker - Header:
X-Api-Key
RapidAPI:
- Base URL:
https://amazon-checker.p.rapidapi.com - Headers:
X-RapidAPI-Host: amazon-checker.p.rapidapi.comandX-RapidAPI-Key
- Base URL:
Endpoint
POST /check
Request
{
"input": "test@example.com"
}Examples
API.Market (cURL)
curl --request POST \
--url https://prod.api.market/api/v1/osint-trace-1/amazon-checker/check/amazon \
--header 'X-Api-Key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{"input": "test@example.com"}'RapidAPI (cURL)
curl --request POST \
--url https://amazon-checker.p.rapidapi.com/check \
--header 'X-RapidAPI-Host: amazon-checker.p.rapidapi.com' \
--header 'X-RapidAPI-Key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{"input": "test@example.com"}'Successful Response
{
"live": true
}-
Minimum input length: 3 characters
-
Valid input types:
- Email addresses
- Usernames
- Phone numbers (E.164 format recommended)
Flexible plans available through API.Market or RapidAPI.
Free tier available for testing and low-volume usage.
For technical issues or enterprise inquiries:
📧 info@osinttrace.com
This API is intended for legitimate use cases only. Users are responsible for:
- Complying with Amazon's Terms of Service
- Adhering to all applicable data privacy laws
- Obtaining proper consent for data processing
This service is not affiliated with or endorsed by Amazon.com Inc.