# Find Trending Amazon Products by Keyword

**Use case:** 

Amazon search-results scraping for any niche keyword reveals trending, fast-selling products worth sourcing or dropshipping, with ASINs, prices and ratings.

## Input

```json
{
  "asins": [
    "B0BS1PRC4L"
  ],
  "searchQueries": [
    "reusable food storage bags",
    "portable blender"
  ],
  "domain": "com",
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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