--- license: cc-by-nc-4.0 task_categories: - image-to-text - tabular-classification - text-classification - feature-extraction language: - en tags: - beauty - skincare - ingredients - cosmetics - makeup - machine-learning - computer-vision pretty_name: "The Beauty API: 180k+ Skincare & Cosmetics Products Dataset (Sample)" size_categories: - 1K.jpeg`). Ids are not strictly sequential; gaps reflect products dropped during clean. | | `brand` | string | no | Brand / manufacturer name. | | `name` | string | no | Product name. May contain non-ASCII characters, punctuation, or unicode whitespace. | | `description` | string | yes | Marketing description. May be empty if none was listed. | | `image_name` | string | yes | Filename of the product image (`.jpeg`), or `null`. | | `tags` | array<string> | yes | Product-level attribute tags. In CSV this is a `|`-delimited string. Observed vocabulary: `alcohol-free`, `fragrance & essentialoil-free`, `knownamountofactive`. | | `ingredients_simple` | array<string> | yes | Flat ordered list of ingredient names as they appear on the product. In CSV this is a `|`-delimited string. Order is the on-pack INCI order (descending by concentration). | | `ingredients` | array<object> | yes | Rich ingredient records. One entry per ingredient, in the same order as `ingredients_simple`. In CSV this is a JSON-encoded string inside one quoted column. | --- ## Licensing This sample dataset is provided under the **CC BY-NC 4.0** license for non-commercial research and evaluation. **Commercial Access:** For production e-commerce, commercial AI training, or retail audit tools, a commercial license is required. Visit [thebeautyapi.com](https://thebeautyapi.com) for licensing details and full dataset downloads.