# Market Research: Gaming Peripherals in Germany

**Use case:** 

Conduct market research on gaming peripherals in Germany to understand product availability and pricing. This insight supports product development and marketing

## Input

```json
{
  "queries": [
    "gaming mouse Germany",
    "mechanical keyboard Germany",
    "gaming headset Germany",
    "gaming monitor Germany"
  ],
  "maxResultsPerQuery": 25,
  "countryCode": "de",
  "languageCode": "de",
  "sortBy": "",
  "condition": "",
  "minPrice": 50,
  "maxPrice": 500,
  "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.