Discover/oliveyoung.co.kr API
live

oliveyoung.co.kr APIoliveyoung.co.kr

Access Olive Young product listings, reviews, rankings, and categories via 6 endpoints. Search by keyword, browse by category ID, and fetch KRW prices in real time.

Endpoints
6
Updated
28d ago
Try it
Page number (1-based)
Sort order. Accepted values: RANK, SALE_PRC, SALE_PRC_DESC, DATE
Search keyword (e.g. 'tint', 'serum', '립틴트')
api.parse.bot/scraper/b9d50b57-bfe1-42cc-adf4-f2745473ce06/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/b9d50b57-bfe1-42cc-adf4-f2745473ce06/search_products?page=1&sort=RANK&query=tint' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Search for products by keyword on Olive Young. Returns paginated results with product listings including name, brand, price, and review counts.

Input
ParamTypeDescription
pageintegerPage number (1-based)
sortstringSort order. Accepted values: RANK, SALE_PRC, SALE_PRC_DESC, DATE
queryrequiredstringSearch keyword (e.g. 'tint', 'serum', '립틴트')
Response
{
  "type": "object",
  "fields": {
    "Data": "array of result collections, first element contains product results with TotalCount, Count, and Result array",
    "Parameter": "array of search parameter metadata"
  },
  "sample": {
    "data": {
      "Data": [
        {
          "Count": 24,
          "Result": [
            {
              "GOODS_NM": "컬러그램 누디 블러 틴트",
              "GOODS_NO": "A000000230581",
              "SALE_PRC": 8500,
              "ONL_BRND_NM": "컬러그램",
              "PRMUM_GDAS_TOT_CNT": 84131
            }
          ],
          "CollName": "OLIVE_GOODS",
          "TotalCount": 235
        }
      ],
      "Parameter": [
        {
          "sort": "RANK",
          "query": "tint",
          "totalCount": 24
        }
      ]
    },
    "status": "success"
  }
}

About the oliveyoung.co.kr API

The Olive Young API provides structured access to Korea's largest beauty and cosmetics marketplace through 6 endpoints covering product search, category browsing, product details, customer reviews, and popularity rankings. The search_products endpoint accepts Korean and English keywords alongside sort options, while get_product_detail returns KRW pricing, discount rates, brand names in both Korean and English, and availability status for any goods number.

Product Search and Category Browsing

The search_products endpoint accepts a query string — including Korean characters like '립틴트' — and an optional sort parameter with four accepted values: RANK, SALE_PRC, SALE_PRC_DESC, and DATE. Results are paginated (1-based) and return a TotalCount, page-level Count, and a Result array per page. The list_category_products endpoint mirrors this structure but scopes results to a specific category_id, such as 10000010002 for Makeup or 10000010001 for Skincare. Category IDs for both endpoints are discoverable via get_category_list.

Product Detail and Pricing

get_product_detail takes a goods_no string (e.g., A000000230581) obtained from search or category results and returns a normalized product record. Price fields are grouped in a prices object with original, current, and maxBenefit values in KRW integers, plus a discountRate percentage. The response also includes brandEng for the English-language brand name, a supplier field, and a categories object with four hierarchy levels: upper, middle, lower, and leaf.

Reviews and Rankings

get_product_reviews uses cursor-based pagination via nextCursorId and nextCursorScore fields. The hasNext boolean signals whether additional pages exist. Each entry in goodsReviewList includes a score, review text, photos, and reviewer profile data. The get_makeup_ranking endpoint returns an ordered array of products with integer rank, name, brand, price (KRW), goodsNo, and image fields for a given category_id, defaulting to the Makeup category when no ID is supplied.

Category Tree

get_category_list requires no inputs and returns the full hierarchical category structure under pcCategories. Each node carries a catNo (the ID used by other endpoints) and catNm. The response also includes makeTime and makeVersion metadata, which indicate when the category tree was last generated.

Common use cases
  • Build a K-beauty price tracker by polling get_product_detail for KRW current price and discountRate changes over time
  • Aggregate customer sentiment by fetching goodsReviewList scores across multiple products with get_product_reviews
  • Generate a ranked product feed for a beauty app using get_makeup_ranking across multiple category IDs from get_category_list
  • Index Olive Young's catalog for search by iterating list_category_products across all leaf category IDs
  • Monitor new product launches by sorting search_products with sort=DATE for a given keyword
  • Map brand presence across categories by extracting brand and brandEng fields from category product listings
  • Compare supplier diversity across Makeup vs Skincare categories using the supplier field from get_product_detail
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Olive Young have an official public developer API?+
No. Olive Young does not publish a public developer API or documented data access program for third-party developers.
What does `get_product_detail` return that search results don't include?+
get_product_detail returns fields not present in search listings: a full prices object with original, current, maxBenefit, and discountRate; the supplier company name; brandEng for the English brand name; a status field for availability; and a four-level categories hierarchy (upper, middle, lower, leaf). Search and category endpoints return summary data suited for listing pages, not individual product records.
How does pagination work for reviews, and does it differ from product search pagination?+
get_product_reviews uses cursor-based pagination: each response includes nextCursorId, nextCursorScore, and a hasNext boolean to determine whether more pages exist. The page parameter is 0-based for reviews. Product search and category endpoints use standard 1-based page integers with a TotalCount in the response.
Does the API expose product ingredients or detailed skin-type attributes?+
Not currently. The API covers product names, pricing, brand, supplier, category hierarchy, availability status, and review content. You can fork it on Parse and revise to add an endpoint that retrieves ingredient lists or skin-type tags from individual product pages.
Is ranking data available for categories other than Makeup?+
get_makeup_ranking defaults to Makeup (10000010002) but accepts any category_id from get_category_list. This means you can retrieve rankings for Skincare, Hair, or any other top-level or sub-category by passing the corresponding catNo. If a specific sub-category ranking isn't returning results, the category may not have a dedicated ranking feed, and you can fork the API on Parse to handle that case separately.
Page content last updated . Spec covers 6 endpoints from oliveyoung.co.kr.
Related APIs in EcommerceSee all →
theordinary.com API
Browse and search The Ordinary's complete product catalog by category or ingredients. View detailed product information including formulas and key actives, apply filters by product type, concern, or ingredient, and read customer reviews to compare and evaluate products.
sephora.com API
Search and browse Sephora's product catalog to find detailed information about beauty items, including specifications, customer reviews, Q&A discussions, pricing, and real-time availability. Filter products by category or brand, and access comprehensive brand listings to discover exactly what you're looking for.
yoox.com API
Search and browse YOOX's fashion catalog to discover products by category, designer, new arrivals, and sale items. Get detailed product information to find exactly what you're looking for across the YOOX marketplace.
aliexpress.com API
aliexpress.com API
ecco-verde.it API
Browse and search the Ecco Verde natural beauty catalogue. Retrieve full product details including ingredients (INCI), variants, and attributes; search by keyword; explore products by category or brand; and fetch personalised product recommendations.
lookfantastic.com API
Browse Lookfantastic category pages to retrieve live product listings (price, ratings, reviews, and ingredients), and fetch detailed information for a specific product by SKU including reviews, directions, and images.
cultbeauty.co.uk API
Browse and search Cult Beauty's product catalog by category or brand, view detailed product information including ingredients and loyalty points, and read customer reviews. Discover new arrivals, sale items, and filter products to find exactly what you're looking for.
drunkelephant.com API
Search and browse Drunk Elephant's full product catalog by category or collection, view detailed product information including ingredients and specifications, and access customer ratings and reviews. Find the perfect skincare and beauty products for your needs with comprehensive product details and authentic customer feedback.