# Google Shopping UK air fryer price scraper

**Use case:** 

Scrape UK Google Shopping air fryer results with localized prices, sellers, ratings, reviews, shipping snippets, and result positions.

## Input

```json
{
  "queries": [
    "air fryer"
  ],
  "maxItems": 5,
  "country": "GB",
  "language": "en",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "GOOGLE_SERP"
    ],
    "apifyProxyCountry": "GB"
  }
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "position": {
    "label": "Position",
    "format": "integer"
  },
  "productTitle": {
    "label": "Product title",
    "format": "string"
  },
  "priceText": {
    "label": "Price",
    "format": "string"
  },
  "priceValue": {
    "label": "Price value",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "merchant": {
    "label": "Merchant",
    "format": "string"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "shipping": {
    "label": "Shipping",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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