Oliveyoung Review Scraper
Pricing
from $5.00 / 1,000 results
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
Actor stats
1
Bookmarked
14
Total users
5
Monthly active users
5.5 days
Issues response
3 days ago
Last modified
Categories
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
| Field | Type | Description |
|---|---|---|
urls | array | Product URLs or goodsNo parameters (required) |
maxReviewsPerProduct | integer | Max 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:
| Field | Type | Description |
|---|---|---|
date | string | Review date (YYYY.MM.DD) |
rating | integer | Star rating (1–5) |
text | string | Review text content |
product_id | string | Product ID (goodsNo) |
source_url | string | Full 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
- Finding Product IDs — The
goodsNoparameter is in the product page URL on oliveyoung.co.kr. - Multiple Products — Products are processed sequentially for maximum reliability.