# Monitor Amazon Wireless Mouse Prices

**Use case:** 

Track Amazon wireless mouse prices, list prices, ratings, review counts, ASINs, images, and canonical links in a reusable product dataset.

## Input

```json
{
  "searchQuery": "wireless mouse",
  "domain": "amazon.com",
  "maxResults": 2,
  "maxPages": 1,
  "includeSponsored": false,
  "useApifyProxy": true
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "list_price": {
    "label": "List Price",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviews_count": {
    "label": "Reviews",
    "format": "number"
  },
  "asin": {
    "label": "ASIN",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "image": {
    "label": "Image",
    "format": "image"
  },
  "sponsored": {
    "label": "Sponsored",
    "format": "boolean"
  },
  "search_query": {
    "label": "Query",
    "format": "text"
  }
}
```

## About this Actor

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