# Hwahae Category Ranking And Reviews Scraper

**Use case:** 

Scrape Hwahae category ranking product data with public ratings, review counts, prices, brands, and product URLs.

## Input

```json
{
  "searchKeywords": [
    "토리든",
    "선크림"
  ],
  "startUrls": [
    {
      "url": "https://www.hwahae.co.kr/rankings?english_name=category&theme_id=2"
    },
    {
      "url": "https://www.hwahae.co.kr/search?q=%EC%84%A0%ED%81%AC%EB%A6%BC"
    }
  ],
  "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.