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.
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'
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.
| Param | Type | Description |
|---|---|---|
| page | integer | Page number for pagination. |
| sort | string | Sort order for results. |
| limit | integer | Number of products per page (max per request). |
| category_id | string | 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). |
{
"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.