# Track Sponsored vs Organic Products on Zepto

**Use case:** 

See how many sponsored listings appear against organic results for any Zepto product search, broken down by brand, price, and city.

## Input

```json
{
  "queries": [
    "diet coke"
  ],
  "city": "Chennai",
  "location": "Mylapore",
  "maxResults": 20
}
```

## Output

```json
{
  "image": {
    "label": "Photo",
    "format": "image"
  },
  "name": {
    "label": "Product Name",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Price (₹)",
    "format": "number"
  },
  "mrp": {
    "label": "MRP (₹)",
    "format": "number"
  },
  "discount_percent": {
    "label": "Discount %",
    "format": "number"
  },
  "packsize": {
    "label": "Pack Size",
    "format": "text"
  },
  "stock": {
    "label": "Stock",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "is_sponsored_ad": {
    "label": "Sponsored",
    "format": "boolean"
  },
  "search_city": {
    "label": "City",
    "format": "text"
  }
}
```

## About this Actor

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