Documentation Index
Fetch the complete documentation index at: https://docs.mindcase.co/llms.txt
Use this file to discover all available pages before exploring further.
$2.7 / 1k products
Get Amazon bestseller products from category URLs, with rankings, ratings, and prices
Endpoint
POST /api/v1/agents/amazon/bestsellers/run
Parameters
List · List of Amazon bestseller category URLs (must contain /zgbs/ or /bestsellers/). One per line.
Number · Products per category. Use 0 for all.
Response columns
| Field | Display name | Type |
|---|---|---|
bestsellerUrl | Bestseller URL | url |
productUrl | Product URL | url |
title | Title | text |
image | Image | url |
rank | Rank | number |
price | Price | currency |
currency | Currency | text |
rating | Rating | rating |
reviews | Reviews | number |
category | Category | text |
categoryFull | Category Full | text |
categoryUrl | Category URL | url |
subcategory | Subcategory | text |
subcategoryUrl | Subcategory URL | url |
asin | ASIN | text |
Example
Example response
Response