Free Amazon AI Audit — Will Amazon recommend your product?·No login · Score in 30 sec · Nobody else offers this.Try Free
Category

Research & Analysis

Find opportunities
API Documentation

Build with Seller Niche API

Integrate Amazon product data, AI content generation and sales analytics directly into your workflow. Simple REST API, full documentation, copy-paste code examples.

RESTArchitecture
JSONFormat
TLS 1.3Encryption
99.9%Uptime SLA
Authentication

All API requests require your API key in the Authorization header. Get your key from Dashboard → Settings → API.

🔑
Bearer Token
Include in every request
Authorization: Bearer <span class="tok-str">YOUR_API_KEY</span>
Content-Type: <span class="tok-str">application/json</span>

⚠️ Never expose API keys in public code. Always use environment variables.

🌐
Base URL
https://sellerniche.com/api/v1
Rate Limits

The limit is daily and per account. When you exceed it the response is 429 with limit, used and resetsAt (ISO reset time) in the body.

PlanRequests/dayBurst limitReset
Free
Starter100/dayDaily
Pro500/dayDaily
Business2,000/dayDaily
Agency10,000/dayDaily
Endpoints
GET
/api/v1/search
Search Amazon by keyword and get the matching products with price, BSR, estimated monthly sales, reviews and a niche score for the result set.
StarterProBusinessAgency
Parameters
NameInDescription
keyword
string
query
required
Search term (e.g. yoga mat)
marketplace
string
query
optional
Amazon domain, e.g. amazon.com (default), amazon.co.uk, amazon.de
page
integer
query
optional
Result page, default 1
Response Example
{
  "success": true,
  "data": {
    "keyword": "yoga mat",
    "marketplace": "amazon.com",
    "page": 1,
    "totalResults": 20,
    "nicheScore": { "score": 54, "demand": 61, "competition": 48, "opportunity": 52 },
    "products": [
      {
        "asin": "B01LP0V4JY",
        "title": "Extra Thick Yoga Mat 1/2 inch",
        "brand": "Gaiam",
        "category": "Sports & Outdoors",
        "imageUrl": "https://m.media-amazon.com/images/I/71abc.jpg",
        "price": 24.98,
        "bsr": 1204,
        "monthlySales": 8400,
        "reviewCount": 38421,
        "rating": 4.6
      }
    ]
  },
  "meta": { "timestamp": "2026-07-29T10:00:00.000Z" }
}
Request Example
curl "https://sellerniche.com/api/v1/search?keyword=yoga+mat&marketplace=amazon.com" \
  -H "Authorization: Bearer YOUR_API_KEY"
Error Codes
CodeMeaningResolution
400Bad RequestCheck request parameters
401UnauthorizedVerify your API key
403Plan limitUpgrade your plan
429Rate limitedWait for rate limit reset
500Server ErrorContact support
Webhooks

Subscribe to real-time events — no polling required. Add your webhook URL under Dashboard → Zapier (or via POST /api/zapier/webhooks).

📉
bsr_drop
A tracked product's BSR dropped by your threshold
🔎
keyword_rank_change
A tracked keyword's rank moved
new_review
New review on a tracked product
💲
price_change
A tracked product's price changed
🔔
alert_triggered
Any alert you created fired
📦
low_stock
Low FBA stock — coming soon, not subscribable yet
SDKs & Tools

There is no official SDK package yet. The API is plain REST with a Bearer header, so the requests / fetch snippets above work as-is — copy and paste.

📦 Postman Collection available — Download JSON
Enterprise API Access

Need custom limits, a dedicated endpoint or an SLA agreement? Our engineering team works directly with you.