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.
$0.1 / 1k products
Extract Amazon product titles, prices, ratings, and images by searching with your queries
Endpoint
POST /api/v1/agents/amazon/search/run
Parameters
List · Amazon search keywords. One per line.
Number · Total products to fetch per keyword (~16 per Amazon page). Use 0 for all.
Dropdown · Which Amazon marketplace to search.
Show all 13 options
Show all 13 options
com, co.uk, ca, com.au, in, de, fr, es, it, co.jp, com.mx, com.br, aeLegend: com = United States (.com), co.uk = United Kingdom (.co.uk), ca = Canada (.ca), com.au = Australia (.com.au), in = India (.in), de = Germany (.de), fr = France (.fr), es = Spain (.es), it = Italy (.it), co.jp = Japan (.co.jp), com.mx = Mexico (.com.mx), com.br = Brazil (.com.br), ae = UAE (.ae)View all 13 as a structured list →Response columns
| Field | Display name | Type |
|---|---|---|
searchKeyword | Search Keyword | text |
domain | Domain | text |
productUrl | Product URL | url |
asin | ASIN | text |
productTitle | Product Title | text |
image | Image | url |
price | Price | currency |
retailPrice | Retail Price | currency |
rating | Rating | rating |
reviews | Reviews | number |
salesVolume | Sales Volume | text |
delivery | Delivery | text |
prime | Prime | boolean |
sponsored | Sponsored | boolean |
secondaryOffer | Secondary Offer | number |
position | Position | number |
page | Page | number |
currentPage | Current Page | number |
totalResults | Total Results | number |
Example
Example response
Response