# Kogan Scraper – Products, Prices & Customer Reviews

**Use case:** 

Scrape Kogan products and reviews across AU, NZ and US stores with price, stock, brand, GTIN, images, categories, ratings and review text.

## Input

```json
{
  "mode": "search",
  "queries": [
    "headphones"
  ],
  "store": "au",
  "sortBy": "relevance",
  "urls": [
    "https://www.kogan.com/au/shop/?q=air+fryer"
  ],
  "fetchDetails": true,
  "fetchReviews": false,
  "maxReviewsPerProduct": 20,
  "maxItems": 20,
  "maxPages": 100,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AU"
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "brand": {
    "label": "Brand"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "availability": {
    "label": "Availability"
  },
  "averageRating": {
    "label": "Rating"
  },
  "ratingCount": {
    "label": "Ratings"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "sku": {
    "label": "SKU"
  },
  "gtin": {
    "label": "GTIN"
  },
  "category": {
    "label": "Category"
  },
  "image": {
    "label": "Image",
    "format": "image"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Kogan.com Scraper | Products, Prices, Stock & Reviews](https://apify.com/abotapi/kogan-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/kogan-com-scraper) to learn more, explore other use cases, and run it yourself.