Discover/drunkelephant.com API
live

drunkelephant.com APIdrunkelephant.com

Access Drunk Elephant skincare, hair care, and body care product data including ingredients, pricing, ratings, and reviews via 5 structured API endpoints.

Endpoints
5
Updated
27d ago
Try it
Search keyword or phrase (e.g., 'moisturizer', 'vitamin c serum', 'protini')
api.parse.bot/scraper/573b13c1-62d3-468e-b9c7-3da1f20a1ee9/<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/573b13c1-62d3-468e-b9c7-3da1f20a1ee9/search_products?query=moisturizer' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Search for products by keyword. Returns a list of matching products with basic info including price, rating, and stock status. Supports single-word and multi-word queries.

Input
ParamTypeDescription
queryrequiredstringSearch keyword or phrase (e.g., 'moisturizer', 'vitamin c serum', 'protini')
Response
{
  "type": "object",
  "fields": {
    "data": "array of product objects matching the search query",
    "status": "string indicating success"
  },
  "sample": {
    "data": [
      {
        "id": "999DE00000103",
        "name": "Protini™ Polypeptide Firming Refillable Moisturizer",
        "brand": "",
        "price": 72,
        "variant": "50 ML/1.69 FL OZ",
        "category": "Shop",
        "position": 1,
        "subCategory": "Skincare",
        "subSubCategory": "Moisturizers",
        "productVariantID": "856556004739",
        "productAutoReplen": "YES",
        "productNumReviews": "3444",
        "productOutOfStock": "IN_STOCK",
        "productStarRating": "4.5"
      }
    ],
    "status": "success"
  }
}

About the drunkelephant.com API

The Drunk Elephant API exposes 5 endpoints covering product search, detailed product data, category browsing, customer reviews, and collection discovery across Drunk Elephant's full skincare, hair care, and body care catalog. The get_product_details endpoint returns granular fields including ingredients, usage instructions, price, and availability — identified by either a URL slug or a product SKU.

Product Search and Detail

The search_products endpoint accepts a query string — single-word terms like moisturizer or multi-word phrases like vitamin c serum — and returns an array of matching product objects with name, price, rating, and stock status. For deeper data, get_product_details accepts either a url_slug (e.g., protini-polypeptide-firming-refillable-moisturizer-999DE00000103.html) or a product_id (e.g., 999DE00000103) and returns a full product object including ingredients, how_to_use, availability, and pricing.

Category and Collection Browsing

get_all_collections returns a flat array of all navigable collections with each entry's name, url, and slug — no parameters required. Those slugs feed directly into get_products_by_category, which accepts a required category_slug (e.g., skincare, best-sellers, kits-bundles) and optional pagination controls sz (products per page) and start (pagination index). The response includes a products array, a total count, and a page number.

Ratings and Reviews

get_product_ratings_and_reviews retrieves PowerReviews data for a given product_id. The response contains rollup statistics (aggregate rating, review count, distribution) alongside individual review objects with per-reviewer ratings and text. Pagination is controlled via page (1-based) and limit parameters.

Common use cases
  • Build an ingredient comparison tool by fetching the ingredients field from get_product_details across multiple SKUs
  • Populate a skincare product catalog filtered by category using get_products_by_category with slugs from get_all_collections
  • Monitor price and stock changes for Drunk Elephant products by polling get_product_details with known product IDs
  • Aggregate customer sentiment by pulling rollup stats and review text from get_product_ratings_and_reviews
  • Build a keyword-driven product discovery tool using search_products with ingredient names or product types as queries
  • Identify best-selling or curated product sets by querying get_products_by_category with the best-sellers or kits-bundles slug
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 Drunk Elephant offer an official developer API?+
Drunk Elephant does not publish an official public developer API or developer documentation. This Parse API provides structured access to their product and review data.
What does `get_product_details` return beyond basic pricing?+
The endpoint returns a product object with name, price, ingredients, how_to_use, availability, and additional metadata. You can identify a product using either a url_slug (with the .html extension) or a product_id / SKU string.
How does pagination work in `get_products_by_category`?+
Pass sz to set the number of products per page and start as the zero-based index offset. The response includes a total count so you can calculate how many pages to walk. The category_slug parameter is required; use get_all_collections first to retrieve valid slugs.
Does the API cover wishlist data, user accounts, or order history?+
No. The API covers public product catalog data, category browsing, and customer reviews. Wishlist data, account details, and order history are behind authentication and are not exposed. You can fork this API on Parse and revise it to add an endpoint if that surface becomes accessible.
Are variant-level details (e.g., size or shade options) returned by `get_product_details`?+
The endpoint returns the product object as a single record. Variant-level breakdowns such as multiple size SKUs or shade selectors are not currently surfaced as distinct fields. You can fork the API on Parse and revise it to add variant-level endpoint coverage.
Page content last updated . Spec covers 5 endpoints from drunkelephant.com.
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.
paulaschoice.com API
Search and explore Paula's Choice skincare products with detailed ingredient lists, allergen information, and skin type recommendations all in one place. Find best sellers, look up specific ingredient details, and discover products organized by category to build your perfect skincare routine.
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.
ulta.com API
Search and browse Ulta Beauty's complete product catalog with real-time pricing and inventory information, then dive into detailed product specs including ingredients, usage instructions, and customer reviews. Find exactly what you're looking for across all beauty categories with comprehensive product data at your fingertips.
elementvape.com API
Search and browse vape products from Element Vape, including prices, specifications, availability, and category listings. Access detailed product pages with variant options, media galleries, and customer reviews.
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.
Drunk Elephant API – Products, Reviews & Collections · Parse