# Discover Trending Fitness Gear in Australia

**Use case:** 

Explore trending fitness gear products on Google Shopping in Australia, sorted by price. This allows e-commerce stores and distributors to identify popular item

## Input

```json
{
  "queries": [
    "yoga mat Australia",
    "resistance bands Australia",
    "smartwatch fitness Australia",
    "home gym equipment Australia"
  ],
  "maxResultsPerQuery": 10,
  "countryCode": "au",
  "languageCode": "en",
  "sortBy": "price_high",
  "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.