Fashion Beauty
Nykaa logo

Nykaa API

nykaa.com

Beauty and cosmetics ecommerce: categories, brand listings, product listing pages, PDPs, prices, and offers.

Actions
5
Category
Fashion Beauty
Login
Not required
Output
JSON

Call the Nykaa API

Submit a task, then poll the job until it settles. This example runs act_nykaa_category_about_section.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_nykaa_category_about_section",
    "params": {
      "category_id": "13432",
      "listing_referer": "https://www.nykaa.com/luxe/brands/pixi/c/13432"
    }
  }'

5 actions on nykaa.com

Read

  • Category About Section

    act_nykaa_category_about_sectionread1 credit / call

    Returns category or brand about-section data, including brand info and editorial content.

    category_id
    string · required
    listing_referer
    string · required
  • Category Navigation Tree

    act_nykaa_category_navigation_treeread1 credit / call

    Returns navigation data with category and brand paths used to build listing URLs.

    referer
    string · required
    for_device
    string
  • Category Product Listing

    act_nykaa_brand_category_product_listingread1 credit / call

    Returns product listings and page content for a brand or category page.

    listing_referer
    string · required
    page_data
    string · required
  • Product Detail

    act_nykaa_inventory_pdpread1 credit / call

    Returns product detail content for a product ID.

    product_id
    string · required
    pdp_referer
    string · required
  • Product Offers

    act_nykaa_product_offersread2 credits / call

    Returns customer offer data for a product, including active offers, coupons, and promotion details.

    product_id
    string · required
    pdp_referer
    string · required

Nykaa API questions

Is there an API for Nykaa?
Nykaa does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for nykaa.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Nykaa data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when nykaa.com changes its markup, Anakin updates the action.
Do I need a Nykaa account?
No. Every Nykaa action listed here runs anonymously — no account and no credentials required.
What does the Nykaa API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Fashion Beauty APIs

All Fashion Beauty sites