# Monitor Stock Availability on Swiggy Instamart

**Use case:** 

Check real-time stock levels and out-of-stock status for any product on Swiggy Instamart. Track inventory availability across Indian cities for market research.

## Input

```json
{
  "searchQuery": "Moisturizer",
  "city": "Kolkata",
  "maxResults": 15
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Photo",
    "format": "image"
  },
  "name": {
    "label": "Product Name",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "quantity": {
    "label": "Quantity",
    "format": "text"
  },
  "price": {
    "label": "Price (₹)",
    "format": "number"
  },
  "mrp": {
    "label": "MRP (₹)",
    "format": "number"
  },
  "discount": {
    "label": "Discount",
    "format": "text"
  },
  "savings": {
    "label": "Savings (₹)",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Reviews",
    "format": "text"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "isAd": {
    "label": "Sponsored",
    "format": "boolean"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Swiggy Instamart Data Extractor](https://apify.com/smacient/swiggy-instamart-data-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/smacient/swiggy-instamart-data-extractor) to learn more, explore other use cases, and run it yourself.