Discover/Kaviraco API
live

Kaviraco APIkaviraco.in

Browse and discover products from Kavira's Indian clothing and apparel collection with powerful search, filtering by category, and sorting options to find exactly what you're looking for. View detailed product information including available sizes, pricing, and stock availability to make informed purchasing decisions.

This API takes change requests — .
Endpoint health
monitored
get_product
list_products
search_products
Checks pendingself-healing
Endpoints
3
Updated
4h ago
This call costs1 credit / call— charged only on success
Try it
Page number for pagination.
Sort order for results.
Number of products per page (max per request).
Filter by category ID. Known IDs: 71 (Blazers & Waistcoats), 17 (Hoodies), 35 (Jackets), 50 (Jeans and Jeggings), 47 (Leggings & Ethnic Pants), 69 (Men's Shirts & Dhoti Set), 55 (Sarees), 30 (Shirts), 43 (Sleep and Lounge Wear), 37 (Sweatshirt), 16 (T Shirts), 62 (Western Dresses), 63 (Western Shrug), 60 (Women Ethnic Wear), 61 (Women Western Tops).
api.parse.bot/scraper/016e1925-de59-4887-a1ca-3539832e8eb5/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/016e1925-de59-4887-a1ca-3539832e8eb5/list_products?page=1&sort=price_asc' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalmissing one? ·

List all products from the Kavira store with optional category filtering and sorting. Returns paginated results. Each product includes a slug field that can be passed to get_product for full details.

Input
ParamTypeDescription
pageintegerPage number for pagination.
sortstringSort order for results.
limitintegerNumber of products per page (max per request).
category_idstringFilter by category ID. Known IDs: 71 (Blazers & Waistcoats), 17 (Hoodies), 35 (Jackets), 50 (Jeans and Jeggings), 47 (Leggings & Ethnic Pants), 69 (Men's Shirts & Dhoti Set), 55 (Sarees), 30 (Shirts), 43 (Sleep and Lounge Wear), 37 (Sweatshirt), 16 (T Shirts), 62 (Western Dresses), 63 (Western Shrug), 60 (Women Ethnic Wear), 61 (Women Western Tops).
Response
{
  "type": "object",
  "fields": {
    "page": "current page number",
    "products": "array of product summary objects",
    "total_count": "total products matching the filter",
    "total_pages": "total number of pages"
  },
  "sample": {
    "data": {
      "page": 1,
      "products": [
        {
          "id": 27763744,
          "mrp": "804",
          "slug": "red-polycotton-hoodie-with-zipper-300gsm-27763744",
          "title": "Red Polycotton Hoodie with Zipper 300GSM",
          "image_url": "https://cdn.factori.com/2025-03-12-OGg6qLulbjkS4F7w9Carv8IYz.webp",
          "product_id": 1744,
          "category_id": 17,
          "is_trending": false,
          "category_name": "Category 17",
          "selling_price": "601",
          "is_new_arrival": true,
          "is_recommended": false,
          "origin_country": "India",
          "available_quantity": 492
        }
      ],
      "total_count": 473,
      "total_pages": 158
    },
    "status": "success"
  }
}

About the Kaviraco API

The Kaviraco API on Parse exposes 3 endpoints for the publicly available data on kaviraco.in. 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.