# Amazon Product Search Review API Alternative

**Use case:** 

amazon product search review api for AI agents and Apify MCP: structured, source-linked records with bounded inputs for research, automation, monitoring, and

## Input

```json
{
  "searchQuery": "amazon product search review",
  "searchQueries": [
    "gaming mouse",
    "mechanical keyboard"
  ],
  "startUrls": [
    {
      "url": "https://www.amazon.com/s?k=running+shoes"
    }
  ],
  "country": "US",
  "maxResults": 20,
  "enrichDetails": false,
  "sortBy": "relevance",
  "includeSponsored": true,
  "maxSearchPages": 20,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "globalPosition": {
    "label": "#",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "listPrice": {
    "label": "Was",
    "format": "number"
  },
  "discountPercent": {
    "label": "Disc %",
    "format": "number"
  },
  "currency": {
    "label": "Cur",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "organicRank": {
    "label": "Organic #",
    "format": "integer"
  },
  "isSponsored": {
    "label": "Ad",
    "format": "boolean"
  },
  "detailScraped": {
    "label": "Enriched",
    "format": "boolean"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "asin": {
    "label": "ASIN",
    "format": "string"
  },
  "url": {
    "label": "Product URL",
    "format": "string"
  },
  "thumbnail": {
    "label": "Image",
    "format": "string"
  },
  "searchQuery": {
    "label": "Query",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Amazon Product Search Scraper](https://apify.com/khadinakbar/amazon-product-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/khadinakbar/amazon-product-search-scraper) to learn more, explore other use cases, and run it yourself.