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
10d 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 →
mouser.com API
mouser.com API
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
woocommerce.com API
Browse and search thousands of WooCommerce extensions, themes, and business services from the official marketplace while accessing detailed product information, user reviews, and ratings. Integrate marketplace data, blog content, and documentation directly into your applications to help users discover and learn about WooCommerce solutions.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
lazada.co.th API
Search for products and browse categories on Lazada Thailand to find detailed information like prices, descriptions, and availability. Discover items by keyword or category to compare specifications and make informed purchasing decisions.
Olive Young API – Korean Beauty Products & Reviews · Parse