Skip to content

OSINT-Trace/Amazon-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Account Checker API

Available on API.Market RapidAPI

An API to verify Amazon account existence by username, email, or phone number.

Table of Contents

Features

✅ Single account verification
✅ Supports emails, usernames, and phone numbers
✅ Fast JSON responses
✅ Enterprise-grade reliability

Getting Started

  1. Get API Key

  2. 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.com and X-RapidAPI-Key

API Endpoints

Single Account Check

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"}'

Response Format

Successful Response

{
  "live": true
}

Requirements

  • Minimum input length: 3 characters

  • Valid input types:

    • Email addresses
    • Usernames
    • Phone numbers (E.164 format recommended)

Pricing

Flexible plans available through API.Market or RapidAPI.
Free tier available for testing and low-volume usage.

Support

For technical issues or enterprise inquiries:
📧 info@osinttrace.com

Legal Compliance

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.

Releases

No releases published

Packages

 
 
 

Contributors