# Hwahae Korean Beauty Review Search

**Use case:** 

Extract Hwahae product ratings, review counts, prices, brands, and goods URLs for Korean beauty search keywords.

## Input

```json
{
  "searchKeywords": [
    "토리든",
    "선크림",
    "수분크림"
  ],
  "startUrls": [
    {
      "url": "https://www.hwahae.co.kr/search?q=%ED%86%A0%EB%A6%AC%EB%93%A0"
    },
    {
      "url": "https://www.hwahae.co.kr/rankings?english_name=category&theme_id=2"
    }
  ],
  "maxItems": 100
}
```

## Output

```json
{
  "searchKeyword": {
    "label": "Search keyword"
  },
  "itemType": {
    "label": "Type"
  },
  "brandName": {
    "label": "Brand"
  },
  "productName": {
    "label": "Product"
  },
  "goodsName": {
    "label": "Goods"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "price": {
    "label": "Price"
  },
  "discountRate": {
    "label": "Discount %"
  },
  "productUrl": {
    "label": "Product URL"
  },
  "goodsUrl": {
    "label": "Goods URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Hwahae Reviews Scraper](https://apify.com/automation-lab/hwahae-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/hwahae-reviews-scraper) to learn more, explore other use cases, and run it yourself.