Oliveyoung Review Scraper avatar

Oliveyoung Review Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Oliveyoung Review Scraper

Oliveyoung Review Scraper

Scrape product reviews from Olive Young (oliveyoung.co.kr). Collects review date, star rating, and text with date filtering and multi-product support.

Pricing

from $5.00 / 1,000 results

Rating

5.0

(1)

Developer

Ayden

Ayden

Maintained by Community

Actor stats

1

Bookmarked

14

Total users

5

Monthly active users

5.5 days

Issues response

3 days ago

Last modified

Share

Olive Young Review Scraper

Scrapes product reviews from Olive Young — Korea's largest health & beauty retailer.

Collects review date, star rating, and full review text for any product on oliveyoung.co.kr. Reviews are sorted newest-first and the scraper returns up to the most recent 100 per product.

Features

  • Multi-URL support — Scrape reviews from multiple products in a single run
  • Newest-first — Reviews are sorted by date descending before collection
  • Shadow DOM support — Handles both legacy and redesigned (2025+) product pages
  • Built-in proxy — Uses residential South Korea proxy for reliable access

Limitations

Hard cap of 100 reviews per product. Olive Young only shows the 100 most recent reviews to non-logged-in users — after that the site requires login to reveal more. This scraper does not authenticate, so 100 is the ceiling regardless of what you set in maxReviewsPerProduct.

Input

FieldTypeDescription
urlsarrayProduct URLs or goodsNo parameters (required)
maxReviewsPerProductintegerMax reviews per product (1–100, default 100)

Example Input

{
"urls": [
"goodsNo=A000000123456",
"https://www.oliveyoung.co.kr/store/goods/getGoodsDetail.do?goodsNo=A000000789012"
],
"maxReviewsPerProduct": 50
}

Output

Each review is stored in the dataset with the following fields:

FieldTypeDescription
datestringReview date (YYYY.MM.DD)
ratingintegerStar rating (1–5)
textstringReview text content
product_idstringProduct ID (goodsNo)
source_urlstringFull product page URL

Example Output

{
"date": "2025.06.15",
"rating": 5,
"text": "피부가 촉촉해지고 좋아요!",
"product_id": "A000000123456",
"source_url": "https://www.oliveyoung.co.kr/store/goods/getGoodsDetail.do?goodsNo=A000000123456"
}

Tips

  1. Finding Product IDs — The goodsNo parameter is in the product page URL on oliveyoung.co.kr.
  2. Multiple Products — Products are processed sequentially for maximum reliability.