E-COMMERCE

Extract Nykaa Data

Beauty and personal-care catalogue, pricing, and ratings from Nykaa.

Ask AuraCrawl for what you need from Nykaa in plain language — "every lipstick under brand X with selling price, MRP, and rating, across all pages." Nykaa serves its catalogue through a clean product API, so we read it directly: brand, price, discount, and rating for the full result set, not just the first screen.

What a response looks like

REQUEST

ask“Tell AuraCrawl what you need from Nykaa in plain language — which entities, which fields, how often. That sentence is the spec.”

nykaa-sample.json
{
  "product_id": "2019876",
  "name": "Lip Plush Velvet Matte Blurring Long Stay Liquid Lipstick",
  "brand": "Nykaa Cosmetics",
  "currency": "INR",
  "price": 629,
  "mrp": 699,
  "discount_pct": 10,
  "rating": 4.4,
  "rating_count": 8421,
  "in_stock": true,
  "url": "https://www.nykaa.com/nykaa-cosmetics-lip-plush.../p/2019876"
}
Real capture from Nykaa, 2026-08-30. Markets move — treat the values as a point in time, not a quote.

What you can extract

  • Product names, brands, and category paths
  • Selling price versus MRP and discount percentage
  • Star rating and rating counts
  • In-stock status and variant availability
  • Product imagery and canonical URLs
  • Full result sets across pagination, not just page one

PIPELINE Nykaa exposes a clean JSON catalogue, so extraction sits in Aura’s Open tier — high volume at the lowest cost per record.

Request Nykaa data.

Describe the fields, the volume, and the cadence. We scope the extraction and deliver a sample before you commit.