# Naver Shopping Scraper – Products, Prices & Reviews

**Use case:** 

Scrape Naver Brand Store. Input slug/URL. Get price, discount, stock, rating, reviews, brand, category, delivery & images. Optional review details.

## Input

```json
{
  "mode": "search",
  "brandStores": [
    "marschoco"
  ],
  "startUrls": [
    "https://brand.naver.com/marschoco"
  ],
  "sort": "popular",
  "fetchReviews": false,
  "maxItems": 20,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "KR"
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "productName": {
    "label": "Product",
    "format": "text"
  },
  "salePrice": {
    "label": "Price",
    "format": "number"
  },
  "discountedPrice": {
    "label": "Disc. Price",
    "format": "number"
  },
  "stockQuantity": {
    "label": "Stock",
    "format": "number"
  },
  "averageRating": {
    "label": "Rating",
    "format": "number"
  },
  "totalReviews": {
    "label": "Reviews",
    "format": "number"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "maker": {
    "label": "Maker",
    "format": "text"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "categoryName": {
    "label": "Category",
    "format": "text"
  },
  "freeDelivery": {
    "label": "Free Delivery",
    "format": "boolean"
  },
  "productUrl": {
    "label": "URL",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "productNo": {
    "label": "Product No",
    "format": "text"
  },
  "brandSlug": {
    "label": "Store",
    "format": "text"
  },
  "crawledAt": {
    "label": "Crawled",
    "format": "text"
  }
}
```

## About this Actor

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