# Identify New Condition Power Tools in Canada

**Use case:** 

Locate new condition power tools available on Google Shopping in Canada, filtering by specific price ranges. This helps B2B buyers and retailers find relevant n

## Input

```json
{
  "queries": [
    "cordless drill",
    "circular saw",
    "impact driver",
    "angle grinder"
  ],
  "maxResultsPerQuery": 20,
  "countryCode": "ca",
  "languageCode": "en",
  "sortBy": "",
  "condition": "new",
  "minPrice": 100,
  "maxPrice": 750,
  "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.