# Compare Smartwatch Prices on Google Shopping

**Use case:** 

Compare smartwatch prices across Google Shopping sellers: price, seller, rating, reviews, discount, and shipping. No API key needed.

## Input

```json
{
  "queries": [
    "smartwatch",
    "fitness smartwatch",
    "GPS running watch"
  ],
  "country": "US",
  "language": "en",
  "maxResultsPerQuery": 15,
  "requestTimeout": 45
}
```

## Output

```json
{
  "title": {
    "label": "Product",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "originalPrice": {
    "label": "Was",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "seller": {
    "label": "Seller",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "text"
  },
  "discount": {
    "label": "Discount",
    "format": "text"
  },
  "shipping": {
    "label": "Shipping",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [🛍️ Google Shopping Scraper — Prices & Sellers](https://apify.com/nexgendata/google-shopping-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nexgendata/google-shopping-scraper) to learn more, explore other use cases, and run it yourself.