# Zepto Mustard Oil Product Listings

**Use case:** 

Extract mustard oil product listings from Zepto for the 560077 location. Get details like brand, prices, discounts, and stock status.

## Input

```json
{
  "searchTerms": [
    "mustard oil"
  ],
  "categoryUrls": [
    "https://www.zepto.com/cn/ice-creams-more/ice-creams/cid/c5550221-3ad4-40e4-a14f-5275cef37781/scid/03ec68f8-13cf-4eed-b72c-9de5fb0d0b62"
  ],
  "location": "560077",
  "maxResultsPerTerm": 60,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Product",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "mrp": {
    "label": "MRP",
    "format": "number"
  },
  "discountedSellingPrice": {
    "label": "Price",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "unit": {
    "label": "Unit",
    "format": "string"
  },
  "inStock": {
    "label": "In stock",
    "format": "boolean"
  },
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "productUrl": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Zepto Product Screener](https://apify.com/scrapix/zepto-product-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapix/zepto-product-screener) to learn more, explore other use cases, and run it yourself.