Product Search
Search Amazon products by keyword across supported marketplaces.
/api/v1/searchAccess Amazon product data, sales estimates, keyword research and market analytics programmatically. Integrate Seller Niche intelligence into internal dashboards, workflows and seller apps.
https://sellerniche.com/api/v1Use X-API-Key or Bearer authentication, then scale request limits by plan as your research workflow grows.
All API requests require an API key. Include it as a header or as a Bearer token depending on your integration style.
X-API-Key: niche_your_key_hereAuthorization: Bearer niche_your_key_hereDaily requests for early integrations and lightweight product research.
Higher limits for production research flows and seller dashboards.
Best fit for teams, agencies, API access and larger automation loops.
Start with the full API surface, then open the endpoint reference when you need request parameters, examples and error handling.
Search Amazon products by keyword across supported marketplaces.
/api/v1/searchReturn ASIN-level title, brand, price averages, BSR, rating and review metrics.
/api/v1/product?asin=Read price movement and product trend context over time.
/api/v1/price-historyTrack best-seller-rank changes and demand velocity.
/api/v1/bsr-historyMonthly sales estimate from an ASIN or a raw BSR, with a confidence range.
/api/v1/sales-estimateScore a keyword's market: price, review depth, rating and price spread.
/api/v1/niche-scoreCompeting listings for a keyword plus brand share and competition level.
/api/v1/competitorsBrowse the category list, or pull a category's top 20 best sellers.
/api/v1/categoryMeasured keyword expansion from DataForSEO. Answers 404 rather than inventing keywords when there is no data.
/api/v1/keywordsCalculate fees, margins and estimated profitability for a product.
/api/v1/profit-calcUse this reference to build product search flows with clear parameters, request examples, response fields and error states.
Search Amazon products by keyword across the 17 Amazon domains the v1 API accepts. The response returns product candidates, opportunity scoring and core sales metrics.
stringrequiredSearch keyword.
stringoptionalamazon.com, amazon.co.uk, amazon.de, amazon.fr, amazon.co.jp, amazon.ca, amazon.it, amazon.es, amazon.in, amazon.com.mx, amazon.com.br, amazon.com.au, amazon.nl, amazon.se, amazon.pl, amazon.sg, amazon.com.be. Default: amazon.com.
integeroptionalPage number. Default: 1.
curl -H "X-API-Key: niche_xxx" \
"https://sellerniche.com/api/v1/search?keyword=yoga+mat&marketplace=amazon.com"{
"success": true,
"data": {
"keyword": "yoga mat",
"marketplace": "amazon.com",
"totalResults": 20,
"nicheScore": {
"demand": 61,
"competition": 48,
"opportunity": 52,
"score": 54
},
"products": [{
"asin": "B07JNB3CYK",
"title": "Premium Yoga Mat...",
"brand": "BalanceFrom",
"price": 19.99,
"bsr": 245,
"monthlySales": 12500,
"reviewCount": 85000,
"rating": 4.5
}]
}
}Where the API fits, who uses it and what to build first.
Pipe product search, Niche Score and sales estimates into your own research views.
Automate client exports, opportunity snapshots and marketplace research summaries.
Feed keyword and market data into ScribeAI, listing optimization and PPC decision loops.
There is no official SDK package yet — the API is plain REST with a Bearer (or X-API-Key) header, so the snippets above work as-is. To try every endpoint at once, import the Postman collection and set the apiKey variable.
AI-платформа аналитики продавцов для Amazon, Walmart, TikTok Shop и Etsy.