# Monitor Competitor Prices for Electronics (US Market)

**Use case:** 

Track how competitors are pricing popular electronics on Google Shopping to gain a competitive edge. This helps businesses adjust their pricing strategies to re

## Input

```json
{
  "queries": [
    "Samsung Galaxy S24 Ultra price",
    "Apple AirPods Pro 2nd Gen price",
    "Sony WH-1000XM5 headphones price",
    "Meta Quest 3 price"
  ],
  "maxResultsPerQuery": 10,
  "countryCode": "us",
  "languageCode": "en",
  "sortBy": "price_low",
  "condition": "",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "GOOGLE_SERP"
    ]
  }
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "position": {
    "label": "#",
    "format": "integer"
  },
  "title": {
    "label": "Product",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "string"
  },
  "merchant": {
    "label": "Merchant",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "string"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image",
    "format": "string"
  }
}
```

## About this Actor

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