# UK Google Shopping price scraper in GBP

**Use case:** 

Scrape Google Shopping UK prices in GBP with merchant, discount, rating and delivery for any product keyword.

## Input

```json
{
  "searchQueries": [
    "espresso machine",
    "dyson vacuum"
  ],
  "country": "gb",
  "maxResultsPerQuery": 40,
  "sort": "price_low",
  "onSaleOnly": false,
  "freeShippingOnly": false
}
```

## Output

```json
{
  "query": {
    "label": "Query"
  },
  "title": {
    "label": "Product"
  },
  "price": {
    "label": "Price"
  },
  "priceValue": {
    "label": "Price value"
  },
  "currency": {
    "label": "Currency"
  },
  "originalPrice": {
    "label": "Was"
  },
  "discountPercent": {
    "label": "Off %"
  },
  "priceRank": {
    "label": "Price rank"
  },
  "priceVsMedianPercent": {
    "label": "vs median %"
  },
  "merchant": {
    "label": "Merchant"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "delivery": {
    "label": "Delivery"
  },
  "productUrl": {
    "label": "Google product page"
  }
}
```

## About this Actor

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