# Competitor Price Tracker for Google Shopping Ads

**Use case:** 

Track live competitor pricing for wireless and Bluetooth products. Receive detailed data on prices, discounts, and merchant ratings.

## Input

```json
{
  "queries": [
    "wireless headphones",
    "bluetooth speaker",
    "noise cancelling headphones"
  ],
  "countryCode": "US",
  "languageCode": "en",
  "location": "",
  "maxAdsPerQuery": 25,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "searchQuery": {
    "label": "Search Query",
    "format": "string"
  },
  "position": {
    "label": "Position",
    "format": "number"
  },
  "productTitle": {
    "label": "Product Title",
    "format": "string"
  },
  "productId": {
    "label": "Google Product ID",
    "format": "string"
  },
  "priceText": {
    "label": "Current Price",
    "format": "string"
  },
  "priceValue": {
    "label": "Price (Decimal)",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "originalPriceText": {
    "label": "Original Price",
    "format": "string"
  },
  "originalPriceValue": {
    "label": "Original Price (Decimal)",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "pricePerUnitText": {
    "label": "Per-Unit Price",
    "format": "string"
  },
  "merchant": {
    "label": "Merchant",
    "format": "string"
  },
  "merchantDomain": {
    "label": "Merchant Domain",
    "format": "string"
  },
  "rating": {
    "label": "Rating (out of 5)",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "reviewCountText": {
    "label": "Review Count (Formatted)",
    "format": "string"
  },
  "deliveryText": {
    "label": "Delivery",
    "format": "string"
  },
  "badgeText": {
    "label": "Promo Badge",
    "format": "string"
  },
  "productImageUrl": {
    "label": "Product Image",
    "format": "string"
  },
  "productDetailUrl": {
    "label": "Detail URL",
    "format": "string"
  },
  "categoryPath": {
    "label": "Category Path",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

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