Olive Young Product Scraper avatar

Olive Young Product Scraper

Pricing

from $4.30 / 1,000 overview products

Go to Apify Store
Olive Young Product Scraper

Olive Young Product Scraper

Scrape Olive Young (Global) beauty & cosmetics products — price in USD, ratings, images, ingredients & specs. Keyword search, full detail enrichment, clean JSON/CSV, no code.

Pricing

from $4.30 / 1,000 overview products

Rating

0.0

(0)

Developer

SIÁN OÜ

SIÁN OÜ

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Olive Young Product Scraper — K-Beauty Prices, Ingredients & Specs 🌿

SIÁN Agency Store Sephora Product Catalog Scraper Google Shopping Price Scraper

🎉 Pull Olive Young Global prices, promotions, ratings, ingredients, and specs — by keyword, in USD, no code

Built for beauty analysts, K-beauty resellers, and brands who need fresh Olive Young product data on demand


📋 Overview

Track every price, promotion, ingredient, and spec on Olive Young Global — without writing a single line of code. This scraper turns any Olive Young search into a clean, structured spreadsheet of beauty products, complete with USD prices, star ratings, review counts, images, ingredient lists, and full specifications.

Why beauty professionals choose us:

  • Complete product data: 35+ fields per product — price (USD), list price, discount %, rating, review count, brand, category, GTIN, and more
  • Fast search-first mode: pull 24 products per page in seconds; scale to thousands across multiple keywords
  • 🧪 Ingredients & specs: get the full ingredient list, content volume, and country of manufacture in Detail mode
  • 💰 Pay only for results: charged per product you actually receive — no wasted spend, free tier to test
  • 💎 Detail enrichment: add the full specifications table, variant options, and complete image gallery with one switch
  • 🌏 K-beauty catalog: search Korea's #1 beauty store's global storefront, sorted just like the site

✨ Features

  • 🔎 Keyword Search: scrape any Olive Young Global search term (e.g. serum, snail mucin, sunscreen)
  • 🏷️ Full Pricing (USD): current price, original/list price, discount percentage, and promotion flags
  • Ratings & Reviews: star rating and total review count for every product
  • 🧪 Ingredients & Origin: full ingredient list, content volume/weight, and country of manufacture (Detail mode)
  • 🎨 Variants & Options: per-option price, GTIN, and stock for products with multiple variants (Detail mode)
  • 🖼️ Product Images: the complete product image gallery, ready for catalogs or feeds
  • 🧭 Categories: the product's full category path for clean classification
  • 🔢 Identifiers: brand, brand ID, category ID, and GTIN barcode for matching across catalogs
  • 🎛️ Advanced Filters: narrow by brand, category, price band, and minimum rating using the site's own facets
  • 📦 Clean Export: results delivered as structured JSON or CSV, ready for Excel or your database
  • 🚀 No-Code Setup: configure searches in a simple form — no scripts, no maintenance

🎬 Quick Start

Enter one or more search keywords, pick a mode, and run. In under a minute you'll have a structured dataset of Olive Young products you can download as JSON or CSV. No setup, no proxies, no code.

curl -X POST https://api.apify.com/v2/acts/sian.agency~olive-young-product-scraper/runs?token=YOUR_TOKEN \
-H 'Content-Type: application/json' \
-d '{"keywords": ["snail mucin"], "scrapeMode": "overview"}'

🚀 Getting Started (3 Simple Steps)

Step 1: Add Your Searches

Type one or more Olive Young search keywords (e.g. serum, cica cream) — one per line.

Step 2: Choose Your Mode

Pick Overview for fast search results, or Detail to also pull the full specifications table, ingredient list, and variant options.

Step 3: Run & Download

Click Start, then export your results as JSON, CSV, or Excel from the Apify dataset.

That's it! In just a few minutes, you'll have:

  • A clean table of Olive Young products with USD prices and promotions
  • Ratings, review counts, and product images
  • Ingredients, specs, and origin (in Detail mode)

📥 Input Configuration

FieldTypeRequiredDescription
keywordsarrayNoOlive Young search terms, one per item (e.g. serum, snail mucin)
scrapeModestringNooverview (fast search) or detail (adds specs, ingredients + variants)
sortstringNopopular, relevance, new, price_low, price_high, or reviews
maxResultsintegerNoMaximum products to return across all searches
brandNoListarrayNoAdvanced — restrict to specific brand IDs (from the brand_no field)
ctgrNoListarrayNoAdvanced — restrict to specific category IDs (from the category_no field)
lowestPriceintegerNoAdvanced — minimum price filter (USD)
highestPriceintegerNoAdvanced — maximum price filter (USD)
reviewScorestringNoAdvanced — minimum review-score facet value (e.g. 4)

Example — fast search:

{
"keywords": ["serum", "snail mucin"],
"scrapeMode": "overview",
"sort": "popular",
"maxResults": 100
}

Example — full detail with ingredients & specs:

{
"keywords": ["sunscreen"],
"scrapeMode": "detail",
"sort": "reviews",
"maxResults": 50
}

📤 Output

Results are saved to the Apify dataset with 35+ fields per product, including:

FieldTypeDescription
productTitlestringProduct name
brandstringProduct brand
pricenumberCurrent price (USD)
original_pricenumberList/was price (USD)
discount_ratenumberPromotional discount percentage
on_promotionbooleanWhether the product is currently on promotion
ratingnumberAverage star rating
review_countnumberTotal number of reviews
in_stockbooleanWhether the product is in stock
category_patharrayFull category path
gtinstringGlobal Trade Item Number / barcode (Detail mode)
ingredientsstringFull ingredient list (Detail mode)
volumestringContent volume or weight (Detail mode)
country_of_manufacturestringManufacturing country (Detail mode)
optionsarrayVariant options with price, GTIN, stock (Detail mode)
specsobjectFull specifications table (Detail mode)
imagesarrayAll product image URLs

Example:

{
"prdt_no": "GA230518746",
"productTitle": "SKIN1004 Madagascar Centella Hyalu-Cica Water-Fit Sun Serum",
"brand": "SKIN1004",
"price": 23.8,
"original_price": 28.0,
"currency": "USD",
"discount_rate": 15.0,
"on_promotion": true,
"rating": 4.9,
"review_count": 9876,
"in_stock": true,
"category_path": ["OliveYoungGlobal", "Suncare", "Sunscreen"],
"gtin": "8809913830122",
"ingredients": "Water, Dibutyl Adipate, Propanediol, ...",
"volume": "50ml*2ea",
"country_of_manufacture": "South Korea",
"images": ["https://cdn-image.oliveyoung.com/uploads/images/display/..."],
"specs": { "Ideal for": "For all skin types", "Expiration date": "30 months" }
}

💼 Use Cases & Examples

1. K-Beauty Price Monitoring

Resellers and dropshippers tracking Olive Young prices over time to stay competitive.

Input: Your product keywords and a daily schedule Output: Current USD price, list price, and discount flags for every match Use: Spot price drops, react to promotions, and keep your own pricing sharp.

2. Competitive & Brand Analysis

Beauty brands benchmarking their products against the Olive Young assortment.

Input: Category keywords or specific brand IDs Output: Competitor prices, ratings, review counts, and promotion activity Use: Understand where you win or lose on price, rating, and review momentum.

3. Catalog & Feed Building

E-commerce teams building a clean beauty catalog with images, ingredients, and specs.

Input: Keywords in Detail mode Output: Titles, brands, GTINs, images, ingredient lists, and full specifications Use: Populate your storefront or PIM with structured, ready-to-use product data.

4. Ingredient & Formulation Research

Cosmetic chemists and analysts studying ingredient trends across K-beauty products.

Input: Ingredient or category keywords in Detail mode Output: Full ingredient lists, content volume, and country of manufacture per product Use: Track ingredient adoption, clean-beauty claims, and formulation trends.

5. Assortment & Trend Research

Merchandisers studying which products carry the best ratings and review momentum.

Input: Broad category keywords, sorted by reviews or newest Output: Top-rated products, review-count growth, and new launches Use: Plan assortment and surface emerging K-beauty products before competitors do.

6. Market Research

Analysts tracking best-sellers, promotions, and pricing across the K-beauty market.

Input: Broad category keywords sorted by popularity Output: Best-seller rankings, pricing, and discount activity Use: Map the competitive landscape and spot category trends.


🔗 Integration Examples

JavaScript/Node.js

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: 'YOUR_TOKEN' });
const run = await client.actor('sian.agency/olive-young-product-scraper').call({
keywords: ['snail mucin'],
scrapeMode: 'overview'
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items[0]);

Python

from apify_client import ApifyClient
client = ApifyClient('YOUR_TOKEN')
run = client.actor('sian.agency/olive-young-product-scraper').call(
run_input={'keywords': ['snail mucin'], 'scrapeMode': 'overview'}
)
for item in client.dataset(run['defaultDatasetId']).iterate_items():
print(item)

cURL

curl -X POST 'https://api.apify.com/v2/acts/sian.agency~olive-young-product-scraper/runs?token=YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-d '{"keywords": ["snail mucin"], "scrapeMode": "overview"}'

Automation Workflows (N8N / Zapier / Make)

  1. Trigger: Schedule (e.g. daily) or webhook
  2. HTTP Request: Call the actor API with your keywords
  3. Process: Handle the JSON results
  4. Action: Save to a sheet, sync to a database, or send a price-drop alert

📊 Performance & Pricing

FREE Tier (Try It Now)

  • 25 products per run — full feature access, same data quality
  • No credit card required
  • Perfect for testing and small projects
  • Unlimited products per run
  • Run multiple searches and large categories in one go
  • Pay-per-result: you're only charged for the products you actually receive

💰 Best value on the market — transparent pay-per-result pricing with no hidden proxy or subscription fees.

🔗 View current pricing


❓ Frequently Asked Questions

Q: How many products can I scrape? A: FREE tier: 25 products per run. PAID tier: unlimited products across as many searches as you like.

Q: What currency are the prices in? A: Prices come from Olive Young's global storefront and are reported in USD.

Q: What's the difference between Overview and Detail mode? A: Overview is the fast path — search results with price, ratings, images, and category. Detail adds the full specifications table, ingredient list, country of manufacture, variant options, and the complete image gallery for every product.

Q: Can I filter by brand, category, or price? A: Yes — use the advanced brandNoList, ctgrNoList, lowestPrice, highestPrice, and reviewScore filters, which map to Olive Young's own search facets.

Q: What output formats are available? A: JSON, CSV, and Excel — export directly from the Apify dataset.

Q: Is this legal? A: Yes — we only extract publicly available product data. See the legal section below.

Q: How fresh is the data? A: Every run pulls live data directly from Olive Young at the moment you run it. Schedule runs to keep prices and stock up to date.


🐞 Troubleshooting

No results returned

  • Check that your keywords match real Olive Young products
  • Try a broader search term or a different sort order

Missing ingredients or specs

  • Ingredients, specs, and variant options only appear in Detail mode — switch scrapeMode to detail

Fewer results than expected on the free tier

  • The FREE tier is capped at 25 products per run — upgrade to PAID for unlimited results

Our actors are ethical and do not extract any private user data, such as email addresses, gender, or location. They only extract what is publicly shared. We therefore believe that our actors, when used for ethical purposes by Apify users, are safe.

However, you should be aware that your results could contain personal data. Personal data is protected by the GDPR in the European Union and by other regulations around the world. You should not scrape personal data unless you have a legitimate reason to do so. If you're unsure whether your reason is legitimate, consult your lawyers.

You can also read Apify's blog post on the legality of web scraping.


⚖️ Trademark Disclaimer

Olive Young® is a trademark of CJ Olive Young Corporation. This actor is an independent tool and is not affiliated with, endorsed by, or sponsored by CJ Olive Young Corporation.


⭐ Love This Tool?

If this actor saves you time, please leave us a 5-star review — it helps other professionals discover it and helps us keep improving.


🤝 Support

Telegram Support

Join our active support community

More from SIÁN Agency


Built by SIÁN Agency | More Tools