# Get Google Shopping UK Price Data by Product

**Use case:** 

Pull Google Shopping UK prices for any product: titles, sellers, current and sale prices, ratings, delivery, and product links, ready to export.

## Input

```json
{
  "q": "wireless headphones",
  "gl": "uk",
  "hl": "en",
  "google_domain": "google.co.uk",
  "device": "desktop",
  "free_shipping": false,
  "on_sale": false,
  "max_pages": 1
}
```

## Output

```json
{
  "page_number": {
    "label": "Page"
  },
  "search_timestamp": {
    "label": "Timestamp"
  },
  "search_parameters": {
    "label": "Search Parameters"
  },
  "search_metadata": {
    "label": "Metadata"
  },
  "shopping_results": {
    "label": "Products"
  },
  "filters": {
    "label": "Filters"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Shopping API | Google Shopping Products, Prices & Deals](https://apify.com/johnvc/google-shopping-api-google-shopping-products-prices-deals) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/google-shopping-api-google-shopping-products-prices-deals) to learn more, explore other use cases, and run it yourself.