Discover/nykaa.com API
live

nykaa.com APIwww.nykaa.com

Browse and retrieve L'Oreal Paris beauty products from Nykaa, accessing comprehensive details like prices, ratings, descriptions, and available variants. Find exactly what you need with detailed product information to compare options and make informed purchase decisions.

Endpoints
2
Updated
4d ago
Try it
Page number for pagination. Each page returns up to 20 products.
Nykaa brand/category ID. 595 is L'Oreal Paris.
api.parse.bot/scraper/32e32b3b-bce2-4ebc-9fd3-cd6b95bcc9b5/<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/32e32b3b-bce2-4ebc-9fd3-cd6b95bcc9b5/list_products?page=1' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

List L'Oreal Paris products from Nykaa with pagination. Returns 20 products per page with basic metadata including name, price, discount, rating, and category information.

Input
ParamTypeDescription
pageintegerPage number for pagination. Each page returns up to 20 products.
category_idstringNykaa brand/category ID. 595 is L'Oreal Paris.
Response
{
  "type": "object",
  "fields": {
    "page": "integer",
    "per_page": "integer",
    "products": "array of product summary objects",
    "total_found": "integer"
  },
  "sample": {
    "page": 1,
    "per_page": 20,
    "products": [
      {
        "id": "1133168",
        "mrp": 729,
        "name": "L'Oreal Paris Extraordinary Oil Hair Serum, Anti-Frizz Serum With UV Protection",
        "slug": "l-oreal-paris-elseve-extraordinary-oil-serum/p/1133168",
        "tags": [
          "FEATURED",
          "BESTSELLER"
        ],
        "price": 510,
        "rating": 4.5,
        "discount": 30,
        "in_stock": true,
        "image_url": "https://images-static.nykaa.com/media/catalog/product/tr:h-200,w-200,cm-pad_resize/3/1/31462b56923700970449_v1.jpg",
        "brand_name": "L'Oreal Paris",
        "rating_count": 272299,
        "variant_type": "size",
        "product_title": "Extraordinary Oil Hair Serum, Anti-Frizz Serum With UV Protection",
        "variant_count": 2,
        "primary_categories": {
          "l1": {
            "id": "24",
            "name": "Hair"
          },
          "l2": {
            "id": "25",
            "name": "Hair Care"
          },
          "l3": {
            "id": "320",
            "name": "Hair Serum"
          }
        }
      }
    ],
    "total_found": 120
  }
}

About the nykaa.com API

The nykaa.com API on Parse exposes 2 endpoints for the publicly available data on www.nykaa.com. Calls return JSON over HTTPS and are billed per successful response.

Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.