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 niche.ltd intelligence into internal dashboards, workflows and seller apps.
https://niche.ltd/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, BSR, rating and review metrics.
/api/v1/products/{asin}Read price movement and product trend context over time.
/api/v1/price-historyTrack best-seller-rank changes and demand velocity.
/api/v1/bsr-historyGenerate keyword ideas for listing and PPC workflows.
/api/v1/ai/keywordsCalculate fees, margins and estimated profitability for a product.
/api/v1/profitUse this reference to build product search flows with clear parameters, request examples, response fields and error states.
Search Amazon products by keyword across 9 marketplaces. The response returns product candidates, opportunity scoring and core sales metrics.
stringrequiredSearch keyword.
stringoptionalamazon.com, amazon.co.uk, amazon.de, amazon.fr, amazon.it, amazon.es, amazon.com.tr, amazon.co.jp, amazon.ca. Default: amazon.com.
integeroptionalPage number. Default: 1.
curl -H "X-API-Key: niche_xxx" \
"https://niche.ltd/api/v1/search?keyword=yoga+mat&marketplace=amazon.com"{
"success": true,
"data": {
"keyword": "yoga mat",
"marketplace": "amazon.com",
"totalResults": 48,
"nicheScore": {
"demand": 8,
"competition": 5,
"opportunity": 7,
"overall": 7
},
"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.
AI-powered seller intelligence for Amazon, Walmart, TikTok Shop and Etsy.