# Export Google Shopping Products to CSV

**Use case:** 

Search Google Shopping and download the products as a CSV: title, store, price, rating, reviews, and link. Exports to Excel and Sheets too.

## Input

```json
{
  "q": "wireless headphones",
  "device": "desktop",
  "free_shipping": false,
  "on_sale": false,
  "max_pages": 1
}
```

## Output

```json
{
  "shopping_results": {
    "label": "Shopping results"
  }
}
```

## 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.