📊 Amazon Open Data API

Free public API providing Amazon bestseller data across 12 countries, updated bi-weekly.
FREE No API key required. Attribution required: link to wiseproductadvisor.com

Endpoints

GET/open-data/amazon/top24/{locale}

Top 24 Amazon bestsellers for a specific country with full ROI scoring breakdown.

Locales: fr de es it en en-us en-ca en-au nl ja fr-ca

GET/open-data/amazon/top24

Summary of top 5 products per locale across all 12 countries.

GET/open-data/amazon/categories/{locale}

Product distribution by category with average price and ROI score per category.

GET/open-data/amazon/trends

Currently trending products across all locales (is_trending=true, sorted by roi_score).

GET/open-data/amazon/stats

Global statistics: total products tracked, avg scores, best categories, price ranges.

GET/open-data/amazon/dataset.json

Full dataset download (all locales, all products). Updated bi-weekly.

GET/open-data/amazon/dataset.csv

Full dataset in CSV format for spreadsheet analysis.

GET/open-data/amazon/embed/{locale}.js

Embeddable JavaScript widget. Add to your site:

<div id="wpa-amazon-top5"></div>
<script src="https://wiseproductadvisor.com/open-data/amazon/embed/fr.js"></script>

Scoring Methodology (OpenClaw v5 Revenue Max)

roi_score = click_score × 0.4 + conv_score × 0.4 + trend_score × 0.2

click_score  : rank-based (position #1 = 1.0, normalized)
conv_score   : price-based (€30–€150 optimal = 1.0, outliers penalized)
trend_score  : category signal (electronics/beauty boost) + market demand

License & Attribution

Data is free to use for non-commercial purposes with attribution.
Required: <a href="https://wiseproductadvisor.com">Data source: WiseProductAdvisor</a>

API powered by WiseProductAdvisor — Amazon affiliate data aggregator across 12 countries